Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Id of the ChainChannel |
code | string | true | Code of the ChainChannel |
name | string | true | Name of the ChainChannel |
active | boolean | true | Status of the ChainChannel |
JSON representation
{ "id": 1, "code": "WEB", "name": "Web Discount, "active": true, }