totalTax property

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

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;