TaxItem
tax_namestringnullable
tax_rate objectnullable
oneOf
- number
- string
number
tax_base_amount objectnullable
oneOf
- number
- string
number
tax_amount objectnullable
oneOf
- number
- string
number
tax_descriptionstringnullable
TaxItem
{
"tax_name": "string",
"tax_rate": 0,
"tax_base_amount": 0,
"tax_amount": 0,
"tax_description": "string"
}