AdminPostOrdersOrderReq class

Annotations
  • @JsonSerializable()

Constructors

AdminPostOrdersOrderReq({String? email, AddressPayload? billingAddress, AddressPayload? shippingAddress, List<LineItem>? items, String? region, List<Discount>? discounts, String? customerId, PaymentMethod? paymentMethod, ShippingMethod? shippingMethod, bool? noNotification})
AdminPostOrdersOrderReq.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
noNotification bool?
getter/setter pair
paymentMethod PaymentMethod?
getter/setter pair
region String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shippingAddress AddressPayload?
getter/setter pair
shippingMethod ShippingMethod?
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