EcommerceParameters class

Constructors

EcommerceParameters()

Properties

cancellationValue double?
getter/setter pair
couponValue double?
getter/setter pair
currency String?
getter/setter pair
customParameters Map<int, String>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
markUp double?
getter/setter pair
orderID String?
getter/setter pair
orderStatus String?
getter/setter pair
orderValue double?
getter/setter pair
paymentMethod String?
getter/setter pair
products List<Product>?
getter/setter pair
returningOrNewCustomer String?
getter/setter pair
returnValue double?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shippingCost double?
getter/setter pair
shippingServiceProvider String?
getter/setter pair
shippingSpeed String?
getter/setter pair
status Status?
getter/setter pair

Methods

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

Operators

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