Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identificator of the DepositStatusType. |
code | Integer | true | Code of the DepositStatusType. |
name | String | true | Name of the DepositStatusType. |
JSON representation
{ "id": 1, "name": "Pending Payment", "code": "PENPAY" }