AgeClassRestriction
Container for room occupancy rules based on the age of the guests.
Parameters
ageClass
Categories for hotel guests, based on age.
ageMinimum
The minimum age defined in a particular AgeClass
.
ageMaximum
The maximum age defined in a particular AgeClass
. If not specified, the AgeClass
has no upper bound.
maxGuestCount
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)