Tax Trevenque
Structure
Field | Type | Required | Description |
---|---|---|---|
percentage | Decimal | Percentage tax . | |
code | String | Code of the tax. | |
name | String | Name of the tax. | |
quota | Decimal | Quota tax. |
JSON representation
{ "percentage" : 21.000000, "code" : "IVA21", "name" : "IVA 21%", "quota" : 0.347107 }