TaxClassModel
The full model for returning data
Name | Description | Type | Additional information |
TaxClassID |
The ID for the tax class.
|
integer
|
None.
|
TaxClassGuid |
The GUID for the tax class
|
globally unique identifier
|
None.
|
CreatedOn |
Utc Date of Creation
|
date
|
None.
|
IsGlobal |
This field determines whether the tax class is a custom tax class created on the account.
|
boolean
|
None.
|
TaxRateCountries |
List of all Country modifiers to that Tax Rate
|
Collection of TaxRateCountryModel
|
None.
|
Name |
The name given to tax class.
|
string
|
None.
|
TaxRate |
The tax rate for instance 17.5
|
decimal number
|
None.
|