Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the DocumentType. |
code | String | true | Code of the DocumentType. |
name | String | true | Name of the DocumentType. |
JSON representation
{ "id": 1, "createdDate": "2018-04-12T18:13:50.710Z", "code": "1", "name": "Visa" }