ChainRate
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Id of the ChainRate |
code | string | true | Code of the ChainRate |
name | string | true | Name of the ChainRate |
chainRateTypeId | int | true | Type Id of the ChainRate |
active | boolean | true | ChainRate active status |
JSON representation
{ "id": 1, "code": "BAR", "name": "BAR SA", "chainRateTypeId": 1, "active": true }