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.