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.
- Decimal!
rate Gets the tax rate as a decimal value.
- [TaxPortion!]!
taxPortions The tax portions of the tax rate, which detail how the tax is divided among different components.