Hotel description, address, website, and amenities when present.
| 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] |