AccumulativeHotel
Represents an accumulative hotel object.
Propertiesโ
| Name | Type | Description | 
|---|---|---|
| Code | String | Hotel code. This code may have concatenated information. | 
| NativeSupplierCode | String | Native supplier code, without any concatenations. This code will be used to retrieve Giata information. | 
| Name | String | Hotel name. | 
| CategoryCode | String | Category code. | 
| ChainCode | String | Hotel chain code. | 
| ExclusiveDeal | Boolean | Indicates whether the hotel has an exclusive deal. | 
| Location | AccumulativeLocation | Location of the hotel. | 
| Location/Address | String | Address of the hotel. | 
| Location/City | String | City of the hotel. | 
| Location/ZipCode | String | Zip code of the hotel. | 
| Location/Descriptions | Dictionary<Iso2LanguageEnum, List<String>> | Dictionary containing location descriptions categorized by language. | 
| Location/Indications | Dictionary<Iso2LanguageEnum, List<String>> | Dictionary containing location indications categorized by language. | 
| Location/Country | Iso2CountryTypeEnum | Country represented by ISO alpha-2. | 
| Location/Coordinates | AccumulativeCoordinates | Coordinates of the hotel. | 
| Location/Coordinates/Latitude | Double | Latitude. | 
| Location/Coordinates/Longitude | Double | Longitude. | 
| Location/MinimumDestination | AccumulativeHotelMinimumDestination | The lowest-level destination associated with the hotel. This value should match the one returned by the Destination call. | 
| Location/MinimumDestination/ Code  | String | Destination code. | 
| Location/MinimumDestination/ Available  | Boolean | Indicates whether it is available to request in Search. | 
| Location/MinimumDestination/ Names  | Dictionary<Iso2LanguageEnum, String> | Dictionary containing names categorized by language. | 
| Location/Contact | AccumulativeContact | Contact information of the hotel. | 
| Location/Contact/Email | String | Email address. | 
| Location/Contact/Phone | String | Phone number. | 
| Location/Contact/Fax | String | Fax number. | 
| Location/Contact/Web | String | Web address. | 
| Location/Airports | List<AccumulativeAirport> | Nearby airports. | 
| Location/Airports/IATACode | String | IATA code. | 
| Location/State | String | State where the hotel is located. | 
| Amenities | List<AccumulativeAmenity> | List of amenities. | 
| Amenities/Code | String | Code of the amenity. | 
| Amenities/Type | ApplicationAreaTypeEnum | Type of the application area. | 
| Amenities/Descriptions | Dictionary<Iso2LanguageEnum, List<String>> | Descriptions of the amenity, keyed by language. | 
| Amenities/Names | Dictionary<Iso2LanguageEnum, String> | Names of the amenity, keyed by language. | 
| CardTypes | List<CreditCardType> | List of accepted credit card types. | 
| Descriptions | AccumulativeDescriptions | Descriptions of the hotel. | 
| Descriptions/Pool | Dictionary<Iso2LanguageEnum, List<String>> | Dictionary containing pool descriptions categorized by language. | 
| Descriptions/Activities | Dictionary<Iso2LanguageEnum, List<String>> | Dictionary containing activities descriptions categorized by language. | 
| Descriptions/Restaurants | Dictionary<Iso2LanguageEnum, List<String>> | Dictionary containing restaurants descriptions categorized by language. | 
| Descriptions/General | Dictionary<Iso2LanguageEnum, List<String>> | Dictionary containing general descriptions categorized by language. | 
| Descriptions/Rooms | Dictionary<Iso2LanguageEnum, List<String>> | Dictionary containing room descriptions categorized by language. | 
| Descriptions/Amenities | Dictionary<Iso2LanguageEnum, List<String>> | Dictionary containing amenities descriptions categorized by language. | 
| Medias | List<AccumulativeMedia> | List of medias. | 
| Medias/Code | String | Code of the media. | 
| Medias/Url | String | URL of the media. | 
| Medias/Type | MediaTypeEnum | Type of the media. | 
| Medias/Order | String | Order of the media. Should be ordered from 1 onward. | 
| Medias/Descriptions | Dictionary<Iso2LanguageEnum, String> | Descriptions of the media, keyed by ISO 2 language code. | 
| Rooms | List<AccumulativeRoom> | List of rooms. | 
| Rooms/Code | String | Gets or sets the code of the room. | 
| Rooms/Area | Double | Gets or sets the area of the room. | 
| Rooms/Names | Dictionary<Iso2LanguageEnum, String> | Gets or sets the names of the room in different languages. | 
| Rooms/Descriptions | Dictionary<Iso2LanguageEnum, String> | Gets or sets the descriptions of the room in different languages. | 
| Rooms/RoomOccupancy | AccumulativeRoomOccupancy | Gets or sets the room occupancy information. | 
| Rooms/RoomOccupancy/Adults | AccumulativeMinMaxOccupancy | Accumulative occupancy for adults. | 
| Rooms/RoomOccupancy/Adults/Min | Integer | Minimum occupancy. | 
| Rooms/RoomOccupancy/Adults/Max | Integer | Maximum occupancy. | 
| Rooms/RoomOccupancy/Children | AccumulativeMinMaxOccupancy | Accumulative occupancy for children. | 
| Rooms/RoomOccupancy/Children/ Min  | Integer | Minimum occupancy. | 
| Rooms/RoomOccupancy/Children/ Max  | Integer | Maximum occupancy. | 
| Rooms/RoomOccupancy/Infants | AccumulativeMinMaxOccupancy | Accumulative occupancy for infants. | 
| Rooms/RoomOccupancy/Infants/ Min  | Integer | Minimum occupancy. | 
| Rooms/RoomOccupancy/Infants/ Max  | Integer | Maximum occupancy. | 
| Rooms/RoomOccupancy/Total | AccumulativeMinMaxOccupancy | Accumulative total occupancy. | 
| Rooms/RoomOccupancy/Total/Min | Integer | Minimum occupancy. | 
| Rooms/RoomOccupancy/Total/Max | Integer | Maximum occupancy. | 
| Rooms/Beds | List<AccumulativeBed> | Gets or sets the list of beds in the room. | 
| Rooms/Beds/NumberOfBeds | Integer | Gets or sets the number of beds. | 
| Rooms/Beds/Type | String | Gets or sets the type of bed. | 
| Rooms/Amenities | List<AccumulativeAmenity> | Gets or sets the list of amenities in the room. | 
| Rooms/Amenities/Code | String | Code of the amenity. | 
| Rooms/Amenities/Type | ApplicationAreaTypeEnum | Type of the application area. | 
| Rooms/Amenities/Descriptions | Dictionary<Iso2LanguageEnum, List<String>> | Descriptions of the amenity, keyed by language. | 
| Rooms/Amenities/Names | Dictionary<Iso2LanguageEnum, String> | Names of the amenity, keyed by language. | 
| Rooms/Medias | List<AccumulativeMedia> | Gets or sets the list of media associated with the room. | 
| Rooms/Medias/Code | String | Code of the media. | 
| Rooms/Medias/Url | String | URL of the media. | 
| Rooms/Medias/Type | MediaTypeEnum | Type of the media. | 
| Rooms/Medias/Order | String | Order of the media. Should be ordered from 1 onward. | 
| Rooms/Medias/Descriptions | Dictionary<Iso2LanguageEnum, String> | Descriptions of the media, keyed by ISO 2 language code. | 
| Rooms/Views | List<AccumulativeView> | Gets or sets the list of views from the room. | 
| Rooms/Views/Code | String | Gets or sets the code. | 
| Rooms/Views/Description | Dictionary<Iso2LanguageEnum, String> | Gets or sets the description. | 
| PropertyType | AccumulativePropertyType | Property type. | 
| PropertyType/Code | String | Property type code. | 
| PropertyType/Name | String | Property type name. | 
| MandatoryFees | List<AccumulativeMandatoryFee> | Mandatory fees. | 
| MandatoryFees/Code | String | Fee code. | 
| MandatoryFees/Description | String | Fee description. | 
| MandatoryFees/Name | String | Fee name. | 
| MandatoryFees/Scope | String | Fee scope. | 
| MandatoryFees/Duration | String | Duration of the fee. | 
| MandatoryFees/NetAmount | Double | Net amount of the fee. | 
| MandatoryFees/Currency | Currency | Currency of the fee represented by ISO_4217. | 
| MandatoryFees/Included | Boolean | Indicates whether the fee is included or not. | 
| MandatoryFees/Refund | Boolean | Indicates whether the fee is refundable or not. | 
| CheckInData | AccumulativeCheckData | Check-in data for the hotel. | 
| CheckInData/Instructions | Dictionary<Iso2LanguageEnum, String> | Dictionary containing check-in/check-out instructions categorized by language. | 
| CheckInData/ SpecialInstructions  | Dictionary<Iso2LanguageEnum, String> | Dictionary containing special check-in/check-out instructions categorized by language. | 
| CheckInData/MinAge | Integer | Minimum age for check-in/check-out. | 
| CheckInData/BeginTime | TimeOnlyModel | Begin time for check-in/check-out. | 
| CheckInData/BeginTime/Time | String | Gets or sets the time. | 
| CheckInData/EndTime | TimeOnlyModel | Ending time for check-in/check-out. | 
| CheckInData/EndTime/Time | String | Gets or sets the time. | 
| CheckOutData | AccumulativeCheckData | Check-out data for the hotel. | 
| CheckOutData/Instructions | Dictionary<Iso2LanguageEnum, String> | Dictionary containing check-in/check-out instructions categorized by language. | 
| CheckOutData/ SpecialInstructions  | Dictionary<Iso2LanguageEnum, String> | Dictionary containing special check-in/check-out instructions categorized by language. | 
| CheckOutData/MinAge | Integer | Minimum age for check-in/check-out. | 
| CheckOutData/BeginTime | TimeOnlyModel | Begin time for check-in/check-out. | 
| CheckOutData/BeginTime/Time | String | Gets or sets the time. | 
| CheckOutData/EndTime | TimeOnlyModel | Ending time for check-in/check-out. | 
| CheckOutData/EndTime/Time | String | Gets or sets the time. |