Tax Types
Tax types are used when entering tax information as part of the invoice (where applicable).
List
Code | Description |
---|---|
01 | Sales Tax |
02 | Service Tax |
03 | Tourism Tax |
04 | High-Value Goods Tax |
05 | Sales Tax on Low Value Goods |
06 | Not Applicable |
E | Tax exemption (where applicable) |
Containing Definition of All Tax Types
Below is the JSON representation of the Tax Types:
[
{
"Code": "01",
"Description": "Sales Tax"
},
{
"Code": "02",
"Description": "Service Tax"
},
{
"Code": "03",
"Description": "Tourism Tax"
},
{
"Code": "04",
"Description": "High-Value Goods Tax"
},
{
"Code": "05",
"Description": "Sales Tax on Low Value Goods"
},
{
"Code": "06",
"Description": "Not Applicable"
},
{
"Code": "E",
"Description": "Tax exemption (where applicable)"
}
]
Additional Considerations
Relevant tax type should be provided during submitting the documents.