Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.03 KB

File metadata and controls

18 lines (14 loc) · 1.03 KB

Unifapi.Sdk.Model.HotelSearchResult

Properties

Name Type Description Notes
HotelIdentifier 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]
IsPaid bool True for paid hotel listings. [optional]
Location HotelSearchGeo [optional]
Reviews HotelSearchResultReviews [optional]
Prices HotelSearchResultPrices [optional]
OverviewImages List<string> Preview image URLs for the hotel when present. [optional]
IsBillable bool Each hotel listing is one billable record.

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