ChainCancellationReasonType
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Id of the Cancellation Reason Type. |
code | String | true | Code of the Cancellation Reason Type. |
name | String | true | Name of the Cancellation Reason Type. |
descripion | String | true | Description of the Cancellation Reason Type. |
JSON representation
{ "id": 3, "code": "DUP", "name": "Duplicate", "description": null }