Retrieve Tax Categories
Name
Type
Description
{
"success": true,
"taxCategories": [
{
"code": "STANDARD_GST",
"value": "Standard Goods and Services Tax"
},
{
"code": "REDUCED_GST",
"value": "Reduced Goods and Services Tax"
},
{
"code": "ZERO_GST",
"value": "Zero Goods and Services Tax"
},
//... other tax categories
]
}
Last updated