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 | Map<String, Object> | Additional descriptive detail such as sub-descriptions and amenity categories. | [optional] |