ShopifyOrder constructor
ShopifyOrder({
- String? customer,
- BillingAddress? billingAddress,
- String? currency,
- List<
DiscountCodes> ? discountCodes, - String? email,
- String? financialStatus,
- List<
LineItems> ? lineItems, - String? presentmentCurrency,
- ShippingAddress? shippingAddress,
- List<
ShippingLines> ? shippingLines, - bool? taxesIncluded,
- bool? test,
- String? totalDiscounts,
- String? totalLineItemsPrice,
- String? totalPrice,
- String? totalTax,
- List<
TaxLines> ? taxLines, - bool? sendReceipt,
- bool? sendFulfillmentReceipt,
- List<
Transaction> ? transactions,
Implementation
ShopifyOrder(
{this.customer,
this.billingAddress,
this.currency,
this.discountCodes,
this.email,
this.financialStatus,
this.lineItems,
this.presentmentCurrency,
this.shippingAddress,
this.shippingLines,
this.taxesIncluded,
this.test,
this.totalDiscounts,
this.totalLineItemsPrice,
this.totalPrice,
this.totalTax,
this.taxLines,
this.sendReceipt,
this.sendFulfillmentReceipt,
this.transactions});