AdminPostOrdersOrderReq constructor
AdminPostOrdersOrderReq({
- String? email,
- AddressPayload? billingAddress,
- AddressPayload? shippingAddress,
- List<
LineItem> ? items, - String? region,
- List<
Discount> ? discounts, - String? customerId,
- PaymentMethod? paymentMethod,
- ShippingMethod? shippingMethod,
- bool? noNotification,
Implementation
AdminPostOrdersOrderReq({
this.email,
this.billingAddress,
this.shippingAddress,
this.items,
this.region,
this.discounts,
this.customerId,
this.paymentMethod,
this.shippingMethod,
this.noNotification,
});