Tax
Name | Type | Description | Notes |
---|---|---|---|
Code | string | The tax code. For example, this could be GST or HST in Canada. | [optional] |
DisplayName | Dictionary<string, string> | [optional] | |
Id | string | The unique identifier of the tax. | [optional] |
IsShippingFeeTax | bool | Indicates that this item is the tax for the additionbal shipping fees | [optional] |
IsShippingTax | bool | Indicates that this item is the tax for the shipping charge | [optional] |
LineItemIds | List<string> | The unique identifier of all the LineItem on which the tax is applied. | [optional] |
Percentage | double | The percentage to apply for this tax. | [optional] |
TaxAmount | double | The tax amount to apply this tax percentage on. This should be the total of the LineItem prices. | [optional] |
TaxCategoryId | string | The unique identifier of the tax category. | [optional] |
TaxForShipmentId | string | The id of the shipment if this tax IsShippingTax or IsShippingFeeTax. | [optional] |
TaxTotal | double | The cost of the tax to pay. This should be the rounded TaxAmount * Percentage. | [optional] |