Optional ReadonlyamountReadonlycountryCountry in which the tax rate is applied in ISO 3166-1 alpha-2 format.
ReadonlyincludedWhether tax is included in Embedded Prices or Standalone Prices, and the taxedPrice is present on LineItems. In this case, the totalNet price on TaxedPrice includes the TaxRate.
Optional ReadonlykeyUser-defined identifier of the TaxRate. Must be unique within the TaxCategory containing it.
ReadonlynameName of the TaxRate.
Optional ReadonlystateState within the country, such as Texas in the United States.
The value is case-sensitive and must use the same casing as the state value in the Cart shippingAddress.
Optional ReadonlysubUsed when the total tax is a combination of multiple taxes (for example, local, state/provincial, and/or federal taxes). The total of all subrates must equal the TaxRate amount.
These subrates are used to calculate the taxPortions field of a Cart or Order and the taxedPrice field of LineItems, CustomLineItems, and ShippingInfos.
Tax rate. Must be supplied if no
subRatesare specified. IfsubRatesare specified, this field can be omitted or it must be the sum of amounts of allsubRates.