Skip to main content

CatalogRateDto

Represents a rate (pricing tier) in the catalog.

rateIdinteger<int32>required

The unique identifier of the rate.

rateLabelstringnullable

The display label of the rate (e.g., Adult, Child, Senior).

CatalogRateDto
{
"rateId": 0,
"rateLabel": "string"
}