Order class

Constructors

Order()
Order.fromJson(Map<String, dynamic> json)
factory

Properties

bonusAmount double
read / write
createDate String
read / write
deliveryAddress UserAddress
read / write
deliveryForecast String
read / write
discountAmount double
read / write
externalId String
read / write
feeAmount double
read / write
freight Freight
read / write
freightAmount double
read / write
friendlyCode String
read / write
hashCode int
The hash code for this object.
read-onlyinherited
id String
read / write
isDelivery bool
read / write
items List<BuyedItem>
read / write
needLoading bool
read / write
nextStepForecast String
read / write
organizedSteps List<OrderStep>
read-only
paymentInfo PaymentInfo
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
seller Seller
read / write
status int
read / write
steps List<OrderStep>
read / write
subTotalAmount double
read / write
supportedPaymentMethods List<PaymentMethodType>
read / write
supportedPaymentTypes List<PaymentMethodType>
read / write
totalAmount double
read / write
updateDate String
read / write

Methods

bestStepOrder() OrderStep
displayCode(OrderCodeType codeType) String
isOrderExternal() bool
isOrderForPickupPayment() bool
isOrderRetryingPayment() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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