ProductAction class
Constructors
- ProductAction(String action)
Properties
- checkoutOptions ← String?
-
no getter
- checkoutStep ← int?
-
no getter
- hashCode → int
-
The hash code for this object.
no setterinherited
- productActionList ← String?
-
no getter
- productListSource ← String?
-
no getter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transactionAffiliation ← String?
-
no getter
- transactionCouponCode ← String?
-
no getter
- transactionId ← String?
-
no getter
- transactionRevenue ← double?
-
no getter
- transactionShipping ← double?
-
no getter
- transactionTax ← double?
-
no getter
Methods
-
build(
) → HashMap< String, String> -
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
Static Properties
- actionAdd → String
-
final
- actionCheckout → String
-
final
- actionCheckoutOption → String
-
final
- actionCheckoutOptions → String
-
final
- actionClick → String
-
final
- actionDetail → String
-
final
- actionPurchase → String
-
final
- actionRefund → String
-
final
- actionRemove → String
-
final