lineItems property

  1. @JsonKey.new(fromJson: JsonHelper.lineItems)
List<LineItem> get lineItems
inherited

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;