| name | data type | description |
|---|---|---|
| code | string | |
| description | string | |
| uri | string | |
| mimeType | string | |
| disabled | boolean | |
Properties inherited from BusinessDto |
||
| updatedCode | string | |
Example
{
"code" : "...",
"description" : "...",
"uri" : "...",
"mimeType" : "...",
"disabled" : true,
"updatedCode" : "..."
}