EventimBestSeatQuantityModel
Represents the quantity of seats to allocate for a specific rate.
rateIdinteger<int32>required
The rate identifier for pricing.
priceVersioninteger<int32>required
The rate version number.
quantityinteger<int32>required
The number of seats to allocate at this rate.
EventimBestSeatQuantityModel
{
"rateId": 0,
"priceVersion": 0,
"quantity": 0
}