ChainCancellationReasonType

Structure

FieldTypeRequiredDescription
idIntegertrueId of the Cancellation Reason Type.
codeStringtrueCode of the Cancellation Reason Type.
nameStringtrueName of the Cancellation Reason Type.
descripionStringtrueDescription of the Cancellation Reason Type.

JSON representation

{
  "id": 3,
  "code": "DUP",
  "name": "Duplicate",
  "description": null
}