Order constructor
Order({
- int? id,
- String? email,
- Null closedAt,
- String? createdAt,
- String? updatedAt,
- int? number,
- String? note,
- String? token,
- String? gateway,
- bool? test,
- String? totalPrice,
- String? subtotalPrice,
- int? totalWeight,
- String? totalTax,
- bool? taxesIncluded,
- String? currency,
- String? financialStatus,
- bool? confirmed,
- String? totalDiscounts,
- String? totalLineItemsPrice,
- String? cartToken,
- bool? buyerAcceptsMarketing,
- String? name,
- String? referringSite,
- String? landingSite,
- String? totalPriceUsd,
- String? checkoutToken,
- int? userId,
- int? locationId,
- String? processedAt,
- String? phone,
- String? customerLocale,
- int? appId,
- int? orderNumber,
- List<
Null> ? discountApplications, - List<
Null> ? discountCodes, - List<
Null> ? noteAttributes, - String? processingMethod,
- int? checkoutId,
- String? sourceName,
- Null fulfillmentStatus,
- List<
Null> ? taxLines, - String? tags,
- String? contactEmail,
- String? orderStatusUrl,
- String? presentmentCurrency,
- List<
LineItems> ? lineItems, - String? adminGraphqlApiId,
- List<
Null> ? shippingLines, - BillingAddress? billingAddress,
- BillingAddress? shippingAddress,
- Customer? customer,
Implementation
Order(
{this.id,
this.email,
this.closedAt,
this.createdAt,
this.updatedAt,
this.number,
this.note,
this.token,
this.gateway,
this.test,
this.totalPrice,
this.subtotalPrice,
this.totalWeight,
this.totalTax,
this.taxesIncluded,
this.currency,
this.financialStatus,
this.confirmed,
this.totalDiscounts,
this.totalLineItemsPrice,
this.cartToken,
this.buyerAcceptsMarketing,
this.name,
this.referringSite,
this.landingSite,
this.totalPriceUsd,
this.checkoutToken,
this.userId,
this.locationId,
this.processedAt,
this.phone,
this.customerLocale,
this.appId,
this.orderNumber,
this.discountApplications,
this.discountCodes,
this.noteAttributes,
this.processingMethod,
this.checkoutId,
this.sourceName,
this.fulfillmentStatus,
this.taxLines,
this.tags,
this.contactEmail,
this.orderStatusUrl,
this.presentmentCurrency,
this.lineItems,
this.adminGraphqlApiId,
this.shippingLines,
this.billingAddress,
this.shippingAddress,
this.customer});