AccumulativeLocation
Represents accumulative location information.
Properties
| Name | Type | Description |
|---|---|---|
| Address | String | Address of the hotel. |
| City | String | City of the hotel. |
| ZipCode | String | Zip code of the hotel. |
| Descriptions | Dictionary<Iso2LanguageEnum, List<String>> | Dictionary containing location descriptions categorized by language. |
| Indications | Dictionary<Iso2LanguageEnum, List<String>> | Dictionary containing location indications categorized by language. |
| Country | Iso2CountryTypeEnum | Country represented by ISO alpha-2. |
| Coordinates | AccumulativeCoordinates | Coordinates of the hotel. |
| Coordinates/Latitude | Double | Latitude. |
| Coordinates/Longitude | Double | Longitude. |
| MinimumDestination | AccumulativeHotelMinimumDestination | The lowest-level destination associated with the hotel. This value should match the one returned by the Destination call. |
| MinimumDestination/Code | String | Destination code. |
| MinimumDestination/Available | Boolean | Indicates whether it is available to request in Search. |
| MinimumDestination/Names | Dictionary<Iso2LanguageEnum, String> | Dictionary containing names categorized by language. |
| Contact | AccumulativeContact | Contact information of the hotel. |
| Contact/Email | String | Email address. |
| Contact/Phone | String | Phone number. |
| Contact/Fax | String | Fax number. |
| Contact/Web | String | Web address. |
| Airports | List<AccumulativeAirport> | Nearby airports. |
| Airports/IATACode | String | IATA code. |
| State | String | State where the hotel is located. |