AdminPostDraftOrdersReq class

Annotations
  • @JsonSerializable()

Constructors

AdminPostDraftOrdersReq({String? status, required String email, AddressPayload? billingAddress, AddressPayload? shippingAddress, List<LineItem>? items, required String regionId, List<Discount>? discounts, String? customerId, bool? noNotificationOrder, required List<ShippingMethod> shippingMethods, Map<String, dynamic>? metadata})
AdminPostDraftOrdersReq.fromJson(Map<String, dynamic> json)
factory

Properties

billingAddress AddressPayload?
getter/setter pair
customerId String?
getter/setter pair
discounts List<Discount>?
getter/setter pair
email String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
items List<LineItem>?
getter/setter pair
metadata Map<String, dynamic>?
getter/setter pair
noNotificationOrder bool?
getter/setter pair
regionId String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shippingAddress AddressPayload?
getter/setter pair
shippingMethods List<ShippingMethod>
getter/setter pair
status String?
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