ChainChannel
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 |
order | int | true | Order of the ChainChannel |
chainChannelGroupId | int | true | ChainChannelGroup Id |
JSON representation
{ "id": 1, "code": "MAIL", "name": "E Mail", "order": 1, "chainChannelGroupId": 2 }