totalTax property
Nullable on the Storefront API; zero amount when absent.
Implementation
@JsonKey(fromJson: _priceOrZero) PriceV2 get subtotalPrice; PriceV2 get totalPrice; PriceV2 get totalShippingPrice;/// Nullable on the Storefront API; zero amount when absent.
@JsonKey(fromJson: _priceOrZero) PriceV2 get totalTax;