| name | data type | description |
|---|---|---|
| code | string | |
| description | string | |
| exoneratedFromTaxes | boolean | |
| exonerationTaxEl | string | |
| exonerationReason | string | |
Properties inherited from BusinessDto |
||
| updatedCode | string | |
Example
{
"code" : "...",
"description" : "...",
"exoneratedFromTaxes" : true,
"exonerationTaxEl" : "...",
"exonerationReason" : "...",
"updatedCode" : "..."
}