MarketOrderModel class

Implementers

Constructors

MarketOrderModel(Map<String, dynamic> payload)

Properties

cartQuantity int?
The quantity of the product in the cart.
no setter
comment String?
Comment on the order.
no setter
createdAt int?
The date the order was created in Unixtime format.
no setter
delivery Map<String, dynamic>?
Delivery information.
no setter
deliveryAddress String?
Delivery address.
no setter
deliveryPoint Object?
information about the pick-up point.
no setter
a link to track the order by track number.
no setter
deliveryTrackNumber String?
the track number for tracking the order.
no setter
deliveryType String?
Delivery type.
no setter
displayOrderId int?
The order number, consisting of the customer ID and the order ID.
no setter
groupId int?
The community ID.
no setter
hashCode int
The hash code for this object.
no setterinherited
id int?
The order ID.
no setter
isMainVariant bool?
Whether the option is the main one.
no setter
itemsCount int?
The number of items in the order.
no setter
payload Map<String, dynamic>
Payload.
final
previewOrderItems List<MarketAttachmentModel>?
See https://dev.vk.com/ru/reference/objects/market-order#preview_order_items
no setter
propertyValues List<MarketOrderPropertyValuesModel>?
Variants.
no setter
recipient Map<String, dynamic>?
Information about the buyer.
no setter
recipientDisplayText String?
String representation of customer information.
no setter
recipientName String?
the buyer's name.
no setter
recipientPhone String?
The buyer's number.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int?
Order status.
no setter
totalPrice Map<String, dynamic>?
The total cost of the order.
no setter
totalPriceAmount int?
the cost in hundredths of a unit of currency.
no setter
totalPriceCurrencyId int?
currency identifier
no setter
totalPriceCurrencyName String?
currency designation;
no setter
totalPriceText String?
a string representation of the order value.
no setter
userId int?
The buyer's ID.
no setter
variantsGroupingId int?
ID of the option group.
no setter

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