TrackPurchaseParameters class

Constructors

TrackPurchaseParameters({required String orderId, double? value, String? currencyCode, String? countryCode, Map<String, String>? additionalInfo})

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.
getter/setter pair
countryCode String?
The country code of the purchase.
getter/setter pair
currencyCode String?
The currency code of the purchase value.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
orderId String
A unique identifier for the user's order.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value double?
The value of the order.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited