RoomDescription
Fields
| Field | Description | Type | Min/max | Notes | 
|---|---|---|---|---|
| RoomType/ RoomDescription | Contains a description of the room, as well as information about included meals and the number of children that can stay at no extra charge. | object | 1..1 | - | 
| RoomDescription/@Name | Short room name as displayed on Booking.com. | string | 1..1 | Depending on policies and/or rate types, the room name here may be different than the name returned by /xml/roomname. We therefore recommend mapping based on room IDs and rate IDs. | 
| RoomDescription/Text | Room description, as currently known in our database. | string | 1..1 | - | 
| RoomDescription/MealPlan | The meal plan (breakfast, lunch, or dinner) information applicable for the booked room. | string | 1..1 | - | 
| RoomDescription/[MaxChildren] | The number of children that can stay in the room at no extra charge. | int | 1..1 | The value of MaxChildrenis not related to how many children the booker specified in their reservation.MaxChildrenis a static room type setting. The maximum age of the children is specified in the property's policies. The property owner can change these settings in Extranet. | 
XML
<RoomDescription
  Name="Double Room - Single Use">
  <MaxChildren>
    0
  </MaxChildren>
  <MealPlan>
    ...
  </MealPlan>
  <Text>
    Room description text.
  </Text>
</RoomDescription>