| 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. |