Name | Type | Description | Notes |
---|---|---|---|
accounting_code | String | The Chart of Accounts | [optional] |
exempt_amount | Float | The amount of taxes or VAT for which the customer has an exemption. Character limit: 16 Values: a decimal value | [optional] |
invoice_item_id | String | The ID of the specific invoice item that the taxation information applies to. Character limit: 32 Values: a valid invoice item ID | |
jurisdiction | String | The jurisdiction that applies the tax or VAT. This value is typically a state, province, county, or city. Character limit: 32 Values: a string of 32 characterrs or fewer | |
location_code | String | The identifier for the location based on the value of the `TaxCode` field. Character limit: 32 Values: automatically generated | [optional] |
name | String | The name of the tax rate, such as sales tax or GST. This name is displayed on invoices. Character limit: 128 Values: a string of 128 characters or fewer | |
tax_amount | Float | The amount of the tax applied to the charge. Character limit: 16 Values: a decimal value | |
tax_code | String | The tax code identifies which tax rules and tax rates to apply to a specific charge. Character limit: 32 Values: a string of 32 characters or fewer | [optional] |
tax_code_description | String | The description for the tax code. Character limit: 255 Values: a string of 255 characters or fewer | [optional] |
tax_date | Date | The date that the tax is applied to the charge, in `yyyy-mm-dd` format. Character limit: 29 | |
tax_rate | Float | The tax rate applied to the charge. Character limit: 16 Values: a valid decimal value | |
tax_rate_description | String | The description of the tax rate. Character limit: 255 Values: a string of 255 characters or fewer | [optional] |
tax_rate_type | String | The type of the tax rate applied to the charge. Character limit: 10 Values: `Percentage`, `FlatFee` |