Last updated

RoomRates

Fields

FieldDescriptionTypeMin/maxNotes
RoomStay/
RoomRates
Price(s) for the current RoomStay.array of RoomRate1..1-
RoomRates/
RoomRate
Contains price details of one combination of room type, rate, and date. Each reservation contains at least one RoomRate element for each night of the stay. If the reservation contains multiple rooms, there will be one RoomRate per room, per night.object0..*-

XML

<RoomRates>
   <RoomRate ... >
      ...
   </RoomRate>
   <RoomRate ... >
      ...
   </RoomRate>
</RoomRates>