EventimRateDto
Represents a rate with access and validation rules.
rateIdinteger<int32>required
The unique identifier of the rate.
labelstringnullable
The display label of the rate.
codestringnullable
The code identifier of the rate.
accessRuleIdinteger<int32>nullable
The identifier of the access rule applied to this rate.
validationRuleIdinteger<int32>nullable
The identifier of the validation rule applied to this rate.
EventimRateDto
{
"rateId": 0,
"label": "string",
"code": "string",
"accessRuleId": 0,
"validationRuleId": 0
}