The Class CustomerCategoryDto.
| name | data type | type | namespace | min/max occurs | constraints | wrapped by | description |
|---|---|---|---|---|---|---|---|
| code | string | attribute | 1/1 | The code | |||
| description | string | attribute | 0/1 | The description | |||
| id | long | attribute | 0/1 | The id. | |||
| accountingCode | string | element | 1/1 | required | The accounting code. | ||
| auditable | auditableDto | element | 0/1 | ||||
| auditableField | auditableFieldDto | element | 0/unbounded | auditableFields | |||
| exoneratedFromTaxes | boolean | element | 0/1 | The exonerated from taxes. | |||
| exonerationReason | string | element | 0/1 | The exoneration reason. | |||
| exonerationTaxEl | string | element | 0/1 | The exoneration tax el. | |||
| exonerationTaxElSpark | string | element | 0/1 | The exoneration tax el for Spark. | |||
| updatedCode | string | element | 0/1 | The updated code. |
Example
<CustomerCategory code="..." description="..." id="...">
<exoneratedFromTaxes>...</exoneratedFromTaxes>
<exonerationTaxEl>...</exonerationTaxEl>
<auditable created="..." creator="..." updated="..." updater="..."/>
<exonerationTaxElSpark>...</exonerationTaxElSpark>
<auditableFields>
<auditableField actor="..." changeOrigin="..." code="..." created="..." currentState="..." description="..." entityClass="..." fieldName="..." id="..." originName="..." previousState="...">
<auditable created="..." creator="..." updated="..." updater="..."/>
<auditableFields>
<auditableField/>
</auditableFields>
<updatedCode>...</updatedCode>
</auditableField>
</auditableFields>
<exonerationReason>...</exonerationReason>
<updatedCode>...</updatedCode>
<accountingCode>...</accountingCode>
</CustomerCategory>