Name | Type | Description | Notes |
---|---|---|---|
Name | string | The tax's name. | [optional] |
Type | TypeEnum | Indicates the calculation method used to apply the tax. See OrderLineItemTaxType for possible values. | [optional] |
Percentage | string | The percentage of the tax, as a string representation of a decimal number. A value of `7.25` corresponds to a percentage of 7.25%. | [optional] |
AppliedMoney | Money | The amount of the money applied by the tax in an order. | [optional] |
Name | Value |
---|---|
UNKNOWN | "UNKNOWN" |
ADDITIVE | "ADDITIVE" |
INCLUSIVE | "INCLUSIVE" |