Implementation
String get id; bool get ready; AvailableShippingRates? get availableShippingRates; String get createdAt; String get currencyCode; PriceV2 get totalTaxV2; PriceV2 get totalPriceV2; bool get taxesIncluded; bool get taxExempt; PriceV2 get subtotalPriceV2; bool get requiresShipping; List<AppliedGiftCards> get appliedGiftCards;@JsonKey(fromJson: JsonHelper.lineItems) List<LineItem> get lineItems; Order? get order; String? get orderStatusUrl; String? get shopifyPaymentsAccountId; MailingAddress? get shippingAddress; ShippingRates? get shippingLine; String? get email;