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