| name | data type | description |
|---|---|---|
| code | string | |
| description | string | |
| applyAgreement | boolean | |
| applyReimbursment | boolean | |
| applyTerminationCharges | boolean | |
Properties inherited from BusinessDto |
||
| updatedCode | string | |
Example
{
"code" : "...",
"description" : "...",
"applyAgreement" : true,
"applyReimbursment" : true,
"applyTerminationCharges" : true,
"updatedCode" : "..."
}