TrackPurchaseParameters class

Constructors

TrackPurchaseParameters.new({required String orderId, double? value, String? currencyCode, String? countryCode, double? shippingPrice, double? subtotal, List<PurchaseProduct>? products, Map<String, String>? additionalInfo})

Properties

additionalInfo Map<String, String>?
Any additional information associated to the purchase. Reserved keys: order_id, value, currency, country, shipping_price, subtotal, product. 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
products List<PurchaseProduct>?
The products of the order.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shippingPrice double?
The shipping price of the order.
getter/setter pair
subtotal double?
The subtotal of the order.
getter/setter pair
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