CatalogRateResponse
Response containing a list of catalog rates.
rates object[]nullable
The list of active rates in the catalog.
Array [
rateIdinteger<int32>required
The unique identifier of the rate.
rateLabelstringnullable
The display label of the rate (e.g., Adult, Child, Senior).
]
CatalogRateResponse
{
"rates": [
{
"rateId": 0,
"rateLabel": "string"
}
]
}