The TaxTypeData
object contains a list of tax type information for the requested tax type:
Key | Value |
---|---|
TaxType | [int] Tax Type ID |
CategoryType | [int] Category ID |
TaxDescription | [string] Tax Type Description |
CategoryDescription | [string] Category Description |
[ { "TaxType": 1, "CategoryType": 1, "TaxDescription": "Sales Tax", "CategoryDescription": "SALES AND USE TAXES" }]