TaxRate
ObjectRepresents the tax rate applied to a cart or line item, including the rate and any applicable tax portions.
#
Fields
- TaxRateComposition!
composition Gets the tax composition of the tax rate, which includes details about how the tax is structured.
Possible enum valuesADDITIVECalculates the rate independently against the same taxable amount.
COMPOUNDCalculates the rate after previously applied taxes have increased the taxable amount.
- [TaxPortion!]!
portions The tax portions of the tax rate, which detail how the tax is divided among different components.
- Decimal!
rate Gets the tax rate as a decimal value.
- [TaxPortion!]!
taxPortionsDeprecated The tax portions associated with this tax rate.
Deprecated: Don't use this.... use portions instead... will be removed in v5