RoomRates

Fields

Field Description Type Min/max Notes
RoomStay/
RoomRates
Price(s) for the current RoomStay. array of RoomRate 1..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. object 0..* -

XML

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