TaxedMoney Object
Represents a monetary value with taxes. In cases where taxes were not applied, net and gross values will be equal.
type TaxedMoney {
currency: String!
gross: Money!
net: Money!
tax: Money!
}
Fields
currency ● String!
Currency code.
gross ● Money!
Amount of money including taxes.
net ● Money!
Amount of money without taxes.
tax ● Money!
Amount of taxes.
Returned By
ordersTotal query
Member Of
Checkout object ● CheckoutLine object ● Order object ● OrderLine object ● ProductPricingInfo object ● ProductVariant object ● TaxedMoneyRange object ● VariantPricingInfo object