VkDartMarketOrderUpdate class

Inheritance

Constructors

VkDartMarketOrderUpdate(VkDartUpdate update)

Properties

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

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