ChainRate

Structure

FieldTypeRequiredDescription
idinttrueId of the ChainRate
codestringtrueCode of the ChainRate
namestringtrueName of the ChainRate
chainRateTypeIdinttrueType Id of the ChainRate
activebooleantrueChainRate active status

JSON representation

{
    "id": 1,
    "code": "BAR",
	"name": "BAR SA",
	"chainRateTypeId": 1,
	"active": true
}