Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.02 KB

File metadata and controls

17 lines (14 loc) · 1.02 KB

# HotelSearchResult

Properties

Name Type Description Notes
hotel_identifier string Unique hotel id. Pass it to /hotels/info for full details. [optional]
title string Hotel or vacation rental name. [optional]
stars int Hotel class rating, 1-5. [optional]
is_paid bool True for paid hotel listings. [optional]
location \Unifapi\Sdk\Model\HotelSearchGeo [optional]
reviews \Unifapi\Sdk\Model\HotelSearchResultReviews [optional]
prices \Unifapi\Sdk\Model\HotelSearchResultPrices [optional]
overview_images string[] Preview image URLs for the hotel when present. [optional]
is_billable bool Each hotel listing is one billable record.

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