PropertyDetails
Container for information about the hotel property detail. It will be shown for Vacation Rental hotel only.
Parameters
propertyRegistryNumber
The registry number of property.
hostLanguages
The languages the host of property will speak.
maxOccupancy
The maximum number of guests allowed to stay in the property.
numberOfBedrooms
The number of bedrooms in the property.
numberOfBathrooms
The number of bathrooms in the property.
squareFeet
Property area in square feet.
propertyManager
Constructors
Link copied to clipboard
public PropertyDetails PropertyDetails( String propertyRegistryNumber, List<String> hostLanguages, Integer maxOccupancy, Integer numberOfBedrooms, Integer numberOfBathrooms, String squareFeet, PropertyManager propertyManager)