Tax
Taxes are collected by the government to manage state expenses. A company and an individual must pay multiple taxes and disclose the income details.
Attributes
Attribute | Description |
tax_id | string: Unique ID of the tax. |
tax_name | string: Name of the tax to be created. |
tax_percentage | double: Number of percentage taxable. |
tax_type | string: Type to determine whether it is a simple or compound tax. Allowed values: tax and compound_tax. |
tax_group_id | string: The ID of the tax group. |
tax_group_name | string: Name of the tax group to be created. |
tax_group_percentage | double: Number of percentage taxable. |
Example
Copied{
"tax_id": "982000000566009",
"tax_name": "Sales Group",
"tax_percentage": 10.5,
"tax_type": "tax",
"tax_group_id": "982000000566009",
"tax_group_name": "Sales Group",
"tax_group_percentage": 10.5
}Taxes are collected by the government to manage state expenses. A company and an individual must pay multiple taxes and
disclose the income details.