/
ChainVIPLevel

ChainVIPLevel

Structure

FieldTypeRequiredDescription
idinttrueId of the ChainVIPLevel
chainIdinttrueChain Id of the ChainVIPLevel
codestringtrueCode of the ChainVIPLevel
namestringtrueName of the ChainVIPLevel
colorCodestringtrueColor code of the ChainVIPLevel
remarkstringtrueRemark of the ChainVIPLevelGroup
activebooleantrueStatus of the ChainVIPLevelGroup
createdDateLocalDateTimetrueCreation Date of the ChainVIPLevelGroup
modifiedDateLocalDateTimetrueModified 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
}

Related content