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