TaxType
Defines tax types used for transactions, including sales tax, VAT, and GST in NetSuite.
Columns
| Name | Type | ReadOnly | Description |
| InternalId [KEY] | String | True |
A unique internal identifier for the tax type, used to track and manage different tax classifications within the system. |
| Description | String | False |
A detailed description of the tax type, providing context on its nature, purpose, and how it is applied in tax calculations. |
| ExternalId | String | False |
An external identifier for the tax type, allowing integration with other systems or external tax authorities for cross-platform tax management. |
| Name | String | False |
The name of the tax type, such as 'Sales Tax,' 'VAT,' or 'Excise Tax,' used to identify and categorize different tax rates within the system. |
| NexusesTaxList_ReplaceAll | Boolean | False |
Indicates whether the entire nexus tax list for this tax type should be replaced when updates are made, ensuring consistency across multiple tax jurisdictions. |