ChainVIPLevel
ChainVIPLevel
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Id of the ChainVIPLevel |
chainId | int | true | Chain Id of the ChainVIPLevel |
code | string | true | Code of the ChainVIPLevel |
name | string | true | Name of the ChainVIPLevel |
colorCode | string | true | Color code of the ChainVIPLevel |
remark | string | true | Remark of the ChainVIPLevelGroup |
active | boolean | true | Status of the ChainVIPLevelGroup |
createdDate | LocalDateTime | true | Creation Date of the ChainVIPLevelGroup |
modifiedDate | LocalDateTime | true | Modified Date of the ChainVIPLevelGroup |
JSON representation
{ "id": 1, "chainId": 1, "code": "1", "name": "VIP 1", "colorCode": "#43A047", "remark": null, "active": false, "createdDate": "2022-01-27T16:45:00.7231809", "modifiedDate": null }
, multiple selections available,