Properties
-
additionalInfo
↔ Map<String, String>?
-
Any additional information associated to the purchase.
Reserved keys: order_id, value, currency, country.
Any values passed in the additionalInfo that use a reserved key will be ignored.
read / write
-
countryCode
↔ String?
-
The country code of the purchase.
read / write
-
currencyCode
↔ String?
-
The currency code of the purchase value.
read / write
-
hashCode
→ int
-
The hash code for this object.
read-onlyinherited
-
orderId
↔ String?
-
A unique identifier for the user's order.
read / write
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
value
↔ double?
-
The value of the order.
read / write
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited