RoomOccupancyPolicy
public RoomOccupancyPolicy RoomOccupancyPolicy( Integer maxGuestCount, Integer minCheckInAge, Integer includedGuestCount, Integer minGuestAge, List<AgeClassRestriction> ageClassRestrictions)
Parameters
maxGuestCount
The maximum number of guests allowed to stay in a room.
minCheckInAge
The minimum age required for check-in.
includedGuestCount
The number of guests included in base rate.
minGuestAge
The minimum age required for any guest staying in the room.
ageClassRestrictions
Container for room occupancy rules based on the age of the guests.