Last update:
July 26, 2024
TaxDetailType object¶
This type represents a tax detail with its associated properties.
Fields¶
Field | Description |
---|---|
amount MoneyType |
The amount of tax applied, represented as a MoneyType object. |
price MoneyType |
The price on which the tax is calculated, represented as a MoneyType object. |
rate MoneyType |
The tax rate applied, represented as a MoneyType object. |
name String |
The name or description of the tax. |