| name | data type | description |
|---|---|---|
| code | string | |
| description | string | |
| accountCode | string | |
| occCategory | OperationCategoryEnum | |
| accountCodeClientSide | string | |
Properties inherited from BusinessDto |
||
| updatedCode | string | |
Example
{
"code" : "...",
"description" : "...",
"accountCode" : "...",
"occCategory" : "DEBIT",
"accountCodeClientSide" : "...",
"updatedCode" : "..."
}