Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.06 KB

File metadata and controls

18 lines (14 loc) · 1.06 KB

Unifapi.Sdk.Model.HotelAbout

Hotel description, address, website, and amenities when present.

Properties

Name Type Description Notes
Description string Hotel description. [optional]
FullAddress string Standardised full address of the hotel. [optional]
Domain string Domain of the hotel's website. [optional]
Url string URL of the hotel's website. [optional]
CheckInTime string Listed check-in time as HH:MM (24-hour). [optional]
CheckOutTime string Listed check-out time as HH:MM (24-hour). [optional]
Amenities List<string> Available amenity labels offered by the hotel. [optional]
Extras Dictionary<string, Object> Additional descriptive detail such as sub-descriptions and amenity categories. [optional]

[Back to Model list] [Back to API list] [Back to README]