DetailsOutputDto
Properties
Name | Type | Required | Description |
---|---|---|---|
Id | long | ❌ | A signed integer number that uniquely identifies an accommodation property. |
Name | TranslatedString | ❌ | Translated description of this room. The maximum number of characters returned may be limited by contract. |
AccommodationType | long | ❌ | A signed integer number that uniquely identifies an accommodation property type. Examples of accommodation types are: Apartment, Hostel, Hotel etc. |
Brands | List<long> | ❌ | A signed integer number that uniquely identifies an accommodation brand. |
CheckinCheckoutTimes | CheckinCheckoutTimesDto | ❌ | |
Contacts | ContactsDto | ❌ | Contact information of the accommodation. |
Currency | string | ❌ | A three-letter code that uniquely identifies a monetary currency as defined by the ISO 4217 standard. |
Facilities | List<FacilityDto> | ❌ | The list of facilities available in this property. Requires {"extras":["facilities"]} . |
DeepLinkUrl | string | ❌ | Deep link mobile app URL. |
Description | DescriptionDto | ❌ | Textual information about the accommodation. Requires {"extras":["description"]} . |
IsWorkFriendly | bool | ❌ | Flags if this accommodation is work friendly. |
KeyCollectionInformation | List<KeyCollectionInformationDto> | ❌ | |
Location | LocationDto | ❌ | All location related information of this accommodation property. |
NumberOfRooms | long | ❌ | Total number of rooms in the property. Please note that this is not an availability call and that this number is mostly used to determine the size and type of a property. |
Payment | PaymentDto | ❌ | Payment terms and conditions for this product. |
Photos | List<PhotoDto> | ❌ | List of photos for this accommodation property.The maximum number of photos returned may be limited by contract. Requires {"extras":["photos"]} . The photos are returned in no particular order. |
Policies | PoliciesDto | ❌ | The policies for this product. |
PriceCategory | string | ❌ | Indicates the qualitative price reference (between $ and $$$$) on how expensive an accommodation is. Accommodations in the same city are sorted by ascending price (average per guest per night in the last month), the ones in the lowest 25 percentile are in category $, between 25 and 50 percentile are in category $$, between 50 and 75 percentile are in category $$$, remaining ones are in category $$$$. |
Programmes | ProgramSettingsDto | ❌ | Details of programmes undergone by the property. |
Rating | RatingDto | ❌ | |
Rooms | List<RoomDto> | ❌ | The list of room types available at this property. Requires {"extras":["rooms"]} . |
SpokenLanguages | List<string> | ❌ | |
Themes | List<long> | ❌ | |
Url | string | ❌ |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs