Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identificator of the Currency. |
code | String | true | Code of the Currency (ISO 4217) |
name | String | true | Name of the Currency. |
JSON representation
{ "id": 1, "code": "EUR", "name": "Euro" }
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identificator of the Currency. |
code | String | true | Code of the Currency (ISO 4217) |
name | String | true | Name of the Currency. |
{ "id": 1, "code": "EUR", "name": "Euro" }