subtotalPrice property

  1. @JsonKey.new(fromJson: _priceOrZero)
PriceV2 get subtotalPrice
inherited

Nullable on the Storefront API; zero amount when absent.

Implementation

@JsonKey(defaultValue: '') String get customerUrl; LineItemsOrder get lineItems; String get name; int get orderNumber; String get processedAt; ShippingAddress? get shippingAddress; ShippingAddress? get billingAddress; String get statusUrl;/// Nullable on the Storefront API; zero amount when absent.
@JsonKey(fromJson: _priceOrZero) PriceV2 get subtotalPrice;