GuestRoom/
Occupancy | Room occupancy details. | object | 1..1 | - |
Occupancy /
@MaxOccupancy | Specifies the maximum number of guests allowed to stay in the room type. | int | 0..1 | The value for @MaxOccupancy cannot be higher than the sum of the values for @MaxAdultOccupancy and @MaxChildOccupancy . You can separately specify extra bed options at property level. |
Occupancy /
@MaxAdultOccupancy | Specifies the maximum number of adult guests allowed to stay in the room type. | int | 0..1 | |
Occupancy /
@MaxChildOccupancy | Specifies the maximum number of children allowed to physically stay in the room type. | int | 0..1 | The value for @MaxChildOccupancy is always lower than that for @MaxAdultOccupancy , because you cannot have a room with only children. |
GuestRoom/
TPA_Extensions | Room occupancy details. | object | 1..1 | - |
TPA_Extensions/
Occupancy | Extra child occupancy details. | object | 0..1 | - |
Occupancy /
@MaxChildPayableOccupancy | Specifies the maximum number of children that are eligible for the children rate. | int | 0..1 | The value for @MaxChildPayableOccupancy cannot be higher than the value of @MaxChildOccupancy . |