Age Class Restriction
Container for room occupancy rules based on the age of the guests.
Parameters
age Class
Categories for hotel guests, based on age.
age Minimum
The minimum age defined in a particular AgeClass
.
age Maximum
The maximum age defined in a particular AgeClass
. If not specified, the AgeClass
has no upper bound.
max Guest Count
The max guest count allowed in a particular AgeClass
.
Constructors
Link copied to clipboard
public AgeClassRestriction AgeClassRestriction(AgeClassRestriction.AgeClass ageClass, Integer ageMinimum, Integer ageMaximum, Integer maxGuestCount)