Region

The AvailabilitySearch is used to retrieve the available room options for a given combination of date, duration, occupancy & passenger nationality. It is possible to identify a region, individual hotel or list of hotels for your query. A small number of filters are also available to return only room options that match the criteria specified.

In response you will receive a list of rooms and meal types that are available across the hotels in our inventory that match your requirements and their Result id, with the total price that is inclusive of any discounts. The Result id for each option will subsequently be used as Quote id in BookingCreate stage of the booking flow.

Availability response times can vary between 3 – 20 seconds depending on the search criteria you have selected. Please discuss with our integrations team if you have any specific requirements for availability response time that are not being met.

Specifying search Target

You can target your search at either:

  • One Region Id
  • One Hotel Id
  • Multiple Hotel Ids

The following rules apply when specifying the search target:

  • If you wish to specify a single Region, then you must include the RegionId tag and you must omit the HotelId tag and the Hotels Tag.
  • If you wish to specify a single Hotel, then you must include the HotelId tag and you must omit the RegionId tag and the Hotels Tag.
  • If you wish to specify multiple Hotels, then you must include Hotels tag which will include the list of Hotel Ids, and omit the singular HotelId tag.

Availability Request Syntax

Request Header

Content-Type:       “text/xml; charset=utf-8”
Content-Length:     [Length of the content]
Host:               [Web service hostname]
Accept-Encoding     “gzip”

Name Type Description

<Authority>

Complex

Authentication information, as
described in the ‘Getting Started’ section

<Org>

String

The organisation short code identifying the agent responsible for the request (Agency ID)

<User>

String

The user’s logon, unique within the given  organisation (User Name)

<Password>

String

The given user’s password

<Currency>

String

Choose the currency used to return selling prices; accepts an ISO-4217 / SWIFT three character currency code (e.g. USD, GBP, EUR).

Your account has a configured billing currency. Only the configured currency can be specified here.

<Version>

String

The current interface version is 1.28

<RegionId>

Integer

The Id number of the region to search for availability.

This should not be used with a <HotelId> element. 

A list of Region Ids can be obtained from the static data downloads on the Stuba Integration Portal

<HotelStayDetails>

Complex

Structured information the rooms, passengers, dates, duration & passenger nationality to request availability

<ArrivalDate>

Date

The date of the first night of the stay

<Nights>

Integer

The duration of the stay as a number of nights

<Nationality>

String

The country code of the guests’ nationality. This is required to ensure that the prices and availability returned are valid for the guests who are travelling. A list of Nationality codes can be obtained  from the static data downloads on the Stuba Integration Portal.

<Room>

(1 or More)

Complex

Structure containing room requirement and occupant details

<Guests>

Array

An array of either <Adult> or <Child> elements representing the guests who will stay in this room.

<HotelSearchCriteria>

(optional)

Complex

Structured extra requirements to filter the list of hotels returned

You cannot use HotelSearchCriteria filter when also specifying a HotelId.

<HotelName>

(optional)

String

Match a text fragment within the hotel name

<MinStars>

(optional)

Integer

Return only hotels with at least this star rating

<MinPrice>

(optional)

Decimal

Return only hotels whose total cost (I.e. cost for the whole stay, not cost per night) is at least this value.

<MaxPrice>

(optional)

Decimal

Return only hotels whose total cost (I.e. cost for the whole stay, not cost per night) is at most this value.

<CanxFees>

(optional)

Boolean

When passed as true, availability response will contain additional cancellation policy information (if available)

If false (or not included) default level of cancellation policy information is returned

Response Body Schema

Name Type Description

<Currency>

String

The currency of all prices included in the response.

<Warning>

String

Details of any non-fatal issues with the request, including any Hotel Id’s rejected.

<TestMode>

Boolean

If ‘true’ the response is not from live environment. If ‘false’ the response is from live environment

<HotelAvailability>

(zero or more)

Complex

<Hotel>

Complex

Contains hotel details

<Result>

(1 or more)

Complex

Contains details of a single search result matching the given search criteria

Id

(Attribute)

String

QuoteId for this search result to be passed in a booking create operation.

<Room>

(one or more)

Complex

Contains details of an individual room type included in this search result. A single result may contain multiple rooms if the search merits it.

<RoomType>

Complex

A text enumeration (as a <code>,

<text> pair) identifying a specific room type. These codes are obtained dynamically from the hotel and are obtained individually per hotel.

<MealType>

Complex

A text enumeration (as a <code>,

<text> pair) identifying a specific meal type. These codes are obtained dynamically from the hotel.

If not returned the MealType is ‘room only’.

<Price>

Complex

The total selling price for this search result, including any discounts and commission.

<CancellationPolicyStatus>

Enum

A three-value text enumeration for the indicative cancellation policy status of the  room.

<CancelPolicy>

(only present if CanxFees is true in request)

Complex

Contains additional cancellation policy details

<From>

(attribute)

Date

An indication of the first date cancellation charges apply

XML Response Samples

Samples

Copy
<AvailabilitySearch> <Authority> <Org>{{Org}}</Org> <User>{{User}}</User> <Password>{{Password}}</Password> <Currency>{{DefaultCurrency}}</Currency> <Version>1.28</Version> </Authority> <RegionId>{{RegionId}}</RegionId> <HotelStayDetails> <ArrivalDate>{{arrivaldate}}</ArrivalDate> <Nights>1</Nights> <Nationality>GB</Nationality> <Room> <Guests> <Adult /> <Adult /> </Guests> </Room> </HotelStayDetails> <DetailLevel>basic</DetailLevel> </AvailabilitySearch>
<?xml version="1.0" encoding="utf-8"?> <AvailabilitySearchResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Currency>USD</Currency> <Warning> </Warning> <TestMode>false</TestMode> <HotelAvailability hotelQuoteId="910579142_248404878"> <Hotel id="248404878" name="Aloft Me’aisam, Dubai" /> <Result id="910579142-519"> <Room> <RoomType code="60022827" text="Aloft Room, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="62.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-520"> <Room> <RoomType code="118183620" text="Aloft Room, Guest room, 2 Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="62.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-521"> <Room> <RoomType code="60022827" text="Aloft Room, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="50.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-522"> <Room> <RoomType code="118183620" text="Aloft Room, Guest room, 2 Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="50.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-523"> <Room> <RoomType code="60217831" text="Aloft Suite, 1 Bedroom Suite, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="126.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-524"> <Room> <RoomType code="60022827" text="Aloft Room, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="70.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-525"> <Room> <RoomType code="118183620" text="Aloft Room, Guest room, 2 Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="70.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-526"> <Room> <RoomType code="60022827" text="Aloft Room, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="81.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-527"> <Room> <RoomType code="118183620" text="Aloft Room, Guest room, 2 Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="81.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-528"> <Room> <RoomType code="60217831" text="Aloft Suite, 1 Bedroom Suite, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="143.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-529"> <Room> <RoomType code="60022827" text="Aloft Room, Guest room, 1 King" /> <MealType code="1000019" text="Half board" /> <Price amt="107.02" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-530"> <Room> <RoomType code="118183620" text="Aloft Room, Guest room, 2 Twin" /> <MealType code="1000019" text="Half board" /> <Price amt="107.02" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-531"> <Room> <RoomType code="2073502" text="Aloft Room" /> <MealType code="1000041" text="Room only" /> <Price amt="38.79" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-532"> <Room> <RoomType code="2073502" text="Aloft Room" /> <MealType code="1" text="Breakfast" /> <Price amt="53.77" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-533"> <Room> <RoomType code="118198519" text="Aloft Room - Twin Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000019" text="Half board" /> <Price amt="120.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-534"> <Room> <RoomType code="118198519" text="Aloft Room - Twin Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="51.98" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-535"> <Room> <RoomType code="118198519" text="Aloft Room - Twin Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000019" text="Half board" /> <Price amt="113.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-536"> <Room> <RoomType code="118198519" text="Aloft Room - Twin Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="76.11" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-537"> <Room> <RoomType code="118198519" text="Aloft Room - Twin Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="82.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-538"> <Room> <RoomType code="118198519" text="Aloft Room - Twin Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="57.77" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-539"> <Room> <RoomType code="118198519" text="Aloft Room - Twin Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="77.75" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-540"> <Room> <RoomType code="118198531" text="One Bedroom Suite King Bed (Complimentary Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates" /> <MealType code="1" text="Breakfast" /> <Price amt="147.75" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-541"> <Room> <RoomType code="118198531" text="One Bedroom Suite King Bed (Complimentary Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates" /> <MealType code="1" text="Breakfast" /> <Price amt="138.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-542"> <Room> <RoomType code="118198531" text="One Bedroom Suite King Bed (Complimentary Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates" /> <MealType code="1000041" text="Room only" /> <Price amt="122.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-543"> <Room> <RoomType code="118198525" text="Aloft Room - King Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="57.77" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-544"> <Room> <RoomType code="118198525" text="Aloft Room - King Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="82.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-545"> <Room> <RoomType code="118198525" text="Aloft Room - King Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="51.98" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-546"> <Room> <RoomType code="118198525" text="Aloft Room - King Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="76.11" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-547"> <Room> <RoomType code="118198525" text="Aloft Room - King Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000019" text="Half board" /> <Price amt="113.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-548"> <Room> <RoomType code="118198525" text="Aloft Room - King Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000019" text="Half board" /> <Price amt="120.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-549"> <Room> <RoomType code="118198525" text="Aloft Room - King Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="77.75" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579142_79676621"> <Hotel id="79676621" name="ibis Styles Dragon Mart Dubai" /> <Result id="910579142-480"> <Room> <RoomType code="43952739" text="Family Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="121.58" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-481"> <Room> <RoomType code="43952736" text="Standard Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="66.56" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-482"> <Room> <RoomType code="43952736" text="Standard Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="60.84" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-483"> <Room> <RoomType code="43952739" text="Family Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="115.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-484"> <Room> <RoomType code="43952736" text="Standard Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="45.34" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-485"> <Room> <RoomType code="43952736" text="Standard Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="40.25" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-486"> <Room> <RoomType code="43952736" text="Standard Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="54.91" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-487"> <Room> <RoomType code="43952736" text="Standard Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="60.11" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-488"> <Room> <RoomType code="43952739" text="Family Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="106.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-489"> <Room> <RoomType code="43952739" text="Family Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="112.11" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-490"> <Room> <RoomType code="43952739" text="Family Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="126.57" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-491"> <Room> <RoomType code="43952739" text="Family Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="101.92" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-492"> <Room> <RoomType code="43952739" text="Family Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="105.87" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-493"> <Room> <RoomType code="43952739" text="Family Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="121.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-494"> <Room> <RoomType code="43952740" text="Double Family Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="134.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-495"> <Room> <RoomType code="43952740" text="Double Family Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="120.34" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-496"> <Room> <RoomType code="43952740" text="Double Family Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="113.13" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-497"> <Room> <RoomType code="43952738" text="Twin Standard Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="58.53" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-498"> <Room> <RoomType code="43952738" text="Twin Standard Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="63.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-499"> <Room> <RoomType code="43952738" text="Twin Standard Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="42.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-500"> <Room> <RoomType code="43952737" text="Double Standard Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="42.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-501"> <Room> <RoomType code="43952737" text="Double Standard Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="63.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-502"> <Room> <RoomType code="43952737" text="Double Standard Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="58.53" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579142_322714773"> <Hotel id="322714773" name="Four Points by Sheraton Production City, Dubai" /> <Result id="910579142-625"> <Room> <RoomType code="41768345" text="Deluxe, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="59.59" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-626"> <Room> <RoomType code="118186748" text="Deluxe, Guest room, 2 Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="59.59" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-627"> <Room> <RoomType code="41768345" text="Deluxe, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="69.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-628"> <Room> <RoomType code="118186748" text="Deluxe, Guest room, 2 Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="69.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-629"> <Room> <RoomType code="43217986" text="Superior, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="54.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-630"> <Room> <RoomType code="118186798" text="Superior, Guest room, 2 Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="54.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-631"> <Room> <RoomType code="43217986" text="Superior, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="62.71" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-632"> <Room> <RoomType code="118186798" text="Superior, Guest room, 2 Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="62.71" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-633"> <Room> <RoomType code="41768345" text="Deluxe, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="63.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-634"> <Room> <RoomType code="118186748" text="Deluxe, Guest room, 2 Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="62.71" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-635"> <Room> <RoomType code="57247563" text="Classic, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="48.57" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-636"> <Room> <RoomType code="43217986" text="Superior, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="58.03" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-637"> <Room> <RoomType code="118186798" text="Superior, Guest room, 2 Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="58.03" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-638"> <Room> <RoomType code="44380900" text="Standard, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="51.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-639"> <Room> <RoomType code="57247563" text="Classic, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="56.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-640"> <Room> <RoomType code="44380900" text="Standard, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="45.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-641"> <Room> <RoomType code="57247563" text="Classic, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="52.10" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-642"> <Room> <RoomType code="44380900" text="Standard, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="49.19" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-643"> <Room> <RoomType code="41768345" text="Deluxe, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="76.13" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-644"> <Room> <RoomType code="118186748" text="Deluxe, Guest room, 2 Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="76.13" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-645"> <Room> <RoomType code="41768345" text="Deluxe, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="88.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-646"> <Room> <RoomType code="118186748" text="Deluxe, Guest room, 2 Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="88.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-647"> <Room> <RoomType code="43217986" text="Superior, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="70.62" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-648"> <Room> <RoomType code="118186798" text="Superior, Guest room, 2 Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="70.62" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-649"> <Room> <RoomType code="43217986" text="Superior, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="82.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-650"> <Room> <RoomType code="118186798" text="Superior, Guest room, 2 Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="82.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-651"> <Room> <RoomType code="41768345" text="Deluxe, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="81.85" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-652"> <Room> <RoomType code="118186748" text="Deluxe, Guest room, 2 Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="81.85" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-653"> <Room> <RoomType code="57247563" text="Classic, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="65.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-654"> <Room> <RoomType code="57247563" text="Classic, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="75.61" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-655"> <Room> <RoomType code="43217986" text="Superior, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="75.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-656"> <Room> <RoomType code="118186798" text="Superior, Guest room, 2 Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="75.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-657"> <Room> <RoomType code="44380900" text="Standard, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="62.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-658"> <Room> <RoomType code="44380900" text="Standard, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="72.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-659"> <Room> <RoomType code="57247563" text="Classic, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="69.99" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-660"> <Room> <RoomType code="44380900" text="Standard, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="66.98" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-661"> <Room> <RoomType code="7194490" text="Standard King Room" /> <MealType code="1000041" text="Room only" /> <Price amt="44.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-662"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000041" text="Room only" /> <Price amt="44.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-663"> <Room> <RoomType code="118760148" text="STANDARD ROOM UPGRADE TO SUPERIOR ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="44.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-664"> <Room> <RoomType code="7194490" text="Standard King Room" /> <MealType code="1" text="Breakfast" /> <Price amt="50.75" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-665"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="50.75" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-666"> <Room> <RoomType code="118760148" text="STANDARD ROOM UPGRADE TO SUPERIOR ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="50.75" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-667"> <Room> <RoomType code="41531390" text="Premium 1 Bedroom Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="211.85" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-668"> <Room> <RoomType code="1336373" text="One Bedroom Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="134.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-669"> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="104.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-670"> <Room> <RoomType code="118269945" text="Superior Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="48.70" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-671"> <Room> <RoomType code="118269945" text="Superior Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="58.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-672"> <Room> <RoomType code="118269945" text="Superior Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="65.30" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-673"> <Room> <RoomType code="118269945" text="Superior Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="78.62" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-674"> <Room> <RoomType code="118269952" text="Junior Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1" text="Breakfast" /> <Price amt="133.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-675"> <Room> <RoomType code="118269952" text="Junior Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1" text="Breakfast" /> <Price amt="111.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-676"> <Room> <RoomType code="118269952" text="Junior Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1000041" text="Room only" /> <Price amt="113.35" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-677"> <Room> <RoomType code="118269952" text="Junior Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1000041" text="Room only" /> <Price amt="94.35" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-678"> <Room> <RoomType code="118309647" text="Standard King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="57.22" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-679"> <Room> <RoomType code="118309647" text="Standard King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="48.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-680"> <Room> <RoomType code="118309647" text="Standard King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="40.62" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-681"> <Room> <RoomType code="118309647" text="Standard King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="68.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-682"> <Room> <RoomType code="118309649" text="Classic King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="72.07" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-683"> <Room> <RoomType code="118309649" text="Classic King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="43.24" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-684"> <Room> <RoomType code="118309649" text="Classic King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="51.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-685"> <Room> <RoomType code="118309649" text="Classic King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="59.84" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-686"> <Room> <RoomType code="118269928" text="Deluxe King, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="85.07" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-687"> <Room> <RoomType code="118269928" text="Deluxe King, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="64.97" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-688"> <Room> <RoomType code="118269928" text="Deluxe King, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="70.65" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-689"> <Room> <RoomType code="118269928" text="Deluxe King, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="54.05" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-690"> <Room> <RoomType code="118269949" text="Premium Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1" text="Breakfast" /> <Price amt="219.71" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-691"> <Room> <RoomType code="118269949" text="Premium Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1000041" text="Room only" /> <Price amt="194.60" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-692"> <Room> <RoomType code="118269949" text="Premium Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1" text="Breakfast" /> <Price amt="263.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-693"> <Room> <RoomType code="118269949" text="Premium Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1000041" text="Room only" /> <Price amt="243.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-694"> <Room> <RoomType code="118269936" text="Suite Room, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1" text="Breakfast" /> <Price amt="182.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-695"> <Room> <RoomType code="118269936" text="Suite Room, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1000041" text="Room only" /> <Price amt="129.95" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-696"> <Room> <RoomType code="118269936" text="Suite Room, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1000041" text="Room only" /> <Price amt="162.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-697"> <Room> <RoomType code="118269936" text="Suite Room, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1" text="Breakfast" /> <Price amt="152.11" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-698"> <Room> <RoomType code="118269931" text="Deluxe Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="70.33" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-699"> <Room> <RoomType code="118269931" text="Deluxe Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="69.45" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-700"> <Room> <RoomType code="118269931" text="Deluxe Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="85.07" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-701"> <Room> <RoomType code="118269941" text="Superior King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="48.70" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-702"> <Room> <RoomType code="118269941" text="Superior King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="65.30" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-703"> <Room> <RoomType code="118269941" text="Superior King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="78.62" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-704"> <Room> <RoomType code="118269941" text="Superior King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="58.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579142_4983188"> <Hotel id="4983188" name="Premier Inn Dubai Silicon Oasis" /> <Result id="910579142-344"> <Room> <RoomType code="61168470" text="Family Room - Non Smoking (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="47.94" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-345"> <Room> <RoomType code="61168470" text="Family Room - Non Smoking (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="56.37" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-346"> <Room> <RoomType code="61168470" text="Family Room - Non Smoking (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="69.16" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-347"> <Room> <RoomType code="61168470" text="Family Room - Non Smoking (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="83.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-348"> <Room> <RoomType code="57105427" text="Double Room - Non Smoking (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="41.39" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-349"> <Room> <RoomType code="57105427" text="Double Room - Non Smoking (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="48.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-350"> <Room> <RoomType code="57105427" text="Double Room - Non Smoking (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="62.71" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-351"> <Room> <RoomType code="57105427" text="Double Room - Non Smoking (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="76.13" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-352"> <Room> <RoomType code="61755808" text="Double Room - Smoking (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="41.39" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-353"> <Room> <RoomType code="61755808" text="Double Room - Smoking (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="48.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-354"> <Room> <RoomType code="61755808" text="Double Room - Smoking (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="62.71" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-355"> <Room> <RoomType code="61755808" text="Double Room - Smoking (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="76.13" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-356"> <Room> <RoomType code="62927097" text="Twin Room - Non Smoking (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="41.39" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-357"> <Room> <RoomType code="62927097" text="Twin Room - Non Smoking (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="48.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-358"> <Room> <RoomType code="62927097" text="Twin Room - Non Smoking (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="62.71" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-359"> <Room> <RoomType code="62927097" text="Twin Room - Non Smoking (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="76.13" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-360"> <Room> <RoomType code="118210676" text="Twin Room - Smoking (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="41.39" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-361"> <Room> <RoomType code="118210676" text="Twin Room - Smoking (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="48.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-362"> <Room> <RoomType code="118210676" text="Twin Room - Smoking (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="62.71" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-363"> <Room> <RoomType code="118210676" text="Twin Room - Smoking (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="76.13" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-364"> <Room> <RoomType code="12546523" text="Twin Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="54.27" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-365"> <Room> <RoomType code="12546523" text="Twin Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="69.78" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-366"> <Room> <RoomType code="12546523" text="Twin Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="46.08" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-367"> <Room> <RoomType code="12546523" text="Twin Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="84.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-368"> <Room> <RoomType code="14416884" text="Double Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="69.78" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-369"> <Room> <RoomType code="14416884" text="Double Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="54.27" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-370"> <Room> <RoomType code="14416884" text="Double Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="46.08" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-371"> <Room> <RoomType code="14416884" text="Double Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="84.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-372"> <Room> <RoomType code="12147487" text="Double Room, Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="54.27" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-373"> <Room> <RoomType code="12147487" text="Double Room, Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="84.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-374"> <Room> <RoomType code="12147487" text="Double Room, Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="69.78" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-375"> <Room> <RoomType code="12147487" text="Double Room, Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="46.08" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-376"> <Room> <RoomType code="17905265" text="Twin Room, Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="69.78" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-377"> <Room> <RoomType code="17905265" text="Twin Room, Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="46.08" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-378"> <Room> <RoomType code="17905265" text="Twin Room, Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="84.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-379"> <Room> <RoomType code="17905265" text="Twin Room, Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="54.27" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-380"> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="53.29" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-381"> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="93.15" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-382"> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="62.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-383"> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="76.99" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579142_352310449"> <Hotel id="352310449" name="Grayton" /> <Result id="910579142-705"> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1" text="Breakfast" /> <Price amt="52.83" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-706"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="60.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-707"> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1" text="Breakfast" /> <Price amt="78.94" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-708"> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="83.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-709"> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1" text="Breakfast" /> <Price amt="83.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-710"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="86.11" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-711"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="90.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-712"> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="114.71" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-713"> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="120.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-714"> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1000041" text="Room only" /> <Price amt="42.33" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-715"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000041" text="Room only" /> <Price amt="52.83" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-716"> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="60.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-717"> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1000041" text="Room only" /> <Price amt="64.58" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-718"> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1000041" text="Room only" /> <Price amt="67.91" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-719"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000041" text="Room only" /> <Price amt="71.76" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-720"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000041" text="Room only" /> <Price amt="75.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-721"> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="107.54" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-722"> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="113.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-723"> <Room> <RoomType code="24628134" text="Superior Room (Non Refundable)" /> <MealType code="1" text="Breakfast" /> <Price amt="85.07" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-724"> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="82.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-725"> <Room> <RoomType code="38768695" text="Classic Room (Non Refundable)" /> <MealType code="1" text="Breakfast" /> <Price amt="78.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-726"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="59.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-727"> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1" text="Breakfast" /> <Price amt="52.21" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-728"> <Room> <RoomType code="118194982" text="EXECUTIVE SUITE (NON REFUNDABLE)" /> <MealType code="1" text="Breakfast" /> <Price amt="155.90" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-729"> <Room> <RoomType code="118195022" text="GRAYTON SIGNATURE ROOM (NON REFUNDABLE)" /> <MealType code="1" text="Breakfast" /> <Price amt="113.46" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-730"> <Room> <RoomType code="1749308" text="EXECUTIVE SUITE " /> <MealType code="1" text="Breakfast" /> <Price amt="111.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-731"> <Room> <RoomType code="1749308" text="EXECUTIVE SUITE " /> <MealType code="1000041" text="Room only" /> <Price amt="89.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-732"> <Room> <RoomType code="24628134" text="Superior Room (Non Refundable)" /> <MealType code="1000041" text="Room only" /> <Price amt="70.93" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-733"> <Room> <RoomType code="38768695" text="Classic Room (Non Refundable)" /> <MealType code="1000041" text="Room only" /> <Price amt="63.86" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-734"> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="59.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-735"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000041" text="Room only" /> <Price amt="52.21" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-736"> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1000041" text="Room only" /> <Price amt="41.81" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-737"> <Room> <RoomType code="118194982" text="EXECUTIVE SUITE (NON REFUNDABLE)" /> <MealType code="1000041" text="Room only" /> <Price amt="148.82" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-738"> <Room> <RoomType code="118195022" text="GRAYTON SIGNATURE ROOM (NON REFUNDABLE)" /> <MealType code="1000041" text="Room only" /> <Price amt="106.39" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579142_411232050"> <Hotel id="411232050" name="Premier Inn Dragon Mart Hotel" /> <Result id="910579142-901"> <Room> <RoomType code="12546523" text="Twin Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="66.83" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-902"> <Room> <RoomType code="12546523" text="Twin Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="42.69" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-903"> <Room> <RoomType code="12546523" text="Twin Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="62.02" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-904"> <Room> <RoomType code="12546523" text="Twin Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="47.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-905"> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="47.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-906"> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="62.02" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-907"> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="66.83" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-908"> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="42.69" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-909"> <Room> <RoomType code="12147487" text="Double Room, Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="66.83" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-910"> <Room> <RoomType code="12147487" text="Double Room, Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="62.02" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-911"> <Room> <RoomType code="12147487" text="Double Room, Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="47.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-912"> <Room> <RoomType code="12147487" text="Double Room, Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="42.69" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-913"> <Room> <RoomType code="17905265" text="Twin Room, Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="42.69" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-914"> <Room> <RoomType code="17905265" text="Twin Room, Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="66.83" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-915"> <Room> <RoomType code="17905265" text="Twin Room, Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="62.02" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-916"> <Room> <RoomType code="17905265" text="Twin Room, Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="47.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-917"> <Room> <RoomType code="14416884" text="Double Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="42.69" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-918"> <Room> <RoomType code="14416884" text="Double Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="47.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579142_65763798"> <Hotel id="65763798" name="Auris Fakhruddin Hotel Apartments" /> <Result id="910579142-466"> <Room> <RoomType code="4155973" text="Deluxe Studio " /> <MealType code="1000041" text="Room only" /> <Price amt="52.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-467"> <Room> <RoomType code="4155973" text="Deluxe Studio " /> <MealType code="1" text="Breakfast" /> <Price amt="69.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-468"> <Room> <RoomType code="1014037" text="Apartment One Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="69.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-469"> <Room> <RoomType code="1014037" text="Apartment One Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="86.11" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-470"> <Room> <RoomType code="1019083" text="Apartment Two Bedrooms" /> <MealType code="1000041" text="Room only" /> <Price amt="86.11" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-471"> <Room> <RoomType code="1019083" text="Apartment Two Bedrooms" /> <MealType code="1" text="Breakfast" /> <Price amt="102.65" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-472"> <Room> <RoomType code="4243775" text="Deluxe Studio (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="50.96" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-473"> <Room> <RoomType code="4243775" text="Deluxe Studio (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="71.97" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-474"> <Room> <RoomType code="7365397" text="Suite, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="102.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-475"> <Room> <RoomType code="7365397" text="Suite, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="86.71" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-476"> <Room> <RoomType code="118189078" text="Family Apartment, 2 Bedrooms, Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="101.78" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-477"> <Room> <RoomType code="118189078" text="Family Apartment, 2 Bedrooms, Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="86.81" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-478"> <Room> <RoomType code="106493817" text="Deluxe Studio, Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="51.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-479"> <Room> <RoomType code="106493817" text="Deluxe Studio, Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="43.35" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579142_425718466"> <Hotel id="425718466" name="Suha Mina Rashid Hotel Apartment" /> <Result id="910579142-919"> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1" text="Breakfast" /> <Price amt="54.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-920"> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1" text="Breakfast" /> <Price amt="60.63" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-921"> <Room> <RoomType code="41588205" text="Deluxe Studio Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="62.09" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-922"> <Room> <RoomType code="41588205" text="Deluxe Studio Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="68.95" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-923"> <Room> <RoomType code="100693891" text="Deluxe Studio." /> <MealType code="1" text="Breakfast" /> <Price amt="73.74" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-924"> <Room> <RoomType code="4155973" text="Deluxe Studio " /> <MealType code="1" text="Breakfast" /> <Price amt="73.74" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-925"> <Room> <RoomType code="112874487" text="Standard 1 Bedroom Queen" /> <MealType code="1" text="Breakfast" /> <Price amt="76.34" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-926"> <Room> <RoomType code="112874488" text="Standard 1 Bedroom Queen." /> <MealType code="1" text="Breakfast" /> <Price amt="76.34" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-927"> <Room> <RoomType code="100693891" text="Deluxe Studio." /> <MealType code="1" text="Breakfast" /> <Price amt="77.58" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-928"> <Room> <RoomType code="4155973" text="Deluxe Studio " /> <MealType code="1" text="Breakfast" /> <Price amt="77.58" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-929"> <Room> <RoomType code="112874488" text="Standard 1 Bedroom Queen." /> <MealType code="1" text="Breakfast" /> <Price amt="80.29" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-930"> <Room> <RoomType code="112874487" text="Standard 1 Bedroom Queen" /> <MealType code="1" text="Breakfast" /> <Price amt="80.29" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-931"> <Room> <RoomType code="4155973" text="Deluxe Studio " /> <MealType code="1" text="Breakfast" /> <Price amt="81.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-932"> <Room> <RoomType code="100693891" text="Deluxe Studio." /> <MealType code="1" text="Breakfast" /> <Price amt="81.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-933"> <Room> <RoomType code="112215036" text="Deluxe 1 Bedroom King." /> <MealType code="1" text="Breakfast" /> <Price amt="82.58" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-934"> <Room> <RoomType code="110556075" text="Deluxe 1 Bedroom King" /> <MealType code="1" text="Breakfast" /> <Price amt="82.58" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-935"> <Room> <RoomType code="112874488" text="Standard 1 Bedroom Queen." /> <MealType code="1" text="Breakfast" /> <Price amt="84.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-936"> <Room> <RoomType code="112874487" text="Standard 1 Bedroom Queen" /> <MealType code="1" text="Breakfast" /> <Price amt="84.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-937"> <Room> <RoomType code="4155973" text="Deluxe Studio " /> <MealType code="1" text="Breakfast" /> <Price amt="86.11" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-938"> <Room> <RoomType code="100693891" text="Deluxe Studio." /> <MealType code="1" text="Breakfast" /> <Price amt="86.11" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-939"> <Room> <RoomType code="110556075" text="Deluxe 1 Bedroom King" /> <MealType code="1" text="Breakfast" /> <Price amt="86.94" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-940"> <Room> <RoomType code="112215036" text="Deluxe 1 Bedroom King." /> <MealType code="1" text="Breakfast" /> <Price amt="86.94" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-941"> <Room> <RoomType code="112874487" text="Standard 1 Bedroom Queen" /> <MealType code="1" text="Breakfast" /> <Price amt="89.13" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-942"> <Room> <RoomType code="112874488" text="Standard 1 Bedroom Queen." /> <MealType code="1" text="Breakfast" /> <Price amt="89.13" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-943"> <Room> <RoomType code="6191332" text="Standard 1 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="91.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-944"> <Room> <RoomType code="110556075" text="Deluxe 1 Bedroom King" /> <MealType code="1" text="Breakfast" /> <Price amt="91.83" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-945"> <Room> <RoomType code="112215036" text="Deluxe 1 Bedroom King." /> <MealType code="1" text="Breakfast" /> <Price amt="91.83" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-946"> <Room> <RoomType code="112215036" text="Deluxe 1 Bedroom King." /> <MealType code="1" text="Breakfast" /> <Price amt="96.62" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-947"> <Room> <RoomType code="110556075" text="Deluxe 1 Bedroom King" /> <MealType code="1" text="Breakfast" /> <Price amt="96.62" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-948"> <Room> <RoomType code="6191332" text="Standard 1 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="101.19" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-949"> <Room> <RoomType code="86390927" text="Deluxe 1 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="109.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-950"> <Room> <RoomType code="86390927" text="Deluxe 1 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="121.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-951"> <Room> <RoomType code="96676564" text="Standard 2 Bedroom Queen" /> <MealType code="1" text="Breakfast" /> <Price amt="133.12" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-952"> <Room> <RoomType code="96676564" text="Standard 2 Bedroom Queen" /> <MealType code="1" text="Breakfast" /> <Price amt="140.09" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-953"> <Room> <RoomType code="96676564" text="Standard 2 Bedroom Queen" /> <MealType code="1" text="Breakfast" /> <Price amt="147.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-954"> <Room> <RoomType code="26051771" text="Standard 2 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="149.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-955"> <Room> <RoomType code="96676564" text="Standard 2 Bedroom Queen" /> <MealType code="1" text="Breakfast" /> <Price amt="155.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-956"> <Room> <RoomType code="100693891" text="Deluxe Studio." /> <MealType code="1" text="Breakfast" /> <Price amt="157.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-957"> <Room> <RoomType code="4155973" text="Deluxe Studio " /> <MealType code="1" text="Breakfast" /> <Price amt="157.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-958"> <Room> <RoomType code="26051771" text="Standard 2 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="165.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-959"> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1000041" text="Room only" /> <Price amt="45.45" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-960"> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1000041" text="Room only" /> <Price amt="50.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-961"> <Room> <RoomType code="41588205" text="Deluxe Studio Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="51.69" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-962"> <Room> <RoomType code="100693891" text="Deluxe Studio." /> <MealType code="1000041" text="Room only" /> <Price amt="55.64" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-963"> <Room> <RoomType code="4155973" text="Deluxe Studio " /> <MealType code="1000041" text="Room only" /> <Price amt="55.64" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-964"> <Room> <RoomType code="41588205" text="Deluxe Studio Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="57.41" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-965"> <Room> <RoomType code="112874488" text="Standard 1 Bedroom Queen." /> <MealType code="1000041" text="Room only" /> <Price amt="58.24" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-966"> <Room> <RoomType code="112874487" text="Standard 1 Bedroom Queen" /> <MealType code="1000041" text="Room only" /> <Price amt="58.24" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-967"> <Room> <RoomType code="100693891" text="Deluxe Studio." /> <MealType code="1000041" text="Room only" /> <Price amt="58.55" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-968"> <Room> <RoomType code="4155973" text="Deluxe Studio " /> <MealType code="1000041" text="Room only" /> <Price amt="58.55" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-969"> <Room> <RoomType code="112874488" text="Standard 1 Bedroom Queen." /> <MealType code="1000041" text="Room only" /> <Price amt="61.36" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-970"> <Room> <RoomType code="112874487" text="Standard 1 Bedroom Queen" /> <MealType code="1000041" text="Room only" /> <Price amt="61.36" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-971"> <Room> <RoomType code="4155973" text="Deluxe Studio " /> <MealType code="1000041" text="Room only" /> <Price amt="61.67" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-972"> <Room> <RoomType code="100693891" text="Deluxe Studio." /> <MealType code="1000041" text="Room only" /> <Price amt="61.67" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-973"> <Room> <RoomType code="110556075" text="Deluxe 1 Bedroom King" /> <MealType code="1000041" text="Room only" /> <Price amt="64.58" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-974"> <Room> <RoomType code="112215036" text="Deluxe 1 Bedroom King." /> <MealType code="1000041" text="Room only" /> <Price amt="64.58" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-975"> <Room> <RoomType code="112874488" text="Standard 1 Bedroom Queen." /> <MealType code="1000041" text="Room only" /> <Price amt="64.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-976"> <Room> <RoomType code="112874487" text="Standard 1 Bedroom Queen" /> <MealType code="1000041" text="Room only" /> <Price amt="64.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-977"> <Room> <RoomType code="4155973" text="Deluxe Studio " /> <MealType code="1000041" text="Room only" /> <Price amt="64.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-978"> <Room> <RoomType code="100693891" text="Deluxe Studio." /> <MealType code="1000041" text="Room only" /> <Price amt="64.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-979"> <Room> <RoomType code="110556075" text="Deluxe 1 Bedroom King" /> <MealType code="1000041" text="Room only" /> <Price amt="67.91" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-980"> <Room> <RoomType code="112215036" text="Deluxe 1 Bedroom King." /> <MealType code="1000041" text="Room only" /> <Price amt="67.91" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-981"> <Room> <RoomType code="112874488" text="Standard 1 Bedroom Queen." /> <MealType code="1000041" text="Room only" /> <Price amt="67.91" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-982"> <Room> <RoomType code="112874487" text="Standard 1 Bedroom Queen" /> <MealType code="1000041" text="Room only" /> <Price amt="67.91" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-983"> <Room> <RoomType code="110556075" text="Deluxe 1 Bedroom King" /> <MealType code="1000041" text="Room only" /> <Price amt="71.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-984"> <Room> <RoomType code="112215036" text="Deluxe 1 Bedroom King." /> <MealType code="1000041" text="Room only" /> <Price amt="71.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-985"> <Room> <RoomType code="110556075" text="Deluxe 1 Bedroom King" /> <MealType code="1000041" text="Room only" /> <Price amt="75.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-986"> <Room> <RoomType code="112215036" text="Deluxe 1 Bedroom King." /> <MealType code="1000041" text="Room only" /> <Price amt="75.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-987"> <Room> <RoomType code="6191332" text="Standard 1 Bedroom Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="75.92" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-988"> <Room> <RoomType code="6191332" text="Standard 1 Bedroom Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="84.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-989"> <Room> <RoomType code="86390927" text="Deluxe 1 Bedroom Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="90.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-990"> <Room> <RoomType code="96676564" text="Standard 2 Bedroom Queen" /> <MealType code="1000041" text="Room only" /> <Price amt="96.93" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-991"> <Room> <RoomType code="86390927" text="Deluxe 1 Bedroom Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="100.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-992"> <Room> <RoomType code="96676564" text="Standard 2 Bedroom Queen" /> <MealType code="1000041" text="Room only" /> <Price amt="102.02" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-993"> <Room> <RoomType code="96676564" text="Standard 2 Bedroom Queen" /> <MealType code="1000041" text="Room only" /> <Price amt="107.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-994"> <Room> <RoomType code="96676564" text="Standard 2 Bedroom Queen" /> <MealType code="1000041" text="Room only" /> <Price amt="113.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-995"> <Room> <RoomType code="26051771" text="Standard 2 Bedroom Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="124.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-996"> <Room> <RoomType code="100693891" text="Deluxe Studio." /> <MealType code="1000041" text="Room only" /> <Price amt="135.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-997"> <Room> <RoomType code="4155973" text="Deluxe Studio " /> <MealType code="1000041" text="Room only" /> <Price amt="135.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-998"> <Room> <RoomType code="26051771" text="Standard 2 Bedroom Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="138.11" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-999"> <Room> <RoomType code="1004554" text="Studio Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="45.55" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1000"> <Room> <RoomType code="1004554" text="Studio Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="48.88" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1001"> <Room> <RoomType code="1004554" text="Studio Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="50.65" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1002"> <Room> <RoomType code="1004554" text="Studio Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="54.29" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1003"> <Room> <RoomType code="1004554" text="Studio Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="54.70" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1004"> <Room> <RoomType code="1004554" text="Studio Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="60.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1005"> <Room> <RoomType code="41796105" text="Studio Apartment Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="51.79" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1006"> <Room> <RoomType code="41796105" text="Studio Apartment Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="55.64" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1007"> <Room> <RoomType code="41796105" text="Studio Apartment Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="57.51" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1008"> <Room> <RoomType code="41796105" text="Studio Apartment Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="61.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1009"> <Room> <RoomType code="41796105" text="Studio Apartment Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="62.19" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1010"> <Room> <RoomType code="41796105" text="Studio Apartment Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="69.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1011"> <Room> <RoomType code="44101335" text="1 Bedroom Standard Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="60.22" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1012"> <Room> <RoomType code="44101335" text="1 Bedroom Standard Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="66.77" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1013"> <Room> <RoomType code="44101335" text="1 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="78.94" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1014"> <Room> <RoomType code="44101335" text="1 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="81.64" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1015"> <Room> <RoomType code="44101335" text="1 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="87.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1016"> <Room> <RoomType code="44101335" text="1 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="90.69" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1017"> <Room> <RoomType code="3770277" text="1 Bedroom Deluxe Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="66.77" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1018"> <Room> <RoomType code="3770277" text="1 Bedroom Deluxe Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="74.15" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1019"> <Room> <RoomType code="3770277" text="1 Bedroom Deluxe Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="85.38" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1020"> <Room> <RoomType code="3770277" text="1 Bedroom Deluxe Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="94.85" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1021"> <Room> <RoomType code="3770277" text="1 Bedroom Deluxe Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="97.76" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1022"> <Room> <RoomType code="3770277" text="1 Bedroom Deluxe Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="99.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1023"> <Room> <RoomType code="7135512" text="2 Bedroom Standard Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="112.11" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1024"> <Room> <RoomType code="7135512" text="2 Bedroom Standard Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="127.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1025"> <Room> <RoomType code="7135512" text="2 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="160.47" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1026"> <Room> <RoomType code="7135512" text="2 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="164.01" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1027"> <Room> <RoomType code="7135512" text="2 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="179.40" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1028"> <Room> <RoomType code="7135512" text="2 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="183.35" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1029"> <Room> <RoomType code="5523611" text="2 Bedroom Deluxe Apartment " /> <MealType code="1000041" text="Room only" /> <Price amt="129.48" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1030"> <Room> <RoomType code="5523611" text="2 Bedroom Deluxe Apartment " /> <MealType code="1000041" text="Room only" /> <Price amt="147.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1031"> <Room> <RoomType code="5523611" text="2 Bedroom Deluxe Apartment " /> <MealType code="1" text="Breakfast" /> <Price amt="185.33" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1032"> <Room> <RoomType code="5523611" text="2 Bedroom Deluxe Apartment " /> <MealType code="1" text="Breakfast" /> <Price amt="189.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1033"> <Room> <RoomType code="5523611" text="2 Bedroom Deluxe Apartment " /> <MealType code="1" text="Breakfast" /> <Price amt="207.06" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1034"> <Room> <RoomType code="5523611" text="2 Bedroom Deluxe Apartment " /> <MealType code="1" text="Breakfast" /> <Price amt="211.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1035"> <Room> <RoomType code="3090920" text="3 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="211.95" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1036"> <Room> <RoomType code="3090920" text="3 Bedroom Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="220.06" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1037"> <Room> <RoomType code="3090920" text="3 Bedroom Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="227.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1038"> <Room> <RoomType code="3090920" text="3 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="236.91" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1039"> <Room> <RoomType code="3090920" text="3 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="254.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1040"> <Room> <RoomType code="3090920" text="3 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="284.65" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1041"> <Room> <RoomType code="94530527" text="Deluxe 1 bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="95.47" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1042"> <Room> <RoomType code="67114112" text="STANDARD 1 BEDROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="88.09" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1043"> <Room> <RoomType code="118211801" text="DELUXE 1 BEDROOM APARTMENT (NON REFUNDABLE)" /> <MealType code="1" text="Breakfast" /> <Price amt="86.01" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1044"> <Room> <RoomType code="3370242" text="Standard Studio" /> <MealType code="1" text="Breakfast" /> <Price amt="85.07" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1045"> <Room> <RoomType code="106974574" text="STANDARD 1 BEDROOM - NON REFUNDABLE" /> <MealType code="1" text="Breakfast" /> <Price amt="79.46" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1046"> <Room> <RoomType code="108912499" text="STANDARD STUDIO- NON REFUNDABLE" /> <MealType code="1" text="Breakfast" /> <Price amt="76.75" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1047"> <Room> <RoomType code="74907876" text="Standard 2 Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="153.71" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1048"> <Room> <RoomType code="106974567" text="STANDARD 2 BEDROOM (NON REFUNDABLE)" /> <MealType code="1" text="Breakfast" /> <Price amt="138.53" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1049"> <Room> <RoomType code="106974567" text="STANDARD 2 BEDROOM (NON REFUNDABLE)" /> <MealType code="1000041" text="Room only" /> <Price amt="100.88" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1050"> <Room> <RoomType code="94530527" text="Deluxe 1 bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="74.67" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1051"> <Room> <RoomType code="118211801" text="DELUXE 1 BEDROOM APARTMENT (NON REFUNDABLE)" /> <MealType code="1000041" text="Room only" /> <Price amt="67.18" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1052"> <Room> <RoomType code="67114112" text="STANDARD 1 BEDROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="67.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1053"> <Room> <RoomType code="3370242" text="Standard Studio" /> <MealType code="1000041" text="Room only" /> <Price amt="64.17" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1054"> <Room> <RoomType code="106974574" text="STANDARD 1 BEDROOM - NON REFUNDABLE" /> <MealType code="1000041" text="Room only" /> <Price amt="60.63" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1055"> <Room> <RoomType code="108912499" text="STANDARD STUDIO- NON REFUNDABLE" /> <MealType code="1000041" text="Room only" /> <Price amt="57.93" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1056"> <Room> <RoomType code="74907876" text="Standard 2 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="111.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579142_225225941"> <Hotel id="225225941" name="Park Inn by Radisson Dubai Motor City" /> <Result id="910579142-503"> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="166.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-504"> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="163.90" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-505"> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="125.03" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-506"> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="128.09" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-507"> <Room> <RoomType code="118193689" text="Junior Suite (Autodrome Track View)" /> <MealType code="1000041" text="Room only" /> <Price amt="140.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-508"> <Room> <RoomType code="118193689" text="Junior Suite (Autodrome Track View)" /> <MealType code="1000041" text="Room only" /> <Price amt="142.95" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-509"> <Room> <RoomType code="118193689" text="Junior Suite (Autodrome Track View)" /> <MealType code="1" text="Breakfast" /> <Price amt="178.76" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-510"> <Room> <RoomType code="118193689" text="Junior Suite (Autodrome Track View)" /> <MealType code="1" text="Breakfast" /> <Price amt="181.71" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-511"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1000041" text="Room only" /> <Price amt="53.51" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-512"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1" text="Breakfast" /> <Price amt="92.27" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-513"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1" text="Breakfast" /> <Price amt="89.32" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-514"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1000041" text="Room only" /> <Price amt="50.45" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-515"> <Room> <RoomType code="108920956" text="Superior Room (Autodrome Track View)" /> <MealType code="1000041" text="Room only" /> <Price amt="68.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-516"> <Room> <RoomType code="108920956" text="Superior Room (Autodrome Track View)" /> <MealType code="1000041" text="Room only" /> <Price amt="65.42" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-517"> <Room> <RoomType code="108920956" text="Superior Room (Autodrome Track View)" /> <MealType code="1" text="Breakfast" /> <Price amt="104.18" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-518"> <Room> <RoomType code="108920956" text="Superior Room (Autodrome Track View)" /> <MealType code="1" text="Breakfast" /> <Price amt="107.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579142_48181008"> <Hotel id="48181008" name="Ghaya Grand Hotel" /> <Result id="910579142-409"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="59.38" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-410"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="69.26" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-411"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="95.16" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-412"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="100.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-413"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="195.10" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-414"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="196.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-415"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="264.16" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-416"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="278.93" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-417"> <Room> <RoomType code="43659553" text="Studio Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="90.48" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-418"> <Room> <RoomType code="43659553" text="Studio Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="100.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-419"> <Room> <RoomType code="43659553" text="Studio Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="116.48" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-420"> <Room> <RoomType code="43659553" text="Studio Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="123.97" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-421"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="58.55" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-422"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="65.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-423"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="84.55" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-424"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="88.61" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-425"> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="79.87" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-426"> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="88.61" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-427"> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="105.77" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-428"> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="112.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-429"> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="111.70" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-430"> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="123.97" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-431"> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="137.70" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-432"> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="147.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-433"> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="105.35" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-434"> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="147.47" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-435"> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="181.69" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-436"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="234.10" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-437"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="332.59" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-438"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="67.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-439"> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="89.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-440"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="67.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-441"> <Room> <RoomType code="43659537" text="Twin Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="111.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-442"> <Room> <RoomType code="43659537" text="Twin Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="95.77" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-443"> <Room> <RoomType code="43659537" text="Twin Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="73.71" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-444"> <Room> <RoomType code="43659537" text="Twin Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="81.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-445"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="223.09" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-446"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="271.91" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-447"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="430.47" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-448"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="319.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-449"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="247.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-450"> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="140.54" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-451"> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="155.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-452"> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="155.94" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-453"> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="186.41" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-454"> <Room> <RoomType code="43659536" text="Double Deluxe Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="208.57" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-455"> <Room> <RoomType code="43659536" text="Double Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="96.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-456"> <Room> <RoomType code="43659536" text="Double Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="126.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-457"> <Room> <RoomType code="43659536" text="Double Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="107.78" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-458"> <Room> <RoomType code="43659536" text="Double Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="87.03" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-459"> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="119.79" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-460"> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="155.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-461"> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="100.46" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-462"> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="111.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-463"> <Room> <RoomType code="43659554" text="Double Studio Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="126.23" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-464"> <Room> <RoomType code="43659554" text="Double Studio Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="113.79" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-465"> <Room> <RoomType code="43659554" text="Double Studio Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="131.81" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579142_352310455"> <Hotel id="352310455" name="Studio One Hotel" /> <Result id="910579142-739"> <Room> <RoomType code="84018546" text="The Studio" /> <MealType code="1" text="Breakfast" /> <Price amt="99.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-740"> <Room> <RoomType code="84018546" text="The Studio" /> <MealType code="1000041" text="Room only" /> <Price amt="67.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-741"> <Room> <RoomType code="118280217" text="The Room" /> <MealType code="1" text="Breakfast" /> <Price amt="85.94" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-742"> <Room> <RoomType code="118280217" text="The Room" /> <MealType code="1000041" text="Room only" /> <Price amt="61.05" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-743"> <Room> <RoomType code="99744792" text="The Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="75.02" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-744"> <Room> <RoomType code="99744792" text="The Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="108.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-745"> <Room> <RoomType code="98874018" text="Room With Golf View" /> <MealType code="1" text="Breakfast" /> <Price amt="88.45" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-746"> <Room> <RoomType code="98874018" text="Room With Golf View" /> <MealType code="1000041" text="Room only" /> <Price amt="63.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579142_434624677"> <Hotel id="434624677" name="Radisson Dubai Damac Hills" /> <Result id="910579142-1057"> <Room> <RoomType code="7365397" text="Suite, 1 Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="113.13" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1058"> <Room> <RoomType code="7365397" text="Suite, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="87.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1059"> <Room> <RoomType code="60712391" text="Premium Room, Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="83.43" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1060"> <Room> <RoomType code="60712391" text="Premium Room, Balcony" /> <MealType code="1" text="Breakfast" /> <Price amt="109.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1061"> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="109.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1062"> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="83.43" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1063"> <Room> <RoomType code="118280173" text="Standard Room, Golf View" /> <MealType code="1" text="Breakfast" /> <Price amt="88.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1064"> <Room> <RoomType code="118280173" text="Standard Room, Golf View" /> <MealType code="1000041" text="Room only" /> <Price amt="62.79" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1065"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1" text="Breakfast" /> <Price amt="87.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1066"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1000041" text="Room only" /> <Price amt="61.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1067"> <Room> <RoomType code="1106577" text="Family Room " /> <MealType code="1" text="Breakfast" /> <Price amt="177.23" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1068"> <Room> <RoomType code="1106577" text="Family Room " /> <MealType code="1000041" text="Room only" /> <Price amt="151.89" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1069"> <Room> <RoomType code="67089254" text="Premium Suite, 1 Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="128.53" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1070"> <Room> <RoomType code="67089254" text="Premium Suite, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="102.87" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1071"> <Room> <RoomType code="7898470" text="Suite, 2 Bedrooms" /> <MealType code="1" text="Breakfast" /> <Price amt="208.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1072"> <Room> <RoomType code="7898470" text="Suite, 2 Bedrooms" /> <MealType code="1000041" text="Room only" /> <Price amt="183.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579142_378637600"> <Hotel id="378637600" name="Hyatt Place Dubai Jumeirah Residences" /> <Result id="910579142-849"> <Room> <RoomType code="1123459" text="Studio (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="62.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-850"> <Room> <RoomType code="1123459" text="Studio (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="72.49" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-851"> <Room> <RoomType code="7153212" text="Two Bedroom (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="131.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-852"> <Room> <RoomType code="7153212" text="Two Bedroom (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="153.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579142_316440307"> <Hotel id="316440307" name="Element Me'Aisam" /> <Result id="910579142-605"> <Room> <RoomType code="118193468" text="Superior Studio, Apartment, 2 Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="84.97" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-606"> <Room> <RoomType code="118193468" text="Superior Studio, Apartment, 2 Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="93.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-607"> <Room> <RoomType code="60140049" text="Studio Apartment, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="77.69" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-608"> <Room> <RoomType code="60140049" text="Studio Apartment, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="84.97" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-609"> <Room> <RoomType code="44390702" text="1 Bedroom Apartment, 1 King, Sofa bed" /> <MealType code="1" text="Breakfast" /> <Price amt="121.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-610"> <Room> <RoomType code="118193445" text="Superior Studio, Apartment, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="92.35" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-611"> <Room> <RoomType code="118193445" text="Superior Studio, Apartment, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="101.09" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-612"> <Room> <RoomType code="44390702" text="1 Bedroom Apartment, 1 King, Sofa bed" /> <MealType code="1" text="Breakfast" /> <Price amt="101.09" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-613"> <Room> <RoomType code="118269906" text="Superior Studio - Twin Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="75.13" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-614"> <Room> <RoomType code="118269906" text="Superior Studio - Twin Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="87.03" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-615"> <Room> <RoomType code="118269906" text="Superior Studio - Twin Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="94.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-616"> <Room> <RoomType code="118269896" text="Superior Studio - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="82.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-617"> <Room> <RoomType code="118269896" text="Superior Studio - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="95.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-618"> <Room> <RoomType code="118269896" text="Superior Studio - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="102.97" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-619"> <Room> <RoomType code="118309587" text="Studio Apartment - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="79.17" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-620"> <Room> <RoomType code="118309587" text="Studio Apartment - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="68.36" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-621"> <Room> <RoomType code="118309587" text="Studio Apartment - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="85.83" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-622"> <Room> <RoomType code="118209236" text="One Bedroom Apt. - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="137.49" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-623"> <Room> <RoomType code="118209236" text="One Bedroom Apt. - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="93.15" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-624"> <Room> <RoomType code="7448999" text="Apartment, 2 Bedrooms" /> <MealType code="1" text="Breakfast" /> <Price amt="140.10" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579142_389839190"> <Hotel id="389839190" name="Lemon Tree Hotel, Dubai" /> <Result id="910579142-877"> <Room> <RoomType code="57943392" text="Superior Room with views" /> <MealType code="1000021" text="Full board" /> <Price amt="184.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-878"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000021" text="Full board" /> <Price amt="176.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-879"> <Room> <RoomType code="1748365" text="1 Bedroom Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="346.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-880"> <Room> <RoomType code="1748365" text="1 Bedroom Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="292.55" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-881"> <Room> <RoomType code="57943392" text="Superior Room with views" /> <MealType code="1000019" text="Half board" /> <Price amt="140.09" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-882"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000019" text="Half board" /> <Price amt="132.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-883"> <Room> <RoomType code="1748365" text="1 Bedroom Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="238.47" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-884"> <Room> <RoomType code="57943392" text="Superior Room with views" /> <MealType code="1" text="Breakfast" /> <Price amt="95.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-885"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="87.57" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-886"> <Room> <RoomType code="1748365" text="1 Bedroom Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="206.65" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-887"> <Room> <RoomType code="57943392" text="Superior Room with views" /> <MealType code="1000041" text="Room only" /> <Price amt="79.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-888"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000041" text="Room only" /> <Price amt="68.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-889"> <Room> <RoomType code="118212595" text="Superior Double /or Twin Room" /> <MealType code="1000041" text="Room only" /> <Price amt="68.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-890"> <Room> <RoomType code="118212595" text="Superior Double /or Twin Room" /> <MealType code="1" text="Breakfast" /> <Price amt="109.93" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-891"> <Room> <RoomType code="118212595" text="Superior Double /or Twin Room" /> <MealType code="1000019" text="Half board" /> <Price amt="164.11" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-892"> <Room> <RoomType code="118212595" text="Superior Double /or Twin Room" /> <MealType code="1000021" text="Full board" /> <Price amt="221.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-893"> <Room> <RoomType code="57247550" text="Superior Burj View" /> <MealType code="1" text="Breakfast" /> <Price amt="92.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-894"> <Room> <RoomType code="1006273" text="Superior Twin " /> <MealType code="1" text="Breakfast" /> <Price amt="84.97" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-895"> <Room> <RoomType code="4338582" text="Superior Queen" /> <MealType code="1" text="Breakfast" /> <Price amt="84.97" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-896"> <Room> <RoomType code="1336373" text="One Bedroom Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="231.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-897"> <Room> <RoomType code="57247550" text="Superior Burj View" /> <MealType code="1000041" text="Room only" /> <Price amt="77.27" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-898"> <Room> <RoomType code="1006273" text="Superior Twin " /> <MealType code="1000041" text="Room only" /> <Price amt="69.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-899"> <Room> <RoomType code="4338582" text="Superior Queen" /> <MealType code="1000041" text="Room only" /> <Price amt="69.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-900"> <Room> <RoomType code="1336373" text="One Bedroom Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="200.51" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579142_361224681"> <Hotel id="361224681" name="Five Jumeirah Village" /> <Result id="910579142-747"> <Room> <RoomType code="23918386" text="Superior With Balcony (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="80.70" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-748"> <Room> <RoomType code="23918386" text="Superior With Balcony (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="107.64" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-749"> <Room> <RoomType code="23918386" text="Superior With Balcony (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="188.45" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-750"> <Room> <RoomType code="35601030" text="Superior Double With Balcony (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="80.70" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-751"> <Room> <RoomType code="35601030" text="Superior Double With Balcony (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="107.64" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-752"> <Room> <RoomType code="35601030" text="Superior Double With Balcony (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="188.45" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-753"> <Room> <RoomType code="118193656" text="Superior Sky Double With Balcony (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="87.57" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-754"> <Room> <RoomType code="118193656" text="Superior Sky Double With Balcony (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="114.50" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-755"> <Room> <RoomType code="118193656" text="Superior Sky Double With Balcony (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="195.21" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-756"> <Room> <RoomType code="118193684" text="One Bed Jacuzzi (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="133.33" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-757"> <Room> <RoomType code="118193684" text="One Bed Jacuzzi (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="160.26" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-758"> <Room> <RoomType code="118193684" text="One Bed Jacuzzi (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="241.07" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-759"> <Room> <RoomType code="118193713" text="Two Bed Sky Villa With Private Pool (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="363.58" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-760"> <Room> <RoomType code="118193713" text="Two Bed Sky Villa With Private Pool (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="390.52" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-761"> <Room> <RoomType code="118193713" text="Two Bed Sky Villa With Private Pool (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="471.33" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-762"> <Room> <RoomType code="118193770" text="Four Bed Sky Villa With Private Pool (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="727.17" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-763"> <Room> <RoomType code="118193770" text="Four Bed Sky Villa With Private Pool (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="754.10" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-764"> <Room> <RoomType code="118193770" text="Four Bed Sky Villa With Private Pool (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="834.81" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-765"> <Room> <RoomType code="118193841" text="Superior Sky With Balcony (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="87.57" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-766"> <Room> <RoomType code="118193841" text="Superior Sky With Balcony (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="114.50" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-767"> <Room> <RoomType code="118193841" text="Superior Sky With Balcony (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="195.21" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-768"> <Room> <RoomType code="1002213" text="Double Superior " /> <MealType code="1000041" text="Room only" /> <Price amt="89.65" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-769"> <Room> <RoomType code="1002213" text="Double Superior " /> <MealType code="1000019" text="Half board" /> <Price amt="104.62" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-770"> <Room> <RoomType code="1002213" text="Double Superior " /> <MealType code="1" text="Breakfast" /> <Price amt="179.30" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-771"> <Room> <RoomType code="1004526" text="Double Or Twin Superior" /> <MealType code="1000041" text="Room only" /> <Price amt="89.65" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-772"> <Room> <RoomType code="1004526" text="Double Or Twin Superior" /> <MealType code="1" text="Breakfast" /> <Price amt="119.50" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-773"> <Room> <RoomType code="1004526" text="Double Or Twin Superior" /> <MealType code="1000019" text="Half board" /> <Price amt="209.25" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-774"> <Room> <RoomType code="118188194" text="Superior Sky" /> <MealType code="1000041" text="Room only" /> <Price amt="97.14" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-775"> <Room> <RoomType code="118188194" text="Superior Sky" /> <MealType code="1" text="Breakfast" /> <Price amt="186.89" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-776"> <Room> <RoomType code="118188194" text="Superior Sky" /> <MealType code="1000019" text="Half board" /> <Price amt="216.74" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-777"> <Room> <RoomType code="118188194" text="Superior Sky" /> <MealType code="1" text="Breakfast" /> <Price amt="127.09" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-778"> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1000041" text="Room only" /> <Price amt="147.99" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-779"> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1" text="Breakfast" /> <Price amt="237.74" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-780"> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1000019" text="Half board" /> <Price amt="372.22" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-781"> <Room> <RoomType code="118814957" text="One Bed Sky Villa with Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="349.86" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-782"> <Room> <RoomType code="118814957" text="One Bed Sky Villa with Private Pool" /> <MealType code="1" text="Breakfast" /> <Price amt="439.50" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-783"> <Room> <RoomType code="118814957" text="One Bed Sky Villa with Private Pool" /> <MealType code="1000019" text="Half board" /> <Price amt="574.08" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-784"> <Room> <RoomType code="118196864" text="2Bed Sky Villa with Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="403.62" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-785"> <Room> <RoomType code="118196864" text="2Bed Sky Villa with Private Pool" /> <MealType code="1" text="Breakfast" /> <Price amt="433.58" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-786"> <Room> <RoomType code="118196864" text="2Bed Sky Villa with Private Pool" /> <MealType code="1000019" text="Half board" /> <Price amt="523.22" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-787"> <Room> <RoomType code="117295334" text="4 Bed Sky Villa with Private Pool" /> <MealType code="1000019" text="Half board" /> <Price amt="863.82" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-788"> <Room> <RoomType code="118188663" text="2 Bed Sky Villa with Private Pool" /> <MealType code="1000019" text="Half board" /> <Price amt="481.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-789"> <Room> <RoomType code="14418348" text="Master Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="429.94" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-790"> <Room> <RoomType code="118194367" text="1 BED JACUZZI" /> <MealType code="1000019" text="Half board" /> <Price amt="238.47" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-791"> <Room> <RoomType code="108400639" text="SUPERIOR SKY" /> <MealType code="1000019" text="Half board" /> <Price amt="190.22" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-792"> <Room> <RoomType code="77549725" text="Superior Sky Double" /> <MealType code="1000019" text="Half board" /> <Price amt="190.22" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-793"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000019" text="Half board" /> <Price amt="183.04" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-794"> <Room> <RoomType code="1030268" text="Superior Double " /> <MealType code="1000019" text="Half board" /> <Price amt="183.04" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-795"> <Room> <RoomType code="108400639" text="SUPERIOR SKY" /> <MealType code="1000041" text="Room only" /> <Price amt="92.14" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-796"> <Room> <RoomType code="77549725" text="Superior Sky Double" /> <MealType code="1000041" text="Room only" /> <Price amt="92.14" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-797"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000041" text="Room only" /> <Price amt="85.07" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-798"> <Room> <RoomType code="1030268" text="Superior Double " /> <MealType code="1000041" text="Room only" /> <Price amt="85.07" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-799"> <Room> <RoomType code="117295334" text="4 Bed Sky Villa with Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="765.86" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-800"> <Room> <RoomType code="118188663" text="2 Bed Sky Villa with Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="382.93" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-801"> <Room> <RoomType code="14418348" text="Master Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="331.86" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-802"> <Room> <RoomType code="118194367" text="1 BED JACUZZI" /> <MealType code="1000041" text="Room only" /> <Price amt="140.40" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-803"> <Room> <RoomType code="117295334" text="4 Bed Sky Villa with Private Pool" /> <MealType code="1" text="Breakfast" /> <Price amt="786.76" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-804"> <Room> <RoomType code="118188663" text="2 Bed Sky Villa with Private Pool" /> <MealType code="1" text="Breakfast" /> <Price amt="403.83" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-805"> <Room> <RoomType code="14418348" text="Master Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="352.77" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-806"> <Room> <RoomType code="118194367" text="1 BED JACUZZI" /> <MealType code="1" text="Breakfast" /> <Price amt="161.41" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-807"> <Room> <RoomType code="108400639" text="SUPERIOR SKY" /> <MealType code="1" text="Breakfast" /> <Price amt="113.15" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-808"> <Room> <RoomType code="77549725" text="Superior Sky Double" /> <MealType code="1" text="Breakfast" /> <Price amt="113.15" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-809"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="105.98" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-810"> <Room> <RoomType code="1030268" text="Superior Double " /> <MealType code="1" text="Breakfast" /> <Price amt="105.98" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-811"> <Room> <RoomType code="118814957" text="One Bed Sky Villa with Private Pool" /> <MealType code="1000019" text="Half board" /> <Price amt="468.57" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-812"> <Room> <RoomType code="118814957" text="One Bed Sky Villa with Private Pool" /> <MealType code="1" text="Breakfast" /> <Price amt="439.53" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-813"> <Room> <RoomType code="118814957" text="One Bed Sky Villa with Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="347.48" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-814"> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1000019" text="Half board" /> <Price amt="265.80" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-815"> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1000041" text="Room only" /> <Price amt="147.09" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-816"> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1" text="Breakfast" /> <Price amt="216.87" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-817"> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1000019" text="Half board" /> <Price amt="311.87" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-818"> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1000041" text="Room only" /> <Price amt="163.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-819"> <Room> <RoomType code="1040663" text="Superior Double With Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="98.93" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-820"> <Room> <RoomType code="1040663" text="Superior Double With Balcony" /> <MealType code="1000019" text="Half board" /> <Price amt="207.81" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-821"> <Room> <RoomType code="1040663" text="Superior Double With Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="89.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-822"> <Room> <RoomType code="1040663" text="Superior Double With Balcony" /> <MealType code="1" text="Breakfast" /> <Price amt="152.33" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-823"> <Room> <RoomType code="1040663" text="Superior Double With Balcony" /> <MealType code="1000019" text="Half board" /> <Price amt="247.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-824"> <Room> <RoomType code="118191292" text="Four Bed Sky Villa With Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="801.85" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-825"> <Room> <RoomType code="118191292" text="Four Bed Sky Villa With Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="890.85" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-826"> <Room> <RoomType code="118191279" text="Superior Sky with Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="107.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-827"> <Room> <RoomType code="118191279" text="Superior Sky with Balcony" /> <MealType code="1000019" text="Half board" /> <Price amt="255.75" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-828"> <Room> <RoomType code="118191279" text="Superior Sky with Balcony" /> <MealType code="1" text="Breakfast" /> <Price amt="160.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-829"> <Room> <RoomType code="118191279" text="Superior Sky with Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="96.54" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-830"> <Room> <RoomType code="118191279" text="Superior Sky with Balcony" /> <MealType code="1000019" text="Half board" /> <Price amt="215.34" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-831"> <Room> <RoomType code="39961315" text="Superior with Balcony" /> <MealType code="1" text="Breakfast" /> <Price amt="118.70" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-832"> <Room> <RoomType code="39961315" text="Superior with Balcony" /> <MealType code="1000019" text="Half board" /> <Price amt="247.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-833"> <Room> <RoomType code="39961315" text="Superior with Balcony" /> <MealType code="1" text="Breakfast" /> <Price amt="152.33" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-834"> <Room> <RoomType code="39961315" text="Superior with Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="98.93" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-835"> <Room> <RoomType code="39961315" text="Superior with Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="89.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-836"> <Room> <RoomType code="39961315" text="Superior with Balcony" /> <MealType code="1000019" text="Half board" /> <Price amt="207.81" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-837"> <Room> <RoomType code="118244545" text="Master Suite With Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="386.13" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-838"> <Room> <RoomType code="118244545" text="Master Suite With Private Pool" /> <MealType code="1000019" text="Half board" /> <Price amt="466.28" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-839"> <Room> <RoomType code="118244545" text="Master Suite With Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="347.48" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-840"> <Room> <RoomType code="118244545" text="Master Suite With Private Pool" /> <MealType code="1000019" text="Half board" /> <Price amt="549.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-841"> <Room> <RoomType code="118244545" text="Master Suite With Private Pool" /> <MealType code="1" text="Breakfast" /> <Price amt="439.53" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-842"> <Room> <RoomType code="118191304" text="Superior Sky Double with Balcony" /> <MealType code="1000019" text="Half board" /> <Price amt="255.75" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-843"> <Room> <RoomType code="118191304" text="Superior Sky Double with Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="96.54" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-844"> <Room> <RoomType code="118191304" text="Superior Sky Double with Balcony" /> <MealType code="1000019" text="Half board" /> <Price amt="215.34" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-845"> <Room> <RoomType code="118191304" text="Superior Sky Double with Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="107.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-846"> <Room> <RoomType code="118191304" text="Superior Sky Double with Balcony" /> <MealType code="1" text="Breakfast" /> <Price amt="160.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-847"> <Room> <RoomType code="118191278" text="Two Bed Sky Villa with Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="445.43" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-848"> <Room> <RoomType code="118191278" text="Two Bed Sky Villa with Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="400.98" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579142_11676897"> <Hotel id="11676897" name="Abidos Hotel Apartment, Dubailand" /> <Result id="910579142-384"> <Room> <RoomType code="1014037" text="Apartment One Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="83.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-385"> <Room> <RoomType code="1014037" text="Apartment One Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="107.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-386"> <Room> <RoomType code="1014037" text="Apartment One Bedroom" /> <MealType code="1000019" text="Half board" /> <Price amt="140.71" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-387"> <Room> <RoomType code="1019083" text="Apartment Two Bedrooms" /> <MealType code="1000041" text="Room only" /> <Price amt="127.50" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-388"> <Room> <RoomType code="1019083" text="Apartment Two Bedrooms" /> <MealType code="1000041" text="Room only" /> <Price amt="141.65" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-389"> <Room> <RoomType code="1019083" text="Apartment Two Bedrooms" /> <MealType code="1" text="Breakfast" /> <Price amt="174.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-390"> <Room> <RoomType code="1019083" text="Apartment Two Bedrooms" /> <MealType code="1000019" text="Half board" /> <Price amt="207.69" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-391"> <Room> <RoomType code="118193692" text="THREE BEDROOMS PENTHOUSE." /> <MealType code="1000041" text="Room only" /> <Price amt="191.26" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-392"> <Room> <RoomType code="118193692" text="THREE BEDROOMS PENTHOUSE." /> <MealType code="1000041" text="Room only" /> <Price amt="212.47" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-393"> <Room> <RoomType code="24125019" text="Two Bedroom Apartment (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="133.43" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-394"> <Room> <RoomType code="24125019" text="Two Bedroom Apartment (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="154.23" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-395"> <Room> <RoomType code="24125019" text="Two Bedroom Apartment (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="183.87" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-396"> <Room> <RoomType code="24125019" text="Two Bedroom Apartment (Double)" /> <MealType code="1000021" text="Full board" /> <Price amt="213.51" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-397"> <Room> <RoomType code="107940201" text="Deluxe One Bedroom Apartment With Balcony (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="91.73" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-398"> <Room> <RoomType code="107940201" text="Deluxe One Bedroom Apartment With Balcony (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="111.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-399"> <Room> <RoomType code="118194805" text="Deluxe Two Bedroom Apartment With Balcony (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="122.82" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-400"> <Room> <RoomType code="118194805" text="Deluxe Two Bedroom Apartment With Balcony (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="142.27" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-401"> <Room> <RoomType code="3746085" text="Presidential Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="177.23" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-402"> <Room> <RoomType code="3746085" text="Presidential Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="196.89" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-403"> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="98.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-404"> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="119.13" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-405"> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="88.23" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-406"> <Room> <RoomType code="7448999" text="Apartment, 2 Bedrooms" /> <MealType code="1000041" text="Room only" /> <Price amt="118.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-407"> <Room> <RoomType code="7448999" text="Apartment, 2 Bedrooms" /> <MealType code="1000041" text="Room only" /> <Price amt="106.69" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-408"> <Room> <RoomType code="7448999" text="Apartment, 2 Bedrooms" /> <MealType code="1" text="Breakfast" /> <Price amt="156.05" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579142_248431434"> <Hotel id="248431434" name="Al Habtoor Polo Resort" /> <Result id="910579142-550"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="85.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-551"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1" text="Breakfast" /> <Price amt="102.02" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-552"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000019" text="Half board" /> <Price amt="149.03" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-553"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000021" text="Full board" /> <Price amt="196.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-554"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="134.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-555"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="147.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-556"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="194.69" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-557"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="241.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-558"> <Room> <RoomType code="70833454" text="4 Bedroom Villa" /> <MealType code="1000041" text="Room only" /> <Price amt="1341.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-559"> <Room> <RoomType code="70833454" text="4 Bedroom Villa" /> <MealType code="1" text="Breakfast" /> <Price amt="1475.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-560"> <Room> <RoomType code="70833454" text="4 Bedroom Villa" /> <MealType code="1000019" text="Half board" /> <Price amt="1522.77" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-561"> <Room> <RoomType code="70833454" text="4 Bedroom Villa" /> <MealType code="1000021" text="Full board" /> <Price amt="1569.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-562"> <Room> <RoomType code="70833457" text="4 Bedroom Villa with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="1475.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-563"> <Room> <RoomType code="70833457" text="4 Bedroom Villa with Polo View" /> <MealType code="1" text="Breakfast" /> <Price amt="1609.92" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-564"> <Room> <RoomType code="70833457" text="4 Bedroom Villa with Polo View" /> <MealType code="1000019" text="Half board" /> <Price amt="1656.93" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-565"> <Room> <RoomType code="70833457" text="4 Bedroom Villa with Polo View" /> <MealType code="1000021" text="Full board" /> <Price amt="1704.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-566"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="87.67" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-567"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1" text="Breakfast" /> <Price amt="104.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-568"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000019" text="Half board" /> <Price amt="149.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-569"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000021" text="Full board" /> <Price amt="195.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-570"> <Room> <RoomType code="70833457" text="4 Bedroom Villa with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="1026.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-571"> <Room> <RoomType code="70833457" text="4 Bedroom Villa with Polo View" /> <MealType code="1" text="Breakfast" /> <Price amt="1163.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-572"> <Room> <RoomType code="70833457" text="4 Bedroom Villa with Polo View" /> <MealType code="1000019" text="Half board" /> <Price amt="1209.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-573"> <Room> <RoomType code="70833457" text="4 Bedroom Villa with Polo View" /> <MealType code="1000021" text="Full board" /> <Price amt="1255.07" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-574"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="136.97" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-575"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="150.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-576"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="196.25" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-577"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="241.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-578"> <Room> <RoomType code="70833454" text="4 Bedroom Villa" /> <MealType code="1000041" text="Room only" /> <Price amt="890.03" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-579"> <Room> <RoomType code="70833454" text="4 Bedroom Villa" /> <MealType code="1" text="Breakfast" /> <Price amt="1026.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-580"> <Room> <RoomType code="70833454" text="4 Bedroom Villa" /> <MealType code="1000019" text="Half board" /> <Price amt="1072.55" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-581"> <Room> <RoomType code="70833454" text="4 Bedroom Villa" /> <MealType code="1000021" text="Full board" /> <Price amt="1118.21" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-582"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1" text="Breakfast" /> <Price amt="123.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-583"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="176.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-584"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="118.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-585"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="212.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-586"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="222.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-587"> <Room> <RoomType code="70833457" text="4 Bedroom Villa with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="1263.39" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-588"> <Room> <RoomType code="70833454" text="4 Bedroom Villa" /> <MealType code="1000041" text="Room only" /> <Price amt="1189.03" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-589"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="160.89" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-590"> <Room> <RoomType code="70833442" text="Deluxe Room" /> <MealType code="1" text="Breakfast" /> <Price amt="111.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-591"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="204.67" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-592"> <Room> <RoomType code="70833442" text="Deluxe Room" /> <MealType code="1000019" text="Half board" /> <Price amt="155.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-593"> <Room> <RoomType code="70833442" text="Deluxe Room" /> <MealType code="1000041" text="Room only" /> <Price amt="93.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-594"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="146.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-595"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="187.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-596"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="216.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-597"> <Room> <RoomType code="70833448" text="Junior Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="245.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-598"> <Room> <RoomType code="70833448" text="Junior Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="216.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-599"> <Room> <RoomType code="70833457" text="4 Bedroom Villa with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="1227.73" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-600"> <Room> <RoomType code="70833457" text="4 Bedroom Villa with Polo View" /> <MealType code="1" text="Breakfast" /> <Price amt="1516.68" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-601"> <Room> <RoomType code="70833454" text="4 Bedroom Villa" /> <MealType code="1000041" text="Room only" /> <Price amt="1155.56" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-602"> <Room> <RoomType code="70833454" text="4 Bedroom Villa" /> <MealType code="1" text="Breakfast" /> <Price amt="1444.39" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-603"> <Room> <RoomType code="70833443" text="Double Deluxe Room" /> <MealType code="1" text="Breakfast" /> <Price amt="144.47" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-604"> <Room> <RoomType code="70833443" text="Double Deluxe Room" /> <MealType code="1000041" text="Room only" /> <Price amt="115.65" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579142_528977"> <Hotel id="528977" name="JA Hatta Fort Hotel" /> <Result id="910579142-266"> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="239.41" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-267"> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="215.90" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-268"> <Room> <RoomType code="49065857" text="Premium Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="141.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-269"> <Room> <RoomType code="49065857" text="Premium Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="127.82" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-270"> <Room> <RoomType code="3009545" text="Deluxe Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="121.89" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-271"> <Room> <RoomType code="3009545" text="Deluxe Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="110.14" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-272"> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1000019" text="Half board" /> <Price amt="313.77" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-273"> <Room> <RoomType code="49065857" text="Premium Mountain View Room" /> <MealType code="1000019" text="Half board" /> <Price amt="225.68" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-274"> <Room> <RoomType code="3009545" text="Deluxe Mountain View Room" /> <MealType code="1000019" text="Half board" /> <Price amt="208.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-275"> <Room> <RoomType code="3009545" text="Deluxe Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="112.94" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-276"> <Room> <RoomType code="3009545" text="Deluxe Mountain View Room" /> <MealType code="1000019" text="Half board" /> <Price amt="213.93" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-277"> <Room> <RoomType code="48822582" text="Double or Twin DELUXE MOUNTAIN VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="125.11" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-278"> <Room> <RoomType code="48822582" text="Double or Twin DELUXE MOUNTAIN VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="225.99" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-279"> <Room> <RoomType code="49065857" text="Premium Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="131.14" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-280"> <Room> <RoomType code="49065857" text="Premium Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="145.29" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-281"> <Room> <RoomType code="49065857" text="Premium Mountain View Room" /> <MealType code="1000019" text="Half board" /> <Price amt="232.02" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-282"> <Room> <RoomType code="49065857" text="Premium Mountain View Room" /> <MealType code="1000019" text="Half board" /> <Price amt="246.17" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-283"> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="221.94" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-284"> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="246.17" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-285"> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1000019" text="Half board" /> <Price amt="322.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-286"> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1000019" text="Half board" /> <Price amt="347.15" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-287"> <Room> <RoomType code="118282835" text="Deluxe Mountain View Family Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="202.18" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-288"> <Room> <RoomType code="118282835" text="Deluxe Mountain View Family Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="224.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-289"> <Room> <RoomType code="118282835" text="Deluxe Mountain View Family Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="293.70" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-290"> <Room> <RoomType code="118282835" text="Deluxe Mountain View Family Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="315.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-291"> <Room> <RoomType code="32438016" text="Deluxe Mountain View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="103.38" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-292"> <Room> <RoomType code="32438016" text="Deluxe Mountain View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="114.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-293"> <Room> <RoomType code="32438016" text="Deluxe Mountain View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="194.90" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-294"> <Room> <RoomType code="32438016" text="Deluxe Mountain View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="205.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-295"> <Room> <RoomType code="118204187" text="Premium Mountain View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="119.81" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-296"> <Room> <RoomType code="118204187" text="Premium Mountain View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="132.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-297"> <Room> <RoomType code="118204187" text="Premium Mountain View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="211.33" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-298"> <Room> <RoomType code="118204187" text="Premium Mountain View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="224.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-299"> <Room> <RoomType code="44900469" text="Premium Room, Mountain View" /> <MealType code="1" text="Breakfast" /> <Price amt="131.59" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-300"> <Room> <RoomType code="44900469" text="Premium Room, Mountain View" /> <MealType code="1" text="Breakfast" /> <Price amt="138.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-301"> <Room> <RoomType code="44900469" text="Premium Room, Mountain View" /> <MealType code="1000019" text="Half board" /> <Price amt="224.30" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-302"> <Room> <RoomType code="44900469" text="Premium Room, Mountain View" /> <MealType code="1" text="Breakfast" /> <Price amt="125.03" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-303"> <Room> <RoomType code="44900469" text="Premium Room, Mountain View" /> <MealType code="1000019" text="Half board" /> <Price amt="225.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-304"> <Room> <RoomType code="118198087" text="Family Room, Mountain View (Deluxe)" /> <MealType code="1000019" text="Half board" /> <Price amt="313.51" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-305"> <Room> <RoomType code="118198087" text="Family Room, Mountain View (Deluxe)" /> <MealType code="1" text="Breakfast" /> <Price amt="238.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-306"> <Room> <RoomType code="118198087" text="Family Room, Mountain View (Deluxe)" /> <MealType code="1000019" text="Half board" /> <Price amt="337.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-307"> <Room> <RoomType code="118198087" text="Family Room, Mountain View (Deluxe)" /> <MealType code="1" text="Breakfast" /> <Price amt="214.36" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-308"> <Room> <RoomType code="52566580" text="Deluxe Room, Mountain View" /> <MealType code="1" text="Breakfast" /> <Price amt="119.13" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-309"> <Room> <RoomType code="52566580" text="Deluxe Room, Mountain View" /> <MealType code="1000019" text="Half board" /> <Price amt="218.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-310"> <Room> <RoomType code="52566580" text="Deluxe Room, Mountain View" /> <MealType code="1" text="Breakfast" /> <Price amt="107.24" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-311"> <Room> <RoomType code="52566580" text="Deluxe Room, Mountain View" /> <MealType code="1000019" text="Half board" /> <Price amt="206.39" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579142_388710493"> <Hotel id="388710493" name="Radisson Red Dubai Silicon Oasis" /> <Result id="910579142-853"> <Room> <RoomType code="36745689" text="Apartment, 1 Bedroom, Terrace" /> <MealType code="1000041" text="Room only" /> <Price amt="217.41" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-854"> <Room> <RoomType code="36745689" text="Apartment, 1 Bedroom, Terrace" /> <MealType code="1" text="Breakfast" /> <Price amt="265.03" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-855"> <Room> <RoomType code="36745689" text="Apartment, 1 Bedroom, Terrace" /> <MealType code="1" text="Breakfast" /> <Price amt="286.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-856"> <Room> <RoomType code="36745689" text="Apartment, 1 Bedroom, Terrace" /> <MealType code="1000041" text="Room only" /> <Price amt="238.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-857"> <Room> <RoomType code="1341992" text="Premium Room " /> <MealType code="1" text="Breakfast" /> <Price amt="215.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-858"> <Room> <RoomType code="1341992" text="Premium Room " /> <MealType code="1000041" text="Room only" /> <Price amt="155.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-859"> <Room> <RoomType code="1341992" text="Premium Room " /> <MealType code="1000041" text="Room only" /> <Price amt="141.41" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-860"> <Room> <RoomType code="1341992" text="Premium Room " /> <MealType code="1" text="Breakfast" /> <Price amt="201.25" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-861"> <Room> <RoomType code="1030261" text="Studio " /> <MealType code="1" text="Breakfast" /> <Price amt="245.92" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-862"> <Room> <RoomType code="1030261" text="Studio " /> <MealType code="1000041" text="Room only" /> <Price amt="169.26" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-863"> <Room> <RoomType code="1030261" text="Studio " /> <MealType code="1000041" text="Room only" /> <Price amt="186.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-864"> <Room> <RoomType code="1030261" text="Studio " /> <MealType code="1" text="Breakfast" /> <Price amt="229.10" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-865"> <Room> <RoomType code="2138061" text="Family Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="209.01" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-866"> <Room> <RoomType code="2138061" text="Family Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="224.63" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-867"> <Room> <RoomType code="2138061" text="Family Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="176.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-868"> <Room> <RoomType code="2138061" text="Family Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="160.63" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-869"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1000041" text="Room only" /> <Price amt="109.97" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-870"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1000041" text="Room only" /> <Price amt="121.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-871"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1" text="Breakfast" /> <Price amt="169.81" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-872"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1" text="Breakfast" /> <Price amt="181.71" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-873"> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="226.37" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-874"> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="205.95" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-875"> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="253.67" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-876"> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="273.87" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579142_2079429"> <Hotel id="2079429" name="The Meydan Hotel" /> <Result id="910579142-312"> <Room> <RoomType code="7357748" text="Meydan 2 Bedroom Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="452.61" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-313"> <Room> <RoomType code="7357745" text="Panoramic Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="281.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-314"> <Room> <RoomType code="35561852" text="Grand Premium Room with Balcony + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="176.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-315"> <Room> <RoomType code="7357739" text="Grand Deluxe Room with Balcony + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="154.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-316"> <Room> <RoomType code="65172612" text="Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="138.53" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-317"> <Room> <RoomType code="35561852" text="Grand Premium Room with Balcony + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="153.61" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-318"> <Room> <RoomType code="7357739" text="Grand Deluxe Room with Balcony + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="131.77" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-319"> <Room> <RoomType code="65172612" text="Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="115.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-320"> <Room> <RoomType code="7357741" text="Twin Grand Deluxe Room with Balcony + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="221.13" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-321"> <Room> <RoomType code="7357741" text="Twin Grand Deluxe Room with Balcony + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="136.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-322"> <Room> <RoomType code="7357741" text="Twin Grand Deluxe Room with Balcony + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="161.62" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-323"> <Room> <RoomType code="7357740" text="Double Grand Deluxe Room with Balcony + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="136.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-324"> <Room> <RoomType code="7357740" text="Double Grand Deluxe Room with Balcony + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="221.13" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-325"> <Room> <RoomType code="7357740" text="Double Grand Deluxe Room with Balcony + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="161.62" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-326"> <Room> <RoomType code="65172613" text="Double Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="118.59" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-327"> <Room> <RoomType code="65172613" text="Double Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="202.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-328"> <Room> <RoomType code="65172613" text="Double Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="143.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-329"> <Room> <RoomType code="7357745" text="Panoramic Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="380.56" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-330"> <Room> <RoomType code="7357745" text="Panoramic Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="299.53" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-331"> <Room> <RoomType code="7357745" text="Panoramic Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="301.39" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-332"> <Room> <RoomType code="65172614" text="Twin Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="118.59" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-333"> <Room> <RoomType code="65172614" text="Twin Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="202.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-334"> <Room> <RoomType code="65172614" text="Twin Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="143.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-335"> <Room> <RoomType code="35561854" text="Twin Grand Premium Room with Balcony + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="185.31" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-336"> <Room> <RoomType code="35561854" text="Twin Grand Premium Room with Balcony + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="160.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-337"> <Room> <RoomType code="35561854" text="Twin Grand Premium Room with Balcony + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="246.35" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-338"> <Room> <RoomType code="7357748" text="Meydan 2 Bedroom Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="479.71" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-339"> <Room> <RoomType code="65172612" text="Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="271.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-340"> <Room> <RoomType code="35561853" text="Double Grand Premium Room with Balcony + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="160.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-341"> <Room> <RoomType code="35561853" text="Double Grand Premium Room with Balcony + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="185.31" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-342"> <Room> <RoomType code="35561853" text="Double Grand Premium Room with Balcony + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="246.35" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-343"> <Room> <RoomType code="65172612" text="Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="329.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579142_528838"> <Hotel id="528838" name="Melia Desert Palm Member of Melia Collection" /> <Result id="910579142-135"> <Room> <RoomType code="22845492" text="Palm Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="212.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-136"> <Room> <RoomType code="22845506" text="Twin 2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="1200.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-137"> <Room> <RoomType code="22845506" text="Twin 2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="918.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-138"> <Room> <RoomType code="22845492" text="Palm Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="278.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-139"> <Room> <RoomType code="22845513" text="Villa Layali + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="2670.41" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-140"> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="253.03" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-141"> <Room> <RoomType code="22845492" text="Palm Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="216.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-142"> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="205.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-143"> <Room> <RoomType code="22845492" text="Palm Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="165.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-144"> <Room> <RoomType code="22845506" text="Twin 2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1076.61" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-145"> <Room> <RoomType code="22845506" text="Twin 2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="823.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-146"> <Room> <RoomType code="22845513" text="Villa Layali + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="2528.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-147"> <Room> <RoomType code="22845492" text="Palm Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="187.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-148"> <Room> <RoomType code="22845492" text="Palm Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="250.43" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-149"> <Room> <RoomType code="22845498" text="Polo Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="294.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-150"> <Room> <RoomType code="22845498" text="Polo Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="357.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-151"> <Room> <RoomType code="91670302" text="1 Bedroom Pool Villa with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="723.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-152"> <Room> <RoomType code="91670302" text="1 Bedroom Pool Villa with Polo View" /> <MealType code="1" text="Breakfast" /> <Price amt="786.45" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-153"> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="934.02" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-154"> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="1059.45" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-155"> <Room> <RoomType code="114023297" text="Al Waha Family Villa" /> <MealType code="1000041" text="Room only" /> <Price amt="1811.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-156"> <Room> <RoomType code="114023297" text="Al Waha Family Villa" /> <MealType code="1" text="Breakfast" /> <Price amt="1937.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-157"> <Room> <RoomType code="22845513" text="Villa Layali + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="3222.02" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-158"> <Room> <RoomType code="22845513" text="Villa Layali + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="3410.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-159"> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="807.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-160"> <Room> <RoomType code="112842562" text="1 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="666.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-161"> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="286.62" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-162"> <Room> <RoomType code="22845492" text="Palm Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="242.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-163"> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="701.79" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-164"> <Room> <RoomType code="112842562" text="1 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="614.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-165"> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="234.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-166"> <Room> <RoomType code="22845492" text="Palm Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="190.11" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-167"> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="297.02" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-168"> <Room> <RoomType code="22845498" text="Polo Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="293.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-169"> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="263.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-170"> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="343.43" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-171"> <Room> <RoomType code="22845498" text="Polo Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="231.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-172"> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="235.33" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-173"> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="252.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-174"> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="250.07" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-175"> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="294.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-176"> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="191.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-177"> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="187.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-178"> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="214.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-179"> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="738.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-180"> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="670.59" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-181"> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="662.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-182"> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1123.77" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-183"> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="761.02" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-184"> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="660.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-185"> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1008.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-186"> <Room> <RoomType code="111687613" text="Three-Bedroom Villa Layali with Private Pool + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2450.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-187"> <Room> <RoomType code="22845513" text="Villa Layali + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="2144.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-188"> <Room> <RoomType code="111687613" text="Three-Bedroom Villa Layali with Private Pool + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2179.09" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-189"> <Room> <RoomType code="111687613" text="Three-Bedroom Villa Layali with Private Pool + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="3547.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-190"> <Room> <RoomType code="22845513" text="Villa Layali + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="2026.21" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-191"> <Room> <RoomType code="111687613" text="Three-Bedroom Villa Layali with Private Pool + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="2314.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-192"> <Room> <RoomType code="111687613" text="Three-Bedroom Villa Layali with Private Pool + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="2063.33" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-193"> <Room> <RoomType code="111683922" text="1 Bedroom Pool Villa with Polo View + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="520.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-194"> <Room> <RoomType code="111683922" text="1 Bedroom Pool Villa with Polo View + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="564.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-195"> <Room> <RoomType code="111683922" text="1 Bedroom Pool Villa with Polo View + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="520.23" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-196"> <Room> <RoomType code="111683922" text="1 Bedroom Pool Villa with Polo View + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="559.21" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-197"> <Room> <RoomType code="91670302" text="1 Bedroom Pool Villa with Polo View" /> <MealType code="1" text="Breakfast" /> <Price amt="550.81" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-198"> <Room> <RoomType code="91670302" text="1 Bedroom Pool Villa with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="511.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-199"> <Room> <RoomType code="91670302" text="1 Bedroom Pool Villa with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="549.17" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-200"> <Room> <RoomType code="111683922" text="1 Bedroom Pool Villa with Polo View + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="559.21" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-201"> <Room> <RoomType code="91670302" text="1 Bedroom Pool Villa with Polo View" /> <MealType code="1" text="Breakfast" /> <Price amt="617.63" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-202"> <Room> <RoomType code="111683922" text="1 Bedroom Pool Villa with Polo View + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="626.81" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-203"> <Room> <RoomType code="112868679" text="1 Bedroom Villa with Private Pool + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="505.27" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-204"> <Room> <RoomType code="112868679" text="1 Bedroom Villa with Private Pool + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="580.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-205"> <Room> <RoomType code="112842562" text="1 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="558.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-206"> <Room> <RoomType code="112868679" text="1 Bedroom Villa with Private Pool + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="566.97" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-207"> <Room> <RoomType code="112842562" text="1 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="496.21" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-208"> <Room> <RoomType code="112868679" text="1 Bedroom Villa with Private Pool + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="508.33" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-209"> <Room> <RoomType code="111683922" text="1 Bedroom Pool Villa with Polo View + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="605.51" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-210"> <Room> <RoomType code="91670302" text="1 Bedroom Pool Villa with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="533.99" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-211"> <Room> <RoomType code="91670302" text="1 Bedroom Pool Villa with Polo View" /> <MealType code="1" text="Breakfast" /> <Price amt="596.67" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-212"> <Room> <RoomType code="111683922" text="1 Bedroom Pool Villa with Polo View + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="618.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-213"> <Room> <RoomType code="111683922" text="1 Bedroom Pool Villa with Polo View + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="543.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-214"> <Room> <RoomType code="111683922" text="1 Bedroom Pool Villa with Polo View + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="546.87" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-215"> <Room> <RoomType code="111687064" text="Palm Deluxe Room + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="202.57" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-216"> <Room> <RoomType code="111687064" text="Palm Deluxe Room + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="148.73" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-217"> <Room> <RoomType code="111687064" text="Palm Deluxe Room + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="231.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-218"> <Room> <RoomType code="111687064" text="Palm Deluxe Room + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="135.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-219"> <Room> <RoomType code="111687064" text="Palm Deluxe Room + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="173.63" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-220"> <Room> <RoomType code="111687064" text="Palm Deluxe Room + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="198.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-221"> <Room> <RoomType code="111687064" text="Palm Deluxe Room + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="260.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-222"> <Room> <RoomType code="22845492" text="Palm Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="171.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-223"> <Room> <RoomType code="22845492" text="Palm Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="132.57" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-224"> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="165.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-225"> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="309.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-226"> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="206.61" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-227"> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="252.03" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-228"> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="184.99" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-229"> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="203.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-230"> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="168.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-231"> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="235.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-232"> <Room> <RoomType code="114023297" text="Al Waha Family Villa" /> <MealType code="1" text="Breakfast" /> <Price amt="1391.53" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-233"> <Room> <RoomType code="114023297" text="Al Waha Family Villa" /> <MealType code="1000041" text="Room only" /> <Price amt="1174.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-234"> <Room> <RoomType code="114023297" text="Al Waha Family Villa" /> <MealType code="1000041" text="Room only" /> <Price amt="1793.39" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-235"> <Room> <RoomType code="114023297" text="Al Waha Family Villa" /> <MealType code="1000041" text="Room only" /> <Price amt="2055.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-236"> <Room> <RoomType code="114023297" text="Al Waha Family Villa" /> <MealType code="1" text="Breakfast" /> <Price amt="1252.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-237"> <Room> <RoomType code="114023297" text="Al Waha Family Villa" /> <MealType code="1000041" text="Room only" /> <Price amt="1299.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-238"> <Room> <RoomType code="114023297" text="Al Waha Family Villa" /> <MealType code="1" text="Breakfast" /> <Price amt="1909.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-239"> <Room> <RoomType code="22845498" text="Polo Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="208.35" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-240"> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="212.17" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-241"> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="233.69" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-242"> <Room> <RoomType code="22845498" text="Polo Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="247.56" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-243"> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="283.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-244"> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="250.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-245"> <Room> <RoomType code="112842562" text="1 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="473.49" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-246"> <Room> <RoomType code="112868679" text="1 Bedroom Villa with Private Pool + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="525.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-247"> <Room> <RoomType code="112868679" text="1 Bedroom Villa with Private Pool + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="482.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-248"> <Room> <RoomType code="112842562" text="1 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="512.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-249"> <Room> <RoomType code="112868679" text="1 Bedroom Villa with Private Pool + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="481.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-250"> <Room> <RoomType code="112868679" text="1 Bedroom Villa with Private Pool + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="520.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-251"> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="695.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-252"> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="785.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-253"> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="682.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-254"> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="698.01" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-255"> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="795.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-256"> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1193.23" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-257"> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="815.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-258"> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="250.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-259"> <Room> <RoomType code="22845498" text="Polo Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="246.25" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-260"> <Room> <RoomType code="22845498" text="Polo Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="314.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-261"> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="318.21" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-262"> <Room> <RoomType code="112842562" text="1 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="579.75" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-263"> <Room> <RoomType code="112868679" text="1 Bedroom Villa with Private Pool + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="520.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-264"> <Room> <RoomType code="112868679" text="1 Bedroom Villa with Private Pool + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="588.15" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-265"> <Room> <RoomType code="112842562" text="1 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="511.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579142_82855"> <Hotel id="82855" name="Bab Al Shams Desert Resort and Spa" /> <Result id="910579142-0"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="310.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-1"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="521.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-2"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="697.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-3"> <Room> <RoomType code="96619472" text="Deluxe Room" /> <MealType code="1" text="Breakfast" /> <Price amt="280.49" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-4"> <Room> <RoomType code="96619472" text="Deluxe Room" /> <MealType code="1000019" text="Half board" /> <Price amt="479.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-5"> <Room> <RoomType code="96619472" text="Deluxe Room" /> <MealType code="1000021" text="Full board" /> <Price amt="652.91" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-6"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="721.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-7"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1099.59" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-8"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="1305.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-9"> <Room> <RoomType code="96619493" text="2 Bedroom Deluxe Family Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1101.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-10"> <Room> <RoomType code="96619493" text="2 Bedroom Deluxe Family Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1635.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-11"> <Room> <RoomType code="96619493" text="2 Bedroom Deluxe Family Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="1869.71" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-12"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="480.79" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-13"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="761.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-14"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="949.73" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-15"> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="400.71" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-16"> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="648.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-17"> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="830.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-18"> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1" text="Breakfast" /> <Price amt="360.67" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-19"> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1000019" text="Half board" /> <Price amt="592.07" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-20"> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1000021" text="Full board" /> <Price amt="771.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-21"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1031.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-22"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="819.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-23"> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="802.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-24"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="773.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-25"> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1" text="Breakfast" /> <Price amt="745.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-26"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="687.75" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-27"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="673.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-28"> <Room> <RoomType code="96619472" text="Deluxe Room" /> <MealType code="1" text="Breakfast" /> <Price amt="630.45" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-29"> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="573.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-30"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="523.43" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-31"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="515.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-32"> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1" text="Breakfast" /> <Price amt="515.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-33"> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="455.21" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-34"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="444.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-35"> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="429.83" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-36"> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1" text="Breakfast" /> <Price amt="409.55" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-37"> <Room> <RoomType code="96619472" text="Deluxe Room" /> <MealType code="1" text="Breakfast" /> <Price amt="401.23" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-38"> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1" text="Breakfast" /> <Price amt="386.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-39"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="333.11" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-40"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="318.45" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-41"> <Room> <RoomType code="96619472" text="Deluxe Room" /> <MealType code="1" text="Breakfast" /> <Price amt="300.87" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-42"> <Room> <RoomType code="96619493" text="2 Bedroom Deluxe Family Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1805.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-43"> <Room> <RoomType code="96619493" text="2 Bedroom Deluxe Family Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1576.02" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-44"> <Room> <RoomType code="96619493" text="2 Bedroom Deluxe Family Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1182.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-45"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="935.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-46"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="773.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-47"> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="659.15" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-48"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="639.81" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-49"> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1000019" text="Half board" /> <Price amt="601.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-50"> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="571.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-51"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="530.19" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-52"> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1000019" text="Half board" /> <Price amt="525.93" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-53"> <Room> <RoomType code="96619472" text="Deluxe Room" /> <MealType code="1000019" text="Half board" /> <Price amt="487.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-54"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="434.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-55"> <Room> <RoomType code="96619493" text="2 Bedroom Deluxe Family Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1662.02" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-56"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1117.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-57"> <Room> <RoomType code="114574867" text="2 Bedroom Deluxe Family Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1201.75" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-58"> <Room> <RoomType code="96619493" text="2 Bedroom Deluxe Family Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="2088.89" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-59"> <Room> <RoomType code="96619493" text="2 Bedroom Deluxe Family Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1538.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-60"> <Room> <RoomType code="96619493" text="2 Bedroom Deluxe Family Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1823.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-61"> <Room> <RoomType code="96619472" text="Deluxe Room" /> <MealType code="1" text="Breakfast" /> <Price amt="994.71" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-62"> <Room> <RoomType code="114575173" text="2 Bedroom Deluxe Room + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="655.53" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-63"> <Room> <RoomType code="96619472" text="Deluxe Room" /> <MealType code="1000021" text="Full board" /> <Price amt="1259.95" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-64"> <Room> <RoomType code="96619472" text="Deluxe Room" /> <MealType code="1000019" text="Half board" /> <Price amt="875.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-65"> <Room> <RoomType code="96619477" text="Twin Deluxe Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="514.01" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-66"> <Room> <RoomType code="114575196" text="Twin Deluxe Room with Desert View + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="338.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-67"> <Room> <RoomType code="96619477" text="Twin Deluxe Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="779.25" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-68"> <Room> <RoomType code="96619477" text="Twin Deluxe Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="490.75" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-69"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="716.25" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-70"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="795.85" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-71"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="1061.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-72"> <Room> <RoomType code="114575530" text="Junior Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="524.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-73"> <Room> <RoomType code="114575139" text="Double Deluxe King Room with Garden View + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="305.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-74"> <Room> <RoomType code="96619473" text="Double Deluxe Room" /> <MealType code="1000021" text="Full board" /> <Price amt="729.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-75"> <Room> <RoomType code="96619473" text="Double Deluxe Room" /> <MealType code="1" text="Breakfast" /> <Price amt="464.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-76"> <Room> <RoomType code="96619473" text="Double Deluxe Room" /> <MealType code="1000019" text="Half board" /> <Price amt="451.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-77"> <Room> <RoomType code="114575193" text="Double Deluxe King Room with Desert View + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="338.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-78"> <Room> <RoomType code="96619476" text="Double Deluxe Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="514.01" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-79"> <Room> <RoomType code="96619476" text="Double Deluxe Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="779.25" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-80"> <Room> <RoomType code="96619476" text="Double Deluxe Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="490.75" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-81"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1193.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-82"> <Room> <RoomType code="114575201" text="Deluxe Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="786.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-83"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="1458.91" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-84"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1034.56" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-85"> <Room> <RoomType code="96619474" text="Twin Deluxe Room" /> <MealType code="1000019" text="Half board" /> <Price amt="451.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-86"> <Room> <RoomType code="114575178" text="Twin Deluxe Room with Garden View + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="305.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-87"> <Room> <RoomType code="96619474" text="Twin Deluxe Room" /> <MealType code="1000021" text="Full board" /> <Price amt="729.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-88"> <Room> <RoomType code="96619474" text="Twin Deluxe Room" /> <MealType code="1" text="Breakfast" /> <Price amt="464.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-89"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="914.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-90"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="625.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-91"> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="558.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-92"> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1000019" text="Half board" /> <Price amt="514.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-93"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="415.17" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-94"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="1005.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-95"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="716.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-96"> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="649.27" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-97"> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1000021" text="Full board" /> <Price amt="604.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-98"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="515.63" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579142_88822"> <Hotel id="88822" name="Al Maha, a Luxury Collection Desert Resort &amp; Spa, Dubai" /> <Result id="910579142-99"> <Room> <RoomType code="7347417" text="Emirates Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="4907.55" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-100"> <Room> <RoomType code="7347417" text="Emirates Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="3849.35" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-101"> <Room> <RoomType code="7347414" text="Royal Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="3641.56" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-102"> <Room> <RoomType code="7347414" text="Royal Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="2856.67" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-103"> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1208.69" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-104"> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1207.13" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-105"> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="949.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-106"> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="947.75" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-107"> <Room> <RoomType code="7347417" text="Emirates Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="4183.30" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-108"> <Room> <RoomType code="7347414" text="Royal Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="3104.40" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-109"> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="1031.06" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-110"> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="1029.60" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-111"> <Room> <RoomType code="7347413" text="Twin Bedouin Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1080.43" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-112"> <Room> <RoomType code="7347413" text="Twin Bedouin Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="1154.14" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-113"> <Room> <RoomType code="7347413" text="Twin Bedouin Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1200.43" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-114"> <Room> <RoomType code="7347413" text="Twin Bedouin Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="1082.94" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-115"> <Room> <RoomType code="7347413" text="Twin Bedouin Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="1282.33" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-116"> <Room> <RoomType code="7347417" text="Emirates Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="4892.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-117"> <Room> <RoomType code="7347417" text="Emirates Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="4403.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-118"> <Room> <RoomType code="7347417" text="Emirates Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="4703.46" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-119"> <Room> <RoomType code="7347417" text="Emirates Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="5226.09" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-120"> <Room> <RoomType code="7347414" text="Royal Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="3488.72" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-121"> <Room> <RoomType code="7347414" text="Royal Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="3265.85" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-122"> <Room> <RoomType code="7347414" text="Royal Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="3628.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-123"> <Room> <RoomType code="7347414" text="Royal Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="3876.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-124"> <Room> <RoomType code="7347412" text="Double Bedouin Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="1081.41" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-125"> <Room> <RoomType code="7347412" text="Double Bedouin Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="1280.59" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-126"> <Room> <RoomType code="7347412" text="Double Bedouin Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="1152.61" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-127"> <Room> <RoomType code="7347412" text="Double Bedouin Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1198.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-128"> <Room> <RoomType code="7347412" text="Double Bedouin Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1078.90" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-129"> <Room> <RoomType code="7347420" text="Presidential Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="10244.49" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-130"> <Room> <RoomType code="7347420" text="Presidential Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="9590.27" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-131"> <Room> <RoomType code="7347420" text="Presidential Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="9455.41" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-132"> <Room> <RoomType code="7347417" text="Emirates Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="2638.79" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-133"> <Room> <RoomType code="7347414" text="Royal Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="1847.25" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579142-134"> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="879.63" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> </AvailabilitySearchResult>
Copy
<AvailabilitySearch> <Authority> <Org>{{Org}}</Org> <User>{{User}}</User> <Password>{{Password}}</Password> <Currency>{{DefaultCurrency}}</Currency> <Version>1.28</Version> </Authority> <RegionId>{{RegionId}}</RegionId> <HotelStayDetails> <ArrivalDate>{{arrivaldate}}</ArrivalDate> <Nights>1</Nights> <Nationality>GB</Nationality> <Room> <Guests> <Adult /> <Adult /> <Child age="5" /> </Guests> </Room> </HotelStayDetails> <DetailLevel>basic</DetailLevel> </AvailabilitySearch>
<?xml version="1.0" encoding="utf-8"?> <AvailabilitySearchResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Currency>USD</Currency> <Warning> </Warning> <TestMode>false</TestMode> <HotelAvailability hotelQuoteId="910579662_79676621"> <Hotel id="79676621" name="ibis Styles Dragon Mart Dubai" /> <Result id="910579662-290"> <Room> <RoomType code="43952739" text="Family Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="134.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-291"> <Room> <RoomType code="43952739" text="Family Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="120.34" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-292"> <Room> <RoomType code="43952739" text="Family Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="113.13" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-293"> <Room> <RoomType code="43952736" text="Standard Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="58.53" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-294"> <Room> <RoomType code="43952736" text="Standard Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="63.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-295"> <Room> <RoomType code="43952736" text="Standard Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="42.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579662_352310449"> <Hotel id="352310449" name="Grayton" /> <Result id="910579662-396"> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1" text="Breakfast" /> <Price amt="52.83" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-397"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="60.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-398"> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1" text="Breakfast" /> <Price amt="78.94" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-399"> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="83.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-400"> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1" text="Breakfast" /> <Price amt="83.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-401"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="86.11" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-402"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="90.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-403"> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="114.71" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-404"> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="120.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-405"> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1000041" text="Room only" /> <Price amt="42.33" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-406"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000041" text="Room only" /> <Price amt="52.83" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-407"> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="60.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-408"> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1000041" text="Room only" /> <Price amt="64.58" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-409"> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1000041" text="Room only" /> <Price amt="67.91" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-410"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000041" text="Room only" /> <Price amt="71.76" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-411"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000041" text="Room only" /> <Price amt="75.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-412"> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="107.54" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-413"> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="113.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579662_411232050"> <Hotel id="411232050" name="Premier Inn Dragon Mart Hotel" /> <Result id="910579662-505"> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="47.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-506"> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="42.69" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-507"> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="62.02" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-508"> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="66.83" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579662_425718466"> <Hotel id="425718466" name="Suha Mina Rashid Hotel Apartment" /> <Result id="910579662-509"> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1" text="Breakfast" /> <Price amt="54.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-510"> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1" text="Breakfast" /> <Price amt="60.63" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-511"> <Room> <RoomType code="41588205" text="Deluxe Studio Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="62.09" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-512"> <Room> <RoomType code="41588205" text="Deluxe Studio Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="68.95" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-513"> <Room> <RoomType code="100693891" text="Deluxe Studio." /> <MealType code="1" text="Breakfast" /> <Price amt="73.74" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-514"> <Room> <RoomType code="112874488" text="Standard 1 Bedroom Queen." /> <MealType code="1" text="Breakfast" /> <Price amt="76.34" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-515"> <Room> <RoomType code="100693891" text="Deluxe Studio." /> <MealType code="1" text="Breakfast" /> <Price amt="77.58" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-516"> <Room> <RoomType code="112874488" text="Standard 1 Bedroom Queen." /> <MealType code="1" text="Breakfast" /> <Price amt="80.29" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-517"> <Room> <RoomType code="100693891" text="Deluxe Studio." /> <MealType code="1" text="Breakfast" /> <Price amt="81.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-518"> <Room> <RoomType code="112215036" text="Deluxe 1 Bedroom King." /> <MealType code="1" text="Breakfast" /> <Price amt="82.58" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-519"> <Room> <RoomType code="112874488" text="Standard 1 Bedroom Queen." /> <MealType code="1" text="Breakfast" /> <Price amt="84.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-520"> <Room> <RoomType code="100693891" text="Deluxe Studio." /> <MealType code="1" text="Breakfast" /> <Price amt="86.11" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-521"> <Room> <RoomType code="112215036" text="Deluxe 1 Bedroom King." /> <MealType code="1" text="Breakfast" /> <Price amt="86.94" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-522"> <Room> <RoomType code="112874488" text="Standard 1 Bedroom Queen." /> <MealType code="1" text="Breakfast" /> <Price amt="89.13" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-523"> <Room> <RoomType code="6191332" text="Standard 1 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="91.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-524"> <Room> <RoomType code="112215036" text="Deluxe 1 Bedroom King." /> <MealType code="1" text="Breakfast" /> <Price amt="91.83" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-525"> <Room> <RoomType code="112215036" text="Deluxe 1 Bedroom King." /> <MealType code="1" text="Breakfast" /> <Price amt="96.62" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-526"> <Room> <RoomType code="6191332" text="Standard 1 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="101.19" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-527"> <Room> <RoomType code="86390927" text="Deluxe 1 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="109.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-528"> <Room> <RoomType code="4155973" text="Deluxe Studio " /> <MealType code="1" text="Breakfast" /> <Price amt="112.32" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-529"> <Room> <RoomType code="112874487" text="Standard 1 Bedroom Queen" /> <MealType code="1" text="Breakfast" /> <Price amt="114.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-530"> <Room> <RoomType code="4155973" text="Deluxe Studio " /> <MealType code="1" text="Breakfast" /> <Price amt="116.27" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-531"> <Room> <RoomType code="112874487" text="Standard 1 Bedroom Queen" /> <MealType code="1" text="Breakfast" /> <Price amt="118.98" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-532"> <Room> <RoomType code="4155973" text="Deluxe Studio " /> <MealType code="1" text="Breakfast" /> <Price amt="120.33" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-533"> <Room> <RoomType code="86390927" text="Deluxe 1 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="121.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-534"> <Room> <RoomType code="110556075" text="Deluxe 1 Bedroom King" /> <MealType code="1" text="Breakfast" /> <Price amt="121.26" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-535"> <Room> <RoomType code="112874487" text="Standard 1 Bedroom Queen" /> <MealType code="1" text="Breakfast" /> <Price amt="123.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-536"> <Room> <RoomType code="4155973" text="Deluxe Studio " /> <MealType code="1" text="Breakfast" /> <Price amt="124.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-537"> <Room> <RoomType code="110556075" text="Deluxe 1 Bedroom King" /> <MealType code="1" text="Breakfast" /> <Price amt="125.63" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-538"> <Room> <RoomType code="112874487" text="Standard 1 Bedroom Queen" /> <MealType code="1" text="Breakfast" /> <Price amt="127.71" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-539"> <Room> <RoomType code="110556075" text="Deluxe 1 Bedroom King" /> <MealType code="1" text="Breakfast" /> <Price amt="130.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-540"> <Room> <RoomType code="96676564" text="Standard 2 Bedroom Queen" /> <MealType code="1" text="Breakfast" /> <Price amt="133.12" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-541"> <Room> <RoomType code="110556075" text="Deluxe 1 Bedroom King" /> <MealType code="1" text="Breakfast" /> <Price amt="135.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-542"> <Room> <RoomType code="96676564" text="Standard 2 Bedroom Queen" /> <MealType code="1" text="Breakfast" /> <Price amt="140.09" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-543"> <Room> <RoomType code="96676564" text="Standard 2 Bedroom Queen" /> <MealType code="1" text="Breakfast" /> <Price amt="147.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-544"> <Room> <RoomType code="26051771" text="Standard 2 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="149.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-545"> <Room> <RoomType code="96676564" text="Standard 2 Bedroom Queen" /> <MealType code="1" text="Breakfast" /> <Price amt="155.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-546"> <Room> <RoomType code="100693891" text="Deluxe Studio." /> <MealType code="1" text="Breakfast" /> <Price amt="157.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-547"> <Room> <RoomType code="26051771" text="Standard 2 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="165.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-548"> <Room> <RoomType code="7134249" text="Deluxe 2 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="172.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-549"> <Room> <RoomType code="112874488" text="Standard 1 Bedroom Queen." /> <MealType code="1" text="Breakfast" /> <Price amt="179.61" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-550"> <Room> <RoomType code="7134249" text="Deluxe 2 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="191.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-551"> <Room> <RoomType code="112215036" text="Deluxe 1 Bedroom King." /> <MealType code="1" text="Breakfast" /> <Price amt="194.69" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-552"> <Room> <RoomType code="4155973" text="Deluxe Studio " /> <MealType code="1" text="Breakfast" /> <Price amt="195.62" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-553"> <Room> <RoomType code="112874487" text="Standard 1 Bedroom Queen" /> <MealType code="1" text="Breakfast" /> <Price amt="218.19" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-554"> <Room> <RoomType code="96676564" text="Standard 2 Bedroom Queen" /> <MealType code="1" text="Breakfast" /> <Price amt="230.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-555"> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1000041" text="Room only" /> <Price amt="45.45" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-556"> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1000041" text="Room only" /> <Price amt="50.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-557"> <Room> <RoomType code="41588205" text="Deluxe Studio Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="51.69" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-558"> <Room> <RoomType code="100693891" text="Deluxe Studio." /> <MealType code="1000041" text="Room only" /> <Price amt="55.64" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-559"> <Room> <RoomType code="41588205" text="Deluxe Studio Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="57.41" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-560"> <Room> <RoomType code="112874488" text="Standard 1 Bedroom Queen." /> <MealType code="1000041" text="Room only" /> <Price amt="58.24" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-561"> <Room> <RoomType code="100693891" text="Deluxe Studio." /> <MealType code="1000041" text="Room only" /> <Price amt="58.55" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-562"> <Room> <RoomType code="112874488" text="Standard 1 Bedroom Queen." /> <MealType code="1000041" text="Room only" /> <Price amt="61.36" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-563"> <Room> <RoomType code="100693891" text="Deluxe Studio." /> <MealType code="1000041" text="Room only" /> <Price amt="61.67" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-564"> <Room> <RoomType code="112215036" text="Deluxe 1 Bedroom King." /> <MealType code="1000041" text="Room only" /> <Price amt="64.58" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-565"> <Room> <RoomType code="112874488" text="Standard 1 Bedroom Queen." /> <MealType code="1000041" text="Room only" /> <Price amt="64.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-566"> <Room> <RoomType code="100693891" text="Deluxe Studio." /> <MealType code="1000041" text="Room only" /> <Price amt="64.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-567"> <Room> <RoomType code="112215036" text="Deluxe 1 Bedroom King." /> <MealType code="1000041" text="Room only" /> <Price amt="67.91" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-568"> <Room> <RoomType code="112874488" text="Standard 1 Bedroom Queen." /> <MealType code="1000041" text="Room only" /> <Price amt="67.91" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-569"> <Room> <RoomType code="112215036" text="Deluxe 1 Bedroom King." /> <MealType code="1000041" text="Room only" /> <Price amt="71.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-570"> <Room> <RoomType code="112215036" text="Deluxe 1 Bedroom King." /> <MealType code="1000041" text="Room only" /> <Price amt="75.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-571"> <Room> <RoomType code="6191332" text="Standard 1 Bedroom Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="75.92" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-572"> <Room> <RoomType code="6191332" text="Standard 1 Bedroom Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="84.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-573"> <Room> <RoomType code="4155973" text="Deluxe Studio " /> <MealType code="1000041" text="Room only" /> <Price amt="86.53" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-574"> <Room> <RoomType code="112874487" text="Standard 1 Bedroom Queen" /> <MealType code="1000041" text="Room only" /> <Price amt="89.13" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-575"> <Room> <RoomType code="4155973" text="Deluxe Studio " /> <MealType code="1000041" text="Room only" /> <Price amt="89.44" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-576"> <Room> <RoomType code="86390927" text="Deluxe 1 Bedroom Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="90.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-577"> <Room> <RoomType code="112874487" text="Standard 1 Bedroom Queen" /> <MealType code="1000041" text="Room only" /> <Price amt="92.25" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-578"> <Room> <RoomType code="4155973" text="Deluxe Studio " /> <MealType code="1000041" text="Room only" /> <Price amt="92.56" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-579"> <Room> <RoomType code="110556075" text="Deluxe 1 Bedroom King" /> <MealType code="1000041" text="Room only" /> <Price amt="95.47" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-580"> <Room> <RoomType code="112874487" text="Standard 1 Bedroom Queen" /> <MealType code="1000041" text="Room only" /> <Price amt="95.47" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-581"> <Room> <RoomType code="4155973" text="Deluxe Studio " /> <MealType code="1000041" text="Room only" /> <Price amt="95.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-582"> <Room> <RoomType code="96676564" text="Standard 2 Bedroom Queen" /> <MealType code="1000041" text="Room only" /> <Price amt="96.93" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-583"> <Room> <RoomType code="110556075" text="Deluxe 1 Bedroom King" /> <MealType code="1000041" text="Room only" /> <Price amt="98.80" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-584"> <Room> <RoomType code="112874487" text="Standard 1 Bedroom Queen" /> <MealType code="1000041" text="Room only" /> <Price amt="98.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-585"> <Room> <RoomType code="86390927" text="Deluxe 1 Bedroom Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="100.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-586"> <Room> <RoomType code="96676564" text="Standard 2 Bedroom Queen" /> <MealType code="1000041" text="Room only" /> <Price amt="102.02" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-587"> <Room> <RoomType code="110556075" text="Deluxe 1 Bedroom King" /> <MealType code="1000041" text="Room only" /> <Price amt="102.65" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-588"> <Room> <RoomType code="110556075" text="Deluxe 1 Bedroom King" /> <MealType code="1000041" text="Room only" /> <Price amt="106.39" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-589"> <Room> <RoomType code="96676564" text="Standard 2 Bedroom Queen" /> <MealType code="1000041" text="Room only" /> <Price amt="107.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-590"> <Room> <RoomType code="96676564" text="Standard 2 Bedroom Queen" /> <MealType code="1000041" text="Room only" /> <Price amt="113.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-591"> <Room> <RoomType code="26051771" text="Standard 2 Bedroom Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="124.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-592"> <Room> <RoomType code="100693891" text="Deluxe Studio." /> <MealType code="1000041" text="Room only" /> <Price amt="135.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-593"> <Room> <RoomType code="26051771" text="Standard 2 Bedroom Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="138.11" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-594"> <Room> <RoomType code="7134249" text="Deluxe 2 Bedroom Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="143.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-595"> <Room> <RoomType code="112874488" text="Standard 1 Bedroom Queen." /> <MealType code="1000041" text="Room only" /> <Price amt="158.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-596"> <Room> <RoomType code="7134249" text="Deluxe 2 Bedroom Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="159.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-597"> <Room> <RoomType code="4155973" text="Deluxe Studio " /> <MealType code="1000041" text="Room only" /> <Price amt="166.71" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-598"> <Room> <RoomType code="112215036" text="Deluxe 1 Bedroom King." /> <MealType code="1000041" text="Room only" /> <Price amt="173.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-599"> <Room> <RoomType code="96676564" text="Standard 2 Bedroom Queen" /> <MealType code="1000041" text="Room only" /> <Price amt="188.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-600"> <Room> <RoomType code="112874487" text="Standard 1 Bedroom Queen" /> <MealType code="1000041" text="Room only" /> <Price amt="189.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-601"> <Room> <RoomType code="1004554" text="Studio Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="45.55" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-602"> <Room> <RoomType code="1004554" text="Studio Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="48.88" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-603"> <Room> <RoomType code="1004554" text="Studio Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="54.70" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-604"> <Room> <RoomType code="1004554" text="Studio Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="63.75" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-605"> <Room> <RoomType code="1004554" text="Studio Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="69.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-606"> <Room> <RoomType code="1004554" text="Studio Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="77.69" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-607"> <Room> <RoomType code="41796105" text="Studio Apartment Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="51.79" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-608"> <Room> <RoomType code="41796105" text="Studio Apartment Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="55.64" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-609"> <Room> <RoomType code="41796105" text="Studio Apartment Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="62.19" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-610"> <Room> <RoomType code="41796105" text="Studio Apartment Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="74.57" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-611"> <Room> <RoomType code="41796105" text="Studio Apartment Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="77.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-612"> <Room> <RoomType code="41796105" text="Studio Apartment Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="86.11" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-613"> <Room> <RoomType code="44101335" text="1 Bedroom Standard Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="60.22" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-614"> <Room> <RoomType code="44101335" text="1 Bedroom Standard Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="66.77" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-615"> <Room> <RoomType code="44101335" text="1 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="81.64" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-616"> <Room> <RoomType code="44101335" text="1 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="88.19" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-617"> <Room> <RoomType code="44101335" text="1 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="90.69" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-618"> <Room> <RoomType code="44101335" text="1 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="94.85" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-619"> <Room> <RoomType code="3770277" text="1 Bedroom Deluxe Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="66.77" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-620"> <Room> <RoomType code="3770277" text="1 Bedroom Deluxe Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="74.15" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-621"> <Room> <RoomType code="3770277" text="1 Bedroom Deluxe Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="94.74" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-622"> <Room> <RoomType code="3770277" text="1 Bedroom Deluxe Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="97.76" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-623"> <Room> <RoomType code="3770277" text="1 Bedroom Deluxe Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="102.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-624"> <Room> <RoomType code="3770277" text="1 Bedroom Deluxe Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="115.13" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-625"> <Room> <RoomType code="7135512" text="2 Bedroom Standard Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="112.11" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-626"> <Room> <RoomType code="7135512" text="2 Bedroom Standard Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="127.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-627"> <Room> <RoomType code="7135512" text="2 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="160.47" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-628"> <Room> <RoomType code="7135512" text="2 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="164.01" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-629"> <Room> <RoomType code="7135512" text="2 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="179.40" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-630"> <Room> <RoomType code="7135512" text="2 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="183.35" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-631"> <Room> <RoomType code="5523611" text="2 Bedroom Deluxe Apartment " /> <MealType code="1000041" text="Room only" /> <Price amt="129.48" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-632"> <Room> <RoomType code="5523611" text="2 Bedroom Deluxe Apartment " /> <MealType code="1000041" text="Room only" /> <Price amt="147.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-633"> <Room> <RoomType code="5523611" text="2 Bedroom Deluxe Apartment " /> <MealType code="1" text="Breakfast" /> <Price amt="185.33" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-634"> <Room> <RoomType code="5523611" text="2 Bedroom Deluxe Apartment " /> <MealType code="1" text="Breakfast" /> <Price amt="189.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-635"> <Room> <RoomType code="5523611" text="2 Bedroom Deluxe Apartment " /> <MealType code="1" text="Breakfast" /> <Price amt="207.06" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-636"> <Room> <RoomType code="5523611" text="2 Bedroom Deluxe Apartment " /> <MealType code="1" text="Breakfast" /> <Price amt="211.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-637"> <Room> <RoomType code="3090920" text="3 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="211.95" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-638"> <Room> <RoomType code="3090920" text="3 Bedroom Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="220.06" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-639"> <Room> <RoomType code="3090920" text="3 Bedroom Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="227.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-640"> <Room> <RoomType code="3090920" text="3 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="236.91" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-641"> <Room> <RoomType code="3090920" text="3 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="254.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-642"> <Room> <RoomType code="3090920" text="3 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="284.65" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579662_4983188"> <Hotel id="4983188" name="Premier Inn Dubai Silicon Oasis" /> <Result id="910579662-206"> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="93.15" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-207"> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="53.29" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-208"> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="62.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-209"> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="76.99" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-210"> <Room> <RoomType code="61168470" text="Family Room - Non Smoking (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="47.94" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-211"> <Room> <RoomType code="61168470" text="Family Room - Non Smoking (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="56.37" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-212"> <Room> <RoomType code="61168470" text="Family Room - Non Smoking (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="69.16" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-213"> <Room> <RoomType code="61168470" text="Family Room - Non Smoking (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="83.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579662_322714773"> <Hotel id="322714773" name="Four Points by Sheraton Production City, Dubai" /> <Result id="910579662-369"> <Room> <RoomType code="118269945" text="Superior Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="48.70" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-370"> <Room> <RoomType code="118269945" text="Superior Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="58.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-371"> <Room> <RoomType code="118269945" text="Superior Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="65.30" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-372"> <Room> <RoomType code="118269945" text="Superior Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="78.62" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-373"> <Room> <RoomType code="118269952" text="Junior Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1" text="Breakfast" /> <Price amt="133.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-374"> <Room> <RoomType code="118269952" text="Junior Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1000041" text="Room only" /> <Price amt="94.35" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-375"> <Room> <RoomType code="118269952" text="Junior Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1" text="Breakfast" /> <Price amt="111.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-376"> <Room> <RoomType code="118269952" text="Junior Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1000041" text="Room only" /> <Price amt="113.35" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-377"> <Room> <RoomType code="118269949" text="Premium Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1000041" text="Room only" /> <Price amt="194.60" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-378"> <Room> <RoomType code="118269949" text="Premium Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1" text="Breakfast" /> <Price amt="219.71" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-379"> <Room> <RoomType code="118269949" text="Premium Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1" text="Breakfast" /> <Price amt="263.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-380"> <Room> <RoomType code="118269949" text="Premium Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1000041" text="Room only" /> <Price amt="243.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-381"> <Room> <RoomType code="118269936" text="Suite Room, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1000041" text="Room only" /> <Price amt="129.95" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-382"> <Room> <RoomType code="118269936" text="Suite Room, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1" text="Breakfast" /> <Price amt="182.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-383"> <Room> <RoomType code="118269936" text="Suite Room, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1000041" text="Room only" /> <Price amt="162.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-384"> <Room> <RoomType code="118269936" text="Suite Room, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1" text="Breakfast" /> <Price amt="152.11" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-385"> <Room> <RoomType code="118269941" text="Superior King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="58.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-386"> <Room> <RoomType code="118269941" text="Superior King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="48.70" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-387"> <Room> <RoomType code="118269941" text="Superior King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="65.30" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-388"> <Room> <RoomType code="118269941" text="Superior King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="78.62" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-389"> <Room> <RoomType code="118269928" text="Deluxe King, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="85.07" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-390"> <Room> <RoomType code="118269928" text="Deluxe King, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="64.97" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-391"> <Room> <RoomType code="118269928" text="Deluxe King, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="70.65" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-392"> <Room> <RoomType code="118269928" text="Deluxe King, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="54.05" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-393"> <Room> <RoomType code="118269931" text="Deluxe Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="70.33" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-394"> <Room> <RoomType code="118269931" text="Deluxe Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="69.45" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-395"> <Room> <RoomType code="118269931" text="Deluxe Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="85.07" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579662_225225941"> <Hotel id="225225941" name="Park Inn by Radisson Dubai Motor City" /> <Result id="910579662-296"> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="166.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-297"> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="163.90" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-298"> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="125.03" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-299"> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="128.09" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-300"> <Room> <RoomType code="118193689" text="Junior Suite (Autodrome Track View)" /> <MealType code="1000041" text="Room only" /> <Price amt="140.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-301"> <Room> <RoomType code="118193689" text="Junior Suite (Autodrome Track View)" /> <MealType code="1000041" text="Room only" /> <Price amt="142.95" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-302"> <Room> <RoomType code="118193689" text="Junior Suite (Autodrome Track View)" /> <MealType code="1" text="Breakfast" /> <Price amt="178.76" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-303"> <Room> <RoomType code="118193689" text="Junior Suite (Autodrome Track View)" /> <MealType code="1" text="Breakfast" /> <Price amt="181.71" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-304"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1000041" text="Room only" /> <Price amt="53.51" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-305"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1" text="Breakfast" /> <Price amt="92.27" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-306"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1" text="Breakfast" /> <Price amt="89.32" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-307"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1000041" text="Room only" /> <Price amt="50.45" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-308"> <Room> <RoomType code="108920956" text="Superior Room (Autodrome Track View)" /> <MealType code="1000041" text="Room only" /> <Price amt="68.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-309"> <Room> <RoomType code="108920956" text="Superior Room (Autodrome Track View)" /> <MealType code="1000041" text="Room only" /> <Price amt="65.42" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-310"> <Room> <RoomType code="108920956" text="Superior Room (Autodrome Track View)" /> <MealType code="1" text="Breakfast" /> <Price amt="104.18" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-311"> <Room> <RoomType code="108920956" text="Superior Room (Autodrome Track View)" /> <MealType code="1" text="Breakfast" /> <Price amt="107.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579662_65763798"> <Hotel id="65763798" name="Auris Fakhruddin Hotel Apartments" /> <Result id="910579662-278"> <Room> <RoomType code="1019083" text="Apartment Two Bedrooms" /> <MealType code="1000041" text="Room only" /> <Price amt="86.11" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-279"> <Room> <RoomType code="1019083" text="Apartment Two Bedrooms" /> <MealType code="1" text="Breakfast" /> <Price amt="110.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-280"> <Room> <RoomType code="4155973" text="Deluxe Studio " /> <MealType code="1000041" text="Room only" /> <Price amt="86.11" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-281"> <Room> <RoomType code="4155973" text="Deluxe Studio " /> <MealType code="1" text="Breakfast" /> <Price amt="110.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-282"> <Room> <RoomType code="1014037" text="Apartment One Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="102.65" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-283"> <Room> <RoomType code="1014037" text="Apartment One Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="127.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-284"> <Room> <RoomType code="7365397" text="Suite, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="152.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-285"> <Room> <RoomType code="7365397" text="Suite, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="137.59" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-286"> <Room> <RoomType code="118189078" text="Family Apartment, 2 Bedrooms, Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="101.78" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-287"> <Room> <RoomType code="118189078" text="Family Apartment, 2 Bedrooms, Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="95.99" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-288"> <Room> <RoomType code="4243775" text="Deluxe Studio (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="50.96" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-289"> <Room> <RoomType code="4243775" text="Deluxe Studio (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="71.97" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579662_48181008"> <Hotel id="48181008" name="Ghaya Grand Hotel" /> <Result id="910579662-239"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="121.78" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-240"> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="115.65" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-241"> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="127.09" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-242"> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="149.86" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-243"> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="158.29" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-244"> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="157.66" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-245"> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="173.89" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-246"> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="191.98" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-247"> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="205.09" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-248"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="234.10" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-249"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="259.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-250"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="332.59" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-251"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="334.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-252"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="111.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-253"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="95.77" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-254"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="73.71" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-255"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="81.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-256"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="223.09" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-257"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="271.91" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-258"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="430.47" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-259"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="319.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-260"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="247.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-261"> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="140.54" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-262"> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="155.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-263"> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="155.94" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-264"> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="186.41" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-265"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="208.57" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-266"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="126.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-267"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="107.78" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-268"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="87.03" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-269"> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="119.79" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-270"> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="155.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-271"> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="100.46" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-272"> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="111.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-273"> <Room> <RoomType code="43659553" text="Studio Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="126.23" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-274"> <Room> <RoomType code="43659553" text="Studio Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="113.79" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-275"> <Room> <RoomType code="43659553" text="Studio Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="131.81" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-276"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="59.38" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-277"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="89.02" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579662_352310455"> <Hotel id="352310455" name="Studio One Hotel" /> <Result id="910579662-414"> <Room> <RoomType code="84018546" text="The Studio" /> <MealType code="1" text="Breakfast" /> <Price amt="111.93" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-415"> <Room> <RoomType code="84018546" text="The Studio" /> <MealType code="1000041" text="Room only" /> <Price amt="67.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-416"> <Room> <RoomType code="118280217" text="The Room" /> <MealType code="1" text="Breakfast" /> <Price amt="98.38" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-417"> <Room> <RoomType code="118280217" text="The Room" /> <MealType code="1000041" text="Room only" /> <Price amt="61.05" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-418"> <Room> <RoomType code="99744792" text="The Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="75.02" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-419"> <Room> <RoomType code="99744792" text="The Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="120.45" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-420"> <Room> <RoomType code="98874018" text="Room With Golf View" /> <MealType code="1" text="Breakfast" /> <Price amt="100.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-421"> <Room> <RoomType code="98874018" text="Room With Golf View" /> <MealType code="1000041" text="Room only" /> <Price amt="63.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579662_434624677"> <Hotel id="434624677" name="Radisson Dubai Damac Hills" /> <Result id="910579662-643"> <Room> <RoomType code="7365397" text="Suite, 1 Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="113.13" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-644"> <Room> <RoomType code="7365397" text="Suite, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="87.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-645"> <Room> <RoomType code="60712391" text="Premium Room, Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="83.43" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-646"> <Room> <RoomType code="60712391" text="Premium Room, Balcony" /> <MealType code="1" text="Breakfast" /> <Price amt="109.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-647"> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="109.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-648"> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="83.43" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-649"> <Room> <RoomType code="118280173" text="Standard Room, Golf View" /> <MealType code="1" text="Breakfast" /> <Price amt="88.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-650"> <Room> <RoomType code="118280173" text="Standard Room, Golf View" /> <MealType code="1000041" text="Room only" /> <Price amt="62.79" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-651"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1" text="Breakfast" /> <Price amt="87.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-652"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1000041" text="Room only" /> <Price amt="61.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-653"> <Room> <RoomType code="1106577" text="Family Room " /> <MealType code="1" text="Breakfast" /> <Price amt="177.23" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-654"> <Room> <RoomType code="1106577" text="Family Room " /> <MealType code="1000041" text="Room only" /> <Price amt="151.89" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-655"> <Room> <RoomType code="67089254" text="Premium Suite, 1 Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="128.53" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-656"> <Room> <RoomType code="67089254" text="Premium Suite, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="102.87" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-657"> <Room> <RoomType code="7898470" text="Suite, 2 Bedrooms" /> <MealType code="1" text="Breakfast" /> <Price amt="208.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-658"> <Room> <RoomType code="7898470" text="Suite, 2 Bedrooms" /> <MealType code="1000041" text="Room only" /> <Price amt="183.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579662_389839190"> <Hotel id="389839190" name="Lemon Tree Hotel, Dubai" /> <Result id="910579662-489"> <Room> <RoomType code="118212595" text="Superior Double /or Twin Room" /> <MealType code="1000041" text="Room only" /> <Price amt="68.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-490"> <Room> <RoomType code="118212595" text="Superior Double /or Twin Room" /> <MealType code="1" text="Breakfast" /> <Price amt="109.93" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-491"> <Room> <RoomType code="118212595" text="Superior Double /or Twin Room" /> <MealType code="1000019" text="Half board" /> <Price amt="164.11" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-492"> <Room> <RoomType code="118212595" text="Superior Double /or Twin Room" /> <MealType code="1000021" text="Full board" /> <Price amt="221.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-493"> <Room> <RoomType code="1748365" text="1 Bedroom Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="292.55" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-494"> <Room> <RoomType code="57943392" text="Superior Room with views" /> <MealType code="1000019" text="Half board" /> <Price amt="140.09" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-495"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000019" text="Half board" /> <Price amt="132.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-496"> <Room> <RoomType code="57943392" text="Superior Room with views" /> <MealType code="1000021" text="Full board" /> <Price amt="184.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-497"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000021" text="Full board" /> <Price amt="176.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-498"> <Room> <RoomType code="1748365" text="1 Bedroom Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="346.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-499"> <Room> <RoomType code="1748365" text="1 Bedroom Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="238.47" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-500"> <Room> <RoomType code="57943392" text="Superior Room with views" /> <MealType code="1" text="Breakfast" /> <Price amt="95.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-501"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="87.57" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-502"> <Room> <RoomType code="1748365" text="1 Bedroom Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="206.65" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-503"> <Room> <RoomType code="57943392" text="Superior Room with views" /> <MealType code="1000041" text="Room only" /> <Price amt="79.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-504"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000041" text="Room only" /> <Price amt="68.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579662_316440307"> <Hotel id="316440307" name="Element Me'Aisam" /> <Result id="910579662-360"> <Room> <RoomType code="118269906" text="Superior Studio - Twin Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="75.13" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-361"> <Room> <RoomType code="118269906" text="Superior Studio - Twin Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="94.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-362"> <Room> <RoomType code="118269906" text="Superior Studio - Twin Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="87.03" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-363"> <Room> <RoomType code="118269896" text="Superior Studio - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="82.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-364"> <Room> <RoomType code="118269896" text="Superior Studio - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="95.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-365"> <Room> <RoomType code="118269896" text="Superior Studio - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="102.97" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-366"> <Room> <RoomType code="118209236" text="One Bedroom Apt. - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="137.49" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-367"> <Room> <RoomType code="118209236" text="One Bedroom Apt. - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="93.15" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-368"> <Room> <RoomType code="7448999" text="Apartment, 2 Bedrooms" /> <MealType code="1" text="Breakfast" /> <Price amt="140.10" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579662_11676897"> <Hotel id="11676897" name="Abidos Hotel Apartment, Dubailand" /> <Result id="910579662-214"> <Room> <RoomType code="1014037" text="Apartment One Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="83.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-215"> <Room> <RoomType code="1014037" text="Apartment One Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="107.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-216"> <Room> <RoomType code="1014037" text="Apartment One Bedroom" /> <MealType code="1000019" text="Half board" /> <Price amt="140.71" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-217"> <Room> <RoomType code="1019083" text="Apartment Two Bedrooms" /> <MealType code="1000041" text="Room only" /> <Price amt="127.50" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-218"> <Room> <RoomType code="1019083" text="Apartment Two Bedrooms" /> <MealType code="1000041" text="Room only" /> <Price amt="141.65" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-219"> <Room> <RoomType code="1019083" text="Apartment Two Bedrooms" /> <MealType code="1" text="Breakfast" /> <Price amt="174.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-220"> <Room> <RoomType code="1019083" text="Apartment Two Bedrooms" /> <MealType code="1000019" text="Half board" /> <Price amt="207.69" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-221"> <Room> <RoomType code="118193692" text="THREE BEDROOMS PENTHOUSE." /> <MealType code="1000041" text="Room only" /> <Price amt="191.26" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-222"> <Room> <RoomType code="118193692" text="THREE BEDROOMS PENTHOUSE." /> <MealType code="1000041" text="Room only" /> <Price amt="212.47" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-223"> <Room> <RoomType code="3746085" text="Presidential Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="177.23" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-224"> <Room> <RoomType code="3746085" text="Presidential Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="196.89" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-225"> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="98.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-226"> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="119.13" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-227"> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="88.23" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-228"> <Room> <RoomType code="7448999" text="Apartment, 2 Bedrooms" /> <MealType code="1000041" text="Room only" /> <Price amt="118.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-229"> <Room> <RoomType code="7448999" text="Apartment, 2 Bedrooms" /> <MealType code="1000041" text="Room only" /> <Price amt="106.69" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-230"> <Room> <RoomType code="7448999" text="Apartment, 2 Bedrooms" /> <MealType code="1" text="Breakfast" /> <Price amt="156.05" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-231"> <Room> <RoomType code="24125019" text="Two Bedroom Apartment (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="133.43" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-232"> <Room> <RoomType code="24125019" text="Two Bedroom Apartment (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="154.23" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-233"> <Room> <RoomType code="24125019" text="Two Bedroom Apartment (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="155.69" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-234"> <Room> <RoomType code="24125019" text="Two Bedroom Apartment (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="183.87" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-235"> <Room> <RoomType code="24125019" text="Two Bedroom Apartment (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="186.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-236"> <Room> <RoomType code="24125019" text="Two Bedroom Apartment (Double)" /> <MealType code="1000021" text="Full board" /> <Price amt="213.51" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-237"> <Room> <RoomType code="24125019" text="Two Bedroom Apartment (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="231.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-238"> <Room> <RoomType code="24125019" text="Two Bedroom Apartment (Double)" /> <MealType code="1000021" text="Full board" /> <Price amt="275.81" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579662_248431434"> <Hotel id="248431434" name="Al Habtoor Polo Resort" /> <Result id="910579662-316"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="85.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-317"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1" text="Breakfast" /> <Price amt="111.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-318"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000019" text="Half board" /> <Price amt="170.25" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-319"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000021" text="Full board" /> <Price amt="229.11" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-320"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="134.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-321"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="157.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-322"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="215.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-323"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="274.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-324"> <Room> <RoomType code="70833454" text="4 Bedroom Villa" /> <MealType code="1000041" text="Room only" /> <Price amt="1341.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-325"> <Room> <RoomType code="70833454" text="4 Bedroom Villa" /> <MealType code="1" text="Breakfast" /> <Price amt="1485.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-326"> <Room> <RoomType code="70833454" text="4 Bedroom Villa" /> <MealType code="1000019" text="Half board" /> <Price amt="1543.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-327"> <Room> <RoomType code="70833454" text="4 Bedroom Villa" /> <MealType code="1000021" text="Full board" /> <Price amt="1602.85" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-328"> <Room> <RoomType code="70833457" text="4 Bedroom Villa with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="1475.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-329"> <Room> <RoomType code="70833457" text="4 Bedroom Villa with Polo View" /> <MealType code="1" text="Breakfast" /> <Price amt="1619.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-330"> <Room> <RoomType code="70833457" text="4 Bedroom Villa with Polo View" /> <MealType code="1000019" text="Half board" /> <Price amt="1678.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-331"> <Room> <RoomType code="70833457" text="4 Bedroom Villa with Polo View" /> <MealType code="1000021" text="Full board" /> <Price amt="1737.01" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-332"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="187.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-333"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="216.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-334"> <Room> <RoomType code="70833448" text="Junior Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="245.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-335"> <Room> <RoomType code="70833448" text="Junior Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="216.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-336"> <Room> <RoomType code="70833457" text="4 Bedroom Villa with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="1227.73" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-337"> <Room> <RoomType code="70833457" text="4 Bedroom Villa with Polo View" /> <MealType code="1" text="Breakfast" /> <Price amt="1516.68" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-338"> <Room> <RoomType code="70833454" text="4 Bedroom Villa" /> <MealType code="1000041" text="Room only" /> <Price amt="1155.56" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-339"> <Room> <RoomType code="70833454" text="4 Bedroom Villa" /> <MealType code="1" text="Breakfast" /> <Price amt="1444.39" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-340"> <Room> <RoomType code="70833457" text="4 Bedroom Villa with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="1026.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-341"> <Room> <RoomType code="70833457" text="4 Bedroom Villa with Polo View" /> <MealType code="1" text="Breakfast" /> <Price amt="1163.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-342"> <Room> <RoomType code="70833457" text="4 Bedroom Villa with Polo View" /> <MealType code="1000019" text="Half board" /> <Price amt="1209.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-343"> <Room> <RoomType code="70833457" text="4 Bedroom Villa with Polo View" /> <MealType code="1000021" text="Full board" /> <Price amt="1255.07" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-344"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="136.97" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-345"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="157.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-346"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="167.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-347"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="196.25" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-348"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="214.55" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-349"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="264.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-350"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="271.65" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-351"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="333.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-352"> <Room> <RoomType code="70833454" text="4 Bedroom Villa" /> <MealType code="1000041" text="Room only" /> <Price amt="890.03" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-353"> <Room> <RoomType code="70833454" text="4 Bedroom Villa" /> <MealType code="1" text="Breakfast" /> <Price amt="1026.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-354"> <Room> <RoomType code="70833454" text="4 Bedroom Villa" /> <MealType code="1000019" text="Half board" /> <Price amt="1072.55" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-355"> <Room> <RoomType code="70833454" text="4 Bedroom Villa" /> <MealType code="1000021" text="Full board" /> <Price amt="1118.21" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-356"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="118.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-357"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="222.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-358"> <Room> <RoomType code="70833457" text="4 Bedroom Villa with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="1263.39" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-359"> <Room> <RoomType code="70833454" text="4 Bedroom Villa" /> <MealType code="1000041" text="Room only" /> <Price amt="1189.03" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579662_361224681"> <Hotel id="361224681" name="Five Jumeirah Village" /> <Result id="910579662-422"> <Room> <RoomType code="1002213" text="Double Superior " /> <MealType code="1000041" text="Room only" /> <Price amt="89.65" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-423"> <Room> <RoomType code="1002213" text="Double Superior " /> <MealType code="1000019" text="Half board" /> <Price amt="145.81" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-424"> <Room> <RoomType code="1002213" text="Double Superior " /> <MealType code="1" text="Breakfast" /> <Price amt="196.14" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-425"> <Room> <RoomType code="1004526" text="Double Or Twin Superior" /> <MealType code="1000041" text="Room only" /> <Price amt="89.65" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-426"> <Room> <RoomType code="1004526" text="Double Or Twin Superior" /> <MealType code="1" text="Breakfast" /> <Price amt="136.34" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-427"> <Room> <RoomType code="1004526" text="Double Or Twin Superior" /> <MealType code="1000019" text="Half board" /> <Price amt="250.43" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-428"> <Room> <RoomType code="118188194" text="Superior Sky" /> <MealType code="1000041" text="Room only" /> <Price amt="97.24" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-429"> <Room> <RoomType code="118188194" text="Superior Sky" /> <MealType code="1" text="Breakfast" /> <Price amt="203.63" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-430"> <Room> <RoomType code="118188194" text="Superior Sky" /> <MealType code="1000019" text="Half board" /> <Price amt="257.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-431"> <Room> <RoomType code="118188194" text="Superior Sky" /> <MealType code="1" text="Breakfast" /> <Price amt="143.83" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-432"> <Room> <RoomType code="118814957" text="One Bed Sky Villa with Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="349.86" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-433"> <Room> <RoomType code="118814957" text="One Bed Sky Villa with Private Pool" /> <MealType code="1" text="Breakfast" /> <Price amt="456.35" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-434"> <Room> <RoomType code="118814957" text="One Bed Sky Villa with Private Pool" /> <MealType code="1000019" text="Half board" /> <Price amt="615.26" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-435"> <Room> <RoomType code="118196864" text="2Bed Sky Villa with Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="403.73" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-436"> <Room> <RoomType code="118196864" text="2Bed Sky Villa with Private Pool" /> <MealType code="1" text="Breakfast" /> <Price amt="450.32" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-437"> <Room> <RoomType code="118196864" text="2Bed Sky Villa with Private Pool" /> <MealType code="1000019" text="Half board" /> <Price amt="564.41" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-438"> <Room> <RoomType code="118814957" text="One Bed Sky Villa with Private Pool" /> <MealType code="1000019" text="Half board" /> <Price amt="468.57" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-439"> <Room> <RoomType code="118814957" text="One Bed Sky Villa with Private Pool" /> <MealType code="1" text="Breakfast" /> <Price amt="439.53" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-440"> <Room> <RoomType code="118814957" text="One Bed Sky Villa with Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="347.48" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-441"> <Room> <RoomType code="1040663" text="Superior Double With Balcony" /> <MealType code="1000019" text="Half board" /> <Price amt="207.81" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-442"> <Room> <RoomType code="1040663" text="Superior Double With Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="98.93" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-443"> <Room> <RoomType code="1040663" text="Superior Double With Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="89.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-444"> <Room> <RoomType code="1040663" text="Superior Double With Balcony" /> <MealType code="1" text="Breakfast" /> <Price amt="152.33" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-445"> <Room> <RoomType code="1040663" text="Superior Double With Balcony" /> <MealType code="1000019" text="Half board" /> <Price amt="247.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-446"> <Room> <RoomType code="118244545" text="Master Suite With Private Pool" /> <MealType code="1000019" text="Half board" /> <Price amt="466.28" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-447"> <Room> <RoomType code="118244545" text="Master Suite With Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="386.13" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-448"> <Room> <RoomType code="118244545" text="Master Suite With Private Pool" /> <MealType code="1" text="Breakfast" /> <Price amt="439.53" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-449"> <Room> <RoomType code="118244545" text="Master Suite With Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="347.48" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-450"> <Room> <RoomType code="118244545" text="Master Suite With Private Pool" /> <MealType code="1000019" text="Half board" /> <Price amt="549.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-451"> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1000019" text="Half board" /> <Price amt="265.80" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-452"> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1000041" text="Room only" /> <Price amt="147.09" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-453"> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1" text="Breakfast" /> <Price amt="216.87" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-454"> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1000019" text="Half board" /> <Price amt="311.87" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-455"> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1000041" text="Room only" /> <Price amt="163.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-456"> <Room> <RoomType code="118191304" text="Superior Sky Double with Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="107.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-457"> <Room> <RoomType code="118191304" text="Superior Sky Double with Balcony" /> <MealType code="1" text="Breakfast" /> <Price amt="160.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-458"> <Room> <RoomType code="118191304" text="Superior Sky Double with Balcony" /> <MealType code="1000019" text="Half board" /> <Price amt="255.75" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-459"> <Room> <RoomType code="118191304" text="Superior Sky Double with Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="96.54" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-460"> <Room> <RoomType code="118191304" text="Superior Sky Double with Balcony" /> <MealType code="1000019" text="Half board" /> <Price amt="215.34" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-461"> <Room> <RoomType code="118191292" text="Four Bed Sky Villa With Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="801.85" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-462"> <Room> <RoomType code="118191292" text="Four Bed Sky Villa With Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="890.85" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-463"> <Room> <RoomType code="118191278" text="Two Bed Sky Villa with Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="445.43" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-464"> <Room> <RoomType code="118191278" text="Two Bed Sky Villa with Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="400.98" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579662_528977"> <Hotel id="528977" name="JA Hatta Fort Hotel" /> <Result id="910579662-154"> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="239.41" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-155"> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="215.90" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-156"> <Room> <RoomType code="49065857" text="Premium Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="141.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-157"> <Room> <RoomType code="49065857" text="Premium Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="127.82" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-158"> <Room> <RoomType code="3009545" text="Deluxe Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="121.89" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-159"> <Room> <RoomType code="3009545" text="Deluxe Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="110.14" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-160"> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1000019" text="Half board" /> <Price amt="313.77" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-161"> <Room> <RoomType code="49065857" text="Premium Mountain View Room" /> <MealType code="1000019" text="Half board" /> <Price amt="225.68" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-162"> <Room> <RoomType code="3009545" text="Deluxe Mountain View Room" /> <MealType code="1000019" text="Half board" /> <Price amt="208.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-163"> <Room> <RoomType code="48822582" text="Double or Twin DELUXE MOUNTAIN VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="125.11" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-164"> <Room> <RoomType code="48822582" text="Double or Twin DELUXE MOUNTAIN VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="225.99" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-165"> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="221.94" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-166"> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="246.17" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-167"> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1000019" text="Half board" /> <Price amt="322.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-168"> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1000019" text="Half board" /> <Price amt="347.15" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-169"> <Room> <RoomType code="118198087" text="Family Room, Mountain View (Deluxe)" /> <MealType code="1000019" text="Half board" /> <Price amt="340.48" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-170"> <Room> <RoomType code="118198087" text="Family Room, Mountain View (Deluxe)" /> <MealType code="1" text="Breakfast" /> <Price amt="248.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-171"> <Room> <RoomType code="118198087" text="Family Room, Mountain View (Deluxe)" /> <MealType code="1" text="Breakfast" /> <Price amt="238.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-172"> <Room> <RoomType code="118198087" text="Family Room, Mountain View (Deluxe)" /> <MealType code="1000019" text="Half board" /> <Price amt="364.29" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-173"> <Room> <RoomType code="118198087" text="Family Room, Mountain View (Deluxe)" /> <MealType code="1" text="Breakfast" /> <Price amt="224.73" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-174"> <Room> <RoomType code="52566580" text="Deluxe Room, Mountain View" /> <MealType code="1" text="Breakfast" /> <Price amt="119.13" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-175"> <Room> <RoomType code="52566580" text="Deluxe Room, Mountain View" /> <MealType code="1000019" text="Half board" /> <Price amt="245.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-176"> <Room> <RoomType code="52566580" text="Deluxe Room, Mountain View" /> <MealType code="1" text="Breakfast" /> <Price amt="117.61" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-177"> <Room> <RoomType code="52566580" text="Deluxe Room, Mountain View" /> <MealType code="1000019" text="Half board" /> <Price amt="233.36" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-178"> <Room> <RoomType code="52566580" text="Deluxe Room, Mountain View" /> <MealType code="1" text="Breakfast" /> <Price amt="129.51" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-179"> <Room> <RoomType code="44900469" text="Premium Room, Mountain View" /> <MealType code="1" text="Breakfast" /> <Price amt="138.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-180"> <Room> <RoomType code="44900469" text="Premium Room, Mountain View" /> <MealType code="1000019" text="Half board" /> <Price amt="251.26" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-181"> <Room> <RoomType code="44900469" text="Premium Room, Mountain View" /> <MealType code="1" text="Breakfast" /> <Price amt="135.41" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-182"> <Room> <RoomType code="44900469" text="Premium Room, Mountain View" /> <MealType code="1000019" text="Half board" /> <Price amt="252.03" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-183"> <Room> <RoomType code="44900469" text="Premium Room, Mountain View" /> <MealType code="1" text="Breakfast" /> <Price amt="149.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-184"> <Room> <RoomType code="32438016" text="Deluxe Mountain View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="103.38" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-185"> <Room> <RoomType code="32438016" text="Deluxe Mountain View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="114.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-186"> <Room> <RoomType code="32438016" text="Deluxe Mountain View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="194.90" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-187"> <Room> <RoomType code="32438016" text="Deluxe Mountain View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="205.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-188"> <Room> <RoomType code="118204187" text="Premium Mountain View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="119.81" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-189"> <Room> <RoomType code="118204187" text="Premium Mountain View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="132.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-190"> <Room> <RoomType code="118204187" text="Premium Mountain View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="211.33" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-191"> <Room> <RoomType code="118204187" text="Premium Mountain View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="224.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579662_388710493"> <Hotel id="388710493" name="Radisson Red Dubai Silicon Oasis" /> <Result id="910579662-465"> <Room> <RoomType code="36745689" text="Apartment, 1 Bedroom, Terrace" /> <MealType code="1000041" text="Room only" /> <Price amt="217.41" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-466"> <Room> <RoomType code="36745689" text="Apartment, 1 Bedroom, Terrace" /> <MealType code="1" text="Breakfast" /> <Price amt="265.03" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-467"> <Room> <RoomType code="36745689" text="Apartment, 1 Bedroom, Terrace" /> <MealType code="1" text="Breakfast" /> <Price amt="286.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-468"> <Room> <RoomType code="36745689" text="Apartment, 1 Bedroom, Terrace" /> <MealType code="1000041" text="Room only" /> <Price amt="238.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-469"> <Room> <RoomType code="1341992" text="Premium Room " /> <MealType code="1" text="Breakfast" /> <Price amt="215.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-470"> <Room> <RoomType code="1341992" text="Premium Room " /> <MealType code="1000041" text="Room only" /> <Price amt="155.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-471"> <Room> <RoomType code="1341992" text="Premium Room " /> <MealType code="1000041" text="Room only" /> <Price amt="141.41" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-472"> <Room> <RoomType code="1341992" text="Premium Room " /> <MealType code="1" text="Breakfast" /> <Price amt="201.25" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-473"> <Room> <RoomType code="1030261" text="Studio " /> <MealType code="1" text="Breakfast" /> <Price amt="245.92" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-474"> <Room> <RoomType code="1030261" text="Studio " /> <MealType code="1000041" text="Room only" /> <Price amt="169.26" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-475"> <Room> <RoomType code="1030261" text="Studio " /> <MealType code="1000041" text="Room only" /> <Price amt="186.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-476"> <Room> <RoomType code="1030261" text="Studio " /> <MealType code="1" text="Breakfast" /> <Price amt="229.10" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-477"> <Room> <RoomType code="2138061" text="Family Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="209.01" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-478"> <Room> <RoomType code="2138061" text="Family Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="224.63" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-479"> <Room> <RoomType code="2138061" text="Family Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="176.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-480"> <Room> <RoomType code="2138061" text="Family Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="160.63" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-481"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1000041" text="Room only" /> <Price amt="109.97" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-482"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1000041" text="Room only" /> <Price amt="121.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-483"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1" text="Breakfast" /> <Price amt="169.81" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-484"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1" text="Breakfast" /> <Price amt="181.71" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-485"> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="226.37" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-486"> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="205.95" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-487"> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="253.67" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-488"> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="273.87" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579662_2079429"> <Hotel id="2079429" name="The Meydan Hotel" /> <Result id="910579662-192"> <Room> <RoomType code="7357739" text="Grand Deluxe Room with Balcony + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="241.77" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-193"> <Room> <RoomType code="7357739" text="Grand Deluxe Room with Balcony + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="136.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-194"> <Room> <RoomType code="7357739" text="Grand Deluxe Room with Balcony + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="161.62" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-195"> <Room> <RoomType code="65172612" text="Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="118.59" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-196"> <Room> <RoomType code="65172612" text="Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="222.77" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-197"> <Room> <RoomType code="65172612" text="Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="143.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-198"> <Room> <RoomType code="7357745" text="Panoramic Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="380.56" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-199"> <Room> <RoomType code="7357745" text="Panoramic Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="299.53" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-200"> <Room> <RoomType code="7357745" text="Panoramic Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="301.39" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-201"> <Room> <RoomType code="35561852" text="Grand Premium Room with Balcony + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="185.31" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-202"> <Room> <RoomType code="35561852" text="Grand Premium Room with Balcony + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="160.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-203"> <Room> <RoomType code="35561852" text="Grand Premium Room with Balcony + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="266.99" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-204"> <Room> <RoomType code="7357748" text="Meydan 2 Bedroom Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="479.71" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-205"> <Room> <RoomType code="65172612" text="Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="337.43" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579662_248404878"> <Hotel id="248404878" name="Aloft Me’aisam, Dubai" /> <Result id="910579662-312"> <Room> <RoomType code="60217831" text="Aloft Suite, 1 Bedroom Suite, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="126.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-313"> <Room> <RoomType code="118198531" text="One Bedroom Suite King Bed (Complimentary Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates" /> <MealType code="1" text="Breakfast" /> <Price amt="147.75" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-314"> <Room> <RoomType code="118198531" text="One Bedroom Suite King Bed (Complimentary Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates" /> <MealType code="1" text="Breakfast" /> <Price amt="138.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-315"> <Room> <RoomType code="118198531" text="One Bedroom Suite King Bed (Complimentary Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates" /> <MealType code="1000041" text="Room only" /> <Price amt="122.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579662_528838"> <Hotel id="528838" name="Melia Desert Palm Member of Melia Collection" /> <Result id="910579662-79"> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="271.13" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-80"> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="371.49" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-81"> <Room> <RoomType code="22845498" text="Polo Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="332.59" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-82"> <Room> <RoomType code="22845498" text="Polo Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="432.85" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-83"> <Room> <RoomType code="112842562" text="1 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="707.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-84"> <Room> <RoomType code="112842562" text="1 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="808.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-85"> <Room> <RoomType code="91670302" text="1 Bedroom Pool Villa with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="761.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-86"> <Room> <RoomType code="91670302" text="1 Bedroom Pool Villa with Polo View" /> <MealType code="1" text="Breakfast" /> <Price amt="861.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-87"> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="971.67" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-88"> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="1134.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-89"> <Room> <RoomType code="114023297" text="Al Waha Family Villa" /> <MealType code="1000041" text="Room only" /> <Price amt="1849.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-90"> <Room> <RoomType code="114023297" text="Al Waha Family Villa" /> <MealType code="1" text="Breakfast" /> <Price amt="2012.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-91"> <Room> <RoomType code="22845513" text="Villa Layali + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="3259.67" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-92"> <Room> <RoomType code="22845513" text="Villa Layali + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="3485.35" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-93"> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="297.02" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-94"> <Room> <RoomType code="22845498" text="Polo Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="231.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-95"> <Room> <RoomType code="22845498" text="Polo Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="293.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-96"> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="263.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-97"> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="404.37" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-98"> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="343.43" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-99"> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="235.33" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-100"> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="352.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-101"> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="445.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-102"> <Room> <RoomType code="111683922" text="1 Bedroom Pool Villa with Polo View + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="815.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-103"> <Room> <RoomType code="111683922" text="1 Bedroom Pool Villa with Polo View + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="605.51" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-104"> <Room> <RoomType code="111683922" text="1 Bedroom Pool Villa with Polo View + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="908.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-105"> <Room> <RoomType code="111683922" text="1 Bedroom Pool Villa with Polo View + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="934.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-106"> <Room> <RoomType code="91670302" text="1 Bedroom Pool Villa with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="533.99" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-107"> <Room> <RoomType code="91670302" text="1 Bedroom Pool Villa with Polo View" /> <MealType code="1" text="Breakfast" /> <Price amt="596.67" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-108"> <Room> <RoomType code="111683922" text="1 Bedroom Pool Villa with Polo View + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="618.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-109"> <Room> <RoomType code="111683922" text="1 Bedroom Pool Villa with Polo View + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="543.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-110"> <Room> <RoomType code="111683922" text="1 Bedroom Pool Villa with Polo View + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="546.87" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-111"> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="294.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-112"> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="187.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-113"> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="252.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-114"> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="250.07" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-115"> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="379.25" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-116"> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="191.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-117"> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="286.65" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-118"> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="328.59" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-119"> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="214.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-120"> <Room> <RoomType code="111687613" text="Three-Bedroom Villa Layali with Private Pool + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2179.09" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-121"> <Room> <RoomType code="111687613" text="Three-Bedroom Villa Layali with Private Pool + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2450.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-122"> <Room> <RoomType code="22845513" text="Villa Layali + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="2144.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-123"> <Room> <RoomType code="111687613" text="Three-Bedroom Villa Layali with Private Pool + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="3547.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-124"> <Room> <RoomType code="22845513" text="Villa Layali + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="2026.21" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-125"> <Room> <RoomType code="111687613" text="Three-Bedroom Villa Layali with Private Pool + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="2314.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-126"> <Room> <RoomType code="111687613" text="Three-Bedroom Villa Layali with Private Pool + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="2063.33" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-127"> <Room> <RoomType code="112868679" text="1 Bedroom Villa with Private Pool + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="505.27" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-128"> <Room> <RoomType code="112868679" text="1 Bedroom Villa with Private Pool + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="580.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-129"> <Room> <RoomType code="112842562" text="1 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="558.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-130"> <Room> <RoomType code="112868679" text="1 Bedroom Villa with Private Pool + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="757.85" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-131"> <Room> <RoomType code="112868679" text="1 Bedroom Villa with Private Pool + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="566.97" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-132"> <Room> <RoomType code="112842562" text="1 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="496.21" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-133"> <Room> <RoomType code="112868679" text="1 Bedroom Villa with Private Pool + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="850.45" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-134"> <Room> <RoomType code="112868679" text="1 Bedroom Villa with Private Pool + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="868.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-135"> <Room> <RoomType code="112868679" text="1 Bedroom Villa with Private Pool + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="508.33" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-136"> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="795.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-137"> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="815.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-138"> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="695.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-139"> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="785.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-140"> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1042.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-141"> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="682.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-142"> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1194.87" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-143"> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="698.01" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-144"> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1193.23" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-145"> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="281.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-146"> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="290.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-147"> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="361.71" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-148"> <Room> <RoomType code="112842562" text="1 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="681.93" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-149"> <Room> <RoomType code="112842562" text="1 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="741.21" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-150"> <Room> <RoomType code="112842562" text="1 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="770.95" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-151"> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="756.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-152"> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="765.02" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-153"> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="836.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579662_82855"> <Hotel id="82855" name="Bab Al Shams Desert Resort and Spa" /> <Result id="910579662-0"> <Room> <RoomType code="96619472" text="Deluxe Room" /> <MealType code="1" text="Breakfast" /> <Price amt="328.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-1"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="363.69" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-2"> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1" text="Breakfast" /> <Price amt="422.45" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-3"> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="469.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-4"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="751.09" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-5"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="844.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-6"> <Room> <RoomType code="96619493" text="2 Bedroom Deluxe Family Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1290.95" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-7"> <Room> <RoomType code="114574867" text="2 Bedroom Deluxe Family Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1201.75" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-8"> <Room> <RoomType code="96619493" text="2 Bedroom Deluxe Family Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="2088.89" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-9"> <Room> <RoomType code="96619493" text="2 Bedroom Deluxe Family Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1538.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-10"> <Room> <RoomType code="96619493" text="2 Bedroom Deluxe Family Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1823.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-11"> <Room> <RoomType code="96619472" text="Deluxe Room" /> <MealType code="1000021" text="Full board" /> <Price amt="1259.95" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-12"> <Room> <RoomType code="96619472" text="Deluxe Room" /> <MealType code="1" text="Breakfast" /> <Price amt="994.71" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-13"> <Room> <RoomType code="114575173" text="2 Bedroom Deluxe Room + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="655.53" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-14"> <Room> <RoomType code="96619472" text="Deluxe Room" /> <MealType code="1000019" text="Half board" /> <Price amt="875.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-15"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1193.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-16"> <Room> <RoomType code="114575201" text="Deluxe Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="786.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-17"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="1458.91" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-18"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1034.56" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-19"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="795.85" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-20"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="716.25" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-21"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="1061.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-22"> <Room> <RoomType code="114575530" text="Junior Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="524.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-23"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="800.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-24"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="511.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-25"> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="445.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-26"> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1" text="Breakfast" /> <Price amt="400.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-27"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="311.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-28"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="943.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-29"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="654.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-30"> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="587.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-31"> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1000019" text="Half board" /> <Price amt="542.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-32"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="443.77" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-33"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="1056.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-34"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="767.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-35"> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="700.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-36"> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1000021" text="Full board" /> <Price amt="655.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-37"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="566.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-38"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="310.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-39"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="542.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-40"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="756.81" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-41"> <Room> <RoomType code="96619472" text="Deluxe Room" /> <MealType code="1" text="Breakfast" /> <Price amt="280.49" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-42"> <Room> <RoomType code="96619472" text="Deluxe Room" /> <MealType code="1000019" text="Half board" /> <Price amt="500.45" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-43"> <Room> <RoomType code="96619472" text="Deluxe Room" /> <MealType code="1000021" text="Full board" /> <Price amt="712.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-44"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="721.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-45"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1120.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-46"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="1365.21" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-47"> <Room> <RoomType code="96619493" text="2 Bedroom Deluxe Family Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1101.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-48"> <Room> <RoomType code="96619493" text="2 Bedroom Deluxe Family Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1656.41" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-49"> <Room> <RoomType code="96619493" text="2 Bedroom Deluxe Family Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="1929.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-50"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="480.79" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-51"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="782.39" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-52"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="1009.11" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-53"> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="400.71" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-54"> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="669.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-55"> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="890.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-56"> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1" text="Breakfast" /> <Price amt="360.67" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-57"> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1000019" text="Half board" /> <Price amt="613.29" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-58"> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1000021" text="Full board" /> <Price amt="830.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579662_88822"> <Hotel id="88822" name="Al Maha, a Luxury Collection Desert Resort &amp; Spa, Dubai" /> <Result id="910579662-59"> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1080.43" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-60"> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="1154.14" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-61"> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1200.43" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-62"> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="1082.94" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-63"> <Room> <RoomType code="7347417" text="Emirates Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="4892.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-64"> <Room> <RoomType code="7347417" text="Emirates Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="4403.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-65"> <Room> <RoomType code="7347417" text="Emirates Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="4703.46" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-66"> <Room> <RoomType code="7347417" text="Emirates Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="5226.09" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-67"> <Room> <RoomType code="7347414" text="Royal Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="3488.72" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-68"> <Room> <RoomType code="7347414" text="Royal Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="3265.85" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-69"> <Room> <RoomType code="7347414" text="Royal Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="3628.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-70"> <Room> <RoomType code="7347414" text="Royal Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="3876.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-71"> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="1081.41" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-72"> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="1280.59" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-73"> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="1152.61" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-74"> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1198.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-75"> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1078.90" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-76"> <Room> <RoomType code="7347420" text="Presidential Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="10244.49" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-77"> <Room> <RoomType code="7347420" text="Presidential Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="9590.27" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579662-78"> <Room> <RoomType code="7347420" text="Presidential Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="9455.41" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> </AvailabilitySearchResult>
Copy
<AvailabilitySearch> <Authority> <Org>{{Org}}</Org> <User>{{User}}</User> <Password>{{Password}}</Password> <Currency>{{DefaultCurrency}}</Currency> <Version>1.28</Version> </Authority> <RegionId>{{RegionId}}</RegionId> <HotelStayDetails> <ArrivalDate>{{arrivaldate}}</ArrivalDate> <Nights>2</Nights> <Nationality>GB</Nationality> <Room> <Guests> <Adult /> <Adult /> </Guests> </Room> <Room> <Guests> <Adult /> <Adult /> </Guests> </Room> </HotelStayDetails> <DetailLevel>basic</DetailLevel> </AvailabilitySearch>
<?xml version="1.0" encoding="utf-8"?> <AvailabilitySearchResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Currency>USD</Currency> <Warning> </Warning> <TestMode>false</TestMode> <HotelAvailability hotelQuoteId="910579952_322714773"> <Hotel id="322714773" name="Four Points by Sheraton Production City, Dubai" /> <Result id="910579952-510"> <Room> <RoomType code="43217986" text="Superior, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="141.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43217986" text="Superior, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="141.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-511"> <Room> <RoomType code="118186798" text="Superior, Guest room, 2 Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="141.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186798" text="Superior, Guest room, 2 Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="141.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-512"> <Room> <RoomType code="43217986" text="Superior, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="164.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43217986" text="Superior, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="141.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-513"> <Room> <RoomType code="118186798" text="Superior, Guest room, 2 Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="164.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186798" text="Superior, Guest room, 2 Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="141.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-514"> <Room> <RoomType code="118186748" text="Deluxe, Guest room, 2 Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="163.70" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186748" text="Deluxe, Guest room, 2 Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="163.70" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-515"> <Room> <RoomType code="41768345" text="Deluxe, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="163.70" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="41768345" text="Deluxe, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="163.70" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-516"> <Room> <RoomType code="43217986" text="Superior, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="151.84" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43217986" text="Superior, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="141.24" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-517"> <Room> <RoomType code="118186798" text="Superior, Guest room, 2 Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="151.84" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186798" text="Superior, Guest room, 2 Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="141.24" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-518"> <Room> <RoomType code="43217986" text="Superior, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="151.84" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43217986" text="Superior, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="164.12" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-519"> <Room> <RoomType code="118186798" text="Superior, Guest room, 2 Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="151.84" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186798" text="Superior, Guest room, 2 Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="164.12" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-520"> <Room> <RoomType code="57247563" text="Classic, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="130.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57247563" text="Classic, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="130.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-521"> <Room> <RoomType code="57247563" text="Classic, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="151.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57247563" text="Classic, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="130.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-522"> <Room> <RoomType code="43217986" text="Superior, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="151.84" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43217986" text="Superior, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="151.84" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-523"> <Room> <RoomType code="118186798" text="Superior, Guest room, 2 Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="151.84" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186798" text="Superior, Guest room, 2 Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="151.84" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-524"> <Room> <RoomType code="44380900" text="Standard, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="124.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="44380900" text="Standard, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="124.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-525"> <Room> <RoomType code="44380900" text="Standard, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="144.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="44380900" text="Standard, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="124.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-526"> <Room> <RoomType code="57247563" text="Classic, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="139.98" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57247563" text="Classic, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="130.20" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-527"> <Room> <RoomType code="57247563" text="Classic, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="139.98" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57247563" text="Classic, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="151.22" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-528"> <Room> <RoomType code="44380900" text="Standard, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="133.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="44380900" text="Standard, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="124.60" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-529"> <Room> <RoomType code="44380900" text="Standard, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="133.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="44380900" text="Standard, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="144.76" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-530"> <Room> <RoomType code="57247563" text="Classic, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="139.98" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57247563" text="Classic, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="139.98" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-531"> <Room> <RoomType code="44380900" text="Standard, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="133.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="44380900" text="Standard, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="133.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-532"> <Room> <RoomType code="43217986" text="Superior, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="108.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43217986" text="Superior, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="108.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-533"> <Room> <RoomType code="118186798" text="Superior, Guest room, 2 Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="108.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186798" text="Superior, Guest room, 2 Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="108.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-534"> <Room> <RoomType code="43217986" text="Superior, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="125.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43217986" text="Superior, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="108.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-535"> <Room> <RoomType code="118186798" text="Superior, Guest room, 2 Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="125.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186798" text="Superior, Guest room, 2 Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="108.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-536"> <Room> <RoomType code="41768345" text="Deluxe, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="127.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="41768345" text="Deluxe, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="127.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-537"> <Room> <RoomType code="118186748" text="Deluxe, Guest room, 2 Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="125.42" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186748" text="Deluxe, Guest room, 2 Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="125.42" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-538"> <Room> <RoomType code="43217986" text="Superior, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="116.06" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43217986" text="Superior, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="108.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-539"> <Room> <RoomType code="118186798" text="Superior, Guest room, 2 Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="116.06" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186798" text="Superior, Guest room, 2 Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="108.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-540"> <Room> <RoomType code="43217986" text="Superior, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="116.06" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43217986" text="Superior, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="125.42" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-541"> <Room> <RoomType code="118186798" text="Superior, Guest room, 2 Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="116.06" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186798" text="Superior, Guest room, 2 Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="125.42" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-542"> <Room> <RoomType code="57247563" text="Classic, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="97.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57247563" text="Classic, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="97.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-543"> <Room> <RoomType code="43217986" text="Superior, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="116.06" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43217986" text="Superior, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="116.06" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-544"> <Room> <RoomType code="118186798" text="Superior, Guest room, 2 Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="116.06" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186798" text="Superior, Guest room, 2 Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="116.06" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-545"> <Room> <RoomType code="57247563" text="Classic, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="112.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57247563" text="Classic, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="97.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-546"> <Room> <RoomType code="44380900" text="Standard, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="91.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="44380900" text="Standard, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="102.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-547"> <Room> <RoomType code="57247563" text="Classic, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="104.20" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57247563" text="Classic, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="97.14" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-548"> <Room> <RoomType code="44380900" text="Standard, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="91.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="44380900" text="Standard, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="91.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-549"> <Room> <RoomType code="57247563" text="Classic, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="104.20" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57247563" text="Classic, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="112.52" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-550"> <Room> <RoomType code="44380900" text="Standard, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="98.18" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="44380900" text="Standard, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="102.76" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-551"> <Room> <RoomType code="57247563" text="Classic, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="104.20" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57247563" text="Classic, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="104.20" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-552"> <Room> <RoomType code="44380900" text="Standard, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="98.18" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="44380900" text="Standard, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="91.72" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-553"> <Room> <RoomType code="44380900" text="Standard, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="98.18" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="44380900" text="Standard, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="98.18" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-554"> <Room> <RoomType code="118309647" text="Standard King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="97.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118309647" text="Standard King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="97.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-555"> <Room> <RoomType code="118309647" text="Standard King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="81.24" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118309647" text="Standard King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="81.24" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-556"> <Room> <RoomType code="118309647" text="Standard King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="137.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118309647" text="Standard King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="137.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-557"> <Room> <RoomType code="118309647" text="Standard King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="114.44" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118309647" text="Standard King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="114.44" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-558"> <Room> <RoomType code="118269931" text="Deluxe Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="140.66" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269931" text="Deluxe Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="140.66" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-559"> <Room> <RoomType code="118269931" text="Deluxe Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="170.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269931" text="Deluxe Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="170.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-560"> <Room> <RoomType code="118269931" text="Deluxe Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="138.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269931" text="Deluxe Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="138.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-561"> <Room> <RoomType code="118269928" text="Deluxe King, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="141.30" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269928" text="Deluxe King, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="141.30" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-562"> <Room> <RoomType code="118269928" text="Deluxe King, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="129.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269928" text="Deluxe King, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="129.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-563"> <Room> <RoomType code="118269928" text="Deluxe King, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="170.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269928" text="Deluxe King, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="170.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-564"> <Room> <RoomType code="118269928" text="Deluxe King, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="108.10" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269928" text="Deluxe King, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="108.10" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-565"> <Room> <RoomType code="118269936" text="Suite Room, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1000041" text="Room only" /> <Price amt="324.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269936" text="Suite Room, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1000041" text="Room only" /> <Price amt="324.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-566"> <Room> <RoomType code="118269936" text="Suite Room, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1" text="Breakfast" /> <Price amt="365.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269936" text="Suite Room, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1" text="Breakfast" /> <Price amt="365.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-567"> <Room> <RoomType code="118269936" text="Suite Room, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1" text="Breakfast" /> <Price amt="304.22" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269936" text="Suite Room, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1" text="Breakfast" /> <Price amt="304.22" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-568"> <Room> <RoomType code="118269936" text="Suite Room, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1000041" text="Room only" /> <Price amt="259.90" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269936" text="Suite Room, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1000041" text="Room only" /> <Price amt="259.90" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-569"> <Room> <RoomType code="118269941" text="Superior King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="130.60" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269941" text="Superior King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="130.60" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-570"> <Room> <RoomType code="118269941" text="Superior King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="97.40" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269941" text="Superior King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="97.40" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-571"> <Room> <RoomType code="118269941" text="Superior King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="117.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269941" text="Superior King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="117.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-572"> <Room> <RoomType code="118269941" text="Superior King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="157.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269941" text="Superior King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="157.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-573"> <Room> <RoomType code="118269945" text="Superior Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="157.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269945" text="Superior Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="157.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-574"> <Room> <RoomType code="118269945" text="Superior Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="130.60" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269945" text="Superior Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="130.60" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-575"> <Room> <RoomType code="118269945" text="Superior Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="117.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269945" text="Superior Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="117.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-576"> <Room> <RoomType code="118269945" text="Superior Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="97.40" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269945" text="Superior Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="97.40" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-577"> <Room> <RoomType code="118309649" text="Classic King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="103.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118309649" text="Classic King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="103.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-578"> <Room> <RoomType code="118309649" text="Classic King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="144.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118309649" text="Classic King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="144.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-579"> <Room> <RoomType code="118309649" text="Classic King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="119.68" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118309649" text="Classic King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="119.68" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-580"> <Room> <RoomType code="118309649" text="Classic King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="86.48" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118309649" text="Classic King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="86.48" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-581"> <Room> <RoomType code="118269949" text="Premium Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1" text="Breakfast" /> <Price amt="527.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269949" text="Premium Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1" text="Breakfast" /> <Price amt="527.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-582"> <Room> <RoomType code="118269949" text="Premium Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1" text="Breakfast" /> <Price amt="439.42" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269949" text="Premium Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1" text="Breakfast" /> <Price amt="439.42" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-583"> <Room> <RoomType code="118269949" text="Premium Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1000041" text="Room only" /> <Price amt="389.20" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269949" text="Premium Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1000041" text="Room only" /> <Price amt="389.20" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-584"> <Room> <RoomType code="118269949" text="Premium Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1000041" text="Room only" /> <Price amt="486.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269949" text="Premium Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1000041" text="Room only" /> <Price amt="486.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-585"> <Room> <RoomType code="118269952" text="Junior Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1000041" text="Room only" /> <Price amt="226.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269952" text="Junior Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1000041" text="Room only" /> <Price amt="226.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-586"> <Room> <RoomType code="118269952" text="Junior Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1" text="Breakfast" /> <Price amt="222.32" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269952" text="Junior Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1" text="Breakfast" /> <Price amt="222.32" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-587"> <Room> <RoomType code="118269952" text="Junior Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1000041" text="Room only" /> <Price amt="188.70" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269952" text="Junior Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1000041" text="Room only" /> <Price amt="188.70" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-588"> <Room> <RoomType code="118269952" text="Junior Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1" text="Breakfast" /> <Price amt="267.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269952" text="Junior Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1" text="Breakfast" /> <Price amt="267.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579952_4983188"> <Hotel id="4983188" name="Premier Inn Dubai Silicon Oasis" /> <Result id="910579952-235"> <Room> <RoomType code="61168470" text="Family Room - Non Smoking (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="95.68" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="61168470" text="Family Room - Non Smoking (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="95.68" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-236"> <Room> <RoomType code="61168470" text="Family Room - Non Smoking (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="112.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="61168470" text="Family Room - Non Smoking (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="112.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-237"> <Room> <RoomType code="61168470" text="Family Room - Non Smoking (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="138.12" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="61168470" text="Family Room - Non Smoking (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="138.12" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-238"> <Room> <RoomType code="61168470" text="Family Room - Non Smoking (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="167.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="61168470" text="Family Room - Non Smoking (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="167.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-239"> <Room> <RoomType code="57105427" text="Double Room - Non Smoking (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="82.78" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="57105427" text="Double Room - Non Smoking (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="82.78" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-240"> <Room> <RoomType code="57105427" text="Double Room - Non Smoking (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="97.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57105427" text="Double Room - Non Smoking (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="97.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-241"> <Room> <RoomType code="57105427" text="Double Room - Non Smoking (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="125.22" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="57105427" text="Double Room - Non Smoking (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="125.22" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-242"> <Room> <RoomType code="57105427" text="Double Room - Non Smoking (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="152.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57105427" text="Double Room - Non Smoking (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="152.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-243"> <Room> <RoomType code="61755808" text="Double Room - Smoking (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="82.78" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="61755808" text="Double Room - Smoking (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="82.78" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-244"> <Room> <RoomType code="61755808" text="Double Room - Smoking (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="97.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="61755808" text="Double Room - Smoking (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="97.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-245"> <Room> <RoomType code="61755808" text="Double Room - Smoking (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="125.22" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="61755808" text="Double Room - Smoking (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="125.22" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-246"> <Room> <RoomType code="61755808" text="Double Room - Smoking (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="152.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="61755808" text="Double Room - Smoking (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="152.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-247"> <Room> <RoomType code="62927097" text="Twin Room - Non Smoking (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="82.78" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="62927097" text="Twin Room - Non Smoking (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="82.78" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-248"> <Room> <RoomType code="62927097" text="Twin Room - Non Smoking (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="97.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="62927097" text="Twin Room - Non Smoking (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="97.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-249"> <Room> <RoomType code="62927097" text="Twin Room - Non Smoking (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="125.22" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="62927097" text="Twin Room - Non Smoking (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="125.22" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-250"> <Room> <RoomType code="62927097" text="Twin Room - Non Smoking (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="152.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="62927097" text="Twin Room - Non Smoking (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="152.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-251"> <Room> <RoomType code="118210676" text="Twin Room - Smoking (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="82.78" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118210676" text="Twin Room - Smoking (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="82.78" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-252"> <Room> <RoomType code="118210676" text="Twin Room - Smoking (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="97.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118210676" text="Twin Room - Smoking (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="97.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-253"> <Room> <RoomType code="118210676" text="Twin Room - Smoking (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="125.22" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118210676" text="Twin Room - Smoking (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="125.22" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-254"> <Room> <RoomType code="118210676" text="Twin Room - Smoking (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="152.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118210676" text="Twin Room - Smoking (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="152.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-255"> <Room> <RoomType code="14416884" text="Double Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="108.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="14416884" text="Double Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="108.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-256"> <Room> <RoomType code="14416884" text="Double Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="139.78" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="14416884" text="Double Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="139.78" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-257"> <Room> <RoomType code="14416884" text="Double Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="92.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="14416884" text="Double Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="92.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-258"> <Room> <RoomType code="14416884" text="Double Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="169.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="14416884" text="Double Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="169.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-259"> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="186.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="186.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-260"> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="125.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="125.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-261"> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="106.58" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="106.58" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-262"> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="153.98" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="153.98" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-263"> <Room> <RoomType code="17905265" text="Twin Room, Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="92.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="17905265" text="Twin Room, Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="92.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-264"> <Room> <RoomType code="17905265" text="Twin Room, Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="169.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="17905265" text="Twin Room, Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="169.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-265"> <Room> <RoomType code="17905265" text="Twin Room, Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="139.78" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="17905265" text="Twin Room, Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="139.78" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-266"> <Room> <RoomType code="17905265" text="Twin Room, Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="108.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="17905265" text="Twin Room, Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="108.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-267"> <Room> <RoomType code="12147487" text="Double Room, Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="169.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="12147487" text="Double Room, Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="169.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-268"> <Room> <RoomType code="12147487" text="Double Room, Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="108.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="12147487" text="Double Room, Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="108.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-269"> <Room> <RoomType code="12147487" text="Double Room, Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="92.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="12147487" text="Double Room, Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="92.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-270"> <Room> <RoomType code="12147487" text="Double Room, Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="139.78" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="12147487" text="Double Room, Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="139.78" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-271"> <Room> <RoomType code="12546523" text="Twin Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="139.78" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="12546523" text="Twin Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="139.78" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-272"> <Room> <RoomType code="12546523" text="Twin Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="108.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="12546523" text="Twin Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="108.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-273"> <Room> <RoomType code="12546523" text="Twin Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="169.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="12546523" text="Twin Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="169.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-274"> <Room> <RoomType code="12546523" text="Twin Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="92.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="12546523" text="Twin Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="92.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579952_79676621"> <Hotel id="79676621" name="ibis Styles Dragon Mart Dubai" /> <Result id="910579952-371"> <Room> <RoomType code="43952739" text="Family Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="203.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43952739" text="Family Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="203.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-372"> <Room> <RoomType code="43952739" text="Family Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="242.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43952739" text="Family Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="242.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-373"> <Room> <RoomType code="43952737" text="Double Standard Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="84.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43952737" text="Double Standard Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="84.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-374"> <Room> <RoomType code="43952737" text="Double Standard Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="116.40" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43952737" text="Double Standard Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="116.40" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-375"> <Room> <RoomType code="43952737" text="Double Standard Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="126.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43952737" text="Double Standard Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="126.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-376"> <Room> <RoomType code="43952738" text="Twin Standard Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="126.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43952738" text="Twin Standard Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="126.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-377"> <Room> <RoomType code="43952738" text="Twin Standard Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="84.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43952738" text="Twin Standard Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="84.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-378"> <Room> <RoomType code="43952738" text="Twin Standard Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="116.40" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43952738" text="Twin Standard Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="116.40" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-379"> <Room> <RoomType code="43952740" text="Double Family Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="226.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43952740" text="Double Family Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="226.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-380"> <Room> <RoomType code="43952740" text="Double Family Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="239.14" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43952740" text="Double Family Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="239.14" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-381"> <Room> <RoomType code="43952740" text="Double Family Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="268.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43952740" text="Double Family Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="268.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-382"> <Room> <RoomType code="43952736" text="Standard Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="133.12" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43952736" text="Standard Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="133.12" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-383"> <Room> <RoomType code="43952736" text="Standard Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="121.88" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43952736" text="Standard Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="121.88" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-384"> <Room> <RoomType code="43952739" text="Family Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="274.14" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43952739" text="Family Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="274.14" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-385"> <Room> <RoomType code="43952739" text="Family Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="243.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43952739" text="Family Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="243.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-386"> <Room> <RoomType code="43952736" text="Standard Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="90.68" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43952736" text="Standard Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="90.68" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-387"> <Room> <RoomType code="43952739" text="Family Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="231.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43952739" text="Family Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="231.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579952_352310449"> <Hotel id="352310449" name="Grayton" /> <Result id="910579952-589"> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1" text="Breakfast" /> <Price amt="105.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1" text="Breakfast" /> <Price amt="105.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-590"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="120.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="120.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-591"> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1" text="Breakfast" /> <Price amt="105.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1" text="Breakfast" /> <Price amt="166.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-592"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="181.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="120.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-593"> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1" text="Breakfast" /> <Price amt="157.88" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1" text="Breakfast" /> <Price amt="157.88" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-594"> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1" text="Breakfast" /> <Price amt="166.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1" text="Breakfast" /> <Price amt="166.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-595"> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="166.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="166.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-596"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="172.22" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="172.22" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-597"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="181.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="181.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-598"> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="241.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="166.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-599"> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="229.42" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="229.42" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-600"> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="241.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="241.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-601"> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1000041" text="Room only" /> <Price amt="84.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1000041" text="Room only" /> <Price amt="84.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-602"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000041" text="Room only" /> <Price amt="105.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000041" text="Room only" /> <Price amt="105.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-603"> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1000041" text="Room only" /> <Price amt="135.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1000041" text="Room only" /> <Price amt="84.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-604"> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="120.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="120.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-605"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000041" text="Room only" /> <Price amt="151.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000041" text="Room only" /> <Price amt="105.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-606"> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1000041" text="Room only" /> <Price amt="129.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1000041" text="Room only" /> <Price amt="129.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-607"> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1000041" text="Room only" /> <Price amt="135.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1000041" text="Room only" /> <Price amt="135.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-608"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000041" text="Room only" /> <Price amt="143.52" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000041" text="Room only" /> <Price amt="143.52" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-609"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000041" text="Room only" /> <Price amt="151.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000041" text="Room only" /> <Price amt="151.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-610"> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="226.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="120.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-611"> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="215.08" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="215.08" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-612"> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="226.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="226.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579952_425718466"> <Hotel id="425718466" name="Suha Mina Rashid Hotel Apartment" /> <Result id="910579952-761"> <Room> <RoomType code="1004554" text="Studio Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="90.68" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1004554" text="Studio Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="90.68" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-762"> <Room> <RoomType code="1004554" text="Studio Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="95.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1004554" text="Studio Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="90.68" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-763"> <Room> <RoomType code="1004554" text="Studio Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="96.72" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1004554" text="Studio Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="96.72" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-764"> <Room> <RoomType code="1004554" text="Studio Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="100.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1004554" text="Studio Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="96.72" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-765"> <Room> <RoomType code="1004554" text="Studio Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="108.78" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1004554" text="Studio Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="96.72" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-766"> <Room> <RoomType code="1004554" text="Studio Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="113.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1004554" text="Studio Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="96.72" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-767"> <Room> <RoomType code="41796105" text="Studio Apartment Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="102.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="41796105" text="Studio Apartment Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="102.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-768"> <Room> <RoomType code="41796105" text="Studio Apartment Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="107.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="41796105" text="Studio Apartment Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="102.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-769"> <Room> <RoomType code="41796105" text="Studio Apartment Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="109.82" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="41796105" text="Studio Apartment Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="109.82" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-770"> <Room> <RoomType code="41796105" text="Studio Apartment Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="114.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="41796105" text="Studio Apartment Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="109.82" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-771"> <Room> <RoomType code="41796105" text="Studio Apartment Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="123.56" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="41796105" text="Studio Apartment Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="109.82" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-772"> <Room> <RoomType code="41796105" text="Studio Apartment Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="129.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="41796105" text="Studio Apartment Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="109.82" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-773"> <Room> <RoomType code="44101335" text="1 Bedroom Standard Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="120.44" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="44101335" text="1 Bedroom Standard Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="120.44" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-774"> <Room> <RoomType code="44101335" text="1 Bedroom Standard Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="133.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="44101335" text="1 Bedroom Standard Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="120.44" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-775"> <Room> <RoomType code="44101335" text="1 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="151.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="44101335" text="1 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="151.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-776"> <Room> <RoomType code="44101335" text="1 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="157.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="44101335" text="1 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="151.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-777"> <Room> <RoomType code="44101335" text="1 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="157.88" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="44101335" text="1 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="151.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-778"> <Room> <RoomType code="44101335" text="1 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="174.92" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="44101335" text="1 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="151.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-779"> <Room> <RoomType code="3770277" text="1 Bedroom Deluxe Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="133.54" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="3770277" text="1 Bedroom Deluxe Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="133.54" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-780"> <Room> <RoomType code="3770277" text="1 Bedroom Deluxe Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="148.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="3770277" text="1 Bedroom Deluxe Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="133.54" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-781"> <Room> <RoomType code="3770277" text="1 Bedroom Deluxe Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="170.76" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="3770277" text="1 Bedroom Deluxe Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="170.76" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-782"> <Room> <RoomType code="3770277" text="1 Bedroom Deluxe Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="177.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="3770277" text="1 Bedroom Deluxe Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="170.76" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-783"> <Room> <RoomType code="3770277" text="1 Bedroom Deluxe Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="189.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="3770277" text="1 Bedroom Deluxe Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="170.76" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-784"> <Room> <RoomType code="7135512" text="2 Bedroom Standard Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="206.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7135512" text="2 Bedroom Standard Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="206.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-785"> <Room> <RoomType code="7135512" text="2 Bedroom Standard Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="231.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7135512" text="2 Bedroom Standard Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="206.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-786"> <Room> <RoomType code="7135512" text="2 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="293.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7135512" text="2 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="293.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-787"> <Room> <RoomType code="7135512" text="2 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="330.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7135512" text="2 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="293.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-788"> <Room> <RoomType code="7135512" text="2 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="333.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7135512" text="2 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="293.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-789"> <Room> <RoomType code="5523611" text="2 Bedroom Deluxe Apartment " /> <MealType code="1000041" text="Room only" /> <Price amt="245.24" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="5523611" text="2 Bedroom Deluxe Apartment " /> <MealType code="1000041" text="Room only" /> <Price amt="245.24" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-790"> <Room> <RoomType code="5523611" text="2 Bedroom Deluxe Apartment " /> <MealType code="1000041" text="Room only" /> <Price amt="263.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="5523611" text="2 Bedroom Deluxe Apartment " /> <MealType code="1000041" text="Room only" /> <Price amt="245.24" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-791"> <Room> <RoomType code="5523611" text="2 Bedroom Deluxe Apartment " /> <MealType code="1" text="Breakfast" /> <Price amt="334.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="5523611" text="2 Bedroom Deluxe Apartment " /> <MealType code="1" text="Breakfast" /> <Price amt="334.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-792"> <Room> <RoomType code="5523611" text="2 Bedroom Deluxe Apartment " /> <MealType code="1" text="Breakfast" /> <Price amt="378.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="5523611" text="2 Bedroom Deluxe Apartment " /> <MealType code="1" text="Breakfast" /> <Price amt="334.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-793"> <Room> <RoomType code="3090920" text="3 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="398.94" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="3090920" text="3 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="398.94" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-794"> <Room> <RoomType code="3090920" text="3 Bedroom Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="406.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="3090920" text="3 Bedroom Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="406.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-795"> <Room> <RoomType code="3090920" text="3 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="448.86" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="3090920" text="3 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="398.94" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-796"> <Room> <RoomType code="3090920" text="3 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="449.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="3090920" text="3 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="398.94" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-797"> <Room> <RoomType code="3090920" text="3 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="509.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="3090920" text="3 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="398.94" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-798"> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1" text="Breakfast" /> <Price amt="101.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1" text="Breakfast" /> <Price amt="101.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-799"> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1" text="Breakfast" /> <Price amt="114.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1" text="Breakfast" /> <Price amt="101.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-800"> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1" text="Breakfast" /> <Price amt="108.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1" text="Breakfast" /> <Price amt="108.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-801"> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1" text="Breakfast" /> <Price amt="108.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1" text="Breakfast" /> <Price amt="114.40" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-802"> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1" text="Breakfast" /> <Price amt="114.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1" text="Breakfast" /> <Price amt="114.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-803"> <Room> <RoomType code="41588205" text="Deluxe Studio Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="115.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="41588205" text="Deluxe Studio Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="115.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-804"> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1000041" text="Room only" /> <Price amt="84.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1000041" text="Room only" /> <Price amt="84.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-805"> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1000041" text="Room only" /> <Price amt="95.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1000041" text="Room only" /> <Price amt="84.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-806"> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1000041" text="Room only" /> <Price amt="90.06" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1000041" text="Room only" /> <Price amt="90.06" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-807"> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1000041" text="Room only" /> <Price amt="95.48" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1000041" text="Room only" /> <Price amt="90.06" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-808"> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1000041" text="Room only" /> <Price amt="106.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1000041" text="Room only" /> <Price amt="84.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-809"> <Room> <RoomType code="41588205" text="Deluxe Studio Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="96.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="41588205" text="Deluxe Studio Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="96.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-810"> <Room> <RoomType code="7160621" text="Deluxe Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="196.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7160621" text="Deluxe Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="196.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-811"> <Room> <RoomType code="1019514" text="Apartment " /> <MealType code="1" text="Breakfast" /> <Price amt="181.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1019514" text="Apartment " /> <MealType code="1" text="Breakfast" /> <Price amt="181.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-812"> <Room> <RoomType code="1030261" text="Studio " /> <MealType code="1" text="Breakfast" /> <Price amt="175.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030261" text="Studio " /> <MealType code="1" text="Breakfast" /> <Price amt="175.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-813"> <Room> <RoomType code="7160621" text="Deluxe Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="174.52" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7160621" text="Deluxe Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="174.52" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-814"> <Room> <RoomType code="1019514" text="Apartment " /> <MealType code="1" text="Breakfast" /> <Price amt="161.20" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1019514" text="Apartment " /> <MealType code="1" text="Breakfast" /> <Price amt="161.20" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-815"> <Room> <RoomType code="1030261" text="Studio " /> <MealType code="1" text="Breakfast" /> <Price amt="155.58" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030261" text="Studio " /> <MealType code="1" text="Breakfast" /> <Price amt="155.58" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-816"> <Room> <RoomType code="1019514" text="Apartment " /> <MealType code="1000041" text="Room only" /> <Price amt="138.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1019514" text="Apartment " /> <MealType code="1000041" text="Room only" /> <Price amt="138.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-817"> <Room> <RoomType code="7160621" text="Deluxe Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="136.24" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7160621" text="Deluxe Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="136.24" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-818"> <Room> <RoomType code="1030261" text="Studio " /> <MealType code="1000041" text="Room only" /> <Price amt="132.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030261" text="Studio " /> <MealType code="1000041" text="Room only" /> <Price amt="132.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-819"> <Room> <RoomType code="1019514" text="Apartment " /> <MealType code="1000041" text="Room only" /> <Price amt="122.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1019514" text="Apartment " /> <MealType code="1000041" text="Room only" /> <Price amt="122.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-820"> <Room> <RoomType code="1030261" text="Studio " /> <MealType code="1000041" text="Room only" /> <Price amt="117.52" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030261" text="Studio " /> <MealType code="1000041" text="Room only" /> <Price amt="117.52" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-821"> <Room> <RoomType code="7160621" text="Deluxe Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="153.92" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7160621" text="Deluxe Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="153.92" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579952_411232050"> <Hotel id="411232050" name="Premier Inn Dragon Mart Hotel" /> <Result id="910579952-743"> <Room> <RoomType code="12546523" text="Twin Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="124.04" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="12546523" text="Twin Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="124.04" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-744"> <Room> <RoomType code="12546523" text="Twin Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="85.38" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="12546523" text="Twin Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="85.38" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-745"> <Room> <RoomType code="12546523" text="Twin Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="133.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="12546523" text="Twin Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="133.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-746"> <Room> <RoomType code="12546523" text="Twin Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="95.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="12546523" text="Twin Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="95.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-747"> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="124.04" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="124.04" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-748"> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="95.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="95.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-749"> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="85.38" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="85.38" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-750"> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="133.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="133.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-751"> <Room> <RoomType code="17905265" text="Twin Room, Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="133.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="17905265" text="Twin Room, Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="133.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-752"> <Room> <RoomType code="17905265" text="Twin Room, Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="124.04" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="17905265" text="Twin Room, Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="124.04" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-753"> <Room> <RoomType code="17905265" text="Twin Room, Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="85.38" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="17905265" text="Twin Room, Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="85.38" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-754"> <Room> <RoomType code="17905265" text="Twin Room, Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="95.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="17905265" text="Twin Room, Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="95.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-755"> <Room> <RoomType code="14416884" text="Double Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="95.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="14416884" text="Double Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="95.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-756"> <Room> <RoomType code="14416884" text="Double Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="85.38" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="14416884" text="Double Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="85.38" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-757"> <Room> <RoomType code="12147487" text="Double Room, Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="133.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="12147487" text="Double Room, Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="133.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-758"> <Room> <RoomType code="12147487" text="Double Room, Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="95.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="12147487" text="Double Room, Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="95.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-759"> <Room> <RoomType code="12147487" text="Double Room, Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="124.04" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="12147487" text="Double Room, Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="124.04" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-760"> <Room> <RoomType code="12147487" text="Double Room, Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="85.38" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="12147487" text="Double Room, Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="85.38" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579952_65763798"> <Hotel id="65763798" name="Auris Fakhruddin Hotel Apartments" /> <Result id="910579952-357"> <Room> <RoomType code="4155973" text="Deluxe Studio " /> <MealType code="1000041" text="Room only" /> <Price amt="105.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="4155973" text="Deluxe Studio " /> <MealType code="1000041" text="Room only" /> <Price amt="105.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-358"> <Room> <RoomType code="4155973" text="Deluxe Studio " /> <MealType code="1" text="Breakfast" /> <Price amt="139.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="4155973" text="Deluxe Studio " /> <MealType code="1" text="Breakfast" /> <Price amt="139.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-359"> <Room> <RoomType code="1014037" text="Apartment One Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="139.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1014037" text="Apartment One Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="139.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-360"> <Room> <RoomType code="1014037" text="Apartment One Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="172.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1014037" text="Apartment One Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="172.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-361"> <Room> <RoomType code="1019083" text="Apartment Two Bedrooms" /> <MealType code="1000041" text="Room only" /> <Price amt="172.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1019083" text="Apartment Two Bedrooms" /> <MealType code="1000041" text="Room only" /> <Price amt="172.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-362"> <Room> <RoomType code="1019083" text="Apartment Two Bedrooms" /> <MealType code="1" text="Breakfast" /> <Price amt="205.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1019083" text="Apartment Two Bedrooms" /> <MealType code="1" text="Breakfast" /> <Price amt="205.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-363"> <Room> <RoomType code="4243775" text="Deluxe Studio (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="103.16" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="4243775" text="Deluxe Studio (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="103.16" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-364"> <Room> <RoomType code="4243775" text="Deluxe Studio (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="145.60" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="4243775" text="Deluxe Studio (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="145.60" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-365"> <Room> <RoomType code="106493817" text="Deluxe Studio, Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="102.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="106493817" text="Deluxe Studio, Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="102.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-366"> <Room> <RoomType code="106493817" text="Deluxe Studio, Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="86.70" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="106493817" text="Deluxe Studio, Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="86.70" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-367"> <Room> <RoomType code="118189078" text="Family Apartment, 2 Bedrooms, Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="203.56" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118189078" text="Family Apartment, 2 Bedrooms, Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="203.56" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-368"> <Room> <RoomType code="118189078" text="Family Apartment, 2 Bedrooms, Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="173.62" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118189078" text="Family Apartment, 2 Bedrooms, Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="173.62" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-369"> <Room> <RoomType code="7365397" text="Suite, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="204.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7365397" text="Suite, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="204.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-370"> <Room> <RoomType code="7365397" text="Suite, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="173.62" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7365397" text="Suite, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="173.62" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579952_248404878"> <Hotel id="248404878" name="Aloft Me’aisam, Dubai" /> <Result id="910579952-404"> <Room> <RoomType code="106001043" text="Aloft Room Double" /> <MealType code="1000041" text="Room only" /> <Price amt="96.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="106001043" text="Aloft Room Double" /> <MealType code="1000041" text="Room only" /> <Price amt="96.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-405"> <Room> <RoomType code="106001043" text="Aloft Room Double" /> <MealType code="1" text="Breakfast" /> <Price amt="136.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="106001043" text="Aloft Room Double" /> <MealType code="1" text="Breakfast" /> <Price amt="136.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-406"> <Room> <RoomType code="106001043" text="Aloft Room Double" /> <MealType code="1000019" text="Half board" /> <Price amt="236.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="106001043" text="Aloft Room Double" /> <MealType code="1000019" text="Half board" /> <Price amt="236.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-407"> <Room> <RoomType code="106001043" text="Aloft Room Double" /> <MealType code="1000021" text="Full board" /> <Price amt="334.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="106001043" text="Aloft Room Double" /> <MealType code="1000021" text="Full board" /> <Price amt="334.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-408"> <Room> <RoomType code="60217831" text="Aloft Suite, 1 Bedroom Suite, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="253.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="60217831" text="Aloft Suite, 1 Bedroom Suite, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="253.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-409"> <Room> <RoomType code="60022827" text="Aloft Room, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="124.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="60022827" text="Aloft Room, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="124.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-410"> <Room> <RoomType code="118183620" text="Aloft Room, Guest room, 2 Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="124.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118183620" text="Aloft Room, Guest room, 2 Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="124.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-411"> <Room> <RoomType code="60022827" text="Aloft Room, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="101.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="60022827" text="Aloft Room, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="124.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-412"> <Room> <RoomType code="118183620" text="Aloft Room, Guest room, 2 Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="101.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118183620" text="Aloft Room, Guest room, 2 Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="124.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-413"> <Room> <RoomType code="60022827" text="Aloft Room, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="101.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="60022827" text="Aloft Room, Guest room, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="101.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-414"> <Room> <RoomType code="118183620" text="Aloft Room, Guest room, 2 Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="101.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118183620" text="Aloft Room, Guest room, 2 Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="101.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-415"> <Room> <RoomType code="60217831" text="Aloft Suite, 1 Bedroom Suite, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="286.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="60217831" text="Aloft Suite, 1 Bedroom Suite, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="286.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-416"> <Room> <RoomType code="60022827" text="Aloft Room, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="140.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="60022827" text="Aloft Room, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="140.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-417"> <Room> <RoomType code="118183620" text="Aloft Room, Guest room, 2 Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="140.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118183620" text="Aloft Room, Guest room, 2 Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="140.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-418"> <Room> <RoomType code="60022827" text="Aloft Room, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="163.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="60022827" text="Aloft Room, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="140.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-419"> <Room> <RoomType code="118183620" text="Aloft Room, Guest room, 2 Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="163.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118183620" text="Aloft Room, Guest room, 2 Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="140.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-420"> <Room> <RoomType code="60022827" text="Aloft Room, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="163.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="60022827" text="Aloft Room, Guest room, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="163.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-421"> <Room> <RoomType code="118183620" text="Aloft Room, Guest room, 2 Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="163.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118183620" text="Aloft Room, Guest room, 2 Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="163.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-422"> <Room> <RoomType code="60022827" text="Aloft Room, Guest room, 1 King" /> <MealType code="1000019" text="Half board" /> <Price amt="214.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="60022827" text="Aloft Room, Guest room, 1 King" /> <MealType code="1000019" text="Half board" /> <Price amt="214.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-423"> <Room> <RoomType code="118183620" text="Aloft Room, Guest room, 2 Twin" /> <MealType code="1000019" text="Half board" /> <Price amt="214.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118183620" text="Aloft Room, Guest room, 2 Twin" /> <MealType code="1000019" text="Half board" /> <Price amt="214.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-424"> <Room> <RoomType code="118198519" text="Aloft Room - Twin Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000019" text="Half board" /> <Price amt="240.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118198519" text="Aloft Room - Twin Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000019" text="Half board" /> <Price amt="240.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-425"> <Room> <RoomType code="118198519" text="Aloft Room - Twin Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000019" text="Half board" /> <Price amt="226.92" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118198519" text="Aloft Room - Twin Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000019" text="Half board" /> <Price amt="226.92" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-426"> <Room> <RoomType code="118198519" text="Aloft Room - Twin Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="115.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118198519" text="Aloft Room - Twin Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="115.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-427"> <Room> <RoomType code="118198519" text="Aloft Room - Twin Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="152.22" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118198519" text="Aloft Room - Twin Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="152.22" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-428"> <Room> <RoomType code="118198519" text="Aloft Room - Twin Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="155.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118198519" text="Aloft Room - Twin Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="155.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-429"> <Room> <RoomType code="118198519" text="Aloft Room - Twin Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="103.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118198519" text="Aloft Room - Twin Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="103.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-430"> <Room> <RoomType code="118198519" text="Aloft Room - Twin Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="164.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118198519" text="Aloft Room - Twin Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="164.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-431"> <Room> <RoomType code="118198525" text="Aloft Room - King Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="103.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118198525" text="Aloft Room - King Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="103.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-432"> <Room> <RoomType code="118198525" text="Aloft Room - King Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="152.22" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118198525" text="Aloft Room - King Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="152.22" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-433"> <Room> <RoomType code="118198525" text="Aloft Room - King Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="155.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118198525" text="Aloft Room - King Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="155.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-434"> <Room> <RoomType code="118198525" text="Aloft Room - King Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="115.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118198525" text="Aloft Room - King Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="115.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-435"> <Room> <RoomType code="118198525" text="Aloft Room - King Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000019" text="Half board" /> <Price amt="226.92" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118198525" text="Aloft Room - King Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000019" text="Half board" /> <Price amt="226.92" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-436"> <Room> <RoomType code="118198525" text="Aloft Room - King Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000019" text="Half board" /> <Price amt="240.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118198525" text="Aloft Room - King Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000019" text="Half board" /> <Price amt="240.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-437"> <Room> <RoomType code="118198525" text="Aloft Room - King Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="164.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118198525" text="Aloft Room - King Bed (Free Shuttle to Sobha Realty Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="164.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579952_225225941"> <Hotel id="225225941" name="Park Inn by Radisson Dubai Motor City" /> <Result id="910579952-388"> <Room> <RoomType code="108920956" text="Superior Room (Autodrome Track View)" /> <MealType code="1000041" text="Room only" /> <Price amt="133.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="108920956" text="Superior Room (Autodrome Track View)" /> <MealType code="1000041" text="Room only" /> <Price amt="133.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-389"> <Room> <RoomType code="108920956" text="Superior Room (Autodrome Track View)" /> <MealType code="1000041" text="Room only" /> <Price amt="127.76" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="108920956" text="Superior Room (Autodrome Track View)" /> <MealType code="1000041" text="Room only" /> <Price amt="127.76" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-390"> <Room> <RoomType code="108920956" text="Superior Room (Autodrome Track View)" /> <MealType code="1" text="Breakfast" /> <Price amt="205.30" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="108920956" text="Superior Room (Autodrome Track View)" /> <MealType code="1" text="Breakfast" /> <Price amt="205.30" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-391"> <Room> <RoomType code="108920956" text="Superior Room (Autodrome Track View)" /> <MealType code="1" text="Breakfast" /> <Price amt="211.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="108920956" text="Superior Room (Autodrome Track View)" /> <MealType code="1" text="Breakfast" /> <Price amt="211.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-392"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1000041" text="Room only" /> <Price amt="103.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1000041" text="Room only" /> <Price amt="103.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-393"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1000041" text="Room only" /> <Price amt="98.08" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1000041" text="Room only" /> <Price amt="98.08" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-394"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1" text="Breakfast" /> <Price amt="181.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1" text="Breakfast" /> <Price amt="181.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-395"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1" text="Breakfast" /> <Price amt="175.60" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1" text="Breakfast" /> <Price amt="175.60" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-396"> <Room> <RoomType code="118193689" text="Junior Suite (Autodrome Track View)" /> <MealType code="1" text="Breakfast" /> <Price amt="354.68" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193689" text="Junior Suite (Autodrome Track View)" /> <MealType code="1" text="Breakfast" /> <Price amt="354.68" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-397"> <Room> <RoomType code="118193689" text="Junior Suite (Autodrome Track View)" /> <MealType code="1000041" text="Room only" /> <Price amt="283.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193689" text="Junior Suite (Autodrome Track View)" /> <MealType code="1000041" text="Room only" /> <Price amt="283.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-398"> <Room> <RoomType code="118193689" text="Junior Suite (Autodrome Track View)" /> <MealType code="1" text="Breakfast" /> <Price amt="360.56" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193689" text="Junior Suite (Autodrome Track View)" /> <MealType code="1" text="Breakfast" /> <Price amt="360.56" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-399"> <Room> <RoomType code="118193689" text="Junior Suite (Autodrome Track View)" /> <MealType code="1000041" text="Room only" /> <Price amt="276.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193689" text="Junior Suite (Autodrome Track View)" /> <MealType code="1000041" text="Room only" /> <Price amt="276.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-400"> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="247.24" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="247.24" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-401"> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="324.76" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="324.76" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-402"> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="330.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="330.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-403"> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="253.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="253.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579952_48181008"> <Hotel id="48181008" name="Ghaya Grand Hotel" /> <Result id="910579952-300"> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="189.70" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="189.70" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-301"> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="251.48" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="251.48" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-302"> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="265.40" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="265.40" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-303"> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="327.18" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="327.18" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-304"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="421.40" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="421.40" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-305"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="598.62" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="598.62" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-306"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="118.76" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="118.76" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-307"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="133.54" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="133.54" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-308"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="138.52" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="138.52" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-309"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="153.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="153.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-310"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="190.32" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="190.32" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-311"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="200.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="200.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-312"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="390.20" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="390.20" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-313"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="393.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="393.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-314"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="528.32" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="528.32" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-315"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="557.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="557.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-316"> <Room> <RoomType code="43659553" text="Studio Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="180.96" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659553" text="Studio Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="180.96" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-317"> <Room> <RoomType code="43659553" text="Studio Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="200.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659553" text="Studio Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="200.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-318"> <Room> <RoomType code="43659553" text="Studio Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="232.96" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659553" text="Studio Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="232.96" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-319"> <Room> <RoomType code="43659553" text="Studio Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="247.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659553" text="Studio Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="247.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-320"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="117.10" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="117.10" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-321"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="130.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="130.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-322"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="169.10" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="169.10" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-323"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="177.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="177.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-324"> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="159.74" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="159.74" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-325"> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="177.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="177.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-326"> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="211.54" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="211.54" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-327"> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="224.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="224.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-328"> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="223.40" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="223.40" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-329"> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="247.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="247.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-330"> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="275.40" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="275.40" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-331"> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="295.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="295.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-332"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="495.56" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="495.56" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-333"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="638.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="638.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-334"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="543.82" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="543.82" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-335"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="860.94" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="860.94" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-336"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="446.18" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="446.18" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-337"> <Room> <RoomType code="43659554" text="Double Studio Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="252.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659554" text="Double Studio Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="252.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-338"> <Room> <RoomType code="43659554" text="Double Studio Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="227.58" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659554" text="Double Studio Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="227.58" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-339"> <Room> <RoomType code="43659554" text="Double Studio Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="263.62" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659554" text="Double Studio Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="263.62" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-340"> <Room> <RoomType code="43659537" text="Twin Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="191.54" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659537" text="Twin Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="191.54" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-341"> <Room> <RoomType code="43659537" text="Twin Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="222.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659537" text="Twin Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="222.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-342"> <Room> <RoomType code="43659537" text="Twin Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="147.42" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659537" text="Twin Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="147.42" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-343"> <Room> <RoomType code="43659537" text="Twin Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="163.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659537" text="Twin Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="163.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-344"> <Room> <RoomType code="43659536" text="Double Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="174.06" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659536" text="Double Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="174.06" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-345"> <Room> <RoomType code="43659536" text="Double Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="193.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659536" text="Double Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="193.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-346"> <Room> <RoomType code="43659536" text="Double Deluxe Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="417.14" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659536" text="Double Deluxe Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="417.14" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-347"> <Room> <RoomType code="43659536" text="Double Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="215.56" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659536" text="Double Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="215.56" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-348"> <Room> <RoomType code="43659536" text="Double Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="253.56" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659536" text="Double Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="253.56" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-349"> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="222.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="222.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-350"> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="239.58" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="239.58" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-351"> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="200.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="200.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-352"> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="311.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="311.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-353"> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="311.88" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="311.88" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-354"> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="311.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="311.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-355"> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="281.08" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="281.08" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-356"> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="372.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="372.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579952_434624677"> <Hotel id="434624677" name="Radisson Dubai Damac Hills" /> <Result id="910579952-822"> <Room> <RoomType code="1106577" text="Family Room " /> <MealType code="1" text="Breakfast" /> <Price amt="349.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1106577" text="Family Room " /> <MealType code="1" text="Breakfast" /> <Price amt="349.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-823"> <Room> <RoomType code="1106577" text="Family Room " /> <MealType code="1000041" text="Room only" /> <Price amt="299.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1106577" text="Family Room " /> <MealType code="1000041" text="Room only" /> <Price amt="299.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-824"> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="214.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="214.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-825"> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="162.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="162.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-826"> <Room> <RoomType code="67089254" text="Premium Suite, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="201.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="67089254" text="Premium Suite, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="201.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-827"> <Room> <RoomType code="67089254" text="Premium Suite, 1 Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="252.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="67089254" text="Premium Suite, 1 Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="252.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-828"> <Room> <RoomType code="60712391" text="Premium Room, Balcony" /> <MealType code="1" text="Breakfast" /> <Price amt="214.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="60712391" text="Premium Room, Balcony" /> <MealType code="1" text="Breakfast" /> <Price amt="214.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-829"> <Room> <RoomType code="60712391" text="Premium Room, Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="162.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="60712391" text="Premium Room, Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="162.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-830"> <Room> <RoomType code="7365397" text="Suite, 1 Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="221.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7365397" text="Suite, 1 Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="221.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-831"> <Room> <RoomType code="7365397" text="Suite, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="170.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7365397" text="Suite, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="170.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-832"> <Room> <RoomType code="118280173" text="Standard Room, Golf View" /> <MealType code="1000041" text="Room only" /> <Price amt="121.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118280173" text="Standard Room, Golf View" /> <MealType code="1000041" text="Room only" /> <Price amt="121.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-833"> <Room> <RoomType code="118280173" text="Standard Room, Golf View" /> <MealType code="1" text="Breakfast" /> <Price amt="172.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118280173" text="Standard Room, Golf View" /> <MealType code="1" text="Breakfast" /> <Price amt="172.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-834"> <Room> <RoomType code="7898470" text="Suite, 2 Bedrooms" /> <MealType code="1000041" text="Room only" /> <Price amt="358.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7898470" text="Suite, 2 Bedrooms" /> <MealType code="1000041" text="Room only" /> <Price amt="358.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-835"> <Room> <RoomType code="7898470" text="Suite, 2 Bedrooms" /> <MealType code="1" text="Breakfast" /> <Price amt="408.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7898470" text="Suite, 2 Bedrooms" /> <MealType code="1" text="Breakfast" /> <Price amt="408.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-836"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1" text="Breakfast" /> <Price amt="169.92" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1" text="Breakfast" /> <Price amt="169.92" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-837"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1000041" text="Room only" /> <Price amt="117.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1000041" text="Room only" /> <Price amt="117.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579952_352310455"> <Hotel id="352310455" name="Studio One Hotel" /> <Result id="910579952-613"> <Room> <RoomType code="99744792" text="The Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="215.56" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="99744792" text="The Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="215.56" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-614"> <Room> <RoomType code="99744792" text="The Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="149.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="99744792" text="The Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="149.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-615"> <Room> <RoomType code="118280217" text="The Room" /> <MealType code="1000041" text="Room only" /> <Price amt="122.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118280217" text="The Room" /> <MealType code="1000041" text="Room only" /> <Price amt="122.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-616"> <Room> <RoomType code="118280217" text="The Room" /> <MealType code="1" text="Breakfast" /> <Price amt="171.88" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118280217" text="The Room" /> <MealType code="1" text="Breakfast" /> <Price amt="171.88" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-617"> <Room> <RoomType code="84018546" text="The Studio" /> <MealType code="1000041" text="Room only" /> <Price amt="133.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="84018546" text="The Studio" /> <MealType code="1000041" text="Room only" /> <Price amt="133.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-618"> <Room> <RoomType code="84018546" text="The Studio" /> <MealType code="1" text="Breakfast" /> <Price amt="198.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="84018546" text="The Studio" /> <MealType code="1" text="Breakfast" /> <Price amt="198.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-619"> <Room> <RoomType code="98874018" text="Room With Golf View" /> <MealType code="1" text="Breakfast" /> <Price amt="176.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="98874018" text="Room With Golf View" /> <MealType code="1" text="Breakfast" /> <Price amt="176.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-620"> <Room> <RoomType code="98874018" text="Room With Golf View" /> <MealType code="1000041" text="Room only" /> <Price amt="126.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="98874018" text="Room With Golf View" /> <MealType code="1000041" text="Room only" /> <Price amt="126.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579952_378637600"> <Hotel id="378637600" name="Hyatt Place Dubai Jumeirah Residences" /> <Result id="910579952-699"> <Room> <RoomType code="1123459" text="Studio (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="124.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1123459" text="Studio (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="124.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-700"> <Room> <RoomType code="1123459" text="Studio (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="144.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1123459" text="Studio (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="144.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-701"> <Room> <RoomType code="7153212" text="Two Bedroom (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="263.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7153212" text="Two Bedroom (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="263.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-702"> <Room> <RoomType code="7153212" text="Two Bedroom (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="307.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7153212" text="Two Bedroom (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="307.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579952_316440307"> <Hotel id="316440307" name="Element Me'Aisam" /> <Result id="910579952-486"> <Room> <RoomType code="44390702" text="1 Bedroom Apartment, 1 King, Sofa bed" /> <MealType code="1" text="Breakfast" /> <Price amt="243.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="44390702" text="1 Bedroom Apartment, 1 King, Sofa bed" /> <MealType code="1" text="Breakfast" /> <Price amt="243.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-487"> <Room> <RoomType code="44390702" text="1 Bedroom Apartment, 1 King, Sofa bed" /> <MealType code="1" text="Breakfast" /> <Price amt="202.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="44390702" text="1 Bedroom Apartment, 1 King, Sofa bed" /> <MealType code="1" text="Breakfast" /> <Price amt="243.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-488"> <Room> <RoomType code="118193445" text="Superior Studio, Apartment, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="184.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193445" text="Superior Studio, Apartment, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="184.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-489"> <Room> <RoomType code="118193445" text="Superior Studio, Apartment, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="202.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193445" text="Superior Studio, Apartment, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="184.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-490"> <Room> <RoomType code="118193445" text="Superior Studio, Apartment, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="202.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193445" text="Superior Studio, Apartment, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="202.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-491"> <Room> <RoomType code="44390702" text="1 Bedroom Apartment, 1 King, Sofa bed" /> <MealType code="1" text="Breakfast" /> <Price amt="202.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="44390702" text="1 Bedroom Apartment, 1 King, Sofa bed" /> <MealType code="1" text="Breakfast" /> <Price amt="202.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-492"> <Room> <RoomType code="118193468" text="Superior Studio, Apartment, 2 Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="169.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193468" text="Superior Studio, Apartment, 2 Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="169.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-493"> <Room> <RoomType code="118193468" text="Superior Studio, Apartment, 2 Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="186.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193468" text="Superior Studio, Apartment, 2 Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="169.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-494"> <Room> <RoomType code="118193468" text="Superior Studio, Apartment, 2 Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="186.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193468" text="Superior Studio, Apartment, 2 Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="186.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-495"> <Room> <RoomType code="60140049" text="Studio Apartment, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="155.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="60140049" text="Studio Apartment, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="155.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-496"> <Room> <RoomType code="60140049" text="Studio Apartment, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="169.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="60140049" text="Studio Apartment, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="155.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-497"> <Room> <RoomType code="60140049" text="Studio Apartment, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="169.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="60140049" text="Studio Apartment, 1 King" /> <MealType code="1" text="Breakfast" /> <Price amt="169.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-498"> <Room> <RoomType code="118209236" text="One Bedroom Apt. - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="186.30" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118209236" text="One Bedroom Apt. - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="186.30" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-499"> <Room> <RoomType code="118209236" text="One Bedroom Apt. - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="274.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118209236" text="One Bedroom Apt. - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="274.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-500"> <Room> <RoomType code="118269896" text="Superior Studio - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="205.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269896" text="Superior Studio - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="205.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-501"> <Room> <RoomType code="118269896" text="Superior Studio - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="190.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269896" text="Superior Studio - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="190.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-502"> <Room> <RoomType code="118269896" text="Superior Studio - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="164.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269896" text="Superior Studio - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="164.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-503"> <Room> <RoomType code="118309587" text="Studio Apartment - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="171.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118309587" text="Studio Apartment - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="171.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-504"> <Room> <RoomType code="118309587" text="Studio Apartment - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="136.72" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118309587" text="Studio Apartment - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="136.72" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-505"> <Room> <RoomType code="118309587" text="Studio Apartment - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="158.34" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118309587" text="Studio Apartment - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="158.34" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-506"> <Room> <RoomType code="118269906" text="Superior Studio - Twin Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="174.06" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269906" text="Superior Studio - Twin Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="174.06" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-507"> <Room> <RoomType code="118269906" text="Superior Studio - Twin Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="188.92" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269906" text="Superior Studio - Twin Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="188.92" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-508"> <Room> <RoomType code="118269906" text="Superior Studio - Twin Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="150.26" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269906" text="Superior Studio - Twin Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="150.26" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-509"> <Room> <RoomType code="7448999" text="Apartment, 2 Bedrooms" /> <MealType code="1" text="Breakfast" /> <Price amt="280.20" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7448999" text="Apartment, 2 Bedrooms" /> <MealType code="1" text="Breakfast" /> <Price amt="280.20" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579952_389839190"> <Hotel id="389839190" name="Lemon Tree Hotel, Dubai" /> <Result id="910579952-727"> <Room> <RoomType code="118212595" text="Superior Double /or Twin Room" /> <MealType code="1000041" text="Room only" /> <Price amt="137.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118212595" text="Superior Double /or Twin Room" /> <MealType code="1000041" text="Room only" /> <Price amt="137.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-728"> <Room> <RoomType code="118212595" text="Superior Double /or Twin Room" /> <MealType code="1" text="Breakfast" /> <Price amt="219.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118212595" text="Superior Double /or Twin Room" /> <MealType code="1" text="Breakfast" /> <Price amt="219.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-729"> <Room> <RoomType code="118212595" text="Superior Double /or Twin Room" /> <MealType code="1000019" text="Half board" /> <Price amt="328.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118212595" text="Superior Double /or Twin Room" /> <MealType code="1000019" text="Half board" /> <Price amt="328.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-730"> <Room> <RoomType code="118212595" text="Superior Double /or Twin Room" /> <MealType code="1000021" text="Full board" /> <Price amt="442.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118212595" text="Superior Double /or Twin Room" /> <MealType code="1000021" text="Full board" /> <Price amt="442.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-731"> <Room> <RoomType code="1748365" text="1 Bedroom Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="693.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1748365" text="1 Bedroom Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="693.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-732"> <Room> <RoomType code="57943392" text="Superior Room with views" /> <MealType code="1000021" text="Full board" /> <Price amt="369.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57943392" text="Superior Room with views" /> <MealType code="1000021" text="Full board" /> <Price amt="369.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-733"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000021" text="Full board" /> <Price amt="353.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000021" text="Full board" /> <Price amt="353.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-734"> <Room> <RoomType code="1748365" text="1 Bedroom Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="585.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1748365" text="1 Bedroom Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="585.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-735"> <Room> <RoomType code="57943392" text="Superior Room with views" /> <MealType code="1000019" text="Half board" /> <Price amt="280.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57943392" text="Superior Room with views" /> <MealType code="1000019" text="Half board" /> <Price amt="280.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-736"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000019" text="Half board" /> <Price amt="264.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000019" text="Half board" /> <Price amt="264.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-737"> <Room> <RoomType code="1748365" text="1 Bedroom Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="476.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1748365" text="1 Bedroom Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="476.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-738"> <Room> <RoomType code="57943392" text="Superior Room with views" /> <MealType code="1" text="Breakfast" /> <Price amt="191.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57943392" text="Superior Room with views" /> <MealType code="1" text="Breakfast" /> <Price amt="191.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-739"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="175.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="175.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-740"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000041" text="Room only" /> <Price amt="137.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000041" text="Room only" /> <Price amt="137.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-741"> <Room> <RoomType code="1748365" text="1 Bedroom Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="413.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1748365" text="1 Bedroom Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="413.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-742"> <Room> <RoomType code="57943392" text="Superior Room with views" /> <MealType code="1000041" text="Room only" /> <Price amt="159.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57943392" text="Superior Room with views" /> <MealType code="1000041" text="Room only" /> <Price amt="159.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579952_11676897"> <Hotel id="11676897" name="Abidos Hotel Apartment, Dubailand" /> <Result id="910579952-275"> <Room> <RoomType code="1014037" text="Apartment One Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="167.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1014037" text="Apartment One Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="167.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-276"> <Room> <RoomType code="1014037" text="Apartment One Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="214.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1014037" text="Apartment One Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="214.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-277"> <Room> <RoomType code="1014037" text="Apartment One Bedroom" /> <MealType code="1000019" text="Half board" /> <Price amt="281.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1014037" text="Apartment One Bedroom" /> <MealType code="1000019" text="Half board" /> <Price amt="281.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-278"> <Room> <RoomType code="1019083" text="Apartment Two Bedrooms" /> <MealType code="1000041" text="Room only" /> <Price amt="255.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1019083" text="Apartment Two Bedrooms" /> <MealType code="1000041" text="Room only" /> <Price amt="255.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-279"> <Room> <RoomType code="1019083" text="Apartment Two Bedrooms" /> <MealType code="1000041" text="Room only" /> <Price amt="283.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1019083" text="Apartment Two Bedrooms" /> <MealType code="1000041" text="Room only" /> <Price amt="255.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-280"> <Room> <RoomType code="1019083" text="Apartment Two Bedrooms" /> <MealType code="1" text="Breakfast" /> <Price amt="348.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1019083" text="Apartment Two Bedrooms" /> <MealType code="1" text="Breakfast" /> <Price amt="348.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-281"> <Room> <RoomType code="1019083" text="Apartment Two Bedrooms" /> <MealType code="1000019" text="Half board" /> <Price amt="415.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1019083" text="Apartment Two Bedrooms" /> <MealType code="1000019" text="Half board" /> <Price amt="415.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-282"> <Room> <RoomType code="4786998" text="One Bedroom Apartment (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="148.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="4786998" text="One Bedroom Apartment (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="148.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-283"> <Room> <RoomType code="4786998" text="One Bedroom Apartment (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="189.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="4786998" text="One Bedroom Apartment (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="189.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-284"> <Room> <RoomType code="4786998" text="One Bedroom Apartment (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="249.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="4786998" text="One Bedroom Apartment (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="249.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-285"> <Room> <RoomType code="4786998" text="One Bedroom Apartment (Double)" /> <MealType code="1000021" text="Full board" /> <Price amt="308.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="4786998" text="One Bedroom Apartment (Double)" /> <MealType code="1000021" text="Full board" /> <Price amt="308.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-286"> <Room> <RoomType code="24125019" text="Two Bedroom Apartment (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="266.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="24125019" text="Two Bedroom Apartment (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="266.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-287"> <Room> <RoomType code="24125019" text="Two Bedroom Apartment (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="308.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="24125019" text="Two Bedroom Apartment (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="308.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-288"> <Room> <RoomType code="24125019" text="Two Bedroom Apartment (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="367.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="24125019" text="Two Bedroom Apartment (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="367.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-289"> <Room> <RoomType code="24125019" text="Two Bedroom Apartment (Double)" /> <MealType code="1000021" text="Full board" /> <Price amt="427.02" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="24125019" text="Two Bedroom Apartment (Double)" /> <MealType code="1000021" text="Full board" /> <Price amt="427.02" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-290"> <Room> <RoomType code="107940201" text="Deluxe One Bedroom Apartment With Balcony (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="183.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="107940201" text="Deluxe One Bedroom Apartment With Balcony (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="183.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-291"> <Room> <RoomType code="107940201" text="Deluxe One Bedroom Apartment With Balcony (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="222.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="107940201" text="Deluxe One Bedroom Apartment With Balcony (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="222.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-292"> <Room> <RoomType code="118194805" text="Deluxe Two Bedroom Apartment With Balcony (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="245.64" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194805" text="Deluxe Two Bedroom Apartment With Balcony (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="245.64" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-293"> <Room> <RoomType code="118194805" text="Deluxe Two Bedroom Apartment With Balcony (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="284.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194805" text="Deluxe Two Bedroom Apartment With Balcony (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="284.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-294"> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="196.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="196.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-295"> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="238.26" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="238.26" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-296"> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="176.46" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="176.46" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-297"> <Room> <RoomType code="7448999" text="Apartment, 2 Bedrooms" /> <MealType code="1000041" text="Room only" /> <Price amt="213.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7448999" text="Apartment, 2 Bedrooms" /> <MealType code="1000041" text="Room only" /> <Price amt="213.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-298"> <Room> <RoomType code="7448999" text="Apartment, 2 Bedrooms" /> <MealType code="1000041" text="Room only" /> <Price amt="236.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7448999" text="Apartment, 2 Bedrooms" /> <MealType code="1000041" text="Room only" /> <Price amt="236.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-299"> <Room> <RoomType code="7448999" text="Apartment, 2 Bedrooms" /> <MealType code="1" text="Breakfast" /> <Price amt="312.10" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7448999" text="Apartment, 2 Bedrooms" /> <MealType code="1" text="Breakfast" /> <Price amt="312.10" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579952_248431434"> <Hotel id="248431434" name="Al Habtoor Polo Resort" /> <Result id="910579952-438"> <Room> <RoomType code="70833442" text="Deluxe Room" /> <MealType code="1000041" text="Room only" /> <Price amt="185.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833442" text="Deluxe Room" /> <MealType code="1000041" text="Room only" /> <Price amt="185.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-439"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1" text="Breakfast" /> <Price amt="209.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1" text="Breakfast" /> <Price amt="209.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-440"> <Room> <RoomType code="70833442" text="Deluxe Room" /> <MealType code="1" text="Breakfast" /> <Price amt="209.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833442" text="Deluxe Room" /> <MealType code="1" text="Breakfast" /> <Price amt="209.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-441"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000019" text="Half board" /> <Price amt="297.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000019" text="Half board" /> <Price amt="297.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-442"> <Room> <RoomType code="70833442" text="Deluxe Room" /> <MealType code="1000019" text="Half board" /> <Price amt="297.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833442" text="Deluxe Room" /> <MealType code="1000019" text="Half board" /> <Price amt="297.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-443"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000021" text="Full board" /> <Price amt="384.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000021" text="Full board" /> <Price amt="384.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-444"> <Room> <RoomType code="70833442" text="Deluxe Room" /> <MealType code="1000021" text="Full board" /> <Price amt="384.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833442" text="Deluxe Room" /> <MealType code="1000021" text="Full board" /> <Price amt="384.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-445"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="390.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="390.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-446"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="477.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="477.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-447"> <Room> <RoomType code="70833442" text="Deluxe Room" /> <MealType code="1" text="Breakfast" /> <Price amt="201.56" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833442" text="Deluxe Room" /> <MealType code="1" text="Breakfast" /> <Price amt="201.56" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-448"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="201.56" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="201.56" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-449"> <Room> <RoomType code="70833442" text="Deluxe Room" /> <MealType code="1000041" text="Room only" /> <Price amt="235.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833442" text="Deluxe Room" /> <MealType code="1000041" text="Room only" /> <Price amt="235.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-450"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="289.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="289.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-451"> <Room> <RoomType code="70833442" text="Deluxe Room" /> <MealType code="1000019" text="Half board" /> <Price amt="289.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833442" text="Deluxe Room" /> <MealType code="1000019" text="Half board" /> <Price amt="289.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-452"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="378.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="378.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-453"> <Room> <RoomType code="70833442" text="Deluxe Room" /> <MealType code="1000021" text="Full board" /> <Price amt="378.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833442" text="Deluxe Room" /> <MealType code="1000021" text="Full board" /> <Price amt="378.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-454"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="171.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="171.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-455"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1" text="Breakfast" /> <Price amt="204.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1" text="Breakfast" /> <Price amt="204.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-456"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000019" text="Half board" /> <Price amt="298.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000019" text="Half board" /> <Price amt="298.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-457"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000021" text="Full board" /> <Price amt="392.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000021" text="Full board" /> <Price amt="392.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-458"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="268.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="268.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-459"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="389.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="389.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-460"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="483.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="483.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-461"> <Room> <RoomType code="70833454" text="4 Bedroom Villa" /> <MealType code="1000041" text="Room only" /> <Price amt="2683.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833454" text="4 Bedroom Villa" /> <MealType code="1000041" text="Room only" /> <Price amt="2683.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-462"> <Room> <RoomType code="70833457" text="4 Bedroom Villa with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="2951.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833457" text="4 Bedroom Villa with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="2951.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-463"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="174.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="174.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-464"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1" text="Breakfast" /> <Price amt="207.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1" text="Breakfast" /> <Price amt="207.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-465"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000019" text="Half board" /> <Price amt="298.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000019" text="Half board" /> <Price amt="298.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-466"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000021" text="Full board" /> <Price amt="388.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000021" text="Full board" /> <Price amt="388.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-467"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="272.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="272.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-468"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="299.83" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="299.83" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-469"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="390.62" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="390.62" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-470"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="481.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="481.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-471"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="224.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="224.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-472"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1" text="Breakfast" /> <Price amt="260.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1" text="Breakfast" /> <Price amt="260.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-473"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000019" text="Half board" /> <Price amt="351.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000019" text="Half board" /> <Price amt="351.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-474"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000021" text="Full board" /> <Price amt="442.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000021" text="Full board" /> <Price amt="442.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-475"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="333.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="333.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-476"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="363.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="363.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-477"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="454.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="454.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-478"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="545.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="545.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-479"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1" text="Breakfast" /> <Price amt="306.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1" text="Breakfast" /> <Price amt="306.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-480"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="353.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="353.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-481"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="252.83" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="252.83" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-482"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="460.83" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="460.83" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-483"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="514.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="514.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-484"> <Room> <RoomType code="70833457" text="4 Bedroom Villa with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="2898.27" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833457" text="4 Bedroom Villa with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="2898.27" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-485"> <Room> <RoomType code="70833454" text="4 Bedroom Villa" /> <MealType code="1000041" text="Room only" /> <Price amt="2675.29" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833454" text="4 Bedroom Villa" /> <MealType code="1000041" text="Room only" /> <Price amt="2675.29" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579952_361224681"> <Hotel id="361224681" name="Five Jumeirah Village" /> <Result id="910579952-621"> <Room> <RoomType code="1002213" text="Double Superior " /> <MealType code="1000041" text="Room only" /> <Price amt="197.40" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1002213" text="Double Superior " /> <MealType code="1000041" text="Room only" /> <Price amt="197.40" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-622"> <Room> <RoomType code="1002213" text="Double Superior " /> <MealType code="1000019" text="Half board" /> <Price amt="209.24" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1002213" text="Double Superior " /> <MealType code="1000019" text="Half board" /> <Price amt="209.24" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-623"> <Room> <RoomType code="1002213" text="Double Superior " /> <MealType code="1" text="Breakfast" /> <Price amt="376.68" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1002213" text="Double Superior " /> <MealType code="1" text="Breakfast" /> <Price amt="376.68" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-624"> <Room> <RoomType code="1004526" text="Double Or Twin Superior" /> <MealType code="1000041" text="Room only" /> <Price amt="197.40" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1004526" text="Double Or Twin Superior" /> <MealType code="1000041" text="Room only" /> <Price amt="197.40" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-625"> <Room> <RoomType code="1004526" text="Double Or Twin Superior" /> <MealType code="1" text="Breakfast" /> <Price amt="257.08" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1004526" text="Double Or Twin Superior" /> <MealType code="1" text="Breakfast" /> <Price amt="257.08" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-626"> <Room> <RoomType code="1004526" text="Double Or Twin Superior" /> <MealType code="1000019" text="Half board" /> <Price amt="436.60" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1004526" text="Double Or Twin Superior" /> <MealType code="1000019" text="Half board" /> <Price amt="436.60" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-627"> <Room> <RoomType code="118188194" text="Superior Sky" /> <MealType code="1000041" text="Room only" /> <Price amt="212.36" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118188194" text="Superior Sky" /> <MealType code="1000041" text="Room only" /> <Price amt="212.36" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-628"> <Room> <RoomType code="118188194" text="Superior Sky" /> <MealType code="1" text="Breakfast" /> <Price amt="391.88" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118188194" text="Superior Sky" /> <MealType code="1" text="Breakfast" /> <Price amt="391.88" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-629"> <Room> <RoomType code="118188194" text="Superior Sky" /> <MealType code="1000019" text="Half board" /> <Price amt="451.56" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118188194" text="Superior Sky" /> <MealType code="1000019" text="Half board" /> <Price amt="451.56" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-630"> <Room> <RoomType code="118188194" text="Superior Sky" /> <MealType code="1" text="Breakfast" /> <Price amt="272.28" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118188194" text="Superior Sky" /> <MealType code="1" text="Breakfast" /> <Price amt="272.28" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-631"> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1000041" text="Room only" /> <Price amt="309.50" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1000041" text="Room only" /> <Price amt="309.50" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-632"> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1" text="Breakfast" /> <Price amt="489.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1" text="Breakfast" /> <Price amt="489.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-633"> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1000019" text="Half board" /> <Price amt="757.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1000019" text="Half board" /> <Price amt="757.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-634"> <Room> <RoomType code="118814957" text="One Bed Sky Villa with Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="801.84" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118814957" text="One Bed Sky Villa with Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="801.84" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-635"> <Room> <RoomType code="118814957" text="One Bed Sky Villa with Private Pool" /> <MealType code="1" text="Breakfast" /> <Price amt="981.34" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118814957" text="One Bed Sky Villa with Private Pool" /> <MealType code="1" text="Breakfast" /> <Price amt="981.34" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-636"> <Room> <RoomType code="118814957" text="One Bed Sky Villa with Private Pool" /> <MealType code="1000019" text="Half board" /> <Price amt="1250.28" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118814957" text="One Bed Sky Villa with Private Pool" /> <MealType code="1000019" text="Half board" /> <Price amt="1250.28" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-637"> <Room> <RoomType code="118196864" text="2Bed Sky Villa with Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="936.42" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118196864" text="2Bed Sky Villa with Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="936.42" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-638"> <Room> <RoomType code="118196864" text="2Bed Sky Villa with Private Pool" /> <MealType code="1" text="Breakfast" /> <Price amt="996.32" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118196864" text="2Bed Sky Villa with Private Pool" /> <MealType code="1" text="Breakfast" /> <Price amt="996.32" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-639"> <Room> <RoomType code="118196864" text="2Bed Sky Villa with Private Pool" /> <MealType code="1000019" text="Half board" /> <Price amt="1175.62" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118196864" text="2Bed Sky Villa with Private Pool" /> <MealType code="1000019" text="Half board" /> <Price amt="1175.62" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-640"> <Room> <RoomType code="23918386" text="Superior With Balcony (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="177.22" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="23918386" text="Superior With Balcony (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="177.22" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-641"> <Room> <RoomType code="23918386" text="Superior With Balcony (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="230.88" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="23918386" text="Superior With Balcony (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="230.88" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-642"> <Room> <RoomType code="23918386" text="Superior With Balcony (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="391.87" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="23918386" text="Superior With Balcony (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="391.87" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-643"> <Room> <RoomType code="35601030" text="Superior Double With Balcony (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="177.22" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="35601030" text="Superior Double With Balcony (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="177.22" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-644"> <Room> <RoomType code="35601030" text="Superior Double With Balcony (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="230.88" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="35601030" text="Superior Double With Balcony (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="230.88" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-645"> <Room> <RoomType code="35601030" text="Superior Double With Balcony (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="391.87" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="35601030" text="Superior Double With Balcony (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="391.87" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-646"> <Room> <RoomType code="118193656" text="Superior Sky Double With Balcony (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="190.74" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193656" text="Superior Sky Double With Balcony (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="190.74" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-647"> <Room> <RoomType code="118193656" text="Superior Sky Double With Balcony (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="244.40" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193656" text="Superior Sky Double With Balcony (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="244.40" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-648"> <Room> <RoomType code="118193656" text="Superior Sky Double With Balcony (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="405.39" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193656" text="Superior Sky Double With Balcony (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="405.39" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-649"> <Room> <RoomType code="118193684" text="One Bed Jacuzzi (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="277.89" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193684" text="One Bed Jacuzzi (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="277.89" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-650"> <Room> <RoomType code="118193684" text="One Bed Jacuzzi (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="331.55" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193684" text="One Bed Jacuzzi (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="331.55" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-651"> <Room> <RoomType code="118193684" text="One Bed Jacuzzi (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="492.54" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193684" text="One Bed Jacuzzi (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="492.54" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-652"> <Room> <RoomType code="118193713" text="Two Bed Sky Villa With Private Pool (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="840.84" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193713" text="Two Bed Sky Villa With Private Pool (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="840.84" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-653"> <Room> <RoomType code="118193713" text="Two Bed Sky Villa With Private Pool (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="894.50" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193713" text="Two Bed Sky Villa With Private Pool (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="894.50" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-654"> <Room> <RoomType code="118193713" text="Two Bed Sky Villa With Private Pool (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1055.50" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193713" text="Two Bed Sky Villa With Private Pool (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1055.50" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-655"> <Room> <RoomType code="118193770" text="Four Bed Sky Villa With Private Pool (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="1777.16" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193770" text="Four Bed Sky Villa With Private Pool (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="1777.16" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-656"> <Room> <RoomType code="118193770" text="Four Bed Sky Villa With Private Pool (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1830.82" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193770" text="Four Bed Sky Villa With Private Pool (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1830.82" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-657"> <Room> <RoomType code="118193770" text="Four Bed Sky Villa With Private Pool (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1991.80" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193770" text="Four Bed Sky Villa With Private Pool (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1991.80" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-658"> <Room> <RoomType code="118193841" text="Superior Sky With Balcony (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="190.74" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193841" text="Superior Sky With Balcony (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="190.74" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-659"> <Room> <RoomType code="118193841" text="Superior Sky With Balcony (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="244.40" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193841" text="Superior Sky With Balcony (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="244.40" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-660"> <Room> <RoomType code="118193841" text="Superior Sky With Balcony (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="405.39" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193841" text="Superior Sky With Balcony (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="405.39" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-661"> <Room> <RoomType code="118191278" text="Two Bed Sky Villa with Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="1033.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118191278" text="Two Bed Sky Villa with Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="1033.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-662"> <Room> <RoomType code="118191278" text="Two Bed Sky Villa with Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="930.18" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118191278" text="Two Bed Sky Villa with Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="930.18" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-663"> <Room> <RoomType code="118244545" text="Master Suite With Private Pool" /> <MealType code="1000019" text="Half board" /> <Price amt="1034.12" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118244545" text="Master Suite With Private Pool" /> <MealType code="1000019" text="Half board" /> <Price amt="1034.12" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-664"> <Room> <RoomType code="118244545" text="Master Suite With Private Pool" /> <MealType code="1000019" text="Half board" /> <Price amt="1226.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118244545" text="Master Suite With Private Pool" /> <MealType code="1000019" text="Half board" /> <Price amt="1226.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-665"> <Room> <RoomType code="118244545" text="Master Suite With Private Pool" /> <MealType code="1" text="Breakfast" /> <Price amt="991.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118244545" text="Master Suite With Private Pool" /> <MealType code="1" text="Breakfast" /> <Price amt="991.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-666"> <Room> <RoomType code="118244545" text="Master Suite With Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="796.50" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118244545" text="Master Suite With Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="796.50" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-667"> <Room> <RoomType code="118244545" text="Master Suite With Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="884.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118244545" text="Master Suite With Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="884.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-668"> <Room> <RoomType code="118191304" text="Superior Sky Double with Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="234.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118191304" text="Superior Sky Double with Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="234.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-669"> <Room> <RoomType code="118191304" text="Superior Sky Double with Balcony" /> <MealType code="1000019" text="Half board" /> <Price amt="531.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118191304" text="Superior Sky Double with Balcony" /> <MealType code="1000019" text="Half board" /> <Price amt="531.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-670"> <Room> <RoomType code="118191304" text="Superior Sky Double with Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="210.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118191304" text="Superior Sky Double with Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="210.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-671"> <Room> <RoomType code="118191304" text="Superior Sky Double with Balcony" /> <MealType code="1000019" text="Half board" /> <Price amt="448.60" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118191304" text="Superior Sky Double with Balcony" /> <MealType code="1000019" text="Half board" /> <Price amt="448.60" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-672"> <Room> <RoomType code="118191304" text="Superior Sky Double with Balcony" /> <MealType code="1" text="Breakfast" /> <Price amt="341.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118191304" text="Superior Sky Double with Balcony" /> <MealType code="1" text="Breakfast" /> <Price amt="341.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-673"> <Room> <RoomType code="39961315" text="Superior with Balcony" /> <MealType code="1000019" text="Half board" /> <Price amt="514.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="39961315" text="Superior with Balcony" /> <MealType code="1000019" text="Half board" /> <Price amt="514.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-674"> <Room> <RoomType code="39961315" text="Superior with Balcony" /> <MealType code="1" text="Breakfast" /> <Price amt="255.32" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="39961315" text="Superior with Balcony" /> <MealType code="1" text="Breakfast" /> <Price amt="255.32" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-675"> <Room> <RoomType code="39961315" text="Superior with Balcony" /> <MealType code="1000019" text="Half board" /> <Price amt="433.52" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="39961315" text="Superior with Balcony" /> <MealType code="1000019" text="Half board" /> <Price amt="433.52" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-676"> <Room> <RoomType code="39961315" text="Superior with Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="217.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="39961315" text="Superior with Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="217.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-677"> <Room> <RoomType code="39961315" text="Superior with Balcony" /> <MealType code="1" text="Breakfast" /> <Price amt="324.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="39961315" text="Superior with Balcony" /> <MealType code="1" text="Breakfast" /> <Price amt="324.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-678"> <Room> <RoomType code="39961315" text="Superior with Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="195.90" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="39961315" text="Superior with Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="195.90" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-679"> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1000019" text="Half board" /> <Price amt="638.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1000019" text="Half board" /> <Price amt="638.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-680"> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1000041" text="Room only" /> <Price amt="307.50" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1000041" text="Room only" /> <Price amt="307.50" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-681"> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1" text="Breakfast" /> <Price amt="448.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1" text="Breakfast" /> <Price amt="448.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-682"> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1000019" text="Half board" /> <Price amt="544.90" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1000019" text="Half board" /> <Price amt="544.90" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-683"> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1000041" text="Room only" /> <Price amt="341.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1000041" text="Room only" /> <Price amt="341.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-684"> <Room> <RoomType code="118191292" text="Four Bed Sky Villa With Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="1966.04" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118191292" text="Four Bed Sky Villa With Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="1966.04" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-685"> <Room> <RoomType code="118191292" text="Four Bed Sky Villa With Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="2184.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118191292" text="Four Bed Sky Villa With Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="2184.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-686"> <Room> <RoomType code="118191279" text="Superior Sky with Balcony" /> <MealType code="1000019" text="Half board" /> <Price amt="531.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118191279" text="Superior Sky with Balcony" /> <MealType code="1000019" text="Half board" /> <Price amt="531.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-687"> <Room> <RoomType code="118191279" text="Superior Sky with Balcony" /> <MealType code="1000019" text="Half board" /> <Price amt="448.60" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118191279" text="Superior Sky with Balcony" /> <MealType code="1000019" text="Half board" /> <Price amt="448.60" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-688"> <Room> <RoomType code="118191279" text="Superior Sky with Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="210.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118191279" text="Superior Sky with Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="210.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-689"> <Room> <RoomType code="118191279" text="Superior Sky with Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="234.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118191279" text="Superior Sky with Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="234.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-690"> <Room> <RoomType code="118191279" text="Superior Sky with Balcony" /> <MealType code="1" text="Breakfast" /> <Price amt="341.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118191279" text="Superior Sky with Balcony" /> <MealType code="1" text="Breakfast" /> <Price amt="341.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-691"> <Room> <RoomType code="1040663" text="Superior Double With Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="217.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1040663" text="Superior Double With Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="217.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-692"> <Room> <RoomType code="1040663" text="Superior Double With Balcony" /> <MealType code="1000019" text="Half board" /> <Price amt="433.52" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1040663" text="Superior Double With Balcony" /> <MealType code="1000019" text="Half board" /> <Price amt="433.52" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-693"> <Room> <RoomType code="1040663" text="Superior Double With Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="195.90" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1040663" text="Superior Double With Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="195.90" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-694"> <Room> <RoomType code="1040663" text="Superior Double With Balcony" /> <MealType code="1" text="Breakfast" /> <Price amt="324.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1040663" text="Superior Double With Balcony" /> <MealType code="1" text="Breakfast" /> <Price amt="324.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-695"> <Room> <RoomType code="1040663" text="Superior Double With Balcony" /> <MealType code="1000019" text="Half board" /> <Price amt="514.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1040663" text="Superior Double With Balcony" /> <MealType code="1000019" text="Half board" /> <Price amt="514.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-696"> <Room> <RoomType code="118814957" text="One Bed Sky Villa with Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="796.50" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118814957" text="One Bed Sky Villa with Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="796.50" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-697"> <Room> <RoomType code="118814957" text="One Bed Sky Villa with Private Pool" /> <MealType code="1000019" text="Half board" /> <Price amt="1039.14" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118814957" text="One Bed Sky Villa with Private Pool" /> <MealType code="1000019" text="Half board" /> <Price amt="1039.14" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-698"> <Room> <RoomType code="118814957" text="One Bed Sky Villa with Private Pool" /> <MealType code="1" text="Breakfast" /> <Price amt="991.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118814957" text="One Bed Sky Villa with Private Pool" /> <MealType code="1" text="Breakfast" /> <Price amt="991.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579952_388710493"> <Hotel id="388710493" name="Radisson Red Dubai Silicon Oasis" /> <Result id="910579952-703"> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="527.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="527.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-704"> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="432.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="432.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-705"> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="393.56" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="393.56" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-706"> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="489.22" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="489.22" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-707"> <Room> <RoomType code="1341992" text="Premium Room " /> <MealType code="1000041" text="Room only" /> <Price amt="286.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1341992" text="Premium Room " /> <MealType code="1000041" text="Room only" /> <Price amt="286.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-708"> <Room> <RoomType code="1341992" text="Premium Room " /> <MealType code="1000041" text="Room only" /> <Price amt="260.54" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1341992" text="Premium Room " /> <MealType code="1000041" text="Room only" /> <Price amt="260.54" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-709"> <Room> <RoomType code="1341992" text="Premium Room " /> <MealType code="1" text="Breakfast" /> <Price amt="380.22" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1341992" text="Premium Room " /> <MealType code="1" text="Breakfast" /> <Price amt="380.22" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-710"> <Room> <RoomType code="1341992" text="Premium Room " /> <MealType code="1" text="Breakfast" /> <Price amt="406.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1341992" text="Premium Room " /> <MealType code="1" text="Breakfast" /> <Price amt="406.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-711"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1000041" text="Room only" /> <Price amt="222.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1000041" text="Room only" /> <Price amt="222.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-712"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1" text="Breakfast" /> <Price amt="320.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1" text="Breakfast" /> <Price amt="320.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-713"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1000041" text="Room only" /> <Price amt="200.48" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1000041" text="Room only" /> <Price amt="200.48" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-714"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1" text="Breakfast" /> <Price amt="342.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1" text="Breakfast" /> <Price amt="342.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-715"> <Room> <RoomType code="36745689" text="Apartment, 1 Bedroom, Terrace" /> <MealType code="1000041" text="Room only" /> <Price amt="457.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="36745689" text="Apartment, 1 Bedroom, Terrace" /> <MealType code="1000041" text="Room only" /> <Price amt="457.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-716"> <Room> <RoomType code="36745689" text="Apartment, 1 Bedroom, Terrace" /> <MealType code="1000041" text="Room only" /> <Price amt="416.50" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="36745689" text="Apartment, 1 Bedroom, Terrace" /> <MealType code="1000041" text="Room only" /> <Price amt="416.50" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-717"> <Room> <RoomType code="36745689" text="Apartment, 1 Bedroom, Terrace" /> <MealType code="1" text="Breakfast" /> <Price amt="512.14" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="36745689" text="Apartment, 1 Bedroom, Terrace" /> <MealType code="1" text="Breakfast" /> <Price amt="512.14" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-718"> <Room> <RoomType code="36745689" text="Apartment, 1 Bedroom, Terrace" /> <MealType code="1" text="Breakfast" /> <Price amt="552.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="36745689" text="Apartment, 1 Bedroom, Terrace" /> <MealType code="1" text="Breakfast" /> <Price amt="552.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-719"> <Room> <RoomType code="2138061" text="Family Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="429.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="2138061" text="Family Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="429.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-720"> <Room> <RoomType code="2138061" text="Family Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="399.88" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="2138061" text="Family Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="399.88" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-721"> <Room> <RoomType code="2138061" text="Family Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="333.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="2138061" text="Family Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="333.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-722"> <Room> <RoomType code="2138061" text="Family Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="303.14" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="2138061" text="Family Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="303.14" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-723"> <Room> <RoomType code="1030261" text="Studio " /> <MealType code="1000041" text="Room only" /> <Price amt="347.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030261" text="Studio " /> <MealType code="1000041" text="Room only" /> <Price amt="347.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-724"> <Room> <RoomType code="1030261" text="Studio " /> <MealType code="1000041" text="Room only" /> <Price amt="316.24" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030261" text="Studio " /> <MealType code="1000041" text="Room only" /> <Price amt="316.24" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-725"> <Room> <RoomType code="1030261" text="Studio " /> <MealType code="1" text="Breakfast" /> <Price amt="435.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030261" text="Studio " /> <MealType code="1" text="Breakfast" /> <Price amt="435.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-726"> <Room> <RoomType code="1030261" text="Studio " /> <MealType code="1" text="Breakfast" /> <Price amt="467.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030261" text="Studio " /> <MealType code="1" text="Breakfast" /> <Price amt="467.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579952_2079429"> <Hotel id="2079429" name="The Meydan Hotel" /> <Result id="910579952-211"> <Room> <RoomType code="65172612" text="Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="657.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="65172612" text="Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="657.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-212"> <Room> <RoomType code="65172614" text="Twin Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="287.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="65172614" text="Twin Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="287.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-213"> <Room> <RoomType code="65172614" text="Twin Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="237.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="65172614" text="Twin Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="237.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-214"> <Room> <RoomType code="65172614" text="Twin Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="404.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="65172614" text="Twin Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="404.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-215"> <Room> <RoomType code="7357740" text="Double Grand Deluxe Room with Balcony + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="278.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7357740" text="Double Grand Deluxe Room with Balcony + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="278.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-216"> <Room> <RoomType code="7357740" text="Double Grand Deluxe Room with Balcony + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="448.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7357740" text="Double Grand Deluxe Room with Balcony + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="448.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-217"> <Room> <RoomType code="7357740" text="Double Grand Deluxe Room with Balcony + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="329.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7357740" text="Double Grand Deluxe Room with Balcony + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="329.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-218"> <Room> <RoomType code="7357745" text="Panoramic Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="620.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7357745" text="Panoramic Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="620.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-219"> <Room> <RoomType code="7357745" text="Panoramic Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="787.98" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7357745" text="Panoramic Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="787.98" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-220"> <Room> <RoomType code="7357745" text="Panoramic Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="623.98" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7357745" text="Panoramic Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="623.98" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-221"> <Room> <RoomType code="35561853" text="Double Grand Premium Room with Balcony + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="376.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="35561853" text="Double Grand Premium Room with Balcony + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="376.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-222"> <Room> <RoomType code="35561853" text="Double Grand Premium Room with Balcony + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="326.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="35561853" text="Double Grand Premium Room with Balcony + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="326.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-223"> <Room> <RoomType code="35561853" text="Double Grand Premium Room with Balcony + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="499.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="35561853" text="Double Grand Premium Room with Balcony + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="499.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-224"> <Room> <RoomType code="35561854" text="Twin Grand Premium Room with Balcony + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="326.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="35561854" text="Twin Grand Premium Room with Balcony + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="326.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-225"> <Room> <RoomType code="35561854" text="Twin Grand Premium Room with Balcony + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="376.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="35561854" text="Twin Grand Premium Room with Balcony + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="376.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-226"> <Room> <RoomType code="35561854" text="Twin Grand Premium Room with Balcony + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="499.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="35561854" text="Twin Grand Premium Room with Balcony + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="499.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-227"> <Room> <RoomType code="7357741" text="Twin Grand Deluxe Room with Balcony + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="329.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7357741" text="Twin Grand Deluxe Room with Balcony + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="329.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-228"> <Room> <RoomType code="7357741" text="Twin Grand Deluxe Room with Balcony + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="278.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7357741" text="Twin Grand Deluxe Room with Balcony + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="278.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-229"> <Room> <RoomType code="7357741" text="Twin Grand Deluxe Room with Balcony + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="448.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7357741" text="Twin Grand Deluxe Room with Balcony + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="448.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-230"> <Room> <RoomType code="7357748" text="Meydan 2 Bedroom Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="976.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7357748" text="Meydan 2 Bedroom Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="976.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-231"> <Room> <RoomType code="65172613" text="Double Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="287.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="65172613" text="Double Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="287.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-232"> <Room> <RoomType code="65172613" text="Double Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="404.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="65172613" text="Double Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="404.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-233"> <Room> <RoomType code="65172613" text="Double Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="237.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="65172613" text="Double Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="237.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-234"> <Room> <RoomType code="65172612" text="Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="541.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="65172612" text="Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="541.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579952_528838"> <Hotel id="528838" name="Melia Desert Palm Member of Melia Collection" /> <Result id="910579952-90"> <Room> <RoomType code="22845492" text="Palm Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="375.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845492" text="Palm Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="375.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-91"> <Room> <RoomType code="22845492" text="Palm Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="500.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845492" text="Palm Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="500.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-92"> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="467.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="467.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-93"> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="592.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="592.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-94"> <Room> <RoomType code="22845498" text="Polo Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="589.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845498" text="Polo Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="589.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-95"> <Room> <RoomType code="22845498" text="Polo Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="715.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845498" text="Polo Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="715.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-96"> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="2005.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="2005.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-97"> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="2256.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="2256.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-98"> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="474.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="474.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-99"> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="581.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="581.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-100"> <Room> <RoomType code="112842562" text="1 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1319.45" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="112842562" text="1 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1319.45" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-101"> <Room> <RoomType code="112842562" text="1 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="1438.01" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="112842562" text="1 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="1438.01" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-102"> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1452.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1452.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-103"> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="1559.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="1559.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-104"> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="330.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="330.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-105"> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="504.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="504.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-106"> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="470.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="470.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-107"> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="413.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="413.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-108"> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="619.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="619.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-109"> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="407.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="407.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-110"> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="369.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="369.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-111"> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="336.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="336.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-112"> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="501.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="501.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-113"> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="467.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="467.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-114"> <Room> <RoomType code="22845498" text="Polo Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="416.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845498" text="Polo Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="416.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-115"> <Room> <RoomType code="22845498" text="Polo Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="495.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845498" text="Polo Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="495.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-116"> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="424.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="424.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-117"> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="567.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="567.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-118"> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="527.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="527.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-119"> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="686.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="686.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-120"> <Room> <RoomType code="22845498" text="Polo Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="462.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845498" text="Polo Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="462.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-121"> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="594.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="594.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-122"> <Room> <RoomType code="22845498" text="Polo Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="587.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845498" text="Polo Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="587.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-123"> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="470.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="470.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-124"> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="636.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="636.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-125"> <Room> <RoomType code="22845498" text="Polo Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="492.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845498" text="Polo Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="492.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-126"> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="501.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="501.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-127"> <Room> <RoomType code="22845498" text="Polo Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="629.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845498" text="Polo Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="629.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-128"> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1417.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1417.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-129"> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1433.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1433.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-130"> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="1574.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="1574.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-131"> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1904.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1904.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-132"> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2140.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2140.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-133"> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="2165.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="2165.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-134"> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2396.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2396.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-135"> <Room> <RoomType code="111687064" text="Palm Deluxe Room + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="405.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687064" text="Palm Deluxe Room + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="405.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-136"> <Room> <RoomType code="111687064" text="Palm Deluxe Room + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="397.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687064" text="Palm Deluxe Room + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="397.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-137"> <Room> <RoomType code="111687064" text="Palm Deluxe Room + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="347.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687064" text="Palm Deluxe Room + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="347.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-138"> <Room> <RoomType code="111687064" text="Palm Deluxe Room + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="520.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687064" text="Palm Deluxe Room + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="520.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-139"> <Room> <RoomType code="111687064" text="Palm Deluxe Room + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="297.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687064" text="Palm Deluxe Room + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="297.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-140"> <Room> <RoomType code="22845492" text="Palm Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="343.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845492" text="Palm Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="343.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-141"> <Room> <RoomType code="111687064" text="Palm Deluxe Room + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="463.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687064" text="Palm Deluxe Room + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="463.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-142"> <Room> <RoomType code="22845492" text="Palm Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="265.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845492" text="Palm Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="265.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-143"> <Room> <RoomType code="111687064" text="Palm Deluxe Room + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="270.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687064" text="Palm Deluxe Room + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="270.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-144"> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1462.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1462.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-145"> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2282.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2282.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-146"> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1975.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1975.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-147"> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2535.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2535.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-148"> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="1667.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="1667.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-149"> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1690.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1690.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-150"> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1489.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1489.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-151"> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="429.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="429.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-152"> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="589.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="589.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-153"> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="505.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="505.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-154"> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="500.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="500.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-155"> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="375.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="375.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-156"> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="382.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="382.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-157"> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="506.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="506.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-158"> <Room> <RoomType code="22845492" text="Palm Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="425.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845492" text="Palm Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="425.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-159"> <Room> <RoomType code="22845506" text="Twin 2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="2559.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845506" text="Twin 2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="2559.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-160"> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="411.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="411.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-161"> <Room> <RoomType code="22845492" text="Palm Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="330.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845492" text="Palm Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="330.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-162"> <Room> <RoomType code="22845506" text="Twin 2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="2312.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845506" text="Twin 2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="2312.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579952_528977"> <Hotel id="528977" name="JA Hatta Fort Hotel" /> <Result id="910579952-163"> <Room> <RoomType code="3009545" text="Deluxe Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="344.04" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="3009545" text="Deluxe Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="344.04" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-164"> <Room> <RoomType code="3009545" text="Deluxe Mountain View Room" /> <MealType code="1000019" text="Half board" /> <Price amt="545.80" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="3009545" text="Deluxe Mountain View Room" /> <MealType code="1000019" text="Half board" /> <Price amt="545.80" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-165"> <Room> <RoomType code="49065857" text="Premium Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="380.44" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="49065857" text="Premium Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="380.44" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-166"> <Room> <RoomType code="49065857" text="Premium Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="421.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="49065857" text="Premium Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="380.44" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-167"> <Room> <RoomType code="49065857" text="Premium Mountain View Room" /> <MealType code="1000019" text="Half board" /> <Price amt="582.20" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="49065857" text="Premium Mountain View Room" /> <MealType code="1000019" text="Half board" /> <Price amt="582.20" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-168"> <Room> <RoomType code="49065857" text="Premium Mountain View Room" /> <MealType code="1000019" text="Half board" /> <Price amt="623.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="49065857" text="Premium Mountain View Room" /> <MealType code="1000019" text="Half board" /> <Price amt="582.20" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-169"> <Room> <RoomType code="48822582" text="Double or Twin DELUXE MOUNTAIN VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="381.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="48822582" text="Double or Twin DELUXE MOUNTAIN VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="381.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-170"> <Room> <RoomType code="48822582" text="Double or Twin DELUXE MOUNTAIN VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="583.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="48822582" text="Double or Twin DELUXE MOUNTAIN VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="583.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-171"> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="680.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="680.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-172"> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="754.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="680.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-173"> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1000019" text="Half board" /> <Price amt="881.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1000019" text="Half board" /> <Price amt="881.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-174"> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1000019" text="Half board" /> <Price amt="956.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1000019" text="Half board" /> <Price amt="881.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-175"> <Room> <RoomType code="49065857" text="Premium Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="410.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="49065857" text="Premium Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="410.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-176"> <Room> <RoomType code="49065857" text="Premium Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="410.18" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="49065857" text="Premium Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="370.04" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-177"> <Room> <RoomType code="3009545" text="Deluxe Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="371.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="3009545" text="Deluxe Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="371.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-178"> <Room> <RoomType code="49065857" text="Premium Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="370.04" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="49065857" text="Premium Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="370.04" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-179"> <Room> <RoomType code="3009545" text="Deluxe Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="371.08" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="3009545" text="Deluxe Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="334.88" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-180"> <Room> <RoomType code="3009545" text="Deluxe Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="334.88" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="3009545" text="Deluxe Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="334.88" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-181"> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="733.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="733.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-182"> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="733.40" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="660.82" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-183"> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="660.82" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="660.82" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-184"> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1000019" text="Half board" /> <Price amt="856.76" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1000019" text="Half board" /> <Price amt="856.76" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-185"> <Room> <RoomType code="49065857" text="Premium Mountain View Room" /> <MealType code="1000019" text="Half board" /> <Price amt="565.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="49065857" text="Premium Mountain View Room" /> <MealType code="1000019" text="Half board" /> <Price amt="565.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-186"> <Room> <RoomType code="3009545" text="Deluxe Mountain View Room" /> <MealType code="1000019" text="Half board" /> <Price amt="530.60" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="3009545" text="Deluxe Mountain View Room" /> <MealType code="1000019" text="Half board" /> <Price amt="530.60" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-187"> <Room> <RoomType code="118282835" text="Deluxe Mountain View Family Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="618.49" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118282835" text="Deluxe Mountain View Family Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="618.49" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-188"> <Room> <RoomType code="118282835" text="Deluxe Mountain View Family Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="686.19" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118282835" text="Deluxe Mountain View Family Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="686.19" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-189"> <Room> <RoomType code="118282835" text="Deluxe Mountain View Family Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="801.64" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118282835" text="Deluxe Mountain View Family Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="801.64" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-190"> <Room> <RoomType code="118282835" text="Deluxe Mountain View Family Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="869.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118282835" text="Deluxe Mountain View Family Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="869.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-191"> <Room> <RoomType code="32438016" text="Deluxe Mountain View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="313.77" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="32438016" text="Deluxe Mountain View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="313.77" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-192"> <Room> <RoomType code="32438016" text="Deluxe Mountain View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="347.57" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="32438016" text="Deluxe Mountain View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="347.57" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-193"> <Room> <RoomType code="32438016" text="Deluxe Mountain View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="496.81" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="32438016" text="Deluxe Mountain View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="496.81" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-194"> <Room> <RoomType code="32438016" text="Deluxe Mountain View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="530.61" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="32438016" text="Deluxe Mountain View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="530.61" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-195"> <Room> <RoomType code="118204187" text="Premium Mountain View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="346.74" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118204187" text="Premium Mountain View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="346.74" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-196"> <Room> <RoomType code="118204187" text="Premium Mountain View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="384.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118204187" text="Premium Mountain View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="384.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-197"> <Room> <RoomType code="118204187" text="Premium Mountain View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="529.78" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118204187" text="Premium Mountain View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="529.78" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-198"> <Room> <RoomType code="118204187" text="Premium Mountain View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="567.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118204187" text="Premium Mountain View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="567.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-199"> <Room> <RoomType code="118198087" text="Family Room, Mountain View (Deluxe)" /> <MealType code="1" text="Breakfast" /> <Price amt="757.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118198087" text="Family Room, Mountain View (Deluxe)" /> <MealType code="1" text="Breakfast" /> <Price amt="757.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-200"> <Room> <RoomType code="118198087" text="Family Room, Mountain View (Deluxe)" /> <MealType code="1000019" text="Half board" /> <Price amt="960.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118198087" text="Family Room, Mountain View (Deluxe)" /> <MealType code="1000019" text="Half board" /> <Price amt="960.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-201"> <Room> <RoomType code="118198087" text="Family Room, Mountain View (Deluxe)" /> <MealType code="1000019" text="Half board" /> <Price amt="884.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118198087" text="Family Room, Mountain View (Deluxe)" /> <MealType code="1000019" text="Half board" /> <Price amt="884.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-202"> <Room> <RoomType code="118198087" text="Family Room, Mountain View (Deluxe)" /> <MealType code="1" text="Breakfast" /> <Price amt="681.84" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118198087" text="Family Room, Mountain View (Deluxe)" /> <MealType code="1" text="Breakfast" /> <Price amt="681.84" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-203"> <Room> <RoomType code="52566580" text="Deluxe Room, Mountain View" /> <MealType code="1000019" text="Half board" /> <Price amt="544.26" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="52566580" text="Deluxe Room, Mountain View" /> <MealType code="1000019" text="Half board" /> <Price amt="544.26" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-204"> <Room> <RoomType code="52566580" text="Deluxe Room, Mountain View" /> <MealType code="1" text="Breakfast" /> <Price amt="378.92" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="52566580" text="Deluxe Room, Mountain View" /> <MealType code="1" text="Breakfast" /> <Price amt="378.92" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-205"> <Room> <RoomType code="52566580" text="Deluxe Room, Mountain View" /> <MealType code="1000019" text="Half board" /> <Price amt="582.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="52566580" text="Deluxe Room, Mountain View" /> <MealType code="1000019" text="Half board" /> <Price amt="582.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-206"> <Room> <RoomType code="52566580" text="Deluxe Room, Mountain View" /> <MealType code="1" text="Breakfast" /> <Price amt="340.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="52566580" text="Deluxe Room, Mountain View" /> <MealType code="1" text="Breakfast" /> <Price amt="340.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-207"> <Room> <RoomType code="44900469" text="Premium Room, Mountain View" /> <MealType code="1" text="Breakfast" /> <Price amt="419.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="44900469" text="Premium Room, Mountain View" /> <MealType code="1" text="Breakfast" /> <Price amt="419.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-208"> <Room> <RoomType code="44900469" text="Premium Room, Mountain View" /> <MealType code="1" text="Breakfast" /> <Price amt="385.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="44900469" text="Premium Room, Mountain View" /> <MealType code="1" text="Breakfast" /> <Price amt="385.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-209"> <Room> <RoomType code="44900469" text="Premium Room, Mountain View" /> <MealType code="1" text="Breakfast" /> <Price amt="377.62" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="44900469" text="Premium Room, Mountain View" /> <MealType code="1" text="Breakfast" /> <Price amt="377.62" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-210"> <Room> <RoomType code="44900469" text="Premium Room, Mountain View" /> <MealType code="1000019" text="Half board" /> <Price amt="572.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="44900469" text="Premium Room, Mountain View" /> <MealType code="1000019" text="Half board" /> <Price amt="572.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579952_82855"> <Hotel id="82855" name="Bab Al Shams Desert Resort and Spa" /> <Result id="910579952-0"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="620.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="620.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-1"> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1" text="Breakfast" /> <Price amt="797.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1" text="Breakfast" /> <Price amt="797.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-2"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="846.56" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="846.56" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-3"> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="886.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="886.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-4"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1019.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1019.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-5"> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1023.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1023.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-6"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="1027.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="1027.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-7"> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="1112.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="1112.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-8"> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1000021" text="Full board" /> <Price amt="1204.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1000021" text="Full board" /> <Price amt="1204.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-9"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1245.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1245.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-10"> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="1293.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="1293.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-11"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="1426.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="1426.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-12"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1594.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1594.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-13"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1820.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1820.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-14"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="2001.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="2001.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-15"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="556.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="556.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-16"> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1" text="Breakfast" /> <Price amt="715.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1" text="Breakfast" /> <Price amt="715.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-17"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="782.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="782.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-18"> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="795.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="795.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-19"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="914.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="914.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-20"> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1000019" text="Half board" /> <Price amt="941.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1000019" text="Half board" /> <Price amt="941.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-21"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="961.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="961.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-22"> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="1021.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="1021.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-23"> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1000021" text="Full board" /> <Price amt="1120.92" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1000021" text="Full board" /> <Price amt="1120.92" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-24"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1140.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1140.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-25"> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="1200.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="1200.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-26"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="1319.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="1319.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-27"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1431.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1431.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-28"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1656.92" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1656.92" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-29"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="1836.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="1836.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-30"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="608.09" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="608.09" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-31"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="1021.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="1021.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-32"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="1365.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="1365.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-33"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1412.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1412.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-34"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2153.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2153.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-35"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="2556.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="2556.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-36"> <Room> <RoomType code="96619493" text="2 Bedroom Deluxe Family Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2157.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619493" text="2 Bedroom Deluxe Family Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2157.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-37"> <Room> <RoomType code="96619493" text="2 Bedroom Deluxe Family Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="3201.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619493" text="2 Bedroom Deluxe Family Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="3201.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-38"> <Room> <RoomType code="96619493" text="2 Bedroom Deluxe Family Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="3661.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619493" text="2 Bedroom Deluxe Family Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="3661.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-39"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="941.51" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="941.51" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-40"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1490.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1490.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-41"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="1859.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="1859.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-42"> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="784.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="784.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-43"> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="1269.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="1269.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-44"> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="1627.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="1627.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-45"> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1" text="Breakfast" /> <Price amt="706.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1" text="Breakfast" /> <Price amt="706.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-46"> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1159.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1159.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-47"> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1000021" text="Full board" /> <Price amt="1510.92" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1000021" text="Full board" /> <Price amt="1510.92" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-48"> <Room> <RoomType code="96619493" text="2 Bedroom Deluxe Family Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="4177.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619493" text="2 Bedroom Deluxe Family Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="4177.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-49"> <Room> <RoomType code="114574867" text="2 Bedroom Deluxe Family Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="2400.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="114574867" text="2 Bedroom Deluxe Family Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="2400.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-50"> <Room> <RoomType code="96619493" text="2 Bedroom Deluxe Family Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="3077.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619493" text="2 Bedroom Deluxe Family Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="3077.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-51"> <Room> <RoomType code="96619493" text="2 Bedroom Deluxe Family Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="3647.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619493" text="2 Bedroom Deluxe Family Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="3647.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-52"> <Room> <RoomType code="114575196" text="Twin Deluxe Room with Desert View + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="676.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="114575196" text="Twin Deluxe Room with Desert View + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="676.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-53"> <Room> <RoomType code="96619477" text="Twin Deluxe Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="1558.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619477" text="Twin Deluxe Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="1558.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-54"> <Room> <RoomType code="96619477" text="Twin Deluxe Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="1028.02" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619477" text="Twin Deluxe Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="1028.02" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-55"> <Room> <RoomType code="96619477" text="Twin Deluxe Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="981.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619477" text="Twin Deluxe Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="981.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-56"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2387.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2387.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-57"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="2917.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="2917.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-58"> <Room> <RoomType code="114575201" text="Deluxe Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1571.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="114575201" text="Deluxe Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1571.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-59"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2069.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2069.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-60"> <Room> <RoomType code="96619476" text="Double Deluxe Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="1028.02" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619476" text="Double Deluxe Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="1028.02" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-61"> <Room> <RoomType code="96619476" text="Double Deluxe Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="1558.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619476" text="Double Deluxe Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="1558.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-62"> <Room> <RoomType code="114575193" text="Double Deluxe King Room with Desert View + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="676.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="114575193" text="Double Deluxe King Room with Desert View + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="676.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-63"> <Room> <RoomType code="96619476" text="Double Deluxe Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="981.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619476" text="Double Deluxe Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="981.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-64"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1432.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1432.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-65"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="2122.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="2122.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-66"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1591.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1591.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-67"> <Room> <RoomType code="114575530" text="Junior Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1047.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="114575530" text="Junior Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1047.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910579952_88822"> <Hotel id="88822" name="Al Maha, a Luxury Collection Desert Resort &amp; Spa, Dubai" /> <Result id="910579952-68"> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="1751.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="1751.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-69"> <Room> <RoomType code="7347412" text="Double Bedouin Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="1811.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347412" text="Double Bedouin Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="1811.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-70"> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="5432.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="5432.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-71"> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="1802.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="1802.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-72"> <Room> <RoomType code="7347414" text="Royal Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="3769.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347414" text="Royal Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="3769.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-73"> <Room> <RoomType code="7347417" text="Emirates Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="5378.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347417" text="Emirates Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="5378.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-74"> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="2514.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="2514.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-75"> <Room> <RoomType code="7347412" text="Double Bedouin Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="2511.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347412" text="Double Bedouin Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="2511.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-76"> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1919.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="2514.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-77"> <Room> <RoomType code="7347412" text="Double Bedouin Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1916.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347412" text="Double Bedouin Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="2511.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-78"> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1919.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1919.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-79"> <Room> <RoomType code="7347412" text="Double Bedouin Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1916.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347412" text="Double Bedouin Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1916.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-80"> <Room> <RoomType code="7347417" text="Emirates Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="10561.62" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347417" text="Emirates Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="10561.62" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-81"> <Room> <RoomType code="7347417" text="Emirates Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="8043.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347417" text="Emirates Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="10561.62" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-82"> <Room> <RoomType code="7347417" text="Emirates Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="8043.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347417" text="Emirates Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="8043.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-83"> <Room> <RoomType code="7347414" text="Royal Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="7705.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347414" text="Royal Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="7705.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-84"> <Room> <RoomType code="7347414" text="Royal Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="5871.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347414" text="Royal Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="7705.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-85"> <Room> <RoomType code="7347414" text="Royal Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="5871.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347414" text="Royal Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="5871.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-86"> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="2145.10" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="2145.10" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-87"> <Room> <RoomType code="7347412" text="Double Bedouin Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="2142.20" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347412" text="Double Bedouin Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="2142.20" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-88"> <Room> <RoomType code="7347417" text="Emirates Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="9002.86" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347417" text="Emirates Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="9002.86" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910579952-89"> <Room> <RoomType code="7347414" text="Royal Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="6568.44" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347414" text="Royal Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="6568.44" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> </AvailabilitySearchResult>
Copy
<AvailabilitySearch> <Authority> <Org>{{Org}}</Org> <User>{{User}}</User> <Password>{{Password}}</Password> <Currency>{{DefaultCurrency}}</Currency> <Version>1.28</Version> </Authority> <RegionId>{{RegionId}}</RegionId> <HotelStayDetails> <ArrivalDate>{{arrivaldate}}</ArrivalDate> <Nights>2</Nights> <Nationality>GB</Nationality> <Room> <Guests> <Adult /> <Adult /> <Child age="5" /> </Guests> </Room> <Room> <Guests> <Adult /> <Adult /> <Child age="5" /> </Guests> </Room> </HotelStayDetails> <DetailLevel>basic</DetailLevel> </AvailabilitySearch>
<?xml version="1.0" encoding="utf-8"?> <AvailabilitySearchResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Currency>USD</Currency> <Warning> </Warning> <TestMode>false</TestMode> <HotelAvailability hotelQuoteId="910580317_79676621"> <Hotel id="79676621" name="ibis Styles Dragon Mart Dubai" /> <Result id="910580317-257"> <Room> <RoomType code="43952736" text="Standard Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="84.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43952736" text="Standard Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="84.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-258"> <Room> <RoomType code="43952736" text="Standard Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="116.40" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43952736" text="Standard Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="116.40" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-259"> <Room> <RoomType code="43952736" text="Standard Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="126.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43952736" text="Standard Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="126.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-260"> <Room> <RoomType code="43952739" text="Family Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="226.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43952739" text="Family Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="226.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-261"> <Room> <RoomType code="43952739" text="Family Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="239.14" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43952739" text="Family Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="239.14" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-262"> <Room> <RoomType code="43952739" text="Family Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="268.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43952739" text="Family Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="268.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-263"> <Room> <RoomType code="43952736" text="Standard Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="133.12" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43952736" text="Standard Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="133.12" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-264"> <Room> <RoomType code="43952736" text="Standard Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="121.88" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43952736" text="Standard Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="121.88" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-265"> <Room> <RoomType code="43952739" text="Family Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="274.14" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43952739" text="Family Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="274.14" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-266"> <Room> <RoomType code="43952739" text="Family Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="243.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43952739" text="Family Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="243.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-267"> <Room> <RoomType code="43952736" text="Standard Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="90.68" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43952736" text="Standard Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="90.68" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-268"> <Room> <RoomType code="43952739" text="Family Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="231.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43952739" text="Family Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="231.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910580317_352310449"> <Hotel id="352310449" name="Grayton" /> <Result id="910580317-369"> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1" text="Breakfast" /> <Price amt="105.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1" text="Breakfast" /> <Price amt="105.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-370"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="120.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="120.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-371"> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1" text="Breakfast" /> <Price amt="166.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1" text="Breakfast" /> <Price amt="105.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-372"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="181.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="120.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-373"> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1" text="Breakfast" /> <Price amt="157.88" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1" text="Breakfast" /> <Price amt="157.88" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-374"> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="166.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="166.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-375"> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1" text="Breakfast" /> <Price amt="166.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1" text="Breakfast" /> <Price amt="166.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-376"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="172.22" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="172.22" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-377"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="181.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="181.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-378"> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="241.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="166.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-379"> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="229.42" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="229.42" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-380"> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="241.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="241.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-381"> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1000041" text="Room only" /> <Price amt="84.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1000041" text="Room only" /> <Price amt="84.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-382"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000041" text="Room only" /> <Price amt="105.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000041" text="Room only" /> <Price amt="105.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-383"> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1000041" text="Room only" /> <Price amt="135.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1000041" text="Room only" /> <Price amt="84.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-384"> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="120.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="120.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-385"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000041" text="Room only" /> <Price amt="105.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000041" text="Room only" /> <Price amt="151.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-386"> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1000041" text="Room only" /> <Price amt="129.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1000041" text="Room only" /> <Price amt="129.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-387"> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1000041" text="Room only" /> <Price amt="135.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030322" text="Classic Room " /> <MealType code="1000041" text="Room only" /> <Price amt="135.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-388"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000041" text="Room only" /> <Price amt="143.52" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000041" text="Room only" /> <Price amt="143.52" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-389"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000041" text="Room only" /> <Price amt="151.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000041" text="Room only" /> <Price amt="151.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-390"> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="226.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="120.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-391"> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="215.08" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="215.08" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-392"> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="226.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="112291373" text="GRAYTON SIGNATURE ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="226.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910580317_425718466"> <Hotel id="425718466" name="Suha Mina Rashid Hotel Apartment" /> <Result id="910580317-488"> <Room> <RoomType code="1004554" text="Studio Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="90.68" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1004554" text="Studio Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="90.68" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-489"> <Room> <RoomType code="1004554" text="Studio Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="96.72" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1004554" text="Studio Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="96.72" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-490"> <Room> <RoomType code="1004554" text="Studio Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="108.78" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1004554" text="Studio Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="96.72" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-491"> <Room> <RoomType code="1004554" text="Studio Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="125.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1004554" text="Studio Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="90.68" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-492"> <Room> <RoomType code="1004554" text="Studio Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="127.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1004554" text="Studio Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="96.72" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-493"> <Room> <RoomType code="1004554" text="Studio Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="144.56" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1004554" text="Studio Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="96.72" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-494"> <Room> <RoomType code="41796105" text="Studio Apartment Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="102.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="41796105" text="Studio Apartment Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="102.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-495"> <Room> <RoomType code="41796105" text="Studio Apartment Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="109.82" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="41796105" text="Studio Apartment Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="109.82" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-496"> <Room> <RoomType code="41796105" text="Studio Apartment Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="123.56" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="41796105" text="Studio Apartment Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="109.82" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-497"> <Room> <RoomType code="41796105" text="Studio Apartment Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="138.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="41796105" text="Studio Apartment Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="102.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-498"> <Room> <RoomType code="41796105" text="Studio Apartment Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="141.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="41796105" text="Studio Apartment Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="109.82" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-499"> <Room> <RoomType code="41796105" text="Studio Apartment Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="159.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="41796105" text="Studio Apartment Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="109.82" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-500"> <Room> <RoomType code="44101335" text="1 Bedroom Standard Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="120.44" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="44101335" text="1 Bedroom Standard Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="120.44" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-501"> <Room> <RoomType code="44101335" text="1 Bedroom Standard Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="133.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="44101335" text="1 Bedroom Standard Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="120.44" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-502"> <Room> <RoomType code="44101335" text="1 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="151.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="44101335" text="1 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="151.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-503"> <Room> <RoomType code="44101335" text="1 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="157.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="44101335" text="1 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="151.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-504"> <Room> <RoomType code="44101335" text="1 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="169.72" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="44101335" text="1 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="151.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-505"> <Room> <RoomType code="44101335" text="1 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="178.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="44101335" text="1 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="151.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-506"> <Room> <RoomType code="3770277" text="1 Bedroom Deluxe Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="133.54" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="3770277" text="1 Bedroom Deluxe Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="133.54" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-507"> <Room> <RoomType code="3770277" text="1 Bedroom Deluxe Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="148.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="3770277" text="1 Bedroom Deluxe Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="133.54" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-508"> <Room> <RoomType code="3770277" text="1 Bedroom Deluxe Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="185.54" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="3770277" text="1 Bedroom Deluxe Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="185.54" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-509"> <Room> <RoomType code="3770277" text="1 Bedroom Deluxe Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="189.48" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="3770277" text="1 Bedroom Deluxe Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="185.54" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-510"> <Room> <RoomType code="3770277" text="1 Bedroom Deluxe Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="204.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="3770277" text="1 Bedroom Deluxe Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="185.54" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-511"> <Room> <RoomType code="3770277" text="1 Bedroom Deluxe Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="204.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="3770277" text="1 Bedroom Deluxe Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="185.54" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-512"> <Room> <RoomType code="7135512" text="2 Bedroom Standard Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="206.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7135512" text="2 Bedroom Standard Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="206.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-513"> <Room> <RoomType code="7135512" text="2 Bedroom Standard Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="231.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7135512" text="2 Bedroom Standard Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="206.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-514"> <Room> <RoomType code="7135512" text="2 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="293.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7135512" text="2 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="293.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-515"> <Room> <RoomType code="7135512" text="2 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="330.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7135512" text="2 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="293.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-516"> <Room> <RoomType code="7135512" text="2 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="333.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7135512" text="2 Bedroom Standard Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="293.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-517"> <Room> <RoomType code="5523611" text="2 Bedroom Deluxe Apartment " /> <MealType code="1000041" text="Room only" /> <Price amt="245.24" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="5523611" text="2 Bedroom Deluxe Apartment " /> <MealType code="1000041" text="Room only" /> <Price amt="245.24" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-518"> <Room> <RoomType code="5523611" text="2 Bedroom Deluxe Apartment " /> <MealType code="1000041" text="Room only" /> <Price amt="263.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="5523611" text="2 Bedroom Deluxe Apartment " /> <MealType code="1000041" text="Room only" /> <Price amt="245.24" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-519"> <Room> <RoomType code="5523611" text="2 Bedroom Deluxe Apartment " /> <MealType code="1" text="Breakfast" /> <Price amt="334.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="5523611" text="2 Bedroom Deluxe Apartment " /> <MealType code="1" text="Breakfast" /> <Price amt="334.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-520"> <Room> <RoomType code="5523611" text="2 Bedroom Deluxe Apartment " /> <MealType code="1" text="Breakfast" /> <Price amt="378.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="5523611" text="2 Bedroom Deluxe Apartment " /> <MealType code="1" text="Breakfast" /> <Price amt="334.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-521"> <Room> <RoomType code="3090920" text="3 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="398.94" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="3090920" text="3 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="398.94" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-522"> <Room> <RoomType code="3090920" text="3 Bedroom Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="406.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="3090920" text="3 Bedroom Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="406.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-523"> <Room> <RoomType code="3090920" text="3 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="448.86" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="3090920" text="3 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="398.94" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-524"> <Room> <RoomType code="3090920" text="3 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="449.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="3090920" text="3 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="398.94" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-525"> <Room> <RoomType code="3090920" text="3 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="509.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="3090920" text="3 Bedroom Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="398.94" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-526"> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1" text="Breakfast" /> <Price amt="101.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1" text="Breakfast" /> <Price amt="101.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-527"> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1" text="Breakfast" /> <Price amt="101.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1" text="Breakfast" /> <Price amt="114.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-528"> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1" text="Breakfast" /> <Price amt="114.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1" text="Breakfast" /> <Price amt="114.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-529"> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1" text="Breakfast" /> <Price amt="101.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1" text="Breakfast" /> <Price amt="127.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-530"> <Room> <RoomType code="41588205" text="Deluxe Studio Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="115.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="41588205" text="Deluxe Studio Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="115.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-531"> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1" text="Breakfast" /> <Price amt="127.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1" text="Breakfast" /> <Price amt="114.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-532"> <Room> <RoomType code="41588205" text="Deluxe Studio Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="115.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="41588205" text="Deluxe Studio Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="130.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-533"> <Room> <RoomType code="41588205" text="Deluxe Studio Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="130.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="41588205" text="Deluxe Studio Twin" /> <MealType code="1" text="Breakfast" /> <Price amt="130.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-534"> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1000041" text="Room only" /> <Price amt="84.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1000041" text="Room only" /> <Price amt="84.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-535"> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1000041" text="Room only" /> <Price amt="84.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1000041" text="Room only" /> <Price amt="95.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-536"> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1000041" text="Room only" /> <Price amt="84.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1000041" text="Room only" /> <Price amt="106.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-537"> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1000041" text="Room only" /> <Price amt="95.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1000041" text="Room only" /> <Price amt="95.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-538"> <Room> <RoomType code="41588205" text="Deluxe Studio Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="96.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="41588205" text="Deluxe Studio Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="96.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-539"> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1000041" text="Room only" /> <Price amt="95.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="98444197" text="Standard Studio." /> <MealType code="1000041" text="Room only" /> <Price amt="106.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-540"> <Room> <RoomType code="41588205" text="Deluxe Studio Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="108.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="41588205" text="Deluxe Studio Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="96.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-541"> <Room> <RoomType code="41588205" text="Deluxe Studio Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="96.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="41588205" text="Deluxe Studio Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="120.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-542"> <Room> <RoomType code="41588205" text="Deluxe Studio Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="108.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="41588205" text="Deluxe Studio Twin" /> <MealType code="1000041" text="Room only" /> <Price amt="108.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-543"> <Room> <RoomType code="7160621" text="Deluxe Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="212.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7160621" text="Deluxe Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="212.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-544"> <Room> <RoomType code="1019514" text="Apartment " /> <MealType code="1" text="Breakfast" /> <Price amt="196.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1019514" text="Apartment " /> <MealType code="1" text="Breakfast" /> <Price amt="196.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-545"> <Room> <RoomType code="7160621" text="Deluxe Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="189.48" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7160621" text="Deluxe Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="189.48" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-546"> <Room> <RoomType code="1019514" text="Apartment " /> <MealType code="1" text="Breakfast" /> <Price amt="176.18" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1019514" text="Apartment " /> <MealType code="1" text="Breakfast" /> <Price amt="176.18" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-547"> <Room> <RoomType code="1019514" text="Apartment " /> <MealType code="1000041" text="Room only" /> <Price amt="138.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1019514" text="Apartment " /> <MealType code="1000041" text="Room only" /> <Price amt="138.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-548"> <Room> <RoomType code="7160621" text="Deluxe Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="136.24" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7160621" text="Deluxe Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="136.24" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-549"> <Room> <RoomType code="1019514" text="Apartment " /> <MealType code="1000041" text="Room only" /> <Price amt="122.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1019514" text="Apartment " /> <MealType code="1000041" text="Room only" /> <Price amt="122.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-550"> <Room> <RoomType code="7160621" text="Deluxe Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="153.92" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7160621" text="Deluxe Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="153.92" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910580317_411232050"> <Hotel id="411232050" name="Premier Inn Dragon Mart Hotel" /> <Result id="910580317-484"> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="95.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="95.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-485"> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="124.04" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="124.04" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-486"> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="85.38" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="85.38" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-487"> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="133.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="133.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910580317_4983188"> <Hotel id="4983188" name="Premier Inn Dubai Silicon Oasis" /> <Result id="910580317-169"> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="186.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="186.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-170"> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="153.98" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1" text="Breakfast" /> <Price amt="153.98" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-171"> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="125.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="125.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-172"> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="106.58" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="11812242" text="Family Room, Non Smoking" /> <MealType code="1000041" text="Room only" /> <Price amt="106.58" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-173"> <Room> <RoomType code="61168470" text="Family Room - Non Smoking (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="95.68" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="61168470" text="Family Room - Non Smoking (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="95.68" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-174"> <Room> <RoomType code="61168470" text="Family Room - Non Smoking (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="112.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="61168470" text="Family Room - Non Smoking (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="112.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-175"> <Room> <RoomType code="61168470" text="Family Room - Non Smoking (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="138.12" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="61168470" text="Family Room - Non Smoking (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="138.12" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-176"> <Room> <RoomType code="61168470" text="Family Room - Non Smoking (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="167.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="61168470" text="Family Room - Non Smoking (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="167.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910580317_248404878"> <Hotel id="248404878" name="Aloft Me’aisam, Dubai" /> <Result id="910580317-285"> <Room> <RoomType code="60217831" text="Aloft Suite, 1 Bedroom Suite, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="253.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="60217831" text="Aloft Suite, 1 Bedroom Suite, 1 King" /> <MealType code="1000041" text="Room only" /> <Price amt="253.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-286"> <Room> <RoomType code="106001043" text="Aloft Room Double" /> <MealType code="1000041" text="Room only" /> <Price amt="96.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="106001043" text="Aloft Room Double" /> <MealType code="1000041" text="Room only" /> <Price amt="96.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-287"> <Room> <RoomType code="106001043" text="Aloft Room Double" /> <MealType code="1" text="Breakfast" /> <Price amt="136.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="106001043" text="Aloft Room Double" /> <MealType code="1" text="Breakfast" /> <Price amt="136.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-288"> <Room> <RoomType code="106001043" text="Aloft Room Double" /> <MealType code="1000019" text="Half board" /> <Price amt="236.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="106001043" text="Aloft Room Double" /> <MealType code="1000019" text="Half board" /> <Price amt="236.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-289"> <Room> <RoomType code="106001043" text="Aloft Room Double" /> <MealType code="1000021" text="Full board" /> <Price amt="334.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="106001043" text="Aloft Room Double" /> <MealType code="1000021" text="Full board" /> <Price amt="334.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910580317_322714773"> <Hotel id="322714773" name="Four Points by Sheraton Production City, Dubai" /> <Result id="910580317-342"> <Room> <RoomType code="118269931" text="Deluxe Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="140.66" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269931" text="Deluxe Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="140.66" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-343"> <Room> <RoomType code="118269931" text="Deluxe Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="170.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269931" text="Deluxe Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="170.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-344"> <Room> <RoomType code="118269931" text="Deluxe Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="138.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269931" text="Deluxe Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="138.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-345"> <Room> <RoomType code="118269928" text="Deluxe King, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="170.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269928" text="Deluxe King, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="170.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-346"> <Room> <RoomType code="118269928" text="Deluxe King, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="141.30" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269928" text="Deluxe King, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="141.30" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-347"> <Room> <RoomType code="118269928" text="Deluxe King, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="129.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269928" text="Deluxe King, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="129.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-348"> <Room> <RoomType code="118269928" text="Deluxe King, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="108.10" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269928" text="Deluxe King, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="108.10" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-349"> <Room> <RoomType code="118269936" text="Suite Room, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1000041" text="Room only" /> <Price amt="324.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269936" text="Suite Room, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1000041" text="Room only" /> <Price amt="324.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-350"> <Room> <RoomType code="118269936" text="Suite Room, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1" text="Breakfast" /> <Price amt="365.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269936" text="Suite Room, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1" text="Breakfast" /> <Price amt="365.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-351"> <Room> <RoomType code="118269936" text="Suite Room, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1" text="Breakfast" /> <Price amt="304.22" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269936" text="Suite Room, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1" text="Breakfast" /> <Price amt="304.22" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-352"> <Room> <RoomType code="118269936" text="Suite Room, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1000041" text="Room only" /> <Price amt="259.90" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269936" text="Suite Room, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1000041" text="Room only" /> <Price amt="259.90" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-353"> <Room> <RoomType code="118269941" text="Superior King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="130.60" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269941" text="Superior King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="130.60" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-354"> <Room> <RoomType code="118269941" text="Superior King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="97.40" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269941" text="Superior King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="97.40" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-355"> <Room> <RoomType code="118269941" text="Superior King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="117.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269941" text="Superior King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="117.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-356"> <Room> <RoomType code="118269941" text="Superior King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="157.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269941" text="Superior King Bed, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="157.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-357"> <Room> <RoomType code="118269945" text="Superior Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="157.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269945" text="Superior Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="157.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-358"> <Room> <RoomType code="118269945" text="Superior Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="130.60" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269945" text="Superior Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1" text="Breakfast" /> <Price amt="130.60" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-359"> <Room> <RoomType code="118269945" text="Superior Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="117.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269945" text="Superior Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="117.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-360"> <Room> <RoomType code="118269945" text="Superior Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="97.40" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269945" text="Superior Twin, (Comp. Shuttle to DMCC Metro, Marina Mall &amp; JBR, 20% off on F&amp;B outlet)" /> <MealType code="1000041" text="Room only" /> <Price amt="97.40" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-361"> <Room> <RoomType code="118269949" text="Premium Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1" text="Breakfast" /> <Price amt="527.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269949" text="Premium Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1" text="Breakfast" /> <Price amt="527.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-362"> <Room> <RoomType code="118269949" text="Premium Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1" text="Breakfast" /> <Price amt="439.42" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269949" text="Premium Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1" text="Breakfast" /> <Price amt="439.42" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-363"> <Room> <RoomType code="118269949" text="Premium Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1000041" text="Room only" /> <Price amt="389.20" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269949" text="Premium Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1000041" text="Room only" /> <Price amt="389.20" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-364"> <Room> <RoomType code="118269949" text="Premium Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1000041" text="Room only" /> <Price amt="486.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269949" text="Premium Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1000041" text="Room only" /> <Price amt="486.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-365"> <Room> <RoomType code="118269952" text="Junior Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1000041" text="Room only" /> <Price amt="226.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269952" text="Junior Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1000041" text="Room only" /> <Price amt="226.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-366"> <Room> <RoomType code="118269952" text="Junior Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1" text="Breakfast" /> <Price amt="222.32" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269952" text="Junior Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1" text="Breakfast" /> <Price amt="222.32" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-367"> <Room> <RoomType code="118269952" text="Junior Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1000041" text="Room only" /> <Price amt="188.70" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269952" text="Junior Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1000041" text="Room only" /> <Price amt="188.70" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-368"> <Room> <RoomType code="118269952" text="Junior Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1" text="Breakfast" /> <Price amt="267.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269952" text="Junior Suite, (20% Discount on F&amp;B outlet, A bottle of selected Beverage)" /> <MealType code="1" text="Breakfast" /> <Price amt="267.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910580317_225225941"> <Hotel id="225225941" name="Park Inn by Radisson Dubai Motor City" /> <Result id="910580317-269"> <Room> <RoomType code="108920956" text="Superior Room (Autodrome Track View)" /> <MealType code="1000041" text="Room only" /> <Price amt="133.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="108920956" text="Superior Room (Autodrome Track View)" /> <MealType code="1000041" text="Room only" /> <Price amt="133.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-270"> <Room> <RoomType code="108920956" text="Superior Room (Autodrome Track View)" /> <MealType code="1000041" text="Room only" /> <Price amt="127.76" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="108920956" text="Superior Room (Autodrome Track View)" /> <MealType code="1000041" text="Room only" /> <Price amt="127.76" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-271"> <Room> <RoomType code="108920956" text="Superior Room (Autodrome Track View)" /> <MealType code="1" text="Breakfast" /> <Price amt="205.30" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="108920956" text="Superior Room (Autodrome Track View)" /> <MealType code="1" text="Breakfast" /> <Price amt="205.30" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-272"> <Room> <RoomType code="108920956" text="Superior Room (Autodrome Track View)" /> <MealType code="1" text="Breakfast" /> <Price amt="211.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="108920956" text="Superior Room (Autodrome Track View)" /> <MealType code="1" text="Breakfast" /> <Price amt="211.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-273"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1000041" text="Room only" /> <Price amt="103.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1000041" text="Room only" /> <Price amt="103.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-274"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1000041" text="Room only" /> <Price amt="98.08" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1000041" text="Room only" /> <Price amt="98.08" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-275"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1" text="Breakfast" /> <Price amt="181.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1" text="Breakfast" /> <Price amt="181.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-276"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1" text="Breakfast" /> <Price amt="175.60" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1" text="Breakfast" /> <Price amt="175.60" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-277"> <Room> <RoomType code="118193689" text="Junior Suite (Autodrome Track View)" /> <MealType code="1" text="Breakfast" /> <Price amt="354.68" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193689" text="Junior Suite (Autodrome Track View)" /> <MealType code="1" text="Breakfast" /> <Price amt="354.68" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-278"> <Room> <RoomType code="118193689" text="Junior Suite (Autodrome Track View)" /> <MealType code="1000041" text="Room only" /> <Price amt="283.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193689" text="Junior Suite (Autodrome Track View)" /> <MealType code="1000041" text="Room only" /> <Price amt="283.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-279"> <Room> <RoomType code="118193689" text="Junior Suite (Autodrome Track View)" /> <MealType code="1" text="Breakfast" /> <Price amt="360.56" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193689" text="Junior Suite (Autodrome Track View)" /> <MealType code="1" text="Breakfast" /> <Price amt="360.56" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-280"> <Room> <RoomType code="118193689" text="Junior Suite (Autodrome Track View)" /> <MealType code="1000041" text="Room only" /> <Price amt="276.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193689" text="Junior Suite (Autodrome Track View)" /> <MealType code="1000041" text="Room only" /> <Price amt="276.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-281"> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="247.24" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="247.24" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-282"> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="324.76" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="324.76" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-283"> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="330.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="330.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-284"> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="253.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="253.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910580317_65763798"> <Hotel id="65763798" name="Auris Fakhruddin Hotel Apartments" /> <Result id="910580317-245"> <Room> <RoomType code="1019083" text="Apartment Two Bedrooms" /> <MealType code="1000041" text="Room only" /> <Price amt="172.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1019083" text="Apartment Two Bedrooms" /> <MealType code="1000041" text="Room only" /> <Price amt="172.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-246"> <Room> <RoomType code="1019083" text="Apartment Two Bedrooms" /> <MealType code="1" text="Breakfast" /> <Price amt="221.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1019083" text="Apartment Two Bedrooms" /> <MealType code="1" text="Breakfast" /> <Price amt="221.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-247"> <Room> <RoomType code="4155973" text="Deluxe Studio " /> <MealType code="1000041" text="Room only" /> <Price amt="172.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="4155973" text="Deluxe Studio " /> <MealType code="1000041" text="Room only" /> <Price amt="172.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-248"> <Room> <RoomType code="4155973" text="Deluxe Studio " /> <MealType code="1" text="Breakfast" /> <Price amt="221.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="4155973" text="Deluxe Studio " /> <MealType code="1" text="Breakfast" /> <Price amt="221.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-249"> <Room> <RoomType code="1014037" text="Apartment One Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="205.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1014037" text="Apartment One Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="205.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-250"> <Room> <RoomType code="1014037" text="Apartment One Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="254.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1014037" text="Apartment One Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="254.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-251"> <Room> <RoomType code="118189078" text="Family Apartment, 2 Bedrooms, Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="203.56" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118189078" text="Family Apartment, 2 Bedrooms, Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="203.56" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-252"> <Room> <RoomType code="118189078" text="Family Apartment, 2 Bedrooms, Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="191.98" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118189078" text="Family Apartment, 2 Bedrooms, Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="191.98" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-253"> <Room> <RoomType code="7365397" text="Suite, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="305.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7365397" text="Suite, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="305.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-254"> <Room> <RoomType code="7365397" text="Suite, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="275.18" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7365397" text="Suite, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="275.18" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-255"> <Room> <RoomType code="4243775" text="Deluxe Studio (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="103.16" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="4243775" text="Deluxe Studio (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="103.16" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-256"> <Room> <RoomType code="4243775" text="Deluxe Studio (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="145.60" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="4243775" text="Deluxe Studio (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="145.60" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910580317_434624677"> <Hotel id="434624677" name="Radisson Dubai Damac Hills" /> <Result id="910580317-551"> <Room> <RoomType code="1106577" text="Family Room " /> <MealType code="1" text="Breakfast" /> <Price amt="349.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1106577" text="Family Room " /> <MealType code="1" text="Breakfast" /> <Price amt="349.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-552"> <Room> <RoomType code="1106577" text="Family Room " /> <MealType code="1000041" text="Room only" /> <Price amt="299.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1106577" text="Family Room " /> <MealType code="1000041" text="Room only" /> <Price amt="299.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-553"> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="214.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="214.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-554"> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="162.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1006437" text="Junior Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="162.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-555"> <Room> <RoomType code="67089254" text="Premium Suite, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="201.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="67089254" text="Premium Suite, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="201.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-556"> <Room> <RoomType code="67089254" text="Premium Suite, 1 Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="252.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="67089254" text="Premium Suite, 1 Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="252.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-557"> <Room> <RoomType code="60712391" text="Premium Room, Balcony" /> <MealType code="1" text="Breakfast" /> <Price amt="214.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="60712391" text="Premium Room, Balcony" /> <MealType code="1" text="Breakfast" /> <Price amt="214.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-558"> <Room> <RoomType code="60712391" text="Premium Room, Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="162.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="60712391" text="Premium Room, Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="162.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-559"> <Room> <RoomType code="7365397" text="Suite, 1 Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="221.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7365397" text="Suite, 1 Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="221.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-560"> <Room> <RoomType code="7365397" text="Suite, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="170.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7365397" text="Suite, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="170.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-561"> <Room> <RoomType code="118280173" text="Standard Room, Golf View" /> <MealType code="1000041" text="Room only" /> <Price amt="121.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118280173" text="Standard Room, Golf View" /> <MealType code="1000041" text="Room only" /> <Price amt="121.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-562"> <Room> <RoomType code="118280173" text="Standard Room, Golf View" /> <MealType code="1" text="Breakfast" /> <Price amt="172.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118280173" text="Standard Room, Golf View" /> <MealType code="1" text="Breakfast" /> <Price amt="172.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-563"> <Room> <RoomType code="7898470" text="Suite, 2 Bedrooms" /> <MealType code="1000041" text="Room only" /> <Price amt="358.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7898470" text="Suite, 2 Bedrooms" /> <MealType code="1000041" text="Room only" /> <Price amt="358.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-564"> <Room> <RoomType code="7898470" text="Suite, 2 Bedrooms" /> <MealType code="1" text="Breakfast" /> <Price amt="408.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7898470" text="Suite, 2 Bedrooms" /> <MealType code="1" text="Breakfast" /> <Price amt="408.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-565"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1" text="Breakfast" /> <Price amt="169.92" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1" text="Breakfast" /> <Price amt="169.92" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-566"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1000041" text="Room only" /> <Price amt="117.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1000041" text="Room only" /> <Price amt="117.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910580317_48181008"> <Hotel id="48181008" name="Ghaya Grand Hotel" /> <Result id="910580317-206"> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="208.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="208.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-207"> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="228.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="208.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-208"> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="269.78" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="269.78" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-209"> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="284.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="269.78" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-210"> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="283.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="283.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-211"> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="313.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="283.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-212"> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="345.48" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="345.48" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-213"> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="369.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="345.48" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-214"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="421.40" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="421.40" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-215"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="468.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="421.40" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-216"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="598.62" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="598.62" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-217"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="602.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="598.62" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-218"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="495.56" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="495.56" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-219"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="638.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="638.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-220"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="543.82" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="543.82" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-221"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="860.94" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="860.94" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-222"> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="446.18" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659559" text="2 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="446.18" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-223"> <Room> <RoomType code="43659553" text="Studio Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="252.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659553" text="Studio Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="252.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-224"> <Room> <RoomType code="43659553" text="Studio Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="227.58" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659553" text="Studio Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="227.58" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-225"> <Room> <RoomType code="43659553" text="Studio Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="263.62" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659553" text="Studio Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="263.62" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-226"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="191.54" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="191.54" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-227"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="222.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="222.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-228"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="147.42" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="147.42" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-229"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="163.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="163.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-230"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="174.06" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="174.06" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-231"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="417.14" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="417.14" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-232"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="215.56" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="215.56" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-233"> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="222.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="222.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-234"> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="239.58" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="239.58" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-235"> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="200.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="200.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-236"> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="311.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659541" text="Executive Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="311.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-237"> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="311.88" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="311.88" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-238"> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="311.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="311.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-239"> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="281.08" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="281.08" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-240"> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="372.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659556" text="1 Bedroom Apartment + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="372.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-241"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="118.76" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="118.76" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-242"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="133.54" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="133.54" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-243"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="178.04" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="178.04" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-244"> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="192.82" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="43659535" text="Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="192.82" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910580317_352310455"> <Hotel id="352310455" name="Studio One Hotel" /> <Result id="910580317-393"> <Room> <RoomType code="99744792" text="The Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="240.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="99744792" text="The Apartment" /> <MealType code="1" text="Breakfast" /> <Price amt="240.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-394"> <Room> <RoomType code="99744792" text="The Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="149.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="99744792" text="The Apartment" /> <MealType code="1000041" text="Room only" /> <Price amt="149.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-395"> <Room> <RoomType code="118280217" text="The Room" /> <MealType code="1000041" text="Room only" /> <Price amt="122.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118280217" text="The Room" /> <MealType code="1000041" text="Room only" /> <Price amt="122.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-396"> <Room> <RoomType code="118280217" text="The Room" /> <MealType code="1" text="Breakfast" /> <Price amt="196.76" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118280217" text="The Room" /> <MealType code="1" text="Breakfast" /> <Price amt="196.76" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-397"> <Room> <RoomType code="84018546" text="The Studio" /> <MealType code="1000041" text="Room only" /> <Price amt="133.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="84018546" text="The Studio" /> <MealType code="1000041" text="Room only" /> <Price amt="133.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-398"> <Room> <RoomType code="84018546" text="The Studio" /> <MealType code="1" text="Breakfast" /> <Price amt="223.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="84018546" text="The Studio" /> <MealType code="1" text="Breakfast" /> <Price amt="223.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-399"> <Room> <RoomType code="98874018" text="Room With Golf View" /> <MealType code="1" text="Breakfast" /> <Price amt="201.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="98874018" text="Room With Golf View" /> <MealType code="1" text="Breakfast" /> <Price amt="201.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-400"> <Room> <RoomType code="98874018" text="Room With Golf View" /> <MealType code="1000041" text="Room only" /> <Price amt="126.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="98874018" text="Room With Golf View" /> <MealType code="1000041" text="Room only" /> <Price amt="126.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910580317_389839190"> <Hotel id="389839190" name="Lemon Tree Hotel, Dubai" /> <Result id="910580317-468"> <Room> <RoomType code="118212595" text="Superior Double /or Twin Room" /> <MealType code="1000041" text="Room only" /> <Price amt="137.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118212595" text="Superior Double /or Twin Room" /> <MealType code="1000041" text="Room only" /> <Price amt="137.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-469"> <Room> <RoomType code="118212595" text="Superior Double /or Twin Room" /> <MealType code="1" text="Breakfast" /> <Price amt="219.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118212595" text="Superior Double /or Twin Room" /> <MealType code="1" text="Breakfast" /> <Price amt="219.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-470"> <Room> <RoomType code="118212595" text="Superior Double /or Twin Room" /> <MealType code="1000019" text="Half board" /> <Price amt="328.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118212595" text="Superior Double /or Twin Room" /> <MealType code="1000019" text="Half board" /> <Price amt="328.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-471"> <Room> <RoomType code="118212595" text="Superior Double /or Twin Room" /> <MealType code="1000021" text="Full board" /> <Price amt="442.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118212595" text="Superior Double /or Twin Room" /> <MealType code="1000021" text="Full board" /> <Price amt="442.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-472"> <Room> <RoomType code="1748365" text="1 Bedroom Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="585.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1748365" text="1 Bedroom Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="585.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-473"> <Room> <RoomType code="57943392" text="Superior Room with views" /> <MealType code="1000019" text="Half board" /> <Price amt="280.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57943392" text="Superior Room with views" /> <MealType code="1000019" text="Half board" /> <Price amt="280.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-474"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000019" text="Half board" /> <Price amt="264.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000019" text="Half board" /> <Price amt="264.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-475"> <Room> <RoomType code="1748365" text="1 Bedroom Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="693.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1748365" text="1 Bedroom Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="693.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-476"> <Room> <RoomType code="57943392" text="Superior Room with views" /> <MealType code="1000021" text="Full board" /> <Price amt="369.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57943392" text="Superior Room with views" /> <MealType code="1000021" text="Full board" /> <Price amt="369.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-477"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000021" text="Full board" /> <Price amt="353.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000021" text="Full board" /> <Price amt="353.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-478"> <Room> <RoomType code="1748365" text="1 Bedroom Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="476.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1748365" text="1 Bedroom Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="476.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-479"> <Room> <RoomType code="57943392" text="Superior Room with views" /> <MealType code="1" text="Breakfast" /> <Price amt="191.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57943392" text="Superior Room with views" /> <MealType code="1" text="Breakfast" /> <Price amt="191.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-480"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="175.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="175.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-481"> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000041" text="Room only" /> <Price amt="137.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030260" text="SUPERIOR ROOM " /> <MealType code="1000041" text="Room only" /> <Price amt="137.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-482"> <Room> <RoomType code="1748365" text="1 Bedroom Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="413.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1748365" text="1 Bedroom Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="413.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-483"> <Room> <RoomType code="57943392" text="Superior Room with views" /> <MealType code="1000041" text="Room only" /> <Price amt="159.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57943392" text="Superior Room with views" /> <MealType code="1000041" text="Room only" /> <Price amt="159.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910580317_11676897"> <Hotel id="11676897" name="Abidos Hotel Apartment, Dubailand" /> <Result id="910580317-177"> <Room> <RoomType code="1014037" text="Apartment One Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="167.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1014037" text="Apartment One Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="167.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-178"> <Room> <RoomType code="1014037" text="Apartment One Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="214.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1014037" text="Apartment One Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="214.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-179"> <Room> <RoomType code="1014037" text="Apartment One Bedroom" /> <MealType code="1000019" text="Half board" /> <Price amt="281.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1014037" text="Apartment One Bedroom" /> <MealType code="1000019" text="Half board" /> <Price amt="281.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-180"> <Room> <RoomType code="1019083" text="Apartment Two Bedrooms" /> <MealType code="1000041" text="Room only" /> <Price amt="255.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1019083" text="Apartment Two Bedrooms" /> <MealType code="1000041" text="Room only" /> <Price amt="255.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-181"> <Room> <RoomType code="1019083" text="Apartment Two Bedrooms" /> <MealType code="1000041" text="Room only" /> <Price amt="283.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1019083" text="Apartment Two Bedrooms" /> <MealType code="1000041" text="Room only" /> <Price amt="255.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-182"> <Room> <RoomType code="1019083" text="Apartment Two Bedrooms" /> <MealType code="1" text="Breakfast" /> <Price amt="348.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1019083" text="Apartment Two Bedrooms" /> <MealType code="1" text="Breakfast" /> <Price amt="348.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-183"> <Room> <RoomType code="1019083" text="Apartment Two Bedrooms" /> <MealType code="1000019" text="Half board" /> <Price amt="415.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1019083" text="Apartment Two Bedrooms" /> <MealType code="1000019" text="Half board" /> <Price amt="415.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-184"> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="196.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="196.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-185"> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="238.26" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="238.26" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-186"> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="176.46" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="176.46" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-187"> <Room> <RoomType code="7448999" text="Apartment, 2 Bedrooms" /> <MealType code="1000041" text="Room only" /> <Price amt="213.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7448999" text="Apartment, 2 Bedrooms" /> <MealType code="1000041" text="Room only" /> <Price amt="213.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-188"> <Room> <RoomType code="7448999" text="Apartment, 2 Bedrooms" /> <MealType code="1000041" text="Room only" /> <Price amt="236.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7448999" text="Apartment, 2 Bedrooms" /> <MealType code="1000041" text="Room only" /> <Price amt="236.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-189"> <Room> <RoomType code="7448999" text="Apartment, 2 Bedrooms" /> <MealType code="1" text="Breakfast" /> <Price amt="312.10" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7448999" text="Apartment, 2 Bedrooms" /> <MealType code="1" text="Breakfast" /> <Price amt="312.10" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-190"> <Room> <RoomType code="4786998" text="One Bedroom Apartment (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="148.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="4786998" text="One Bedroom Apartment (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="148.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-191"> <Room> <RoomType code="4786998" text="One Bedroom Apartment (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="189.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="4786998" text="One Bedroom Apartment (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="189.90" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-192"> <Room> <RoomType code="4786998" text="One Bedroom Apartment (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="192.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="4786998" text="One Bedroom Apartment (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="192.82" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-193"> <Room> <RoomType code="4786998" text="One Bedroom Apartment (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="249.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="4786998" text="One Bedroom Apartment (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="249.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-194"> <Room> <RoomType code="4786998" text="One Bedroom Apartment (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="255.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="4786998" text="One Bedroom Apartment (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="255.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-195"> <Room> <RoomType code="4786998" text="One Bedroom Apartment (Double)" /> <MealType code="1000021" text="Full board" /> <Price amt="308.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="4786998" text="One Bedroom Apartment (Double)" /> <MealType code="1000021" text="Full board" /> <Price amt="308.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-196"> <Room> <RoomType code="4786998" text="One Bedroom Apartment (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="344.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="4786998" text="One Bedroom Apartment (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="344.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-197"> <Room> <RoomType code="4786998" text="One Bedroom Apartment (Double)" /> <MealType code="1000021" text="Full board" /> <Price amt="433.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="4786998" text="One Bedroom Apartment (Double)" /> <MealType code="1000021" text="Full board" /> <Price amt="433.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-198"> <Room> <RoomType code="24125019" text="Two Bedroom Apartment (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="266.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="24125019" text="Two Bedroom Apartment (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="266.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-199"> <Room> <RoomType code="24125019" text="Two Bedroom Apartment (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="308.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="24125019" text="Two Bedroom Apartment (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="308.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-200"> <Room> <RoomType code="24125019" text="Two Bedroom Apartment (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="311.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="24125019" text="Two Bedroom Apartment (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="311.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-201"> <Room> <RoomType code="24125019" text="Two Bedroom Apartment (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="367.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="24125019" text="Two Bedroom Apartment (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="367.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-202"> <Room> <RoomType code="24125019" text="Two Bedroom Apartment (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="373.56" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="24125019" text="Two Bedroom Apartment (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="373.56" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-203"> <Room> <RoomType code="24125019" text="Two Bedroom Apartment (Double)" /> <MealType code="1000021" text="Full board" /> <Price amt="427.02" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="24125019" text="Two Bedroom Apartment (Double)" /> <MealType code="1000021" text="Full board" /> <Price amt="427.02" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-204"> <Room> <RoomType code="24125019" text="Two Bedroom Apartment (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="462.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="24125019" text="Two Bedroom Apartment (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="462.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-205"> <Room> <RoomType code="24125019" text="Two Bedroom Apartment (Double)" /> <MealType code="1000021" text="Full board" /> <Price amt="551.62" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="24125019" text="Two Bedroom Apartment (Double)" /> <MealType code="1000021" text="Full board" /> <Price amt="551.62" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910580317_316440307"> <Hotel id="316440307" name="Element Me'Aisam" /> <Result id="910580317-333"> <Room> <RoomType code="7448999" text="Apartment, 2 Bedrooms" /> <MealType code="1" text="Breakfast" /> <Price amt="280.20" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7448999" text="Apartment, 2 Bedrooms" /> <MealType code="1" text="Breakfast" /> <Price amt="280.20" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-334"> <Room> <RoomType code="118209236" text="One Bedroom Apt. - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="186.30" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118209236" text="One Bedroom Apt. - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="186.30" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-335"> <Room> <RoomType code="118209236" text="One Bedroom Apt. - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="274.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118209236" text="One Bedroom Apt. - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="274.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-336"> <Room> <RoomType code="118269896" text="Superior Studio - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="205.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269896" text="Superior Studio - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="205.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-337"> <Room> <RoomType code="118269896" text="Superior Studio - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="190.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269896" text="Superior Studio - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="190.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-338"> <Room> <RoomType code="118269896" text="Superior Studio - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="164.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269896" text="Superior Studio - King Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="164.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-339"> <Room> <RoomType code="118269906" text="Superior Studio - Twin Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="174.06" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269906" text="Superior Studio - Twin Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="174.06" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-340"> <Room> <RoomType code="118269906" text="Superior Studio - Twin Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="150.26" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269906" text="Superior Studio - Twin Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1000041" text="Room only" /> <Price amt="150.26" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-341"> <Room> <RoomType code="118269906" text="Superior Studio - Twin Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="188.92" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269906" text="Superior Studio - Twin Bed (Breakfast &amp; Shuttle to Metro Station, JBR Beach &amp; Mall of the Emirates)" /> <MealType code="1" text="Breakfast" /> <Price amt="188.92" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910580317_248431434"> <Hotel id="248431434" name="Al Habtoor Polo Resort" /> <Result id="910580317-290"> <Room> <RoomType code="70833442" text="Deluxe Room" /> <MealType code="1" text="Breakfast" /> <Price amt="289.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833442" text="Deluxe Room" /> <MealType code="1" text="Breakfast" /> <Price amt="289.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-291"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="289.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="289.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-292"> <Room> <RoomType code="70833442" text="Deluxe Room" /> <MealType code="1000041" text="Room only" /> <Price amt="294.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833442" text="Deluxe Room" /> <MealType code="1000041" text="Room only" /> <Price amt="294.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-293"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="400.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="400.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-294"> <Room> <RoomType code="70833442" text="Deluxe Room" /> <MealType code="1000019" text="Half board" /> <Price amt="400.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833442" text="Deluxe Room" /> <MealType code="1000019" text="Half board" /> <Price amt="400.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-295"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="510.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="510.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-296"> <Room> <RoomType code="70833442" text="Deluxe Room" /> <MealType code="1000021" text="Full board" /> <Price amt="510.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833442" text="Deluxe Room" /> <MealType code="1000021" text="Full board" /> <Price amt="510.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-297"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="185.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="185.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-298"> <Room> <RoomType code="70833442" text="Deluxe Room" /> <MealType code="1000041" text="Room only" /> <Price amt="185.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833442" text="Deluxe Room" /> <MealType code="1000041" text="Room only" /> <Price amt="185.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-299"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1" text="Breakfast" /> <Price amt="222.56" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1" text="Breakfast" /> <Price amt="222.56" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-300"> <Room> <RoomType code="70833442" text="Deluxe Room" /> <MealType code="1" text="Breakfast" /> <Price amt="222.56" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833442" text="Deluxe Room" /> <MealType code="1" text="Breakfast" /> <Price amt="222.56" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-301"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="244.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="244.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-302"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1" text="Breakfast" /> <Price amt="297.02" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1" text="Breakfast" /> <Price amt="297.02" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-303"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000019" text="Half board" /> <Price amt="333.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000019" text="Half board" /> <Price amt="333.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-304"> <Room> <RoomType code="70833442" text="Deluxe Room" /> <MealType code="1000019" text="Half board" /> <Price amt="333.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833442" text="Deluxe Room" /> <MealType code="1000019" text="Half board" /> <Price amt="333.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-305"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000019" text="Half board" /> <Price amt="407.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000019" text="Half board" /> <Price amt="407.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-306"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="425.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="425.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-307"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000021" text="Full board" /> <Price amt="441.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000021" text="Full board" /> <Price amt="441.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-308"> <Room> <RoomType code="70833442" text="Deluxe Room" /> <MealType code="1000021" text="Full board" /> <Price amt="441.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833442" text="Deluxe Room" /> <MealType code="1000021" text="Full board" /> <Price amt="441.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-309"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000021" text="Full board" /> <Price amt="516.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000021" text="Full board" /> <Price amt="516.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-310"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="534.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="534.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-311"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="171.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="171.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-312"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1" text="Breakfast" /> <Price amt="222.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1" text="Breakfast" /> <Price amt="222.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-313"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000019" text="Half board" /> <Price amt="340.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000019" text="Half board" /> <Price amt="340.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-314"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000021" text="Full board" /> <Price amt="458.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000021" text="Full board" /> <Price amt="458.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-315"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="268.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="268.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-316"> <Room> <RoomType code="70833454" text="4 Bedroom Villa" /> <MealType code="1000041" text="Room only" /> <Price amt="2683.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833454" text="4 Bedroom Villa" /> <MealType code="1000041" text="Room only" /> <Price amt="2683.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-317"> <Room> <RoomType code="70833457" text="4 Bedroom Villa with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="2951.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833457" text="4 Bedroom Villa with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="2951.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-318"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="272.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="272.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-319"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="313.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="313.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-320"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="333.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="333.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-321"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="390.62" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="390.62" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-322"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="427.02" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="427.02" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-323"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="526.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="526.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-324"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="540.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="540.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-325"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="663.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="663.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-326"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="377.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="377.10" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-327"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="490.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="490.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-328"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="604.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="604.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-329"> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="252.83" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833445" text="Deluxe Room with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="252.83" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-330"> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="460.83" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833451" text="Executive Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="460.83" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-331"> <Room> <RoomType code="70833457" text="4 Bedroom Villa with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="2898.27" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833457" text="4 Bedroom Villa with Polo View" /> <MealType code="1000041" text="Room only" /> <Price amt="2898.27" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-332"> <Room> <RoomType code="70833454" text="4 Bedroom Villa" /> <MealType code="1000041" text="Room only" /> <Price amt="2675.29" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="70833454" text="4 Bedroom Villa" /> <MealType code="1000041" text="Room only" /> <Price amt="2675.29" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910580317_361224681"> <Hotel id="361224681" name="Five Jumeirah Village" /> <Result id="910580317-401"> <Room> <RoomType code="1002213" text="Double Superior " /> <MealType code="1000041" text="Room only" /> <Price amt="197.40" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1002213" text="Double Superior " /> <MealType code="1000041" text="Room only" /> <Price amt="197.40" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-402"> <Room> <RoomType code="1002213" text="Double Superior " /> <MealType code="1000019" text="Half board" /> <Price amt="291.62" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1002213" text="Double Superior " /> <MealType code="1000019" text="Half board" /> <Price amt="291.62" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-403"> <Room> <RoomType code="1002213" text="Double Superior " /> <MealType code="1" text="Breakfast" /> <Price amt="410.18" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1002213" text="Double Superior " /> <MealType code="1" text="Breakfast" /> <Price amt="410.18" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-404"> <Room> <RoomType code="1004526" text="Double Or Twin Superior" /> <MealType code="1000041" text="Room only" /> <Price amt="197.40" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1004526" text="Double Or Twin Superior" /> <MealType code="1000041" text="Room only" /> <Price amt="197.40" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-405"> <Room> <RoomType code="1004526" text="Double Or Twin Superior" /> <MealType code="1" text="Breakfast" /> <Price amt="290.78" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1004526" text="Double Or Twin Superior" /> <MealType code="1" text="Breakfast" /> <Price amt="290.78" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-406"> <Room> <RoomType code="1004526" text="Double Or Twin Superior" /> <MealType code="1000019" text="Half board" /> <Price amt="518.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1004526" text="Double Or Twin Superior" /> <MealType code="1000019" text="Half board" /> <Price amt="518.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-407"> <Room> <RoomType code="118188194" text="Superior Sky" /> <MealType code="1000041" text="Room only" /> <Price amt="212.36" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118188194" text="Superior Sky" /> <MealType code="1000041" text="Room only" /> <Price amt="212.36" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-408"> <Room> <RoomType code="118188194" text="Superior Sky" /> <MealType code="1" text="Breakfast" /> <Price amt="425.36" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118188194" text="Superior Sky" /> <MealType code="1" text="Breakfast" /> <Price amt="425.36" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-409"> <Room> <RoomType code="118188194" text="Superior Sky" /> <MealType code="1000019" text="Half board" /> <Price amt="533.94" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118188194" text="Superior Sky" /> <MealType code="1000019" text="Half board" /> <Price amt="533.94" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-410"> <Room> <RoomType code="118188194" text="Superior Sky" /> <MealType code="1" text="Breakfast" /> <Price amt="305.76" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118188194" text="Superior Sky" /> <MealType code="1" text="Breakfast" /> <Price amt="305.76" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-411"> <Room> <RoomType code="118814957" text="One Bed Sky Villa with Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="802.04" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118814957" text="One Bed Sky Villa with Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="802.04" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-412"> <Room> <RoomType code="118814957" text="One Bed Sky Villa with Private Pool" /> <MealType code="1" text="Breakfast" /> <Price amt="1014.84" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118814957" text="One Bed Sky Villa with Private Pool" /> <MealType code="1" text="Breakfast" /> <Price amt="1014.84" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-413"> <Room> <RoomType code="118814957" text="One Bed Sky Villa with Private Pool" /> <MealType code="1000019" text="Half board" /> <Price amt="1332.66" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118814957" text="One Bed Sky Villa with Private Pool" /> <MealType code="1000019" text="Half board" /> <Price amt="1332.66" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-414"> <Room> <RoomType code="118196864" text="2Bed Sky Villa with Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="936.62" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118196864" text="2Bed Sky Villa with Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="936.62" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-415"> <Room> <RoomType code="118196864" text="2Bed Sky Villa with Private Pool" /> <MealType code="1" text="Breakfast" /> <Price amt="1029.80" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118196864" text="2Bed Sky Villa with Private Pool" /> <MealType code="1" text="Breakfast" /> <Price amt="1029.80" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-416"> <Room> <RoomType code="118196864" text="2Bed Sky Villa with Private Pool" /> <MealType code="1000019" text="Half board" /> <Price amt="1257.98" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118196864" text="2Bed Sky Villa with Private Pool" /> <MealType code="1000019" text="Half board" /> <Price amt="1257.98" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-417"> <Room> <RoomType code="118191304" text="Superior Sky Double with Balcony" /> <MealType code="1000019" text="Half board" /> <Price amt="531.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118191304" text="Superior Sky Double with Balcony" /> <MealType code="1000019" text="Half board" /> <Price amt="531.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-418"> <Room> <RoomType code="118191304" text="Superior Sky Double with Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="234.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118191304" text="Superior Sky Double with Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="234.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-419"> <Room> <RoomType code="118191304" text="Superior Sky Double with Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="210.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118191304" text="Superior Sky Double with Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="210.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-420"> <Room> <RoomType code="118191304" text="Superior Sky Double with Balcony" /> <MealType code="1000019" text="Half board" /> <Price amt="448.60" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118191304" text="Superior Sky Double with Balcony" /> <MealType code="1000019" text="Half board" /> <Price amt="448.60" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-421"> <Room> <RoomType code="118191304" text="Superior Sky Double with Balcony" /> <MealType code="1" text="Breakfast" /> <Price amt="341.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118191304" text="Superior Sky Double with Balcony" /> <MealType code="1" text="Breakfast" /> <Price amt="341.36" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-422"> <Room> <RoomType code="118191278" text="Two Bed Sky Villa with Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="1033.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118191278" text="Two Bed Sky Villa with Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="1033.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-423"> <Room> <RoomType code="118191278" text="Two Bed Sky Villa with Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="930.18" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118191278" text="Two Bed Sky Villa with Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="930.18" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-424"> <Room> <RoomType code="118244545" text="Master Suite With Private Pool" /> <MealType code="1000019" text="Half board" /> <Price amt="1226.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118244545" text="Master Suite With Private Pool" /> <MealType code="1000019" text="Half board" /> <Price amt="1226.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-425"> <Room> <RoomType code="118244545" text="Master Suite With Private Pool" /> <MealType code="1000019" text="Half board" /> <Price amt="1034.12" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118244545" text="Master Suite With Private Pool" /> <MealType code="1000019" text="Half board" /> <Price amt="1034.12" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-426"> <Room> <RoomType code="118244545" text="Master Suite With Private Pool" /> <MealType code="1" text="Breakfast" /> <Price amt="991.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118244545" text="Master Suite With Private Pool" /> <MealType code="1" text="Breakfast" /> <Price amt="991.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-427"> <Room> <RoomType code="118244545" text="Master Suite With Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="796.50" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118244545" text="Master Suite With Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="796.50" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-428"> <Room> <RoomType code="118244545" text="Master Suite With Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="884.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118244545" text="Master Suite With Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="884.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-429"> <Room> <RoomType code="1040663" text="Superior Double With Balcony" /> <MealType code="1000019" text="Half board" /> <Price amt="433.52" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1040663" text="Superior Double With Balcony" /> <MealType code="1000019" text="Half board" /> <Price amt="433.52" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-430"> <Room> <RoomType code="1040663" text="Superior Double With Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="217.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1040663" text="Superior Double With Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="217.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-431"> <Room> <RoomType code="1040663" text="Superior Double With Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="195.90" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1040663" text="Superior Double With Balcony" /> <MealType code="1000041" text="Room only" /> <Price amt="195.90" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-432"> <Room> <RoomType code="1040663" text="Superior Double With Balcony" /> <MealType code="1" text="Breakfast" /> <Price amt="324.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1040663" text="Superior Double With Balcony" /> <MealType code="1" text="Breakfast" /> <Price amt="324.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-433"> <Room> <RoomType code="1040663" text="Superior Double With Balcony" /> <MealType code="1000019" text="Half board" /> <Price amt="514.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1040663" text="Superior Double With Balcony" /> <MealType code="1000019" text="Half board" /> <Price amt="514.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-434"> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1" text="Breakfast" /> <Price amt="448.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1" text="Breakfast" /> <Price amt="448.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-435"> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1000019" text="Half board" /> <Price amt="638.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1000019" text="Half board" /> <Price amt="638.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-436"> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1000041" text="Room only" /> <Price amt="307.50" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1000041" text="Room only" /> <Price amt="307.50" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-437"> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1000019" text="Half board" /> <Price amt="544.90" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1000019" text="Half board" /> <Price amt="544.90" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-438"> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1000041" text="Room only" /> <Price amt="341.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="69000091" text="One Bed Jacuzzi" /> <MealType code="1000041" text="Room only" /> <Price amt="341.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-439"> <Room> <RoomType code="118191292" text="Four Bed Sky Villa With Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="1966.04" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118191292" text="Four Bed Sky Villa With Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="1966.04" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-440"> <Room> <RoomType code="118191292" text="Four Bed Sky Villa With Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="2184.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118191292" text="Four Bed Sky Villa With Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="2184.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-441"> <Room> <RoomType code="118814957" text="One Bed Sky Villa with Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="796.50" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118814957" text="One Bed Sky Villa with Private Pool" /> <MealType code="1000041" text="Room only" /> <Price amt="796.50" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-442"> <Room> <RoomType code="118814957" text="One Bed Sky Villa with Private Pool" /> <MealType code="1000019" text="Half board" /> <Price amt="1039.14" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118814957" text="One Bed Sky Villa with Private Pool" /> <MealType code="1000019" text="Half board" /> <Price amt="1039.14" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-443"> <Room> <RoomType code="118814957" text="One Bed Sky Villa with Private Pool" /> <MealType code="1" text="Breakfast" /> <Price amt="991.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118814957" text="One Bed Sky Villa with Private Pool" /> <MealType code="1" text="Breakfast" /> <Price amt="991.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910580317_388710493"> <Hotel id="388710493" name="Radisson Red Dubai Silicon Oasis" /> <Result id="910580317-444"> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="527.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="527.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-445"> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="432.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="432.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-446"> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="393.56" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1000041" text="Room only" /> <Price amt="393.56" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-447"> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="489.22" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom" /> <MealType code="1" text="Breakfast" /> <Price amt="489.22" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-448"> <Room> <RoomType code="1341992" text="Premium Room " /> <MealType code="1000041" text="Room only" /> <Price amt="286.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1341992" text="Premium Room " /> <MealType code="1000041" text="Room only" /> <Price amt="286.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-449"> <Room> <RoomType code="1341992" text="Premium Room " /> <MealType code="1000041" text="Room only" /> <Price amt="260.54" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1341992" text="Premium Room " /> <MealType code="1000041" text="Room only" /> <Price amt="260.54" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-450"> <Room> <RoomType code="1341992" text="Premium Room " /> <MealType code="1" text="Breakfast" /> <Price amt="380.22" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1341992" text="Premium Room " /> <MealType code="1" text="Breakfast" /> <Price amt="380.22" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-451"> <Room> <RoomType code="1341992" text="Premium Room " /> <MealType code="1" text="Breakfast" /> <Price amt="406.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1341992" text="Premium Room " /> <MealType code="1" text="Breakfast" /> <Price amt="406.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-452"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1000041" text="Room only" /> <Price amt="222.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1000041" text="Room only" /> <Price amt="222.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-453"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1" text="Breakfast" /> <Price amt="320.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1" text="Breakfast" /> <Price amt="320.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-454"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1000041" text="Room only" /> <Price amt="200.48" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1000041" text="Room only" /> <Price amt="200.48" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-455"> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1" text="Breakfast" /> <Price amt="342.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1027503" text="Standard Room " /> <MealType code="1" text="Breakfast" /> <Price amt="342.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-456"> <Room> <RoomType code="36745689" text="Apartment, 1 Bedroom, Terrace" /> <MealType code="1000041" text="Room only" /> <Price amt="457.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="36745689" text="Apartment, 1 Bedroom, Terrace" /> <MealType code="1000041" text="Room only" /> <Price amt="457.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-457"> <Room> <RoomType code="36745689" text="Apartment, 1 Bedroom, Terrace" /> <MealType code="1000041" text="Room only" /> <Price amt="416.50" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="36745689" text="Apartment, 1 Bedroom, Terrace" /> <MealType code="1000041" text="Room only" /> <Price amt="416.50" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-458"> <Room> <RoomType code="36745689" text="Apartment, 1 Bedroom, Terrace" /> <MealType code="1" text="Breakfast" /> <Price amt="512.14" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="36745689" text="Apartment, 1 Bedroom, Terrace" /> <MealType code="1" text="Breakfast" /> <Price amt="512.14" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-459"> <Room> <RoomType code="36745689" text="Apartment, 1 Bedroom, Terrace" /> <MealType code="1" text="Breakfast" /> <Price amt="552.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="36745689" text="Apartment, 1 Bedroom, Terrace" /> <MealType code="1" text="Breakfast" /> <Price amt="552.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-460"> <Room> <RoomType code="2138061" text="Family Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="429.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="2138061" text="Family Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="429.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-461"> <Room> <RoomType code="2138061" text="Family Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="399.88" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="2138061" text="Family Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="399.88" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-462"> <Room> <RoomType code="2138061" text="Family Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="333.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="2138061" text="Family Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="333.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-463"> <Room> <RoomType code="2138061" text="Family Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="303.14" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="2138061" text="Family Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="303.14" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-464"> <Room> <RoomType code="1030261" text="Studio " /> <MealType code="1000041" text="Room only" /> <Price amt="347.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030261" text="Studio " /> <MealType code="1000041" text="Room only" /> <Price amt="347.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-465"> <Room> <RoomType code="1030261" text="Studio " /> <MealType code="1000041" text="Room only" /> <Price amt="316.24" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030261" text="Studio " /> <MealType code="1000041" text="Room only" /> <Price amt="316.24" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-466"> <Room> <RoomType code="1030261" text="Studio " /> <MealType code="1" text="Breakfast" /> <Price amt="435.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030261" text="Studio " /> <MealType code="1" text="Breakfast" /> <Price amt="435.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-467"> <Room> <RoomType code="1030261" text="Studio " /> <MealType code="1" text="Breakfast" /> <Price amt="467.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1030261" text="Studio " /> <MealType code="1" text="Breakfast" /> <Price amt="467.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910580317_2079429"> <Hotel id="2079429" name="The Meydan Hotel" /> <Result id="910580317-155"> <Room> <RoomType code="65172612" text="Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="287.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="65172612" text="Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="287.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-156"> <Room> <RoomType code="65172612" text="Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="237.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="65172612" text="Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="237.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-157"> <Room> <RoomType code="65172612" text="Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="445.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="65172612" text="Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="445.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-158"> <Room> <RoomType code="7357739" text="Grand Deluxe Room with Balcony + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="278.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7357739" text="Grand Deluxe Room with Balcony + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="278.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-159"> <Room> <RoomType code="7357739" text="Grand Deluxe Room with Balcony + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="489.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7357739" text="Grand Deluxe Room with Balcony + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="489.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-160"> <Room> <RoomType code="7357739" text="Grand Deluxe Room with Balcony + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="329.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7357739" text="Grand Deluxe Room with Balcony + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="329.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-161"> <Room> <RoomType code="7357745" text="Panoramic Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="620.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7357745" text="Panoramic Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="620.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-162"> <Room> <RoomType code="7357745" text="Panoramic Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="787.98" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7357745" text="Panoramic Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="787.98" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-163"> <Room> <RoomType code="7357745" text="Panoramic Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="623.98" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7357745" text="Panoramic Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="623.98" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-164"> <Room> <RoomType code="35561852" text="Grand Premium Room with Balcony + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="376.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="35561852" text="Grand Premium Room with Balcony + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="376.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-165"> <Room> <RoomType code="35561852" text="Grand Premium Room with Balcony + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="326.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="35561852" text="Grand Premium Room with Balcony + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="326.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-166"> <Room> <RoomType code="35561852" text="Grand Premium Room with Balcony + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="540.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="35561852" text="Grand Premium Room with Balcony + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="540.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-167"> <Room> <RoomType code="7357748" text="Meydan 2 Bedroom Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="976.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7357748" text="Meydan 2 Bedroom Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="976.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-168"> <Room> <RoomType code="65172612" text="Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="674.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="65172612" text="Grand Superior Room with Balcony + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="674.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910580317_528977"> <Hotel id="528977" name="JA Hatta Fort Hotel" /> <Result id="910580317-114"> <Room> <RoomType code="49065857" text="Premium Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="410.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="49065857" text="Premium Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="410.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-115"> <Room> <RoomType code="49065857" text="Premium Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="410.18" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="49065857" text="Premium Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="370.04" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-116"> <Room> <RoomType code="3009545" text="Deluxe Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="371.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="3009545" text="Deluxe Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="371.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-117"> <Room> <RoomType code="49065857" text="Premium Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="370.04" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="49065857" text="Premium Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="370.04" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-118"> <Room> <RoomType code="3009545" text="Deluxe Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="371.08" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="3009545" text="Deluxe Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="334.88" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-119"> <Room> <RoomType code="3009545" text="Deluxe Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="334.88" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="3009545" text="Deluxe Mountain View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="334.88" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-120"> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="733.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="733.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-121"> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="733.40" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="660.82" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-122"> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="660.82" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="660.82" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-123"> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1000019" text="Half board" /> <Price amt="856.76" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1000019" text="Half board" /> <Price amt="856.76" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-124"> <Room> <RoomType code="49065857" text="Premium Mountain View Room" /> <MealType code="1000019" text="Half board" /> <Price amt="565.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="49065857" text="Premium Mountain View Room" /> <MealType code="1000019" text="Half board" /> <Price amt="565.96" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-125"> <Room> <RoomType code="3009545" text="Deluxe Mountain View Room" /> <MealType code="1000019" text="Half board" /> <Price amt="530.60" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="3009545" text="Deluxe Mountain View Room" /> <MealType code="1000019" text="Half board" /> <Price amt="530.60" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-126"> <Room> <RoomType code="48822582" text="Double or Twin DELUXE MOUNTAIN VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="381.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="48822582" text="Double or Twin DELUXE MOUNTAIN VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="381.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-127"> <Room> <RoomType code="48822582" text="Double or Twin DELUXE MOUNTAIN VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="583.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="48822582" text="Double or Twin DELUXE MOUNTAIN VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="583.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-128"> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="680.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="680.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-129"> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="754.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="680.16" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-130"> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1000019" text="Half board" /> <Price amt="881.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1000019" text="Half board" /> <Price amt="881.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-131"> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1000019" text="Half board" /> <Price amt="956.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118188603" text="Deluxe Mountain View Family Room" /> <MealType code="1000019" text="Half board" /> <Price amt="881.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-132"> <Room> <RoomType code="118198087" text="Family Room, Mountain View (Deluxe)" /> <MealType code="1" text="Breakfast" /> <Price amt="778.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118198087" text="Family Room, Mountain View (Deluxe)" /> <MealType code="1" text="Breakfast" /> <Price amt="778.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-133"> <Room> <RoomType code="118198087" text="Family Room, Mountain View (Deluxe)" /> <MealType code="1000019" text="Half board" /> <Price amt="1014.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118198087" text="Family Room, Mountain View (Deluxe)" /> <MealType code="1000019" text="Half board" /> <Price amt="1014.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-134"> <Room> <RoomType code="118198087" text="Family Room, Mountain View (Deluxe)" /> <MealType code="1" text="Breakfast" /> <Price amt="757.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118198087" text="Family Room, Mountain View (Deluxe)" /> <MealType code="1" text="Breakfast" /> <Price amt="757.64" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-135"> <Room> <RoomType code="118198087" text="Family Room, Mountain View (Deluxe)" /> <MealType code="1000019" text="Half board" /> <Price amt="938.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118198087" text="Family Room, Mountain View (Deluxe)" /> <MealType code="1000019" text="Half board" /> <Price amt="938.92" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-136"> <Room> <RoomType code="118198087" text="Family Room, Mountain View (Deluxe)" /> <MealType code="1" text="Breakfast" /> <Price amt="702.60" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118198087" text="Family Room, Mountain View (Deluxe)" /> <MealType code="1" text="Breakfast" /> <Price amt="702.60" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-137"> <Room> <RoomType code="52566580" text="Deluxe Room, Mountain View" /> <MealType code="1000019" text="Half board" /> <Price amt="598.20" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="52566580" text="Deluxe Room, Mountain View" /> <MealType code="1000019" text="Half board" /> <Price amt="598.20" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-138"> <Room> <RoomType code="52566580" text="Deluxe Room, Mountain View" /> <MealType code="1" text="Breakfast" /> <Price amt="378.92" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="52566580" text="Deluxe Room, Mountain View" /> <MealType code="1" text="Breakfast" /> <Price amt="378.92" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-139"> <Room> <RoomType code="52566580" text="Deluxe Room, Mountain View" /> <MealType code="1000019" text="Half board" /> <Price amt="635.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="52566580" text="Deluxe Room, Mountain View" /> <MealType code="1000019" text="Half board" /> <Price amt="635.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-140"> <Room> <RoomType code="52566580" text="Deluxe Room, Mountain View" /> <MealType code="1" text="Breakfast" /> <Price amt="399.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="52566580" text="Deluxe Room, Mountain View" /> <MealType code="1" text="Breakfast" /> <Price amt="399.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-141"> <Room> <RoomType code="52566580" text="Deluxe Room, Mountain View" /> <MealType code="1" text="Breakfast" /> <Price amt="361.66" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="52566580" text="Deluxe Room, Mountain View" /> <MealType code="1" text="Breakfast" /> <Price amt="361.66" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-142"> <Room> <RoomType code="44900469" text="Premium Room, Mountain View" /> <MealType code="1" text="Breakfast" /> <Price amt="419.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="44900469" text="Premium Room, Mountain View" /> <MealType code="1" text="Breakfast" /> <Price amt="419.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-143"> <Room> <RoomType code="44900469" text="Premium Room, Mountain View" /> <MealType code="1" text="Breakfast" /> <Price amt="406.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="44900469" text="Premium Room, Mountain View" /> <MealType code="1" text="Breakfast" /> <Price amt="406.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-144"> <Room> <RoomType code="44900469" text="Premium Room, Mountain View" /> <MealType code="1" text="Breakfast" /> <Price amt="440.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="44900469" text="Premium Room, Mountain View" /> <MealType code="1" text="Breakfast" /> <Price amt="440.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-145"> <Room> <RoomType code="44900469" text="Premium Room, Mountain View" /> <MealType code="1" text="Breakfast" /> <Price amt="398.36" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="44900469" text="Premium Room, Mountain View" /> <MealType code="1" text="Breakfast" /> <Price amt="398.36" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-146"> <Room> <RoomType code="44900469" text="Premium Room, Mountain View" /> <MealType code="1000019" text="Half board" /> <Price amt="625.92" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="44900469" text="Premium Room, Mountain View" /> <MealType code="1000019" text="Half board" /> <Price amt="625.92" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-147"> <Room> <RoomType code="32438016" text="Deluxe Mountain View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="313.77" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="32438016" text="Deluxe Mountain View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="313.77" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-148"> <Room> <RoomType code="32438016" text="Deluxe Mountain View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="347.57" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="32438016" text="Deluxe Mountain View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="347.57" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-149"> <Room> <RoomType code="32438016" text="Deluxe Mountain View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="496.81" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="32438016" text="Deluxe Mountain View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="496.81" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-150"> <Room> <RoomType code="32438016" text="Deluxe Mountain View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="530.61" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="32438016" text="Deluxe Mountain View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="530.61" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-151"> <Room> <RoomType code="118204187" text="Premium Mountain View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="346.74" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118204187" text="Premium Mountain View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="346.74" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-152"> <Room> <RoomType code="118204187" text="Premium Mountain View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="384.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118204187" text="Premium Mountain View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="384.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-153"> <Room> <RoomType code="118204187" text="Premium Mountain View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="529.78" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118204187" text="Premium Mountain View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="529.78" /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-154"> <Room> <RoomType code="118204187" text="Premium Mountain View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="567.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118204187" text="Premium Mountain View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="567.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910580317_528838"> <Hotel id="528838" name="Melia Desert Palm Member of Melia Collection" /> <Result id="910580317-66"> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="542.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="542.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-67"> <Room> <RoomType code="22845498" text="Polo Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="665.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845498" text="Polo Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="665.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-68"> <Room> <RoomType code="22845498" text="Polo Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="865.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845498" text="Polo Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="865.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-69"> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="2081.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="2081.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-70"> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="891.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="891.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-71"> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="808.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="808.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-72"> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="527.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="527.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-73"> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="686.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="686.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-74"> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="705.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="705.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-75"> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="470.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="470.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-76"> <Room> <RoomType code="22845498" text="Polo Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="462.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845498" text="Polo Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="462.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-77"> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="594.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687103" text="Polo Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="594.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-78"> <Room> <RoomType code="22845498" text="Polo Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="587.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845498" text="Polo Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="587.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-79"> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1975.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1975.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-80"> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2535.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2535.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-81"> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1690.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1690.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-82"> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1462.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1462.84" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-83"> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2282.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2282.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-84"> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="2234.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="2234.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-85"> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="1667.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="1667.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-86"> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="2560.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="2560.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-87"> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1489.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111683962" text="2 Bedroom Pool Villa + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1489.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-88"> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="429.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="429.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-89"> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="758.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="758.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-90"> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="375.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="375.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-91"> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="657.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="657.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-92"> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="573.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="573.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-93"> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="589.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="589.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-94"> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="505.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="505.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-95"> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="500.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="500.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-96"> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="382.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111687065" text="Palm Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="382.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-97"> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="563.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="563.48" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-98"> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="581.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="581.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-99"> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="723.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="723.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-100"> <Room> <RoomType code="112842562" text="1 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1408.37" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="112842562" text="1 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1408.37" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-101"> <Room> <RoomType code="112842562" text="1 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="1526.93" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="112842562" text="1 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="1526.93" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-102"> <Room> <RoomType code="112842562" text="1 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="1586.31" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="112842562" text="1 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="1586.31" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-103"> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1541.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1541.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-104"> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="1559.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="1559.68" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-105"> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="1701.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="1701.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-106"> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="727.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="727.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-107"> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="619.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="619.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-108"> <Room> <RoomType code="112842562" text="1 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="2002.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="112842562" text="1 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="2002.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-109"> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="1958.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="1958.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-110"> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="575.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="575.96" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-111"> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="467.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845495" text="Palm Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="467.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-112"> <Room> <RoomType code="112842562" text="1 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1804.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="112842562" text="1 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1804.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-113"> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1769.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="22845504" text="2 Bedroom Pool Villa + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1769.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910580317_82855"> <Hotel id="82855" name="Bab Al Shams Desert Resort and Spa" /> <Result id="910580317-0"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="556.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="556.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-1"> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1" text="Breakfast" /> <Price amt="715.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1" text="Breakfast" /> <Price amt="715.52" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-2"> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="795.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="795.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-3"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="839.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="839.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-4"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="914.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="914.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-5"> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1000019" text="Half board" /> <Price amt="998.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1000019" text="Half board" /> <Price amt="998.20" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-6"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="1063.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="1063.30" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-7"> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="1077.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="1077.86" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-8"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1197.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1197.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-9"> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1000021" text="Full board" /> <Price amt="1222.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1000021" text="Full board" /> <Price amt="1222.42" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-10"> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="1302.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="1302.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-11"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="1421.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="1421.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-12"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1431.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1431.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-13"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1713.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1713.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-14"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="1937.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="1937.72" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-15"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="620.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="620.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-16"> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1" text="Breakfast" /> <Price amt="797.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1" text="Breakfast" /> <Price amt="797.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-17"> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="886.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="886.08" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-18"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="903.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="903.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-19"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1019.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1019.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-20"> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1080.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1080.98" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-21"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="1129.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="1129.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-22"> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="1169.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="1169.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-23"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1302.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1302.70" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-24"> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1000021" text="Full board" /> <Price amt="1306.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1000021" text="Full board" /> <Price amt="1306.44" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-25"> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="1395.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="1395.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-26"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="1528.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="1528.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-27"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1594.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1594.32" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-28"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1878.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1878.04" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-29"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="2103.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="2103.50" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-30"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="608.09" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="608.09" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-31"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="1062.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="1062.88" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-32"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="1482.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="1482.00" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-33"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1412.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1412.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-34"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2194.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2194.60" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-35"> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="2673.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619490" text="Deluxe Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="2673.22" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-36"> <Room> <RoomType code="96619493" text="2 Bedroom Deluxe Family Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2157.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619493" text="2 Bedroom Deluxe Family Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2157.38" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-37"> <Room> <RoomType code="96619493" text="2 Bedroom Deluxe Family Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="3243.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619493" text="2 Bedroom Deluxe Family Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="3243.34" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-38"> <Room> <RoomType code="96619493" text="2 Bedroom Deluxe Family Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="3777.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619493" text="2 Bedroom Deluxe Family Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="3777.28" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-39"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="941.51" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="941.51" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-40"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1532.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1532.12" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-41"> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="1975.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619484" text="Junior Suite" /> <MealType code="1000021" text="Full board" /> <Price amt="1975.80" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-42"> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="784.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="784.58" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-43"> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="1311.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="1311.24" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-44"> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="1743.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619481" text="Terrace Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="1743.46" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-45"> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1" text="Breakfast" /> <Price amt="706.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1" text="Breakfast" /> <Price amt="706.16" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-46"> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1200.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1200.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-47"> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1000021" text="Full board" /> <Price amt="1627.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619478" text="Terrace Room" /> <MealType code="1000021" text="Full board" /> <Price amt="1627.18" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-48"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="622.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1" text="Breakfast" /> <Price amt="622.76" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-49"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="887.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000019" text="Half board" /> <Price amt="887.54" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-50"> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="1133.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="96619475" text="Deluxe Room with Desert View" /> <MealType code="1000021" text="Full board" /> <Price amt="1133.40" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910580317_88822"> <Hotel id="88822" name="Al Maha, a Luxury Collection Desert Resort &amp; Spa, Dubai" /> <Result id="910580317-51"> <Room> <RoomType code="7347417" text="Emirates Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="11248.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347417" text="Emirates Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="11248.26" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-52"> <Room> <RoomType code="7347417" text="Emirates Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="10529.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347417" text="Emirates Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="10529.94" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-53"> <Room> <RoomType code="7347417" text="Emirates Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="10123.50" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347417" text="Emirates Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="10123.50" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-54"> <Room> <RoomType code="7347417" text="Emirates Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="9206.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347417" text="Emirates Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="9206.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-55"> <Room> <RoomType code="7347414" text="Royal Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="6716.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347414" text="Royal Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="6716.00" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-56"> <Room> <RoomType code="7347414" text="Royal Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="7678.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347414" text="Royal Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="7678.74" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-57"> <Room> <RoomType code="7347414" text="Royal Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="8202.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347414" text="Royal Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="8202.66" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-58"> <Room> <RoomType code="7347414" text="Royal Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="7382.36" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347414" text="Royal Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="7382.36" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-59"> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="2498.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="2498.06" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-60"> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="2401.74" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="2401.74" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-61"> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="2185.74" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="2185.74" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-62"> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="2182.90" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="2182.90" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-63"> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="2665.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="2665.14" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-64"> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="2494.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="2494.78" /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910580317-65"> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="2398.48" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7347411" text="Bedouin Suite + Free Wifi" /> <MealType code="1000021" text="Full board" /> <Price amt="2398.48" /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> </AvailabilitySearchResult>
Copy
<AvailabilitySearch> <Authority> <Org>{{Org}}</Org> <User>{{User}}</User> <Password>{{Password}}</Password> <Currency>{{DefaultCurrency}}</Currency> <Version>1.28</Version> </Authority> <RegionId>{{RegionId}}</RegionId> <HotelStayDetails> <ArrivalDate>{{arrivaldate}}</ArrivalDate> <Nights>1</Nights> <Nationality>GB</Nationality> <Room> <Guests> <Adult /> <Adult /> </Guests> </Room> </HotelStayDetails> <DetailLevel>basic</DetailLevel> <CanxFees>true</CanxFees> </AvailabilitySearch>
<?xml version="1.0" encoding="utf-8"?> <AvailabilitySearchResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Currency>USD</Currency> <Warning> </Warning> <TestMode>false</TestMode> <HotelAvailability hotelQuoteId="796491517_79485402"> <Hotel id="79485402" name="ibis Paris CDG Airport"/> <Result id="796491517-2418"> <Room> <RoomType code="41770410" text="Room with 2 single beds equipped with the new bedding"/> <MealType code="1000041" text="Room only"/> <Price amt="448.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2419"> <Room> <RoomType code="4499740" text="Standard room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="448.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2420"> <Room> <RoomType code="4499740" text="Standard room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="470.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2421"> <Room> <RoomType code="41770410" text="Room with 2 single beds equipped with the new bedding"/> <MealType code="1000041" text="Room only"/> <Price amt="470.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2422"> <Room> <RoomType code="72938377" text="Comfort Room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="486.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2423"> <Room> <RoomType code="72938377" text="Comfort Room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="510.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2424"> <Room> <RoomType code="84809521" text="Room with 1 double bed + 1 single bed featuring the new bedding"/> <MealType code="1000041" text="Room only"/> <Price amt="524.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2425"> <Room> <RoomType code="84809521" text="Room with 1 double bed + 1 single bed featuring the new bedding"/> <MealType code="1000041" text="Room only"/> <Price amt="550.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2426"> <Room> <RoomType code="4499740" text="Standard room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="559.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2427"> <Room> <RoomType code="41770410" text="Room with 2 single beds equipped with the new bedding"/> <MealType code="1" text="Breakfast"/> <Price amt="559.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2428"> <Room> <RoomType code="4499740" text="Standard room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="581.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2429"> <Room> <RoomType code="41770410" text="Room with 2 single beds equipped with the new bedding"/> <MealType code="1" text="Breakfast"/> <Price amt="581.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2430"> <Room> <RoomType code="72938377" text="Comfort Room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="597.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2431"> <Room> <RoomType code="72938377" text="Comfort Room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="621.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2432"> <Room> <RoomType code="84809521" text="Room with 1 double bed + 1 single bed featuring the new bedding"/> <MealType code="1" text="Breakfast"/> <Price amt="635.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2433"> <Room> <RoomType code="84809521" text="Room with 1 double bed + 1 single bed featuring the new bedding"/> <MealType code="1" text="Breakfast"/> <Price amt="661.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2434"> <Room> <RoomType code="41770416" text="Room with 2 single beds equipped with the new b edding"/> <MealType code="1" text="Breakfast"/> <Price amt="629.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2435"> <Room> <RoomType code="41770416" text="Room with 2 single beds equipped with the new b edding"/> <MealType code="1000041" text="Room only"/> <Price amt="516.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2436"> <Room> <RoomType code="41770416" text="Room with 2 single beds equipped with the new b edding"/> <MealType code="1000041" text="Room only"/> <Price amt="493.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2437"> <Room> <RoomType code="41770416" text="Room with 2 single beds equipped with the new b edding"/> <MealType code="1" text="Breakfast"/> <Price amt="606.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2438"> <Room> <RoomType code="4499740" text="Standard room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="629.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2439"> <Room> <RoomType code="72938377" text="Comfort Room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="671.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2440"> <Room> <RoomType code="99725062" text="Room with 1 double bed + 1 single bed featuring the new bedding"/> <MealType code="1" text="Breakfast"/> <Price amt="714.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2441"> <Room> <RoomType code="4499740" text="Standard room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="516.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2442"> <Room> <RoomType code="72938377" text="Comfort Room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="559.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2443"> <Room> <RoomType code="99725062" text="Room with 1 double bed + 1 single bed featuring the new bedding"/> <MealType code="1000041" text="Room only"/> <Price amt="601.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2444"> <Room> <RoomType code="4499740" text="Standard room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="493.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2445"> <Room> <RoomType code="72938377" text="Comfort Room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="533.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2446"> <Room> <RoomType code="99725062" text="Room with 1 double bed + 1 single bed featuring the new bedding"/> <MealType code="1000041" text="Room only"/> <Price amt="574.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2447"> <Room> <RoomType code="4499740" text="Standard room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="606.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2448"> <Room> <RoomType code="72938377" text="Comfort Room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="646.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2449"> <Room> <RoomType code="99725062" text="Room with 1 double bed + 1 single bed featuring the new bedding"/> <MealType code="1" text="Breakfast"/> <Price amt="686.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2450"> <Room> <RoomType code="4499740" text="Standard room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="398.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2451"> <Room> <RoomType code="4499740" text="Standard room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="457.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2452"> <Room> <RoomType code="4499740" text="Standard room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="516.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2453"> <Room> <RoomType code="4499740" text="Standard room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="586.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2454"> <Room> <RoomType code="41770410" text="Room with 2 single beds equipped with the new bedding"/> <MealType code="1000041" text="Room only"/> <Price amt="398.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2455"> <Room> <RoomType code="41770410" text="Room with 2 single beds equipped with the new bedding"/> <MealType code="1000041" text="Room only"/> <Price amt="457.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2456"> <Room> <RoomType code="41770410" text="Room with 2 single beds equipped with the new bedding"/> <MealType code="1" text="Breakfast"/> <Price amt="516.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2457"> <Room> <RoomType code="41770410" text="Room with 2 single beds equipped with the new bedding"/> <MealType code="1" text="Breakfast"/> <Price amt="586.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2458"> <Room> <RoomType code="72938377" text="Comfort Room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="434.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2459"> <Room> <RoomType code="72938377" text="Comfort Room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="499.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2460"> <Room> <RoomType code="72938377" text="Comfort Room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="552.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2461"> <Room> <RoomType code="72938377" text="Comfort Room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="629.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2462"> <Room> <RoomType code="84809521" text="Room with 1 double bed + 1 single bed featuring the new bedding"/> <MealType code="1000041" text="Room only"/> <Price amt="470.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2463"> <Room> <RoomType code="84809521" text="Room with 1 double bed + 1 single bed featuring the new bedding"/> <MealType code="1000041" text="Room only"/> <Price amt="540.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2464"> <Room> <RoomType code="84809521" text="Room with 1 double bed + 1 single bed featuring the new bedding"/> <MealType code="1" text="Breakfast"/> <Price amt="588.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2465"> <Room> <RoomType code="84809521" text="Room with 1 double bed + 1 single bed featuring the new bedding"/> <MealType code="1" text="Breakfast"/> <Price amt="672.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2466"> <Room> <RoomType code="1147483" text="Standard Twin"/> <MealType code="1000041" text="Room only"/> <Price amt="428.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2467"> <Room> <RoomType code="1180705" text="Standard Double"/> <MealType code="1000041" text="Room only"/> <Price amt="428.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2468"> <Room> <RoomType code="11815967" text="Comfort Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="521.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2469"> <Room> <RoomType code="11815967" text="Comfort Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="422.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2470"> <Room> <RoomType code="11815967" text="Comfort Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="427.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2471"> <Room> <RoomType code="76271198" text="Standard Double Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="458.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2472"> <Room> <RoomType code="76271198" text="Standard Double Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="682.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2473"> <Room> <RoomType code="76271198" text="Standard Double Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="567.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2474"> <Room> <RoomType code="76271198" text="Standard Double Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="462.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2475"> <Room> <RoomType code="76271198" text="Standard Double Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="556.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2476"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="480.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2477"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="387.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2478"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="486.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2479"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="391.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2480"> <Room> <RoomType code="15578967" text="Standard Double Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="480.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2481"> <Room> <RoomType code="15578967" text="Standard Double Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="391.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2482"> <Room> <RoomType code="15578967" text="Standard Double Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="486.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2483"> <Room> <RoomType code="15578967" text="Standard Double Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="387.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2484"> <Room> <RoomType code="15578967" text="Standard Double Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="595.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_397999969"> <Hotel id="397999969" name="Citizenm Paris Charles De Gaulle"/> <Result id="796491517-3378"> <Room> <RoomType code="1124644" text="King Room"/> <MealType code="1000041" text="Room only"/> <Price amt="385.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3379"> <Room> <RoomType code="1124644" text="King Room"/> <MealType code="1000041" text="Room only"/> <Price amt="394.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3380"> <Room> <RoomType code="1124644" text="King Room"/> <MealType code="1" text="Breakfast"/> <Price amt="574.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3381"> <Room> <RoomType code="1124644" text="King Room"/> <MealType code="1000041" text="Room only"/> <Price amt="416.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_40272"> <Hotel id="40272" name="Sheraton Paris Airport Hotel &amp; Conference Centre"/> <Result id="796491517-648"> <Room> <RoomType code="110205020" text="Junior Suite, 1 Double"/> <MealType code="1000041" text="Room only"/> <Price amt="1363.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-649"> <Room> <RoomType code="110205020" text="Junior Suite, 1 Double"/> <MealType code="1000041" text="Room only"/> <Price amt="1588.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-650"> <Room> <RoomType code="45192644" text="Executive, Guest room, 1 King"/> <MealType code="1000041" text="Room only"/> <Price amt="1211.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-651"> <Room> <RoomType code="45192644" text="Executive, Guest room, 1 King"/> <MealType code="1000041" text="Room only"/> <Price amt="1407.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-652"> <Room> <RoomType code="110205023" text="Executive, Guest room, 1 Double"/> <MealType code="1000041" text="Room only"/> <Price amt="1139.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-653"> <Room> <RoomType code="110205025" text="Executive, Guest room, 2 Twin"/> <MealType code="1000041" text="Room only"/> <Price amt="1139.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-654"> <Room> <RoomType code="110205023" text="Executive, Guest room, 1 Double"/> <MealType code="1000041" text="Room only"/> <Price amt="1325.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-655"> <Room> <RoomType code="110205025" text="Executive, Guest room, 2 Twin"/> <MealType code="1000041" text="Room only"/> <Price amt="1325.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-656"> <Room> <RoomType code="41768345" text="Deluxe, Guest room, 1 King"/> <MealType code="1000041" text="Room only"/> <Price amt="1005.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-657"> <Room> <RoomType code="41768345" text="Deluxe, Guest room, 1 King"/> <MealType code="1000041" text="Room only"/> <Price amt="1165.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-658"> <Room> <RoomType code="60073366" text="Deluxe, Guest room, 1 Double"/> <MealType code="1000041" text="Room only"/> <Price amt="933.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-659"> <Room> <RoomType code="110167490" text="Deluxe, Guest room, 2 Twin"/> <MealType code="1000041" text="Room only"/> <Price amt="933.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-660"> <Room> <RoomType code="60073366" text="Deluxe, Guest room, 1 Double"/> <MealType code="1000041" text="Room only"/> <Price amt="1084.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-661"> <Room> <RoomType code="110167490" text="Deluxe, Guest room, 2 Twin"/> <MealType code="1000041" text="Room only"/> <Price amt="1084.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-662"> <Room> <RoomType code="110205020" text="Junior Suite, 1 Double"/> <MealType code="1000041" text="Room only"/> <Price amt="1750.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-663"> <Room> <RoomType code="45192644" text="Executive, Guest room, 1 King"/> <MealType code="1000041" text="Room only"/> <Price amt="1588.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-664"> <Room> <RoomType code="110205023" text="Executive, Guest room, 1 Double"/> <MealType code="1000041" text="Room only"/> <Price amt="1512.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-665"> <Room> <RoomType code="110205025" text="Executive, Guest room, 2 Twin"/> <MealType code="1000041" text="Room only"/> <Price amt="1512.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-666"> <Room> <RoomType code="41768345" text="Deluxe, Guest room, 1 King"/> <MealType code="1000041" text="Room only"/> <Price amt="1184.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-667"> <Room> <RoomType code="41768345" text="Deluxe, Guest room, 1 King"/> <MealType code="1000041" text="Room only"/> <Price amt="1375.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-668"> <Room> <RoomType code="60073366" text="Deluxe, Guest room, 1 Double"/> <MealType code="1000041" text="Room only"/> <Price amt="1112.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-669"> <Room> <RoomType code="110167490" text="Deluxe, Guest room, 2 Twin"/> <MealType code="1000041" text="Room only"/> <Price amt="1112.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-670"> <Room> <RoomType code="60073366" text="Deluxe, Guest room, 1 Double"/> <MealType code="1000041" text="Room only"/> <Price amt="1294.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-671"> <Room> <RoomType code="110167490" text="Deluxe, Guest room, 2 Twin"/> <MealType code="1000041" text="Room only"/> <Price amt="1294.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-672"> <Room> <RoomType code="60073366" text="Deluxe, Guest room, 1 Double"/> <MealType code="1000041" text="Room only"/> <Price amt="1120.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-673"> <Room> <RoomType code="57247570" text="Deluxe, Guest room, 2 Twin/Single Bed(s)"/> <MealType code="1000041" text="Room only"/> <Price amt="1120.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-674"> <Room> <RoomType code="93046911" text="Deluxe, Deluxe Guest room, 1 King"/> <MealType code="1000041" text="Room only"/> <Price amt="1214.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-675"> <Room> <RoomType code="110205012" text="Executive Room, Guest room, 1 Double"/> <MealType code="1000041" text="Room only"/> <Price amt="1390.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-676"> <Room> <RoomType code="63513537" text="Executive Room, Guest room, 2 Twin/Single Bed(s)"/> <MealType code="1000041" text="Room only"/> <Price amt="1390.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-677"> <Room> <RoomType code="46890197" text="Executive Room, Guest room, 1 King"/> <MealType code="1000041" text="Room only"/> <Price amt="1484.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-678"> <Room> <RoomType code="110205013" text="Junior Suite, Larger Guest room, 1 Double"/> <MealType code="1000041" text="Room only"/> <Price amt="1683.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-679"> <Room> <RoomType code="7381514" text="Deluxe Room, 1 King Bed, Non Smoking"/> <MealType code="1" text="Breakfast"/> <Price amt="1144.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-680"> <Room> <RoomType code="7381514" text="Deluxe Room, 1 King Bed, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="989.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-681"> <Room> <RoomType code="7381514" text="Deluxe Room, 1 King Bed, Non Smoking"/> <MealType code="1" text="Breakfast"/> <Price amt="1180.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-682"> <Room> <RoomType code="7381514" text="Deluxe Room, 1 King Bed, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="932.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-683"> <Room> <RoomType code="7381514" text="Deluxe Room, 1 King Bed, Non Smoking"/> <MealType code="1" text="Breakfast"/> <Price amt="1308.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-684"> <Room> <RoomType code="30654977" text="Junior Suite, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1371.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-685"> <Room> <RoomType code="30654977" text="Junior Suite, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1520.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-686"> <Room> <RoomType code="30654977" text="Junior Suite, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1292.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-687"> <Room> <RoomType code="11810982" text="Deluxe Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1104.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-688"> <Room> <RoomType code="11810982" text="Deluxe Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="912.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-689"> <Room> <RoomType code="11810982" text="Deluxe Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1072.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-690"> <Room> <RoomType code="11810982" text="Deluxe Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="860.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-691"> <Room> <RoomType code="11810982" text="Deluxe Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1223.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-692"> <Room> <RoomType code="35597008" text="Deluxe Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="860.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-693"> <Room> <RoomType code="35597008" text="Deluxe Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="912.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-694"> <Room> <RoomType code="35597008" text="Deluxe Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="1223.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-695"> <Room> <RoomType code="35597008" text="Deluxe Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="1072.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-696"> <Room> <RoomType code="35597008" text="Deluxe Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="1104.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-697"> <Room> <RoomType code="11618676" text="Executive Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1132.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-698"> <Room> <RoomType code="11618676" text="Executive Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1067.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-699"> <Room> <RoomType code="11618676" text="Executive Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1255.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-700"> <Room> <RoomType code="10335423" text="Executive Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1340.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-701"> <Room> <RoomType code="10335423" text="Executive Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1208.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-702"> <Room> <RoomType code="10335423" text="Executive Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1139.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-703"> <Room> <RoomType code="41139183" text="Executive Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="1132.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-704"> <Room> <RoomType code="41139183" text="Executive Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="1067.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-705"> <Room> <RoomType code="41139183" text="Executive Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="1255.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_162808"> <Hotel id="162808" name="Mercure Paris Roissy Charles de Gaulle"/> <Result id="796491517-1101"> <Room> <RoomType code="1147483" text="Standard Twin"/> <MealType code="1000041" text="Room only"/> <Price amt="298.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1102"> <Room> <RoomType code="1147483" text="Standard Twin"/> <MealType code="1" text="Breakfast"/> <Price amt="368.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1103"> <Room> <RoomType code="1147483" text="Standard Twin"/> <MealType code="1000041" text="Room only"/> <Price amt="268.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1104"> <Room> <RoomType code="1147483" text="Standard Twin"/> <MealType code="1" text="Breakfast"/> <Price amt="331.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1105"> <Room> <RoomType code="9749361" text="Standard Triple - 3 single beds"/> <MealType code="1000041" text="Room only"/> <Price amt="398.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1106"> <Room> <RoomType code="9749361" text="Standard Triple - 3 single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="468.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1107"> <Room> <RoomType code="9749361" text="Standard Triple - 3 single beds"/> <MealType code="1000041" text="Room only"/> <Price amt="358.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1108"> <Room> <RoomType code="9749361" text="Standard Triple - 3 single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="421.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1109"> <Room> <RoomType code="1180705" text="Standard Double"/> <MealType code="1000041" text="Room only"/> <Price amt="298.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1110"> <Room> <RoomType code="1180705" text="Standard Double"/> <MealType code="1" text="Breakfast"/> <Price amt="368.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1111"> <Room> <RoomType code="1180705" text="Standard Double"/> <MealType code="1000041" text="Room only"/> <Price amt="268.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1112"> <Room> <RoomType code="1180705" text="Standard Double"/> <MealType code="1" text="Breakfast"/> <Price amt="331.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1113"> <Room> <RoomType code="1030322" text="Classic Room"/> <MealType code="1000041" text="Room only"/> <Price amt="358.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1114"> <Room> <RoomType code="1030322" text="Classic Room"/> <MealType code="1000041" text="Room only"/> <Price amt="398.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1115"> <Room> <RoomType code="1030322" text="Classic Room"/> <MealType code="1" text="Breakfast"/> <Price amt="403.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1116"> <Room> <RoomType code="1030322" text="Classic Room"/> <MealType code="1" text="Breakfast"/> <Price amt="446.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1117"> <Room> <RoomType code="54666217" text="Classic Room with a double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="362.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1118"> <Room> <RoomType code="54666217" text="Classic Room with a double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="403.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1119"> <Room> <RoomType code="54666217" text="Classic Room with a double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="503.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1120"> <Room> <RoomType code="54666217" text="Classic Room with a double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="551.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1121"> <Room> <RoomType code="54666217" text="Classic Room with a double bed"/> <MealType code="1000019" text="Half board"/> <Price amt="868.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1122"> <Room> <RoomType code="41808874" text="Classic Room with twin beds"/> <MealType code="1000041" text="Room only"/> <Price amt="362.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1123"> <Room> <RoomType code="41808874" text="Classic Room with twin beds"/> <MealType code="1000041" text="Room only"/> <Price amt="403.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1124"> <Room> <RoomType code="41808874" text="Classic Room with twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="503.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1125"> <Room> <RoomType code="41808874" text="Classic Room with twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="551.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1126"> <Room> <RoomType code="41808874" text="Classic Room with twin beds"/> <MealType code="1000019" text="Half board"/> <Price amt="868.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1127"> <Room> <RoomType code="71649580" text="Classic room with 2 zip and link beds"/> <MealType code="1000041" text="Room only"/> <Price amt="362.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1128"> <Room> <RoomType code="71649580" text="Classic room with 2 zip and link beds"/> <MealType code="1000041" text="Room only"/> <Price amt="403.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1129"> <Room> <RoomType code="71649580" text="Classic room with 2 zip and link beds"/> <MealType code="1" text="Breakfast"/> <Price amt="503.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1130"> <Room> <RoomType code="71649580" text="Classic room with 2 zip and link beds"/> <MealType code="1" text="Breakfast"/> <Price amt="551.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1131"> <Room> <RoomType code="71649580" text="Classic room with 2 zip and link beds"/> <MealType code="1000019" text="Half board"/> <Price amt="868.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1132"> <Room> <RoomType code="7139576" text="Superior room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="402.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1133"> <Room> <RoomType code="7139576" text="Superior room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="444.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1134"> <Room> <RoomType code="7139576" text="Superior room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="542.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1135"> <Room> <RoomType code="7139576" text="Superior room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="592.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1136"> <Room> <RoomType code="7139576" text="Superior room with 1 double bed"/> <MealType code="1000019" text="Half board"/> <Price amt="910.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1137"> <Room> <RoomType code="41576571" text="Privilege Room with 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="460.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1138"> <Room> <RoomType code="41576571" text="Privilege Room with 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="506.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1139"> <Room> <RoomType code="41576571" text="Privilege Room with 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="600.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1140"> <Room> <RoomType code="41576571" text="Privilege Room with 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="654.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1141"> <Room> <RoomType code="41576571" text="Privilege Room with 1 Double Bed"/> <MealType code="1000019" text="Half board"/> <Price amt="974.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1142"> <Room> <RoomType code="52521308" text="Suite with 1 double bed and twin beds"/> <MealType code="1000041" text="Room only"/> <Price amt="499.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1143"> <Room> <RoomType code="52521308" text="Suite with 1 double bed and twin beds"/> <MealType code="1000041" text="Room only"/> <Price amt="547.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1144"> <Room> <RoomType code="52521308" text="Suite with 1 double bed and twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="640.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1145"> <Room> <RoomType code="52521308" text="Suite with 1 double bed and twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="695.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1146"> <Room> <RoomType code="52521308" text="Suite with 1 double bed and twin beds"/> <MealType code="1000019" text="Half board"/> <Price amt="1017.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1147"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="352.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1148"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="535.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1149"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="596.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1150"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1000019" text="Half board"/> <Price amt="822.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1151"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="488.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1152"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="392.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1153"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="542.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1154"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="397.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1155"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="444.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1156"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="376.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1157"> <Room> <RoomType code="33313648" text="Privilege, Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="614.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1158"> <Room> <RoomType code="33313648" text="Privilege, Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="470.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1159"> <Room> <RoomType code="33313648" text="Privilege, Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="491.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1160"> <Room> <RoomType code="33313648" text="Privilege, Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="643.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1161"> <Room> <RoomType code="33313648" text="Privilege, Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="696.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1162"> <Room> <RoomType code="33313648" text="Privilege, Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="476.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1163"> <Room> <RoomType code="33313648" text="Privilege, Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="622.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1164"> <Room> <RoomType code="33313648" text="Privilege, Room, 1 King Bed"/> <MealType code="1000019" text="Half board"/> <Price amt="923.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1165"> <Room> <RoomType code="33313648" text="Privilege, Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="498.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1166"> <Room> <RoomType code="33313648" text="Privilege, Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="583.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1167"> <Room> <RoomType code="33313648" text="Privilege, Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="544.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1168"> <Room> <RoomType code="33313648" text="Privilege, Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="635.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1169"> <Room> <RoomType code="33313648" text="Privilege, Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="447.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1170"> <Room> <RoomType code="41530088" text="Classic Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="535.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1171"> <Room> <RoomType code="41530088" text="Classic Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="444.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1172"> <Room> <RoomType code="41530088" text="Classic Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="392.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1173"> <Room> <RoomType code="41530088" text="Classic Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="352.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1174"> <Room> <RoomType code="41530088" text="Classic Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="542.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1175"> <Room> <RoomType code="41530088" text="Classic Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="488.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1176"> <Room> <RoomType code="41530088" text="Classic Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="370.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1177"> <Room> <RoomType code="41530088" text="Classic Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="596.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1178"> <Room> <RoomType code="41530088" text="Classic Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="397.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1179"> <Room> <RoomType code="41530088" text="Classic Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="514.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1180"> <Room> <RoomType code="41530088" text="Classic Room, 2 Twin Beds"/> <MealType code="1000019" text="Half board"/> <Price amt="822.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1181"> <Room> <RoomType code="41530088" text="Classic Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="521.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1182"> <Room> <RoomType code="7604839" text="Superior Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="561.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1183"> <Room> <RoomType code="7604839" text="Superior Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="390.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1184"> <Room> <RoomType code="7604839" text="Superior Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="636.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1185"> <Room> <RoomType code="7604839" text="Superior Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="484.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1186"> <Room> <RoomType code="7604839" text="Superior Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="431.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1187"> <Room> <RoomType code="7604839" text="Superior Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="575.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1188"> <Room> <RoomType code="7604839" text="Superior Room, 1 King Bed"/> <MealType code="1000019" text="Half board"/> <Price amt="862.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1189"> <Room> <RoomType code="7604839" text="Superior Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="437.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1190"> <Room> <RoomType code="7604839" text="Superior Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="554.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1191"> <Room> <RoomType code="7604839" text="Superior Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="526.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1192"> <Room> <RoomType code="52521308" text="Suite with 1 double bed and twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="662.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1193"> <Room> <RoomType code="52521308" text="Suite with 1 double bed and twin beds"/> <MealType code="1000041" text="Room only"/> <Price amt="484.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1194"> <Room> <RoomType code="52521308" text="Suite with 1 double bed and twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="735.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1195"> <Room> <RoomType code="52521308" text="Suite with 1 double bed and twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="674.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1196"> <Room> <RoomType code="52521308" text="Suite with 1 double bed and twin beds"/> <MealType code="1000041" text="Room only"/> <Price amt="584.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1197"> <Room> <RoomType code="52521308" text="Suite with 1 double bed and twin beds"/> <MealType code="1000019" text="Half board"/> <Price amt="963.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1198"> <Room> <RoomType code="52521308" text="Suite with 1 double bed and twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="621.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1199"> <Room> <RoomType code="52521308" text="Suite with 1 double bed and twin beds"/> <MealType code="1000041" text="Room only"/> <Price amt="517.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1200"> <Room> <RoomType code="52521308" text="Suite with 1 double bed and twin beds"/> <MealType code="1000041" text="Room only"/> <Price amt="531.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1201"> <Room> <RoomType code="52521308" text="Suite with 1 double bed and twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="654.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1202"> <Room> <RoomType code="52521308" text="Suite with 1 double bed and twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="683.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_1644443"> <Hotel id="1644443" name="Novotel Paris Charles de Gaulle Airport"/> <Result id="796491517-1425"> <Room> <RoomType code="53023927" text="Superior Room - 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="564.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1426"> <Room> <RoomType code="41582680" text="Superior Room with Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="564.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1427"> <Room> <RoomType code="7221939" text="Superior room with twin beds"/> <MealType code="1000041" text="Room only"/> <Price amt="564.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1428"> <Room> <RoomType code="41582680" text="Superior Room with Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="571.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1429"> <Room> <RoomType code="53023927" text="Superior Room - 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="571.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1430"> <Room> <RoomType code="7221939" text="Superior room with twin beds"/> <MealType code="1000041" text="Room only"/> <Price amt="571.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1431"> <Room> <RoomType code="41582680" text="Superior Room with Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="602.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1432"> <Room> <RoomType code="53023927" text="Superior Room - 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="602.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1433"> <Room> <RoomType code="7221939" text="Superior room with twin beds"/> <MealType code="1000041" text="Room only"/> <Price amt="602.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1434"> <Room> <RoomType code="53023927" text="Superior Room - 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="610.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1435"> <Room> <RoomType code="41582680" text="Superior Room with Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="610.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1436"> <Room> <RoomType code="7221939" text="Superior room with twin beds"/> <MealType code="1000041" text="Room only"/> <Price amt="610.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1437"> <Room> <RoomType code="101550604" text="Family Superior Room With 1 Double Bed And 1 Double Sofa Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="640.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1438"> <Room> <RoomType code="101550604" text="Family Superior Room With 1 Double Bed And 1 Double Sofa Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="649.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1439"> <Room> <RoomType code="41582680" text="Superior Room with Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="662.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1440"> <Room> <RoomType code="53023927" text="Superior Room - 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="662.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1441"> <Room> <RoomType code="7221939" text="Superior room with twin beds"/> <MealType code="1000041" text="Room only"/> <Price amt="662.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1442"> <Room> <RoomType code="101550604" text="Family Superior Room With 1 Double Bed And 1 Double Sofa Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="679.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1443"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="679.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1444"> <Room> <RoomType code="52521364" text="Executive Room with a double bed and sofa"/> <MealType code="1000041" text="Room only"/> <Price amt="679.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1445"> <Room> <RoomType code="101550604" text="Family Superior Room With 1 Double Bed And 1 Double Sofa Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="688.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1446"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="688.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1447"> <Room> <RoomType code="52521364" text="Executive Room with a double bed and sofa"/> <MealType code="1000041" text="Room only"/> <Price amt="688.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1448"> <Room> <RoomType code="53023927" text="Superior Room - 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="709.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1449"> <Room> <RoomType code="41582680" text="Superior Room with Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="709.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1450"> <Room> <RoomType code="7221939" text="Superior room with twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="709.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1451"> <Room> <RoomType code="52521364" text="Executive Room with a double bed and sofa"/> <MealType code="1000041" text="Room only"/> <Price amt="717.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1452"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="717.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1453"> <Room> <RoomType code="41582680" text="Superior Room with Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="719.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1454"> <Room> <RoomType code="53023927" text="Superior Room - 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="719.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1455"> <Room> <RoomType code="7221939" text="Superior room with twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="719.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1456"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="727.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1457"> <Room> <RoomType code="52521364" text="Executive Room with a double bed and sofa"/> <MealType code="1000041" text="Room only"/> <Price amt="727.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1458"> <Room> <RoomType code="101550604" text="Family Superior Room With 1 Double Bed And 1 Double Sofa Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="737.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1459"> <Room> <RoomType code="41582680" text="Superior Room with Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="748.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1460"> <Room> <RoomType code="53023927" text="Superior Room - 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="748.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1461"> <Room> <RoomType code="7221939" text="Superior room with twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="748.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1462"> <Room> <RoomType code="53023927" text="Superior Room - 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="758.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1463"> <Room> <RoomType code="41582680" text="Superior Room with Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="758.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1464"> <Room> <RoomType code="7221939" text="Superior room with twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="758.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1465"> <Room> <RoomType code="52521364" text="Executive Room with a double bed and sofa"/> <MealType code="1000041" text="Room only"/> <Price amt="774.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1466"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="774.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1467"> <Room> <RoomType code="101550604" text="Family Superior Room With 1 Double Bed And 1 Double Sofa Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="786.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1468"> <Room> <RoomType code="101550604" text="Family Superior Room With 1 Double Bed And 1 Double Sofa Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="797.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1469"> <Room> <RoomType code="7221939" text="Superior room with twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="803.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1470"> <Room> <RoomType code="41582680" text="Superior Room with Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="803.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1471"> <Room> <RoomType code="53023927" text="Superior Room - 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="803.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1472"> <Room> <RoomType code="101550604" text="Family Superior Room With 1 Double Bed And 1 Double Sofa Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="824.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1473"> <Room> <RoomType code="52521364" text="Executive Room with a double bed and sofa"/> <MealType code="1" text="Breakfast"/> <Price amt="824.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1474"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="824.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1475"> <Room> <RoomType code="101550604" text="Family Superior Room With 1 Double Bed And 1 Double Sofa Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="836.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1476"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="836.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1477"> <Room> <RoomType code="52521364" text="Executive Room with a double bed and sofa"/> <MealType code="1" text="Breakfast"/> <Price amt="836.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1478"> <Room> <RoomType code="52521364" text="Executive Room with a double bed and sofa"/> <MealType code="1" text="Breakfast"/> <Price amt="862.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1479"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="862.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1480"> <Room> <RoomType code="52521364" text="Executive Room with a double bed and sofa"/> <MealType code="1" text="Breakfast"/> <Price amt="874.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1481"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="874.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1482"> <Room> <RoomType code="101550604" text="Family Superior Room With 1 Double Bed And 1 Double Sofa Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="877.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1483"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="914.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1484"> <Room> <RoomType code="52521364" text="Executive Room with a double bed and sofa"/> <MealType code="1" text="Breakfast"/> <Price amt="914.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1485"> <Room> <RoomType code="41582680" text="Superior Room with Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="541.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1486"> <Room> <RoomType code="41582680" text="Superior Room with Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="612.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1487"> <Room> <RoomType code="41582680" text="Superior Room with Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="695.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1488"> <Room> <RoomType code="41582680" text="Superior Room with Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="774.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1489"> <Room> <RoomType code="53023927" text="Superior Room - 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="541.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1490"> <Room> <RoomType code="53023927" text="Superior Room - 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="612.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1491"> <Room> <RoomType code="53023927" text="Superior Room - 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="695.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1492"> <Room> <RoomType code="53023927" text="Superior Room - 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="774.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1493"> <Room> <RoomType code="101550604" text="Family Superior Room With 1 Double Bed And 1 Double Sofa Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="622.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1494"> <Room> <RoomType code="101550604" text="Family Superior Room With 1 Double Bed And 1 Double Sofa Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="697.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1495"> <Room> <RoomType code="101550604" text="Family Superior Room With 1 Double Bed And 1 Double Sofa Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="776.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1496"> <Room> <RoomType code="101550604" text="Family Superior Room With 1 Double Bed And 1 Double Sofa Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="859.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1497"> <Room> <RoomType code="52521364" text="Executive Room with a double bed and sofa"/> <MealType code="1000041" text="Room only"/> <Price amt="662.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1498"> <Room> <RoomType code="52521364" text="Executive Room with a double bed and sofa"/> <MealType code="1000041" text="Room only"/> <Price amt="740.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1499"> <Room> <RoomType code="52521364" text="Executive Room with a double bed and sofa"/> <MealType code="1" text="Breakfast"/> <Price amt="816.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1500"> <Room> <RoomType code="52521364" text="Executive Room with a double bed and sofa"/> <MealType code="1" text="Breakfast"/> <Price amt="902.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1501"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="662.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1502"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="740.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1503"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="816.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1504"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="902.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1505"> <Room> <RoomType code="7138547" text="Superior Double Bed "/> <MealType code="1000041" text="Room only"/> <Price amt="705.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1506"> <Room> <RoomType code="93495064" text="Superior Double Bed with Sofa Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="705.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1507"> <Room> <RoomType code="31717407" text="Family Superior Room"/> <MealType code="1000041" text="Room only"/> <Price amt="789.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1508"> <Room> <RoomType code="94438430" text="Executive Room Bed and Sofa"/> <MealType code="1000041" text="Room only"/> <Price amt="831.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1509"> <Room> <RoomType code="44453026" text="Family Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="708.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1510"> <Room> <RoomType code="44453026" text="Family Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="829.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1511"> <Room> <RoomType code="44453026" text="Family Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="636.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1512"> <Room> <RoomType code="44453026" text="Family Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="964.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1513"> <Room> <RoomType code="44453026" text="Family Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="800.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1514"> <Room> <RoomType code="44453026" text="Family Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="793.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1515"> <Room> <RoomType code="44453026" text="Family Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="612.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1516"> <Room> <RoomType code="44453026" text="Family Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="542.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1517"> <Room> <RoomType code="44453026" text="Family Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="872.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1518"> <Room> <RoomType code="44453026" text="Family Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="738.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1519"> <Room> <RoomType code="44453026" text="Family Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="667.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1520"> <Room> <RoomType code="44453026" text="Family Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="665.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1521"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="575.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1522"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="872.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1523"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="771.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1524"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="843.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1525"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1008.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1526"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="645.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1527"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="677.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1528"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="700.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1529"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="751.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1530"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="916.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1531"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="834.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1532"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="708.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1533"> <Room> <RoomType code="57256333" text="Superior Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="476.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1534"> <Room> <RoomType code="57256333" text="Superior Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="601.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1535"> <Room> <RoomType code="57256333" text="Superior Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="786.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1536"> <Room> <RoomType code="57256333" text="Superior Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="672.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1537"> <Room> <RoomType code="57256333" text="Superior Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="714.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1538"> <Room> <RoomType code="57256333" text="Superior Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="742.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1539"> <Room> <RoomType code="57256333" text="Superior Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="578.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1540"> <Room> <RoomType code="57256333" text="Superior Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="622.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1541"> <Room> <RoomType code="57256333" text="Superior Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="553.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1542"> <Room> <RoomType code="57256333" text="Superior Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="710.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1543"> <Room> <RoomType code="57256333" text="Superior Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="546.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1544"> <Room> <RoomType code="57256333" text="Superior Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="878.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1545"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="786.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1546"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="714.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1547"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="476.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1548"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="622.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1549"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="601.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1550"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="578.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1551"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="553.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1552"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="878.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1553"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="546.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1554"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="742.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1555"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="672.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1556"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="710.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1557"> <Room> <RoomType code="39153156" text="Superior Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="672.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1558"> <Room> <RoomType code="39153156" text="Superior Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="546.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1559"> <Room> <RoomType code="39153156" text="Superior Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="601.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1560"> <Room> <RoomType code="39153156" text="Superior Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="476.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_146617"> <Hotel id="146617" name="Hilton Paris Charles de Gaulle Airport"/> <Result id="796491517-859"> <Room> <RoomType code="89374739" text="EXECUTIVE KING ROOM, SPACIOUS ROOM 30SQM WITH KING SIZE BED, HIGH FLOOR EXECUTIVE LOUNGE AND FREE WIFI"/> <MealType code="1" text="Breakfast"/> <Price amt="990.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-860"> <Room> <RoomType code="89374738" text="2 DELUXE CONNECTING ROOMS, 1 ROOM WITH KING BED / 1 ROOM WITH TWO BEDS, 30 SQ METERS EACH ROOM BATH AND SHOWER"/> <MealType code="1000041" text="Room only"/> <Price amt="1356.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-861"> <Room> <RoomType code="89374546" text="FAMILY ROOM KING, LARGE ROOM 45 SQ M, KING BED SOFA BED AND RLWY BED"/> <MealType code="1000041" text="Room only"/> <Price amt="832.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-862"> <Room> <RoomType code="89374546" text="FAMILY ROOM KING, LARGE ROOM 45 SQ M, KING BED SOFA BED AND RLWY BED"/> <MealType code="1000019" text="Half board"/> <Price amt="1380.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-863"> <Room> <RoomType code="89374739" text="EXECUTIVE KING ROOM, SPACIOUS ROOM 30SQM WITH KING SIZE BED, HIGH FLOOR EXECUTIVE LOUNGE AND FREE WIFI"/> <MealType code="1" text="Breakfast"/> <Price amt="1085.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-864"> <Room> <RoomType code="101464523" text="STANDARD TWIN ROOM, LARGE ROOM 30SQM ROOM WITH TWO SINGLE BEDS, BATHROOM WITH BATH AND SHOWER FREE WIFI"/> <MealType code="1000041" text="Room only"/> <Price amt="738.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-865"> <Room> <RoomType code="101464521" text="DELUXE TWIN ROOM, LARGE MODERN ROOM 30SQM WITH TWO SINGLE BEDS, BATHROOM WITH BATH AND SHOWER FREE WIFI"/> <MealType code="1000019" text="Half board"/> <Price amt="1256.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-866"> <Room> <RoomType code="89374551" text="DELUXE KING ROOM, LARGE MODERN ROOM 30 SQM WITH KING BED, BATHROOM WITH BATH AND SHOWER FREE WIFI"/> <MealType code="1000041" text="Room only"/> <Price amt="779.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-867"> <Room> <RoomType code="89374543" text="STANDARD KING ROOM, LARGE ROOM 30 SQM WITH KING SIZE BED, BATHROOM WITH BATH AND SHOWER FREE WIFI"/> <MealType code="1000041" text="Room only"/> <Price amt="738.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-868"> <Room> <RoomType code="93445965" text="EXECUTIVE PLUS KING ROOM, 45M2 WITH KING SIZE BED HIGH FLOOR, EXECUTIVE LOUNGE FREE WIFI NESPRESSO"/> <MealType code="1000019" text="Half board"/> <Price amt="1514.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-869"> <Room> <RoomType code="89374739" text="EXECUTIVE KING ROOM, SPACIOUS ROOM 30SQM WITH KING SIZE BED, HIGH FLOOR EXECUTIVE LOUNGE AND FREE WIFI"/> <MealType code="1000041" text="Room only"/> <Price amt="878.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-870"> <Room> <RoomType code="101464522" text="EXECUTIVE PLUS TWIN ROOM, 45M2 WITH TWO SINGLE BEDS HIGH FLOOR, EXECUTIVE LOUNGE FREE WIFI NESPRESSO"/> <MealType code="1000041" text="Room only"/> <Price amt="1034.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-871"> <Room> <RoomType code="89374551" text="DELUXE KING ROOM, LARGE MODERN ROOM 30 SQM WITH KING BED, BATHROOM WITH BATH AND SHOWER FREE WIFI"/> <MealType code="1" text="Breakfast"/> <Price amt="902.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-872"> <Room> <RoomType code="89374738" text="2 DELUXE CONNECTING ROOMS, 1 ROOM WITH KING BED / 1 ROOM WITH TWO BEDS, 30 SQ METERS EACH ROOM BATH AND SHOWER"/> <MealType code="1" text="Breakfast"/> <Price amt="1481.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-873"> <Room> <RoomType code="93445965" text="EXECUTIVE PLUS KING ROOM, 45M2 WITH KING SIZE BED HIGH FLOOR, EXECUTIVE LOUNGE FREE WIFI NESPRESSO"/> <MealType code="1" text="Breakfast"/> <Price amt="1065.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-874"> <Room> <RoomType code="89374543" text="STANDARD KING ROOM, LARGE ROOM 30 SQM WITH KING SIZE BED, BATHROOM WITH BATH AND SHOWER FREE WIFI"/> <MealType code="1000019" text="Half board"/> <Price amt="1215.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-875"> <Room> <RoomType code="89374546" text="FAMILY ROOM KING, LARGE ROOM 45 SQ M, KING BED SOFA BED AND RLWY BED"/> <MealType code="1000041" text="Room only"/> <Price amt="910.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-876"> <Room> <RoomType code="101464521" text="DELUXE TWIN ROOM, LARGE MODERN ROOM 30SQM WITH TWO SINGLE BEDS, BATHROOM WITH BATH AND SHOWER FREE WIFI"/> <MealType code="1" text="Breakfast"/> <Price amt="902.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-877"> <Room> <RoomType code="101464523" text="STANDARD TWIN ROOM, LARGE ROOM 30SQM ROOM WITH TWO SINGLE BEDS, BATHROOM WITH BATH AND SHOWER FREE WIFI"/> <MealType code="1" text="Breakfast"/> <Price amt="794.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-878"> <Room> <RoomType code="101464521" text="DELUXE TWIN ROOM, LARGE MODERN ROOM 30SQM WITH TWO SINGLE BEDS, BATHROOM WITH BATH AND SHOWER FREE WIFI"/> <MealType code="1" text="Breakfast"/> <Price amt="832.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-879"> <Room> <RoomType code="101464523" text="STANDARD TWIN ROOM, LARGE ROOM 30SQM ROOM WITH TWO SINGLE BEDS, BATHROOM WITH BATH AND SHOWER FREE WIFI"/> <MealType code="1000019" text="Half board"/> <Price amt="1215.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-880"> <Room> <RoomType code="89374739" text="EXECUTIVE KING ROOM, SPACIOUS ROOM 30SQM WITH KING SIZE BED, HIGH FLOOR EXECUTIVE LOUNGE AND FREE WIFI"/> <MealType code="1000041" text="Room only"/> <Price amt="952.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-881"> <Room> <RoomType code="89374544" text="FAMILY ROOM TWIN, LARGE ROOM 45 SQM, 2 TWIN BEDS SOFA BED AND RLWY BED"/> <MealType code="1000041" text="Room only"/> <Price amt="901.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-882"> <Room> <RoomType code="89374543" text="STANDARD KING ROOM, LARGE ROOM 30 SQM WITH KING SIZE BED, BATHROOM WITH BATH AND SHOWER FREE WIFI"/> <MealType code="1" text="Breakfast"/> <Price amt="794.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-883"> <Room> <RoomType code="89374544" text="FAMILY ROOM TWIN, LARGE ROOM 45 SQM, 2 TWIN BEDS SOFA BED AND RLWY BED"/> <MealType code="1" text="Breakfast"/> <Price amt="1025.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-884"> <Room> <RoomType code="101464521" text="DELUXE TWIN ROOM, LARGE MODERN ROOM 30SQM WITH TWO SINGLE BEDS, BATHROOM WITH BATH AND SHOWER FREE WIFI"/> <MealType code="1000041" text="Room only"/> <Price amt="779.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-885"> <Room> <RoomType code="89374546" text="FAMILY ROOM KING, LARGE ROOM 45 SQ M, KING BED SOFA BED AND RLWY BED"/> <MealType code="1" text="Breakfast"/> <Price amt="944.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-886"> <Room> <RoomType code="89374544" text="FAMILY ROOM TWIN, LARGE ROOM 45 SQM, 2 TWIN BEDS SOFA BED AND RLWY BED"/> <MealType code="1000019" text="Half board"/> <Price amt="1380.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-887"> <Room> <RoomType code="101464522" text="EXECUTIVE PLUS TWIN ROOM, 45M2 WITH TWO SINGLE BEDS HIGH FLOOR, EXECUTIVE LOUNGE FREE WIFI NESPRESSO"/> <MealType code="1" text="Breakfast"/> <Price amt="1065.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-888"> <Room> <RoomType code="89374738" text="2 DELUXE CONNECTING ROOMS, 1 ROOM WITH KING BED / 1 ROOM WITH TWO BEDS, 30 SQ METERS EACH ROOM BATH AND SHOWER"/> <MealType code="1000019" text="Half board"/> <Price amt="1840.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-889"> <Room> <RoomType code="89374544" text="FAMILY ROOM TWIN, LARGE ROOM 45 SQM, 2 TWIN BEDS SOFA BED AND RLWY BED"/> <MealType code="1" text="Breakfast"/> <Price amt="1034.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-890"> <Room> <RoomType code="93445965" text="EXECUTIVE PLUS KING ROOM, 45M2 WITH KING SIZE BED HIGH FLOOR, EXECUTIVE LOUNGE FREE WIFI NESPRESSO"/> <MealType code="1000041" text="Room only"/> <Price amt="1034.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-891"> <Room> <RoomType code="89374551" text="DELUXE KING ROOM, LARGE MODERN ROOM 30 SQM WITH KING BED, BATHROOM WITH BATH AND SHOWER FREE WIFI"/> <MealType code="1000041" text="Room only"/> <Price amt="719.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-892"> <Room> <RoomType code="89374551" text="DELUXE KING ROOM, LARGE MODERN ROOM 30 SQM WITH KING BED, BATHROOM WITH BATH AND SHOWER FREE WIFI"/> <MealType code="1" text="Breakfast"/> <Price amt="910.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-893"> <Room> <RoomType code="89374551" text="DELUXE KING ROOM, LARGE MODERN ROOM 30 SQM WITH KING BED, BATHROOM WITH BATH AND SHOWER FREE WIFI"/> <MealType code="1000041" text="Room only"/> <Price amt="786.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-894"> <Room> <RoomType code="93445965" text="EXECUTIVE PLUS KING ROOM, 45M2 WITH KING SIZE BED HIGH FLOOR, EXECUTIVE LOUNGE FREE WIFI NESPRESSO"/> <MealType code="1" text="Breakfast"/> <Price amt="1168.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-895"> <Room> <RoomType code="89374738" text="2 DELUXE CONNECTING ROOMS, 1 ROOM WITH KING BED / 1 ROOM WITH TWO BEDS, 30 SQ METERS EACH ROOM BATH AND SHOWER"/> <MealType code="1" text="Breakfast"/> <Price amt="1360.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-896"> <Room> <RoomType code="89374738" text="2 DELUXE CONNECTING ROOMS, 1 ROOM WITH KING BED / 1 ROOM WITH TWO BEDS, 30 SQ METERS EACH ROOM BATH AND SHOWER"/> <MealType code="1000041" text="Room only"/> <Price amt="1370.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-897"> <Room> <RoomType code="89374739" text="EXECUTIVE KING ROOM, SPACIOUS ROOM 30SQM WITH KING SIZE BED, HIGH FLOOR EXECUTIVE LOUNGE AND FREE WIFI"/> <MealType code="1" text="Breakfast"/> <Price amt="1077.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-898"> <Room> <RoomType code="101464522" text="EXECUTIVE PLUS TWIN ROOM, 45M2 WITH TWO SINGLE BEDS HIGH FLOOR, EXECUTIVE LOUNGE FREE WIFI NESPRESSO"/> <MealType code="1000041" text="Room only"/> <Price amt="1044.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-899"> <Room> <RoomType code="101464523" text="STANDARD TWIN ROOM, LARGE ROOM 30SQM ROOM WITH TWO SINGLE BEDS, BATHROOM WITH BATH AND SHOWER FREE WIFI"/> <MealType code="1000041" text="Room only"/> <Price amt="682.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-900"> <Room> <RoomType code="101464523" text="STANDARD TWIN ROOM, LARGE ROOM 30SQM ROOM WITH TWO SINGLE BEDS, BATHROOM WITH BATH AND SHOWER FREE WIFI"/> <MealType code="1" text="Breakfast"/> <Price amt="868.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-901"> <Room> <RoomType code="89374543" text="STANDARD KING ROOM, LARGE ROOM 30 SQM WITH KING SIZE BED, BATHROOM WITH BATH AND SHOWER FREE WIFI"/> <MealType code="1000041" text="Room only"/> <Price amt="682.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-902"> <Room> <RoomType code="89374551" text="DELUXE KING ROOM, LARGE MODERN ROOM 30 SQM WITH KING BED, BATHROOM WITH BATH AND SHOWER FREE WIFI"/> <MealType code="1000019" text="Half board"/> <Price amt="1256.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-903"> <Room> <RoomType code="89374544" text="FAMILY ROOM TWIN, LARGE ROOM 45 SQM, 2 TWIN BEDS SOFA BED AND RLWY BED"/> <MealType code="1000041" text="Room only"/> <Price amt="832.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-904"> <Room> <RoomType code="89374544" text="FAMILY ROOM TWIN, LARGE ROOM 45 SQM, 2 TWIN BEDS SOFA BED AND RLWY BED"/> <MealType code="1000041" text="Room only"/> <Price amt="910.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-905"> <Room> <RoomType code="89374738" text="2 DELUXE CONNECTING ROOMS, 1 ROOM WITH KING BED / 1 ROOM WITH TWO BEDS, 30 SQ METERS EACH ROOM BATH AND SHOWER"/> <MealType code="1000041" text="Room only"/> <Price amt="1248.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-906"> <Room> <RoomType code="89374551" text="DELUXE KING ROOM, LARGE MODERN ROOM 30 SQM WITH KING BED, BATHROOM WITH BATH AND SHOWER FREE WIFI"/> <MealType code="1" text="Breakfast"/> <Price amt="832.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-907"> <Room> <RoomType code="89374739" text="EXECUTIVE KING ROOM, SPACIOUS ROOM 30SQM WITH KING SIZE BED, HIGH FLOOR EXECUTIVE LOUNGE AND FREE WIFI"/> <MealType code="1000041" text="Room only"/> <Price amt="961.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-908"> <Room> <RoomType code="101464522" text="EXECUTIVE PLUS TWIN ROOM, 45M2 WITH TWO SINGLE BEDS HIGH FLOOR, EXECUTIVE LOUNGE FREE WIFI NESPRESSO"/> <MealType code="1" text="Breakfast"/> <Price amt="1168.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-909"> <Room> <RoomType code="89374543" text="STANDARD KING ROOM, LARGE ROOM 30 SQM WITH KING SIZE BED, BATHROOM WITH BATH AND SHOWER FREE WIFI"/> <MealType code="1" text="Breakfast"/> <Price amt="868.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-910"> <Room> <RoomType code="89374738" text="2 DELUXE CONNECTING ROOMS, 1 ROOM WITH KING BED / 1 ROOM WITH TWO BEDS, 30 SQ METERS EACH ROOM BATH AND SHOWER"/> <MealType code="1" text="Breakfast"/> <Price amt="1493.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-911"> <Room> <RoomType code="89374543" text="STANDARD KING ROOM, LARGE ROOM 30 SQM WITH KING SIZE BED, BATHROOM WITH BATH AND SHOWER FREE WIFI"/> <MealType code="1" text="Breakfast"/> <Price amt="860.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-912"> <Room> <RoomType code="89374543" text="STANDARD KING ROOM, LARGE ROOM 30 SQM WITH KING SIZE BED, BATHROOM WITH BATH AND SHOWER FREE WIFI"/> <MealType code="1000041" text="Room only"/> <Price amt="745.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-913"> <Room> <RoomType code="101464523" text="STANDARD TWIN ROOM, LARGE ROOM 30SQM ROOM WITH TWO SINGLE BEDS, BATHROOM WITH BATH AND SHOWER FREE WIFI"/> <MealType code="1000041" text="Room only"/> <Price amt="745.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-914"> <Room> <RoomType code="89374546" text="FAMILY ROOM KING, LARGE ROOM 45 SQ M, KING BED SOFA BED AND RLWY BED"/> <MealType code="1" text="Breakfast"/> <Price amt="1034.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-915"> <Room> <RoomType code="101464521" text="DELUXE TWIN ROOM, LARGE MODERN ROOM 30SQM WITH TWO SINGLE BEDS, BATHROOM WITH BATH AND SHOWER FREE WIFI"/> <MealType code="1000041" text="Room only"/> <Price amt="719.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-916"> <Room> <RoomType code="101464523" text="STANDARD TWIN ROOM, LARGE ROOM 30SQM ROOM WITH TWO SINGLE BEDS, BATHROOM WITH BATH AND SHOWER FREE WIFI"/> <MealType code="1" text="Breakfast"/> <Price amt="860.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-917"> <Room> <RoomType code="89374544" text="FAMILY ROOM TWIN, LARGE ROOM 45 SQM, 2 TWIN BEDS SOFA BED AND RLWY BED"/> <MealType code="1" text="Breakfast"/> <Price amt="944.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-918"> <Room> <RoomType code="101464522" text="EXECUTIVE PLUS TWIN ROOM, 45M2 WITH TWO SINGLE BEDS HIGH FLOOR, EXECUTIVE LOUNGE FREE WIFI NESPRESSO"/> <MealType code="1" text="Breakfast"/> <Price amt="1159.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-919"> <Room> <RoomType code="89374546" text="FAMILY ROOM KING, LARGE ROOM 45 SQ M, KING BED SOFA BED AND RLWY BED"/> <MealType code="1000041" text="Room only"/> <Price amt="901.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-920"> <Room> <RoomType code="101464521" text="DELUXE TWIN ROOM, LARGE MODERN ROOM 30SQM WITH TWO SINGLE BEDS, BATHROOM WITH BATH AND SHOWER FREE WIFI"/> <MealType code="1000041" text="Room only"/> <Price amt="786.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-921"> <Room> <RoomType code="93445965" text="EXECUTIVE PLUS KING ROOM, 45M2 WITH KING SIZE BED HIGH FLOOR, EXECUTIVE LOUNGE FREE WIFI NESPRESSO"/> <MealType code="1000041" text="Room only"/> <Price amt="953.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-922"> <Room> <RoomType code="101464522" text="EXECUTIVE PLUS TWIN ROOM, 45M2 WITH TWO SINGLE BEDS HIGH FLOOR, EXECUTIVE LOUNGE FREE WIFI NESPRESSO"/> <MealType code="1000019" text="Half board"/> <Price amt="1514.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-923"> <Room> <RoomType code="89374546" text="FAMILY ROOM KING, LARGE ROOM 45 SQ M, KING BED SOFA BED AND RLWY BED"/> <MealType code="1" text="Breakfast"/> <Price amt="1025.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-924"> <Room> <RoomType code="93445965" text="EXECUTIVE PLUS KING ROOM, 45M2 WITH KING SIZE BED HIGH FLOOR, EXECUTIVE LOUNGE FREE WIFI NESPRESSO"/> <MealType code="1" text="Breakfast"/> <Price amt="1159.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-925"> <Room> <RoomType code="89374739" text="EXECUTIVE KING ROOM, SPACIOUS ROOM 30SQM WITH KING SIZE BED, HIGH FLOOR EXECUTIVE LOUNGE AND FREE WIFI"/> <MealType code="1000019" text="Half board"/> <Price amt="1431.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-926"> <Room> <RoomType code="101464521" text="DELUXE TWIN ROOM, LARGE MODERN ROOM 30SQM WITH TWO SINGLE BEDS, BATHROOM WITH BATH AND SHOWER FREE WIFI"/> <MealType code="1" text="Breakfast"/> <Price amt="910.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-927"> <Room> <RoomType code="93445965" text="EXECUTIVE PLUS KING ROOM, 45M2 WITH KING SIZE BED HIGH FLOOR, EXECUTIVE LOUNGE FREE WIFI NESPRESSO"/> <MealType code="1000041" text="Room only"/> <Price amt="1044.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-928"> <Room> <RoomType code="101464522" text="EXECUTIVE PLUS TWIN ROOM, 45M2 WITH TWO SINGLE BEDS HIGH FLOOR, EXECUTIVE LOUNGE FREE WIFI NESPRESSO"/> <MealType code="1000041" text="Room only"/> <Price amt="953.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-929"> <Room> <RoomType code="102641960" text="Deluxe King Room Large Modern Room 30 Sqm With King Bed Bathroom With Bath And Shower Free Wifi"/> <MealType code="1" text="Breakfast"/> <Price amt="866.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-930"> <Room> <RoomType code="102230971" text="Standard King Room Large Room 30 Sqm With King Size Bed Bathroom With Bath And Shower Free Wifi"/> <MealType code="1" text="Breakfast"/> <Price amt="827.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-931"> <Room> <RoomType code="110205014" text="Executive King Room Spacious Room 30sqm With King Size Bed High Floor Executive Lounge And Free Wifi"/> <MealType code="1" text="Breakfast"/> <Price amt="1033.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-932"> <Room> <RoomType code="110205015" text="Family Room King Large Room 45 Sq M King Bed Sofa Bed And Rlwy Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="984.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-933"> <Room> <RoomType code="95925995" text="Executive Plus King Room 45m2 With King Size Bed High Floor Executive Lounge Free Wifi Nespresso"/> <MealType code="1" text="Breakfast"/> <Price amt="1111.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-934"> <Room> <RoomType code="110205017" text="Deluxe Twin Room Large Modern Room 30sqm With Two Single Beds Bathroom With Bath And Shower Free Wifi"/> <MealType code="1" text="Breakfast"/> <Price amt="866.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-935"> <Room> <RoomType code="110205019" text="Standard Twin Room Large Room 30sqm Room With Two Single Beds Bathroom With Bath And Shower Free Wifi"/> <MealType code="1" text="Breakfast"/> <Price amt="827.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-936"> <Room> <RoomType code="110205021" text="Executive Plus Twin Room 45m2 With Two Single Beds High Floor Executive Lounge Free Wifi Nespresso"/> <MealType code="1" text="Breakfast"/> <Price amt="1111.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-937"> <Room> <RoomType code="106996581" text="Family Room Twin Large Room 45 Sqm 2 Twin Beds Sofa Bed And Rlwy Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="984.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-938"> <Room> <RoomType code="110205027" text="2 Deluxe Connecting Rooms 1 Room With King Bed / 1 Room With Two Beds 30 Sq Meters Each Room Bath And Shower"/> <MealType code="1" text="Breakfast"/> <Price amt="1422.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-939"> <Room> <RoomType code="102641960" text="Deluxe King Room Large Modern Room 30 Sqm With King Bed Bathroom With Bath And Shower Free Wifi"/> <MealType code="1" text="Breakfast"/> <Price amt="858.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-940"> <Room> <RoomType code="102230971" text="Standard King Room Large Room 30 Sqm With King Size Bed Bathroom With Bath And Shower Free Wifi"/> <MealType code="1" text="Breakfast"/> <Price amt="819.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-941"> <Room> <RoomType code="110205014" text="Executive King Room Spacious Room 30sqm With King Size Bed High Floor Executive Lounge And Free Wifi"/> <MealType code="1" text="Breakfast"/> <Price amt="1025.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-942"> <Room> <RoomType code="110205015" text="Family Room King Large Room 45 Sq M King Bed Sofa Bed And Rlwy Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="976.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-943"> <Room> <RoomType code="95925995" text="Executive Plus King Room 45m2 With King Size Bed High Floor Executive Lounge Free Wifi Nespresso"/> <MealType code="1" text="Breakfast"/> <Price amt="1104.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-944"> <Room> <RoomType code="110205017" text="Deluxe Twin Room Large Modern Room 30sqm With Two Single Beds Bathroom With Bath And Shower Free Wifi"/> <MealType code="1" text="Breakfast"/> <Price amt="858.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-945"> <Room> <RoomType code="110205019" text="Standard Twin Room Large Room 30sqm Room With Two Single Beds Bathroom With Bath And Shower Free Wifi"/> <MealType code="1" text="Breakfast"/> <Price amt="819.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-946"> <Room> <RoomType code="110205021" text="Executive Plus Twin Room 45m2 With Two Single Beds High Floor Executive Lounge Free Wifi Nespresso"/> <MealType code="1" text="Breakfast"/> <Price amt="1104.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-947"> <Room> <RoomType code="106996581" text="Family Room Twin Large Room 45 Sqm 2 Twin Beds Sofa Bed And Rlwy Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="976.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-948"> <Room> <RoomType code="110205027" text="2 Deluxe Connecting Rooms 1 Room With King Bed / 1 Room With Two Beds 30 Sq Meters Each Room Bath And Shower"/> <MealType code="1" text="Breakfast"/> <Price amt="1410.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-949"> <Room> <RoomType code="102641960" text="Deluxe King Room Large Modern Room 30 Sqm With King Bed Bathroom With Bath And Shower Free Wifi"/> <MealType code="1000041" text="Room only"/> <Price amt="742.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-950"> <Room> <RoomType code="102230971" text="Standard King Room Large Room 30 Sqm With King Size Bed Bathroom With Bath And Shower Free Wifi"/> <MealType code="1000041" text="Room only"/> <Price amt="703.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-951"> <Room> <RoomType code="110205014" text="Executive King Room Spacious Room 30sqm With King Size Bed High Floor Executive Lounge And Free Wifi"/> <MealType code="1000041" text="Room only"/> <Price amt="907.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-952"> <Room> <RoomType code="110205015" text="Family Room King Large Room 45 Sq M King Bed Sofa Bed And Rlwy Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="858.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-953"> <Room> <RoomType code="95925995" text="Executive Plus King Room 45m2 With King Size Bed High Floor Executive Lounge Free Wifi Nespresso"/> <MealType code="1000041" text="Room only"/> <Price amt="984.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-954"> <Room> <RoomType code="110205017" text="Deluxe Twin Room Large Modern Room 30sqm With Two Single Beds Bathroom With Bath And Shower Free Wifi"/> <MealType code="1000041" text="Room only"/> <Price amt="742.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-955"> <Room> <RoomType code="110205019" text="Standard Twin Room Large Room 30sqm Room With Two Single Beds Bathroom With Bath And Shower Free Wifi"/> <MealType code="1000041" text="Room only"/> <Price amt="703.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-956"> <Room> <RoomType code="110205021" text="Executive Plus Twin Room 45m2 With Two Single Beds High Floor Executive Lounge Free Wifi Nespresso"/> <MealType code="1000041" text="Room only"/> <Price amt="984.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-957"> <Room> <RoomType code="106996581" text="Family Room Twin Large Room 45 Sqm 2 Twin Beds Sofa Bed And Rlwy Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="858.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-958"> <Room> <RoomType code="110205027" text="2 Deluxe Connecting Rooms 1 Room With King Bed / 1 Room With Two Beds 30 Sq Meters Each Room Bath And Shower"/> <MealType code="1000041" text="Room only"/> <Price amt="1292.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-959"> <Room> <RoomType code="102641960" text="Deluxe King Room Large Modern Room 30 Sqm With King Bed Bathroom With Bath And Shower Free Wifi"/> <MealType code="1" text="Breakfast"/> <Price amt="773.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-960"> <Room> <RoomType code="102230971" text="Standard King Room Large Room 30 Sqm With King Size Bed Bathroom With Bath And Shower Free Wifi"/> <MealType code="1" text="Breakfast"/> <Price amt="738.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-961"> <Room> <RoomType code="110205014" text="Executive King Room Spacious Room 30sqm With King Size Bed High Floor Executive Lounge And Free Wifi"/> <MealType code="1" text="Breakfast"/> <Price amt="920.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-962"> <Room> <RoomType code="110205015" text="Family Room King Large Room 45 Sq M King Bed Sofa Bed And Rlwy Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="877.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-963"> <Room> <RoomType code="95925995" text="Executive Plus King Room 45m2 With King Size Bed High Floor Executive Lounge Free Wifi Nespresso"/> <MealType code="1" text="Breakfast"/> <Price amt="990.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-964"> <Room> <RoomType code="110205017" text="Deluxe Twin Room Large Modern Room 30sqm With Two Single Beds Bathroom With Bath And Shower Free Wifi"/> <MealType code="1" text="Breakfast"/> <Price amt="773.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-965"> <Room> <RoomType code="110205019" text="Standard Twin Room Large Room 30sqm Room With Two Single Beds Bathroom With Bath And Shower Free Wifi"/> <MealType code="1" text="Breakfast"/> <Price amt="738.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-966"> <Room> <RoomType code="110205021" text="Executive Plus Twin Room 45m2 With Two Single Beds High Floor Executive Lounge Free Wifi Nespresso"/> <MealType code="1" text="Breakfast"/> <Price amt="990.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-967"> <Room> <RoomType code="106996581" text="Family Room Twin Large Room 45 Sqm 2 Twin Beds Sofa Bed And Rlwy Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="877.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-968"> <Room> <RoomType code="110205027" text="2 Deluxe Connecting Rooms 1 Room With King Bed / 1 Room With Two Beds 30 Sq Meters Each Room Bath And Shower"/> <MealType code="1" text="Breakfast"/> <Price amt="1263.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-969"> <Room> <RoomType code="102641960" text="Deluxe King Room Large Modern Room 30 Sqm With King Bed Bathroom With Bath And Shower Free Wifi"/> <MealType code="1000041" text="Room only"/> <Price amt="669.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-970"> <Room> <RoomType code="102230971" text="Standard King Room Large Room 30 Sqm With King Size Bed Bathroom With Bath And Shower Free Wifi"/> <MealType code="1000041" text="Room only"/> <Price amt="634.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-971"> <Room> <RoomType code="110205014" text="Executive King Room Spacious Room 30sqm With King Size Bed High Floor Executive Lounge And Free Wifi"/> <MealType code="1000041" text="Room only"/> <Price amt="816.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-972"> <Room> <RoomType code="110205015" text="Family Room King Large Room 45 Sq M King Bed Sofa Bed And Rlwy Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="773.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-973"> <Room> <RoomType code="95925995" text="Executive Plus King Room 45m2 With King Size Bed High Floor Executive Lounge Free Wifi Nespresso"/> <MealType code="1000041" text="Room only"/> <Price amt="886.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-974"> <Room> <RoomType code="110205017" text="Deluxe Twin Room Large Modern Room 30sqm With Two Single Beds Bathroom With Bath And Shower Free Wifi"/> <MealType code="1000041" text="Room only"/> <Price amt="669.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-975"> <Room> <RoomType code="110205019" text="Standard Twin Room Large Room 30sqm Room With Two Single Beds Bathroom With Bath And Shower Free Wifi"/> <MealType code="1000041" text="Room only"/> <Price amt="634.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-976"> <Room> <RoomType code="110205021" text="Executive Plus Twin Room 45m2 With Two Single Beds High Floor Executive Lounge Free Wifi Nespresso"/> <MealType code="1000041" text="Room only"/> <Price amt="886.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-977"> <Room> <RoomType code="106996581" text="Family Room Twin Large Room 45 Sqm 2 Twin Beds Sofa Bed And Rlwy Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="773.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-978"> <Room> <RoomType code="110205027" text="2 Deluxe Connecting Rooms 1 Room With King Bed / 1 Room With Two Beds 30 Sq Meters Each Room Bath And Shower"/> <MealType code="1000041" text="Room only"/> <Price amt="1159.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-979"> <Room> <RoomType code="102641960" text="Deluxe King Room Large Modern Room 30 Sqm With King Bed Bathroom With Bath And Shower Free Wifi"/> <MealType code="1" text="Breakfast"/> <Price amt="1196.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-980"> <Room> <RoomType code="102230971" text="Standard King Room Large Room 30 Sqm With King Size Bed Bathroom With Bath And Shower Free Wifi"/> <MealType code="1" text="Breakfast"/> <Price amt="1156.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-981"> <Room> <RoomType code="110205014" text="Executive King Room Spacious Room 30sqm With King Size Bed High Floor Executive Lounge And Free Wifi"/> <MealType code="1" text="Breakfast"/> <Price amt="1363.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-982"> <Room> <RoomType code="110205015" text="Family Room King Large Room 45 Sq M King Bed Sofa Bed And Rlwy Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1314.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-983"> <Room> <RoomType code="95925995" text="Executive Plus King Room 45m2 With King Size Bed High Floor Executive Lounge Free Wifi Nespresso"/> <MealType code="1" text="Breakfast"/> <Price amt="1441.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-984"> <Room> <RoomType code="110205017" text="Deluxe Twin Room Large Modern Room 30sqm With Two Single Beds Bathroom With Bath And Shower Free Wifi"/> <MealType code="1" text="Breakfast"/> <Price amt="1196.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-985"> <Room> <RoomType code="110205019" text="Standard Twin Room Large Room 30sqm Room With Two Single Beds Bathroom With Bath And Shower Free Wifi"/> <MealType code="1" text="Breakfast"/> <Price amt="1156.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-986"> <Room> <RoomType code="110205021" text="Executive Plus Twin Room 45m2 With Two Single Beds High Floor Executive Lounge Free Wifi Nespresso"/> <MealType code="1" text="Breakfast"/> <Price amt="1441.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-987"> <Room> <RoomType code="106996581" text="Family Room Twin Large Room 45 Sqm 2 Twin Beds Sofa Bed And Rlwy Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1314.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-988"> <Room> <RoomType code="110205027" text="2 Deluxe Connecting Rooms 1 Room With King Bed / 1 Room With Two Beds 30 Sq Meters Each Room Bath And Shower"/> <MealType code="1" text="Breakfast"/> <Price amt="1752.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-989"> <Room> <RoomType code="102641960" text="Deluxe King Room Large Modern Room 30 Sqm With King Bed Bathroom With Bath And Shower Free Wifi"/> <MealType code="1000041" text="Room only"/> <Price amt="748.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-990"> <Room> <RoomType code="102230971" text="Standard King Room Large Room 30 Sqm With King Size Bed Bathroom With Bath And Shower Free Wifi"/> <MealType code="1000041" text="Room only"/> <Price amt="709.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-991"> <Room> <RoomType code="110205014" text="Executive King Room Spacious Room 30sqm With King Size Bed High Floor Executive Lounge And Free Wifi"/> <MealType code="1000041" text="Room only"/> <Price amt="915.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-992"> <Room> <RoomType code="110205015" text="Family Room King Large Room 45 Sq M King Bed Sofa Bed And Rlwy Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="866.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-993"> <Room> <RoomType code="95925995" text="Executive Plus King Room 45m2 With King Size Bed High Floor Executive Lounge Free Wifi Nespresso"/> <MealType code="1000041" text="Room only"/> <Price amt="994.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-994"> <Room> <RoomType code="110205017" text="Deluxe Twin Room Large Modern Room 30sqm With Two Single Beds Bathroom With Bath And Shower Free Wifi"/> <MealType code="1000041" text="Room only"/> <Price amt="748.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-995"> <Room> <RoomType code="110205019" text="Standard Twin Room Large Room 30sqm Room With Two Single Beds Bathroom With Bath And Shower Free Wifi"/> <MealType code="1000041" text="Room only"/> <Price amt="709.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-996"> <Room> <RoomType code="110205021" text="Executive Plus Twin Room 45m2 With Two Single Beds High Floor Executive Lounge Free Wifi Nespresso"/> <MealType code="1000041" text="Room only"/> <Price amt="994.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-997"> <Room> <RoomType code="106996581" text="Family Room Twin Large Room 45 Sqm 2 Twin Beds Sofa Bed And Rlwy Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="866.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-998"> <Room> <RoomType code="110205027" text="2 Deluxe Connecting Rooms 1 Room With King Bed / 1 Room With Two Beds 30 Sq Meters Each Room Bath And Shower"/> <MealType code="1000041" text="Room only"/> <Price amt="1304.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-999"> <Room> <RoomType code="7194490" text="Standard King Room"/> <MealType code="1000041" text="Room only"/> <Price amt="421.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1000"> <Room> <RoomType code="7194490" text="Standard King Room"/> <MealType code="1000041" text="Room only"/> <Price amt="497.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1001"> <Room> <RoomType code="7194490" text="Standard King Room"/> <MealType code="1" text="Breakfast"/> <Price amt="551.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1002"> <Room> <RoomType code="7194490" text="Standard King Room"/> <MealType code="1" text="Breakfast"/> <Price amt="649.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1003"> <Room> <RoomType code="3546341" text="Deluxe King Room"/> <MealType code="1000041" text="Room only"/> <Price amt="486.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1004"> <Room> <RoomType code="3546341" text="Deluxe King Room"/> <MealType code="1000041" text="Room only"/> <Price amt="573.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1005"> <Room> <RoomType code="3546341" text="Deluxe King Room"/> <MealType code="1" text="Breakfast"/> <Price amt="617.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1006"> <Room> <RoomType code="3546341" text="Deluxe King Room"/> <MealType code="1" text="Breakfast"/> <Price amt="724.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1007"> <Room> <RoomType code="110205069" text="Executive King Room"/> <MealType code="1000041" text="Room only"/> <Price amt="740.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1008"> <Room> <RoomType code="110205069" text="Executive King Room"/> <MealType code="1" text="Breakfast"/> <Price amt="804.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1009"> <Room> <RoomType code="110205069" text="Executive King Room"/> <MealType code="1000041" text="Room only"/> <Price amt="871.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1010"> <Room> <RoomType code="110205069" text="Executive King Room"/> <MealType code="1" text="Breakfast"/> <Price amt="947.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1011"> <Room> <RoomType code="1030722" text="Deluxe Triple"/> <MealType code="1000041" text="Room only"/> <Price amt="775.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1012"> <Room> <RoomType code="110205071" text="king executive plus room"/> <MealType code="1000041" text="Room only"/> <Price amt="826.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1013"> <Room> <RoomType code="110205071" text="king executive plus room"/> <MealType code="1" text="Breakfast"/> <Price amt="890.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1014"> <Room> <RoomType code="110205071" text="king executive plus room"/> <MealType code="1000041" text="Room only"/> <Price amt="972.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1015"> <Room> <RoomType code="110205071" text="king executive plus room"/> <MealType code="1" text="Breakfast"/> <Price amt="1048.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1016"> <Room> <RoomType code="110205073" text="TRIPLE EXECUTIVE PLUS"/> <MealType code="1000041" text="Room only"/> <Price amt="998.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1017"> <Room> <RoomType code="110205073" text="TRIPLE EXECUTIVE PLUS"/> <MealType code="1" text="Breakfast"/> <Price amt="1062.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1018"> <Room> <RoomType code="110205073" text="TRIPLE EXECUTIVE PLUS"/> <MealType code="1000041" text="Room only"/> <Price amt="1175.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1019"> <Room> <RoomType code="110205073" text="TRIPLE EXECUTIVE PLUS"/> <MealType code="1" text="Breakfast"/> <Price amt="1251.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1020"> <Room> <RoomType code="1233247" text="TWIN GUEST ROOM"/> <MealType code="1000041" text="Room only"/> <Price amt="672.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1021"> <Room> <RoomType code="25998670" text="King Guest Room"/> <MealType code="1000041" text="Room only"/> <Price amt="672.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1022"> <Room> <RoomType code="64859745" text="KING DELUXE ROOM RENOVATED"/> <MealType code="1000041" text="Room only"/> <Price amt="714.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1023"> <Room> <RoomType code="64859749" text="TWIN DELUXE ROOM RENOVATED"/> <MealType code="1000041" text="Room only"/> <Price amt="714.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1024"> <Room> <RoomType code="64647393" text="Twin Bed Family Room"/> <MealType code="1000041" text="Room only"/> <Price amt="839.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1025"> <Room> <RoomType code="64859746" text="KING BED FAMILY ROOM"/> <MealType code="1000041" text="Room only"/> <Price amt="839.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1026"> <Room> <RoomType code="64859747" text="KING EXECUTIVE RENOVATED"/> <MealType code="1000041" text="Room only"/> <Price amt="891.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1027"> <Room> <RoomType code="7463342" text="Family Room, 2 Bedrooms"/> <MealType code="1" text="Breakfast"/> <Price amt="1316.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1028"> <Room> <RoomType code="7463342" text="Family Room, 2 Bedrooms"/> <MealType code="1000041" text="Room only"/> <Price amt="1201.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1029"> <Room> <RoomType code="7463342" text="Family Room, 2 Bedrooms"/> <MealType code="1000019" text="Half board"/> <Price amt="1834.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1030"> <Room> <RoomType code="7463342" text="Family Room, 2 Bedrooms"/> <MealType code="1000041" text="Room only"/> <Price amt="1330.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-1031"> <Room> <RoomType code="7463342" text="Family Room, 2 Bedrooms"/> <MealType code="1" text="Breakfast"/> <Price amt="1354.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1032"> <Room> <RoomType code="7463342" text="Family Room, 2 Bedrooms"/> <MealType code="1" text="Breakfast"/> <Price amt="1460.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-1033"> <Room> <RoomType code="19334369" text="Room, 1 King Bed"/> <MealType code="1000019" text="Half board"/> <Price amt="1183.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1034"> <Room> <RoomType code="19334369" text="Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="814.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-1035"> <Room> <RoomType code="19334369" text="Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="735.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1036"> <Room> <RoomType code="19334369" text="Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="761.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1037"> <Room> <RoomType code="19334369" text="Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="632.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1038"> <Room> <RoomType code="19334369" text="Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="686.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-1039"> <Room> <RoomType code="19334369" text="Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="620.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1040"> <Room> <RoomType code="110205052" text="Executive Room, 1 King Bed (Newly Renovated)"/> <MealType code="1" text="Breakfast"/> <Price amt="936.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1041"> <Room> <RoomType code="110205052" text="Executive Room, 1 King Bed (Newly Renovated)"/> <MealType code="1" text="Breakfast"/> <Price amt="965.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1042"> <Room> <RoomType code="110205052" text="Executive Room, 1 King Bed (Newly Renovated)"/> <MealType code="1000041" text="Room only"/> <Price amt="821.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1043"> <Room> <RoomType code="110205052" text="Executive Room, 1 King Bed (Newly Renovated)"/> <MealType code="1000019" text="Half board"/> <Price amt="1408.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1044"> <Room> <RoomType code="110205052" text="Executive Room, 1 King Bed (Newly Renovated)"/> <MealType code="1000041" text="Room only"/> <Price amt="910.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-1045"> <Room> <RoomType code="110205052" text="Executive Room, 1 King Bed (Newly Renovated)"/> <MealType code="1000041" text="Room only"/> <Price amt="837.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1046"> <Room> <RoomType code="110205052" text="Executive Room, 1 King Bed (Newly Renovated)"/> <MealType code="1" text="Breakfast"/> <Price amt="1039.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-1047"> <Room> <RoomType code="58466694" text="Deluxe Room, 1 King Bed (Newly Renovated)"/> <MealType code="1" text="Breakfast"/> <Price amt="773.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1048"> <Room> <RoomType code="58466694" text="Deluxe Room, 1 King Bed (Newly Renovated)"/> <MealType code="1000041" text="Room only"/> <Price amt="658.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1049"> <Room> <RoomType code="58466694" text="Deluxe Room, 1 King Bed (Newly Renovated)"/> <MealType code="1" text="Breakfast"/> <Price amt="856.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-1050"> <Room> <RoomType code="58466694" text="Deluxe Room, 1 King Bed (Newly Renovated)"/> <MealType code="1000019" text="Half board"/> <Price amt="1226.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1051"> <Room> <RoomType code="58466694" text="Deluxe Room, 1 King Bed (Newly Renovated)"/> <MealType code="1" text="Breakfast"/> <Price amt="800.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1052"> <Room> <RoomType code="58466694" text="Deluxe Room, 1 King Bed (Newly Renovated)"/> <MealType code="1000041" text="Room only"/> <Price amt="729.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-1053"> <Room> <RoomType code="5091559" text="Deluxe Twin Room"/> <MealType code="1000019" text="Half board"/> <Price amt="1226.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1054"> <Room> <RoomType code="5091559" text="Deluxe Twin Room"/> <MealType code="1" text="Breakfast"/> <Price amt="856.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-1055"> <Room> <RoomType code="5091559" text="Deluxe Twin Room"/> <MealType code="1000041" text="Room only"/> <Price amt="658.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1056"> <Room> <RoomType code="5091559" text="Deluxe Twin Room"/> <MealType code="1" text="Breakfast"/> <Price amt="800.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1057"> <Room> <RoomType code="5091559" text="Deluxe Twin Room"/> <MealType code="1000041" text="Room only"/> <Price amt="729.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-1058"> <Room> <RoomType code="5091559" text="Deluxe Twin Room"/> <MealType code="1" text="Breakfast"/> <Price amt="773.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1059"> <Room> <RoomType code="34004342" text="Family Twin Room"/> <MealType code="1" text="Breakfast"/> <Price amt="916.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1060"> <Room> <RoomType code="34004342" text="Family Twin Room"/> <MealType code="1000019" text="Half board"/> <Price amt="1355.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1061"> <Room> <RoomType code="34004342" text="Family Twin Room"/> <MealType code="1000041" text="Room only"/> <Price amt="856.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-1062"> <Room> <RoomType code="34004342" text="Family Twin Room"/> <MealType code="1" text="Breakfast"/> <Price amt="888.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1063"> <Room> <RoomType code="34004342" text="Family Twin Room"/> <MealType code="1" text="Breakfast"/> <Price amt="985.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-1064"> <Room> <RoomType code="34004342" text="Family Twin Room"/> <MealType code="1000041" text="Room only"/> <Price amt="773.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1065"> <Room> <RoomType code="1004402" text="Twin room"/> <MealType code="1" text="Breakfast"/> <Price amt="735.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1066"> <Room> <RoomType code="1004402" text="Twin room"/> <MealType code="1000041" text="Room only"/> <Price amt="620.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1067"> <Room> <RoomType code="1004402" text="Twin room"/> <MealType code="1000019" text="Half board"/> <Price amt="1183.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1068"> <Room> <RoomType code="1004402" text="Twin room"/> <MealType code="1000041" text="Room only"/> <Price amt="632.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1069"> <Room> <RoomType code="1004402" text="Twin room"/> <MealType code="1" text="Breakfast"/> <Price amt="761.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1070"> <Room> <RoomType code="1004402" text="Twin room"/> <MealType code="1000041" text="Room only"/> <Price amt="686.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-1071"> <Room> <RoomType code="1004402" text="Twin room"/> <MealType code="1" text="Breakfast"/> <Price amt="814.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-1072"> <Room> <RoomType code="110205055" text="Executive Twin Room (Plus - Newly Renovated)"/> <MealType code="1" text="Breakfast"/> <Price amt="1013.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1073"> <Room> <RoomType code="110205055" text="Executive Twin Room (Plus - Newly Renovated)"/> <MealType code="1000041" text="Room only"/> <Price amt="898.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1074"> <Room> <RoomType code="110205055" text="Executive Twin Room (Plus - Newly Renovated)"/> <MealType code="1" text="Breakfast"/> <Price amt="1125.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-1075"> <Room> <RoomType code="110205055" text="Executive Twin Room (Plus - Newly Renovated)"/> <MealType code="1" text="Breakfast"/> <Price amt="1046.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1076"> <Room> <RoomType code="110205055" text="Executive Twin Room (Plus - Newly Renovated)"/> <MealType code="1000041" text="Room only"/> <Price amt="995.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-1077"> <Room> <RoomType code="110205055" text="Executive Twin Room (Plus - Newly Renovated)"/> <MealType code="1000019" text="Half board"/> <Price amt="1494.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1078"> <Room> <RoomType code="110205058" text="Executive Room, 1 King Bed (Plus, Newly Renovated)"/> <MealType code="1" text="Breakfast"/> <Price amt="1125.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-1079"> <Room> <RoomType code="110205058" text="Executive Room, 1 King Bed (Plus, Newly Renovated)"/> <MealType code="1" text="Breakfast"/> <Price amt="1046.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1080"> <Room> <RoomType code="110205058" text="Executive Room, 1 King Bed (Plus, Newly Renovated)"/> <MealType code="1000041" text="Room only"/> <Price amt="995.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-1081"> <Room> <RoomType code="110205058" text="Executive Room, 1 King Bed (Plus, Newly Renovated)"/> <MealType code="1" text="Breakfast"/> <Price amt="1013.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1082"> <Room> <RoomType code="110205058" text="Executive Room, 1 King Bed (Plus, Newly Renovated)"/> <MealType code="1000041" text="Room only"/> <Price amt="898.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1083"> <Room> <RoomType code="110205058" text="Executive Room, 1 King Bed (Plus, Newly Renovated)"/> <MealType code="1000019" text="Half board"/> <Price amt="1494.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1084"> <Room> <RoomType code="8600898" text="Family Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="985.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-1085"> <Room> <RoomType code="8600898" text="Family Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="916.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1086"> <Room> <RoomType code="8600898" text="Family Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="773.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1087"> <Room> <RoomType code="8600898" text="Family Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="888.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1088"> <Room> <RoomType code="8600898" text="Family Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="856.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-1089"> <Room> <RoomType code="8600898" text="Family Room, 1 King Bed"/> <MealType code="1000019" text="Half board"/> <Price amt="1355.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_79485398"> <Hotel id="79485398" name="Pullman Paris Roissy CDG Airport"/> <Result id="796491517-2314"> <Room> <RoomType code="1002814" text="Twin Classic"/> <MealType code="1000041" text="Room only"/> <Price amt="620.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2315"> <Room> <RoomType code="1002814" text="Twin Classic"/> <MealType code="1" text="Breakfast"/> <Price amt="815.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2316"> <Room> <RoomType code="1002814" text="Twin Classic"/> <MealType code="1000019" text="Half board"/> <Price amt="1294.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2317"> <Room> <RoomType code="1002814" text="Twin Classic"/> <MealType code="1" text="Breakfast"/> <Price amt="1346.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2318"> <Room> <RoomType code="41771336" text="Classic Room, 1 King size bed"/> <MealType code="1000041" text="Room only"/> <Price amt="620.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2319"> <Room> <RoomType code="41771336" text="Classic Room, 1 King size bed"/> <MealType code="1" text="Breakfast"/> <Price amt="815.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2320"> <Room> <RoomType code="41771336" text="Classic Room, 1 King size bed"/> <MealType code="1000019" text="Half board"/> <Price amt="1294.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2321"> <Room> <RoomType code="41771336" text="Classic Room, 1 King size bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1346.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2322"> <Room> <RoomType code="41539646" text="Superior room, 1 King size bed"/> <MealType code="1000041" text="Room only"/> <Price amt="665.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2323"> <Room> <RoomType code="41539646" text="Superior room, 1 King size bed"/> <MealType code="1" text="Breakfast"/> <Price amt="860.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2324"> <Room> <RoomType code="41539646" text="Superior room, 1 King size bed"/> <MealType code="1000019" text="Half board"/> <Price amt="1349.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2325"> <Room> <RoomType code="41539646" text="Superior room, 1 King size bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1400.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2326"> <Room> <RoomType code="8427303" text="Superior Room, 2 Single Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="665.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2327"> <Room> <RoomType code="8427303" text="Superior Room, 2 Single Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="860.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2328"> <Room> <RoomType code="8427303" text="Superior Room, 2 Single Beds"/> <MealType code="1000019" text="Half board"/> <Price amt="1349.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2329"> <Room> <RoomType code="8427303" text="Superior Room, 2 Single Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="1400.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2330"> <Room> <RoomType code="82164316" text="DELUXE ROOMS, 2 single beds"/> <MealType code="1000041" text="Room only"/> <Price amt="712.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2331"> <Room> <RoomType code="82164316" text="DELUXE ROOMS, 2 single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="906.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2332"> <Room> <RoomType code="82164316" text="DELUXE ROOMS, 2 single beds"/> <MealType code="1000019" text="Half board"/> <Price amt="1405.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2333"> <Room> <RoomType code="82164316" text="DELUXE ROOMS, 2 single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="1457.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2334"> <Room> <RoomType code="41768079" text="DELUXE ROOM, 1 King Size Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="712.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2335"> <Room> <RoomType code="41768079" text="DELUXE ROOM, 1 King Size Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="906.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2336"> <Room> <RoomType code="41768079" text="DELUXE ROOM, 1 King Size Bed"/> <MealType code="1000019" text="Half board"/> <Price amt="1405.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2337"> <Room> <RoomType code="41768079" text="DELUXE ROOM, 1 King Size Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1457.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2338"> <Room> <RoomType code="60395396" text="SUPERIOR SUITE, 1 King Size Bed (79&quot; [200 cm]), 1 convertible sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="1365.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2339"> <Room> <RoomType code="60395396" text="SUPERIOR SUITE, 1 King Size Bed (79&quot; [200 cm]), 1 convertible sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="1446.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2340"> <Room> <RoomType code="60395396" text="SUPERIOR SUITE, 1 King Size Bed (79&quot; [200 cm]), 1 convertible sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1527.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2341"> <Room> <RoomType code="60395396" text="SUPERIOR SUITE, 1 King Size Bed (79&quot; [200 cm]), 1 convertible sofa bed"/> <MealType code="1000019" text="Half board"/> <Price amt="1850.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2342"> <Room> <RoomType code="60395396" text="SUPERIOR SUITE, 1 King Size Bed (79&quot; [200 cm]), 1 convertible sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1996.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2343"> <Room> <RoomType code="41530088" text="Classic Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="582.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2344"> <Room> <RoomType code="41530088" text="Classic Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="762.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2345"> <Room> <RoomType code="41530088" text="Classic Room, 2 Twin Beds"/> <MealType code="1000019" text="Half board"/> <Price amt="1514.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2346"> <Room> <RoomType code="41530088" text="Classic Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="647.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2347"> <Room> <RoomType code="41530088" text="Classic Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="1097.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2348"> <Room> <RoomType code="41530088" text="Classic Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="605.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2349"> <Room> <RoomType code="41530088" text="Classic Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="847.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2350"> <Room> <RoomType code="41530088" text="Classic Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="970.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2351"> <Room> <RoomType code="41530088" text="Classic Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="720.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2352"> <Room> <RoomType code="41530088" text="Classic Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="853.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2353"> <Room> <RoomType code="41530088" text="Classic Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="813.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2354"> <Room> <RoomType code="41530088" text="Classic Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="839.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2355"> <Room> <RoomType code="7604839" text="Superior Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="908.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2356"> <Room> <RoomType code="7604839" text="Superior Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="899.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2357"> <Room> <RoomType code="7604839" text="Superior Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="886.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2358"> <Room> <RoomType code="7604839" text="Superior Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1158.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2359"> <Room> <RoomType code="7604839" text="Superior Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1022.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2360"> <Room> <RoomType code="7604839" text="Superior Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="694.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2361"> <Room> <RoomType code="7604839" text="Superior Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1068.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2362"> <Room> <RoomType code="7604839" text="Superior Room, 1 King Bed"/> <MealType code="1000019" text="Half board"/> <Price amt="1575.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2363"> <Room> <RoomType code="7604839" text="Superior Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="649.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2364"> <Room> <RoomType code="7604839" text="Superior Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="817.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2365"> <Room> <RoomType code="7604839" text="Superior Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="857.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2366"> <Room> <RoomType code="7604839" text="Superior Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="625.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2367"> <Room> <RoomType code="7604839" text="Superior Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="772.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2368"> <Room> <RoomType code="7368790" text="Classic Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="762.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2369"> <Room> <RoomType code="7368790" text="Classic Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="970.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2370"> <Room> <RoomType code="7368790" text="Classic Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="582.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2371"> <Room> <RoomType code="7368790" text="Classic Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="813.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2372"> <Room> <RoomType code="7368790" text="Classic Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="647.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2373"> <Room> <RoomType code="7368790" text="Classic Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="720.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2374"> <Room> <RoomType code="7368790" text="Classic Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="847.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2375"> <Room> <RoomType code="7368790" text="Classic Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1012.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2376"> <Room> <RoomType code="7368790" text="Classic Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1097.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2377"> <Room> <RoomType code="7368790" text="Classic Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="853.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2378"> <Room> <RoomType code="7368790" text="Classic Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="839.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2379"> <Room> <RoomType code="7368790" text="Classic Room, 1 King Bed"/> <MealType code="1000019" text="Half board"/> <Price amt="1514.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2380"> <Room> <RoomType code="7368790" text="Classic Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="605.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2381"> <Room> <RoomType code="3314228" text="Run Of House"/> <MealType code="1" text="Breakfast"/> <Price amt="886.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2382"> <Room> <RoomType code="3314228" text="Run Of House"/> <MealType code="1000041" text="Room only"/> <Price amt="625.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2383"> <Room> <RoomType code="3314228" text="Run Of House"/> <MealType code="1" text="Breakfast"/> <Price amt="857.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2384"> <Room> <RoomType code="3314228" text="Run Of House"/> <MealType code="1000041" text="Room only"/> <Price amt="694.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2385"> <Room> <RoomType code="3314228" text="Run Of House"/> <MealType code="1000019" text="Half board"/> <Price amt="1506.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2386"> <Room> <RoomType code="87173749" text="Deluxe Room, 1 King Bed (Upper Floor)"/> <MealType code="1000041" text="Room only"/> <Price amt="668.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2387"> <Room> <RoomType code="87173749" text="Deluxe Room, 1 King Bed (Upper Floor)"/> <MealType code="1" text="Breakfast"/> <Price amt="1222.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2388"> <Room> <RoomType code="87173749" text="Deluxe Room, 1 King Bed (Upper Floor)"/> <MealType code="1000041" text="Room only"/> <Price amt="695.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2389"> <Room> <RoomType code="87173749" text="Deluxe Room, 1 King Bed (Upper Floor)"/> <MealType code="1" text="Breakfast"/> <Price amt="934.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2390"> <Room> <RoomType code="87173749" text="Deluxe Room, 1 King Bed (Upper Floor)"/> <MealType code="1" text="Breakfast"/> <Price amt="1125.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2391"> <Room> <RoomType code="87173749" text="Deluxe Room, 1 King Bed (Upper Floor)"/> <MealType code="1000041" text="Room only"/> <Price amt="826.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2392"> <Room> <RoomType code="87173749" text="Deluxe Room, 1 King Bed (Upper Floor)"/> <MealType code="1" text="Breakfast"/> <Price amt="1076.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2393"> <Room> <RoomType code="87173749" text="Deluxe Room, 1 King Bed (Upper Floor)"/> <MealType code="1000041" text="Room only"/> <Price amt="743.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2394"> <Room> <RoomType code="87173749" text="Deluxe Room, 1 King Bed (Upper Floor)"/> <MealType code="1" text="Breakfast"/> <Price amt="946.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2395"> <Room> <RoomType code="87173749" text="Deluxe Room, 1 King Bed (Upper Floor)"/> <MealType code="1000041" text="Room only"/> <Price amt="874.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2396"> <Room> <RoomType code="87173749" text="Deluxe Room, 1 King Bed (Upper Floor)"/> <MealType code="1000019" text="Half board"/> <Price amt="1639.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2397"> <Room> <RoomType code="87173749" text="Deluxe Room, 1 King Bed (Upper Floor)"/> <MealType code="1" text="Breakfast"/> <Price amt="903.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2398"> <Room> <RoomType code="87173749" text="Deluxe Room, 1 King Bed (Upper Floor)"/> <MealType code="1000041" text="Room only"/> <Price amt="972.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2399"> <Room> <RoomType code="24124802" text="Superior Suite, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1828.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2400"> <Room> <RoomType code="24124802" text="Superior Suite, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1398.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2401"> <Room> <RoomType code="24124802" text="Superior Suite, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1591.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2402"> <Room> <RoomType code="24124802" text="Superior Suite, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="1578.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2403"> <Room> <RoomType code="24124802" text="Superior Suite, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="1420.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2404"> <Room> <RoomType code="24124802" text="Superior Suite, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1400.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2405"> <Room> <RoomType code="24124802" text="Superior Suite, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1670.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2406"> <Room> <RoomType code="24124802" text="Superior Suite, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="1207.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2407"> <Room> <RoomType code="24124802" text="Superior Suite, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1354.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2408"> <Room> <RoomType code="24124802" text="Superior Suite, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="1341.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2409"> <Room> <RoomType code="24124802" text="Superior Suite, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1342.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2410"> <Room> <RoomType code="24124802" text="Superior Suite, 1 King Bed"/> <MealType code="1000019" text="Half board"/> <Price amt="2245.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2411"> <Room> <RoomType code="24124802" text="Superior Suite, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="1128.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2412"> <Room> <RoomType code="24124802" text="Superior Suite, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="1086.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2413"> <Room> <RoomType code="35597008" text="Deluxe Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="668.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2414"> <Room> <RoomType code="35597008" text="Deluxe Room, 2 Twin Beds"/> <MealType code="1000019" text="Half board"/> <Price amt="1567.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2415"> <Room> <RoomType code="35597008" text="Deluxe Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="903.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2416"> <Room> <RoomType code="35597008" text="Deluxe Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="934.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2417"> <Room> <RoomType code="35597008" text="Deluxe Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="743.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_387382892"> <Hotel id="387382892" name="Moxy Paris Charles De Gaulle Airport"/> <Result id="796491517-3255"> <Room> <RoomType code="110155282" text="Moxy Queen Sleeper, Guest Room, 1 Queen"/> <MealType code="1000041" text="Room only"/> <Price amt="555.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3256"> <Room> <RoomType code="110155283" text="Moxy Twin Sleeper, Guest Room, 2 Twin"/> <MealType code="1000041" text="Room only"/> <Price amt="555.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3257"> <Room> <RoomType code="110155282" text="Moxy Queen Sleeper, Guest Room, 1 Queen"/> <MealType code="1000041" text="Room only"/> <Price amt="451.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3258"> <Room> <RoomType code="110155283" text="Moxy Twin Sleeper, Guest Room, 2 Twin"/> <MealType code="1000041" text="Room only"/> <Price amt="451.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3259"> <Room> <RoomType code="110155282" text="Moxy Queen Sleeper, Guest Room, 1 Queen"/> <MealType code="1000041" text="Room only"/> <Price amt="453.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3260"> <Room> <RoomType code="110155283" text="Moxy Twin Sleeper, Guest Room, 2 Twin"/> <MealType code="1000041" text="Room only"/> <Price amt="453.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3261"> <Room> <RoomType code="110155282" text="Moxy Queen Sleeper, Guest Room, 1 Queen"/> <MealType code="1000041" text="Room only"/> <Price amt="664.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3262"> <Room> <RoomType code="110155283" text="Moxy Twin Sleeper, Guest Room, 2 Twin"/> <MealType code="1000041" text="Room only"/> <Price amt="664.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3263"> <Room> <RoomType code="110155282" text="Moxy Queen Sleeper, Guest Room, 1 Queen"/> <MealType code="1000041" text="Room only"/> <Price amt="538.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3264"> <Room> <RoomType code="110155283" text="Moxy Twin Sleeper, Guest Room, 2 Twin"/> <MealType code="1000041" text="Room only"/> <Price amt="538.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3265"> <Room> <RoomType code="110155282" text="Moxy Queen Sleeper, Guest Room, 1 Queen"/> <MealType code="1000041" text="Room only"/> <Price amt="539.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3266"> <Room> <RoomType code="110155283" text="Moxy Twin Sleeper, Guest Room, 2 Twin"/> <MealType code="1000041" text="Room only"/> <Price amt="539.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3267"> <Room> <RoomType code="24116288" text="Room, 1 Queen Bed, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="388.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3268"> <Room> <RoomType code="24116288" text="Room, 1 Queen Bed, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="441.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3269"> <Room> <RoomType code="24116288" text="Room, 1 Queen Bed, Non Smoking"/> <MealType code="1" text="Breakfast"/> <Price amt="418.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3270"> <Room> <RoomType code="24116288" text="Room, 1 Queen Bed, Non Smoking"/> <MealType code="1" text="Breakfast"/> <Price amt="447.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3271"> <Room> <RoomType code="24116288" text="Room, 1 Queen Bed, Non Smoking"/> <MealType code="1" text="Breakfast"/> <Price amt="536.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3272"> <Room> <RoomType code="24116288" text="Room, 1 Queen Bed, Non Smoking"/> <MealType code="1" text="Breakfast"/> <Price amt="510.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3273"> <Room> <RoomType code="24116288" text="Room, 1 Queen Bed, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="419.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3274"> <Room> <RoomType code="24116288" text="Room, 1 Queen Bed, Non Smoking"/> <MealType code="1" text="Breakfast"/> <Price amt="604.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3275"> <Room> <RoomType code="24116288" text="Room, 1 Queen Bed, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="344.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3276"> <Room> <RoomType code="24116288" text="Room, 1 Queen Bed, Non Smoking"/> <MealType code="1" text="Breakfast"/> <Price amt="471.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3277"> <Room> <RoomType code="68290885" text="Room, 2 Twin Beds, Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="419.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3278"> <Room> <RoomType code="68290885" text="Room, 2 Twin Beds, Smoking"/> <MealType code="1" text="Breakfast"/> <Price amt="536.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3279"> <Room> <RoomType code="68290885" text="Room, 2 Twin Beds, Smoking"/> <MealType code="1" text="Breakfast"/> <Price amt="418.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3280"> <Room> <RoomType code="68290885" text="Room, 2 Twin Beds, Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="441.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3281"> <Room> <RoomType code="68290885" text="Room, 2 Twin Beds, Smoking"/> <MealType code="1" text="Breakfast"/> <Price amt="604.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3282"> <Room> <RoomType code="68290885" text="Room, 2 Twin Beds, Smoking"/> <MealType code="1" text="Breakfast"/> <Price amt="504.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3283"> <Room> <RoomType code="68290885" text="Room, 2 Twin Beds, Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="344.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3284"> <Room> <RoomType code="68290885" text="Room, 2 Twin Beds, Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="388.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3285"> <Room> <RoomType code="68290885" text="Room, 2 Twin Beds, Smoking"/> <MealType code="1" text="Breakfast"/> <Price amt="447.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3286"> <Room> <RoomType code="68290885" text="Room, 2 Twin Beds, Smoking"/> <MealType code="1" text="Breakfast"/> <Price amt="510.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3287"> <Room> <RoomType code="68290885" text="Room, 2 Twin Beds, Smoking"/> <MealType code="1" text="Breakfast"/> <Price amt="471.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_146117"> <Hotel id="146117" name="ibis Styles Paris Roissy CDG"/> <Result id="796491517-817"> <Room> <RoomType code="4499740" text="Standard room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="392.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-818"> <Room> <RoomType code="60017476" text="Standard 3 Single Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="392.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-819"> <Room> <RoomType code="7157914" text="Standard room with two single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="400.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-820"> <Room> <RoomType code="97111139" text="Standard Family Suite with a double bed and twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="413.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-821"> <Room> <RoomType code="41791458" text="Standard Room with one double bed and one single bed"/> <MealType code="1" text="Breakfast"/> <Price amt="413.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-822"> <Room> <RoomType code="60017476" text="Standard 3 Single Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="426.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-823"> <Room> <RoomType code="4499740" text="Standard room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="426.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-824"> <Room> <RoomType code="7157914" text="Standard room with two single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="434.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-825"> <Room> <RoomType code="41791458" text="Standard Room with one double bed and one single bed"/> <MealType code="1" text="Breakfast"/> <Price amt="446.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-826"> <Room> <RoomType code="97111139" text="Standard Family Suite with a double bed and twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="446.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-827"> <Room> <RoomType code="4499740" text="Standard room with 1 double bed"/> <MealType code="1000019" text="Half board"/> <Price amt="651.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-828"> <Room> <RoomType code="60017476" text="Standard 3 Single Beds"/> <MealType code="1000019" text="Half board"/> <Price amt="651.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-829"> <Room> <RoomType code="7157914" text="Standard room with two single beds"/> <MealType code="1000019" text="Half board"/> <Price amt="660.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-830"> <Room> <RoomType code="97111139" text="Standard Family Suite with a double bed and twin beds"/> <MealType code="1000019" text="Half board"/> <Price amt="672.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-831"> <Room> <RoomType code="41791458" text="Standard Room with one double bed and one single bed"/> <MealType code="1000019" text="Half board"/> <Price amt="672.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-832"> <Room> <RoomType code="4499740" text="Standard room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="328.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-833"> <Room> <RoomType code="4499740" text="Standard room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="386.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-834"> <Room> <RoomType code="4499740" text="Standard room with 1 double bed"/> <MealType code="1000019" text="Half board"/> <Price amt="631.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-835"> <Room> <RoomType code="60017476" text="Standard 3 Single Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="328.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-836"> <Room> <RoomType code="60017476" text="Standard 3 Single Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="386.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-837"> <Room> <RoomType code="60017476" text="Standard 3 Single Beds"/> <MealType code="1000019" text="Half board"/> <Price amt="631.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-838"> <Room> <RoomType code="7157914" text="Standard room with two single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="336.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-839"> <Room> <RoomType code="7157914" text="Standard room with two single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="394.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-840"> <Room> <RoomType code="7157914" text="Standard room with two single beds"/> <MealType code="1000019" text="Half board"/> <Price amt="640.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-841"> <Room> <RoomType code="41791458" text="Standard Room with one double bed and one single bed"/> <MealType code="1" text="Breakfast"/> <Price amt="349.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-842"> <Room> <RoomType code="41791458" text="Standard Room with one double bed and one single bed"/> <MealType code="1" text="Breakfast"/> <Price amt="406.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-843"> <Room> <RoomType code="41791458" text="Standard Room with one double bed and one single bed"/> <MealType code="1000019" text="Half board"/> <Price amt="652.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-844"> <Room> <RoomType code="97111139" text="Standard Family Suite with a double bed and twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="349.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-845"> <Room> <RoomType code="97111139" text="Standard Family Suite with a double bed and twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="406.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-846"> <Room> <RoomType code="97111139" text="Standard Family Suite with a double bed and twin beds"/> <MealType code="1000019" text="Half board"/> <Price amt="652.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-847"> <Room> <RoomType code="6894876" text="Standard Triple Room"/> <MealType code="1000147" text="Half board"/> <Price amt="677.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-848"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1000147" text="Half board"/> <Price amt="677.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-849"> <Room> <RoomType code="4253341" text="Standard Twin Room"/> <MealType code="1000147" text="Half board"/> <Price amt="686.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-850"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="340.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-851"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1000019" text="Half board"/> <Price amt="680.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-852"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="424.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-853"> <Room> <RoomType code="42402877" text="Standard Room, 3 Twin Beds"/> <MealType code="1000019" text="Half board"/> <Price amt="671.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-854"> <Room> <RoomType code="42402877" text="Standard Room, 3 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="415.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-855"> <Room> <RoomType code="42402877" text="Standard Room, 3 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="332.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-856"> <Room> <RoomType code="15578967" text="Standard Double Room, 1 Double Bed"/> <MealType code="1000019" text="Half board"/> <Price amt="671.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-857"> <Room> <RoomType code="15578967" text="Standard Double Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="415.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-858"> <Room> <RoomType code="15578967" text="Standard Double Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="332.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_37440"> <Hotel id="37440" name="Best Western Paris CDG Airport"/> <Result id="796491517-131"> <Room> <RoomType code="26496048" text="Double room - Superior"/> <MealType code="1000041" text="Room only"/> <Price amt="490.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-132"> <Room> <RoomType code="26496048" text="Double room - Superior"/> <MealType code="1000041" text="Room only"/> <Price amt="493.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-133"> <Room> <RoomType code="26496048" text="Double room - Superior"/> <MealType code="1000041" text="Room only"/> <Price amt="504.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-12"/> </Room> </Result> <Result id="796491517-134"> <Room> <RoomType code="26496048" text="Double room - Superior"/> <MealType code="1000041" text="Room only"/> <Price amt="506.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-135"> <Room> <RoomType code="26496048" text="Double room - Superior"/> <MealType code="1" text="Breakfast"/> <Price amt="614.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-136"> <Room> <RoomType code="26496048" text="Double room - Superior"/> <MealType code="1" text="Breakfast"/> <Price amt="691.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-137"> <Room> <RoomType code="1910493" text="Superior Double Room"/> <MealType code="1000041" text="Room only"/> <Price amt="451.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-138"> <Room> <RoomType code="1910493" text="Superior Double Room"/> <MealType code="1000041" text="Room only"/> <Price amt="463.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-139"> <Room> <RoomType code="110205111" text="with a double bed and a sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="472.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-140"> <Room> <RoomType code="110205111" text="with a double bed and a sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="487.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_38169"> <Hotel id="38169" name="Millennium Hotel Paris Charles de Gaulle"/> <Result id="796491517-203"> <Room> <RoomType code="41645292" text="Double Room - With Breakfast (Standard)"/> <MealType code="1" text="Breakfast"/> <Price amt="480.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-204"> <Room> <RoomType code="41645291" text="Twin Room - With Breakfast (Standard)"/> <MealType code="1" text="Breakfast"/> <Price amt="480.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-205"> <Room> <RoomType code="110156333" text="Club room on Bed &amp;amp; Buffet Breakfast"/> <MealType code="1000041" text="Room only"/> <Price amt="636.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-206"> <Room> <RoomType code="110146813" text="Standard room on Bed &amp;amp; Buffet Breakfast"/> <MealType code="1000041" text="Room only"/> <Price amt="489.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-207"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1" text="Breakfast"/> <Price amt="377.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-208"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1" text="Breakfast"/> <Price amt="408.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-209"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1000041" text="Room only"/> <Price amt="311.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-210"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1" text="Breakfast"/> <Price amt="391.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-211"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1" text="Breakfast"/> <Price amt="362.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-212"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1000041" text="Room only"/> <Price amt="298.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-213"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1000041" text="Room only"/> <Price amt="268.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-214"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1000041" text="Room only"/> <Price amt="280.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-215"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1000041" text="Room only"/> <Price amt="254.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-216"> <Room> <RoomType code="3446883" text="Club Double Room"/> <MealType code="1" text="Breakfast"/> <Price amt="392.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-217"> <Room> <RoomType code="3446883" text="Club Double Room"/> <MealType code="1" text="Breakfast"/> <Price amt="435.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-218"> <Room> <RoomType code="3446883" text="Club Double Room"/> <MealType code="1" text="Breakfast"/> <Price amt="376.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-219"> <Room> <RoomType code="3446883" text="Club Double Room"/> <MealType code="1" text="Breakfast"/> <Price amt="355.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-220"> <Room> <RoomType code="4253341" text="Standard Twin Room"/> <MealType code="1" text="Breakfast"/> <Price amt="377.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-221"> <Room> <RoomType code="4253341" text="Standard Twin Room"/> <MealType code="1000041" text="Room only"/> <Price amt="311.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-222"> <Room> <RoomType code="4253341" text="Standard Twin Room"/> <MealType code="1" text="Breakfast"/> <Price amt="391.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-223"> <Room> <RoomType code="4253341" text="Standard Twin Room"/> <MealType code="1" text="Breakfast"/> <Price amt="362.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-224"> <Room> <RoomType code="4253341" text="Standard Twin Room"/> <MealType code="1000041" text="Room only"/> <Price amt="298.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-225"> <Room> <RoomType code="4253341" text="Standard Twin Room"/> <MealType code="1000041" text="Room only"/> <Price amt="268.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-226"> <Room> <RoomType code="4253341" text="Standard Twin Room"/> <MealType code="1000041" text="Room only"/> <Price amt="280.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-227"> <Room> <RoomType code="4253341" text="Standard Twin Room"/> <MealType code="1000041" text="Room only"/> <Price amt="254.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-228"> <Room> <RoomType code="26010431" text="Club Twin Room"/> <MealType code="1" text="Breakfast"/> <Price amt="392.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-229"> <Room> <RoomType code="26010431" text="Club Twin Room"/> <MealType code="1" text="Breakfast"/> <Price amt="435.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-230"> <Room> <RoomType code="26010431" text="Club Twin Room"/> <MealType code="1" text="Breakfast"/> <Price amt="417.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-231"> <Room> <RoomType code="26010431" text="Club Twin Room"/> <MealType code="1" text="Breakfast"/> <Price amt="376.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-232"> <Room> <RoomType code="26010431" text="Club Twin Room"/> <MealType code="1" text="Breakfast"/> <Price amt="355.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-233"> <Room> <RoomType code="110203933" text="Studio Suite with Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="636.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-234"> <Room> <RoomType code="110203933" text="Studio Suite with Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="706.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-235"> <Room> <RoomType code="110203933" text="Studio Suite with Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="677.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-236"> <Room> <RoomType code="110203933" text="Studio Suite with Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="610.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-237"> <Room> <RoomType code="110203933" text="Studio Suite with Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="576.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-238"> <Room> <RoomType code="1180705" text="Standard Double"/> <MealType code="1000041" text="Room only"/> <Price amt="275.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-239"> <Room> <RoomType code="1180705" text="Standard Double"/> <MealType code="1000041" text="Room only"/> <Price amt="297.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-240"> <Room> <RoomType code="1180705" text="Standard Double"/> <MealType code="1000041" text="Room only"/> <Price amt="323.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-241"> <Room> <RoomType code="1180705" text="Standard Double"/> <MealType code="1000041" text="Room only"/> <Price amt="330.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-242"> <Room> <RoomType code="1180705" text="Standard Double"/> <MealType code="1" text="Breakfast"/> <Price amt="392.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-243"> <Room> <RoomType code="1180705" text="Standard Double"/> <MealType code="1" text="Breakfast"/> <Price amt="400.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-244"> <Room> <RoomType code="1180705" text="Standard Double"/> <MealType code="1" text="Breakfast"/> <Price amt="424.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-245"> <Room> <RoomType code="1180705" text="Standard Double"/> <MealType code="1" text="Breakfast"/> <Price amt="433.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-246"> <Room> <RoomType code="1147483" text="Standard Twin"/> <MealType code="1000041" text="Room only"/> <Price amt="275.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-247"> <Room> <RoomType code="1147483" text="Standard Twin"/> <MealType code="1000041" text="Room only"/> <Price amt="297.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-248"> <Room> <RoomType code="1147483" text="Standard Twin"/> <MealType code="1000041" text="Room only"/> <Price amt="323.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-249"> <Room> <RoomType code="1147483" text="Standard Twin"/> <MealType code="1000041" text="Room only"/> <Price amt="330.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-250"> <Room> <RoomType code="1147483" text="Standard Twin"/> <MealType code="1" text="Breakfast"/> <Price amt="392.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-251"> <Room> <RoomType code="1147483" text="Standard Twin"/> <MealType code="1" text="Breakfast"/> <Price amt="400.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-252"> <Room> <RoomType code="1147483" text="Standard Twin"/> <MealType code="1" text="Breakfast"/> <Price amt="424.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-253"> <Room> <RoomType code="1147483" text="Standard Twin"/> <MealType code="1" text="Breakfast"/> <Price amt="433.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-254"> <Room> <RoomType code="1030745" text="Club Double"/> <MealType code="1" text="Breakfast"/> <Price amt="407.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-255"> <Room> <RoomType code="1030745" text="Club Double"/> <MealType code="1" text="Breakfast"/> <Price amt="416.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-256"> <Room> <RoomType code="1030745" text="Club Double"/> <MealType code="1" text="Breakfast"/> <Price amt="452.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-257"> <Room> <RoomType code="1030745" text="Club Double"/> <MealType code="1" text="Breakfast"/> <Price amt="462.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-258"> <Room> <RoomType code="3740345" text="Twin Club"/> <MealType code="1" text="Breakfast"/> <Price amt="407.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-259"> <Room> <RoomType code="3740345" text="Twin Club"/> <MealType code="1" text="Breakfast"/> <Price amt="416.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-260"> <Room> <RoomType code="3740345" text="Twin Club"/> <MealType code="1" text="Breakfast"/> <Price amt="452.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-261"> <Room> <RoomType code="3740345" text="Twin Club"/> <MealType code="1" text="Breakfast"/> <Price amt="462.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-262"> <Room> <RoomType code="1218105" text="Studio Suite Double"/> <MealType code="1" text="Breakfast"/> <Price amt="660.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-263"> <Room> <RoomType code="1218105" text="Studio Suite Double"/> <MealType code="1" text="Breakfast"/> <Price amt="675.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-264"> <Room> <RoomType code="1218105" text="Studio Suite Double"/> <MealType code="1" text="Breakfast"/> <Price amt="734.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-265"> <Room> <RoomType code="1218105" text="Studio Suite Double"/> <MealType code="1" text="Breakfast"/> <Price amt="750.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-266"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1" text="Breakfast"/> <Price amt="367.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-267"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1" text="Breakfast"/> <Price amt="398.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-268"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1000041" text="Room only"/> <Price amt="273.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-269"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1000041" text="Room only"/> <Price amt="303.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-270"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1000041" text="Room only"/> <Price amt="287.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-271"> <Room> <RoomType code="4253341" text="Standard Twin Room"/> <MealType code="1000041" text="Room only"/> <Price amt="287.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-272"> <Room> <RoomType code="4253341" text="Standard Twin Room"/> <MealType code="1000041" text="Room only"/> <Price amt="303.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-273"> <Room> <RoomType code="4253341" text="Standard Twin Room"/> <MealType code="1" text="Breakfast"/> <Price amt="367.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-274"> <Room> <RoomType code="4253341" text="Standard Twin Room"/> <MealType code="1" text="Breakfast"/> <Price amt="387.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-275"> <Room> <RoomType code="4253341" text="Standard Twin Room"/> <MealType code="1" text="Breakfast"/> <Price amt="398.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-276"> <Room> <RoomType code="4253341" text="Standard Twin Room"/> <MealType code="1000041" text="Room only"/> <Price amt="273.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-277"> <Room> <RoomType code="73078016" text="Suite (studio)"/> <MealType code="1" text="Breakfast"/> <Price amt="688.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-278"> <Room> <RoomType code="73078016" text="Suite (studio)"/> <MealType code="1000041" text="Room only"/> <Price amt="620.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-279"> <Room> <RoomType code="26010431" text="Club Twin Room"/> <MealType code="1" text="Breakfast"/> <Price amt="382.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-280"> <Room> <RoomType code="26010431" text="Club Twin Room"/> <MealType code="1" text="Breakfast"/> <Price amt="402.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-281"> <Room> <RoomType code="26010431" text="Club Twin Room"/> <MealType code="1" text="Breakfast"/> <Price amt="424.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-282"> <Room> <RoomType code="3446883" text="Club Double Room"/> <MealType code="1" text="Breakfast"/> <Price amt="382.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-283"> <Room> <RoomType code="3446883" text="Club Double Room"/> <MealType code="1" text="Breakfast"/> <Price amt="424.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_162811"> <Hotel id="162811" name="Novotel Paris Roissy CDG Convention"/> <Result id="796491517-1203"> <Room> <RoomType code="3745381" text="Classic Room - 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="444.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1204"> <Room> <RoomType code="110199926" text="Superior Room - queen-size bed and double sofabed"/> <MealType code="1000041" text="Room only"/> <Price amt="444.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1205"> <Room> <RoomType code="3745381" text="Classic Room - 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="464.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1206"> <Room> <RoomType code="110199926" text="Superior Room - queen-size bed and double sofabed"/> <MealType code="1000041" text="Room only"/> <Price amt="464.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1207"> <Room> <RoomType code="3745381" text="Classic Room - 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="467.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1208"> <Room> <RoomType code="110199926" text="Superior Room - queen-size bed and double sofabed"/> <MealType code="1000041" text="Room only"/> <Price amt="467.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1209"> <Room> <RoomType code="3745381" text="Classic Room - 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="488.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1210"> <Room> <RoomType code="110199926" text="Superior Room - queen-size bed and double sofabed"/> <MealType code="1000041" text="Room only"/> <Price amt="488.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1211"> <Room> <RoomType code="110199926" text="Superior Room - queen-size bed and double sofabed"/> <MealType code="1000041" text="Room only"/> <Price amt="514.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1212"> <Room> <RoomType code="3745381" text="Classic Room - 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="514.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1213"> <Room> <RoomType code="110199927" text="Family Executive Room - 1 double bed and 1 double sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="536.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1214"> <Room> <RoomType code="41771331" text="Executive Room with queen-size bed"/> <MealType code="1000041" text="Room only"/> <Price amt="536.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1215"> <Room> <RoomType code="110199927" text="Family Executive Room - 1 double bed and 1 double sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="559.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1216"> <Room> <RoomType code="41771331" text="Executive Room with queen-size bed"/> <MealType code="1000041" text="Room only"/> <Price amt="559.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1217"> <Room> <RoomType code="110199927" text="Family Executive Room - 1 double bed and 1 double sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="562.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1218"> <Room> <RoomType code="41771331" text="Executive Room with queen-size bed"/> <MealType code="1000041" text="Room only"/> <Price amt="562.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1219"> <Room> <RoomType code="41771331" text="Executive Room with queen-size bed"/> <MealType code="1000041" text="Room only"/> <Price amt="586.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1220"> <Room> <RoomType code="110199927" text="Family Executive Room - 1 double bed and 1 double sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="586.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1221"> <Room> <RoomType code="110199926" text="Superior Room - queen-size bed and double sofabed"/> <MealType code="1" text="Breakfast"/> <Price amt="595.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1222"> <Room> <RoomType code="3745381" text="Classic Room - 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="595.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1223"> <Room> <RoomType code="110199927" text="Family Executive Room - 1 double bed and 1 double sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="607.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1224"> <Room> <RoomType code="41771331" text="Executive Room with queen-size bed"/> <MealType code="1000041" text="Room only"/> <Price amt="607.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1225"> <Room> <RoomType code="110199926" text="Superior Room - queen-size bed and double sofabed"/> <MealType code="1" text="Breakfast"/> <Price amt="618.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1226"> <Room> <RoomType code="3745381" text="Classic Room - 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="618.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1227"> <Room> <RoomType code="110199926" text="Superior Room - queen-size bed and double sofabed"/> <MealType code="1" text="Breakfast"/> <Price amt="624.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1228"> <Room> <RoomType code="3745381" text="Classic Room - 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="624.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1229"> <Room> <RoomType code="51551915" text="Suite with 1 double bed and 1 double sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="628.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1230"> <Room> <RoomType code="110199926" text="Superior Room - queen-size bed and double sofabed"/> <MealType code="1" text="Breakfast"/> <Price amt="648.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1231"> <Room> <RoomType code="3745381" text="Classic Room - 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="648.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1232"> <Room> <RoomType code="51551915" text="Suite with 1 double bed and 1 double sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="652.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1233"> <Room> <RoomType code="51551915" text="Suite with 1 double bed and 1 double sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="659.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1234"> <Room> <RoomType code="3745381" text="Classic Room - 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="666.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1235"> <Room> <RoomType code="110199926" text="Superior Room - queen-size bed and double sofabed"/> <MealType code="1" text="Breakfast"/> <Price amt="666.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1236"> <Room> <RoomType code="51551915" text="Suite with 1 double bed and 1 double sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="683.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1237"> <Room> <RoomType code="41771331" text="Executive Room with queen-size bed"/> <MealType code="1" text="Breakfast"/> <Price amt="687.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1238"> <Room> <RoomType code="110199927" text="Family Executive Room - 1 double bed and 1 double sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="687.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1239"> <Room> <RoomType code="51551915" text="Suite with 1 double bed and 1 double sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="700.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1240"> <Room> <RoomType code="41771331" text="Executive Room with queen-size bed"/> <MealType code="1" text="Breakfast"/> <Price amt="710.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1241"> <Room> <RoomType code="110199927" text="Family Executive Room - 1 double bed and 1 double sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="710.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1242"> <Room> <RoomType code="110199927" text="Family Executive Room - 1 double bed and 1 double sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="721.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1243"> <Room> <RoomType code="41771331" text="Executive Room with queen-size bed"/> <MealType code="1" text="Breakfast"/> <Price amt="721.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1244"> <Room> <RoomType code="41771331" text="Executive Room with queen-size bed"/> <MealType code="1" text="Breakfast"/> <Price amt="745.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1245"> <Room> <RoomType code="110199927" text="Family Executive Room - 1 double bed and 1 double sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="745.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1246"> <Room> <RoomType code="41771331" text="Executive Room with queen-size bed"/> <MealType code="1" text="Breakfast"/> <Price amt="759.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1247"> <Room> <RoomType code="110199927" text="Family Executive Room - 1 double bed and 1 double sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="759.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1248"> <Room> <RoomType code="51551915" text="Suite with 1 double bed and 1 double sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="780.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1249"> <Room> <RoomType code="51551915" text="Suite with 1 double bed and 1 double sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="803.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1250"> <Room> <RoomType code="51551915" text="Suite with 1 double bed and 1 double sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="818.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1251"> <Room> <RoomType code="51551915" text="Suite with 1 double bed and 1 double sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="842.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1252"> <Room> <RoomType code="51551915" text="Suite with 1 double bed and 1 double sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="852.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1253"> <Room> <RoomType code="110199926" text="Superior Room - queen-size bed and double sofabed"/> <MealType code="1000041" text="Room only"/> <Price amt="414.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1254"> <Room> <RoomType code="110199926" text="Superior Room - queen-size bed and double sofabed"/> <MealType code="1000041" text="Room only"/> <Price amt="430.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1255"> <Room> <RoomType code="110199926" text="Superior Room - queen-size bed and double sofabed"/> <MealType code="1" text="Breakfast"/> <Price amt="574.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1256"> <Room> <RoomType code="110199926" text="Superior Room - queen-size bed and double sofabed"/> <MealType code="1" text="Breakfast"/> <Price amt="598.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1257"> <Room> <RoomType code="110199926" text="Superior Room - queen-size bed and double sofabed"/> <MealType code="1000019" text="Half board"/> <Price amt="876.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1258"> <Room> <RoomType code="110199926" text="Superior Room - queen-size bed and double sofabed"/> <MealType code="1000019" text="Half board"/> <Price amt="908.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1259"> <Room> <RoomType code="3745381" text="Classic Room - 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="414.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1260"> <Room> <RoomType code="3745381" text="Classic Room - 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="430.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1261"> <Room> <RoomType code="3745381" text="Classic Room - 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="574.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1262"> <Room> <RoomType code="3745381" text="Classic Room - 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="598.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1263"> <Room> <RoomType code="3745381" text="Classic Room - 1 double bed"/> <MealType code="1000019" text="Half board"/> <Price amt="876.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1264"> <Room> <RoomType code="3745381" text="Classic Room - 1 double bed"/> <MealType code="1000019" text="Half board"/> <Price amt="908.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1265"> <Room> <RoomType code="41771331" text="Executive Room with queen-size bed"/> <MealType code="1000041" text="Room only"/> <Price amt="512.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1266"> <Room> <RoomType code="41771331" text="Executive Room with queen-size bed"/> <MealType code="1000041" text="Room only"/> <Price amt="532.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1267"> <Room> <RoomType code="41771331" text="Executive Room with queen-size bed"/> <MealType code="1" text="Breakfast"/> <Price amt="672.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1268"> <Room> <RoomType code="41771331" text="Executive Room with queen-size bed"/> <MealType code="1" text="Breakfast"/> <Price amt="696.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1269"> <Room> <RoomType code="41771331" text="Executive Room with queen-size bed"/> <MealType code="1000019" text="Half board"/> <Price amt="979.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1270"> <Room> <RoomType code="41771331" text="Executive Room with queen-size bed"/> <MealType code="1000019" text="Half board"/> <Price amt="1008.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1271"> <Room> <RoomType code="110199927" text="Family Executive Room - 1 double bed and 1 double sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="512.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1272"> <Room> <RoomType code="110199927" text="Family Executive Room - 1 double bed and 1 double sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="532.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1273"> <Room> <RoomType code="110199927" text="Family Executive Room - 1 double bed and 1 double sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="672.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1274"> <Room> <RoomType code="110199927" text="Family Executive Room - 1 double bed and 1 double sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="696.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1275"> <Room> <RoomType code="110199927" text="Family Executive Room - 1 double bed and 1 double sofa bed"/> <MealType code="1000019" text="Half board"/> <Price amt="979.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1276"> <Room> <RoomType code="110199927" text="Family Executive Room - 1 double bed and 1 double sofa bed"/> <MealType code="1000019" text="Half board"/> <Price amt="1008.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1277"> <Room> <RoomType code="51551915" text="Suite with 1 double bed and 1 double sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="609.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1278"> <Room> <RoomType code="51551915" text="Suite with 1 double bed and 1 double sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="633.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1279"> <Room> <RoomType code="51551915" text="Suite with 1 double bed and 1 double sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="769.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1280"> <Room> <RoomType code="51551915" text="Suite with 1 double bed and 1 double sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="794.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1281"> <Room> <RoomType code="51551915" text="Suite with 1 double bed and 1 double sofa bed"/> <MealType code="1000019" text="Half board"/> <Price amt="1082.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1282"> <Room> <RoomType code="51551915" text="Suite with 1 double bed and 1 double sofa bed"/> <MealType code="1000019" text="Half board"/> <Price amt="1108.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1283"> <Room> <RoomType code="44453026" text="Family Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="703.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1284"> <Room> <RoomType code="44453026" text="Family Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="542.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1285"> <Room> <RoomType code="44453026" text="Family Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="517.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1286"> <Room> <RoomType code="44453026" text="Family Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="459.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1287"> <Room> <RoomType code="44453026" text="Family Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="591.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1288"> <Room> <RoomType code="44453026" text="Family Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="583.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1289"> <Room> <RoomType code="44453026" text="Family Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="420.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1290"> <Room> <RoomType code="44453026" text="Family Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="678.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1291"> <Room> <RoomType code="44453026" text="Family Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="752.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1292"> <Room> <RoomType code="44453026" text="Family Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="526.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1293"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="450.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1294"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="383.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1295"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="580.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1296"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="605.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1297"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="507.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1298"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="654.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1299"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="493.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1300"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="443.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1301"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="419.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1302"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="344.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1303"> <Room> <RoomType code="32182973" text="Superior Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="419.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1304"> <Room> <RoomType code="32182973" text="Superior Room, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="507.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1305"> <Room> <RoomType code="32182973" text="Superior Room, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="450.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1306"> <Room> <RoomType code="32182973" text="Superior Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="493.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1307"> <Room> <RoomType code="32182973" text="Superior Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="344.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1308"> <Room> <RoomType code="32182973" text="Superior Room, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="580.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1309"> <Room> <RoomType code="32182973" text="Superior Room, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="605.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1310"> <Room> <RoomType code="32182973" text="Superior Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="443.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1311"> <Room> <RoomType code="32182973" text="Superior Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="383.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1312"> <Room> <RoomType code="32182973" text="Superior Room, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="654.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1313"> <Room> <RoomType code="11371105" text="Executive Room, 1 Queen Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="420.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1314"> <Room> <RoomType code="11371105" text="Executive Room, 1 Queen Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="703.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1315"> <Room> <RoomType code="11371105" text="Executive Room, 1 Queen Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="752.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1316"> <Room> <RoomType code="11371105" text="Executive Room, 1 Queen Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="459.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1317"> <Room> <RoomType code="11371105" text="Executive Room, 1 Queen Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="591.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1318"> <Room> <RoomType code="11371105" text="Executive Room, 1 Queen Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="542.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1319"> <Room> <RoomType code="11371105" text="Executive Room, 1 Queen Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="526.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1320"> <Room> <RoomType code="11371105" text="Executive Room, 1 Queen Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="678.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1321"> <Room> <RoomType code="11371105" text="Executive Room, 1 Queen Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="583.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1322"> <Room> <RoomType code="11371105" text="Executive Room, 1 Queen Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="517.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1323"> <Room> <RoomType code="89867817" text="Suite, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="851.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1324"> <Room> <RoomType code="89867817" text="Suite, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="535.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1325"> <Room> <RoomType code="89867817" text="Suite, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="659.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1326"> <Room> <RoomType code="89867817" text="Suite, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="690.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1327"> <Room> <RoomType code="89867817" text="Suite, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="777.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1328"> <Room> <RoomType code="89867817" text="Suite, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="496.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1329"> <Room> <RoomType code="89867817" text="Suite, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="602.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1330"> <Room> <RoomType code="89867817" text="Suite, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="802.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1331"> <Room> <RoomType code="89867817" text="Suite, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="616.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1332"> <Room> <RoomType code="89867817" text="Suite, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="640.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_201012456"> <Hotel id="201012456" name="Ibis Paris Coeur d Orly Airport Hotel"/> <Result id="796491517-2678"> <Room> <RoomType code="44026943" text="Standard Room - Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="468.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2679"> <Room> <RoomType code="3724030" text="Standard Room - 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="468.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2680"> <Room> <RoomType code="44026943" text="Standard Room - Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="516.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2681"> <Room> <RoomType code="3724030" text="Standard Room - 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="516.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2682"> <Room> <RoomType code="110199934" text="Comfort Room - 2 single beds"/> <MealType code="1000041" text="Room only"/> <Price amt="542.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2683"> <Room> <RoomType code="4251031" text="Comfort Room - 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="542.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2684"> <Room> <RoomType code="3724030" text="Standard Room - 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="578.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2685"> <Room> <RoomType code="44026943" text="Standard Room - Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="578.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2686"> <Room> <RoomType code="110199934" text="Comfort Room - 2 single beds"/> <MealType code="1000041" text="Room only"/> <Price amt="599.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2687"> <Room> <RoomType code="4251031" text="Comfort Room - 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="599.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2688"> <Room> <RoomType code="3724030" text="Standard Room - 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="627.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2689"> <Room> <RoomType code="44026943" text="Standard Room - Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="627.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2690"> <Room> <RoomType code="110199934" text="Comfort Room - 2 single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="653.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2691"> <Room> <RoomType code="4251031" text="Comfort Room - 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="653.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2692"> <Room> <RoomType code="4251031" text="Comfort Room - 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="709.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2693"> <Room> <RoomType code="110199934" text="Comfort Room - 2 single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="709.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2694"> <Room> <RoomType code="3724030" text="Standard Room - 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="418.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2695"> <Room> <RoomType code="3724030" text="Standard Room - 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="456.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2696"> <Room> <RoomType code="3724030" text="Standard Room - 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="537.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2697"> <Room> <RoomType code="3724030" text="Standard Room - 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="571.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2698"> <Room> <RoomType code="5140359" text="Standard Room - 2 single beds"/> <MealType code="1000041" text="Room only"/> <Price amt="418.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2699"> <Room> <RoomType code="5140359" text="Standard Room - 2 single beds"/> <MealType code="1000041" text="Room only"/> <Price amt="456.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2700"> <Room> <RoomType code="5140359" text="Standard Room - 2 single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="537.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2701"> <Room> <RoomType code="5140359" text="Standard Room - 2 single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="571.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2702"> <Room> <RoomType code="4251031" text="Comfort Room - 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="490.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2703"> <Room> <RoomType code="4251031" text="Comfort Room - 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="533.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2704"> <Room> <RoomType code="4251031" text="Comfort Room - 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="608.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2705"> <Room> <RoomType code="4251031" text="Comfort Room - 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="649.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2706"> <Room> <RoomType code="110199934" text="Comfort Room - 2 single beds"/> <MealType code="1000041" text="Room only"/> <Price amt="490.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2707"> <Room> <RoomType code="110199934" text="Comfort Room - 2 single beds"/> <MealType code="1000041" text="Room only"/> <Price amt="533.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2708"> <Room> <RoomType code="110199934" text="Comfort Room - 2 single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="608.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2709"> <Room> <RoomType code="110199934" text="Comfort Room - 2 single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="649.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2710"> <Room> <RoomType code="3724030" text="Standard Room - 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="650.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2711"> <Room> <RoomType code="44026943" text="Standard Room - Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="650.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2712"> <Room> <RoomType code="4251031" text="Comfort Room - 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="740.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2713"> <Room> <RoomType code="5140359" text="Standard Room - 2 single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="740.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2714"> <Room> <RoomType code="11815967" text="Comfort Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="735.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2715"> <Room> <RoomType code="11815967" text="Comfort Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="643.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2716"> <Room> <RoomType code="11815967" text="Comfort Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="484.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2717"> <Room> <RoomType code="11815967" text="Comfort Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="614.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2718"> <Room> <RoomType code="11815967" text="Comfort Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="538.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2719"> <Room> <RoomType code="11815967" text="Comfort Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="589.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2720"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="490.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2721"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="434.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2722"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="533.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2723"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="390.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2724"> <Room> <RoomType code="44049136" text="Comfort Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="538.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2725"> <Room> <RoomType code="44049136" text="Comfort Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="589.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2726"> <Room> <RoomType code="44049136" text="Comfort Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="484.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2727"> <Room> <RoomType code="44049136" text="Comfort Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="643.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2728"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="519.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2729"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="414.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2730"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="564.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2731"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="459.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_325549832"> <Hotel id="325549832" name="Holiday Inn Express PARIS - CDG AIRPORT"/> <Result id="796491517-3042"> <Room> <RoomType code="1027503" text="Standard Room"/> <MealType code="1" text="Breakfast"/> <Price amt="498.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3043"> <Room> <RoomType code="1027503" text="Standard Room"/> <MealType code="1" text="Breakfast"/> <Price amt="572.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-3044"> <Room> <RoomType code="1027503" text="Standard Room"/> <MealType code="1000019" text="Half board"/> <Price amt="822.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-3045"> <Room> <RoomType code="85937119" text="2 Twin Bed Standard Accessible"/> <MealType code="1" text="Breakfast"/> <Price amt="498.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3046"> <Room> <RoomType code="85937119" text="2 Twin Bed Standard Accessible"/> <MealType code="1" text="Breakfast"/> <Price amt="572.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-3047"> <Room> <RoomType code="85937119" text="2 Twin Bed Standard Accessible"/> <MealType code="1000019" text="Half board"/> <Price amt="822.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-3048"> <Room> <RoomType code="55729365" text="1 Double Bed Standard"/> <MealType code="1" text="Breakfast"/> <Price amt="498.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3049"> <Room> <RoomType code="55729365" text="1 Double Bed Standard"/> <MealType code="1" text="Breakfast"/> <Price amt="572.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-3050"> <Room> <RoomType code="55729365" text="1 Double Bed Standard"/> <MealType code="1000019" text="Half board"/> <Price amt="822.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-3051"> <Room> <RoomType code="42375521" text="2 TWIN BEDS STANDARD"/> <MealType code="1" text="Breakfast"/> <Price amt="498.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3052"> <Room> <RoomType code="42375521" text="2 TWIN BEDS STANDARD"/> <MealType code="1" text="Breakfast"/> <Price amt="572.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-3053"> <Room> <RoomType code="42375521" text="2 TWIN BEDS STANDARD"/> <MealType code="1000019" text="Half board"/> <Price amt="822.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-3054"> <Room> <RoomType code="85936818" text="1 Double Bed Standard Airport View"/> <MealType code="1" text="Breakfast"/> <Price amt="518.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3055"> <Room> <RoomType code="85936818" text="1 Double Bed Standard Airport View"/> <MealType code="1" text="Breakfast"/> <Price amt="591.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-3056"> <Room> <RoomType code="85936818" text="1 Double Bed Standard Airport View"/> <MealType code="1000019" text="Half board"/> <Price amt="842.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-3057"> <Room> <RoomType code="85088779" text="1 Double Bed Standard Single Sofa Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="527.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3058"> <Room> <RoomType code="85088779" text="1 Double Bed Standard Single Sofa Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="600.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-3059"> <Room> <RoomType code="85088779" text="1 Double Bed Standard Single Sofa Bed"/> <MealType code="1000019" text="Half board"/> <Price amt="851.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-3060"> <Room> <RoomType code="85936817" text="1 Dble Stndrd Airport Vw Single Sofa Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="546.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3061"> <Room> <RoomType code="85936817" text="1 Dble Stndrd Airport Vw Single Sofa Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="620.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-3062"> <Room> <RoomType code="85936817" text="1 Dble Stndrd Airport Vw Single Sofa Bed"/> <MealType code="1000019" text="Half board"/> <Price amt="870.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-3063"> <Room> <RoomType code="85937119" text="2 Twin Bed Standard Accessible"/> <MealType code="1" text="Breakfast"/> <Price amt="575.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3064"> <Room> <RoomType code="55729365" text="1 Double Bed Standard"/> <MealType code="1" text="Breakfast"/> <Price amt="575.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3065"> <Room> <RoomType code="42375521" text="2 TWIN BEDS STANDARD"/> <MealType code="1" text="Breakfast"/> <Price amt="575.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3066"> <Room> <RoomType code="1027503" text="Standard Room"/> <MealType code="1" text="Breakfast"/> <Price amt="575.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3067"> <Room> <RoomType code="85936818" text="1 Double Bed Standard Airport View"/> <MealType code="1" text="Breakfast"/> <Price amt="596.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3068"> <Room> <RoomType code="85088779" text="1 Double Bed Standard Single Sofa Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="606.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3069"> <Room> <RoomType code="110205056" text="1 Dble Standardrd Airport Vw Single Sofa Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="627.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3070"> <Room> <RoomType code="48810407" text="Standard Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="480.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3071"> <Room> <RoomType code="110160650" text="Standard Room, 1 Double Bed with Sofa bed + VIP Perks"/> <MealType code="1000041" text="Room only"/> <Price amt="780.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3072"> <Room> <RoomType code="48810407" text="Standard Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="552.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3073"> <Room> <RoomType code="106469282" text="Standard Room, 2 Twin Beds, Accessible"/> <MealType code="1" text="Breakfast"/> <Price amt="524.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3074"> <Room> <RoomType code="110205040" text="Standard Room, 2 Twin Beds, Accessible + VIP Perks"/> <MealType code="1000041" text="Room only"/> <Price amt="752.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3075"> <Room> <RoomType code="106469282" text="Standard Room, 2 Twin Beds, Accessible"/> <MealType code="1" text="Breakfast"/> <Price amt="452.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3076"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="452.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3077"> <Room> <RoomType code="110155757" text="Standard Room, 2 Twin Beds + VIP Perks"/> <MealType code="1000041" text="Room only"/> <Price amt="752.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3078"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="524.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3079"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="524.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3080"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="452.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3081"> <Room> <RoomType code="110156819" text="Standard Room, 1 Double Bed + VIP Perks"/> <MealType code="1000041" text="Room only"/> <Price amt="752.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3082"> <Room> <RoomType code="110205043" text="Standard Room, 1 Double Bed (Airport View) + VIP Perks"/> <MealType code="1000041" text="Room only"/> <Price amt="771.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3083"> <Room> <RoomType code="100331111" text="Standard Room, 1 Double Bed (Airport View)"/> <MealType code="1" text="Breakfast"/> <Price amt="543.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3084"> <Room> <RoomType code="100331111" text="Standard Room, 1 Double Bed (Airport View)"/> <MealType code="1" text="Breakfast"/> <Price amt="471.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3085"> <Room> <RoomType code="106793804" text="Standard Room + VIP Perks"/> <MealType code="1000041" text="Room only"/> <Price amt="752.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3086"> <Room> <RoomType code="1027503" text="Standard Room"/> <MealType code="1" text="Breakfast"/> <Price amt="524.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3087"> <Room> <RoomType code="1027503" text="Standard Room"/> <MealType code="1" text="Breakfast"/> <Price amt="452.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3088"> <Room> <RoomType code="110205048" text="Standard Room, 1 Double Bed with Sofa bed (Airport View) + VIP Perks"/> <MealType code="1000041" text="Room only"/> <Price amt="799.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3089"> <Room> <RoomType code="110205050" text="Standard Room, 1 Double Bed with Sofa bed (Airport View)"/> <MealType code="1" text="Breakfast"/> <Price amt="571.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3090"> <Room> <RoomType code="110205050" text="Standard Room, 1 Double Bed with Sofa bed (Airport View)"/> <MealType code="1" text="Breakfast"/> <Price amt="499.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_322714335"> <Hotel id="322714335" name="Innside Paris Charles de Gaulle Airport"/> <Result id="796491517-2752"> <Room> <RoomType code="77581576" text="THE LOFT"/> <MealType code="1000041" text="Room only"/> <Price amt="1089.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-2753"> <Room> <RoomType code="77581576" text="THE LOFT"/> <MealType code="1000041" text="Room only"/> <Price amt="1023.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2754"> <Room> <RoomType code="77581576" text="THE LOFT"/> <MealType code="1000041" text="Room only"/> <Price amt="933.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-2755"> <Room> <RoomType code="97076862" text="THE INNSIDE ROOM - SKYLINE VIEW"/> <MealType code="1000041" text="Room only"/> <Price amt="920.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-2756"> <Room> <RoomType code="97076862" text="THE INNSIDE ROOM - SKYLINE VIEW"/> <MealType code="1000041" text="Room only"/> <Price amt="866.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2757"> <Room> <RoomType code="98450732" text="INNSIDE TWIN ROOM"/> <MealType code="1000041" text="Room only"/> <Price amt="864.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-2758"> <Room> <RoomType code="98739220" text="THE INNSIDE ROOM - ACCESIBLE"/> <MealType code="1000041" text="Room only"/> <Price amt="864.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-2759"> <Room> <RoomType code="67889199" text="The INNSIDE Room"/> <MealType code="1000041" text="Room only"/> <Price amt="839.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-2760"> <Room> <RoomType code="98450732" text="INNSIDE TWIN ROOM"/> <MealType code="1000041" text="Room only"/> <Price amt="813.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2761"> <Room> <RoomType code="98739220" text="THE INNSIDE ROOM - ACCESIBLE"/> <MealType code="1000041" text="Room only"/> <Price amt="813.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2762"> <Room> <RoomType code="97076862" text="THE INNSIDE ROOM - SKYLINE VIEW"/> <MealType code="1000041" text="Room only"/> <Price amt="790.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-2763"> <Room> <RoomType code="67889199" text="The INNSIDE Room"/> <MealType code="1000041" text="Room only"/> <Price amt="789.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2764"> <Room> <RoomType code="98450732" text="INNSIDE TWIN ROOM"/> <MealType code="1000041" text="Room only"/> <Price amt="744.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-2765"> <Room> <RoomType code="98739220" text="THE INNSIDE ROOM - ACCESIBLE"/> <MealType code="1000041" text="Room only"/> <Price amt="744.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-2766"> <Room> <RoomType code="67889199" text="The INNSIDE Room"/> <MealType code="1000041" text="Room only"/> <Price amt="722.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-2767"> <Room> <RoomType code="77581576" text="THE LOFT"/> <MealType code="1000041" text="Room only"/> <Price amt="967.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-2768"> <Room> <RoomType code="77581576" text="THE LOFT"/> <MealType code="1000041" text="Room only"/> <Price amt="901.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2769"> <Room> <RoomType code="77581576" text="THE LOFT"/> <MealType code="1000041" text="Room only"/> <Price amt="811.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-2770"> <Room> <RoomType code="97076862" text="THE INNSIDE ROOM - SKYLINE VIEW"/> <MealType code="1000041" text="Room only"/> <Price amt="798.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-2771"> <Room> <RoomType code="97076862" text="THE INNSIDE ROOM - SKYLINE VIEW"/> <MealType code="1000041" text="Room only"/> <Price amt="744.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2772"> <Room> <RoomType code="98450732" text="INNSIDE TWIN ROOM"/> <MealType code="1000041" text="Room only"/> <Price amt="742.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-2773"> <Room> <RoomType code="98739220" text="THE INNSIDE ROOM - ACCESIBLE"/> <MealType code="1000041" text="Room only"/> <Price amt="742.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-2774"> <Room> <RoomType code="67889199" text="The INNSIDE Room"/> <MealType code="1000041" text="Room only"/> <Price amt="717.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-2775"> <Room> <RoomType code="98450732" text="INNSIDE TWIN ROOM"/> <MealType code="1000041" text="Room only"/> <Price amt="691.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2776"> <Room> <RoomType code="98739220" text="THE INNSIDE ROOM - ACCESIBLE"/> <MealType code="1000041" text="Room only"/> <Price amt="691.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2777"> <Room> <RoomType code="97076862" text="THE INNSIDE ROOM - SKYLINE VIEW"/> <MealType code="1000041" text="Room only"/> <Price amt="668.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-2778"> <Room> <RoomType code="67889199" text="The INNSIDE Room"/> <MealType code="1000041" text="Room only"/> <Price amt="668.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2779"> <Room> <RoomType code="98450732" text="INNSIDE TWIN ROOM"/> <MealType code="1000041" text="Room only"/> <Price amt="622.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-2780"> <Room> <RoomType code="98739220" text="THE INNSIDE ROOM - ACCESIBLE"/> <MealType code="1000041" text="Room only"/> <Price amt="622.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-2781"> <Room> <RoomType code="67889199" text="The INNSIDE Room"/> <MealType code="1000041" text="Room only"/> <Price amt="600.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-2782"> <Room> <RoomType code="67889199" text="The INNSIDE Room"/> <MealType code="1000041" text="Room only"/> <Price amt="609.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-2783"> <Room> <RoomType code="67889199" text="The INNSIDE Room"/> <MealType code="1" text="Breakfast"/> <Price amt="733.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-2784"> <Room> <RoomType code="98739220" text="THE INNSIDE ROOM - ACCESIBLE"/> <MealType code="1000041" text="Room only"/> <Price amt="631.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-2785"> <Room> <RoomType code="98739220" text="THE INNSIDE ROOM - ACCESIBLE"/> <MealType code="1" text="Breakfast"/> <Price amt="754.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-2786"> <Room> <RoomType code="70968535" text="The Innside Room - Twin bed"/> <MealType code="1000041" text="Room only"/> <Price amt="631.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-2787"> <Room> <RoomType code="70968535" text="The Innside Room - Twin bed"/> <MealType code="1" text="Breakfast"/> <Price amt="754.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-2788"> <Room> <RoomType code="97076862" text="THE INNSIDE ROOM - SKYLINE VIEW"/> <MealType code="1000041" text="Room only"/> <Price amt="678.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-2789"> <Room> <RoomType code="97076862" text="THE INNSIDE ROOM - SKYLINE VIEW"/> <MealType code="1" text="Breakfast"/> <Price amt="802.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-2790"> <Room> <RoomType code="77592766" text="THE INNSIDE ROOM EXTRA SPACE"/> <MealType code="1000041" text="Room only"/> <Price amt="747.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-2791"> <Room> <RoomType code="77592766" text="THE INNSIDE ROOM EXTRA SPACE"/> <MealType code="1" text="Breakfast"/> <Price amt="871.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-2792"> <Room> <RoomType code="77581576" text="THE LOFT"/> <MealType code="1000041" text="Room only"/> <Price amt="822.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-2793"> <Room> <RoomType code="77581576" text="THE LOFT"/> <MealType code="1" text="Breakfast"/> <Price amt="946.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-2794"> <Room> <RoomType code="98418839" text="The Loft for Families"/> <MealType code="1000041" text="Room only"/> <Price amt="1050.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-2795"> <Room> <RoomType code="98418839" text="The Loft for Families"/> <MealType code="1" text="Breakfast"/> <Price amt="1174.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-2796"> <Room> <RoomType code="67889199" text="The INNSIDE Room"/> <MealType code="1000041" text="Room only"/> <Price amt="570.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2797"> <Room> <RoomType code="110205031" text="The Innside Room - Accessible"/> <MealType code="1000041" text="Room only"/> <Price amt="590.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2798"> <Room> <RoomType code="70968535" text="The Innside Room - Twin bed"/> <MealType code="1000041" text="Room only"/> <Price amt="590.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2799"> <Room> <RoomType code="97076862" text="THE INNSIDE ROOM - SKYLINE VIEW"/> <MealType code="1000041" text="Room only"/> <Price amt="634.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2800"> <Room> <RoomType code="94881624" text="The INNSIDE Room - Extra Space"/> <MealType code="1000041" text="Room only"/> <Price amt="697.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2801"> <Room> <RoomType code="77581576" text="THE LOFT"/> <MealType code="1000041" text="Room only"/> <Price amt="766.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2802"> <Room> <RoomType code="82636738" text="The Innside Room Extra Space (3AD)"/> <MealType code="1000041" text="Room only"/> <Price amt="966.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2803"> <Room> <RoomType code="82636738" text="The Innside Room Extra Space (3AD)"/> <MealType code="1000041" text="Room only"/> <Price amt="740.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2804"> <Room> <RoomType code="82636738" text="The Innside Room Extra Space (3AD)"/> <MealType code="1000041" text="Room only"/> <Price amt="905.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2805"> <Room> <RoomType code="82636738" text="The Innside Room Extra Space (3AD)"/> <MealType code="1" text="Breakfast"/> <Price amt="906.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2806"> <Room> <RoomType code="82636738" text="The Innside Room Extra Space (3AD)"/> <MealType code="1000041" text="Room only"/> <Price amt="922.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2807"> <Room> <RoomType code="82636738" text="The Innside Room Extra Space (3AD)"/> <MealType code="1" text="Breakfast"/> <Price amt="1150.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2808"> <Room> <RoomType code="82636738" text="The Innside Room Extra Space (3AD)"/> <MealType code="1" text="Breakfast"/> <Price amt="1089.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2809"> <Room> <RoomType code="110205063" text="The Loft For Families (2AD+1CH)"/> <MealType code="1000041" text="Room only"/> <Price amt="1238.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2810"> <Room> <RoomType code="110205063" text="The Loft For Families (2AD+1CH)"/> <MealType code="1000041" text="Room only"/> <Price amt="1244.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2811"> <Room> <RoomType code="110205063" text="The Loft For Families (2AD+1CH)"/> <MealType code="1" text="Breakfast"/> <Price amt="1176.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2812"> <Room> <RoomType code="110205063" text="The Loft For Families (2AD+1CH)"/> <MealType code="1" text="Breakfast"/> <Price amt="1506.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2813"> <Room> <RoomType code="110205063" text="The Loft For Families (2AD+1CH)"/> <MealType code="1000041" text="Room only"/> <Price amt="1010.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2814"> <Room> <RoomType code="110205063" text="The Loft For Families (2AD+1CH)"/> <MealType code="1000041" text="Room only"/> <Price amt="1322.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2815"> <Room> <RoomType code="110205063" text="The Loft For Families (2AD+1CH)"/> <MealType code="1" text="Breakfast"/> <Price amt="1422.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2816"> <Room> <RoomType code="110205066" text="The Innside Room Twin Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="562.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2817"> <Room> <RoomType code="110205066" text="The Innside Room Twin Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="746.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2818"> <Room> <RoomType code="110205066" text="The Innside Room Twin Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="817.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2819"> <Room> <RoomType code="110205066" text="The Innside Room Twin Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="868.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2820"> <Room> <RoomType code="110205066" text="The Innside Room Twin Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="673.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2821"> <Room> <RoomType code="110205066" text="The Innside Room Twin Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="694.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2822"> <Room> <RoomType code="98418839" text="The Loft for Families"/> <MealType code="1000041" text="Room only"/> <Price amt="937.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2823"> <Room> <RoomType code="98418839" text="The Loft for Families"/> <MealType code="1000041" text="Room only"/> <Price amt="1156.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2824"> <Room> <RoomType code="98418839" text="The Loft for Families"/> <MealType code="1" text="Breakfast"/> <Price amt="1279.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2825"> <Room> <RoomType code="98418839" text="The Loft for Families"/> <MealType code="1000041" text="Room only"/> <Price amt="1162.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2826"> <Room> <RoomType code="98418839" text="The Loft for Families"/> <MealType code="1" text="Breakfast"/> <Price amt="1363.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2827"> <Room> <RoomType code="98418839" text="The Loft for Families"/> <MealType code="1" text="Breakfast"/> <Price amt="1047.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2828"> <Room> <RoomType code="98418839" text="The Loft for Families"/> <MealType code="1000041" text="Room only"/> <Price amt="1240.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2829"> <Room> <RoomType code="77592766" text="THE INNSIDE ROOM EXTRA SPACE"/> <MealType code="1000041" text="Room only"/> <Price amt="823.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2830"> <Room> <RoomType code="77592766" text="THE INNSIDE ROOM EXTRA SPACE"/> <MealType code="1000041" text="Room only"/> <Price amt="840.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2831"> <Room> <RoomType code="77592766" text="THE INNSIDE ROOM EXTRA SPACE"/> <MealType code="1" text="Breakfast"/> <Price amt="777.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2832"> <Room> <RoomType code="77592766" text="THE INNSIDE ROOM EXTRA SPACE"/> <MealType code="1000041" text="Room only"/> <Price amt="884.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2833"> <Room> <RoomType code="77592766" text="THE INNSIDE ROOM EXTRA SPACE"/> <MealType code="1" text="Breakfast"/> <Price amt="1007.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2834"> <Room> <RoomType code="77592766" text="THE INNSIDE ROOM EXTRA SPACE"/> <MealType code="1" text="Breakfast"/> <Price amt="946.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2835"> <Room> <RoomType code="77592766" text="THE INNSIDE ROOM EXTRA SPACE"/> <MealType code="1000041" text="Room only"/> <Price amt="666.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2836"> <Room> <RoomType code="110205072" text="The Loft (2AD+2CH)"/> <MealType code="1000041" text="Room only"/> <Price amt="881.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2837"> <Room> <RoomType code="110205072" text="The Loft (2AD+2CH)"/> <MealType code="1000041" text="Room only"/> <Price amt="1070.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2838"> <Room> <RoomType code="110205072" text="The Loft (2AD+2CH)"/> <MealType code="1" text="Breakfast"/> <Price amt="1314.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2839"> <Room> <RoomType code="110205072" text="The Loft (2AD+2CH)"/> <MealType code="1000041" text="Room only"/> <Price amt="1093.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2840"> <Room> <RoomType code="110205072" text="The Loft (2AD+2CH)"/> <MealType code="1" text="Breakfast"/> <Price amt="1381.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2841"> <Room> <RoomType code="110205072" text="The Loft (2AD+2CH)"/> <MealType code="1" text="Breakfast"/> <Price amt="1101.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2842"> <Room> <RoomType code="110205072" text="The Loft (2AD+2CH)"/> <MealType code="1000041" text="Room only"/> <Price amt="1136.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2843"> <Room> <RoomType code="106513786" text="The Loft For Families (3AD+1CH)"/> <MealType code="1" text="Breakfast"/> <Price amt="1567.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2844"> <Room> <RoomType code="106513786" text="The Loft For Families (3AD+1CH)"/> <MealType code="1000041" text="Room only"/> <Price amt="1322.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2845"> <Room> <RoomType code="106513786" text="The Loft For Families (3AD+1CH)"/> <MealType code="1000041" text="Room only"/> <Price amt="1244.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2846"> <Room> <RoomType code="106513786" text="The Loft For Families (3AD+1CH)"/> <MealType code="1000041" text="Room only"/> <Price amt="1238.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2847"> <Room> <RoomType code="106513786" text="The Loft For Families (3AD+1CH)"/> <MealType code="1" text="Breakfast"/> <Price amt="1231.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2848"> <Room> <RoomType code="106513786" text="The Loft For Families (3AD+1CH)"/> <MealType code="1000041" text="Room only"/> <Price amt="1010.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2849"> <Room> <RoomType code="106513786" text="The Loft For Families (3AD+1CH)"/> <MealType code="1" text="Breakfast"/> <Price amt="1483.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2850"> <Room> <RoomType code="110205074" text="The Loft For Families (2AD+2CH)"/> <MealType code="1000041" text="Room only"/> <Price amt="1404.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2851"> <Room> <RoomType code="110205074" text="The Loft For Families (2AD+2CH)"/> <MealType code="1" text="Breakfast"/> <Price amt="1649.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2852"> <Room> <RoomType code="110205074" text="The Loft For Families (2AD+2CH)"/> <MealType code="1" text="Breakfast"/> <Price amt="1565.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2853"> <Room> <RoomType code="110205074" text="The Loft For Families (2AD+2CH)"/> <MealType code="1000041" text="Room only"/> <Price amt="1320.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2854"> <Room> <RoomType code="110205074" text="The Loft For Families (2AD+2CH)"/> <MealType code="1000041" text="Room only"/> <Price amt="1084.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2855"> <Room> <RoomType code="110205074" text="The Loft For Families (2AD+2CH)"/> <MealType code="1000041" text="Room only"/> <Price amt="1326.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2856"> <Room> <RoomType code="110205074" text="The Loft For Families (2AD+2CH)"/> <MealType code="1" text="Breakfast"/> <Price amt="1304.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2857"> <Room> <RoomType code="77581576" text="THE LOFT"/> <MealType code="1000041" text="Room only"/> <Price amt="734.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2858"> <Room> <RoomType code="77581576" text="THE LOFT"/> <MealType code="1000041" text="Room only"/> <Price amt="906.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2859"> <Room> <RoomType code="77581576" text="THE LOFT"/> <MealType code="1000041" text="Room only"/> <Price amt="930.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2860"> <Room> <RoomType code="77581576" text="THE LOFT"/> <MealType code="1" text="Breakfast"/> <Price amt="1095.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2861"> <Room> <RoomType code="77581576" text="THE LOFT"/> <MealType code="1000041" text="Room only"/> <Price amt="972.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2862"> <Room> <RoomType code="77581576" text="THE LOFT"/> <MealType code="1" text="Breakfast"/> <Price amt="844.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2863"> <Room> <RoomType code="77581576" text="THE LOFT"/> <MealType code="1" text="Breakfast"/> <Price amt="1028.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2864"> <Room> <RoomType code="110205077" text="The Innside Room Accesible"/> <MealType code="1" text="Breakfast"/> <Price amt="868.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2865"> <Room> <RoomType code="110205077" text="The Innside Room Accesible"/> <MealType code="1" text="Breakfast"/> <Price amt="673.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2866"> <Room> <RoomType code="110205077" text="The Innside Room Accesible"/> <MealType code="1" text="Breakfast"/> <Price amt="817.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2867"> <Room> <RoomType code="110205077" text="The Innside Room Accesible"/> <MealType code="1000041" text="Room only"/> <Price amt="709.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2868"> <Room> <RoomType code="110205077" text="The Innside Room Accesible"/> <MealType code="1000041" text="Room only"/> <Price amt="694.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2869"> <Room> <RoomType code="110205077" text="The Innside Room Accesible"/> <MealType code="1000041" text="Room only"/> <Price amt="746.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2870"> <Room> <RoomType code="110205077" text="The Innside Room Accesible"/> <MealType code="1000041" text="Room only"/> <Price amt="562.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2871"> <Room> <RoomType code="110205079" text="The Innside Room Extra Space (2AD + 1 CH)"/> <MealType code="1" text="Breakfast"/> <Price amt="906.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2872"> <Room> <RoomType code="110205079" text="The Innside Room Extra Space (2AD + 1 CH)"/> <MealType code="1" text="Breakfast"/> <Price amt="1089.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2873"> <Room> <RoomType code="110205079" text="The Innside Room Extra Space (2AD + 1 CH)"/> <MealType code="1000041" text="Room only"/> <Price amt="966.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2874"> <Room> <RoomType code="110205079" text="The Innside Room Extra Space (2AD + 1 CH)"/> <MealType code="1000041" text="Room only"/> <Price amt="905.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2875"> <Room> <RoomType code="110205079" text="The Innside Room Extra Space (2AD + 1 CH)"/> <MealType code="1000041" text="Room only"/> <Price amt="922.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2876"> <Room> <RoomType code="110205079" text="The Innside Room Extra Space (2AD + 1 CH)"/> <MealType code="1000041" text="Room only"/> <Price amt="740.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2877"> <Room> <RoomType code="110205079" text="The Innside Room Extra Space (2AD + 1 CH)"/> <MealType code="1" text="Breakfast"/> <Price amt="1150.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2878"> <Room> <RoomType code="67889199" text="The INNSIDE Room"/> <MealType code="1" text="Breakfast"/> <Price amt="794.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2879"> <Room> <RoomType code="67889199" text="The INNSIDE Room"/> <MealType code="1" text="Breakfast"/> <Price amt="844.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2880"> <Room> <RoomType code="67889199" text="The INNSIDE Room"/> <MealType code="1000041" text="Room only"/> <Price amt="543.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2881"> <Room> <RoomType code="67889199" text="The INNSIDE Room"/> <MealType code="1000041" text="Room only"/> <Price amt="721.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2882"> <Room> <RoomType code="67889199" text="The INNSIDE Room"/> <MealType code="1000041" text="Room only"/> <Price amt="671.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2883"> <Room> <RoomType code="67889199" text="The INNSIDE Room"/> <MealType code="1000041" text="Room only"/> <Price amt="685.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2884"> <Room> <RoomType code="67889199" text="The INNSIDE Room"/> <MealType code="1" text="Breakfast"/> <Price amt="654.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2885"> <Room> <RoomType code="110205082" text="The Innside Room Skyline View"/> <MealType code="1" text="Breakfast"/> <Price amt="925.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2886"> <Room> <RoomType code="110205082" text="The Innside Room Skyline View"/> <MealType code="1" text="Breakfast"/> <Price amt="870.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2887"> <Room> <RoomType code="110205082" text="The Innside Room Skyline View"/> <MealType code="1000041" text="Room only"/> <Price amt="748.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2888"> <Room> <RoomType code="110205082" text="The Innside Room Skyline View"/> <MealType code="1" text="Breakfast"/> <Price amt="715.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2889"> <Room> <RoomType code="110205082" text="The Innside Room Skyline View"/> <MealType code="1000041" text="Room only"/> <Price amt="763.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2890"> <Room> <RoomType code="110205082" text="The Innside Room Skyline View"/> <MealType code="1000041" text="Room only"/> <Price amt="803.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2891"> <Room> <RoomType code="110205082" text="The Innside Room Skyline View"/> <MealType code="1000041" text="Room only"/> <Price amt="605.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2892"> <Room> <RoomType code="110205085" text="The Loft (2AD+1CH)"/> <MealType code="1000041" text="Room only"/> <Price amt="1011.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2893"> <Room> <RoomType code="110205085" text="The Loft (2AD+1CH)"/> <MealType code="1" text="Breakfast"/> <Price amt="1238.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2894"> <Room> <RoomType code="110205085" text="The Loft (2AD+1CH)"/> <MealType code="1000041" text="Room only"/> <Price amt="988.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2895"> <Room> <RoomType code="110205085" text="The Loft (2AD+1CH)"/> <MealType code="1000041" text="Room only"/> <Price amt="1054.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2896"> <Room> <RoomType code="110205085" text="The Loft (2AD+1CH)"/> <MealType code="1" text="Breakfast"/> <Price amt="1172.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2897"> <Room> <RoomType code="110205085" text="The Loft (2AD+1CH)"/> <MealType code="1" text="Breakfast"/> <Price amt="973.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2898"> <Room> <RoomType code="110205085" text="The Loft (2AD+1CH)"/> <MealType code="1000041" text="Room only"/> <Price amt="807.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_1644456"> <Hotel id="1644456" name="Campanile Roissy - Aeroport CDG - Le Mesnil Amelot"/> <Result id="796491517-1627"> <Room> <RoomType code="103919463" text="Room Next Generation - 2 Single Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="199.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-1628"> <Room> <RoomType code="103919463" text="Room Next Generation - 2 Single Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="338.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1629"> <Room> <RoomType code="110205080" text="Room Next Generation - 3 Single Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="219.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-1630"> <Room> <RoomType code="110205080" text="Room Next Generation - 3 Single Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="358.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1631"> <Room> <RoomType code="110205083" text="Room Next Generation - 1 Double Bed 1 Single Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="219.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-1632"> <Room> <RoomType code="110205083" text="Room Next Generation - 1 Double Bed 1 Single Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="358.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1633"> <Room> <RoomType code="104436250" text="Room Next Generation - 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="224.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1634"> <Room> <RoomType code="104436250" text="Room Next Generation - 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="248.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1635"> <Room> <RoomType code="104436250" text="Room Next Generation - 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="362.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1636"> <Room> <RoomType code="104436250" text="Room Next Generation - 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="387.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1637"> <Room> <RoomType code="93471469" text="Next Generation, Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="253.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1638"> <Room> <RoomType code="93471469" text="Next Generation, Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="228.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1639"> <Room> <RoomType code="93471469" text="Next Generation, Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="225.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1640"> <Room> <RoomType code="93471469" text="Next Generation, Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="213.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-1641"> <Room> <RoomType code="93471469" text="Next Generation, Room, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="368.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1642"> <Room> <RoomType code="93471469" text="Next Generation, Room, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="356.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1643"> <Room> <RoomType code="93471469" text="Next Generation, Room, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="382.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1644"> <Room> <RoomType code="93471469" text="Next Generation, Room, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="357.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-1645"> <Room> <RoomType code="93471469" text="Next Generation, Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="266.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1646"> <Room> <RoomType code="91272873" text="Next Generation, Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="204.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1647"> <Room> <RoomType code="91272873" text="Next Generation, Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="335.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1648"> <Room> <RoomType code="91272873" text="Next Generation, Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="222.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1649"> <Room> <RoomType code="91272873" text="Next Generation, Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="230.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1650"> <Room> <RoomType code="91272873" text="Next Generation, Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="358.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1651"> <Room> <RoomType code="91272873" text="Next Generation, Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="347.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1652"> <Room> <RoomType code="91272873" text="Next Generation, Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="193.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-1653"> <Room> <RoomType code="91272873" text="Next Generation, Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="241.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1654"> <Room> <RoomType code="91272873" text="Next Generation, Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="337.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-1655"> <Room> <RoomType code="91272873" text="Next Generation, Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="206.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1656"> <Room> <RoomType code="85083689" text="Next Generation, Room, 3 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="424.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1657"> <Room> <RoomType code="85083689" text="Next Generation, Room, 3 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="368.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1658"> <Room> <RoomType code="85083689" text="Next Generation, Room, 3 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="225.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1659"> <Room> <RoomType code="85083689" text="Next Generation, Room, 3 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="357.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-1660"> <Room> <RoomType code="85083689" text="Next Generation, Room, 3 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="213.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-1661"> <Room> <RoomType code="85083689" text="Next Generation, Room, 3 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="266.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1662"> <Room> <RoomType code="90332499" text="Next Generation, Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="241.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1663"> <Room> <RoomType code="90332499" text="Next Generation, Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="398.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1664"> <Room> <RoomType code="90332499" text="Next Generation, Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="230.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1665"> <Room> <RoomType code="90332499" text="Next Generation, Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="372.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1666"> <Room> <RoomType code="90332499" text="Next Generation, Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="222.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_46447658"> <Hotel id="46447658" name="B&amp;B HOTEL Paris Nord 2 CDG Aeroport (Formerly Ibis)"/> <Result id="796491517-2258"> <Room> <RoomType code="110139967" text="Standard Room With 1 Double And 1 Single Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="287.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2259"> <Room> <RoomType code="110139967" text="Standard Room With 1 Double And 1 Single Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="366.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2260"> <Room> <RoomType code="110139967" text="Standard Room With 1 Double And 1 Single Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="304.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2261"> <Room> <RoomType code="110139967" text="Standard Room With 1 Double And 1 Single Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="386.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2262"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1000041" text="Room only"/> <Price amt="220.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2263"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1" text="Breakfast"/> <Price amt="300.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2264"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1000041" text="Room only"/> <Price amt="236.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2265"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1" text="Breakfast"/> <Price amt="318.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2266"> <Room> <RoomType code="4253341" text="Standard Twin Room"/> <MealType code="1000041" text="Room only"/> <Price amt="220.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2267"> <Room> <RoomType code="4253341" text="Standard Twin Room"/> <MealType code="1" text="Breakfast"/> <Price amt="300.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2268"> <Room> <RoomType code="4253341" text="Standard Twin Room"/> <MealType code="1000041" text="Room only"/> <Price amt="236.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2269"> <Room> <RoomType code="4253341" text="Standard Twin Room"/> <MealType code="1" text="Breakfast"/> <Price amt="318.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2270"> <Room> <RoomType code="53181260" text="Double Room - Disability Access"/> <MealType code="1000041" text="Room only"/> <Price amt="220.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2271"> <Room> <RoomType code="53181260" text="Double Room - Disability Access"/> <MealType code="1" text="Breakfast"/> <Price amt="300.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2272"> <Room> <RoomType code="53181260" text="Double Room - Disability Access"/> <MealType code="1000041" text="Room only"/> <Price amt="236.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2273"> <Room> <RoomType code="53181260" text="Double Room - Disability Access"/> <MealType code="1" text="Breakfast"/> <Price amt="318.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2274"> <Room> <RoomType code="1004401" text="Double room"/> <MealType code="1000041" text="Room only"/> <Price amt="271.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2275"> <Room> <RoomType code="1004401" text="Double room"/> <MealType code="1000041" text="Room only"/> <Price amt="284.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2276"> <Room> <RoomType code="1004401" text="Double room"/> <MealType code="1" text="Breakfast"/> <Price amt="394.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2277"> <Room> <RoomType code="1004401" text="Double room"/> <MealType code="1" text="Breakfast"/> <Price amt="404.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2278"> <Room> <RoomType code="110139792" text="Double Room - Wheelchair accessible"/> <MealType code="1000041" text="Room only"/> <Price amt="271.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2279"> <Room> <RoomType code="110139792" text="Double Room - Wheelchair accessible"/> <MealType code="1000041" text="Room only"/> <Price amt="284.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2280"> <Room> <RoomType code="110139792" text="Double Room - Wheelchair accessible"/> <MealType code="1" text="Breakfast"/> <Price amt="394.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2281"> <Room> <RoomType code="110139792" text="Double Room - Wheelchair accessible"/> <MealType code="1" text="Breakfast"/> <Price amt="404.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2282"> <Room> <RoomType code="1004402" text="Twin room"/> <MealType code="1000041" text="Room only"/> <Price amt="271.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2283"> <Room> <RoomType code="1004402" text="Twin room"/> <MealType code="1000041" text="Room only"/> <Price amt="284.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2284"> <Room> <RoomType code="1004402" text="Twin room"/> <MealType code="1" text="Breakfast"/> <Price amt="394.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2285"> <Room> <RoomType code="1004402" text="Twin room"/> <MealType code="1" text="Breakfast"/> <Price amt="404.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2286"> <Room> <RoomType code="1004403" text="Triple room"/> <MealType code="1000041" text="Room only"/> <Price amt="353.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2287"> <Room> <RoomType code="1004403" text="Triple room"/> <MealType code="1000041" text="Room only"/> <Price amt="366.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2288"> <Room> <RoomType code="1004403" text="Triple room"/> <MealType code="1" text="Breakfast"/> <Price amt="537.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2289"> <Room> <RoomType code="1004403" text="Triple room"/> <MealType code="1" text="Breakfast"/> <Price amt="546.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2290"> <Room> <RoomType code="14416884" text="Double Room, Non Smoking"/> <MealType code="1" text="Breakfast"/> <Price amt="387.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2291"> <Room> <RoomType code="14416884" text="Double Room, Non Smoking"/> <MealType code="1" text="Breakfast"/> <Price amt="375.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2292"> <Room> <RoomType code="14416884" text="Double Room, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="288.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2293"> <Room> <RoomType code="14416884" text="Double Room, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="275.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2294"> <Room> <RoomType code="26590313" text="Triple Room, Non Smoking"/> <MealType code="1" text="Breakfast"/> <Price amt="458.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2295"> <Room> <RoomType code="26590313" text="Triple Room, Non Smoking"/> <MealType code="1" text="Breakfast"/> <Price amt="470.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2296"> <Room> <RoomType code="26590313" text="Triple Room, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="370.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2297"> <Room> <RoomType code="26590313" text="Triple Room, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="358.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2298"> <Room> <RoomType code="12546523" text="Twin Room, Non Smoking"/> <MealType code="1" text="Breakfast"/> <Price amt="387.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2299"> <Room> <RoomType code="12546523" text="Twin Room, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="288.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2300"> <Room> <RoomType code="12546523" text="Twin Room, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="275.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2301"> <Room> <RoomType code="12546523" text="Twin Room, Non Smoking"/> <MealType code="1" text="Breakfast"/> <Price amt="375.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_186133"> <Hotel id="186133" name="Standing Hotel Suites by Actisource (Formerly Quality Only Suites CDG Airport)"/> <Result id="796491517-1333"> <Room> <RoomType code="110151922" text="Suite Junior Double"/> <MealType code="1000041" text="Room only"/> <Price amt="220.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1334"> <Room> <RoomType code="110151922" text="Suite Junior Double"/> <MealType code="1000041" text="Room only"/> <Price amt="245.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1335"> <Room> <RoomType code="110151922" text="Suite Junior Double"/> <MealType code="1" text="Breakfast"/> <Price amt="308.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1336"> <Room> <RoomType code="110151922" text="Suite Junior Double"/> <MealType code="1" text="Breakfast"/> <Price amt="343.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1337"> <Room> <RoomType code="110151922" text="Suite Junior Double"/> <MealType code="1000019" text="Half board"/> <Price amt="463.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1338"> <Room> <RoomType code="110151922" text="Suite Junior Double"/> <MealType code="1000019" text="Half board"/> <Price amt="514.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1339"> <Room> <RoomType code="73666148" text="Suite Junior Twin"/> <MealType code="1000041" text="Room only"/> <Price amt="220.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1340"> <Room> <RoomType code="73666148" text="Suite Junior Twin"/> <MealType code="1000041" text="Room only"/> <Price amt="245.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1341"> <Room> <RoomType code="73666148" text="Suite Junior Twin"/> <MealType code="1" text="Breakfast"/> <Price amt="308.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1342"> <Room> <RoomType code="73666148" text="Suite Junior Twin"/> <MealType code="1" text="Breakfast"/> <Price amt="343.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1343"> <Room> <RoomType code="73666148" text="Suite Junior Twin"/> <MealType code="1000019" text="Half board"/> <Price amt="463.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1344"> <Room> <RoomType code="73666148" text="Suite Junior Twin"/> <MealType code="1000019" text="Half board"/> <Price amt="514.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_38088"> <Hotel id="38088" name="Hotel Campanile Roissy-En-France"/> <Result id="796491517-141"> <Room> <RoomType code="110147034" text="Standard Quad - 1 Double Bed 2 Single Beds (City tax included)"/> <MealType code="1000041" text="Room only"/> <Price amt="553.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-142"> <Room> <RoomType code="110205026" text="Triple Standard + Single Bed (City tax included)"/> <MealType code="1000041" text="Room only"/> <Price amt="435.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-143"> <Room> <RoomType code="110205028" text="Double Standard + Single Bed (City tax included)"/> <MealType code="1000041" text="Room only"/> <Price amt="435.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-144"> <Room> <RoomType code="110147049" text="Standard Quad - 1 Double Bed 2 Single Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="415.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-145"> <Room> <RoomType code="110147251" text="Standard Double (City tax included)"/> <MealType code="1000041" text="Room only"/> <Price amt="350.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-146"> <Room> <RoomType code="110205029" text="Standard Twin (City tax included)"/> <MealType code="1000041" text="Room only"/> <Price amt="350.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-147"> <Room> <RoomType code="110205030" text="Triple Standard + Single Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="306.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-148"> <Room> <RoomType code="110205032" text="Double Standard + Single Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="306.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-149"> <Room> <RoomType code="1147483" text="Standard Twin"/> <MealType code="1000041" text="Room only"/> <Price amt="226.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-150"> <Room> <RoomType code="1180705" text="Standard Double"/> <MealType code="1000041" text="Room only"/> <Price amt="226.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-151"> <Room> <RoomType code="110147034" text="Standard Quad - 1 Double Bed 2 Single Beds (City tax included)"/> <MealType code="1" text="Breakfast"/> <Price amt="708.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-152"> <Room> <RoomType code="110205026" text="Triple Standard + Single Bed (City tax included)"/> <MealType code="1" text="Breakfast"/> <Price amt="590.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-153"> <Room> <RoomType code="110205028" text="Double Standard + Single Bed (City tax included)"/> <MealType code="1" text="Breakfast"/> <Price amt="590.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-154"> <Room> <RoomType code="110147049" text="Standard Quad - 1 Double Bed 2 Single Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="570.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-155"> <Room> <RoomType code="110147251" text="Standard Double (City tax included)"/> <MealType code="1" text="Breakfast"/> <Price amt="504.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-156"> <Room> <RoomType code="110205029" text="Standard Twin (City tax included)"/> <MealType code="1" text="Breakfast"/> <Price amt="504.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-157"> <Room> <RoomType code="110205030" text="Triple Standard + Single Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="460.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-158"> <Room> <RoomType code="110205032" text="Double Standard + Single Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="460.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-159"> <Room> <RoomType code="1180705" text="Standard Double"/> <MealType code="1" text="Breakfast"/> <Price amt="380.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-160"> <Room> <RoomType code="1147483" text="Standard Twin"/> <MealType code="1" text="Breakfast"/> <Price amt="380.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-161"> <Room> <RoomType code="110147034" text="Standard Quad - 1 Double Bed 2 Single Beds (City tax included)"/> <MealType code="1000019" text="Half board"/> <Price amt="966.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-162"> <Room> <RoomType code="110205026" text="Triple Standard + Single Bed (City tax included)"/> <MealType code="1000019" text="Half board"/> <Price amt="848.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-163"> <Room> <RoomType code="110205029" text="Standard Twin (City tax included)"/> <MealType code="1000019" text="Half board"/> <Price amt="763.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-164"> <Room> <RoomType code="110147251" text="Standard Double (City tax included)"/> <MealType code="1000019" text="Half board"/> <Price amt="763.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-165"> <Room> <RoomType code="110205075" text="room next generation 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="221.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-166"> <Room> <RoomType code="110205075" text="room next generation 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="319.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-167"> <Room> <RoomType code="103919463" text="Room Next Generation - 2 Single Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="221.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-168"> <Room> <RoomType code="103919463" text="Room Next Generation - 2 Single Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="319.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-169"> <Room> <RoomType code="104436250" text="Room Next Generation - 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="232.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-170"> <Room> <RoomType code="104436250" text="Room Next Generation - 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="362.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-171"> <Room> <RoomType code="110205080" text="Room Next Generation - 3 Single Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="314.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-172"> <Room> <RoomType code="110205080" text="Room Next Generation - 3 Single Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="444.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-173"> <Room> <RoomType code="110205083" text="Room Next Generation - 1 Double Bed 1 Single Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="314.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-174"> <Room> <RoomType code="110205083" text="Room Next Generation - 1 Double Bed 1 Single Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="444.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-175"> <Room> <RoomType code="110205086" text="Quadruple Room Next Generation - 1 Double Bed 2 Single Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="427.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-176"> <Room> <RoomType code="110205086" text="Quadruple Room Next Generation - 1 Double Bed 2 Single Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="557.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-177"> <Room> <RoomType code="110205129" text="Room, 3 Twin Beds (New Generation)"/> <MealType code="1000041" text="Room only"/> <Price amt="305.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-178"> <Room> <RoomType code="110205129" text="Room, 3 Twin Beds (New Generation)"/> <MealType code="1000041" text="Room only"/> <Price amt="325.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-179"> <Room> <RoomType code="110205129" text="Room, 3 Twin Beds (New Generation)"/> <MealType code="1" text="Breakfast"/> <Price amt="432.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-180"> <Room> <RoomType code="110205129" text="Room, 3 Twin Beds (New Generation)"/> <MealType code="1000041" text="Room only"/> <Price amt="358.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-181"> <Room> <RoomType code="110205129" text="Room, 3 Twin Beds (New Generation)"/> <MealType code="1" text="Breakfast"/> <Price amt="513.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-182"> <Room> <RoomType code="110205131" text="Room, 1 Double Bed (Next Generation)"/> <MealType code="1000041" text="Room only"/> <Price amt="243.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-183"> <Room> <RoomType code="110205131" text="Room, 1 Double Bed (Next Generation)"/> <MealType code="1000041" text="Room only"/> <Price amt="278.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-184"> <Room> <RoomType code="110205131" text="Room, 1 Double Bed (Next Generation)"/> <MealType code="1000041" text="Room only"/> <Price amt="251.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-185"> <Room> <RoomType code="110205131" text="Room, 1 Double Bed (Next Generation)"/> <MealType code="1" text="Breakfast"/> <Price amt="385.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-186"> <Room> <RoomType code="110205131" text="Room, 1 Double Bed (Next Generation)"/> <MealType code="1" text="Breakfast"/> <Price amt="428.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-187"> <Room> <RoomType code="110205131" text="Room, 1 Double Bed (Next Generation)"/> <MealType code="1" text="Breakfast"/> <Price amt="372.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-188"> <Room> <RoomType code="110205131" text="Room, 1 Double Bed (Next Generation)"/> <MealType code="1" text="Breakfast"/> <Price amt="352.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-189"> <Room> <RoomType code="110205131" text="Room, 1 Double Bed (Next Generation)"/> <MealType code="1000041" text="Room only"/> <Price amt="225.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-190"> <Room> <RoomType code="46137785" text="Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="325.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-191"> <Room> <RoomType code="46137785" text="Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="305.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-192"> <Room> <RoomType code="46137785" text="Room, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="432.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-193"> <Room> <RoomType code="102984313" text="Room, 2 Twin Beds (Next Generation)"/> <MealType code="1" text="Breakfast"/> <Price amt="407.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-194"> <Room> <RoomType code="102984313" text="Room, 2 Twin Beds (Next Generation)"/> <MealType code="1" text="Breakfast"/> <Price amt="352.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-195"> <Room> <RoomType code="102984313" text="Room, 2 Twin Beds (Next Generation)"/> <MealType code="1000041" text="Room only"/> <Price amt="278.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-196"> <Room> <RoomType code="102984313" text="Room, 2 Twin Beds (Next Generation)"/> <MealType code="1000041" text="Room only"/> <Price amt="225.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-197"> <Room> <RoomType code="102984313" text="Room, 2 Twin Beds (Next Generation)"/> <MealType code="1000041" text="Room only"/> <Price amt="243.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-198"> <Room> <RoomType code="110205133" text="Room, Multiple Beds (Next Generation)"/> <MealType code="1" text="Breakfast"/> <Price amt="629.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-199"> <Room> <RoomType code="110205133" text="Room, Multiple Beds (Next Generation)"/> <MealType code="1" text="Breakfast"/> <Price amt="541.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-200"> <Room> <RoomType code="110205133" text="Room, Multiple Beds (Next Generation)"/> <MealType code="1000041" text="Room only"/> <Price amt="414.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-201"> <Room> <RoomType code="110205133" text="Room, Multiple Beds (Next Generation)"/> <MealType code="1000041" text="Room only"/> <Price amt="437.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-202"> <Room> <RoomType code="110205133" text="Room, Multiple Beds (Next Generation)"/> <MealType code="1000041" text="Room only"/> <Price amt="467.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_26877027"> <Hotel id="26877027" name="Campanile Le Blanc Mesnil"/> <Result id="796491517-2053"> <Room> <RoomType code="1181507" text="DOUBLE WITH DOUBLE BED"/> <MealType code="1000041" text="Room only"/> <Price amt="233.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-2054"> <Room> <RoomType code="1181507" text="DOUBLE WITH DOUBLE BED"/> <MealType code="1" text="Breakfast"/> <Price amt="363.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-2055"> <Room> <RoomType code="104436250" text="Room Next Generation - 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="233.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-2056"> <Room> <RoomType code="104436250" text="Room Next Generation - 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="363.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-2057"> <Room> <RoomType code="103919463" text="Room Next Generation - 2 Single Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="233.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-2058"> <Room> <RoomType code="103919463" text="Room Next Generation - 2 Single Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="363.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-2059"> <Room> <RoomType code="1002065" text="Triple Standard"/> <MealType code="1000041" text="Room only"/> <Price amt="294.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-2060"> <Room> <RoomType code="1002065" text="Triple Standard"/> <MealType code="1" text="Breakfast"/> <Price amt="425.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-2061"> <Room> <RoomType code="90332499" text="Next Generation, Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="252.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2062"> <Room> <RoomType code="90332499" text="Next Generation, Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="403.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2063"> <Room> <RoomType code="90332499" text="Next Generation, Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="276.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2064"> <Room> <RoomType code="90332499" text="Next Generation, Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="344.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2065"> <Room> <RoomType code="90332499" text="Next Generation, Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="244.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2066"> <Room> <RoomType code="90332499" text="Next Generation, Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="362.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-2067"> <Room> <RoomType code="90332499" text="Next Generation, Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="236.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2068"> <Room> <RoomType code="90332499" text="Next Generation, Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="226.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-2069"> <Room> <RoomType code="90332499" text="Next Generation, Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="386.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2070"> <Room> <RoomType code="95331991" text="Next Generation, Superior Room, 3 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="305.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2071"> <Room> <RoomType code="95331991" text="Next Generation, Superior Room, 3 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="450.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2072"> <Room> <RoomType code="95331991" text="Next Generation, Superior Room, 3 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="287.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2073"> <Room> <RoomType code="95331991" text="Next Generation, Superior Room, 3 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="344.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2074"> <Room> <RoomType code="95331991" text="Next Generation, Superior Room, 3 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="462.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2075"> <Room> <RoomType code="95331991" text="Next Generation, Superior Room, 3 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="303.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-2076"> <Room> <RoomType code="95331991" text="Next Generation, Superior Room, 3 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="395.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2077"> <Room> <RoomType code="95331991" text="Next Generation, Superior Room, 3 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="421.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-2078"> <Room> <RoomType code="95331991" text="Next Generation, Superior Room, 3 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="315.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2079"> <Room> <RoomType code="96192611" text="Next Generation, Junior Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="344.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2080"> <Room> <RoomType code="96192611" text="Next Generation, Junior Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="276.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2081"> <Room> <RoomType code="96192611" text="Next Generation, Junior Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="362.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-2082"> <Room> <RoomType code="96192611" text="Next Generation, Junior Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="226.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-2083"> <Room> <RoomType code="96192611" text="Next Generation, Junior Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="386.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2084"> <Room> <RoomType code="96192611" text="Next Generation, Junior Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="236.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2085"> <Room> <RoomType code="96192611" text="Next Generation, Junior Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="252.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2086"> <Room> <RoomType code="96192611" text="Next Generation, Junior Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="403.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2087"> <Room> <RoomType code="96192611" text="Next Generation, Junior Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="244.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2088"> <Room> <RoomType code="92590434" text="Next Generation, Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="236.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2089"> <Room> <RoomType code="92590434" text="Next Generation, Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="244.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2090"> <Room> <RoomType code="92590434" text="Next Generation, Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="276.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2091"> <Room> <RoomType code="92590434" text="Next Generation, Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="344.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2092"> <Room> <RoomType code="92590434" text="Next Generation, Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="386.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2093"> <Room> <RoomType code="92590434" text="Next Generation, Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="362.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-2094"> <Room> <RoomType code="92590434" text="Next Generation, Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="252.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2095"> <Room> <RoomType code="92590434" text="Next Generation, Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="226.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-2096"> <Room> <RoomType code="92590434" text="Next Generation, Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="403.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2097"> <Room> <RoomType code="93471469" text="Next Generation, Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="408.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_79511030"> <Hotel id="79511030" name="Adagio Access Massy Gare Tgv"/> <Result id="796491517-2521"> <Room> <RoomType code="57268646" text="Studio for 2 people"/> <MealType code="1000041" text="Room only"/> <Price amt="246.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2522"> <Room> <RoomType code="57268646" text="Studio for 2 people"/> <MealType code="1000041" text="Room only"/> <Price amt="271.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2523"> <Room> <RoomType code="57268646" text="Studio for 2 people"/> <MealType code="1" text="Breakfast"/> <Price amt="343.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2524"> <Room> <RoomType code="57268646" text="Studio for 2 people"/> <MealType code="1" text="Breakfast"/> <Price amt="383.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2525"> <Room> <RoomType code="60048857" text="Apartment With 1 Bedroom For 4 People"/> <MealType code="1000041" text="Room only"/> <Price amt="382.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2526"> <Room> <RoomType code="60048857" text="Apartment With 1 Bedroom For 4 People"/> <MealType code="1000041" text="Room only"/> <Price amt="424.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2527"> <Room> <RoomType code="60048857" text="Apartment With 1 Bedroom For 4 People"/> <MealType code="1" text="Breakfast"/> <Price amt="471.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2528"> <Room> <RoomType code="60048857" text="Apartment With 1 Bedroom For 4 People"/> <MealType code="1" text="Breakfast"/> <Price amt="537.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2529"> <Room> <RoomType code="57268646" text="Studio for 2 people"/> <MealType code="1000041" text="Room only"/> <Price amt="326.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2530"> <Room> <RoomType code="1019514" text="Apartment "/> <MealType code="1000041" text="Room only"/> <Price amt="512.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2531"> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom"/> <MealType code="1" text="Breakfast"/> <Price amt="457.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2532"> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom"/> <MealType code="1000041" text="Room only"/> <Price amt="505.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2533"> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom"/> <MealType code="1000041" text="Room only"/> <Price amt="358.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2534"> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom"/> <MealType code="1" text="Breakfast"/> <Price amt="534.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2535"> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom"/> <MealType code="1" text="Breakfast"/> <Price amt="625.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2536"> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom"/> <MealType code="1" text="Breakfast"/> <Price amt="510.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2537"> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom"/> <MealType code="1000041" text="Room only"/> <Price amt="414.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2538"> <Room> <RoomType code="9941442" text="Apartment, 1 Bedroom"/> <MealType code="1000041" text="Room only"/> <Price amt="412.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2539"> <Room> <RoomType code="15013726" text="Studio, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="361.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2540"> <Room> <RoomType code="15013726" text="Studio, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="231.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2541"> <Room> <RoomType code="15013726" text="Studio, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="322.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2542"> <Room> <RoomType code="15013726" text="Studio, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="262.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2543"> <Room> <RoomType code="15013726" text="Studio, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="263.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2544"> <Room> <RoomType code="15013726" text="Studio, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="443.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2545"> <Room> <RoomType code="15013726" text="Studio, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="382.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2546"> <Room> <RoomType code="15013726" text="Studio, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="330.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_1644453"> <Hotel id="1644453" name="Campanile - Morangis Orly"/> <Result id="796491517-1599"> <Room> <RoomType code="110205046" text="Room Next Generation - 1 Double Bed 1 Junior Bed Up To 10 Years"/> <MealType code="1000041" text="Room only"/> <Price amt="254.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-1600"> <Room> <RoomType code="110205046" text="Room Next Generation - 1 Double Bed 1 Junior Bed Up To 10 Years"/> <MealType code="1" text="Breakfast"/> <Price amt="369.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-1601"> <Room> <RoomType code="104436250" text="Room Next Generation - 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="254.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-1602"> <Room> <RoomType code="104436250" text="Room Next Generation - 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="369.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-1603"> <Room> <RoomType code="110205051" text="Room Next Generation - 2 Single Beds 1 Junior Bed Up To 10 Years"/> <MealType code="1000041" text="Room only"/> <Price amt="254.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-1604"> <Room> <RoomType code="110205051" text="Room Next Generation - 2 Single Beds 1 Junior Bed Up To 10 Years"/> <MealType code="1" text="Breakfast"/> <Price amt="369.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-1605"> <Room> <RoomType code="103919463" text="Room Next Generation - 2 Single Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="254.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-1606"> <Room> <RoomType code="103919463" text="Room Next Generation - 2 Single Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="369.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-1607"> <Room> <RoomType code="99307243" text="Next Generation, Junior Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="290.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1608"> <Room> <RoomType code="99307243" text="Next Generation, Junior Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="278.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1609"> <Room> <RoomType code="99307243" text="Next Generation, Junior Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="241.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-1610"> <Room> <RoomType code="99307243" text="Next Generation, Junior Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="357.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-1611"> <Room> <RoomType code="99307243" text="Next Generation, Junior Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="406.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1612"> <Room> <RoomType code="90332499" text="Next Generation, Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="241.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-1613"> <Room> <RoomType code="90332499" text="Next Generation, Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="290.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1614"> <Room> <RoomType code="90332499" text="Next Generation, Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="278.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1615"> <Room> <RoomType code="90332499" text="Next Generation, Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="357.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-1616"> <Room> <RoomType code="90332499" text="Next Generation, Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="406.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1617"> <Room> <RoomType code="92590434" text="Next Generation, Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="278.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1618"> <Room> <RoomType code="92590434" text="Next Generation, Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="241.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-1619"> <Room> <RoomType code="92590434" text="Next Generation, Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="406.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1620"> <Room> <RoomType code="92590434" text="Next Generation, Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="290.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1621"> <Room> <RoomType code="92590434" text="Next Generation, Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="357.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-1622"> <Room> <RoomType code="96192611" text="Next Generation, Junior Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="290.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1623"> <Room> <RoomType code="96192611" text="Next Generation, Junior Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="241.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-1624"> <Room> <RoomType code="96192611" text="Next Generation, Junior Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="357.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-1625"> <Room> <RoomType code="96192611" text="Next Generation, Junior Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="406.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1626"> <Room> <RoomType code="96192611" text="Next Generation, Junior Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="278.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_1644449"> <Hotel id="1644449" name="Eurohotel Orly Rungis"/> <Result id="796491517-1561"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1000041" text="Room only"/> <Price amt="241.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1562"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1000041" text="Room only"/> <Price amt="265.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1563"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1000041" text="Room only"/> <Price amt="268.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1564"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1000041" text="Room only"/> <Price amt="295.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1565"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1" text="Breakfast"/> <Price amt="321.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1566"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1" text="Breakfast"/> <Price amt="345.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1567"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1" text="Breakfast"/> <Price amt="357.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1568"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1" text="Breakfast"/> <Price amt="384.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1569"> <Room> <RoomType code="1004525" text="Double Or Twin Standard"/> <MealType code="1000041" text="Room only"/> <Price amt="242.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1570"> <Room> <RoomType code="1004525" text="Double Or Twin Standard"/> <MealType code="1000041" text="Room only"/> <Price amt="266.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1571"> <Room> <RoomType code="1004525" text="Double Or Twin Standard"/> <MealType code="1000041" text="Room only"/> <Price amt="268.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1572"> <Room> <RoomType code="1004525" text="Double Or Twin Standard"/> <MealType code="1000041" text="Room only"/> <Price amt="295.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1573"> <Room> <RoomType code="1004525" text="Double Or Twin Standard"/> <MealType code="1" text="Breakfast"/> <Price amt="321.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1574"> <Room> <RoomType code="1004525" text="Double Or Twin Standard"/> <MealType code="1" text="Breakfast"/> <Price amt="357.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1575"> <Room> <RoomType code="4253341" text="Standard Twin Room"/> <MealType code="1000041" text="Room only"/> <Price amt="242.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1576"> <Room> <RoomType code="4253341" text="Standard Twin Room"/> <MealType code="1000041" text="Room only"/> <Price amt="266.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1577"> <Room> <RoomType code="4253341" text="Standard Twin Room"/> <MealType code="1000041" text="Room only"/> <Price amt="268.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1578"> <Room> <RoomType code="4253341" text="Standard Twin Room"/> <MealType code="1000041" text="Room only"/> <Price amt="295.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1579"> <Room> <RoomType code="4253341" text="Standard Twin Room"/> <MealType code="1" text="Breakfast"/> <Price amt="321.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1580"> <Room> <RoomType code="4253341" text="Standard Twin Room"/> <MealType code="1" text="Breakfast"/> <Price amt="346.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1581"> <Room> <RoomType code="4253341" text="Standard Twin Room"/> <MealType code="1" text="Breakfast"/> <Price amt="357.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1582"> <Room> <RoomType code="4253341" text="Standard Twin Room"/> <MealType code="1" text="Breakfast"/> <Price amt="384.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1583"> <Room> <RoomType code="1910493" text="Superior Double Room"/> <MealType code="1000041" text="Room only"/> <Price amt="281.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1584"> <Room> <RoomType code="1910493" text="Superior Double Room"/> <MealType code="1000041" text="Room only"/> <Price amt="305.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1585"> <Room> <RoomType code="1910493" text="Superior Double Room"/> <MealType code="1000041" text="Room only"/> <Price amt="312.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1586"> <Room> <RoomType code="1910493" text="Superior Double Room"/> <MealType code="1000041" text="Room only"/> <Price amt="339.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1587"> <Room> <RoomType code="1910493" text="Superior Double Room"/> <MealType code="1" text="Breakfast"/> <Price amt="361.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1588"> <Room> <RoomType code="1910493" text="Superior Double Room"/> <MealType code="1" text="Breakfast"/> <Price amt="385.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1589"> <Room> <RoomType code="1910493" text="Superior Double Room"/> <MealType code="1" text="Breakfast"/> <Price amt="401.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1590"> <Room> <RoomType code="1910493" text="Superior Double Room"/> <MealType code="1" text="Breakfast"/> <Price amt="428.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1591"> <Room> <RoomType code="6894876" text="Standard Triple Room"/> <MealType code="1000041" text="Room only"/> <Price amt="313.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1592"> <Room> <RoomType code="6894876" text="Standard Triple Room"/> <MealType code="1000041" text="Room only"/> <Price amt="337.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1593"> <Room> <RoomType code="6894876" text="Standard Triple Room"/> <MealType code="1000041" text="Room only"/> <Price amt="348.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1594"> <Room> <RoomType code="6894876" text="Standard Triple Room"/> <MealType code="1000041" text="Room only"/> <Price amt="375.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1595"> <Room> <RoomType code="6894876" text="Standard Triple Room"/> <MealType code="1" text="Breakfast"/> <Price amt="433.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1596"> <Room> <RoomType code="6894876" text="Standard Triple Room"/> <MealType code="1" text="Breakfast"/> <Price amt="457.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1597"> <Room> <RoomType code="6894876" text="Standard Triple Room"/> <MealType code="1" text="Breakfast"/> <Price amt="481.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1598"> <Room> <RoomType code="6894876" text="Standard Triple Room"/> <MealType code="1" text="Breakfast"/> <Price amt="508.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_3034947"> <Hotel id="3034947" name="Residhome Roissy Village"/> <Result id="796491517-1939"> <Room> <RoomType code="110205007" text="Appartment 1 Bed (Double)"/> <MealType code="1000041" text="Room only"/> <Price amt="260.80"/> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> <CancelPolicy From=""/> </Room> </Result> <Result id="796491517-1940"> <Room> <RoomType code="110205007" text="Appartment 1 Bed (Double)"/> <MealType code="1000041" text="Room only"/> <Price amt="289.90"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1941"> <Room> <RoomType code="110205137" text="One bedroom superior apartment 2 pax"/> <MealType code="1000041" text="Room only"/> <Price amt="244.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1942"> <Room> <RoomType code="110205137" text="One bedroom superior apartment 2 pax"/> <MealType code="1000041" text="Room only"/> <Price amt="270.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1943"> <Room> <RoomType code="110205137" text="One bedroom superior apartment 2 pax"/> <MealType code="1000041" text="Room only"/> <Price amt="270.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1944"> <Room> <RoomType code="110205137" text="One bedroom superior apartment 2 pax"/> <MealType code="1000041" text="Room only"/> <Price amt="301.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1945"> <Room> <RoomType code="110205138" text="One bedroom superior apartment 4 pax"/> <MealType code="1000041" text="Room only"/> <Price amt="331.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1946"> <Room> <RoomType code="110205138" text="One bedroom superior apartment 4 pax"/> <MealType code="1000041" text="Room only"/> <Price amt="368.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_431022819"> <Hotel id="431022819" name="Tulip Inn Massy Palaiseau"/> <Result id="796491517-3456"> <Room> <RoomType code="110205164" text="Apartment, Multiple Beds, Kitchenette"/> <MealType code="1" text="Breakfast"/> <Price amt="538.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-3457"> <Room> <RoomType code="110205164" text="Apartment, Multiple Beds, Kitchenette"/> <MealType code="1000041" text="Room only"/> <Price amt="446.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-3458"> <Room> <RoomType code="110205164" text="Apartment, Multiple Beds, Kitchenette"/> <MealType code="1" text="Breakfast"/> <Price amt="459.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3459"> <Room> <RoomType code="110205164" text="Apartment, Multiple Beds, Kitchenette"/> <MealType code="1000041" text="Room only"/> <Price amt="429.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3460"> <Room> <RoomType code="110205164" text="Apartment, Multiple Beds, Kitchenette"/> <MealType code="1000041" text="Room only"/> <Price amt="401.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3461"> <Room> <RoomType code="110205165" text="Superior Studio, 1 Queen Bed, Kitchenette"/> <MealType code="1" text="Breakfast"/> <Price amt="378.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3462"> <Room> <RoomType code="110205165" text="Superior Studio, 1 Queen Bed, Kitchenette"/> <MealType code="1000041" text="Room only"/> <Price amt="316.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3463"> <Room> <RoomType code="110205165" text="Superior Studio, 1 Queen Bed, Kitchenette"/> <MealType code="1000041" text="Room only"/> <Price amt="329.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-3464"> <Room> <RoomType code="110205165" text="Superior Studio, 1 Queen Bed, Kitchenette"/> <MealType code="1000041" text="Room only"/> <Price amt="296.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3465"> <Room> <RoomType code="110205165" text="Superior Studio, 1 Queen Bed, Kitchenette"/> <MealType code="1" text="Breakfast"/> <Price amt="414.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-3466"> <Room> <RoomType code="110205165" text="Superior Studio, 1 Queen Bed, Kitchenette"/> <MealType code="1" text="Breakfast"/> <Price amt="354.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3467"> <Room> <RoomType code="110205166" text="Standard Studio, 1 Queen Bed, Kitchenette"/> <MealType code="1000041" text="Room only"/> <Price amt="271.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-3468"> <Room> <RoomType code="110205166" text="Standard Studio, 1 Queen Bed, Kitchenette"/> <MealType code="1000041" text="Room only"/> <Price amt="244.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3469"> <Room> <RoomType code="110205166" text="Standard Studio, 1 Queen Bed, Kitchenette"/> <MealType code="1" text="Breakfast"/> <Price amt="351.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-3470"> <Room> <RoomType code="110205166" text="Standard Studio, 1 Queen Bed, Kitchenette"/> <MealType code="1" text="Breakfast"/> <Price amt="302.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3471"> <Room> <RoomType code="110205166" text="Standard Studio, 1 Queen Bed, Kitchenette"/> <MealType code="1000041" text="Room only"/> <Price amt="260.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3472"> <Room> <RoomType code="110205164" text="Apartment, Multiple Beds, Kitchenette"/> <MealType code="1" text="Breakfast"/> <Price amt="490.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3473"> <Room> <RoomType code="110205167" text="Executive Studio, 1 Queen Bed, Kitchenette"/> <MealType code="1" text="Breakfast"/> <Price amt="414.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-3474"> <Room> <RoomType code="110205167" text="Executive Studio, 1 Queen Bed, Kitchenette"/> <MealType code="1000041" text="Room only"/> <Price amt="329.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-3475"> <Room> <RoomType code="110205167" text="Executive Studio, 1 Queen Bed, Kitchenette"/> <MealType code="1" text="Breakfast"/> <Price amt="354.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3476"> <Room> <RoomType code="110205167" text="Executive Studio, 1 Queen Bed, Kitchenette"/> <MealType code="1000041" text="Room only"/> <Price amt="296.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3477"> <Room> <RoomType code="110205169" text="Standard Studio, 2 Twin Beds, Kitchenette"/> <MealType code="1000041" text="Room only"/> <Price amt="260.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3478"> <Room> <RoomType code="110205169" text="Standard Studio, 2 Twin Beds, Kitchenette"/> <MealType code="1" text="Breakfast"/> <Price amt="351.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-3479"> <Room> <RoomType code="110205169" text="Standard Studio, 2 Twin Beds, Kitchenette"/> <MealType code="1000041" text="Room only"/> <Price amt="271.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-3480"> <Room> <RoomType code="110205169" text="Standard Studio, 2 Twin Beds, Kitchenette"/> <MealType code="1000041" text="Room only"/> <Price amt="244.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3481"> <Room> <RoomType code="110205169" text="Standard Studio, 2 Twin Beds, Kitchenette"/> <MealType code="1" text="Breakfast"/> <Price amt="302.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_79486952"> <Hotel id="79486952" name="ibis Paris Villepinte Parc des Expos"/> <Result id="796491517-2485"> <Room> <RoomType code="4499740" text="Standard room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="271.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2486"> <Room> <RoomType code="4499740" text="Standard room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="278.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2487"> <Room> <RoomType code="4499740" text="Standard room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="281.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2488"> <Room> <RoomType code="4499740" text="Standard room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="292.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2489"> <Room> <RoomType code="4499740" text="Standard room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="324.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2490"> <Room> <RoomType code="4499740" text="Standard room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="360.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2491"> <Room> <RoomType code="18244365" text="Standard room with twin beds"/> <MealType code="1000041" text="Room only"/> <Price amt="271.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2492"> <Room> <RoomType code="18244365" text="Standard room with twin beds"/> <MealType code="1000041" text="Room only"/> <Price amt="278.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2493"> <Room> <RoomType code="18244365" text="Standard room with twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="378.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2494"> <Room> <RoomType code="18244365" text="Standard room with twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="383.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2495"> <Room> <RoomType code="41791458" text="Standard Room with one double bed and one single bed"/> <MealType code="1000041" text="Room only"/> <Price amt="271.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2496"> <Room> <RoomType code="41791458" text="Standard Room with one double bed and one single bed"/> <MealType code="1000041" text="Room only"/> <Price amt="278.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2497"> <Room> <RoomType code="41791458" text="Standard Room with one double bed and one single bed"/> <MealType code="1" text="Breakfast"/> <Price amt="378.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2498"> <Room> <RoomType code="41791458" text="Standard Room with one double bed and one single bed"/> <MealType code="1" text="Breakfast"/> <Price amt="383.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2499"> <Room> <RoomType code="7139576" text="Superior room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="321.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2500"> <Room> <RoomType code="7139576" text="Superior room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="326.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2501"> <Room> <RoomType code="7139576" text="Superior room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="428.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2502"> <Room> <RoomType code="7139576" text="Superior room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="432.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2503"> <Room> <RoomType code="110146982" text="Standard Room With One Double Bed And Two Single Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="333.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2504"> <Room> <RoomType code="110146982" text="Standard Room With One Double Bed And Two Single Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="339.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2505"> <Room> <RoomType code="110146982" text="Standard Room With One Double Bed And Two Single Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="441.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2506"> <Room> <RoomType code="110146982" text="Standard Room With One Double Bed And Two Single Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="444.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2507"> <Room> <RoomType code="104424425" text="Sweet Home - Room"/> <MealType code="1000041" text="Room only"/> <Price amt="417.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2508"> <Room> <RoomType code="104424425" text="Sweet Home - Room"/> <MealType code="1000041" text="Room only"/> <Price amt="420.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2509"> <Room> <RoomType code="104424425" text="Sweet Home - Room"/> <MealType code="1" text="Breakfast"/> <Price amt="524.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2510"> <Room> <RoomType code="104424425" text="Sweet Home - Room"/> <MealType code="1" text="Breakfast"/> <Price amt="526.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2511"> <Room> <RoomType code="36224619" text="Standard Twin Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="344.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2512"> <Room> <RoomType code="36224619" text="Standard Twin Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="246.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2513"> <Room> <RoomType code="39129378" text="Room, 1 Twin Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="379.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2514"> <Room> <RoomType code="39129378" text="Room, 1 Twin Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="476.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2515"> <Room> <RoomType code="24124390" text="Superior Double Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="389.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2516"> <Room> <RoomType code="24124390" text="Superior Double Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="292.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2517"> <Room> <RoomType code="15578967" text="Standard Double Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="344.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2518"> <Room> <RoomType code="15578967" text="Standard Double Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="246.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2519"> <Room> <RoomType code="71039439" text="Standard Double Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="246.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2520"> <Room> <RoomType code="71039439" text="Standard Double Room, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="344.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_358985851"> <Hotel id="358985851" name="ADAGIO ACCESS PALAISEAU SACLAY"/> <Result id="796491517-3229"> <Room> <RoomType code="110205172" text="Studio for 2 people with double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="249.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3230"> <Room> <RoomType code="110205172" text="Studio for 2 people with double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="297.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3231"> <Room> <RoomType code="110205172" text="Studio for 2 people with double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="333.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3232"> <Room> <RoomType code="110205172" text="Studio for 2 people with double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="392.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3233"> <Room> <RoomType code="52071920" text="Studio 2 Persons Twin beds"/> <MealType code="1000041" text="Room only"/> <Price amt="249.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3234"> <Room> <RoomType code="52071920" text="Studio 2 Persons Twin beds"/> <MealType code="1000041" text="Room only"/> <Price amt="297.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3235"> <Room> <RoomType code="52071920" text="Studio 2 Persons Twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="333.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3236"> <Room> <RoomType code="52071920" text="Studio 2 Persons Twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="392.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3237"> <Room> <RoomType code="110205173" text="Studio for 3 people with 1 double bed and 1 sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="289.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3238"> <Room> <RoomType code="110205173" text="Studio for 3 people with 1 double bed and 1 sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="358.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3239"> <Room> <RoomType code="110205173" text="Studio for 3 people with 1 double bed and 1 sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="375.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3240"> <Room> <RoomType code="110205173" text="Studio for 3 people with 1 double bed and 1 sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="454.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3241"> <Room> <RoomType code="110205174" text="Studio for 4 people with 1 double bed and 2 sofa beds"/> <MealType code="1000041" text="Room only"/> <Price amt="310.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3242"> <Room> <RoomType code="110205174" text="Studio for 4 people with 1 double bed and 2 sofa beds"/> <MealType code="1000041" text="Room only"/> <Price amt="378.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3243"> <Room> <RoomType code="110205174" text="Studio for 4 people with 1 double bed and 2 sofa beds"/> <MealType code="1" text="Breakfast"/> <Price amt="396.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3244"> <Room> <RoomType code="110205174" text="Studio for 4 people with 1 double bed and 2 sofa beds"/> <MealType code="1" text="Breakfast"/> <Price amt="475.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3245"> <Room> <RoomType code="33908076" text="Studio, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="611.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3246"> <Room> <RoomType code="33908076" text="Studio, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="504.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3247"> <Room> <RoomType code="15013726" text="Studio, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="438.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3248"> <Room> <RoomType code="15013726" text="Studio, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="446.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3249"> <Room> <RoomType code="15013726" text="Studio, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="358.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3250"> <Room> <RoomType code="108418551" text="Studio, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="483.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3251"> <Room> <RoomType code="108418551" text="Studio, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="589.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3252"> <Room> <RoomType code="39955885" text="Studio, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="358.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3253"> <Room> <RoomType code="39955885" text="Studio, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="438.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3254"> <Room> <RoomType code="39955885" text="Studio, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="446.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_466424134"> <Hotel id="466424134" name="Ibis Budget Fresnes"/> <Result id="796491517-3581"> <Room> <RoomType code="15578967" text="Standard Double Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="259.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-11"/> </Room> </Result> <Result id="796491517-3582"> <Room> <RoomType code="15578967" text="Standard Double Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="274.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3583"> <Room> <RoomType code="15578967" text="Standard Double Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="364.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3584"> <Room> <RoomType code="15578967" text="Standard Double Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="337.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-11"/> </Room> </Result> <Result id="796491517-3585"> <Room> <RoomType code="36224619" text="Standard Twin Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="405.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3586"> <Room> <RoomType code="36224619" text="Standard Twin Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="502.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3587"> <Room> <RoomType code="36224619" text="Standard Twin Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="405.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3588"> <Room> <RoomType code="36224619" text="Standard Twin Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="384.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-11"/> </Room> </Result> <Result id="796491517-3589"> <Room> <RoomType code="36224619" text="Standard Twin Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="461.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-11"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_79693286"> <Hotel id="79693286" name="Ibis Orly Chevilly Tram 7"/> <Result id="796491517-2547"> <Room> <RoomType code="7157914" text="Standard room with two single beds"/> <MealType code="1000041" text="Room only"/> <Price amt="304.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2548"> <Room> <RoomType code="10558210" text="Standard room with a double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="304.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2549"> <Room> <RoomType code="64568385" text="Room with 1 double bed and 1 single bed"/> <MealType code="1000041" text="Room only"/> <Price amt="324.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2550"> <Room> <RoomType code="7157914" text="Standard room with two single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="400.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2551"> <Room> <RoomType code="10558210" text="Standard room with a double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="400.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2552"> <Room> <RoomType code="64568385" text="Room with 1 double bed and 1 single bed"/> <MealType code="1" text="Breakfast"/> <Price amt="419.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2553"> <Room> <RoomType code="10558210" text="Standard room with a double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="424.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2554"> <Room> <RoomType code="7157914" text="Standard room with two single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="424.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2555"> <Room> <RoomType code="64568385" text="Room with 1 double bed and 1 single bed"/> <MealType code="1" text="Breakfast"/> <Price amt="445.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2556"> <Room> <RoomType code="10558210" text="Standard room with a double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="271.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2557"> <Room> <RoomType code="10558210" text="Standard room with a double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="287.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2558"> <Room> <RoomType code="10558210" text="Standard room with a double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="374.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2559"> <Room> <RoomType code="10558210" text="Standard room with a double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="387.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2560"> <Room> <RoomType code="7157914" text="Standard room with two single beds"/> <MealType code="1000041" text="Room only"/> <Price amt="271.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2561"> <Room> <RoomType code="7157914" text="Standard room with two single beds"/> <MealType code="1000041" text="Room only"/> <Price amt="287.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2562"> <Room> <RoomType code="7157914" text="Standard room with two single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="374.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2563"> <Room> <RoomType code="7157914" text="Standard room with two single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="387.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2564"> <Room> <RoomType code="64568385" text="Room with 1 double bed and 1 single bed"/> <MealType code="1000041" text="Room only"/> <Price amt="290.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2565"> <Room> <RoomType code="64568385" text="Room with 1 double bed and 1 single bed"/> <MealType code="1000041" text="Room only"/> <Price amt="307.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2566"> <Room> <RoomType code="64568385" text="Room with 1 double bed and 1 single bed"/> <MealType code="1" text="Breakfast"/> <Price amt="392.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2567"> <Room> <RoomType code="64568385" text="Room with 1 double bed and 1 single bed"/> <MealType code="1" text="Breakfast"/> <Price amt="407.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2568"> <Room> <RoomType code="23339277" text="Standard Room, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="432.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2569"> <Room> <RoomType code="23339277" text="Standard Room, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="406.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2570"> <Room> <RoomType code="23339277" text="Standard Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="280.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2571"> <Room> <RoomType code="23339277" text="Standard Room, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="372.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2572"> <Room> <RoomType code="23339277" text="Standard Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="282.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2573"> <Room> <RoomType code="23339277" text="Standard Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="332.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2574"> <Room> <RoomType code="23339277" text="Standard Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="288.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2575"> <Room> <RoomType code="23339277" text="Standard Room, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="382.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2576"> <Room> <RoomType code="23339277" text="Standard Room, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="374.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2577"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="356.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2578"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="364.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2579"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="262.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2580"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="354.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2581"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="410.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2582"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="264.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2583"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="269.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2584"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="310.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2585"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="310.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2586"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="269.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2587"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="364.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2588"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="356.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2589"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="262.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2590"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="264.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2591"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="354.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2592"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="410.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2593"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="286.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_486025355"> <Hotel id="486025355" name="All Suites Appart Hotel Massy-Palaiseau"/> <Result id="796491517-3616"> <Room> <RoomType code="110205117" text="STUDIO ECO 1-2 PERS (LIT DOUBLE)"/> <MealType code="1000041" text="Room only"/> <Price amt="262.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3617"> <Room> <RoomType code="110205117" text="STUDIO ECO 1-2 PERS (LIT DOUBLE)"/> <MealType code="1000041" text="Room only"/> <Price amt="275.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3618"> <Room> <RoomType code="110205117" text="STUDIO ECO 1-2 PERS (LIT DOUBLE)"/> <MealType code="1000041" text="Room only"/> <Price amt="291.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3619"> <Room> <RoomType code="110205117" text="STUDIO ECO 1-2 PERS (LIT DOUBLE)"/> <MealType code="1" text="Breakfast"/> <Price amt="375.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3620"> <Room> <RoomType code="110205117" text="STUDIO ECO 1-2 PERS (LIT DOUBLE)"/> <MealType code="1" text="Breakfast"/> <Price amt="388.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3621"> <Room> <RoomType code="110205117" text="STUDIO ECO 1-2 PERS (LIT DOUBLE)"/> <MealType code="1" text="Breakfast"/> <Price amt="404.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3622"> <Room> <RoomType code="110205118" text="STUDIO 1-2 PERS (LIT DOUBLE)"/> <MealType code="1000041" text="Room only"/> <Price amt="274.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3623"> <Room> <RoomType code="110205118" text="STUDIO 1-2 PERS (LIT DOUBLE)"/> <MealType code="1000041" text="Room only"/> <Price amt="287.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3624"> <Room> <RoomType code="110205118" text="STUDIO 1-2 PERS (LIT DOUBLE)"/> <MealType code="1000041" text="Room only"/> <Price amt="304.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3625"> <Room> <RoomType code="110205118" text="STUDIO 1-2 PERS (LIT DOUBLE)"/> <MealType code="1" text="Breakfast"/> <Price amt="386.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3626"> <Room> <RoomType code="110205118" text="STUDIO 1-2 PERS (LIT DOUBLE)"/> <MealType code="1" text="Breakfast"/> <Price amt="400.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3627"> <Room> <RoomType code="110205118" text="STUDIO 1-2 PERS (LIT DOUBLE)"/> <MealType code="1" text="Breakfast"/> <Price amt="417.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3628"> <Room> <RoomType code="110205120" text="STUDIO CONFORT 1-2 PERS (LIT DOUBLE)"/> <MealType code="1000041" text="Room only"/> <Price amt="281.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3629"> <Room> <RoomType code="110205120" text="STUDIO CONFORT 1-2 PERS (LIT DOUBLE)"/> <MealType code="1000041" text="Room only"/> <Price amt="295.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3630"> <Room> <RoomType code="110205120" text="STUDIO CONFORT 1-2 PERS (LIT DOUBLE)"/> <MealType code="1000041" text="Room only"/> <Price amt="312.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3631"> <Room> <RoomType code="110205120" text="STUDIO CONFORT 1-2 PERS (LIT DOUBLE)"/> <MealType code="1" text="Breakfast"/> <Price amt="394.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3632"> <Room> <RoomType code="110205120" text="STUDIO CONFORT 1-2 PERS (LIT DOUBLE)"/> <MealType code="1" text="Breakfast"/> <Price amt="408.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3633"> <Room> <RoomType code="110205120" text="STUDIO CONFORT 1-2 PERS (LIT DOUBLE)"/> <MealType code="1" text="Breakfast"/> <Price amt="425.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3634"> <Room> <RoomType code="110205122" text="STUDIO CONFORT 1-2 PERS (LITS SIMPLES)"/> <MealType code="1000041" text="Room only"/> <Price amt="281.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3635"> <Room> <RoomType code="110205122" text="STUDIO CONFORT 1-2 PERS (LITS SIMPLES)"/> <MealType code="1000041" text="Room only"/> <Price amt="295.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3636"> <Room> <RoomType code="110205122" text="STUDIO CONFORT 1-2 PERS (LITS SIMPLES)"/> <MealType code="1000041" text="Room only"/> <Price amt="312.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3637"> <Room> <RoomType code="110205122" text="STUDIO CONFORT 1-2 PERS (LITS SIMPLES)"/> <MealType code="1" text="Breakfast"/> <Price amt="394.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3638"> <Room> <RoomType code="110205122" text="STUDIO CONFORT 1-2 PERS (LITS SIMPLES)"/> <MealType code="1" text="Breakfast"/> <Price amt="408.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3639"> <Room> <RoomType code="110205122" text="STUDIO CONFORT 1-2 PERS (LITS SIMPLES)"/> <MealType code="1" text="Breakfast"/> <Price amt="425.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3640"> <Room> <RoomType code="110205124" text="STUDIO SUPERIEUR 1-2 PERS (LIT DOUBLE)"/> <MealType code="1000041" text="Room only"/> <Price amt="300.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3641"> <Room> <RoomType code="110205124" text="STUDIO SUPERIEUR 1-2 PERS (LIT DOUBLE)"/> <MealType code="1000041" text="Room only"/> <Price amt="315.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3642"> <Room> <RoomType code="110205124" text="STUDIO SUPERIEUR 1-2 PERS (LIT DOUBLE)"/> <MealType code="1000041" text="Room only"/> <Price amt="333.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3643"> <Room> <RoomType code="110205124" text="STUDIO SUPERIEUR 1-2 PERS (LIT DOUBLE)"/> <MealType code="1" text="Breakfast"/> <Price amt="413.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3644"> <Room> <RoomType code="110205124" text="STUDIO SUPERIEUR 1-2 PERS (LIT DOUBLE)"/> <MealType code="1" text="Breakfast"/> <Price amt="428.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3645"> <Room> <RoomType code="110205124" text="STUDIO SUPERIEUR 1-2 PERS (LIT DOUBLE)"/> <MealType code="1" text="Breakfast"/> <Price amt="446.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3646"> <Room> <RoomType code="110205125" text="STUDIO CONFORT 1-2 PERS (LIT DOUBLE) TERRASSE"/> <MealType code="1000041" text="Room only"/> <Price amt="305.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3647"> <Room> <RoomType code="110205125" text="STUDIO CONFORT 1-2 PERS (LIT DOUBLE) TERRASSE"/> <MealType code="1000041" text="Room only"/> <Price amt="320.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3648"> <Room> <RoomType code="110205125" text="STUDIO CONFORT 1-2 PERS (LIT DOUBLE) TERRASSE"/> <MealType code="1000041" text="Room only"/> <Price amt="339.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3649"> <Room> <RoomType code="110205125" text="STUDIO CONFORT 1-2 PERS (LIT DOUBLE) TERRASSE"/> <MealType code="1" text="Breakfast"/> <Price amt="418.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3650"> <Room> <RoomType code="110205125" text="STUDIO CONFORT 1-2 PERS (LIT DOUBLE) TERRASSE"/> <MealType code="1" text="Breakfast"/> <Price amt="433.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3651"> <Room> <RoomType code="110205125" text="STUDIO CONFORT 1-2 PERS (LIT DOUBLE) TERRASSE"/> <MealType code="1" text="Breakfast"/> <Price amt="452.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3652"> <Room> <RoomType code="110205126" text="STUDIO SUPERIEUR 1-2 PERS (LIT DOUBLE) TERRASSE"/> <MealType code="1000041" text="Room only"/> <Price amt="333.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3653"> <Room> <RoomType code="110205126" text="STUDIO SUPERIEUR 1-2 PERS (LIT DOUBLE) TERRASSE"/> <MealType code="1000041" text="Room only"/> <Price amt="350.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3654"> <Room> <RoomType code="110205126" text="STUDIO SUPERIEUR 1-2 PERS (LIT DOUBLE) TERRASSE"/> <MealType code="1000041" text="Room only"/> <Price amt="370.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3655"> <Room> <RoomType code="110205126" text="STUDIO SUPERIEUR 1-2 PERS (LIT DOUBLE) TERRASSE"/> <MealType code="1" text="Breakfast"/> <Price amt="446.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3656"> <Room> <RoomType code="110205126" text="STUDIO SUPERIEUR 1-2 PERS (LIT DOUBLE) TERRASSE"/> <MealType code="1" text="Breakfast"/> <Price amt="463.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3657"> <Room> <RoomType code="110205126" text="STUDIO SUPERIEUR 1-2 PERS (LIT DOUBLE) TERRASSE"/> <MealType code="1" text="Breakfast"/> <Price amt="484.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3658"> <Room> <RoomType code="110205128" text="STUDIO EXECUTIF 1-4 PERS (LIT DOUBLE ET CANAPE LIT)"/> <MealType code="1000041" text="Room only"/> <Price amt="428.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3659"> <Room> <RoomType code="110205128" text="STUDIO EXECUTIF 1-4 PERS (LIT DOUBLE ET CANAPE LIT)"/> <MealType code="1000041" text="Room only"/> <Price amt="450.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3660"> <Room> <RoomType code="110205128" text="STUDIO EXECUTIF 1-4 PERS (LIT DOUBLE ET CANAPE LIT)"/> <MealType code="1000041" text="Room only"/> <Price amt="476.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3661"> <Room> <RoomType code="110205128" text="STUDIO EXECUTIF 1-4 PERS (LIT DOUBLE ET CANAPE LIT)"/> <MealType code="1" text="Breakfast"/> <Price amt="541.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3662"> <Room> <RoomType code="110205128" text="STUDIO EXECUTIF 1-4 PERS (LIT DOUBLE ET CANAPE LIT)"/> <MealType code="1" text="Breakfast"/> <Price amt="562.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3663"> <Room> <RoomType code="110205128" text="STUDIO EXECUTIF 1-4 PERS (LIT DOUBLE ET CANAPE LIT)"/> <MealType code="1" text="Breakfast"/> <Price amt="589.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3664"> <Room> <RoomType code="110205130" text="STUDIO EXECUTIF 1-4 PERS (LIT DOUBLE ET CANAPE LIT) TERRASSE"/> <MealType code="1000041" text="Room only"/> <Price amt="447.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3665"> <Room> <RoomType code="110205130" text="STUDIO EXECUTIF 1-4 PERS (LIT DOUBLE ET CANAPE LIT) TERRASSE"/> <MealType code="1000041" text="Room only"/> <Price amt="470.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3666"> <Room> <RoomType code="110205130" text="STUDIO EXECUTIF 1-4 PERS (LIT DOUBLE ET CANAPE LIT) TERRASSE"/> <MealType code="1000041" text="Room only"/> <Price amt="497.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3667"> <Room> <RoomType code="110205130" text="STUDIO EXECUTIF 1-4 PERS (LIT DOUBLE ET CANAPE LIT) TERRASSE"/> <MealType code="1" text="Breakfast"/> <Price amt="560.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3668"> <Room> <RoomType code="110205130" text="STUDIO EXECUTIF 1-4 PERS (LIT DOUBLE ET CANAPE LIT) TERRASSE"/> <MealType code="1" text="Breakfast"/> <Price amt="582.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3669"> <Room> <RoomType code="110205130" text="STUDIO EXECUTIF 1-4 PERS (LIT DOUBLE ET CANAPE LIT) TERRASSE"/> <MealType code="1" text="Breakfast"/> <Price amt="610.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3670"> <Room> <RoomType code="110205132" text="SUITE 1-4 PERS (2 STUDIOS COMMUNICANTS)"/> <MealType code="1000041" text="Room only"/> <Price amt="490.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3671"> <Room> <RoomType code="110205132" text="SUITE 1-4 PERS (2 STUDIOS COMMUNICANTS)"/> <MealType code="1000041" text="Room only"/> <Price amt="514.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3672"> <Room> <RoomType code="110205132" text="SUITE 1-4 PERS (2 STUDIOS COMMUNICANTS)"/> <MealType code="1000041" text="Room only"/> <Price amt="544.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3673"> <Room> <RoomType code="110205132" text="SUITE 1-4 PERS (2 STUDIOS COMMUNICANTS)"/> <MealType code="1" text="Breakfast"/> <Price amt="603.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3674"> <Room> <RoomType code="110205132" text="SUITE 1-4 PERS (2 STUDIOS COMMUNICANTS)"/> <MealType code="1" text="Breakfast"/> <Price amt="627.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3675"> <Room> <RoomType code="110205132" text="SUITE 1-4 PERS (2 STUDIOS COMMUNICANTS)"/> <MealType code="1" text="Breakfast"/> <Price amt="658.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_322714216"> <Hotel id="322714216" name="ibis Paris Orly Rungis"/> <Result id="796491517-2732"> <Room> <RoomType code="110174056" text="Standard Double Room - Non-Refundable - Room Only"/> <MealType code="1000041" text="Room only"/> <Price amt="268.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2733"> <Room> <RoomType code="110199919" text="Standard Twin Room - Non-Refundable - Room Only"/> <MealType code="1000041" text="Room only"/> <Price amt="268.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2734"> <Room> <RoomType code="109952077" text="Standard Double Room - Flexible - Room Only"/> <MealType code="1000041" text="Room only"/> <Price amt="292.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2735"> <Room> <RoomType code="110199920" text="Standard Twin Room - Flexible - Room Only"/> <MealType code="1000041" text="Room only"/> <Price amt="292.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2736"> <Room> <RoomType code="110173911" text="Standard Double Room - Non-Refundable - Bed and Breakfast"/> <MealType code="1000041" text="Room only"/> <Price amt="347.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2737"> <Room> <RoomType code="110173914" text="Standard Twin Room - Non-Refundable - Bed and Breakfast"/> <MealType code="1000041" text="Room only"/> <Price amt="347.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2738"> <Room> <RoomType code="110144199" text="Standard Double Room - Flexible - Bed and Breakfast"/> <MealType code="1000041" text="Room only"/> <Price amt="373.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2739"> <Room> <RoomType code="110144200" text="Standard Twin Room - Flexible - Bed and Breakfast"/> <MealType code="1000041" text="Room only"/> <Price amt="373.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2740"> <Room> <RoomType code="53696999" text="Comfort Double Room, Non Smoking"/> <MealType code="1" text="Breakfast"/> <Price amt="584.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2741"> <Room> <RoomType code="53696999" text="Comfort Double Room, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="463.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2742"> <Room> <RoomType code="53696999" text="Comfort Double Room, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="484.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2743"> <Room> <RoomType code="53696999" text="Comfort Double Room, Non Smoking"/> <MealType code="1" text="Breakfast"/> <Price amt="563.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2744"> <Room> <RoomType code="1004401" text="Double room"/> <MealType code="1" text="Breakfast"/> <Price amt="367.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2745"> <Room> <RoomType code="1004401" text="Double room"/> <MealType code="1000041" text="Room only"/> <Price amt="287.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2746"> <Room> <RoomType code="1004401" text="Double room"/> <MealType code="1000041" text="Room only"/> <Price amt="271.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2747"> <Room> <RoomType code="1004401" text="Double room"/> <MealType code="1" text="Breakfast"/> <Price amt="350.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2748"> <Room> <RoomType code="1004402" text="Twin room"/> <MealType code="1000041" text="Room only"/> <Price amt="271.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2749"> <Room> <RoomType code="1004402" text="Twin room"/> <MealType code="1" text="Breakfast"/> <Price amt="367.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2750"> <Room> <RoomType code="1004402" text="Twin room"/> <MealType code="1000041" text="Room only"/> <Price amt="287.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2751"> <Room> <RoomType code="1004402" text="Twin room"/> <MealType code="1" text="Breakfast"/> <Price amt="350.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_26879172"> <Hotel id="26879172" name="All Suites Appart Hotel Orly Rungis"/> <Result id="796491517-2098"> <Room> <RoomType code="110205033" text="Communicating Suite 4 Pers Non Refundable"/> <MealType code="1000041" text="Room only"/> <Price amt="652.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2099"> <Room> <RoomType code="110205034" text="Communicating Suite 4 Pers"/> <MealType code="1000041" text="Room only"/> <Price amt="652.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2100"> <Room> <RoomType code="110205035" text="Communicating Suite (2 Studios)"/> <MealType code="1000041" text="Room only"/> <Price amt="561.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2101"> <Room> <RoomType code="110205037" text="Communicating Suite (2 Studios) Non Refundable"/> <MealType code="1000041" text="Room only"/> <Price amt="505.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2102"> <Room> <RoomType code="110205039" text="Confort Studio Twin 2 Pers"/> <MealType code="1000041" text="Room only"/> <Price amt="386.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2103"> <Room> <RoomType code="110205042" text="Confort Studio Twin 2 Pers Non Refundable"/> <MealType code="1000041" text="Room only"/> <Price amt="386.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2104"> <Room> <RoomType code="110205045" text="Confort Studio Double 2 Pers Non Refundable"/> <MealType code="1000041" text="Room only"/> <Price amt="362.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2105"> <Room> <RoomType code="110205047" text="Confort Studio Double 2 Pers"/> <MealType code="1000041" text="Room only"/> <Price amt="362.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2106"> <Room> <RoomType code="110205049" text="Comfort Studio (Single Beds)"/> <MealType code="1000041" text="Room only"/> <Price amt="332.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2107"> <Room> <RoomType code="105484538" text="COMFORT STUDIO (DOUBLE BED)"/> <MealType code="1000041" text="Room only"/> <Price amt="312.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2108"> <Room> <RoomType code="110205053" text="Comfort Studio (Single Beds) Non Refundable"/> <MealType code="1000041" text="Room only"/> <Price amt="299.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2109"> <Room> <RoomType code="110205054" text="Comfort Studio (Double Bed) Non Refundable"/> <MealType code="1000041" text="Room only"/> <Price amt="280.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2110"> <Room> <RoomType code="110205035" text="Communicating Suite (2 Studios)"/> <MealType code="1" text="Breakfast"/> <Price amt="693.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2111"> <Room> <RoomType code="110205037" text="Communicating Suite (2 Studios) Non Refundable"/> <MealType code="1" text="Breakfast"/> <Price amt="637.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2112"> <Room> <RoomType code="110205049" text="Comfort Studio (Single Beds)"/> <MealType code="1" text="Breakfast"/> <Price amt="464.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2113"> <Room> <RoomType code="105484538" text="COMFORT STUDIO (DOUBLE BED)"/> <MealType code="1" text="Breakfast"/> <Price amt="443.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2114"> <Room> <RoomType code="110205053" text="Comfort Studio (Single Beds) Non Refundable"/> <MealType code="1" text="Breakfast"/> <Price amt="430.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2115"> <Room> <RoomType code="110205054" text="Comfort Studio (Double Bed) Non Refundable"/> <MealType code="1" text="Breakfast"/> <Price amt="412.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2116"> <Room> <RoomType code="10540200" text="Comfort Studio"/> <MealType code="1000041" text="Room only"/> <Price amt="274.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2117"> <Room> <RoomType code="10540200" text="Comfort Studio"/> <MealType code="1000041" text="Room only"/> <Price amt="290.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2118"> <Room> <RoomType code="10540200" text="Comfort Studio"/> <MealType code="1000041" text="Room only"/> <Price amt="305.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2119"> <Room> <RoomType code="10540200" text="Comfort Studio"/> <MealType code="1000041" text="Room only"/> <Price amt="323.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2120"> <Room> <RoomType code="10540200" text="Comfort Studio"/> <MealType code="1" text="Breakfast"/> <Price amt="388.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2121"> <Room> <RoomType code="10540200" text="Comfort Studio"/> <MealType code="1" text="Breakfast"/> <Price amt="404.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2122"> <Room> <RoomType code="10540200" text="Comfort Studio"/> <MealType code="1" text="Breakfast"/> <Price amt="418.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2123"> <Room> <RoomType code="10540200" text="Comfort Studio"/> <MealType code="1" text="Breakfast"/> <Price amt="436.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2124"> <Room> <RoomType code="110205049" text="Comfort Studio (Single Beds)"/> <MealType code="1000041" text="Room only"/> <Price amt="292.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2125"> <Room> <RoomType code="110205049" text="Comfort Studio (Single Beds)"/> <MealType code="1000041" text="Room only"/> <Price amt="310.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2126"> <Room> <RoomType code="110205049" text="Comfort Studio (Single Beds)"/> <MealType code="1000041" text="Room only"/> <Price amt="325.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2127"> <Room> <RoomType code="110205049" text="Comfort Studio (Single Beds)"/> <MealType code="1000041" text="Room only"/> <Price amt="344.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2128"> <Room> <RoomType code="110205049" text="Comfort Studio (Single Beds)"/> <MealType code="1" text="Breakfast"/> <Price amt="406.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2129"> <Room> <RoomType code="110205049" text="Comfort Studio (Single Beds)"/> <MealType code="1" text="Breakfast"/> <Price amt="423.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2130"> <Room> <RoomType code="110205049" text="Comfort Studio (Single Beds)"/> <MealType code="1" text="Breakfast"/> <Price amt="438.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2131"> <Room> <RoomType code="110205049" text="Comfort Studio (Single Beds)"/> <MealType code="1" text="Breakfast"/> <Price amt="457.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2132"> <Room> <RoomType code="4335994" text="Superior Studio"/> <MealType code="1000041" text="Room only"/> <Price amt="476.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2133"> <Room> <RoomType code="4335994" text="Superior Studio"/> <MealType code="1000041" text="Room only"/> <Price amt="504.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2134"> <Room> <RoomType code="4335994" text="Superior Studio"/> <MealType code="1000041" text="Room only"/> <Price amt="529.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2135"> <Room> <RoomType code="4335994" text="Superior Studio"/> <MealType code="1000041" text="Room only"/> <Price amt="560.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2136"> <Room> <RoomType code="4335994" text="Superior Studio"/> <MealType code="1" text="Breakfast"/> <Price amt="589.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2137"> <Room> <RoomType code="4335994" text="Superior Studio"/> <MealType code="1" text="Breakfast"/> <Price amt="617.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2138"> <Room> <RoomType code="4335994" text="Superior Studio"/> <MealType code="1" text="Breakfast"/> <Price amt="642.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2139"> <Room> <RoomType code="4335994" text="Superior Studio"/> <MealType code="1" text="Breakfast"/> <Price amt="674.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2140"> <Room> <RoomType code="110205090" text="SUITE TWO CONNECTED STUDIOS"/> <MealType code="1000041" text="Room only"/> <Price amt="494.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2141"> <Room> <RoomType code="110205090" text="SUITE TWO CONNECTED STUDIOS"/> <MealType code="1000041" text="Room only"/> <Price amt="523.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2142"> <Room> <RoomType code="110205090" text="SUITE TWO CONNECTED STUDIOS"/> <MealType code="1000041" text="Room only"/> <Price amt="549.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2143"> <Room> <RoomType code="110205090" text="SUITE TWO CONNECTED STUDIOS"/> <MealType code="1000041" text="Room only"/> <Price amt="582.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2144"> <Room> <RoomType code="110205090" text="SUITE TWO CONNECTED STUDIOS"/> <MealType code="1" text="Breakfast"/> <Price amt="607.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2145"> <Room> <RoomType code="110205090" text="SUITE TWO CONNECTED STUDIOS"/> <MealType code="1" text="Breakfast"/> <Price amt="636.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2146"> <Room> <RoomType code="110205090" text="SUITE TWO CONNECTED STUDIOS"/> <MealType code="1" text="Breakfast"/> <Price amt="662.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2147"> <Room> <RoomType code="110205090" text="SUITE TWO CONNECTED STUDIOS"/> <MealType code="1" text="Breakfast"/> <Price amt="694.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2148"> <Room> <RoomType code="110205140" text="SUPERIOR STUDIO (DOUBLE BED AND SINGLE BEDS)"/> <MealType code="1" text="Breakfast"/> <Price amt="615.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2149"> <Room> <RoomType code="110205140" text="SUPERIOR STUDIO (DOUBLE BED AND SINGLE BEDS)"/> <MealType code="1000041" text="Room only"/> <Price amt="498.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2150"> <Room> <RoomType code="110205140" text="SUPERIOR STUDIO (DOUBLE BED AND SINGLE BEDS)"/> <MealType code="1000041" text="Room only"/> <Price amt="553.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2151"> <Room> <RoomType code="110205140" text="SUPERIOR STUDIO (DOUBLE BED AND SINGLE BEDS)"/> <MealType code="1000041" text="Room only"/> <Price amt="553.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2152"> <Room> <RoomType code="110205140" text="SUPERIOR STUDIO (DOUBLE BED AND SINGLE BEDS)"/> <MealType code="1000041" text="Room only"/> <Price amt="615.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2153"> <Room> <RoomType code="110205049" text="Comfort Studio (Single Beds)"/> <MealType code="1" text="Breakfast"/> <Price amt="377.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2154"> <Room> <RoomType code="110205049" text="Comfort Studio (Single Beds)"/> <MealType code="1000041" text="Room only"/> <Price amt="377.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2155"> <Room> <RoomType code="110205049" text="Comfort Studio (Single Beds)"/> <MealType code="1000041" text="Room only"/> <Price amt="340.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2156"> <Room> <RoomType code="110205049" text="Comfort Studio (Single Beds)"/> <MealType code="1000041" text="Room only"/> <Price amt="306.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2157"> <Room> <RoomType code="110205049" text="Comfort Studio (Single Beds)"/> <MealType code="1000041" text="Room only"/> <Price amt="340.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2158"> <Room> <RoomType code="110205035" text="Communicating Suite (2 Studios)"/> <MealType code="1000041" text="Room only"/> <Price amt="517.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2159"> <Room> <RoomType code="110205035" text="Communicating Suite (2 Studios)"/> <MealType code="1000041" text="Room only"/> <Price amt="574.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2160"> <Room> <RoomType code="110205035" text="Communicating Suite (2 Studios)"/> <MealType code="1000041" text="Room only"/> <Price amt="574.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2161"> <Room> <RoomType code="110205035" text="Communicating Suite (2 Studios)"/> <MealType code="1000041" text="Room only"/> <Price amt="638.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2162"> <Room> <RoomType code="110205035" text="Communicating Suite (2 Studios)"/> <MealType code="1" text="Breakfast"/> <Price amt="638.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2163"> <Room> <RoomType code="105484538" text="COMFORT STUDIO (DOUBLE BED)"/> <MealType code="1000041" text="Room only"/> <Price amt="319.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2164"> <Room> <RoomType code="105484538" text="COMFORT STUDIO (DOUBLE BED)"/> <MealType code="1000041" text="Room only"/> <Price amt="287.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2165"> <Room> <RoomType code="105484538" text="COMFORT STUDIO (DOUBLE BED)"/> <MealType code="1000041" text="Room only"/> <Price amt="354.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2166"> <Room> <RoomType code="105484538" text="COMFORT STUDIO (DOUBLE BED)"/> <MealType code="1000041" text="Room only"/> <Price amt="319.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2167"> <Room> <RoomType code="105484538" text="COMFORT STUDIO (DOUBLE BED)"/> <MealType code="1" text="Breakfast"/> <Price amt="354.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_26879175"> <Hotel id="26879175" name="Appart’City Confort Le Bourget Aeroport (Formerly Park &amp; Suites)"/> <Result id="796491517-2168"> <Room> <RoomType code="12290961" text="1-Bedroom Apartment"/> <MealType code="1000041" text="Room only"/> <Price amt="404.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2169"> <Room> <RoomType code="1002575" text="Twin Studio"/> <MealType code="1000041" text="Room only"/> <Price amt="326.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2170"> <Room> <RoomType code="1002197" text="Double Studio"/> <MealType code="1000041" text="Room only"/> <Price amt="326.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2171"> <Room> <RoomType code="12290961" text="1-Bedroom Apartment"/> <MealType code="1" text="Breakfast"/> <Price amt="505.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2172"> <Room> <RoomType code="1002575" text="Twin Studio"/> <MealType code="1" text="Breakfast"/> <Price amt="427.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2173"> <Room> <RoomType code="1002197" text="Double Studio"/> <MealType code="1" text="Breakfast"/> <Price amt="427.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2174"> <Room> <RoomType code="1002575" text="Twin Studio"/> <MealType code="1000041" text="Room only"/> <Price amt="276.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2175"> <Room> <RoomType code="1002575" text="Twin Studio"/> <MealType code="1000041" text="Room only"/> <Price amt="339.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2176"> <Room> <RoomType code="1002575" text="Twin Studio"/> <MealType code="1" text="Breakfast"/> <Price amt="345.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2177"> <Room> <RoomType code="1002575" text="Twin Studio"/> <MealType code="1" text="Breakfast"/> <Price amt="424.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2178"> <Room> <RoomType code="1002197" text="Double Studio"/> <MealType code="1000041" text="Room only"/> <Price amt="276.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2179"> <Room> <RoomType code="1002197" text="Double Studio"/> <MealType code="1000041" text="Room only"/> <Price amt="339.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2180"> <Room> <RoomType code="1002197" text="Double Studio"/> <MealType code="1" text="Breakfast"/> <Price amt="345.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2181"> <Room> <RoomType code="1041491" text="Studio Double"/> <MealType code="1" text="Breakfast"/> <Price amt="428.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2182"> <Room> <RoomType code="1041491" text="Studio Double"/> <MealType code="1000041" text="Room only"/> <Price amt="342.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2183"> <Room> <RoomType code="1041491" text="Studio Double"/> <MealType code="1000041" text="Room only"/> <Price amt="291.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2184"> <Room> <RoomType code="1041491" text="Studio Double"/> <MealType code="1" text="Breakfast"/> <Price amt="364.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2185"> <Room> <RoomType code="1041491" text="Studio Double"/> <MealType code="1000041" text="Room only"/> <Price amt="325.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2186"> <Room> <RoomType code="1002575" text="Twin Studio"/> <MealType code="1000041" text="Room only"/> <Price amt="342.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2187"> <Room> <RoomType code="1002575" text="Twin Studio"/> <MealType code="1000041" text="Room only"/> <Price amt="291.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2188"> <Room> <RoomType code="1002575" text="Twin Studio"/> <MealType code="1" text="Breakfast"/> <Price amt="364.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2189"> <Room> <RoomType code="1002575" text="Twin Studio"/> <MealType code="1" text="Breakfast"/> <Price amt="428.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2190"> <Room> <RoomType code="1002575" text="Twin Studio"/> <MealType code="1000041" text="Room only"/> <Price amt="325.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2191"> <Room> <RoomType code="3303709" text="One Bedroom Apartment"/> <MealType code="1000041" text="Room only"/> <Price amt="424.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2192"> <Room> <RoomType code="3303709" text="One Bedroom Apartment"/> <MealType code="1000041" text="Room only"/> <Price amt="360.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2193"> <Room> <RoomType code="3303709" text="One Bedroom Apartment"/> <MealType code="1" text="Breakfast"/> <Price amt="471.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2194"> <Room> <RoomType code="3303709" text="One Bedroom Apartment"/> <MealType code="1000041" text="Room only"/> <Price amt="402.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2195"> <Room> <RoomType code="3303709" text="One Bedroom Apartment"/> <MealType code="1" text="Breakfast"/> <Price amt="554.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_466424088"> <Hotel id="466424088" name="Ibis Aulnay Paris Nord Expo"/> <Result id="796491517-3575"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="284.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3576"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="366.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3577"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="348.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3578"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="366.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3579"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="348.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3580"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="284.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_11690576"> <Hotel id="11690576" name="Comfort Hotel CDG Goussainville"/> <Result id="796491517-1959"> <Room> <RoomType code="1004401" text="Double room"/> <MealType code="1000041" text="Room only"/> <Price amt="342.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1960"> <Room> <RoomType code="1004401" text="Double room"/> <MealType code="1000041" text="Room only"/> <Price amt="304.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_26879181"> <Hotel id="26879181" name="Nomad Hotel Roissy CDG"/> <Result id="796491517-2243"> <Room> <RoomType code="1004401" text="Double room"/> <MealType code="1000041" text="Room only"/> <Price amt="450.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2244"> <Room> <RoomType code="14131514" text="Double Room Non Refundable"/> <MealType code="1000041" text="Room only"/> <Price amt="405.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2245"> <Room> <RoomType code="1004401" text="Double room"/> <MealType code="1" text="Breakfast"/> <Price amt="596.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2246"> <Room> <RoomType code="14131514" text="Double Room Non Refundable"/> <MealType code="1" text="Breakfast"/> <Price amt="552.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2247"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1000041" text="Room only"/> <Price amt="328.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2248"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1000041" text="Room only"/> <Price amt="364.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2249"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1" text="Breakfast"/> <Price amt="505.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2250"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1" text="Breakfast"/> <Price amt="561.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2251"> <Room> <RoomType code="4253341" text="Standard Twin Room"/> <MealType code="1000041" text="Room only"/> <Price amt="328.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2252"> <Room> <RoomType code="4253341" text="Standard Twin Room"/> <MealType code="1000041" text="Room only"/> <Price amt="420.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2253"> <Room> <RoomType code="4253341" text="Standard Twin Room"/> <MealType code="1" text="Breakfast"/> <Price amt="505.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2254"> <Room> <RoomType code="4253341" text="Standard Twin Room"/> <MealType code="1" text="Breakfast"/> <Price amt="561.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2255"> <Room> <RoomType code="2523458" text="Comfort double room"/> <MealType code="1000041" text="Room only"/> <Price amt="306.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2256"> <Room> <RoomType code="2523458" text="Comfort double room"/> <MealType code="1000041" text="Room only"/> <Price amt="340.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2257"> <Room> <RoomType code="2523458" text="Comfort double room"/> <MealType code="1" text="Breakfast"/> <Price amt="450.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_3034936"> <Hotel id="3034936" name="Novotel Suites Paris CDG Airport Villepinte"/> <Result id="796491517-1844"> <Room> <RoomType code="108919044" text="Superior Family Suite with 1 double bed and 2 single beds"/> <MealType code="1000041" text="Room only"/> <Price amt="377.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-10"/> </Room> </Result> <Result id="796491517-1845"> <Room> <RoomType code="73140651" text="Superior Suite with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="377.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-10"/> </Room> </Result> <Result id="796491517-1846"> <Room> <RoomType code="108919044" text="Superior Family Suite with 1 double bed and 2 single beds"/> <MealType code="1000041" text="Room only"/> <Price amt="420.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1847"> <Room> <RoomType code="73140651" text="Superior Suite with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="420.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1848"> <Room> <RoomType code="108919044" text="Superior Family Suite with 1 double bed and 2 single beds"/> <MealType code="1000041" text="Room only"/> <Price amt="459.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1849"> <Room> <RoomType code="73140651" text="Superior Suite with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="459.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1850"> <Room> <RoomType code="73140651" text="Superior Suite with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="464.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1851"> <Room> <RoomType code="108919044" text="Superior Family Suite with 1 double bed and 2 single beds"/> <MealType code="1000041" text="Room only"/> <Price amt="464.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1852"> <Room> <RoomType code="110199922" text="Executive Suite - 1 double bed and 1 sofa"/> <MealType code="1000041" text="Room only"/> <Price amt="465.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-10"/> </Room> </Result> <Result id="796491517-1853"> <Room> <RoomType code="110199922" text="Executive Suite - 1 double bed and 1 sofa"/> <MealType code="1000041" text="Room only"/> <Price amt="519.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1854"> <Room> <RoomType code="73140651" text="Superior Suite with 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="568.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1855"> <Room> <RoomType code="108919044" text="Superior Family Suite with 1 double bed and 2 single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="568.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1856"> <Room> <RoomType code="110199922" text="Executive Suite - 1 double bed and 1 sofa"/> <MealType code="1000041" text="Room only"/> <Price amt="568.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1857"> <Room> <RoomType code="110199922" text="Executive Suite - 1 double bed and 1 sofa"/> <MealType code="1000041" text="Room only"/> <Price amt="576.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1858"> <Room> <RoomType code="73140651" text="Superior Suite with 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="605.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1859"> <Room> <RoomType code="108919044" text="Superior Family Suite with 1 double bed and 2 single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="605.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1860"> <Room> <RoomType code="108919044" text="Superior Family Suite with 1 double bed and 2 single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="606.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1861"> <Room> <RoomType code="73140651" text="Superior Suite with 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="606.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1862"> <Room> <RoomType code="110199922" text="Executive Suite - 1 double bed and 1 sofa"/> <MealType code="1" text="Breakfast"/> <Price amt="666.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1863"> <Room> <RoomType code="110199922" text="Executive Suite - 1 double bed and 1 sofa"/> <MealType code="1" text="Breakfast"/> <Price amt="716.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1864"> <Room> <RoomType code="110199922" text="Executive Suite - 1 double bed and 1 sofa"/> <MealType code="1" text="Breakfast"/> <Price amt="716.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1865"> <Room> <RoomType code="73140651" text="Superior Suite with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="308.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1866"> <Room> <RoomType code="73140651" text="Superior Suite with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="340.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1867"> <Room> <RoomType code="73140651" text="Superior Suite with 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="373.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1868"> <Room> <RoomType code="108919044" text="Superior Family Suite with 1 double bed and 2 single beds"/> <MealType code="1000041" text="Room only"/> <Price amt="308.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1869"> <Room> <RoomType code="108919044" text="Superior Family Suite with 1 double bed and 2 single beds"/> <MealType code="1000041" text="Room only"/> <Price amt="340.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1870"> <Room> <RoomType code="108919044" text="Superior Family Suite with 1 double bed and 2 single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="373.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1871"> <Room> <RoomType code="110199922" text="Executive Suite - 1 double bed and 1 sofa"/> <MealType code="1000041" text="Room only"/> <Price amt="391.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1872"> <Room> <RoomType code="110199922" text="Executive Suite - 1 double bed and 1 sofa"/> <MealType code="1000041" text="Room only"/> <Price amt="432.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1873"> <Room> <RoomType code="110199922" text="Executive Suite - 1 double bed and 1 sofa"/> <MealType code="1" text="Breakfast"/> <Price amt="545.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1874"> <Room> <RoomType code="110199922" text="Executive Suite - 1 double bed and 1 sofa"/> <MealType code="1" text="Breakfast"/> <Price amt="586.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1875"> <Room> <RoomType code="3741059" text="Superior Suite"/> <MealType code="1000041" text="Room only"/> <Price amt="418.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1876"> <Room> <RoomType code="108919044" text="Superior Family Suite with 1 double bed and 2 single beds"/> <MealType code="1000041" text="Room only"/> <Price amt="418.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1877"> <Room> <RoomType code="1749308" text="Executive Suite"/> <MealType code="1000041" text="Room only"/> <Price amt="527.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1878"> <Room> <RoomType code="44048841" text="Superior Suite, Multiple Beds (3 personnes)"/> <MealType code="1" text="Breakfast"/> <Price amt="518.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1879"> <Room> <RoomType code="44048841" text="Superior Suite, Multiple Beds (3 personnes)"/> <MealType code="1000041" text="Room only"/> <Price amt="382.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1880"> <Room> <RoomType code="44048841" text="Superior Suite, Multiple Beds (3 personnes)"/> <MealType code="1000041" text="Room only"/> <Price amt="449.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1881"> <Room> <RoomType code="44048841" text="Superior Suite, Multiple Beds (3 personnes)"/> <MealType code="1000041" text="Room only"/> <Price amt="340.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1882"> <Room> <RoomType code="44048841" text="Superior Suite, Multiple Beds (3 personnes)"/> <MealType code="1" text="Breakfast"/> <Price amt="575.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1883"> <Room> <RoomType code="44048841" text="Superior Suite, Multiple Beds (3 personnes)"/> <MealType code="1" text="Breakfast"/> <Price amt="542.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1884"> <Room> <RoomType code="44048841" text="Superior Suite, Multiple Beds (3 personnes)"/> <MealType code="1000041" text="Room only"/> <Price amt="404.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1885"> <Room> <RoomType code="44048841" text="Superior Suite, Multiple Beds (3 personnes)"/> <MealType code="1000041" text="Room only"/> <Price amt="422.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1886"> <Room> <RoomType code="44048841" text="Superior Suite, Multiple Beds (3 personnes)"/> <MealType code="1" text="Breakfast"/> <Price amt="535.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1887"> <Room> <RoomType code="44048841" text="Superior Suite, Multiple Beds (3 personnes)"/> <MealType code="1" text="Breakfast"/> <Price amt="476.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1888"> <Room> <RoomType code="44048841" text="Superior Suite, Multiple Beds (3 personnes)"/> <MealType code="1000041" text="Room only"/> <Price amt="380.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1889"> <Room> <RoomType code="44048841" text="Superior Suite, Multiple Beds (3 personnes)"/> <MealType code="1000041" text="Room only"/> <Price amt="344.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1890"> <Room> <RoomType code="44048841" text="Superior Suite, Multiple Beds (3 personnes)"/> <MealType code="1" text="Breakfast"/> <Price amt="482.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1891"> <Room> <RoomType code="44048841" text="Superior Suite, Multiple Beds (3 personnes)"/> <MealType code="1000041" text="Room only"/> <Price amt="356.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1892"> <Room> <RoomType code="105999574" text="Family Suite, Multiple Beds (Family, 4 personnes)"/> <MealType code="1" text="Breakfast"/> <Price amt="542.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1893"> <Room> <RoomType code="105999574" text="Family Suite, Multiple Beds (Family, 4 personnes)"/> <MealType code="1000041" text="Room only"/> <Price amt="380.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1894"> <Room> <RoomType code="105999574" text="Family Suite, Multiple Beds (Family, 4 personnes)"/> <MealType code="1000041" text="Room only"/> <Price amt="449.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1895"> <Room> <RoomType code="105999574" text="Family Suite, Multiple Beds (Family, 4 personnes)"/> <MealType code="1" text="Breakfast"/> <Price amt="575.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1896"> <Room> <RoomType code="105999574" text="Family Suite, Multiple Beds (Family, 4 personnes)"/> <MealType code="1000041" text="Room only"/> <Price amt="404.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1897"> <Room> <RoomType code="105999574" text="Family Suite, Multiple Beds (Family, 4 personnes)"/> <MealType code="1000041" text="Room only"/> <Price amt="356.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1898"> <Room> <RoomType code="105999574" text="Family Suite, Multiple Beds (Family, 4 personnes)"/> <MealType code="1" text="Breakfast"/> <Price amt="476.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1899"> <Room> <RoomType code="105999574" text="Family Suite, Multiple Beds (Family, 4 personnes)"/> <MealType code="1000041" text="Room only"/> <Price amt="344.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1900"> <Room> <RoomType code="105999574" text="Family Suite, Multiple Beds (Family, 4 personnes)"/> <MealType code="1" text="Breakfast"/> <Price amt="518.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1901"> <Room> <RoomType code="105999574" text="Family Suite, Multiple Beds (Family, 4 personnes)"/> <MealType code="1000041" text="Room only"/> <Price amt="340.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1902"> <Room> <RoomType code="105999574" text="Family Suite, Multiple Beds (Family, 4 personnes)"/> <MealType code="1" text="Breakfast"/> <Price amt="482.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1903"> <Room> <RoomType code="52107803" text="Executive Suite, 1 Queen Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="574.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1904"> <Room> <RoomType code="52107803" text="Executive Suite, 1 Queen Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="484.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1905"> <Room> <RoomType code="52107803" text="Executive Suite, 1 Queen Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="436.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1906"> <Room> <RoomType code="52107803" text="Executive Suite, 1 Queen Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="431.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1907"> <Room> <RoomType code="52107803" text="Executive Suite, 1 Queen Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="689.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1908"> <Room> <RoomType code="52107803" text="Executive Suite, 1 Queen Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="651.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1909"> <Room> <RoomType code="52107803" text="Executive Suite, 1 Queen Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="572.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1910"> <Room> <RoomType code="52107803" text="Executive Suite, 1 Queen Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="513.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1911"> <Room> <RoomType code="52107803" text="Executive Suite, 1 Queen Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="451.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1912"> <Room> <RoomType code="52107803" text="Executive Suite, 1 Queen Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="482.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1913"> <Room> <RoomType code="52107803" text="Executive Suite, 1 Queen Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="620.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1914"> <Room> <RoomType code="52107803" text="Executive Suite, 1 Queen Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="570.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_3034940"> <Hotel id="3034940" name="Mercure Paris Massy Gare TGV"/> <Result id="796491517-1915"> <Room> <RoomType code="10173752" text="Classic room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="410.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1916"> <Room> <RoomType code="10173752" text="Classic room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="502.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1917"> <Room> <RoomType code="10173752" text="Classic room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="569.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1918"> <Room> <RoomType code="10173752" text="Classic room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="658.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1919"> <Room> <RoomType code="41808874" text="Classic Room with twin beds"/> <MealType code="1000041" text="Room only"/> <Price amt="410.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1920"> <Room> <RoomType code="41808874" text="Classic Room with twin beds"/> <MealType code="1000041" text="Room only"/> <Price amt="502.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1921"> <Room> <RoomType code="41808874" text="Classic Room with twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="569.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1922"> <Room> <RoomType code="41808874" text="Classic Room with twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="658.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1923"> <Room> <RoomType code="41576571" text="Privilege Room with 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="509.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1924"> <Room> <RoomType code="41576571" text="Privilege Room with 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="622.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1925"> <Room> <RoomType code="41576571" text="Privilege Room with 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="668.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1926"> <Room> <RoomType code="41576571" text="Privilege Room with 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="779.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1927"> <Room> <RoomType code="108469905" text="Privilege, Superior Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="498.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1928"> <Room> <RoomType code="108469905" text="Privilege, Superior Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="384.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1929"> <Room> <RoomType code="108469905" text="Privilege, Superior Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="452.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1930"> <Room> <RoomType code="108469905" text="Privilege, Superior Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="565.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1931"> <Room> <RoomType code="41993661" text="Classic Twin Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="478.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1932"> <Room> <RoomType code="41993661" text="Classic Twin Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="310.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1933"> <Room> <RoomType code="41993661" text="Classic Twin Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="364.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1934"> <Room> <RoomType code="41993661" text="Classic Twin Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="423.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1935"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="364.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1936"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="310.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1937"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="423.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1938"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="478.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_4752715"> <Hotel id="4752715" name="Golden Tulip Roissy Saint Witz"/> <Result id="796491517-1947"> <Room> <RoomType code="106518583" text="Classic Room - 1 King Bed 23Sqm"/> <MealType code="1000041" text="Room only"/> <Price amt="356.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-1948"> <Room> <RoomType code="110205142" text="Classic Room - 2 Single Beds 23Sqm"/> <MealType code="1000041" text="Room only"/> <Price amt="356.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-1949"> <Room> <RoomType code="110205143" text="Superior Room - 2 Single Beds 23Sqm"/> <MealType code="1000041" text="Room only"/> <Price amt="389.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-1950"> <Room> <RoomType code="110205144" text="Superior Room - 1 Queen Bed 2 Sofa Beds 23Sqm"/> <MealType code="1000041" text="Room only"/> <Price amt="422.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-1951"> <Room> <RoomType code="110205145" text="Executive Room - 1 Queen Bed 1 Sofa Bed 23Sqm Bathtub"/> <MealType code="1000041" text="Room only"/> <Price amt="455.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-1952"> <Room> <RoomType code="110205146" text="Suite - 1 Queen Bed 1 Sofa Bed 32Sqm Bathtub"/> <MealType code="1000041" text="Room only"/> <Price amt="520.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-1953"> <Room> <RoomType code="41530088" text="Classic Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="310.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1954"> <Room> <RoomType code="32182973" text="Superior Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="367.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1955"> <Room> <RoomType code="100350723" text="Classic Room, 1 King Bed (King)"/> <MealType code="1000041" text="Room only"/> <Price amt="310.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1956"> <Room> <RoomType code="59640762" text="Executive Room, 1 Queen Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="396.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1957"> <Room> <RoomType code="39153156" text="Superior Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="339.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1958"> <Room> <RoomType code="39533049" text="Suite, 1 Queen Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="453.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_415144748"> <Hotel id="415144748" name="Campanile Orly - Rungis"/> <Result id="796491517-3424"> <Room> <RoomType code="5140359" text="Standard Room - 2 single beds"/> <MealType code="1000041" text="Room only"/> <Price amt="321.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-3425"> <Room> <RoomType code="5140359" text="Standard Room - 2 single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="452.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-3426"> <Room> <RoomType code="3724030" text="Standard Room - 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="321.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-3427"> <Room> <RoomType code="3724030" text="Standard Room - 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="452.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-3428"> <Room> <RoomType code="110205107" text="Fitup Room - 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="383.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-3429"> <Room> <RoomType code="110205107" text="Fitup Room - 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="513.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-3430"> <Room> <RoomType code="3745386" text="Superior Room - 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="414.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-3431"> <Room> <RoomType code="3745386" text="Superior Room - 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="544.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-3432"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="386.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-3433"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="447.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-3434"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="337.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3435"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="312.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-3436"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="482.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3437"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="542.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-3438"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="475.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-3439"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="637.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-3440"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="402.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-3441"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="429.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3442"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="537.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-3443"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="577.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3444"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="312.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-3445"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="482.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3446"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="542.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-3447"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="337.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3448"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="386.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-3449"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="447.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-3450"> <Room> <RoomType code="79335078" text="Basic Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="398.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_38544"> <Hotel id="38544" name="Best Western Plus Paris Roissy (Formerly Holiday Inn)"/> <Result id="796491517-348"> <Room> <RoomType code="110205160" text="2 Single Beds Non-Smoking Comfort Room Courtesy Tray Iron And Ironing Board"/> <MealType code="1000041" text="Room only"/> <Price amt="347.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-349"> <Room> <RoomType code="110205160" text="2 Single Beds Non-Smoking Comfort Room Courtesy Tray Iron And Ironing Board"/> <MealType code="1" text="Breakfast"/> <Price amt="484.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-350"> <Room> <RoomType code="110205161" text="1 Queen Bed Non-Smoking Comfort Room Courtesy Tray Iron And Ironing Board"/> <MealType code="1000041" text="Room only"/> <Price amt="366.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-351"> <Room> <RoomType code="110205161" text="1 Queen Bed Non-Smoking Comfort Room Courtesy Tray Iron And Ironing Board"/> <MealType code="1" text="Breakfast"/> <Price amt="503.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-352"> <Room> <RoomType code="110205162" text="1 King Bed Non-Smoking Comfort Room Courtesy Tray Iron And Ironing Board Twin Beds On Request"/> <MealType code="1000041" text="Room only"/> <Price amt="385.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-353"> <Room> <RoomType code="110205162" text="1 King Bed Non-Smoking Comfort Room Courtesy Tray Iron And Ironing Board Twin Beds On Request"/> <MealType code="1" text="Breakfast"/> <Price amt="522.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-354"> <Room> <RoomType code="110205163" text="1 Queen Bed Non-Smoking Family Room Sofabed Iron And Ironing Board"/> <MealType code="1000041" text="Room only"/> <Price amt="423.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-355"> <Room> <RoomType code="110205163" text="1 Queen Bed Non-Smoking Family Room Sofabed Iron And Ironing Board"/> <MealType code="1" text="Breakfast"/> <Price amt="560.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-356"> <Room> <RoomType code="41868563" text="2 SINGLE BEDS, Non-smoking, COMFORT ROOM"/> <MealType code="1000041" text="Room only"/> <Price amt="322.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-357"> <Room> <RoomType code="105989543" text="1 Queen Bed, Non-Smoking, Comfort Room"/> <MealType code="1000041" text="Room only"/> <Price amt="339.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-358"> <Room> <RoomType code="110205064" text="1 King Bed. Non-Smoking. Comfort Room."/> <MealType code="1000041" text="Room only"/> <Price amt="357.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-359"> <Room> <RoomType code="110205067" text="1 Queen Bed, Non-Smoking, Family Room"/> <MealType code="1000041" text="Room only"/> <Price amt="392.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-360"> <Room> <RoomType code="44482993" text="Comfort Room, 2 Twin Beds, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="319.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-361"> <Room> <RoomType code="44482993" text="Comfort Room, 2 Twin Beds, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="423.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-362"> <Room> <RoomType code="44482993" text="Comfort Room, 2 Twin Beds, Non Smoking"/> <MealType code="1" text="Breakfast"/> <Price amt="476.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-363"> <Room> <RoomType code="62444950" text="Comfort Room, 1 King Bed, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="469.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-364"> <Room> <RoomType code="62444950" text="Comfort Room, 1 King Bed, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="354.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-365"> <Room> <RoomType code="62444950" text="Comfort Room, 1 King Bed, Non Smoking"/> <MealType code="1" text="Breakfast"/> <Price amt="514.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-366"> <Room> <RoomType code="39977568" text="Comfort Room, 1 Queen Bed, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="336.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-367"> <Room> <RoomType code="39977568" text="Comfort Room, 1 Queen Bed, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="446.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-368"> <Room> <RoomType code="39977568" text="Comfort Room, 1 Queen Bed, Non Smoking"/> <MealType code="1" text="Breakfast"/> <Price amt="495.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-369"> <Room> <RoomType code="110205115" text="Family Room, 1 Queen Bed, Non Smoking (with Sofabed)"/> <MealType code="1000041" text="Room only"/> <Price amt="515.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-370"> <Room> <RoomType code="110205115" text="Family Room, 1 Queen Bed, Non Smoking (with Sofabed)"/> <MealType code="1000041" text="Room only"/> <Price amt="389.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-371"> <Room> <RoomType code="110205115" text="Family Room, 1 Queen Bed, Non Smoking (with Sofabed)"/> <MealType code="1" text="Breakfast"/> <Price amt="551.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_39765"> <Hotel id="39765" name="Novotel Paris Orly Rungis"/> <Result id="796491517-442"> <Room> <RoomType code="84426331" text="Classic Room with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="400.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-443"> <Room> <RoomType code="92249047" text="Classic Room with twin beds and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="400.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-444"> <Room> <RoomType code="84426331" text="Classic Room with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="419.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-445"> <Room> <RoomType code="92249047" text="Classic Room with twin beds and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="419.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-446"> <Room> <RoomType code="84426331" text="Classic Room with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="422.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-447"> <Room> <RoomType code="92249047" text="Classic Room with twin beds and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="422.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-448"> <Room> <RoomType code="69599619" text="Family Classic Room With 1 Double Bed And 1 Double Sofa Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="431.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-449"> <Room> <RoomType code="84426331" text="Classic Room with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="442.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-450"> <Room> <RoomType code="92249047" text="Classic Room with twin beds and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="442.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-451"> <Room> <RoomType code="69599619" text="Family Classic Room With 1 Double Bed And 1 Double Sofa Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="451.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-452"> <Room> <RoomType code="69599619" text="Family Classic Room With 1 Double Bed And 1 Double Sofa Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="455.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-453"> <Room> <RoomType code="110199921" text="Superior Family Room-1 double bed and 1 sofa bed for 2 people"/> <MealType code="1000041" text="Room only"/> <Price amt="462.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-454"> <Room> <RoomType code="84426331" text="Classic Room with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="468.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-455"> <Room> <RoomType code="92249047" text="Classic Room with twin beds and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="468.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-456"> <Room> <RoomType code="69599619" text="Family Classic Room With 1 Double Bed And 1 Double Sofa Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="476.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-457"> <Room> <RoomType code="110199921" text="Superior Family Room-1 double bed and 1 sofa bed for 2 people"/> <MealType code="1000041" text="Room only"/> <Price amt="484.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-458"> <Room> <RoomType code="110199921" text="Superior Family Room-1 double bed and 1 sofa bed for 2 people"/> <MealType code="1000041" text="Room only"/> <Price amt="488.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-459"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="493.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-460"> <Room> <RoomType code="69599619" text="Family Classic Room With 1 Double Bed And 1 Double Sofa Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="505.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-461"> <Room> <RoomType code="110199921" text="Superior Family Room-1 double bed and 1 sofa bed for 2 people"/> <MealType code="1000041" text="Room only"/> <Price amt="511.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-462"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="517.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-463"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="521.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-464"> <Room> <RoomType code="110199921" text="Superior Family Room-1 double bed and 1 sofa bed for 2 people"/> <MealType code="1000041" text="Room only"/> <Price amt="542.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-465"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="546.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-466"> <Room> <RoomType code="84426331" text="Classic Room with 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="556.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-467"> <Room> <RoomType code="92249047" text="Classic Room with twin beds and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="556.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-468"> <Room> <RoomType code="84426331" text="Classic Room with 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="574.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-469"> <Room> <RoomType code="92249047" text="Classic Room with twin beds and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="574.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-470"> <Room> <RoomType code="84426331" text="Classic Room with 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="578.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-471"> <Room> <RoomType code="92249047" text="Classic Room with twin beds and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="578.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-472"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="579.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-473"> <Room> <RoomType code="69599619" text="Family Classic Room With 1 Double Bed And 1 Double Sofa Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="587.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-474"> <Room> <RoomType code="84426331" text="Classic Room with 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="597.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-475"> <Room> <RoomType code="92249047" text="Classic Room with twin beds and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="597.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-476"> <Room> <RoomType code="69599619" text="Family Classic Room With 1 Double Bed And 1 Double Sofa Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="607.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-477"> <Room> <RoomType code="69599619" text="Family Classic Room With 1 Double Bed And 1 Double Sofa Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="610.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-478"> <Room> <RoomType code="110199921" text="Superior Family Room-1 double bed and 1 sofa bed for 2 people"/> <MealType code="1" text="Breakfast"/> <Price amt="618.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-479"> <Room> <RoomType code="69599619" text="Family Classic Room With 1 Double Bed And 1 Double Sofa Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="632.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-480"> <Room> <RoomType code="92249047" text="Classic Room with twin beds and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="637.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-481"> <Room> <RoomType code="84426331" text="Classic Room with 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="637.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-482"> <Room> <RoomType code="110199921" text="Superior Family Room-1 double bed and 1 sofa bed for 2 people"/> <MealType code="1" text="Breakfast"/> <Price amt="640.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-483"> <Room> <RoomType code="110199921" text="Superior Family Room-1 double bed and 1 sofa bed for 2 people"/> <MealType code="1" text="Breakfast"/> <Price amt="644.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-484"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="649.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-485"> <Room> <RoomType code="110199921" text="Superior Family Room-1 double bed and 1 sofa bed for 2 people"/> <MealType code="1" text="Breakfast"/> <Price amt="666.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-486"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="672.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-487"> <Room> <RoomType code="69599619" text="Family Classic Room With 1 Double Bed And 1 Double Sofa Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="676.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-488"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="676.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-489"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="701.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-490"> <Room> <RoomType code="110199921" text="Superior Family Room-1 double bed and 1 sofa bed for 2 people"/> <MealType code="1" text="Breakfast"/> <Price amt="715.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-491"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="754.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-492"> <Room> <RoomType code="92249047" text="Classic Room with twin beds and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="368.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-493"> <Room> <RoomType code="92249047" text="Classic Room with twin beds and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="383.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-494"> <Room> <RoomType code="92249047" text="Classic Room with twin beds and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="534.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-495"> <Room> <RoomType code="84426331" text="Classic Room with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="368.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-496"> <Room> <RoomType code="84426331" text="Classic Room with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="383.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-497"> <Room> <RoomType code="84426331" text="Classic Room with 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="534.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-498"> <Room> <RoomType code="69599619" text="Family Classic Room With 1 Double Bed And 1 Double Sofa Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="402.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-499"> <Room> <RoomType code="69599619" text="Family Classic Room With 1 Double Bed And 1 Double Sofa Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="417.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-500"> <Room> <RoomType code="69599619" text="Family Classic Room With 1 Double Bed And 1 Double Sofa Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="566.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-501"> <Room> <RoomType code="102456893" text="FAMILY ROOM SUPERIOR WITH DOUBLE BED"/> <MealType code="1000041" text="Room only"/> <Price amt="434.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-502"> <Room> <RoomType code="102456893" text="FAMILY ROOM SUPERIOR WITH DOUBLE BED"/> <MealType code="1000041" text="Room only"/> <Price amt="451.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-503"> <Room> <RoomType code="102456893" text="FAMILY ROOM SUPERIOR WITH DOUBLE BED"/> <MealType code="1" text="Breakfast"/> <Price amt="598.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-504"> <Room> <RoomType code="102456893" text="FAMILY ROOM SUPERIOR WITH DOUBLE BED"/> <MealType code="1" text="Breakfast"/> <Price amt="599.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-505"> <Room> <RoomType code="48338976" text="DOUBLE SUPERIOR WITH DOUBLE BED"/> <MealType code="1000041" text="Room only"/> <Price amt="434.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-506"> <Room> <RoomType code="48338976" text="DOUBLE SUPERIOR WITH DOUBLE BED"/> <MealType code="1000041" text="Room only"/> <Price amt="451.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-507"> <Room> <RoomType code="48338976" text="DOUBLE SUPERIOR WITH DOUBLE BED"/> <MealType code="1" text="Breakfast"/> <Price amt="598.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-508"> <Room> <RoomType code="48338976" text="DOUBLE SUPERIOR WITH DOUBLE BED"/> <MealType code="1" text="Breakfast"/> <Price amt="599.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-509"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="468.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-510"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="485.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-511"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="631.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-512"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="632.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-513"> <Room> <RoomType code="31207592" text="SUITE WITH DOUBLE BED"/> <MealType code="1000041" text="Room only"/> <Price amt="696.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-514"> <Room> <RoomType code="31207592" text="SUITE WITH DOUBLE BED"/> <MealType code="1000041" text="Room only"/> <Price amt="723.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-515"> <Room> <RoomType code="31207592" text="SUITE WITH DOUBLE BED"/> <MealType code="1" text="Breakfast"/> <Price amt="860.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-516"> <Room> <RoomType code="31207592" text="SUITE WITH DOUBLE BED"/> <MealType code="1" text="Breakfast"/> <Price amt="862.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-517"> <Room> <RoomType code="41770281" text="Classic room with 2 single beds"/> <MealType code="1000041" text="Room only"/> <Price amt="446.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-518"> <Room> <RoomType code="1030322" text="Classic Room"/> <MealType code="1000041" text="Room only"/> <Price amt="446.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-519"> <Room> <RoomType code="74551729" text="Family Room, Multiple Beds (Classic)"/> <MealType code="1000041" text="Room only"/> <Price amt="441.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-11"/> </Room> </Result> <Result id="796491517-520"> <Room> <RoomType code="74551729" text="Family Room, Multiple Beds (Classic)"/> <MealType code="1" text="Breakfast"/> <Price amt="602.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-11"/> </Room> </Result> <Result id="796491517-521"> <Room> <RoomType code="74551729" text="Family Room, Multiple Beds (Classic)"/> <MealType code="1000041" text="Room only"/> <Price amt="347.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-522"> <Room> <RoomType code="74551729" text="Family Room, Multiple Beds (Classic)"/> <MealType code="1" text="Breakfast"/> <Price amt="489.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-523"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="421.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-524"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="542.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-525"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="375.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-526"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="494.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-527"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="517.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-528"> <Room> <RoomType code="84084212" text="Classic Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="319.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-529"> <Room> <RoomType code="84084212" text="Classic Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="562.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-530"> <Room> <RoomType code="84084212" text="Classic Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="420.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-531"> <Room> <RoomType code="84084212" text="Classic Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="461.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-532"> <Room> <RoomType code="84084212" text="Classic Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="478.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-533"> <Room> <RoomType code="84084212" text="Classic Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="357.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-534"> <Room> <RoomType code="110205127" text="Classic Twin Room, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="461.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-535"> <Room> <RoomType code="110205127" text="Classic Twin Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="357.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-536"> <Room> <RoomType code="110205127" text="Classic Twin Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="420.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-537"> <Room> <RoomType code="110205127" text="Classic Twin Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="319.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-538"> <Room> <RoomType code="110205127" text="Classic Twin Room, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="562.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-539"> <Room> <RoomType code="110205127" text="Classic Twin Room, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="478.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-540"> <Room> <RoomType code="41530007" text="Family Room, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="517.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-541"> <Room> <RoomType code="41530007" text="Family Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="421.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-542"> <Room> <RoomType code="41530007" text="Family Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="494.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-543"> <Room> <RoomType code="41530007" text="Family Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="375.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-544"> <Room> <RoomType code="41530007" text="Family Room, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="542.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-545"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="453.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-546"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="404.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-547"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="673.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-548"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="574.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-549"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="546.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-550"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="531.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-551"> <Room> <RoomType code="81672479" text="Family Suite, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="792.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-552"> <Room> <RoomType code="81672479" text="Family Suite, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="602.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-553"> <Room> <RoomType code="81672479" text="Family Suite, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="934.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-554"> <Room> <RoomType code="81672479" text="Family Suite, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="744.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_40792"> <Hotel id="40792" name="Golden Tulip CDG Airport Villepinte"/> <Result id="796491517-777"> <Room> <RoomType code="110205057" text="Standard Quadruple With 2 Double Beds Non Refundable (City tax included)"/> <MealType code="1000041" text="Room only"/> <Price amt="751.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-778"> <Room> <RoomType code="110205060" text="Deluxe Double Suite King Bed Non Refundable (City tax included)"/> <MealType code="1000041" text="Room only"/> <Price amt="645.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-779"> <Room> <RoomType code="110205062" text="Superior Triple With 1 King Bed + Sofa Non Refundable (City tax included)"/> <MealType code="1000041" text="Room only"/> <Price amt="576.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-780"> <Room> <RoomType code="110205065" text="Standard Quadruple With 2 Double Beds Non Refundable"/> <MealType code="1000041" text="Room only"/> <Price amt="546.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-781"> <Room> <RoomType code="110139467" text="Standard Twin Non Refundable (City tax included)"/> <MealType code="1000041" text="Room only"/> <Price amt="539.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-782"> <Room> <RoomType code="110167185" text="Double Standard Queen Size Bed (City tax included)"/> <MealType code="1000041" text="Room only"/> <Price amt="535.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-783"> <Room> <RoomType code="110205068" text="Deluxe Double Suite King Bed Non Refundable"/> <MealType code="1000041" text="Room only"/> <Price amt="446.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-784"> <Room> <RoomType code="110205070" text="Superior Triple With 1 King Bed + Sofa Non Refundable"/> <MealType code="1000041" text="Room only"/> <Price amt="381.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-785"> <Room> <RoomType code="64186016" text="Standard Twin Non Refundable"/> <MealType code="1000041" text="Room only"/> <Price amt="346.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-786"> <Room> <RoomType code="110167203" text="Double Standard Queen Size Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="342.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-787"> <Room> <RoomType code="110205057" text="Standard Quadruple With 2 Double Beds Non Refundable (City tax included)"/> <MealType code="1" text="Breakfast"/> <Price amt="956.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-788"> <Room> <RoomType code="110205060" text="Deluxe Double Suite King Bed Non Refundable (City tax included)"/> <MealType code="1" text="Breakfast"/> <Price amt="850.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-789"> <Room> <RoomType code="110205062" text="Superior Triple With 1 King Bed + Sofa Non Refundable (City tax included)"/> <MealType code="1" text="Breakfast"/> <Price amt="781.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-790"> <Room> <RoomType code="110205065" text="Standard Quadruple With 2 Double Beds Non Refundable"/> <MealType code="1" text="Breakfast"/> <Price amt="751.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-791"> <Room> <RoomType code="110139467" text="Standard Twin Non Refundable (City tax included)"/> <MealType code="1" text="Breakfast"/> <Price amt="744.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-792"> <Room> <RoomType code="110167185" text="Double Standard Queen Size Bed (City tax included)"/> <MealType code="1" text="Breakfast"/> <Price amt="739.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-793"> <Room> <RoomType code="110205068" text="Deluxe Double Suite King Bed Non Refundable"/> <MealType code="1" text="Breakfast"/> <Price amt="651.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-794"> <Room> <RoomType code="110205070" text="Superior Triple With 1 King Bed + Sofa Non Refundable"/> <MealType code="1" text="Breakfast"/> <Price amt="586.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-795"> <Room> <RoomType code="64186016" text="Standard Twin Non Refundable"/> <MealType code="1" text="Breakfast"/> <Price amt="551.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-796"> <Room> <RoomType code="110167203" text="Double Standard Queen Size Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="547.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-797"> <Room> <RoomType code="110205108" text="Standard Room - 1 Queen Bed 22Sqm Free Wifi"/> <MealType code="1000041" text="Room only"/> <Price amt="344.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-798"> <Room> <RoomType code="110205108" text="Standard Room - 1 Queen Bed 22Sqm Free Wifi"/> <MealType code="1" text="Breakfast"/> <Price amt="514.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-799"> <Room> <RoomType code="110205109" text="Standard Room - 2 Single Beds 22Sqm Free Wifi"/> <MealType code="1000041" text="Room only"/> <Price amt="348.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-800"> <Room> <RoomType code="110205109" text="Standard Room - 2 Single Beds 22Sqm Free Wifi"/> <MealType code="1" text="Breakfast"/> <Price amt="518.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-801"> <Room> <RoomType code="110205110" text="Superior Room - 1 King Bed 1 Sofa Bed 27Sqm Free Wifi"/> <MealType code="1000041" text="Room only"/> <Price amt="384.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-802"> <Room> <RoomType code="110205110" text="Superior Room - 1 King Bed 1 Sofa Bed 27Sqm Free Wifi"/> <MealType code="1" text="Breakfast"/> <Price amt="553.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-803"> <Room> <RoomType code="110205112" text="Deluxe Room - 1 King Bed 22Sqm Shower"/> <MealType code="1000041" text="Room only"/> <Price amt="449.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-804"> <Room> <RoomType code="110205112" text="Deluxe Room - 1 King Bed 22Sqm Shower"/> <MealType code="1" text="Breakfast"/> <Price amt="618.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-805"> <Room> <RoomType code="110205113" text="2 Connecting Rooms - 1 King Bed 2 Single Beds 22Sqm Free Wifi"/> <MealType code="1000041" text="Room only"/> <Price amt="550.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-806"> <Room> <RoomType code="110205113" text="2 Connecting Rooms - 1 King Bed 2 Single Beds 22Sqm Free Wifi"/> <MealType code="1" text="Breakfast"/> <Price amt="718.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-807"> <Room> <RoomType code="10539569" text="Standard Room, 1 Queen Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="480.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-808"> <Room> <RoomType code="10539569" text="Standard Room, 1 Queen Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="320.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-809"> <Room> <RoomType code="99742907" text="Family Room, Multiple Beds, Connecting Rooms"/> <MealType code="1" text="Breakfast"/> <Price amt="712.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-810"> <Room> <RoomType code="99742907" text="Family Room, Multiple Beds, Connecting Rooms"/> <MealType code="1000041" text="Room only"/> <Price amt="545.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-811"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="484.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-812"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="323.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-813"> <Room> <RoomType code="39966846" text="Superior Room, 1 King Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="356.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-814"> <Room> <RoomType code="39966846" text="Superior Room, 1 King Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="516.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-815"> <Room> <RoomType code="7365911" text="Deluxe Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="577.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-816"> <Room> <RoomType code="7365911" text="Deluxe Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="416.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_325549714"> <Hotel id="325549714" name="Novotel Survilliers Saint Witz"/> <Result id="796491517-2989"> <Room> <RoomType code="110205135" text="Superior Room, Family - 1 double bed and 1 sofa bed for 2 people"/> <MealType code="1000041" text="Room only"/> <Price amt="400.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2990"> <Room> <RoomType code="110205135" text="Superior Room, Family - 1 double bed and 1 sofa bed for 2 people"/> <MealType code="1000041" text="Room only"/> <Price amt="462.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2991"> <Room> <RoomType code="110205135" text="Superior Room, Family - 1 double bed and 1 sofa bed for 2 people"/> <MealType code="1" text="Breakfast"/> <Price amt="559.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2992"> <Room> <RoomType code="110205135" text="Superior Room, Family - 1 double bed and 1 sofa bed for 2 people"/> <MealType code="1" text="Breakfast"/> <Price amt="620.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2993"> <Room> <RoomType code="53023751" text="Superior Room - 1 double bed and 1 double sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="400.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2994"> <Room> <RoomType code="53023751" text="Superior Room - 1 double bed and 1 double sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="462.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2995"> <Room> <RoomType code="53023751" text="Superior Room - 1 double bed and 1 double sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="559.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2996"> <Room> <RoomType code="53023751" text="Superior Room - 1 double bed and 1 double sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="620.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2997"> <Room> <RoomType code="110147035" text="Executive Room With 1 Double Bed And 1 Double Sofa Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="469.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2998"> <Room> <RoomType code="110147035" text="Executive Room With 1 Double Bed And 1 Double Sofa Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="540.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2999"> <Room> <RoomType code="110147035" text="Executive Room With 1 Double Bed And 1 Double Sofa Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="627.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3000"> <Room> <RoomType code="110147035" text="Executive Room With 1 Double Bed And 1 Double Sofa Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="699.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3001"> <Room> <RoomType code="57256333" text="Superior Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="330.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3002"> <Room> <RoomType code="57256333" text="Superior Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="478.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3003"> <Room> <RoomType code="57256333" text="Superior Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="380.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3004"> <Room> <RoomType code="57256333" text="Superior Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="403.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3005"> <Room> <RoomType code="57256333" text="Superior Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="396.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3006"> <Room> <RoomType code="57256333" text="Superior Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="518.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3007"> <Room> <RoomType code="57256333" text="Superior Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="460.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3008"> <Room> <RoomType code="57256333" text="Superior Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="511.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3009"> <Room> <RoomType code="57256333" text="Superior Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="530.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3010"> <Room> <RoomType code="57256333" text="Superior Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="347.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3011"> <Room> <RoomType code="57256333" text="Superior Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="352.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3012"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="406.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3013"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="503.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3014"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="544.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3015"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="599.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3016"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="472.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3017"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="422.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3018"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="434.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3019"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="386.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3020"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="516.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3021"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="463.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3022"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="561.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3023"> <Room> <RoomType code="15147551" text="Superior Suite, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="751.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3024"> <Room> <RoomType code="15147551" text="Superior Suite, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="625.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3025"> <Room> <RoomType code="15147551" text="Superior Suite, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="808.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3026"> <Room> <RoomType code="15147551" text="Superior Suite, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="572.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3027"> <Room> <RoomType code="15147551" text="Superior Suite, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="780.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3028"> <Room> <RoomType code="15147551" text="Superior Suite, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="866.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3029"> <Room> <RoomType code="15147551" text="Superior Suite, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="716.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3030"> <Room> <RoomType code="15147551" text="Superior Suite, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="659.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3031"> <Room> <RoomType code="15147551" text="Superior Suite, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="840.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3032"> <Room> <RoomType code="15147551" text="Superior Suite, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="721.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3033"> <Room> <RoomType code="84784688" text="Family Room, 1 Double Bed with Sofa bed (Superior)"/> <MealType code="1" text="Breakfast"/> <Price amt="532.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3034"> <Room> <RoomType code="84784688" text="Family Room, 1 Double Bed with Sofa bed (Superior)"/> <MealType code="1000041" text="Room only"/> <Price amt="330.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3035"> <Room> <RoomType code="84784688" text="Family Room, 1 Double Bed with Sofa bed (Superior)"/> <MealType code="1000041" text="Room only"/> <Price amt="380.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3036"> <Room> <RoomType code="84784688" text="Family Room, 1 Double Bed with Sofa bed (Superior)"/> <MealType code="1000041" text="Room only"/> <Price amt="413.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3037"> <Room> <RoomType code="84784688" text="Family Room, 1 Double Bed with Sofa bed (Superior)"/> <MealType code="1" text="Breakfast"/> <Price amt="511.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3038"> <Room> <RoomType code="84784688" text="Family Room, 1 Double Bed with Sofa bed (Superior)"/> <MealType code="1000041" text="Room only"/> <Price amt="361.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3039"> <Room> <RoomType code="84784688" text="Family Room, 1 Double Bed with Sofa bed (Superior)"/> <MealType code="1" text="Breakfast"/> <Price amt="478.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3040"> <Room> <RoomType code="84784688" text="Family Room, 1 Double Bed with Sofa bed (Superior)"/> <MealType code="1" text="Breakfast"/> <Price amt="460.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3041"> <Room> <RoomType code="84784688" text="Family Room, 1 Double Bed with Sofa bed (Superior)"/> <MealType code="1" text="Breakfast"/> <Price amt="544.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_16483564"> <Hotel id="16483564" name="Residhome Roissy-Park"/> <Result id="796491517-2019"> <Room> <RoomType code="1041491" text="Studio Double"/> <MealType code="1000041" text="Room only"/> <Price amt="369.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2020"> <Room> <RoomType code="1041491" text="Studio Double"/> <MealType code="1000041" text="Room only"/> <Price amt="395.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-2021"> <Room> <RoomType code="1041491" text="Studio Double"/> <MealType code="1" text="Breakfast"/> <Price amt="534.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-2022"> <Room> <RoomType code="1235191" text="Studio Twin"/> <MealType code="1000041" text="Room only"/> <Price amt="369.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2023"> <Room> <RoomType code="1235191" text="Studio Twin"/> <MealType code="1000041" text="Room only"/> <Price amt="395.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-2024"> <Room> <RoomType code="1235191" text="Studio Twin"/> <MealType code="1" text="Breakfast"/> <Price amt="534.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-2025"> <Room> <RoomType code="1184801" text="SUITE"/> <MealType code="1000041" text="Room only"/> <Price amt="558.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2026"> <Room> <RoomType code="1184801" text="SUITE"/> <MealType code="1000041" text="Room only"/> <Price amt="599.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-2027"> <Room> <RoomType code="1184801" text="SUITE"/> <MealType code="1" text="Breakfast"/> <Price amt="738.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-2028"> <Room> <RoomType code="1749308" text="Executive Suite"/> <MealType code="1000041" text="Room only"/> <Price amt="713.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2029"> <Room> <RoomType code="1749308" text="Executive Suite"/> <MealType code="1000041" text="Room only"/> <Price amt="763.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-2030"> <Room> <RoomType code="1749308" text="Executive Suite"/> <MealType code="1" text="Breakfast"/> <Price amt="902.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-2031"> <Room> <RoomType code="110165882" text="Comfort Studio, 1 Queen Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="480.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2032"> <Room> <RoomType code="110165882" text="Comfort Studio, 1 Queen Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="355.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2033"> <Room> <RoomType code="110165882" text="Comfort Studio, 1 Queen Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="332.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2034"> <Room> <RoomType code="110165882" text="Comfort Studio, 1 Queen Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="332.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2035"> <Room> <RoomType code="110165882" text="Comfort Studio, 1 Queen Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="480.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2036"> <Room> <RoomType code="110165882" text="Comfort Studio, 1 Queen Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="347.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2037"> <Room> <RoomType code="1749308" text="Executive Suite"/> <MealType code="1000041" text="Room only"/> <Price amt="641.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2038"> <Room> <RoomType code="1749308" text="Executive Suite"/> <MealType code="1" text="Breakfast"/> <Price amt="873.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2039"> <Room> <RoomType code="1749308" text="Executive Suite"/> <MealType code="1000041" text="Room only"/> <Price amt="686.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2040"> <Room> <RoomType code="1749308" text="Executive Suite"/> <MealType code="1000041" text="Room only"/> <Price amt="641.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2041"> <Room> <RoomType code="1749308" text="Executive Suite"/> <MealType code="1" text="Breakfast"/> <Price amt="873.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2042"> <Room> <RoomType code="1006437" text="Junior Suite"/> <MealType code="1" text="Breakfast"/> <Price amt="726.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2043"> <Room> <RoomType code="1006437" text="Junior Suite"/> <MealType code="1000041" text="Room only"/> <Price amt="531.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2044"> <Room> <RoomType code="1006437" text="Junior Suite"/> <MealType code="1000041" text="Room only"/> <Price amt="538.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2045"> <Room> <RoomType code="1006437" text="Junior Suite"/> <MealType code="1000041" text="Room only"/> <Price amt="502.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2046"> <Room> <RoomType code="1006437" text="Junior Suite"/> <MealType code="1000041" text="Room only"/> <Price amt="538.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2047"> <Room> <RoomType code="1006437" text="Junior Suite"/> <MealType code="1000041" text="Room only"/> <Price amt="502.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2048"> <Room> <RoomType code="110205116" text="Comfort Studio, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="355.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2049"> <Room> <RoomType code="110205116" text="Comfort Studio, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="332.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2050"> <Room> <RoomType code="110205116" text="Comfort Studio, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="480.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2051"> <Room> <RoomType code="110205116" text="Comfort Studio, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="332.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2052"> <Room> <RoomType code="110205116" text="Comfort Studio, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="480.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_322714676"> <Hotel id="322714676" name="Mercure Paris Orly Airport Hotel"/> <Result id="796491517-2899"> <Room> <RoomType code="96861358" text="Classic Family Room-1 Double Bed And 2 Bunk Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="452.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2900"> <Room> <RoomType code="46088926" text="Standard Room with 1 double bed and a bunk bed"/> <MealType code="1000041" text="Room only"/> <Price amt="452.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2901"> <Room> <RoomType code="52960983" text="Standard Room with 1 double bed and 1 single bed"/> <MealType code="1000041" text="Room only"/> <Price amt="452.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2902"> <Room> <RoomType code="8616292" text="Standard room with 2 single beds"/> <MealType code="1000041" text="Room only"/> <Price amt="452.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2903"> <Room> <RoomType code="96861358" text="Classic Family Room-1 Double Bed And 2 Bunk Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="473.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2904"> <Room> <RoomType code="46088926" text="Standard Room with 1 double bed and a bunk bed"/> <MealType code="1000041" text="Room only"/> <Price amt="473.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2905"> <Room> <RoomType code="52960983" text="Standard Room with 1 double bed and 1 single bed"/> <MealType code="1000041" text="Room only"/> <Price amt="473.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2906"> <Room> <RoomType code="8616292" text="Standard room with 2 single beds"/> <MealType code="1000041" text="Room only"/> <Price amt="473.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2907"> <Room> <RoomType code="96861358" text="Classic Family Room-1 Double Bed And 2 Bunk Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="483.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2908"> <Room> <RoomType code="46088926" text="Standard Room with 1 double bed and a bunk bed"/> <MealType code="1000041" text="Room only"/> <Price amt="483.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2909"> <Room> <RoomType code="8616292" text="Standard room with 2 single beds"/> <MealType code="1000041" text="Room only"/> <Price amt="483.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2910"> <Room> <RoomType code="52960983" text="Standard Room with 1 double bed and 1 single bed"/> <MealType code="1000041" text="Room only"/> <Price amt="483.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2911"> <Room> <RoomType code="96861358" text="Classic Family Room-1 Double Bed And 2 Bunk Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="506.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2912"> <Room> <RoomType code="8616292" text="Standard room with 2 single beds"/> <MealType code="1000041" text="Room only"/> <Price amt="506.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2913"> <Room> <RoomType code="52960983" text="Standard Room with 1 double bed and 1 single bed"/> <MealType code="1000041" text="Room only"/> <Price amt="506.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2914"> <Room> <RoomType code="46088926" text="Standard Room with 1 double bed and a bunk bed"/> <MealType code="1000041" text="Room only"/> <Price amt="506.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2915"> <Room> <RoomType code="46088926" text="Standard Room with 1 double bed and a bunk bed"/> <MealType code="1000041" text="Room only"/> <Price amt="524.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2916"> <Room> <RoomType code="52960983" text="Standard Room with 1 double bed and 1 single bed"/> <MealType code="1000041" text="Room only"/> <Price amt="524.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2917"> <Room> <RoomType code="8616292" text="Standard room with 2 single beds"/> <MealType code="1000041" text="Room only"/> <Price amt="524.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2918"> <Room> <RoomType code="96861358" text="Classic Family Room-1 Double Bed And 2 Bunk Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="524.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2919"> <Room> <RoomType code="7139576" text="Superior room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="526.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2920"> <Room> <RoomType code="7139576" text="Superior room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="551.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2921"> <Room> <RoomType code="7139576" text="Superior room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="557.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2922"> <Room> <RoomType code="7139576" text="Superior room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="584.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2923"> <Room> <RoomType code="7139576" text="Superior room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="598.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2924"> <Room> <RoomType code="96861358" text="Classic Family Room-1 Double Bed And 2 Bunk Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="604.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2925"> <Room> <RoomType code="52960983" text="Standard Room with 1 double bed and 1 single bed"/> <MealType code="1" text="Breakfast"/> <Price amt="604.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2926"> <Room> <RoomType code="8616292" text="Standard room with 2 single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="604.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2927"> <Room> <RoomType code="46088926" text="Standard Room with 1 double bed and a bunk bed"/> <MealType code="1" text="Breakfast"/> <Price amt="604.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2928"> <Room> <RoomType code="96861358" text="Classic Family Room-1 Double Bed And 2 Bunk Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="632.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2929"> <Room> <RoomType code="8616292" text="Standard room with 2 single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="632.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2930"> <Room> <RoomType code="52960983" text="Standard Room with 1 double bed and 1 single bed"/> <MealType code="1" text="Breakfast"/> <Price amt="632.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2931"> <Room> <RoomType code="46088926" text="Standard Room with 1 double bed and a bunk bed"/> <MealType code="1" text="Breakfast"/> <Price amt="632.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2932"> <Room> <RoomType code="96861358" text="Classic Family Room-1 Double Bed And 2 Bunk Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="635.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2933"> <Room> <RoomType code="52960983" text="Standard Room with 1 double bed and 1 single bed"/> <MealType code="1" text="Breakfast"/> <Price amt="635.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2934"> <Room> <RoomType code="46088926" text="Standard Room with 1 double bed and a bunk bed"/> <MealType code="1" text="Breakfast"/> <Price amt="635.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2935"> <Room> <RoomType code="8616292" text="Standard room with 2 single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="635.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2936"> <Room> <RoomType code="96861358" text="Classic Family Room-1 Double Bed And 2 Bunk Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="666.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2937"> <Room> <RoomType code="46088926" text="Standard Room with 1 double bed and a bunk bed"/> <MealType code="1" text="Breakfast"/> <Price amt="666.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2938"> <Room> <RoomType code="8616292" text="Standard room with 2 single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="666.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2939"> <Room> <RoomType code="52960983" text="Standard Room with 1 double bed and 1 single bed"/> <MealType code="1" text="Breakfast"/> <Price amt="666.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2940"> <Room> <RoomType code="96861358" text="Classic Family Room-1 Double Bed And 2 Bunk Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="676.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2941"> <Room> <RoomType code="46088926" text="Standard Room with 1 double bed and a bunk bed"/> <MealType code="1" text="Breakfast"/> <Price amt="676.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2942"> <Room> <RoomType code="52960983" text="Standard Room with 1 double bed and 1 single bed"/> <MealType code="1" text="Breakfast"/> <Price amt="676.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2943"> <Room> <RoomType code="8616292" text="Standard room with 2 single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="676.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2944"> <Room> <RoomType code="7139576" text="Superior room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="677.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2945"> <Room> <RoomType code="7139576" text="Superior room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="709.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2946"> <Room> <RoomType code="7139576" text="Superior room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="710.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2947"> <Room> <RoomType code="7139576" text="Superior room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="743.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2948"> <Room> <RoomType code="7139576" text="Superior room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="750.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2949"> <Room> <RoomType code="41530007" text="Family Room, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="482.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2950"> <Room> <RoomType code="41530007" text="Family Room, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="544.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2951"> <Room> <RoomType code="41530007" text="Family Room, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="659.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2952"> <Room> <RoomType code="41530007" text="Family Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="532.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2953"> <Room> <RoomType code="41530007" text="Family Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="411.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2954"> <Room> <RoomType code="41530007" text="Family Room, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="703.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2955"> <Room> <RoomType code="41530007" text="Family Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="488.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2956"> <Room> <RoomType code="41530007" text="Family Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="378.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2957"> <Room> <RoomType code="41530007" text="Family Room, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="510.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2958"> <Room> <RoomType code="41530007" text="Family Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="350.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2959"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="572.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2960"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="743.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2961"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="476.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2962"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="574.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2963"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="608.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2964"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="547.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2965"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="442.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2966"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="415.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2967"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="786.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2968"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="616.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2969"> <Room> <RoomType code="23339277" text="Standard Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="532.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2970"> <Room> <RoomType code="23339277" text="Standard Room, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="544.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2971"> <Room> <RoomType code="23339277" text="Standard Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="488.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2972"> <Room> <RoomType code="23339277" text="Standard Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="411.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2973"> <Room> <RoomType code="23339277" text="Standard Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="350.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2974"> <Room> <RoomType code="23339277" text="Standard Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="378.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2975"> <Room> <RoomType code="23339277" text="Standard Room, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="659.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2976"> <Room> <RoomType code="23339277" text="Standard Room, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="482.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2977"> <Room> <RoomType code="23339277" text="Standard Room, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="703.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2978"> <Room> <RoomType code="23339277" text="Standard Room, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="510.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2979"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="510.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2980"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="703.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2981"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="544.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2982"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="532.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2983"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="482.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2984"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="659.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2985"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="488.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2986"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="350.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2987"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="378.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2988"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="411.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_140706562"> <Hotel id="140706562" name="Kyriad Prestige Le Bourget - Aeroport"/> <Result id="796491517-2600"> <Room> <RoomType code="5140359" text="Standard Room - 2 single beds"/> <MealType code="1000041" text="Room only"/> <Price amt="362.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-2601"> <Room> <RoomType code="5140359" text="Standard Room - 2 single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="502.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-2602"> <Room> <RoomType code="3724030" text="Standard Room - 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="362.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-2603"> <Room> <RoomType code="3724030" text="Standard Room - 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="502.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-14"/> </Room> </Result> <Result id="796491517-2604"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="444.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2605"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="501.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-2606"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="584.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2607"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="361.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-2608"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="358.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-2609"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="508.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-2610"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="381.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2611"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="587.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2612"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="388.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2613"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="521.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2614"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="447.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2615"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="501.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-2616"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="508.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-2617"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="587.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2618"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="447.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2619"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="381.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2620"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="444.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2621"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="388.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2622"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="361.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-2623"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="358.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-2624"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="521.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2625"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="584.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_39987"> <Hotel id="39987" name="Mercure Paris CDG Airport &amp; Convention"/> <Result id="796491517-555"> <Room> <RoomType code="10173752" text="Classic room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="439.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-556"> <Room> <RoomType code="10173752" text="Classic room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="440.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-557"> <Room> <RoomType code="10173752" text="Classic room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="507.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-558"> <Room> <RoomType code="10173752" text="Classic room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="508.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-559"> <Room> <RoomType code="10173752" text="Classic room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="533.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-560"> <Room> <RoomType code="41576571" text="Privilege Room with 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="536.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-561"> <Room> <RoomType code="41576571" text="Privilege Room with 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="537.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-562"> <Room> <RoomType code="51551916" text="Family Superior Room with 2 double beds"/> <MealType code="1000041" text="Room only"/> <Price amt="575.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-563"> <Room> <RoomType code="110199925" text="Privilege Room, Family 1 double bed and 1 sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="575.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-564"> <Room> <RoomType code="51551916" text="Family Superior Room with 2 double beds"/> <MealType code="1000041" text="Room only"/> <Price amt="576.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-565"> <Room> <RoomType code="110199925" text="Privilege Room, Family 1 double bed and 1 sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="576.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-566"> <Room> <RoomType code="10173752" text="Classic room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="598.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-567"> <Room> <RoomType code="10173752" text="Classic room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="600.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-568"> <Room> <RoomType code="41576571" text="Privilege Room with 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="604.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-569"> <Room> <RoomType code="41576571" text="Privilege Room with 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="605.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-570"> <Room> <RoomType code="41576571" text="Privilege Room with 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="626.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-571"> <Room> <RoomType code="51551916" text="Family Superior Room with 2 double beds"/> <MealType code="1000041" text="Room only"/> <Price amt="643.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-572"> <Room> <RoomType code="110199925" text="Privilege Room, Family 1 double bed and 1 sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="643.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-573"> <Room> <RoomType code="51551916" text="Family Superior Room with 2 double beds"/> <MealType code="1000041" text="Room only"/> <Price amt="644.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-574"> <Room> <RoomType code="110199925" text="Privilege Room, Family 1 double bed and 1 sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="644.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-575"> <Room> <RoomType code="110199925" text="Privilege Room, Family 1 double bed and 1 sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="662.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-576"> <Room> <RoomType code="51551916" text="Family Superior Room with 2 double beds"/> <MealType code="1000041" text="Room only"/> <Price amt="662.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-577"> <Room> <RoomType code="10173752" text="Classic room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="666.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-578"> <Room> <RoomType code="10173752" text="Classic room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="668.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-579"> <Room> <RoomType code="10173752" text="Classic room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="685.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-580"> <Room> <RoomType code="41576571" text="Privilege Room with 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="695.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-581"> <Room> <RoomType code="41576571" text="Privilege Room with 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="696.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-582"> <Room> <RoomType code="110199925" text="Privilege Room, Family 1 double bed and 1 sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="734.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-583"> <Room> <RoomType code="51551916" text="Family Superior Room with 2 double beds"/> <MealType code="1" text="Breakfast"/> <Price amt="734.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-584"> <Room> <RoomType code="110199925" text="Privilege Room, Family 1 double bed and 1 sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="736.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-585"> <Room> <RoomType code="51551916" text="Family Superior Room with 2 double beds"/> <MealType code="1" text="Breakfast"/> <Price amt="736.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-586"> <Room> <RoomType code="41576571" text="Privilege Room with 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="763.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-587"> <Room> <RoomType code="41576571" text="Privilege Room with 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="765.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-588"> <Room> <RoomType code="41576571" text="Privilege Room with 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="777.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-589"> <Room> <RoomType code="110199925" text="Privilege Room, Family 1 double bed and 1 sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="802.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-590"> <Room> <RoomType code="51551916" text="Family Superior Room with 2 double beds"/> <MealType code="1" text="Breakfast"/> <Price amt="802.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-591"> <Room> <RoomType code="110199925" text="Privilege Room, Family 1 double bed and 1 sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="804.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-592"> <Room> <RoomType code="51551916" text="Family Superior Room with 2 double beds"/> <MealType code="1" text="Breakfast"/> <Price amt="804.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-593"> <Room> <RoomType code="51551916" text="Family Superior Room with 2 double beds"/> <MealType code="1" text="Breakfast"/> <Price amt="814.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-594"> <Room> <RoomType code="110199925" text="Privilege Room, Family 1 double bed and 1 sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="814.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-595"> <Room> <RoomType code="10173752" text="Classic room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="409.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-596"> <Room> <RoomType code="10173752" text="Classic room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="465.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-597"> <Room> <RoomType code="10173752" text="Classic room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="577.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-598"> <Room> <RoomType code="10173752" text="Classic room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="642.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-599"> <Room> <RoomType code="10173752" text="Classic room with 1 double bed"/> <MealType code="1000019" text="Half board"/> <Price amt="978.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-600"> <Room> <RoomType code="10173752" text="Classic room with 1 double bed"/> <MealType code="1000019" text="Half board"/> <Price amt="1034.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-601"> <Room> <RoomType code="41576571" text="Privilege Room with 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="512.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-602"> <Room> <RoomType code="41576571" text="Privilege Room with 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="573.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-603"> <Room> <RoomType code="41576571" text="Privilege Room with 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="680.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-604"> <Room> <RoomType code="41576571" text="Privilege Room with 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="750.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-605"> <Room> <RoomType code="41576571" text="Privilege Room with 1 Double Bed"/> <MealType code="1000019" text="Half board"/> <Price amt="1090.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-606"> <Room> <RoomType code="41576571" text="Privilege Room with 1 Double Bed"/> <MealType code="1000019" text="Half board"/> <Price amt="1146.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-607"> <Room> <RoomType code="51551916" text="Family Superior Room with 2 double beds"/> <MealType code="1000041" text="Room only"/> <Price amt="553.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-608"> <Room> <RoomType code="51551916" text="Family Superior Room with 2 double beds"/> <MealType code="1000041" text="Room only"/> <Price amt="616.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-609"> <Room> <RoomType code="51551916" text="Family Superior Room with 2 double beds"/> <MealType code="1" text="Breakfast"/> <Price amt="720.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-610"> <Room> <RoomType code="51551916" text="Family Superior Room with 2 double beds"/> <MealType code="1" text="Breakfast"/> <Price amt="793.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-611"> <Room> <RoomType code="51551916" text="Family Superior Room with 2 double beds"/> <MealType code="1000019" text="Half board"/> <Price amt="1135.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-612"> <Room> <RoomType code="51551916" text="Family Superior Room with 2 double beds"/> <MealType code="1000019" text="Half board"/> <Price amt="1191.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-613"> <Room> <RoomType code="48337798" text="FAMILY ROOM WITH DOUBLE BED"/> <MealType code="1000041" text="Room only"/> <Price amt="553.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-614"> <Room> <RoomType code="48337798" text="FAMILY ROOM WITH DOUBLE BED"/> <MealType code="1000041" text="Room only"/> <Price amt="616.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-615"> <Room> <RoomType code="48337798" text="FAMILY ROOM WITH DOUBLE BED"/> <MealType code="1" text="Breakfast"/> <Price amt="720.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-616"> <Room> <RoomType code="48337798" text="FAMILY ROOM WITH DOUBLE BED"/> <MealType code="1" text="Breakfast"/> <Price amt="793.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-617"> <Room> <RoomType code="48337798" text="FAMILY ROOM WITH DOUBLE BED"/> <MealType code="1000019" text="Half board"/> <Price amt="1135.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-618"> <Room> <RoomType code="48337798" text="FAMILY ROOM WITH DOUBLE BED"/> <MealType code="1000019" text="Half board"/> <Price amt="1191.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-619"> <Room> <RoomType code="40371591" text="Privilege King Room"/> <MealType code="1000041" text="Room only"/> <Price amt="605.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-620"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1" text="Breakfast"/> <Price amt="635.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-621"> <Room> <RoomType code="23673206" text="Privilege, Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="560.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-622"> <Room> <RoomType code="23673206" text="Privilege, Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="474.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-623"> <Room> <RoomType code="23673206" text="Privilege, Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="436.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-624"> <Room> <RoomType code="23673206" text="Privilege, Room, 1 Double Bed"/> <MealType code="1000019" text="Half board"/> <Price amt="1007.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-625"> <Room> <RoomType code="23673206" text="Privilege, Room, 1 Double Bed"/> <MealType code="1000019" text="Half board"/> <Price amt="1059.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-626"> <Room> <RoomType code="23673206" text="Privilege, Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="611.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-627"> <Room> <RoomType code="23673206" text="Privilege, Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="598.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-628"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="484.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-629"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="512.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-630"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="523.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-631"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1000019" text="Half board"/> <Price amt="904.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-632"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="360.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-633"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1000019" text="Half board"/> <Price amt="956.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-634"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="398.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-635"> <Room> <RoomType code="110156731" text="Family Room, 2 Double Beds (Superior)"/> <MealType code="1000019" text="Half board"/> <Price amt="1048.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-636"> <Room> <RoomType code="110156731" text="Family Room, 2 Double Beds (Superior)"/> <MealType code="1" text="Breakfast"/> <Price amt="590.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-637"> <Room> <RoomType code="110156731" text="Family Room, 2 Double Beds (Superior)"/> <MealType code="1000019" text="Half board"/> <Price amt="1100.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-638"> <Room> <RoomType code="110156731" text="Family Room, 2 Double Beds (Superior)"/> <MealType code="1000041" text="Room only"/> <Price amt="504.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-639"> <Room> <RoomType code="110156731" text="Family Room, 2 Double Beds (Superior)"/> <MealType code="1000041" text="Room only"/> <Price amt="466.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-640"> <Room> <RoomType code="110156731" text="Family Room, 2 Double Beds (Superior)"/> <MealType code="1" text="Breakfast"/> <Price amt="629.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-641"> <Room> <RoomType code="110156731" text="Family Room, 2 Double Beds (Superior)"/> <MealType code="1000041" text="Room only"/> <Price amt="650.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-642"> <Room> <RoomType code="110156733" text="Privilege, Family Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="504.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-643"> <Room> <RoomType code="110156733" text="Privilege, Family Room, 1 Double Bed with Sofa bed"/> <MealType code="1000019" text="Half board"/> <Price amt="1048.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-644"> <Room> <RoomType code="110156733" text="Privilege, Family Room, 1 Double Bed with Sofa bed"/> <MealType code="1000019" text="Half board"/> <Price amt="1100.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-645"> <Room> <RoomType code="110156733" text="Privilege, Family Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="466.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-646"> <Room> <RoomType code="110156733" text="Privilege, Family Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="590.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-647"> <Room> <RoomType code="110156733" text="Privilege, Family Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="629.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_40524"> <Hotel id="40524" name="Novotel Paris Nord Expo Aulnay Hotel"/> <Result id="796491517-706"> <Room> <RoomType code="72038640" text="Standard Room - double bed and single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="409.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-707"> <Room> <RoomType code="110199924" text="Superior Room with double bed and single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="409.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-708"> <Room> <RoomType code="41774230" text="Superior room - Double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="409.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-709"> <Room> <RoomType code="104426807" text="Superior PRM room - 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="409.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-710"> <Room> <RoomType code="72038640" text="Standard Room - double bed and single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="410.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-711"> <Room> <RoomType code="104426807" text="Superior PRM room - 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="410.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-712"> <Room> <RoomType code="41774230" text="Superior room - Double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="410.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-713"> <Room> <RoomType code="110199924" text="Superior Room with double bed and single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="410.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-714"> <Room> <RoomType code="72038640" text="Standard Room - double bed and single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="418.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-715"> <Room> <RoomType code="41774230" text="Superior room - Double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="418.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-716"> <Room> <RoomType code="104426807" text="Superior PRM room - 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="418.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-717"> <Room> <RoomType code="110199924" text="Superior Room with double bed and single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="418.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-718"> <Room> <RoomType code="72038640" text="Standard Room - double bed and single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="433.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-719"> <Room> <RoomType code="41774230" text="Superior room - Double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="433.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-720"> <Room> <RoomType code="110199924" text="Superior Room with double bed and single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="433.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-721"> <Room> <RoomType code="104426807" text="Superior PRM room - 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="433.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-722"> <Room> <RoomType code="72038640" text="Standard Room - double bed and single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="434.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-723"> <Room> <RoomType code="110199924" text="Superior Room with double bed and single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="434.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-724"> <Room> <RoomType code="104426807" text="Superior PRM room - 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="434.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-725"> <Room> <RoomType code="41774230" text="Superior room - Double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="434.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-726"> <Room> <RoomType code="41775330" text="Executive Room with double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="506.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-727"> <Room> <RoomType code="41775330" text="Executive Room with double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="507.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-728"> <Room> <RoomType code="41775330" text="Executive Room with double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="508.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-729"> <Room> <RoomType code="41775330" text="Executive Room with double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="530.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-730"> <Room> <RoomType code="41775330" text="Executive Room with double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="531.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-731"> <Room> <RoomType code="72038640" text="Standard Room - double bed and single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="548.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-732"> <Room> <RoomType code="41774230" text="Superior room - Double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="548.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-733"> <Room> <RoomType code="110199924" text="Superior Room with double bed and single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="548.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-734"> <Room> <RoomType code="104426807" text="Superior PRM room - 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="548.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-735"> <Room> <RoomType code="72038640" text="Standard Room - double bed and single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="550.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-736"> <Room> <RoomType code="110199924" text="Superior Room with double bed and single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="550.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-737"> <Room> <RoomType code="41774230" text="Superior room - Double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="550.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-738"> <Room> <RoomType code="104426807" text="Superior PRM room - 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="550.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-739"> <Room> <RoomType code="72038640" text="Standard Room - double bed and single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="572.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-740"> <Room> <RoomType code="104426807" text="Superior PRM room - 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="572.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-741"> <Room> <RoomType code="110199924" text="Superior Room with double bed and single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="572.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-742"> <Room> <RoomType code="41774230" text="Superior room - Double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="572.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-743"> <Room> <RoomType code="72038640" text="Standard Room - double bed and single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="573.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-744"> <Room> <RoomType code="110199924" text="Superior Room with double bed and single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="573.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-745"> <Room> <RoomType code="104426807" text="Superior PRM room - 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="573.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-746"> <Room> <RoomType code="41774230" text="Superior room - Double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="573.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-747"> <Room> <RoomType code="72038640" text="Standard Room - double bed and single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="588.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-748"> <Room> <RoomType code="41774230" text="Superior room - Double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="588.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-749"> <Room> <RoomType code="110199924" text="Superior Room with double bed and single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="588.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-750"> <Room> <RoomType code="104426807" text="Superior PRM room - 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="588.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-751"> <Room> <RoomType code="41775330" text="Executive Room with double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="645.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-752"> <Room> <RoomType code="41775330" text="Executive Room with double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="647.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-753"> <Room> <RoomType code="41775330" text="Executive Room with double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="668.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-754"> <Room> <RoomType code="41775330" text="Executive Room with double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="670.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-755"> <Room> <RoomType code="41775330" text="Executive Room with double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="680.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-756"> <Room> <RoomType code="41774230" text="Superior room - Double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="401.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-757"> <Room> <RoomType code="41774230" text="Superior room - Double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="443.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-758"> <Room> <RoomType code="41774230" text="Superior room - Double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="548.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-759"> <Room> <RoomType code="41774230" text="Superior room - Double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="636.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-760"> <Room> <RoomType code="110199924" text="Superior Room with double bed and single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="401.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-761"> <Room> <RoomType code="110199924" text="Superior Room with double bed and single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="443.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-762"> <Room> <RoomType code="110199924" text="Superior Room with double bed and single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="548.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-763"> <Room> <RoomType code="110199924" text="Superior Room with double bed and single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="636.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-764"> <Room> <RoomType code="72038640" text="Standard Room - double bed and single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="401.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-765"> <Room> <RoomType code="72038640" text="Standard Room - double bed and single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="443.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-766"> <Room> <RoomType code="72038640" text="Standard Room - double bed and single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="548.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-767"> <Room> <RoomType code="72038640" text="Standard Room - double bed and single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="636.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-768"> <Room> <RoomType code="57256333" text="Superior Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="360.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-769"> <Room> <RoomType code="57256333" text="Superior Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="492.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-770"> <Room> <RoomType code="57256333" text="Superior Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="406.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-771"> <Room> <RoomType code="48810407" text="Standard Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="360.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-772"> <Room> <RoomType code="48810407" text="Standard Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="406.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-773"> <Room> <RoomType code="48810407" text="Standard Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="492.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-774"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="492.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-775"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="360.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-776"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="406.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_1644464"> <Hotel id="1644464" name="Novotel Suites Paris Roissy CDG"/> <Result id="796491517-1667"> <Room> <RoomType code="87269181" text="Chambre Double"/> <MealType code="1000041" text="Room only"/> <Price amt="396.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1668"> <Room> <RoomType code="87269181" text="Chambre Double"/> <MealType code="1000041" text="Room only"/> <Price amt="441.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1669"> <Room> <RoomType code="87269181" text="Chambre Double"/> <MealType code="1" text="Breakfast"/> <Price amt="600.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1670"> <Room> <RoomType code="87269181" text="Chambre Double"/> <MealType code="1" text="Breakfast"/> <Price amt="642.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1671"> <Room> <RoomType code="91275801" text="Chambre Triple"/> <MealType code="1000041" text="Room only"/> <Price amt="432.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1672"> <Room> <RoomType code="91275801" text="Chambre Triple"/> <MealType code="1000041" text="Room only"/> <Price amt="482.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1673"> <Room> <RoomType code="91275801" text="Chambre Triple"/> <MealType code="1" text="Breakfast"/> <Price amt="739.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1674"> <Room> <RoomType code="91275801" text="Chambre Triple"/> <MealType code="1" text="Breakfast"/> <Price amt="782.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1675"> <Room> <RoomType code="110205168" text="CHAMBRE 4 PAX PMR"/> <MealType code="1000041" text="Room only"/> <Price amt="469.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1676"> <Room> <RoomType code="110205168" text="CHAMBRE 4 PAX PMR"/> <MealType code="1000041" text="Room only"/> <Price amt="523.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1677"> <Room> <RoomType code="110205168" text="CHAMBRE 4 PAX PMR"/> <MealType code="1" text="Breakfast"/> <Price amt="878.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1678"> <Room> <RoomType code="110205168" text="CHAMBRE 4 PAX PMR"/> <MealType code="1" text="Breakfast"/> <Price amt="924.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1679"> <Room> <RoomType code="110205170" text="CHAMBRE DOUBLE COMFORT"/> <MealType code="1000041" text="Room only"/> <Price amt="469.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1680"> <Room> <RoomType code="110205170" text="CHAMBRE DOUBLE COMFORT"/> <MealType code="1000041" text="Room only"/> <Price amt="523.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1681"> <Room> <RoomType code="110205170" text="CHAMBRE DOUBLE COMFORT"/> <MealType code="1" text="Breakfast"/> <Price amt="674.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1682"> <Room> <RoomType code="110205170" text="CHAMBRE DOUBLE COMFORT"/> <MealType code="1" text="Breakfast"/> <Price amt="724.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1683"> <Room> <RoomType code="110205171" text="CHAMBRE 4PAX"/> <MealType code="1000041" text="Room only"/> <Price amt="469.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1684"> <Room> <RoomType code="110205171" text="CHAMBRE 4PAX"/> <MealType code="1000041" text="Room only"/> <Price amt="523.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1685"> <Room> <RoomType code="110205171" text="CHAMBRE 4PAX"/> <MealType code="1" text="Breakfast"/> <Price amt="878.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1686"> <Room> <RoomType code="110205171" text="CHAMBRE 4PAX"/> <MealType code="1" text="Breakfast"/> <Price amt="924.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1687"> <Room> <RoomType code="2523458" text="Comfort double room"/> <MealType code="1000041" text="Room only"/> <Price amt="429.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1688"> <Room> <RoomType code="2523458" text="Comfort double room"/> <MealType code="1" text="Breakfast"/> <Price amt="578.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1689"> <Room> <RoomType code="2523458" text="Comfort double room"/> <MealType code="1" text="Breakfast"/> <Price amt="626.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1690"> <Room> <RoomType code="2523458" text="Comfort double room"/> <MealType code="1000041" text="Room only"/> <Price amt="476.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1691"> <Room> <RoomType code="2128162" text="Quadruple Room"/> <MealType code="1" text="Breakfast"/> <Price amt="626.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1692"> <Room> <RoomType code="2128162" text="Quadruple Room"/> <MealType code="1000041" text="Room only"/> <Price amt="429.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1693"> <Room> <RoomType code="2128162" text="Quadruple Room"/> <MealType code="1000041" text="Room only"/> <Price amt="476.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1694"> <Room> <RoomType code="2128162" text="Quadruple Room"/> <MealType code="1" text="Breakfast"/> <Price amt="578.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1695"> <Room> <RoomType code="1004403" text="Triple room"/> <MealType code="1" text="Breakfast"/> <Price amt="588.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1696"> <Room> <RoomType code="1004403" text="Triple room"/> <MealType code="1" text="Breakfast"/> <Price amt="545.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1697"> <Room> <RoomType code="1004403" text="Triple room"/> <MealType code="1000041" text="Room only"/> <Price amt="439.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1698"> <Room> <RoomType code="1004403" text="Triple room"/> <MealType code="1000041" text="Room only"/> <Price amt="395.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1699"> <Room> <RoomType code="3762613" text="Classic Double Room"/> <MealType code="1" text="Breakfast"/> <Price amt="551.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1700"> <Room> <RoomType code="3762613" text="Classic Double Room"/> <MealType code="1000041" text="Room only"/> <Price amt="362.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1701"> <Room> <RoomType code="3762613" text="Classic Double Room"/> <MealType code="1" text="Breakfast"/> <Price amt="511.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1702"> <Room> <RoomType code="3762613" text="Classic Double Room"/> <MealType code="1000041" text="Room only"/> <Price amt="402.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1703"> <Room> <RoomType code="110205114" text="Quadruple Room, Accessible"/> <MealType code="1000041" text="Room only"/> <Price amt="476.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1704"> <Room> <RoomType code="110205114" text="Quadruple Room, Accessible"/> <MealType code="1000041" text="Room only"/> <Price amt="429.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1705"> <Room> <RoomType code="110205114" text="Quadruple Room, Accessible"/> <MealType code="1" text="Breakfast"/> <Price amt="578.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1706"> <Room> <RoomType code="110205114" text="Quadruple Room, Accessible"/> <MealType code="1" text="Breakfast"/> <Price amt="626.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_38391"> <Hotel id="38391" name="Hotel Kyriad Orly Aeroport Athis Mons"/> <Result id="796491517-298"> <Room> <RoomType code="5140359" text="Standard Room - 2 single beds"/> <MealType code="1000041" text="Room only"/> <Price amt="393.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-299"> <Room> <RoomType code="5140359" text="Standard Room - 2 single beds"/> <MealType code="1000041" text="Room only"/> <Price amt="447.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-300"> <Room> <RoomType code="5140359" text="Standard Room - 2 single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="486.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-301"> <Room> <RoomType code="5140359" text="Standard Room - 2 single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="553.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-302"> <Room> <RoomType code="3724030" text="Standard Room - 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="501.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-303"> <Room> <RoomType code="3724030" text="Standard Room - 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="570.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-304"> <Room> <RoomType code="3724030" text="Standard Room - 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="591.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-305"> <Room> <RoomType code="3724030" text="Standard Room - 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="676.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-306"> <Room> <RoomType code="108395040" text="Standard Room - 1 Double Bed 1 Single Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="573.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-307"> <Room> <RoomType code="108395040" text="Standard Room - 1 Double Bed 1 Single Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="652.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-308"> <Room> <RoomType code="108395040" text="Standard Room - 1 Double Bed 1 Single Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="660.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-309"> <Room> <RoomType code="108395040" text="Standard Room - 1 Double Bed 1 Single Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="758.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-310"> <Room> <RoomType code="110139081" text="Standard Room - 3 Single Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="573.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-311"> <Room> <RoomType code="110139081" text="Standard Room - 3 Single Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="652.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-312"> <Room> <RoomType code="110139081" text="Standard Room - 3 Single Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="660.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-313"> <Room> <RoomType code="110139081" text="Standard Room - 3 Single Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="758.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-314"> <Room> <RoomType code="110139622" text="Standard Room - 1 Double Bed 2 Single Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="645.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-315"> <Room> <RoomType code="110139622" text="Standard Room - 1 Double Bed 2 Single Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="730.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-316"> <Room> <RoomType code="110139622" text="Standard Room - 1 Double Bed 2 Single Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="735.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-317"> <Room> <RoomType code="110139622" text="Standard Room - 1 Double Bed 2 Single Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="841.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-318"> <Room> <RoomType code="23339277" text="Standard Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="587.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-319"> <Room> <RoomType code="23339277" text="Standard Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="641.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-320"> <Room> <RoomType code="23339277" text="Standard Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="604.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-321"> <Room> <RoomType code="23339277" text="Standard Room, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="646.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-322"> <Room> <RoomType code="23339277" text="Standard Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="537.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-323"> <Room> <RoomType code="23339277" text="Standard Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="513.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-324"> <Room> <RoomType code="23339277" text="Standard Room, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="641.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-325"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="561.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-326"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="528.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-327"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="573.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-328"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="469.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-329"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="578.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-330"> <Room> <RoomType code="7374591" text="Standard Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="528.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-331"> <Room> <RoomType code="42402877" text="Standard Room, 3 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="641.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-332"> <Room> <RoomType code="42402877" text="Standard Room, 3 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="537.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-333"> <Room> <RoomType code="42402877" text="Standard Room, 3 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="646.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-334"> <Room> <RoomType code="42402877" text="Standard Room, 3 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="587.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-335"> <Room> <RoomType code="42402877" text="Standard Room, 3 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="513.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-336"> <Room> <RoomType code="42402877" text="Standard Room, 3 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="641.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-337"> <Room> <RoomType code="42402877" text="Standard Room, 3 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="604.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-338"> <Room> <RoomType code="23339277" text="Standard Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="722.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-339"> <Room> <RoomType code="23339277" text="Standard Room, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="713.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-340"> <Room> <RoomType code="23339277" text="Standard Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="578.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-11-28"/> </Room> </Result> <Result id="796491517-341"> <Room> <RoomType code="23339277" text="Standard Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="604.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-342"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="368.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-343"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="402.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-344"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="470.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-345"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="477.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-346"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="414.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-347"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="440.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_15857505"> <Hotel id="15857505" name="Adonis Paris Sud"/> <Result id="796491517-1961"> <Room> <RoomType code="110205022" text="Studio on Bed &amp;amp; Buffet Breakfast"/> <MealType code="1000041" text="Room only"/> <Price amt="475.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1962"> <Room> <RoomType code="110205024" text="Studio on Bed &amp;amp; Buffet Breakfast - Advanced Purchase"/> <MealType code="1000041" text="Room only"/> <Price amt="405.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1963"> <Room> <RoomType code="98768364" text="Studio with Balcony."/> <MealType code="1000041" text="Room only"/> <Price amt="678.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-1964"> <Room> <RoomType code="98412955" text="1 Bedroom Apartment."/> <MealType code="1000041" text="Room only"/> <Price amt="668.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-1965"> <Room> <RoomType code="98412955" text="1 Bedroom Apartment."/> <MealType code="1000041" text="Room only"/> <Price amt="649.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1966"> <Room> <RoomType code="99611060" text="Studio Plus Twin Standard."/> <MealType code="1000041" text="Room only"/> <Price amt="496.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-1967"> <Room> <RoomType code="25666187" text="Studio. "/> <MealType code="1000041" text="Room only"/> <Price amt="496.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-1968"> <Room> <RoomType code="99611060" text="Studio Plus Twin Standard."/> <MealType code="1000041" text="Room only"/> <Price amt="477.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1969"> <Room> <RoomType code="25666187" text="Studio. "/> <MealType code="1000041" text="Room only"/> <Price amt="477.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1970"> <Room> <RoomType code="98412955" text="1 Bedroom Apartment."/> <MealType code="1000041" text="Room only"/> <Price amt="617.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-1971"> <Room> <RoomType code="98412955" text="1 Bedroom Apartment."/> <MealType code="1000041" text="Room only"/> <Price amt="593.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1972"> <Room> <RoomType code="98768364" text="Studio with Balcony."/> <MealType code="1000041" text="Room only"/> <Price amt="445.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-1973"> <Room> <RoomType code="98768364" text="Studio with Balcony."/> <MealType code="1000041" text="Room only"/> <Price amt="421.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1974"> <Room> <RoomType code="25666187" text="Studio. "/> <MealType code="1000041" text="Room only"/> <Price amt="392.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-1975"> <Room> <RoomType code="99611060" text="Studio Plus Twin Standard."/> <MealType code="1000041" text="Room only"/> <Price amt="392.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-1976"> <Room> <RoomType code="25666187" text="Studio. "/> <MealType code="1000041" text="Room only"/> <Price amt="369.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1977"> <Room> <RoomType code="99611060" text="Studio Plus Twin Standard."/> <MealType code="1000041" text="Room only"/> <Price amt="369.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1978"> <Room> <RoomType code="66633766" text="Studio Twin (For 2 adults, 0 children and 0 infants)"/> <MealType code="1" text="Breakfast"/> <Price amt="501.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1979"> <Room> <RoomType code="66633766" text="Studio Twin (For 2 adults, 0 children and 0 infants)"/> <MealType code="1" text="Breakfast"/> <Price amt="534.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1980"> <Room> <RoomType code="66633766" text="Studio Twin (For 2 adults, 0 children and 0 infants)"/> <MealType code="1" text="Breakfast"/> <Price amt="575.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-1981"> <Room> <RoomType code="66633766" text="Studio Twin (For 2 adults, 0 children and 0 infants)"/> <MealType code="1000041" text="Room only"/> <Price amt="418.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1982"> <Room> <RoomType code="66633766" text="Studio Twin (For 2 adults, 0 children and 0 infants)"/> <MealType code="1000041" text="Room only"/> <Price amt="473.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1983"> <Room> <RoomType code="66633766" text="Studio Twin (For 2 adults, 0 children and 0 infants)"/> <MealType code="1000041" text="Room only"/> <Price amt="492.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-1984"> <Room> <RoomType code="99837040" text="STUDIO DOUBLE BALCONY (For 2 adults, 0 children and 0 infants)"/> <MealType code="1" text="Breakfast"/> <Price amt="540.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1985"> <Room> <RoomType code="65115488" text="Studio Double (For 2 adults, 0 children and 0 infants)"/> <MealType code="1" text="Breakfast"/> <Price amt="501.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1986"> <Room> <RoomType code="99837040" text="STUDIO DOUBLE BALCONY (For 2 adults, 0 children and 0 infants)"/> <MealType code="1" text="Breakfast"/> <Price amt="594.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1987"> <Room> <RoomType code="65115488" text="Studio Double (For 2 adults, 0 children and 0 infants)"/> <MealType code="1" text="Breakfast"/> <Price amt="556.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1988"> <Room> <RoomType code="99837040" text="STUDIO DOUBLE BALCONY (For 2 adults, 0 children and 0 infants)"/> <MealType code="1" text="Breakfast"/> <Price amt="620.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-1989"> <Room> <RoomType code="65115488" text="Studio Double (For 2 adults, 0 children and 0 infants)"/> <MealType code="1" text="Breakfast"/> <Price amt="575.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-1990"> <Room> <RoomType code="99837040" text="STUDIO DOUBLE BALCONY (For 2 adults, 0 children and 0 infants)"/> <MealType code="1000041" text="Room only"/> <Price amt="456.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1991"> <Room> <RoomType code="65115488" text="Studio Double (For 2 adults, 0 children and 0 infants)"/> <MealType code="1000041" text="Room only"/> <Price amt="418.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1992"> <Room> <RoomType code="99837040" text="STUDIO DOUBLE BALCONY (For 2 adults, 0 children and 0 infants)"/> <MealType code="1000041" text="Room only"/> <Price amt="518.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1993"> <Room> <RoomType code="65115488" text="Studio Double (For 2 adults, 0 children and 0 infants)"/> <MealType code="1000041" text="Room only"/> <Price amt="473.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1994"> <Room> <RoomType code="99837040" text="STUDIO DOUBLE BALCONY (For 2 adults, 0 children and 0 infants)"/> <MealType code="1000041" text="Room only"/> <Price amt="537.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-1995"> <Room> <RoomType code="65115488" text="Studio Double (For 2 adults, 0 children and 0 infants)"/> <MealType code="1000041" text="Room only"/> <Price amt="492.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-1996"> <Room> <RoomType code="99837053" text="ONE BED APPARTMENT QUAD (For 2 adults, 0 children and 0 infants)"/> <MealType code="1" text="Breakfast"/> <Price amt="729.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1997"> <Room> <RoomType code="99837053" text="ONE BED APPARTMENT QUAD (For 2 adults, 0 children and 0 infants)"/> <MealType code="1" text="Breakfast"/> <Price amt="810.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1998"> <Room> <RoomType code="99837053" text="ONE BED APPARTMENT QUAD (For 2 adults, 0 children and 0 infants)"/> <MealType code="1" text="Breakfast"/> <Price amt="828.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-1999"> <Room> <RoomType code="99837053" text="ONE BED APPARTMENT QUAD (For 2 adults, 0 children and 0 infants)"/> <MealType code="1000041" text="Room only"/> <Price amt="563.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2000"> <Room> <RoomType code="99837053" text="ONE BED APPARTMENT QUAD (For 2 adults, 0 children and 0 infants)"/> <MealType code="1000041" text="Room only"/> <Price amt="643.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2001"> <Room> <RoomType code="99837053" text="ONE BED APPARTMENT QUAD (For 2 adults, 0 children and 0 infants)"/> <MealType code="1000041" text="Room only"/> <Price amt="662.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-2002"> <Room> <RoomType code="51883791" text="Studio, 2 Twin Beds, Kitchenette"/> <MealType code="1" text="Breakfast"/> <Price amt="451.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2003"> <Room> <RoomType code="51883791" text="Studio, 2 Twin Beds, Kitchenette"/> <MealType code="1000041" text="Room only"/> <Price amt="399.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2004"> <Room> <RoomType code="51883791" text="Studio, 2 Twin Beds, Kitchenette"/> <MealType code="1" text="Breakfast"/> <Price amt="466.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2005"> <Room> <RoomType code="51883791" text="Studio, 2 Twin Beds, Kitchenette"/> <MealType code="1000041" text="Room only"/> <Price amt="384.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2006"> <Room> <RoomType code="27025980" text="Studio, 1 Double Bed, Kitchenette"/> <MealType code="1000041" text="Room only"/> <Price amt="384.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2007"> <Room> <RoomType code="27025980" text="Studio, 1 Double Bed, Kitchenette"/> <MealType code="1" text="Breakfast"/> <Price amt="466.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2008"> <Room> <RoomType code="27025980" text="Studio, 1 Double Bed, Kitchenette"/> <MealType code="1" text="Breakfast"/> <Price amt="418.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2009"> <Room> <RoomType code="27025980" text="Studio, 1 Double Bed, Kitchenette"/> <MealType code="1000041" text="Room only"/> <Price amt="399.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2010"> <Room> <RoomType code="27025980" text="Studio, 1 Double Bed, Kitchenette"/> <MealType code="1" text="Breakfast"/> <Price amt="486.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2011"> <Room> <RoomType code="3370242" text="Standard Studio"/> <MealType code="1000041" text="Room only"/> <Price amt="488.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2012"> <Room> <RoomType code="3370242" text="Standard Studio"/> <MealType code="1000041" text="Room only"/> <Price amt="436.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2013"> <Room> <RoomType code="3370242" text="Standard Studio"/> <MealType code="1000041" text="Room only"/> <Price amt="420.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2014"> <Room> <RoomType code="3370242" text="Standard Studio"/> <MealType code="1" text="Breakfast"/> <Price amt="504.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2015"> <Room> <RoomType code="63745266" text="Family Apartment, Kitchenette"/> <MealType code="1000041" text="Room only"/> <Price amt="522.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2016"> <Room> <RoomType code="63745266" text="Family Apartment, Kitchenette"/> <MealType code="1000041" text="Room only"/> <Price amt="537.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2017"> <Room> <RoomType code="63745266" text="Family Apartment, Kitchenette"/> <MealType code="1" text="Breakfast"/> <Price amt="672.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2018"> <Room> <RoomType code="63745266" text="Family Apartment, Kitchenette"/> <MealType code="1" text="Breakfast"/> <Price amt="692.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_199684"> <Hotel id="199684" name="pentahotel Paris Charles de Gaulle Airport"/> <Result id="796491517-1345"> <Room> <RoomType code="110205123" text="penta Junior Suite"/> <MealType code="1000041" text="Room only"/> <Price amt="560.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1346"> <Room> <RoomType code="110205123" text="penta Junior Suite"/> <MealType code="1000041" text="Room only"/> <Price amt="624.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1347"> <Room> <RoomType code="110205123" text="penta Junior Suite"/> <MealType code="1" text="Breakfast"/> <Price amt="649.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1348"> <Room> <RoomType code="110205123" text="penta Junior Suite"/> <MealType code="1000041" text="Room only"/> <Price amt="658.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1349"> <Room> <RoomType code="110205123" text="penta Junior Suite"/> <MealType code="1" text="Breakfast"/> <Price amt="713.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1350"> <Room> <RoomType code="19348927" text="Penta Standard Room"/> <MealType code="1000041" text="Room only"/> <Price amt="711.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1351"> <Room> <RoomType code="19348927" text="Penta Standard Room"/> <MealType code="1000041" text="Room only"/> <Price amt="438.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1352"> <Room> <RoomType code="19348927" text="Penta Standard Room"/> <MealType code="1" text="Breakfast"/> <Price amt="462.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1353"> <Room> <RoomType code="19348927" text="Penta Standard Room"/> <MealType code="1" text="Breakfast"/> <Price amt="526.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1354"> <Room> <RoomType code="19348927" text="Penta Standard Room"/> <MealType code="1000041" text="Room only"/> <Price amt="436.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1355"> <Room> <RoomType code="19348927" text="Penta Standard Room"/> <MealType code="1000041" text="Room only"/> <Price amt="372.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1356"> <Room> <RoomType code="25533324" text="penta Plus Room"/> <MealType code="1" text="Breakfast"/> <Price amt="579.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1357"> <Room> <RoomType code="25533324" text="penta Plus Room"/> <MealType code="1" text="Breakfast"/> <Price amt="556.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1358"> <Room> <RoomType code="25533324" text="penta Plus Room"/> <MealType code="1000041" text="Room only"/> <Price amt="403.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1359"> <Room> <RoomType code="25533324" text="penta Plus Room"/> <MealType code="1" text="Breakfast"/> <Price amt="492.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1360"> <Room> <RoomType code="25533324" text="penta Plus Room"/> <MealType code="1000041" text="Room only"/> <Price amt="549.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_2630541"> <Hotel id="2630541" name="Zenitude Hotel-Residences Paris Charles de Gaulle (Formerly Crowne Plaza)"/> <Result id="796491517-1784"> <Room> <RoomType code="3303709" text="One Bedroom Apartment"/> <MealType code="1000041" text="Room only"/> <Price amt="756.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-1785"> <Room> <RoomType code="106023743" text="One Bedroom Apartment Non Refundable"/> <MealType code="1000041" text="Room only"/> <Price amt="680.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1786"> <Room> <RoomType code="110205076" text="Executive Studio (Double Bed)"/> <MealType code="1000041" text="Room only"/> <Price amt="678.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-1787"> <Room> <RoomType code="110205078" text="Executive Studio (Double Bed) Non Refundable"/> <MealType code="1000041" text="Room only"/> <Price amt="610.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1788"> <Room> <RoomType code="1002197" text="Double Studio"/> <MealType code="1000041" text="Room only"/> <Price amt="466.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-1789"> <Room> <RoomType code="110205081" text="Studio Twin (-10% Discount)"/> <MealType code="1000041" text="Room only"/> <Price amt="420.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-1790"> <Room> <RoomType code="46565035" text="Double Studio Non Refundable"/> <MealType code="1000041" text="Room only"/> <Price amt="420.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1791"> <Room> <RoomType code="110205084" text="Studio Twin Non Refundable (-10% Discount)"/> <MealType code="1000041" text="Room only"/> <Price amt="378.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1792"> <Room> <RoomType code="3303709" text="One Bedroom Apartment"/> <MealType code="1" text="Breakfast"/> <Price amt="912.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-1793"> <Room> <RoomType code="106023743" text="One Bedroom Apartment Non Refundable"/> <MealType code="1" text="Breakfast"/> <Price amt="836.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1794"> <Room> <RoomType code="110205076" text="Executive Studio (Double Bed)"/> <MealType code="1" text="Breakfast"/> <Price amt="834.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-1795"> <Room> <RoomType code="110205078" text="Executive Studio (Double Bed) Non Refundable"/> <MealType code="1" text="Breakfast"/> <Price amt="766.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1796"> <Room> <RoomType code="1002197" text="Double Studio"/> <MealType code="1" text="Breakfast"/> <Price amt="622.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-1797"> <Room> <RoomType code="46565035" text="Double Studio Non Refundable"/> <MealType code="1" text="Breakfast"/> <Price amt="576.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1798"> <Room> <RoomType code="110205081" text="Studio Twin (-10% Discount)"/> <MealType code="1" text="Breakfast"/> <Price amt="560.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-1799"> <Room> <RoomType code="110205084" text="Studio Twin Non Refundable (-10% Discount)"/> <MealType code="1" text="Breakfast"/> <Price amt="518.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1800"> <Room> <RoomType code="1235191" text="Studio Twin"/> <MealType code="1000041" text="Room only"/> <Price amt="394.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1801"> <Room> <RoomType code="1235191" text="Studio Twin"/> <MealType code="1000041" text="Room only"/> <Price amt="438.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1802"> <Room> <RoomType code="1235191" text="Studio Twin"/> <MealType code="1000041" text="Room only"/> <Price amt="487.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1803"> <Room> <RoomType code="1235191" text="Studio Twin"/> <MealType code="1" text="Breakfast"/> <Price amt="541.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1804"> <Room> <RoomType code="1235191" text="Studio Twin"/> <MealType code="1" text="Breakfast"/> <Price amt="585.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1805"> <Room> <RoomType code="1235191" text="Studio Twin"/> <MealType code="1" text="Breakfast"/> <Price amt="601.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1806"> <Room> <RoomType code="1235191" text="Studio Twin"/> <MealType code="1" text="Breakfast"/> <Price amt="650.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1807"> <Room> <RoomType code="1041491" text="Studio Double"/> <MealType code="1000041" text="Room only"/> <Price amt="394.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1808"> <Room> <RoomType code="1041491" text="Studio Double"/> <MealType code="1000041" text="Room only"/> <Price amt="438.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1809"> <Room> <RoomType code="1041491" text="Studio Double"/> <MealType code="1000041" text="Room only"/> <Price amt="487.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1810"> <Room> <RoomType code="1041491" text="Studio Double"/> <MealType code="1" text="Breakfast"/> <Price amt="541.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1811"> <Room> <RoomType code="1041491" text="Studio Double"/> <MealType code="1" text="Breakfast"/> <Price amt="585.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1812"> <Room> <RoomType code="1041491" text="Studio Double"/> <MealType code="1" text="Breakfast"/> <Price amt="601.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1813"> <Room> <RoomType code="1041491" text="Studio Double"/> <MealType code="1" text="Breakfast"/> <Price amt="650.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1814"> <Room> <RoomType code="2861462" text="2 Single Beds Nonsmoking "/> <MealType code="1000041" text="Room only"/> <Price amt="434.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1815"> <Room> <RoomType code="2861462" text="2 Single Beds Nonsmoking "/> <MealType code="1000041" text="Room only"/> <Price amt="457.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1816"> <Room> <RoomType code="25548193" text="1 King bed nonsmoking"/> <MealType code="1000041" text="Room only"/> <Price amt="434.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1817"> <Room> <RoomType code="25548193" text="1 King bed nonsmoking"/> <MealType code="1000041" text="Room only"/> <Price amt="457.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1818"> <Room> <RoomType code="110205100" text="1 King Bed Nonsmoking Upgrade"/> <MealType code="1000041" text="Room only"/> <Price amt="631.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1819"> <Room> <RoomType code="110205100" text="1 King Bed Nonsmoking Upgrade"/> <MealType code="1000041" text="Room only"/> <Price amt="664.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1820"> <Room> <RoomType code="1005074" text="Studio Executive"/> <MealType code="1000041" text="Room only"/> <Price amt="637.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1821"> <Room> <RoomType code="1005074" text="Studio Executive"/> <MealType code="1000041" text="Room only"/> <Price amt="708.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1822"> <Room> <RoomType code="1005074" text="Studio Executive"/> <MealType code="1" text="Breakfast"/> <Price amt="800.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1823"> <Room> <RoomType code="1005074" text="Studio Executive"/> <MealType code="1" text="Breakfast"/> <Price amt="871.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1824"> <Room> <RoomType code="110205102" text="1 King Bed Nonsmoking Upgrade Sofabed for two"/> <MealType code="1000041" text="Room only"/> <Price amt="703.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1825"> <Room> <RoomType code="110205102" text="1 King Bed Nonsmoking Upgrade Sofabed for two"/> <MealType code="1000041" text="Room only"/> <Price amt="740.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1826"> <Room> <RoomType code="110205103" text="Aparment- 1 bedroom"/> <MealType code="1000041" text="Room only"/> <Price amt="710.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1827"> <Room> <RoomType code="110205103" text="Aparment- 1 bedroom"/> <MealType code="1000041" text="Room only"/> <Price amt="789.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1828"> <Room> <RoomType code="110205103" text="Aparment- 1 bedroom"/> <MealType code="1" text="Breakfast"/> <Price amt="873.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1829"> <Room> <RoomType code="110205103" text="Aparment- 1 bedroom"/> <MealType code="1" text="Breakfast"/> <Price amt="952.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1830"> <Room> <RoomType code="41533629" text="1 King Bed Suite Nonsmoking"/> <MealType code="1000041" text="Room only"/> <Price amt="957.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1831"> <Room> <RoomType code="41533629" text="1 King Bed Suite Nonsmoking"/> <MealType code="1000041" text="Room only"/> <Price amt="1007.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1832"> <Room> <RoomType code="110205105" text="1 King Bed 2 Single Beds Nonsmoking Upgrade"/> <MealType code="1000041" text="Room only"/> <Price amt="1066.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1833"> <Room> <RoomType code="110205105" text="1 King Bed 2 Single Beds Nonsmoking Upgrade"/> <MealType code="1000041" text="Room only"/> <Price amt="1122.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1834"> <Room> <RoomType code="93010175" text="Standard Room, 1 King Bed with Sofa bed, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="744.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1835"> <Room> <RoomType code="93010175" text="Standard Room, 1 King Bed with Sofa bed, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="698.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1836"> <Room> <RoomType code="7384954" text="Standard Room, 1 King Bed, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="431.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1837"> <Room> <RoomType code="7384954" text="Standard Room, 1 King Bed, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="459.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1838"> <Room> <RoomType code="42006746" text="Suite, 1 King Bed with Sofa bed, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="1013.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1839"> <Room> <RoomType code="42006746" text="Suite, 1 King Bed with Sofa bed, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="943.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1840"> <Room> <RoomType code="40030532" text="Standard Room, Multiple Beds, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="1128.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-1841"> <Room> <RoomType code="40030532" text="Standard Room, Multiple Beds, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="1050.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1842"> <Room> <RoomType code="93010175" text="Standard Room, 1 King Bed with Sofa bed, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="622.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1843"> <Room> <RoomType code="93010175" text="Standard Room, 1 King Bed with Sofa bed, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="668.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_38187"> <Hotel id="38187" name="Comfort Hotel Airport Cdg"/> <Result id="796491517-284"> <Room> <RoomType code="41645290" text="Double Room - Room Only (Standard)"/> <MealType code="1000041" text="Room only"/> <Price amt="426.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-285"> <Room> <RoomType code="41645289" text="Twin Room - Room Only (Standard)"/> <MealType code="1000041" text="Room only"/> <Price amt="426.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-286"> <Room> <RoomType code="41645292" text="Double Room - With Breakfast (Standard)"/> <MealType code="1" text="Breakfast"/> <Price amt="485.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-287"> <Room> <RoomType code="41645291" text="Twin Room - With Breakfast (Standard)"/> <MealType code="1" text="Breakfast"/> <Price amt="485.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-288"> <Room> <RoomType code="41645290" text="Double Room - Room Only (Standard)"/> <MealType code="1000041" text="Room only"/> <Price amt="384.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-289"> <Room> <RoomType code="41645289" text="Twin Room - Room Only (Standard)"/> <MealType code="1000041" text="Room only"/> <Price amt="384.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-290"> <Room> <RoomType code="41645292" text="Double Room - With Breakfast (Standard)"/> <MealType code="1" text="Breakfast"/> <Price amt="436.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-291"> <Room> <RoomType code="41645291" text="Twin Room - With Breakfast (Standard)"/> <MealType code="1" text="Breakfast"/> <Price amt="436.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-292"> <Room> <RoomType code="87269181" text="Chambre Double"/> <MealType code="1000041" text="Room only"/> <Price amt="417.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-293"> <Room> <RoomType code="87269181" text="Chambre Double"/> <MealType code="1000041" text="Room only"/> <Price amt="463.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-294"> <Room> <RoomType code="110205134" text="Chambre connecté twin"/> <MealType code="1000041" text="Room only"/> <Price amt="926.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-295"> <Room> <RoomType code="110205134" text="Chambre connecté twin"/> <MealType code="1000041" text="Room only"/> <Price amt="834.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-296"> <Room> <RoomType code="110205136" text="Chambre lit jumeaux twin"/> <MealType code="1000041" text="Room only"/> <Price amt="463.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-297"> <Room> <RoomType code="110205136" text="Chambre lit jumeaux twin"/> <MealType code="1000041" text="Room only"/> <Price amt="417.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_1644523"> <Hotel id="1644523" name="Novotel Massy Palaiseau"/> <Result id="796491517-1707"> <Room> <RoomType code="84426331" text="Classic Room with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="408.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1708"> <Room> <RoomType code="84426331" text="Classic Room with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="428.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1709"> <Room> <RoomType code="84426331" text="Classic Room with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="440.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1710"> <Room> <RoomType code="84426331" text="Classic Room with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="462.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1711"> <Room> <RoomType code="84426331" text="Classic Room with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="478.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1712"> <Room> <RoomType code="41536988" text="Executive Room with 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="502.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1713"> <Room> <RoomType code="41536988" text="Executive Room with 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="528.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1714"> <Room> <RoomType code="41536988" text="Executive Room with 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="542.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1715"> <Room> <RoomType code="84426331" text="Classic Room with 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="559.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1716"> <Room> <RoomType code="41536988" text="Executive Room with 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="570.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1717"> <Room> <RoomType code="84426331" text="Classic Room with 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="580.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1718"> <Room> <RoomType code="41536988" text="Executive Room with 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="590.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1719"> <Room> <RoomType code="84426331" text="Classic Room with 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="592.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1720"> <Room> <RoomType code="84426331" text="Classic Room with 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="614.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1721"> <Room> <RoomType code="84426331" text="Classic Room with 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="623.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1722"> <Room> <RoomType code="41536988" text="Executive Room with 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="654.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1723"> <Room> <RoomType code="41536988" text="Executive Room with 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="679.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1724"> <Room> <RoomType code="41536988" text="Executive Room with 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="694.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1725"> <Room> <RoomType code="41536988" text="Executive Room with 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="721.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1726"> <Room> <RoomType code="41536988" text="Executive Room with 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="734.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1727"> <Room> <RoomType code="59640762" text="Executive Room, 1 Queen Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="754.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1728"> <Room> <RoomType code="59640762" text="Executive Room, 1 Queen Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="486.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1729"> <Room> <RoomType code="59640762" text="Executive Room, 1 Queen Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="638.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1730"> <Room> <RoomType code="59640762" text="Executive Room, 1 Queen Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="602.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1731"> <Room> <RoomType code="89947953" text="Classic Room, 1 Queen Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="486.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1732"> <Room> <RoomType code="89947953" text="Classic Room, 1 Queen Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="544.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1733"> <Room> <RoomType code="89947953" text="Classic Room, 1 Queen Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="392.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1734"> <Room> <RoomType code="89947953" text="Classic Room, 1 Queen Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="637.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_37227"> <Hotel id="37227" name="Best Western Plus Paris Orly Airport"/> <Result id="796491517-33"> <Room> <RoomType code="110199929" text="1 Queen Bed, Standard Room, Refrigerator"/> <MealType code="1000041" text="Room only"/> <Price amt="512.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-34"> <Room> <RoomType code="110199929" text="1 Queen Bed, Standard Room, Refrigerator"/> <MealType code="1000041" text="Room only"/> <Price amt="538.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-35"> <Room> <RoomType code="110199929" text="1 Queen Bed, Standard Room, Refrigerator"/> <MealType code="1000041" text="Room only"/> <Price amt="541.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-36"> <Room> <RoomType code="110199930" text="1 Queen Bed, Superior Room, Welcome Drink, Chocolate Bar, Bathrobes And Slippers, Refrigerator"/> <MealType code="1000041" text="Room only"/> <Price amt="563.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-37"> <Room> <RoomType code="110199930" text="1 Queen Bed, Superior Room, Welcome Drink, Chocolate Bar, Bathrobes And Slippers, Refrigerator"/> <MealType code="1000041" text="Room only"/> <Price amt="592.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-38"> <Room> <RoomType code="110199930" text="1 Queen Bed, Superior Room, Welcome Drink, Chocolate Bar, Bathrobes And Slippers, Refrigerator"/> <MealType code="1000041" text="Room only"/> <Price amt="596.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-39"> <Room> <RoomType code="110199929" text="1 Queen Bed, Standard Room, Refrigerator"/> <MealType code="1000041" text="Room only"/> <Price amt="599.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-40"> <Room> <RoomType code="110199932" text="1 Queen Bed, Executive Room, Espresso Machine, Bathrobes And Slippers, Free Magazine, Free Mini Bar, Refrigerator"/> <MealType code="1000041" text="Room only"/> <Price amt="614.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-41"> <Room> <RoomType code="110199929" text="1 Queen Bed, Standard Room, Refrigerator"/> <MealType code="1" text="Breakfast"/> <Price amt="627.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-42"> <Room> <RoomType code="110199929" text="1 Queen Bed, Standard Room, Refrigerator"/> <MealType code="1" text="Breakfast"/> <Price amt="628.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-43"> <Room> <RoomType code="110199933" text="2 Double Beds, Non-Smoking, Superior Room, Family Unit"/> <MealType code="1000041" text="Room only"/> <Price amt="632.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-44"> <Room> <RoomType code="110199932" text="1 Queen Bed, Executive Room, Espresso Machine, Bathrobes And Slippers, Free Magazine, Free Mini Bar, Refrigerator"/> <MealType code="1000041" text="Room only"/> <Price amt="647.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-45"> <Room> <RoomType code="110199932" text="1 Queen Bed, Executive Room, Espresso Machine, Bathrobes And Slippers, Free Magazine, Free Mini Bar, Refrigerator"/> <MealType code="1000041" text="Room only"/> <Price amt="650.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-46"> <Room> <RoomType code="110199930" text="1 Queen Bed, Superior Room, Welcome Drink, Chocolate Bar, Bathrobes And Slippers, Refrigerator"/> <MealType code="1000041" text="Room only"/> <Price amt="661.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-47"> <Room> <RoomType code="110199933" text="2 Double Beds, Non-Smoking, Superior Room, Family Unit"/> <MealType code="1000041" text="Room only"/> <Price amt="665.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-48"> <Room> <RoomType code="110199929" text="1 Queen Bed, Standard Room, Refrigerator"/> <MealType code="1" text="Breakfast"/> <Price amt="665.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-49"> <Room> <RoomType code="110199933" text="2 Double Beds, Non-Smoking, Superior Room, Family Unit"/> <MealType code="1000041" text="Room only"/> <Price amt="669.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-50"> <Room> <RoomType code="110199930" text="1 Queen Bed, Superior Room, Welcome Drink, Chocolate Bar, Bathrobes And Slippers, Refrigerator"/> <MealType code="1" text="Breakfast"/> <Price amt="678.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-51"> <Room> <RoomType code="110199930" text="1 Queen Bed, Superior Room, Welcome Drink, Chocolate Bar, Bathrobes And Slippers, Refrigerator"/> <MealType code="1" text="Breakfast"/> <Price amt="680.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-52"> <Room> <RoomType code="110199930" text="1 Queen Bed, Superior Room, Welcome Drink, Chocolate Bar, Bathrobes And Slippers, Refrigerator"/> <MealType code="1" text="Breakfast"/> <Price amt="720.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-53"> <Room> <RoomType code="110199932" text="1 Queen Bed, Executive Room, Espresso Machine, Bathrobes And Slippers, Free Magazine, Free Mini Bar, Refrigerator"/> <MealType code="1000041" text="Room only"/> <Price amt="722.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-54"> <Room> <RoomType code="110199932" text="1 Queen Bed, Executive Room, Espresso Machine, Bathrobes And Slippers, Free Magazine, Free Mini Bar, Refrigerator"/> <MealType code="1" text="Breakfast"/> <Price amt="729.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-55"> <Room> <RoomType code="110199932" text="1 Queen Bed, Executive Room, Espresso Machine, Bathrobes And Slippers, Free Magazine, Free Mini Bar, Refrigerator"/> <MealType code="1" text="Breakfast"/> <Price amt="731.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-56"> <Room> <RoomType code="110199929" text="1 Queen Bed, Standard Room, Refrigerator"/> <MealType code="1" text="Breakfast"/> <Price amt="739.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-57"> <Room> <RoomType code="110199933" text="2 Double Beds, Non-Smoking, Superior Room, Family Unit"/> <MealType code="1000041" text="Room only"/> <Price amt="743.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-58"> <Room> <RoomType code="110199933" text="2 Double Beds, Non-Smoking, Superior Room, Family Unit"/> <MealType code="1" text="Breakfast"/> <Price amt="746.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-59"> <Room> <RoomType code="110199933" text="2 Double Beds, Non-Smoking, Superior Room, Family Unit"/> <MealType code="1" text="Breakfast"/> <Price amt="748.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-60"> <Room> <RoomType code="110199929" text="1 Queen Bed, Standard Room, Refrigerator"/> <MealType code="1" text="Breakfast"/> <Price amt="765.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-61"> <Room> <RoomType code="110199932" text="1 Queen Bed, Executive Room, Espresso Machine, Bathrobes And Slippers, Free Magazine, Free Mini Bar, Refrigerator"/> <MealType code="1" text="Breakfast"/> <Price amt="775.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-62"> <Room> <RoomType code="110199933" text="2 Double Beds, Non-Smoking, Superior Room, Family Unit"/> <MealType code="1" text="Breakfast"/> <Price amt="793.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-63"> <Room> <RoomType code="110199930" text="1 Queen Bed, Superior Room, Welcome Drink, Chocolate Bar, Bathrobes And Slippers, Refrigerator"/> <MealType code="1" text="Breakfast"/> <Price amt="801.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-64"> <Room> <RoomType code="110199930" text="1 Queen Bed, Superior Room, Welcome Drink, Chocolate Bar, Bathrobes And Slippers, Refrigerator"/> <MealType code="1" text="Breakfast"/> <Price amt="829.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-65"> <Room> <RoomType code="110199932" text="1 Queen Bed, Executive Room, Espresso Machine, Bathrobes And Slippers, Free Magazine, Free Mini Bar, Refrigerator"/> <MealType code="1" text="Breakfast"/> <Price amt="862.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-66"> <Room> <RoomType code="110199933" text="2 Double Beds, Non-Smoking, Superior Room, Family Unit"/> <MealType code="1" text="Breakfast"/> <Price amt="883.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-67"> <Room> <RoomType code="110199932" text="1 Queen Bed, Executive Room, Espresso Machine, Bathrobes And Slippers, Free Magazine, Free Mini Bar, Refrigerator"/> <MealType code="1" text="Breakfast"/> <Price amt="893.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-68"> <Room> <RoomType code="110199933" text="2 Double Beds, Non-Smoking, Superior Room, Family Unit"/> <MealType code="1" text="Breakfast"/> <Price amt="914.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-69"> <Room> <RoomType code="100517792" text="2 DOUBLE BEDS,NSMK,SUPER,FAMILY"/> <MealType code="1" text="Breakfast"/> <Price amt="937.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-70"> <Room> <RoomType code="100517792" text="2 DOUBLE BEDS,NSMK,SUPER,FAMILY"/> <MealType code="1" text="Breakfast"/> <Price amt="842.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-71"> <Room> <RoomType code="100517792" text="2 DOUBLE BEDS,NSMK,SUPER,FAMILY"/> <MealType code="1000041" text="Room only"/> <Price amt="670.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-72"> <Room> <RoomType code="100517792" text="2 DOUBLE BEDS,NSMK,SUPER,FAMILY"/> <MealType code="1000041" text="Room only"/> <Price amt="709.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-73"> <Room> <RoomType code="100517792" text="2 DOUBLE BEDS,NSMK,SUPER,FAMILY"/> <MealType code="1000041" text="Room only"/> <Price amt="788.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-74"> <Room> <RoomType code="100517792" text="2 DOUBLE BEDS,NSMK,SUPER,FAMILY"/> <MealType code="1" text="Breakfast"/> <Price amt="794.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-75"> <Room> <RoomType code="100194077" text="1 QUEEN BED,STNRM,REFRIG"/> <MealType code="1" text="Breakfast"/> <Price amt="784.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-76"> <Room> <RoomType code="109973875" text="1 QUEEN BED,SUPER,WELDR,CHOBAR,BTHSLP,REFRIG"/> <MealType code="1" text="Breakfast"/> <Price amt="849.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-77"> <Room> <RoomType code="100517790" text="1 QUEEN BED,EXCRM,ESPRSO,BTHSLP,FREEM,FREMIN, REFRIG"/> <MealType code="1" text="Breakfast"/> <Price amt="915.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-78"> <Room> <RoomType code="100194077" text="1 QUEEN BED,STNRM,REFRIG"/> <MealType code="1" text="Breakfast"/> <Price amt="706.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-79"> <Room> <RoomType code="109973875" text="1 QUEEN BED,SUPER,WELDR,CHOBAR,BTHSLP,REFRIG"/> <MealType code="1" text="Breakfast"/> <Price amt="764.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-80"> <Room> <RoomType code="100517790" text="1 QUEEN BED,EXCRM,ESPRSO,BTHSLP,FREEM,FREMIN, REFRIG"/> <MealType code="1" text="Breakfast"/> <Price amt="822.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-81"> <Room> <RoomType code="100194077" text="1 QUEEN BED,STNRM,REFRIG"/> <MealType code="1000041" text="Room only"/> <Price amt="543.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-82"> <Room> <RoomType code="109973875" text="1 QUEEN BED,SUPER,WELDR,CHOBAR,BTHSLP,REFRIG"/> <MealType code="1000041" text="Room only"/> <Price amt="597.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-83"> <Room> <RoomType code="100517790" text="1 QUEEN BED,EXCRM,ESPRSO,BTHSLP,FREEM,FREMIN, REFRIG"/> <MealType code="1000041" text="Room only"/> <Price amt="652.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-84"> <Room> <RoomType code="100194077" text="1 QUEEN BED,STNRM,REFRIG"/> <MealType code="1000041" text="Room only"/> <Price amt="574.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-85"> <Room> <RoomType code="109973875" text="1 QUEEN BED,SUPER,WELDR,CHOBAR,BTHSLP,REFRIG"/> <MealType code="1000041" text="Room only"/> <Price amt="632.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-86"> <Room> <RoomType code="100517790" text="1 QUEEN BED,EXCRM,ESPRSO,BTHSLP,FREEM,FREMIN, REFRIG"/> <MealType code="1000041" text="Room only"/> <Price amt="690.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-87"> <Room> <RoomType code="100194077" text="1 QUEEN BED,STNRM,REFRIG"/> <MealType code="1000041" text="Room only"/> <Price amt="636.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-88"> <Room> <RoomType code="109973875" text="1 QUEEN BED,SUPER,WELDR,CHOBAR,BTHSLP,REFRIG"/> <MealType code="1000041" text="Room only"/> <Price amt="701.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-89"> <Room> <RoomType code="100517790" text="1 QUEEN BED,EXCRM,ESPRSO,BTHSLP,FREEM,FREMIN, REFRIG"/> <MealType code="1000041" text="Room only"/> <Price amt="766.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-90"> <Room> <RoomType code="100194077" text="1 QUEEN BED,STNRM,REFRIG"/> <MealType code="1" text="Breakfast"/> <Price amt="666.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-91"> <Room> <RoomType code="109973875" text="1 QUEEN BED,SUPER,WELDR,CHOBAR,BTHSLP,REFRIG"/> <MealType code="1" text="Breakfast"/> <Price amt="721.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-92"> <Room> <RoomType code="100517790" text="1 QUEEN BED,EXCRM,ESPRSO,BTHSLP,FREEM,FREMIN, REFRIG"/> <MealType code="1" text="Breakfast"/> <Price amt="776.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-93"> <Room> <RoomType code="110199929" text="1 Queen Bed, Standard Room, Refrigerator"/> <MealType code="1000041" text="Room only"/> <Price amt="413.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-94"> <Room> <RoomType code="110199929" text="1 Queen Bed, Standard Room, Refrigerator"/> <MealType code="1000041" text="Room only"/> <Price amt="458.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-95"> <Room> <RoomType code="110199929" text="1 Queen Bed, Standard Room, Refrigerator"/> <MealType code="1000041" text="Room only"/> <Price amt="485.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-96"> <Room> <RoomType code="110199929" text="1 Queen Bed, Standard Room, Refrigerator"/> <MealType code="1000041" text="Room only"/> <Price amt="539.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-97"> <Room> <RoomType code="110199929" text="1 Queen Bed, Standard Room, Refrigerator"/> <MealType code="1" text="Breakfast"/> <Price amt="580.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-98"> <Room> <RoomType code="110199929" text="1 Queen Bed, Standard Room, Refrigerator"/> <MealType code="1" text="Breakfast"/> <Price amt="644.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-99"> <Room> <RoomType code="110199929" text="1 Queen Bed, Standard Room, Refrigerator"/> <MealType code="1000041" text="Room only"/> <Price amt="505.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-100"> <Room> <RoomType code="110199929" text="1 Queen Bed, Standard Room, Refrigerator"/> <MealType code="1" text="Breakfast"/> <Price amt="605.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-101"> <Room> <RoomType code="110199929" text="1 Queen Bed, Standard Room, Refrigerator"/> <MealType code="1" text="Breakfast"/> <Price amt="640.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-102"> <Room> <RoomType code="110205059" text="1 Queen Bed, Superior Room, Welcome Drink, Chocolate Bar,"/> <MealType code="1000041" text="Room only"/> <Price amt="564.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-103"> <Room> <RoomType code="110205059" text="1 Queen Bed, Superior Room, Welcome Drink, Chocolate Bar,"/> <MealType code="1" text="Breakfast"/> <Price amt="661.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-104"> <Room> <RoomType code="110205059" text="1 Queen Bed, Superior Room, Welcome Drink, Chocolate Bar,"/> <MealType code="1" text="Breakfast"/> <Price amt="699.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-105"> <Room> <RoomType code="110205061" text="1 Queen Bed, Executive Room, Espresso Machine, Bathrobes And Slippers, Free Magazine, Free Mini Bar,"/> <MealType code="1000041" text="Room only"/> <Price amt="624.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-106"> <Room> <RoomType code="110205061" text="1 Queen Bed, Executive Room, Espresso Machine, Bathrobes And Slippers, Free Magazine, Free Mini Bar,"/> <MealType code="1" text="Breakfast"/> <Price amt="717.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-107"> <Room> <RoomType code="110205061" text="1 Queen Bed, Executive Room, Espresso Machine, Bathrobes And Slippers, Free Magazine, Free Mini Bar,"/> <MealType code="1" text="Breakfast"/> <Price amt="759.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-108"> <Room> <RoomType code="62832930" text="SUPERIOR FAMILY ROOM, 2 double beds"/> <MealType code="1000041" text="Room only"/> <Price amt="644.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-109"> <Room> <RoomType code="62832930" text="SUPERIOR FAMILY ROOM, 2 double beds"/> <MealType code="1" text="Breakfast"/> <Price amt="736.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-110"> <Room> <RoomType code="62832930" text="SUPERIOR FAMILY ROOM, 2 double beds"/> <MealType code="1" text="Breakfast"/> <Price amt="779.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-111"> <Room> <RoomType code="41773531" text="1 QUEEN BED, STANDARD ROOM"/> <MealType code="1000041" text="Room only"/> <Price amt="418.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-112"> <Room> <RoomType code="110140359" text="1 Queen Bed, Superior Room"/> <MealType code="1000041" text="Room only"/> <Price amt="468.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-113"> <Room> <RoomType code="110205016" text="1 Queen Bed, Executive Room"/> <MealType code="1000041" text="Room only"/> <Price amt="517.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-114"> <Room> <RoomType code="110205018" text="2 Double Beds, Non-Smoking, Superior Room"/> <MealType code="1000041" text="Room only"/> <Price amt="533.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-115"> <Room> <RoomType code="69845740" text="Standard Room, 1 Queen Bed, Refrigerator"/> <MealType code="1000041" text="Room only"/> <Price amt="502.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-116"> <Room> <RoomType code="69845740" text="Standard Room, 1 Queen Bed, Refrigerator"/> <MealType code="1" text="Breakfast"/> <Price amt="562.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-117"> <Room> <RoomType code="69845740" text="Standard Room, 1 Queen Bed, Refrigerator"/> <MealType code="1" text="Breakfast"/> <Price amt="538.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-118"> <Room> <RoomType code="69845740" text="Standard Room, 1 Queen Bed, Refrigerator"/> <MealType code="1000041" text="Room only"/> <Price amt="397.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-119"> <Room> <RoomType code="110205119" text="Superior Room, 1 Queen Bed, Refrigerator"/> <MealType code="1000041" text="Room only"/> <Price amt="560.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-120"> <Room> <RoomType code="110205119" text="Superior Room, 1 Queen Bed, Refrigerator"/> <MealType code="1" text="Breakfast"/> <Price amt="614.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-121"> <Room> <RoomType code="110205119" text="Superior Room, 1 Queen Bed, Refrigerator"/> <MealType code="1000041" text="Room only"/> <Price amt="444.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-122"> <Room> <RoomType code="110205119" text="Superior Room, 1 Queen Bed, Refrigerator"/> <MealType code="1" text="Breakfast"/> <Price amt="587.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-123"> <Room> <RoomType code="110205121" text="Executive Room, 1 Queen Bed, Refrigerator"/> <MealType code="1000041" text="Room only"/> <Price amt="620.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-124"> <Room> <RoomType code="110205121" text="Executive Room, 1 Queen Bed, Refrigerator"/> <MealType code="1" text="Breakfast"/> <Price amt="637.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-125"> <Room> <RoomType code="110205121" text="Executive Room, 1 Queen Bed, Refrigerator"/> <MealType code="1000041" text="Room only"/> <Price amt="490.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-126"> <Room> <RoomType code="110205121" text="Executive Room, 1 Queen Bed, Refrigerator"/> <MealType code="1" text="Breakfast"/> <Price amt="666.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-127"> <Room> <RoomType code="19372264" text="Superior Room, 2 Double Beds, Non Smoking"/> <MealType code="1" text="Breakfast"/> <Price amt="654.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-128"> <Room> <RoomType code="19372264" text="Superior Room, 2 Double Beds, Non Smoking"/> <MealType code="1" text="Breakfast"/> <Price amt="684.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-129"> <Room> <RoomType code="19372264" text="Superior Room, 2 Double Beds, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="639.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-130"> <Room> <RoomType code="19372264" text="Superior Room, 2 Double Beds, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="506.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_414998945"> <Hotel id="414998945" name="Hyatt Place Paris Charles de Gaulle Airport"/> <Result id="796491517-3382"> <Room> <RoomType code="3065739" text="1 Queen Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="414.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3383"> <Room> <RoomType code="3065739" text="1 Queen Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="435.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3384"> <Room> <RoomType code="3065739" text="1 Queen Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="631.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3385"> <Room> <RoomType code="46982334" text="2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="414.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3386"> <Room> <RoomType code="46982334" text="2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="435.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3387"> <Room> <RoomType code="46982334" text="2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="631.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3388"> <Room> <RoomType code="5091839" text="1 king bed"/> <MealType code="1000041" text="Room only"/> <Price amt="414.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3389"> <Room> <RoomType code="5091839" text="1 king bed"/> <MealType code="1000041" text="Room only"/> <Price amt="435.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3390"> <Room> <RoomType code="5091839" text="1 king bed"/> <MealType code="1" text="Breakfast"/> <Price amt="631.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3391"> <Room> <RoomType code="110205139" text="1 KING HIGH FLR"/> <MealType code="1000041" text="Room only"/> <Price amt="448.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3392"> <Room> <RoomType code="110205139" text="1 KING HIGH FLR"/> <MealType code="1000041" text="Room only"/> <Price amt="472.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3393"> <Room> <RoomType code="110205139" text="1 KING HIGH FLR"/> <MealType code="1" text="Breakfast"/> <Price amt="670.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3394"> <Room> <RoomType code="110205141" text="2 TWIN HIGH FLR"/> <MealType code="1000041" text="Room only"/> <Price amt="448.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3395"> <Room> <RoomType code="110205141" text="2 TWIN HIGH FLR"/> <MealType code="1000041" text="Room only"/> <Price amt="472.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3396"> <Room> <RoomType code="110205141" text="2 TWIN HIGH FLR"/> <MealType code="1" text="Breakfast"/> <Price amt="670.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3397"> <Room> <RoomType code="6191863" text="King Suite"/> <MealType code="1000041" text="Room only"/> <Price amt="760.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3398"> <Room> <RoomType code="6191863" text="King Suite"/> <MealType code="1000041" text="Room only"/> <Price amt="801.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3399"> <Room> <RoomType code="6191863" text="King Suite"/> <MealType code="1" text="Breakfast"/> <Price amt="1028.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3400"> <Room> <RoomType code="16212585" text="Room, 1 Queen Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="456.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3401"> <Room> <RoomType code="16212585" text="Room, 1 Queen Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="664.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3402"> <Room> <RoomType code="16212585" text="Room, 1 Queen Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="398.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-3403"> <Room> <RoomType code="16212585" text="Room, 1 Queen Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="429.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3404"> <Room> <RoomType code="17509711" text="Suite, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="732.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-3405"> <Room> <RoomType code="17509711" text="Suite, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="840.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3406"> <Room> <RoomType code="17509711" text="Suite, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1082.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3407"> <Room> <RoomType code="17509711" text="Suite, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="788.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3408"> <Room> <RoomType code="93919903" text="Room, 2 Twin Beds (High Floor)"/> <MealType code="1000041" text="Room only"/> <Price amt="431.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-3409"> <Room> <RoomType code="93919903" text="Room, 2 Twin Beds (High Floor)"/> <MealType code="1000041" text="Room only"/> <Price amt="495.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3410"> <Room> <RoomType code="93919903" text="Room, 2 Twin Beds (High Floor)"/> <MealType code="1" text="Breakfast"/> <Price amt="706.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3411"> <Room> <RoomType code="93919903" text="Room, 2 Twin Beds (High Floor)"/> <MealType code="1000041" text="Room only"/> <Price amt="465.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3412"> <Room> <RoomType code="19352278" text="Room, 1 King Bed (High Floor)"/> <MealType code="1000041" text="Room only"/> <Price amt="465.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3413"> <Room> <RoomType code="19352278" text="Room, 1 King Bed (High Floor)"/> <MealType code="1" text="Breakfast"/> <Price amt="706.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3414"> <Room> <RoomType code="19352278" text="Room, 1 King Bed (High Floor)"/> <MealType code="1000041" text="Room only"/> <Price amt="431.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-3415"> <Room> <RoomType code="19352278" text="Room, 1 King Bed (High Floor)"/> <MealType code="1000041" text="Room only"/> <Price amt="495.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3416"> <Room> <RoomType code="38418835" text="Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="456.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3417"> <Room> <RoomType code="38418835" text="Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="664.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3418"> <Room> <RoomType code="38418835" text="Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="398.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-3419"> <Room> <RoomType code="38418835" text="Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="429.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3420"> <Room> <RoomType code="19334369" text="Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="429.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3421"> <Room> <RoomType code="19334369" text="Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="456.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3422"> <Room> <RoomType code="19334369" text="Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="398.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-3423"> <Room> <RoomType code="19334369" text="Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="664.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_26879178"> <Hotel id="26879178" name="Hotel Oceania Paris Roissy CDG"/> <Result id="796491517-2196"> <Room> <RoomType code="46127757" text="Junior Suite Non Refundable"/> <MealType code="1000041" text="Room only"/> <Price amt="1126.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2197"> <Room> <RoomType code="41535077" text="Superior Double/Twin Room"/> <MealType code="1000041" text="Room only"/> <Price amt="884.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2198"> <Room> <RoomType code="78984844" text="Superior Double/twin Room Non Refundable"/> <MealType code="1000041" text="Room only"/> <Price amt="795.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2199"> <Room> <RoomType code="79006038" text="Double / Twin Confort Room"/> <MealType code="1000041" text="Room only"/> <Price amt="590.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2200"> <Room> <RoomType code="79006040" text="Double / Twin Confort Room Non Refundable"/> <MealType code="1000041" text="Room only"/> <Price amt="532.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2201"> <Room> <RoomType code="1006437" text="Junior Suite"/> <MealType code="1000041" text="Room only"/> <Price amt="1250.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2202"> <Room> <RoomType code="41535077" text="Superior Double/Twin Room"/> <MealType code="1" text="Breakfast"/> <Price amt="1060.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2203"> <Room> <RoomType code="78984844" text="Superior Double/twin Room Non Refundable"/> <MealType code="1" text="Breakfast"/> <Price amt="1010.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2204"> <Room> <RoomType code="79006038" text="Double / Twin Confort Room"/> <MealType code="1" text="Breakfast"/> <Price amt="766.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2205"> <Room> <RoomType code="79006040" text="Double / Twin Confort Room Non Refundable"/> <MealType code="1" text="Breakfast"/> <Price amt="746.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2206"> <Room> <RoomType code="1006437" text="Junior Suite"/> <MealType code="1" text="Breakfast"/> <Price amt="1425.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2207"> <Room> <RoomType code="46127757" text="Junior Suite Non Refundable"/> <MealType code="1" text="Breakfast"/> <Price amt="1341.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2208"> <Room> <RoomType code="2057371" text="Comfort Room"/> <MealType code="1000041" text="Room only"/> <Price amt="430.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2209"> <Room> <RoomType code="2057371" text="Comfort Room"/> <MealType code="1000041" text="Room only"/> <Price amt="478.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2210"> <Room> <RoomType code="2057371" text="Comfort Room"/> <MealType code="1" text="Breakfast"/> <Price amt="627.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2211"> <Room> <RoomType code="2057371" text="Comfort Room"/> <MealType code="1" text="Breakfast"/> <Price amt="674.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2212"> <Room> <RoomType code="1030260" text="Superior Room"/> <MealType code="1000041" text="Room only"/> <Price amt="501.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2213"> <Room> <RoomType code="1030260" text="Superior Room"/> <MealType code="1" text="Breakfast"/> <Price amt="674.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2214"> <Room> <RoomType code="31655800" text="Prestige Room"/> <MealType code="1000041" text="Room only"/> <Price amt="840.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2215"> <Room> <RoomType code="31655800" text="Prestige Room"/> <MealType code="1000041" text="Room only"/> <Price amt="940.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2216"> <Room> <RoomType code="31655800" text="Prestige Room"/> <MealType code="1" text="Breakfast"/> <Price amt="1014.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2217"> <Room> <RoomType code="31655800" text="Prestige Room"/> <MealType code="1" text="Breakfast"/> <Price amt="1113.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2218"> <Room> <RoomType code="2138061" text="Family Suite"/> <MealType code="1000041" text="Room only"/> <Price amt="840.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2219"> <Room> <RoomType code="2138061" text="Family Suite"/> <MealType code="1000041" text="Room only"/> <Price amt="940.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2220"> <Room> <RoomType code="2138061" text="Family Suite"/> <MealType code="1" text="Breakfast"/> <Price amt="1014.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2221"> <Room> <RoomType code="2138061" text="Family Suite"/> <MealType code="1" text="Breakfast"/> <Price amt="1113.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2222"> <Room> <RoomType code="110205091" text="Suite Free WiFi &amp; Pool Access"/> <MealType code="1000041" text="Room only"/> <Price amt="943.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2223"> <Room> <RoomType code="110205091" text="Suite Free WiFi &amp; Pool Access"/> <MealType code="1000041" text="Room only"/> <Price amt="850.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2224"> <Room> <RoomType code="110205091" text="Suite Free WiFi &amp; Pool Access"/> <MealType code="1000041" text="Room only"/> <Price amt="850.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2225"> <Room> <RoomType code="110205091" text="Suite Free WiFi &amp; Pool Access"/> <MealType code="1" text="Breakfast"/> <Price amt="1076.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2226"> <Room> <RoomType code="110205091" text="Suite Free WiFi &amp; Pool Access"/> <MealType code="1000041" text="Room only"/> <Price amt="943.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2227"> <Room> <RoomType code="67539327" text="Standard Room Free WiFi &amp; Pool Access"/> <MealType code="1" text="Breakfast"/> <Price amt="578.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2228"> <Room> <RoomType code="67539327" text="Standard Room Free WiFi &amp; Pool Access"/> <MealType code="1000041" text="Room only"/> <Price amt="402.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2229"> <Room> <RoomType code="67539327" text="Standard Room Free WiFi &amp; Pool Access"/> <MealType code="1000041" text="Room only"/> <Price amt="446.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2230"> <Room> <RoomType code="67539327" text="Standard Room Free WiFi &amp; Pool Access"/> <MealType code="1000041" text="Room only"/> <Price amt="402.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2231"> <Room> <RoomType code="67539327" text="Standard Room Free WiFi &amp; Pool Access"/> <MealType code="1000041" text="Room only"/> <Price amt="446.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2232"> <Room> <RoomType code="110205092" text="Superior Room Free WiFi &amp; Pool Access"/> <MealType code="1" text="Breakfast"/> <Price amt="800.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2233"> <Room> <RoomType code="110205092" text="Superior Room Free WiFi &amp; Pool Access"/> <MealType code="1000041" text="Room only"/> <Price amt="667.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2234"> <Room> <RoomType code="110205092" text="Superior Room Free WiFi &amp; Pool Access"/> <MealType code="1000041" text="Room only"/> <Price amt="667.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2235"> <Room> <RoomType code="110205092" text="Superior Room Free WiFi &amp; Pool Access"/> <MealType code="1000041" text="Room only"/> <Price amt="600.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2236"> <Room> <RoomType code="110205092" text="Superior Room Free WiFi &amp; Pool Access"/> <MealType code="1000041" text="Room only"/> <Price amt="600.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2237"> <Room> <RoomType code="110205093" text="Premium Room Free WiFi &amp; Pool Access"/> <MealType code="1000041" text="Room only"/> <Price amt="850.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2238"> <Room> <RoomType code="110205093" text="Premium Room Free WiFi &amp; Pool Access"/> <MealType code="1" text="Breakfast"/> <Price amt="1076.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2239"> <Room> <RoomType code="110205093" text="Premium Room Free WiFi &amp; Pool Access"/> <MealType code="1000041" text="Room only"/> <Price amt="850.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2240"> <Room> <RoomType code="110205093" text="Premium Room Free WiFi &amp; Pool Access"/> <MealType code="1000041" text="Room only"/> <Price amt="943.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2241"> <Room> <RoomType code="110205093" text="Premium Room Free WiFi &amp; Pool Access"/> <MealType code="1000041" text="Room only"/> <Price amt="943.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2242"> <Room> <RoomType code="110205093" text="Premium Room Free WiFi &amp; Pool Access"/> <MealType code="1" text="Breakfast"/> <Price amt="1076.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_437079760"> <Hotel id="437079760" name="Ibis Styles Paris Charles de Gaulle Airport"/> <Result id="796491517-3482"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="466.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3483"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="496.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3484"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="414.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3485"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="496.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3486"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1000019" text="Half board"/> <Price amt="749.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3487"> <Room> <RoomType code="15578967" text="Standard Double Room, 1 Double Bed"/> <MealType code="1000019" text="Half board"/> <Price amt="749.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3488"> <Room> <RoomType code="15578967" text="Standard Double Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="496.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3489"> <Room> <RoomType code="15578967" text="Standard Double Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="466.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3490"> <Room> <RoomType code="15578967" text="Standard Double Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="414.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_324386"> <Hotel id="324386" name="Mercure Paris Orly Aeroport"/> <Result id="796491517-1405"> <Room> <RoomType code="96861358" text="Classic Family Room-1 Double Bed And 2 Bunk Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="423.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1406"> <Room> <RoomType code="96861358" text="Classic Family Room-1 Double Bed And 2 Bunk Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="480.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1407"> <Room> <RoomType code="96861358" text="Classic Family Room-1 Double Bed And 2 Bunk Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="583.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1408"> <Room> <RoomType code="96861358" text="Classic Family Room-1 Double Bed And 2 Bunk Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="648.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1409"> <Room> <RoomType code="46088926" text="Standard Room with 1 double bed and a bunk bed"/> <MealType code="1000041" text="Room only"/> <Price amt="423.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1410"> <Room> <RoomType code="46088926" text="Standard Room with 1 double bed and a bunk bed"/> <MealType code="1000041" text="Room only"/> <Price amt="480.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1411"> <Room> <RoomType code="46088926" text="Standard Room with 1 double bed and a bunk bed"/> <MealType code="1" text="Breakfast"/> <Price amt="583.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1412"> <Room> <RoomType code="46088926" text="Standard Room with 1 double bed and a bunk bed"/> <MealType code="1" text="Breakfast"/> <Price amt="648.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1413"> <Room> <RoomType code="52960983" text="Standard Room with 1 double bed and 1 single bed"/> <MealType code="1000041" text="Room only"/> <Price amt="423.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1414"> <Room> <RoomType code="52960983" text="Standard Room with 1 double bed and 1 single bed"/> <MealType code="1000041" text="Room only"/> <Price amt="480.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1415"> <Room> <RoomType code="52960983" text="Standard Room with 1 double bed and 1 single bed"/> <MealType code="1" text="Breakfast"/> <Price amt="583.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1416"> <Room> <RoomType code="52960983" text="Standard Room with 1 double bed and 1 single bed"/> <MealType code="1" text="Breakfast"/> <Price amt="648.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1417"> <Room> <RoomType code="8616292" text="Standard room with 2 single beds"/> <MealType code="1000041" text="Room only"/> <Price amt="423.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1418"> <Room> <RoomType code="8616292" text="Standard room with 2 single beds"/> <MealType code="1000041" text="Room only"/> <Price amt="480.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1419"> <Room> <RoomType code="8616292" text="Standard room with 2 single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="583.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1420"> <Room> <RoomType code="8616292" text="Standard room with 2 single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="648.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1421"> <Room> <RoomType code="7139576" text="Superior room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="501.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1422"> <Room> <RoomType code="7139576" text="Superior room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="562.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1423"> <Room> <RoomType code="7139576" text="Superior room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="661.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1424"> <Room> <RoomType code="7139576" text="Superior room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="730.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_486025373"> <Hotel id="486025373" name="Ibis Styles Paris Orly Tech Airport"/> <Result id="796491517-3676"> <Room> <RoomType code="4499740" text="Standard room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="460.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3677"> <Room> <RoomType code="8616292" text="Standard room with 2 single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="460.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3678"> <Room> <RoomType code="4499740" text="Standard room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="497.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3679"> <Room> <RoomType code="8616292" text="Standard room with 2 single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="497.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3680"> <Room> <RoomType code="94034574" text="Standard Room With A Double Bed And A Single Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="540.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3681"> <Room> <RoomType code="94034574" text="Standard Room With A Double Bed And A Single Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="577.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3682"> <Room> <RoomType code="1002196" text="Double Standard"/> <MealType code="1" text="Breakfast"/> <Price amt="436.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3683"> <Room> <RoomType code="1002196" text="Double Standard"/> <MealType code="1" text="Breakfast"/> <Price amt="448.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3684"> <Room> <RoomType code="8616292" text="Standard room with 2 single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="436.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3685"> <Room> <RoomType code="8616292" text="Standard room with 2 single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="448.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_38565"> <Hotel id="38565" name="KYRIAD ROISSY VILLEPINTE - Parc des Expositions"/> <Result id="796491517-372"> <Room> <RoomType code="7143806" text="Classic Twin Room"/> <MealType code="1" text="Breakfast"/> <Price amt="629.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-373"> <Room> <RoomType code="7143806" text="Classic Twin Room"/> <MealType code="1000041" text="Room only"/> <Price amt="447.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-374"> <Room> <RoomType code="7143806" text="Classic Twin Room"/> <MealType code="1" text="Breakfast"/> <Price amt="704.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-375"> <Room> <RoomType code="7143806" text="Classic Twin Room"/> <MealType code="1000041" text="Room only"/> <Price amt="491.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-376"> <Room> <RoomType code="7143806" text="Classic Twin Room"/> <MealType code="1000041" text="Room only"/> <Price amt="496.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-377"> <Room> <RoomType code="3762613" text="Classic Double Room"/> <MealType code="1000041" text="Room only"/> <Price amt="491.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-378"> <Room> <RoomType code="3762613" text="Classic Double Room"/> <MealType code="1" text="Breakfast"/> <Price amt="704.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-379"> <Room> <RoomType code="3762613" text="Classic Double Room"/> <MealType code="1" text="Breakfast"/> <Price amt="629.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-380"> <Room> <RoomType code="3762613" text="Classic Double Room"/> <MealType code="1000041" text="Room only"/> <Price amt="447.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-381"> <Room> <RoomType code="1106842" text="Executive Room"/> <MealType code="1000041" text="Room only"/> <Price amt="476.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-382"> <Room> <RoomType code="1106842" text="Executive Room"/> <MealType code="1000041" text="Room only"/> <Price amt="524.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-383"> <Room> <RoomType code="1106842" text="Executive Room"/> <MealType code="1" text="Breakfast"/> <Price amt="662.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-384"> <Room> <RoomType code="1106842" text="Executive Room"/> <MealType code="1" text="Breakfast"/> <Price amt="741.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_136111071"> <Hotel id="136111071" name="Ibis Styles Paris Cdg Airport Roissy"/> <Result id="796491517-2594"> <Room> <RoomType code="4499740" text="Standard room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="455.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2595"> <Room> <RoomType code="4499740" text="Standard room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="533.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2596"> <Room> <RoomType code="4499740" text="Standard room with 1 double bed"/> <MealType code="1000019" text="Half board"/> <Price amt="769.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2597"> <Room> <RoomType code="7157914" text="Standard room with two single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="455.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2598"> <Room> <RoomType code="7157914" text="Standard room with two single beds"/> <MealType code="1" text="Breakfast"/> <Price amt="533.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-2599"> <Room> <RoomType code="7157914" text="Standard room with two single beds"/> <MealType code="1000019" text="Half board"/> <Price amt="769.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_38580"> <Hotel id="38580" name="The Jangle Hotel Paris CDG Airport (Formerly Courtyard)"/> <Result id="796491517-385"> <Room> <RoomType code="110205147" text="JANGLE DELUXE DOUBLE"/> <MealType code="1" text="Breakfast"/> <Price amt="499.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-386"> <Room> <RoomType code="110205147" text="JANGLE DELUXE DOUBLE"/> <MealType code="1" text="Breakfast"/> <Price amt="553.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-387"> <Room> <RoomType code="110205147" text="JANGLE DELUXE DOUBLE"/> <MealType code="1" text="Breakfast"/> <Price amt="590.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-388"> <Room> <RoomType code="110205149" text="JANGLE DELUXE TWIN"/> <MealType code="1" text="Breakfast"/> <Price amt="553.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-389"> <Room> <RoomType code="110205149" text="JANGLE DELUXE TWIN"/> <MealType code="1" text="Breakfast"/> <Price amt="590.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-390"> <Room> <RoomType code="110205149" text="JANGLE DELUXE TWIN"/> <MealType code="1" text="Breakfast"/> <Price amt="614.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-391"> <Room> <RoomType code="110205149" text="JANGLE DELUXE TWIN"/> <MealType code="1" text="Breakfast"/> <Price amt="656.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-392"> <Room> <RoomType code="110205151" text="JANGLE TRIPLE TWN"/> <MealType code="1" text="Breakfast"/> <Price amt="657.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-393"> <Room> <RoomType code="110205151" text="JANGLE TRIPLE TWN"/> <MealType code="1" text="Breakfast"/> <Price amt="707.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-394"> <Room> <RoomType code="110205151" text="JANGLE TRIPLE TWN"/> <MealType code="1" text="Breakfast"/> <Price amt="730.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-395"> <Room> <RoomType code="110205151" text="JANGLE TRIPLE TWN"/> <MealType code="1" text="Breakfast"/> <Price amt="785.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-396"> <Room> <RoomType code="110205153" text="JANGLE SUPERIOR"/> <MealType code="1" text="Breakfast"/> <Price amt="657.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-397"> <Room> <RoomType code="110205153" text="JANGLE SUPERIOR"/> <MealType code="1" text="Breakfast"/> <Price amt="707.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-398"> <Room> <RoomType code="110205153" text="JANGLE SUPERIOR"/> <MealType code="1" text="Breakfast"/> <Price amt="730.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-399"> <Room> <RoomType code="110205153" text="JANGLE SUPERIOR"/> <MealType code="1" text="Breakfast"/> <Price amt="785.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-400"> <Room> <RoomType code="110205154" text="JANGLE TRIPLE DOUBLE"/> <MealType code="1" text="Breakfast"/> <Price amt="707.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-401"> <Room> <RoomType code="110205154" text="JANGLE TRIPLE DOUBLE"/> <MealType code="1" text="Breakfast"/> <Price amt="785.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-402"> <Room> <RoomType code="110205155" text="JANGLE EXECUTIVE"/> <MealType code="1" text="Breakfast"/> <Price amt="727.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-403"> <Room> <RoomType code="110205155" text="JANGLE EXECUTIVE"/> <MealType code="1" text="Breakfast"/> <Price amt="784.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-404"> <Room> <RoomType code="110205155" text="JANGLE EXECUTIVE"/> <MealType code="1" text="Breakfast"/> <Price amt="808.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-405"> <Room> <RoomType code="110205155" text="JANGLE EXECUTIVE"/> <MealType code="1" text="Breakfast"/> <Price amt="871.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-406"> <Room> <RoomType code="110205157" text="JANGLE FAMILY SUITE"/> <MealType code="1" text="Breakfast"/> <Price amt="833.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-407"> <Room> <RoomType code="110205157" text="JANGLE FAMILY SUITE"/> <MealType code="1" text="Breakfast"/> <Price amt="899.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-408"> <Room> <RoomType code="110205157" text="JANGLE FAMILY SUITE"/> <MealType code="1" text="Breakfast"/> <Price amt="926.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-409"> <Room> <RoomType code="110205157" text="JANGLE FAMILY SUITE"/> <MealType code="1" text="Breakfast"/> <Price amt="999.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-410"> <Room> <RoomType code="110205158" text="JANGLE JUNIOR SUITE"/> <MealType code="1" text="Breakfast"/> <Price amt="903.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-411"> <Room> <RoomType code="110205158" text="JANGLE JUNIOR SUITE"/> <MealType code="1" text="Breakfast"/> <Price amt="976.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-412"> <Room> <RoomType code="110205158" text="JANGLE JUNIOR SUITE"/> <MealType code="1" text="Breakfast"/> <Price amt="1003.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-413"> <Room> <RoomType code="110205158" text="JANGLE JUNIOR SUITE"/> <MealType code="1" text="Breakfast"/> <Price amt="1085.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-414"> <Room> <RoomType code="110205095" text="Superior Room (Jangle)"/> <MealType code="1" text="Breakfast"/> <Price amt="726.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-415"> <Room> <RoomType code="110205095" text="Superior Room (Jangle)"/> <MealType code="1" text="Breakfast"/> <Price amt="657.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-416"> <Room> <RoomType code="110205095" text="Superior Room (Jangle)"/> <MealType code="1" text="Breakfast"/> <Price amt="547.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-417"> <Room> <RoomType code="110205095" text="Superior Room (Jangle)"/> <MealType code="1" text="Breakfast"/> <Price amt="605.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-418"> <Room> <RoomType code="110205096" text="Family Suite (Jangle)"/> <MealType code="1" text="Breakfast"/> <Price amt="919.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-419"> <Room> <RoomType code="110205096" text="Family Suite (Jangle)"/> <MealType code="1" text="Breakfast"/> <Price amt="832.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-420"> <Room> <RoomType code="110205096" text="Family Suite (Jangle)"/> <MealType code="1" text="Breakfast"/> <Price amt="695.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-421"> <Room> <RoomType code="110205096" text="Family Suite (Jangle)"/> <MealType code="1" text="Breakfast"/> <Price amt="768.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-422"> <Room> <RoomType code="110205097" text="Deluxe Double Room (Jangle)"/> <MealType code="1" text="Breakfast"/> <Price amt="507.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-423"> <Room> <RoomType code="110205097" text="Deluxe Double Room (Jangle)"/> <MealType code="1" text="Breakfast"/> <Price amt="552.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-424"> <Room> <RoomType code="110205097" text="Deluxe Double Room (Jangle)"/> <MealType code="1" text="Breakfast"/> <Price amt="610.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-425"> <Room> <RoomType code="110205097" text="Deluxe Double Room (Jangle)"/> <MealType code="1" text="Breakfast"/> <Price amt="458.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-426"> <Room> <RoomType code="110205098" text="Deluxe Twin Room (Jangle)"/> <MealType code="1" text="Breakfast"/> <Price amt="610.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-427"> <Room> <RoomType code="110205098" text="Deluxe Twin Room (Jangle)"/> <MealType code="1" text="Breakfast"/> <Price amt="458.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-428"> <Room> <RoomType code="110205098" text="Deluxe Twin Room (Jangle)"/> <MealType code="1" text="Breakfast"/> <Price amt="507.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-429"> <Room> <RoomType code="110205098" text="Deluxe Twin Room (Jangle)"/> <MealType code="1" text="Breakfast"/> <Price amt="552.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-430"> <Room> <RoomType code="110205099" text="Twin Room (Jangle Triple)"/> <MealType code="1" text="Breakfast"/> <Price amt="547.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-431"> <Room> <RoomType code="110205099" text="Twin Room (Jangle Triple)"/> <MealType code="1" text="Breakfast"/> <Price amt="605.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-432"> <Room> <RoomType code="110205101" text="Junior Suite (Jangle)"/> <MealType code="1" text="Breakfast"/> <Price amt="996.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-433"> <Room> <RoomType code="110205101" text="Junior Suite (Jangle)"/> <MealType code="1" text="Breakfast"/> <Price amt="754.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-434"> <Room> <RoomType code="110205101" text="Junior Suite (Jangle)"/> <MealType code="1" text="Breakfast"/> <Price amt="833.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-435"> <Room> <RoomType code="110205101" text="Junior Suite (Jangle)"/> <MealType code="1" text="Breakfast"/> <Price amt="901.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-436"> <Room> <RoomType code="110205104" text="Executive Room (Jangle)"/> <MealType code="1" text="Breakfast"/> <Price amt="727.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-437"> <Room> <RoomType code="110205104" text="Executive Room (Jangle)"/> <MealType code="1" text="Breakfast"/> <Price amt="803.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-438"> <Room> <RoomType code="110205104" text="Executive Room (Jangle)"/> <MealType code="1" text="Breakfast"/> <Price amt="670.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-439"> <Room> <RoomType code="110205104" text="Executive Room (Jangle)"/> <MealType code="1" text="Breakfast"/> <Price amt="606.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-440"> <Room> <RoomType code="110205106" text="Double Room (Jangle Triple)"/> <MealType code="1" text="Breakfast"/> <Price amt="547.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-441"> <Room> <RoomType code="110205106" text="Double Room (Jangle Triple)"/> <MealType code="1" text="Breakfast"/> <Price amt="605.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_162665"> <Hotel id="162665" name="Inter Hotel Orly Draveil"/> <Result id="796491517-1090"> <Room> <RoomType code="12532476" text="Classic Triple Room"/> <MealType code="1000041" text="Room only"/> <Price amt="531.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1091"> <Room> <RoomType code="1003810" text="Classic Double"/> <MealType code="1000041" text="Room only"/> <Price amt="490.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1092"> <Room> <RoomType code="1003809" text="Classic Twin"/> <MealType code="1000041" text="Room only"/> <Price amt="472.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1093"> <Room> <RoomType code="12532476" text="Classic Triple Room"/> <MealType code="1" text="Breakfast"/> <Price amt="578.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-1094"> <Room> <RoomType code="1003810" text="Classic Double"/> <MealType code="1" text="Breakfast"/> <Price amt="539.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-1095"> <Room> <RoomType code="1003809" text="Classic Twin"/> <MealType code="1" text="Breakfast"/> <Price amt="521.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-15"/> </Room> </Result> <Result id="796491517-1096"> <Room> <RoomType code="41993661" text="Classic Twin Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="466.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1097"> <Room> <RoomType code="110140763" text="Classic Quadruple Room, Multiple Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="614.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1098"> <Room> <RoomType code="110140763" text="Classic Quadruple Room, Multiple Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="751.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1099"> <Room> <RoomType code="12532476" text="Classic Triple Room"/> <MealType code="1000041" text="Room only"/> <Price amt="522.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1100"> <Room> <RoomType code="43638547" text="Classic Double Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="482.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_415144796"> <Hotel id="415144796" name="IBIS STYLES PARC DES EXPOSITIONS DE VILLEPINTE"/> <Result id="796491517-3451"> <Room> <RoomType code="15578967" text="Standard Double Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="468.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3452"> <Room> <RoomType code="15578967" text="Standard Double Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="537.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3453"> <Room> <RoomType code="36224619" text="Standard Twin Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="468.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3454"> <Room> <RoomType code="36224619" text="Standard Twin Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="537.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3455"> <Room> <RoomType code="103441932" text="Standard Suite, 2 Double Beds, Connecting Rooms"/> <MealType code="1" text="Breakfast"/> <Price amt="747.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_158706408"> <Hotel id="158706408" name="Hotel Alixia"/> <Result id="796491517-2656"> <Room> <RoomType code="1004525" text="Double Or Twin Standard"/> <MealType code="1000041" text="Room only"/> <Price amt="470.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2657"> <Room> <RoomType code="1004525" text="Double Or Twin Standard"/> <MealType code="1000041" text="Room only"/> <Price amt="514.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2658"> <Room> <RoomType code="1004525" text="Double Or Twin Standard"/> <MealType code="1" text="Breakfast"/> <Price amt="612.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2659"> <Room> <RoomType code="1004525" text="Double Or Twin Standard"/> <MealType code="1" text="Breakfast"/> <Price amt="660.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2660"> <Room> <RoomType code="1004526" text="Double Or Twin Superior"/> <MealType code="1000041" text="Room only"/> <Price amt="575.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2661"> <Room> <RoomType code="1004526" text="Double Or Twin Superior"/> <MealType code="1000041" text="Room only"/> <Price amt="595.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2662"> <Room> <RoomType code="1004526" text="Double Or Twin Superior"/> <MealType code="1" text="Breakfast"/> <Price amt="693.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2663"> <Room> <RoomType code="1004526" text="Double Or Twin Superior"/> <MealType code="1" text="Breakfast"/> <Price amt="750.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2664"> <Room> <RoomType code="1336608" text="QUADRUPLE SUPERIOR"/> <MealType code="1000041" text="Room only"/> <Price amt="673.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2665"> <Room> <RoomType code="1336608" text="QUADRUPLE SUPERIOR"/> <MealType code="1000041" text="Room only"/> <Price amt="679.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2666"> <Room> <RoomType code="1336608" text="QUADRUPLE SUPERIOR"/> <MealType code="1" text="Breakfast"/> <Price amt="772.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2667"> <Room> <RoomType code="1336608" text="QUADRUPLE SUPERIOR"/> <MealType code="1" text="Breakfast"/> <Price amt="834.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2668"> <Room> <RoomType code="1002210" text="Double Deluxe"/> <MealType code="1000041" text="Room only"/> <Price amt="679.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2669"> <Room> <RoomType code="1002210" text="Double Deluxe"/> <MealType code="1" text="Breakfast"/> <Price amt="896.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2670"> <Room> <RoomType code="2393523" text="DELUXE DOUBLE ROOM"/> <MealType code="1000041" text="Room only"/> <Price amt="757.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2671"> <Room> <RoomType code="2393523" text="DELUXE DOUBLE ROOM"/> <MealType code="1000041" text="Room only"/> <Price amt="720.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2672"> <Room> <RoomType code="33338399" text="Superior Double Room, Garden View"/> <MealType code="1000041" text="Room only"/> <Price amt="678.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2673"> <Room> <RoomType code="33338399" text="Superior Double Room, Garden View"/> <MealType code="1000041" text="Room only"/> <Price amt="715.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2674"> <Room> <RoomType code="1106577" text="Family room"/> <MealType code="1000041" text="Room only"/> <Price amt="803.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2675"> <Room> <RoomType code="1106577" text="Family room"/> <MealType code="1000041" text="Room only"/> <Price amt="766.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2676"> <Room> <RoomType code="14747202" text="Standard Double Room, City View"/> <MealType code="1000041" text="Room only"/> <Price amt="628.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2677"> <Room> <RoomType code="14747202" text="Standard Double Room, City View"/> <MealType code="1000041" text="Room only"/> <Price amt="590.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_37014"> <Hotel id="37014" name="Hyatt Regency Paris Charles de Gaulle"/> <Result id="796491517-0"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1" text="Breakfast"/> <Price amt="634.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1" text="Breakfast"/> <Price amt="672.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-2"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1000041" text="Room only"/> <Price amt="578.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-3"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1000041" text="Room only"/> <Price amt="532.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-4"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1000041" text="Room only"/> <Price amt="492.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-5"> <Room> <RoomType code="1123626" text="Standard Double Room"/> <MealType code="1" text="Breakfast"/> <Price amt="587.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-6"> <Room> <RoomType code="78258588" text="Atrium Suite"/> <MealType code="1000041" text="Room only"/> <Price amt="1334.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-7"> <Room> <RoomType code="78258588" text="Atrium Suite"/> <MealType code="1000041" text="Room only"/> <Price amt="1419.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-8"> <Room> <RoomType code="78258588" text="Atrium Suite"/> <MealType code="1" text="Breakfast"/> <Price amt="1514.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-9"> <Room> <RoomType code="78258588" text="Atrium Suite"/> <MealType code="1" text="Breakfast"/> <Price amt="1428.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-10"> <Room> <RoomType code="78258588" text="Atrium Suite"/> <MealType code="1000041" text="Room only"/> <Price amt="1440.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-11"> <Room> <RoomType code="78258588" text="Atrium Suite"/> <MealType code="1" text="Breakfast"/> <Price amt="1542.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-12"> <Room> <RoomType code="2206669" text="EXECUTIVE DOUBLE ROOM"/> <MealType code="1" text="Breakfast"/> <Price amt="1177.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-13"> <Room> <RoomType code="2206669" text="EXECUTIVE DOUBLE ROOM"/> <MealType code="1" text="Breakfast"/> <Price amt="1091.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-14"> <Room> <RoomType code="2206669" text="EXECUTIVE DOUBLE ROOM"/> <MealType code="1000041" text="Room only"/> <Price amt="997.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-15"> <Room> <RoomType code="2206669" text="EXECUTIVE DOUBLE ROOM"/> <MealType code="1000041" text="Room only"/> <Price amt="1077.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-16"> <Room> <RoomType code="2206669" text="EXECUTIVE DOUBLE ROOM"/> <MealType code="1000041" text="Room only"/> <Price amt="1083.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-17"> <Room> <RoomType code="2206669" text="EXECUTIVE DOUBLE ROOM"/> <MealType code="1" text="Breakfast"/> <Price amt="1179.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-18"> <Room> <RoomType code="110205087" text="Double Room, Corner"/> <MealType code="1" text="Breakfast"/> <Price amt="801.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-19"> <Room> <RoomType code="110205087" text="Double Room, Corner"/> <MealType code="1" text="Breakfast"/> <Price amt="801.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-20"> <Room> <RoomType code="110205087" text="Double Room, Corner"/> <MealType code="1000041" text="Room only"/> <Price amt="606.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-21"> <Room> <RoomType code="110205087" text="Double Room, Corner"/> <MealType code="1" text="Breakfast"/> <Price amt="708.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-22"> <Room> <RoomType code="110205087" text="Double Room, Corner"/> <MealType code="1000041" text="Room only"/> <Price amt="699.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-23"> <Room> <RoomType code="110205087" text="Double Room, Corner"/> <MealType code="1000041" text="Room only"/> <Price amt="699.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-24"> <Room> <RoomType code="110205087" text="Double Room, Corner"/> <MealType code="1000041" text="Room only"/> <Price amt="606.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-25"> <Room> <RoomType code="4253341" text="Standard Twin Room"/> <MealType code="1" text="Breakfast"/> <Price amt="587.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-26"> <Room> <RoomType code="4253341" text="Standard Twin Room"/> <MealType code="1000041" text="Room only"/> <Price amt="578.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-27"> <Room> <RoomType code="4253341" text="Standard Twin Room"/> <MealType code="1" text="Breakfast"/> <Price amt="672.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-28"> <Room> <RoomType code="4253341" text="Standard Twin Room"/> <MealType code="1000041" text="Room only"/> <Price amt="492.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-29"> <Room> <RoomType code="29745454" text="Junior Double Room"/> <MealType code="1000041" text="Room only"/> <Price amt="814.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> <Result id="796491517-30"> <Room> <RoomType code="29745454" text="Junior Double Room"/> <MealType code="1000041" text="Room only"/> <Price amt="728.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-31"> <Room> <RoomType code="29745454" text="Junior Double Room"/> <MealType code="1" text="Breakfast"/> <Price amt="822.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-32"> <Room> <RoomType code="29745454" text="Junior Double Room"/> <MealType code="1" text="Breakfast"/> <Price amt="908.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-18"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_389378117"> <Hotel id="389378117" name="Hilton Garden Inn Orly"/> <Result id="796491517-3288"> <Room> <RoomType code="72175469" text="KING ROOM WITH SOFA BED, COMP WIFI/MINI FRIDGE/IRON-BOARD/28 SQM, 55 INCH HD SAT TV/COFFEE-TEA FACILITIES/SAFE"/> <MealType code="1" text="Breakfast"/> <Price amt="921.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3289"> <Room> <RoomType code="72175471" text="TWIN ROOM, COMP WIFI/MINI FRIDGE/IRON-BOARD/SAFE/18 SQM, 55 INCH HD SAT TV/COFFEE-TEA FACILITIES"/> <MealType code="1000041" text="Room only"/> <Price amt="622.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3290"> <Room> <RoomType code="72175472" text="KING ROOM, COMP WIFI/MINI FRIDGE/IRON-BOARD/SAFE/18 SQM, 55 INCH HD SAT TV/COFFEE-TEA FACILITIES"/> <MealType code="1" text="Breakfast"/> <Price amt="692.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3291"> <Room> <RoomType code="72175469" text="KING ROOM WITH SOFA BED, COMP WIFI/MINI FRIDGE/IRON-BOARD/28 SQM, 55 INCH HD SAT TV/COFFEE-TEA FACILITIES/SAFE"/> <MealType code="1000041" text="Room only"/> <Price amt="787.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3292"> <Room> <RoomType code="72175470" text="QUEEN ROOM, COMP WIFI/MINI FRIDGE/IRON-BOARD/SAFE/18 SQM, 55 INCH HD SAT TV/COFFEE-TEA FACILITIES"/> <MealType code="1" text="Breakfast"/> <Price amt="718.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-3293"> <Room> <RoomType code="72175469" text="KING ROOM WITH SOFA BED, COMP WIFI/MINI FRIDGE/IRON-BOARD/28 SQM, 55 INCH HD SAT TV/COFFEE-TEA FACILITIES/SAFE"/> <MealType code="1" text="Breakfast"/> <Price amt="875.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-3294"> <Room> <RoomType code="72175472" text="KING ROOM, COMP WIFI/MINI FRIDGE/IRON-BOARD/SAFE/18 SQM, 55 INCH HD SAT TV/COFFEE-TEA FACILITIES"/> <MealType code="1000041" text="Room only"/> <Price amt="594.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-3295"> <Room> <RoomType code="72175471" text="TWIN ROOM, COMP WIFI/MINI FRIDGE/IRON-BOARD/SAFE/18 SQM, 55 INCH HD SAT TV/COFFEE-TEA FACILITIES"/> <MealType code="1" text="Breakfast"/> <Price amt="692.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3296"> <Room> <RoomType code="72175469" text="KING ROOM WITH SOFA BED, COMP WIFI/MINI FRIDGE/IRON-BOARD/28 SQM, 55 INCH HD SAT TV/COFFEE-TEA FACILITIES/SAFE"/> <MealType code="1000041" text="Room only"/> <Price amt="720.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3297"> <Room> <RoomType code="72175469" text="KING ROOM WITH SOFA BED, COMP WIFI/MINI FRIDGE/IRON-BOARD/28 SQM, 55 INCH HD SAT TV/COFFEE-TEA FACILITIES/SAFE"/> <MealType code="1" text="Breakfast"/> <Price amt="842.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3298"> <Room> <RoomType code="68952426" text="QUEEN ACCESSIBLE ROOM, WHEELCHAIR ACCESSIBLE ROOM W/ ROLL-IN SHOWER, COMP WIFI/MINI FRIDGE/COFFEE-TEA FACILITIES"/> <MealType code="1" text="Breakfast"/> <Price amt="756.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3299"> <Room> <RoomType code="72175472" text="KING ROOM, COMP WIFI/MINI FRIDGE/IRON-BOARD/SAFE/18 SQM, 55 INCH HD SAT TV/COFFEE-TEA FACILITIES"/> <MealType code="1" text="Breakfast"/> <Price amt="718.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-3300"> <Room> <RoomType code="68952426" text="QUEEN ACCESSIBLE ROOM, WHEELCHAIR ACCESSIBLE ROOM W/ ROLL-IN SHOWER, COMP WIFI/MINI FRIDGE/COFFEE-TEA FACILITIES"/> <MealType code="1000041" text="Room only"/> <Price amt="594.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-3301"> <Room> <RoomType code="72175470" text="QUEEN ROOM, COMP WIFI/MINI FRIDGE/IRON-BOARD/SAFE/18 SQM, 55 INCH HD SAT TV/COFFEE-TEA FACILITIES"/> <MealType code="1" text="Breakfast"/> <Price amt="692.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3302"> <Room> <RoomType code="68952426" text="QUEEN ACCESSIBLE ROOM, WHEELCHAIR ACCESSIBLE ROOM W/ ROLL-IN SHOWER, COMP WIFI/MINI FRIDGE/COFFEE-TEA FACILITIES"/> <MealType code="1000041" text="Room only"/> <Price amt="571.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3303"> <Room> <RoomType code="72175471" text="TWIN ROOM, COMP WIFI/MINI FRIDGE/IRON-BOARD/SAFE/18 SQM, 55 INCH HD SAT TV/COFFEE-TEA FACILITIES"/> <MealType code="1" text="Breakfast"/> <Price amt="718.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-3304"> <Room> <RoomType code="72175470" text="QUEEN ROOM, COMP WIFI/MINI FRIDGE/IRON-BOARD/SAFE/18 SQM, 55 INCH HD SAT TV/COFFEE-TEA FACILITIES"/> <MealType code="1" text="Breakfast"/> <Price amt="756.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3305"> <Room> <RoomType code="72175469" text="KING ROOM WITH SOFA BED, COMP WIFI/MINI FRIDGE/IRON-BOARD/28 SQM, 55 INCH HD SAT TV/COFFEE-TEA FACILITIES/SAFE"/> <MealType code="1000041" text="Room only"/> <Price amt="750.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-3306"> <Room> <RoomType code="72175470" text="QUEEN ROOM, COMP WIFI/MINI FRIDGE/IRON-BOARD/SAFE/18 SQM, 55 INCH HD SAT TV/COFFEE-TEA FACILITIES"/> <MealType code="1000041" text="Room only"/> <Price amt="571.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3307"> <Room> <RoomType code="72175471" text="TWIN ROOM, COMP WIFI/MINI FRIDGE/IRON-BOARD/SAFE/18 SQM, 55 INCH HD SAT TV/COFFEE-TEA FACILITIES"/> <MealType code="1" text="Breakfast"/> <Price amt="756.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3308"> <Room> <RoomType code="72175472" text="KING ROOM, COMP WIFI/MINI FRIDGE/IRON-BOARD/SAFE/18 SQM, 55 INCH HD SAT TV/COFFEE-TEA FACILITIES"/> <MealType code="1" text="Breakfast"/> <Price amt="756.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3309"> <Room> <RoomType code="68952426" text="QUEEN ACCESSIBLE ROOM, WHEELCHAIR ACCESSIBLE ROOM W/ ROLL-IN SHOWER, COMP WIFI/MINI FRIDGE/COFFEE-TEA FACILITIES"/> <MealType code="1" text="Breakfast"/> <Price amt="718.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-3310"> <Room> <RoomType code="68952426" text="QUEEN ACCESSIBLE ROOM, WHEELCHAIR ACCESSIBLE ROOM W/ ROLL-IN SHOWER, COMP WIFI/MINI FRIDGE/COFFEE-TEA FACILITIES"/> <MealType code="1" text="Breakfast"/> <Price amt="692.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3311"> <Room> <RoomType code="72175470" text="QUEEN ROOM, COMP WIFI/MINI FRIDGE/IRON-BOARD/SAFE/18 SQM, 55 INCH HD SAT TV/COFFEE-TEA FACILITIES"/> <MealType code="1000041" text="Room only"/> <Price amt="594.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-3312"> <Room> <RoomType code="72175471" text="TWIN ROOM, COMP WIFI/MINI FRIDGE/IRON-BOARD/SAFE/18 SQM, 55 INCH HD SAT TV/COFFEE-TEA FACILITIES"/> <MealType code="1000041" text="Room only"/> <Price amt="571.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3313"> <Room> <RoomType code="72175472" text="KING ROOM, COMP WIFI/MINI FRIDGE/IRON-BOARD/SAFE/18 SQM, 55 INCH HD SAT TV/COFFEE-TEA FACILITIES"/> <MealType code="1000041" text="Room only"/> <Price amt="571.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3314"> <Room> <RoomType code="72175471" text="TWIN ROOM, COMP WIFI/MINI FRIDGE/IRON-BOARD/SAFE/18 SQM, 55 INCH HD SAT TV/COFFEE-TEA FACILITIES"/> <MealType code="1000041" text="Room only"/> <Price amt="594.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-3315"> <Room> <RoomType code="72175470" text="QUEEN ROOM, COMP WIFI/MINI FRIDGE/IRON-BOARD/SAFE/18 SQM, 55 INCH HD SAT TV/COFFEE-TEA FACILITIES"/> <MealType code="1000041" text="Room only"/> <Price amt="622.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3316"> <Room> <RoomType code="68952426" text="QUEEN ACCESSIBLE ROOM, WHEELCHAIR ACCESSIBLE ROOM W/ ROLL-IN SHOWER, COMP WIFI/MINI FRIDGE/COFFEE-TEA FACILITIES"/> <MealType code="1000041" text="Room only"/> <Price amt="622.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3317"> <Room> <RoomType code="72175472" text="KING ROOM, COMP WIFI/MINI FRIDGE/IRON-BOARD/SAFE/18 SQM, 55 INCH HD SAT TV/COFFEE-TEA FACILITIES"/> <MealType code="1000041" text="Room only"/> <Price amt="622.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3318"> <Room> <RoomType code="110205008" text="King Room Comp Wifi/Mini Fridge/Iron-Board/Safe/18 Sqm 55 Inch Hd Sat Tv/Coffee-Tea Facilities"/> <MealType code="1" text="Breakfast"/> <Price amt="720.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3319"> <Room> <RoomType code="110205009" text="Twin Room Comp Wifi/Mini Fridge/Iron-Board/Safe/18 Sqm 55 Inch Hd Sat Tv/Coffee-Tea Facilities"/> <MealType code="1" text="Breakfast"/> <Price amt="720.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3320"> <Room> <RoomType code="110205010" text="Queen Room Comp Wifi/Mini Fridge/Iron-Board/Safe/18 Sqm 55 Inch Hd Sat Tv/Coffee-Tea Facilities"/> <MealType code="1" text="Breakfast"/> <Price amt="720.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3321"> <Room> <RoomType code="110205011" text="King Room With Sofa Bed Comp Wifi/Mini Fridge/Iron-Board/28 Sqm 55 Inch Hd Sat Tv/Coffee-Tea Facilities/Safe"/> <MealType code="1" text="Breakfast"/> <Price amt="877.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3322"> <Room> <RoomType code="66604889" text="QUEEN ACCESSIBLE ROOM WHEELCHAIR ACCESSIBLE ROOM W/ ROLL-IN SHOWER COMP WIFI/MINI FRIDGE/COFFEE-TEA FACILITIES"/> <MealType code="1" text="Breakfast"/> <Price amt="720.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3323"> <Room> <RoomType code="110205008" text="King Room Comp Wifi/Mini Fridge/Iron-Board/Safe/18 Sqm 55 Inch Hd Sat Tv/Coffee-Tea Facilities"/> <MealType code="1" text="Breakfast"/> <Price amt="684.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-3324"> <Room> <RoomType code="110205009" text="Twin Room Comp Wifi/Mini Fridge/Iron-Board/Safe/18 Sqm 55 Inch Hd Sat Tv/Coffee-Tea Facilities"/> <MealType code="1" text="Breakfast"/> <Price amt="684.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-3325"> <Room> <RoomType code="110205010" text="Queen Room Comp Wifi/Mini Fridge/Iron-Board/Safe/18 Sqm 55 Inch Hd Sat Tv/Coffee-Tea Facilities"/> <MealType code="1" text="Breakfast"/> <Price amt="684.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-3326"> <Room> <RoomType code="110205011" text="King Room With Sofa Bed Comp Wifi/Mini Fridge/Iron-Board/28 Sqm 55 Inch Hd Sat Tv/Coffee-Tea Facilities/Safe"/> <MealType code="1" text="Breakfast"/> <Price amt="833.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-3327"> <Room> <RoomType code="66604889" text="QUEEN ACCESSIBLE ROOM WHEELCHAIR ACCESSIBLE ROOM W/ ROLL-IN SHOWER COMP WIFI/MINI FRIDGE/COFFEE-TEA FACILITIES"/> <MealType code="1" text="Breakfast"/> <Price amt="684.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-3328"> <Room> <RoomType code="110205008" text="King Room Comp Wifi/Mini Fridge/Iron-Board/Safe/18 Sqm 55 Inch Hd Sat Tv/Coffee-Tea Facilities"/> <MealType code="1000041" text="Room only"/> <Price amt="566.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-3329"> <Room> <RoomType code="110205009" text="Twin Room Comp Wifi/Mini Fridge/Iron-Board/Safe/18 Sqm 55 Inch Hd Sat Tv/Coffee-Tea Facilities"/> <MealType code="1000041" text="Room only"/> <Price amt="566.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-3330"> <Room> <RoomType code="110205010" text="Queen Room Comp Wifi/Mini Fridge/Iron-Board/Safe/18 Sqm 55 Inch Hd Sat Tv/Coffee-Tea Facilities"/> <MealType code="1000041" text="Room only"/> <Price amt="566.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-3331"> <Room> <RoomType code="110205011" text="King Room With Sofa Bed Comp Wifi/Mini Fridge/Iron-Board/28 Sqm 55 Inch Hd Sat Tv/Coffee-Tea Facilities/Safe"/> <MealType code="1000041" text="Room only"/> <Price amt="714.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-3332"> <Room> <RoomType code="66604889" text="QUEEN ACCESSIBLE ROOM WHEELCHAIR ACCESSIBLE ROOM W/ ROLL-IN SHOWER COMP WIFI/MINI FRIDGE/COFFEE-TEA FACILITIES"/> <MealType code="1000041" text="Room only"/> <Price amt="566.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-3333"> <Room> <RoomType code="110205008" text="King Room Comp Wifi/Mini Fridge/Iron-Board/Safe/18 Sqm 55 Inch Hd Sat Tv/Coffee-Tea Facilities"/> <MealType code="1" text="Breakfast"/> <Price amt="644.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3334"> <Room> <RoomType code="110205009" text="Twin Room Comp Wifi/Mini Fridge/Iron-Board/Safe/18 Sqm 55 Inch Hd Sat Tv/Coffee-Tea Facilities"/> <MealType code="1" text="Breakfast"/> <Price amt="644.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3335"> <Room> <RoomType code="110205010" text="Queen Room Comp Wifi/Mini Fridge/Iron-Board/Safe/18 Sqm 55 Inch Hd Sat Tv/Coffee-Tea Facilities"/> <MealType code="1" text="Breakfast"/> <Price amt="644.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3336"> <Room> <RoomType code="110205011" text="King Room With Sofa Bed Comp Wifi/Mini Fridge/Iron-Board/28 Sqm 55 Inch Hd Sat Tv/Coffee-Tea Facilities/Safe"/> <MealType code="1" text="Breakfast"/> <Price amt="782.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3337"> <Room> <RoomType code="66604889" text="QUEEN ACCESSIBLE ROOM WHEELCHAIR ACCESSIBLE ROOM W/ ROLL-IN SHOWER COMP WIFI/MINI FRIDGE/COFFEE-TEA FACILITIES"/> <MealType code="1" text="Breakfast"/> <Price amt="644.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3338"> <Room> <RoomType code="110205008" text="King Room Comp Wifi/Mini Fridge/Iron-Board/Safe/18 Sqm 55 Inch Hd Sat Tv/Coffee-Tea Facilities"/> <MealType code="1000041" text="Room only"/> <Price amt="531.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3339"> <Room> <RoomType code="110205009" text="Twin Room Comp Wifi/Mini Fridge/Iron-Board/Safe/18 Sqm 55 Inch Hd Sat Tv/Coffee-Tea Facilities"/> <MealType code="1000041" text="Room only"/> <Price amt="531.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3340"> <Room> <RoomType code="110205010" text="Queen Room Comp Wifi/Mini Fridge/Iron-Board/Safe/18 Sqm 55 Inch Hd Sat Tv/Coffee-Tea Facilities"/> <MealType code="1000041" text="Room only"/> <Price amt="531.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3341"> <Room> <RoomType code="110205011" text="King Room With Sofa Bed Comp Wifi/Mini Fridge/Iron-Board/28 Sqm 55 Inch Hd Sat Tv/Coffee-Tea Facilities/Safe"/> <MealType code="1000041" text="Room only"/> <Price amt="670.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3342"> <Room> <RoomType code="66604889" text="QUEEN ACCESSIBLE ROOM WHEELCHAIR ACCESSIBLE ROOM W/ ROLL-IN SHOWER COMP WIFI/MINI FRIDGE/COFFEE-TEA FACILITIES"/> <MealType code="1000041" text="Room only"/> <Price amt="531.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3343"> <Room> <RoomType code="110205008" text="King Room Comp Wifi/Mini Fridge/Iron-Board/Safe/18 Sqm 55 Inch Hd Sat Tv/Coffee-Tea Facilities"/> <MealType code="1000041" text="Room only"/> <Price amt="592.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3344"> <Room> <RoomType code="110205009" text="Twin Room Comp Wifi/Mini Fridge/Iron-Board/Safe/18 Sqm 55 Inch Hd Sat Tv/Coffee-Tea Facilities"/> <MealType code="1000041" text="Room only"/> <Price amt="592.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3345"> <Room> <RoomType code="110205010" text="Queen Room Comp Wifi/Mini Fridge/Iron-Board/Safe/18 Sqm 55 Inch Hd Sat Tv/Coffee-Tea Facilities"/> <MealType code="1000041" text="Room only"/> <Price amt="592.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3346"> <Room> <RoomType code="110205011" text="King Room With Sofa Bed Comp Wifi/Mini Fridge/Iron-Board/28 Sqm 55 Inch Hd Sat Tv/Coffee-Tea Facilities/Safe"/> <MealType code="1000041" text="Room only"/> <Price amt="749.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3347"> <Room> <RoomType code="66604889" text="QUEEN ACCESSIBLE ROOM WHEELCHAIR ACCESSIBLE ROOM W/ ROLL-IN SHOWER COMP WIFI/MINI FRIDGE/COFFEE-TEA FACILITIES"/> <MealType code="1000041" text="Room only"/> <Price amt="592.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3348"> <Room> <RoomType code="16212585" text="Room, 1 Queen Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="494.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3349"> <Room> <RoomType code="16212585" text="Room, 1 Queen Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="666.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-3350"> <Room> <RoomType code="16212585" text="Room, 1 Queen Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="566.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3351"> <Room> <RoomType code="16212585" text="Room, 1 Queen Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="646.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3352"> <Room> <RoomType code="16212585" text="Room, 1 Queen Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="622.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3353"> <Room> <RoomType code="16212585" text="Room, 1 Queen Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="537.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-3354"> <Room> <RoomType code="19334369" text="Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="666.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-3355"> <Room> <RoomType code="19334369" text="Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="537.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-3356"> <Room> <RoomType code="19334369" text="Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="622.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3357"> <Room> <RoomType code="19334369" text="Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="646.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3358"> <Room> <RoomType code="19334369" text="Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="494.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3359"> <Room> <RoomType code="19334369" text="Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="566.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3360"> <Room> <RoomType code="36737973" text="Room, 1 King Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="804.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3361"> <Room> <RoomType code="36737973" text="Room, 1 King Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="699.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-3362"> <Room> <RoomType code="36737973" text="Room, 1 King Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="828.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-3363"> <Room> <RoomType code="36737973" text="Room, 1 King Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="643.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3364"> <Room> <RoomType code="36737973" text="Room, 1 King Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="772.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3365"> <Room> <RoomType code="36737973" text="Room, 1 King Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="737.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3366"> <Room> <RoomType code="39933074" text="Twin Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="566.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3367"> <Room> <RoomType code="39933074" text="Twin Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="646.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3368"> <Room> <RoomType code="39933074" text="Twin Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="537.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-3369"> <Room> <RoomType code="39933074" text="Twin Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="494.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3370"> <Room> <RoomType code="39933074" text="Twin Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="666.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-3371"> <Room> <RoomType code="39933074" text="Twin Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="622.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3372"> <Room> <RoomType code="19334533" text="Room, 1 Queen Bed, Accessible"/> <MealType code="1000041" text="Room only"/> <Price amt="566.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3373"> <Room> <RoomType code="19334533" text="Room, 1 Queen Bed, Accessible"/> <MealType code="1000041" text="Room only"/> <Price amt="537.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-3374"> <Room> <RoomType code="19334533" text="Room, 1 Queen Bed, Accessible"/> <MealType code="1" text="Breakfast"/> <Price amt="622.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3375"> <Room> <RoomType code="19334533" text="Room, 1 Queen Bed, Accessible"/> <MealType code="1" text="Breakfast"/> <Price amt="666.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-13"/> </Room> </Result> <Result id="796491517-3376"> <Room> <RoomType code="19334533" text="Room, 1 Queen Bed, Accessible"/> <MealType code="1" text="Breakfast"/> <Price amt="646.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3377"> <Room> <RoomType code="19334533" text="Room, 1 Queen Bed, Accessible"/> <MealType code="1000041" text="Room only"/> <Price amt="494.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_158692916"> <Hotel id="158692916" name="Hotel de Berny"/> <Result id="796491517-2626"> <Room> <RoomType code="1002196" text="Double Standard"/> <MealType code="1000041" text="Room only"/> <Price amt="500.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2627"> <Room> <RoomType code="1002196" text="Double Standard"/> <MealType code="1000041" text="Room only"/> <Price amt="547.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2628"> <Room> <RoomType code="1002196" text="Double Standard"/> <MealType code="1" text="Breakfast"/> <Price amt="611.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2629"> <Room> <RoomType code="1002196" text="Double Standard"/> <MealType code="1" text="Breakfast"/> <Price amt="658.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2630"> <Room> <RoomType code="1004525" text="Double Or Twin Standard"/> <MealType code="1000041" text="Room only"/> <Price amt="500.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2631"> <Room> <RoomType code="1004525" text="Double Or Twin Standard"/> <MealType code="1000041" text="Room only"/> <Price amt="547.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2632"> <Room> <RoomType code="1004525" text="Double Or Twin Standard"/> <MealType code="1" text="Breakfast"/> <Price amt="611.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2633"> <Room> <RoomType code="1004525" text="Double Or Twin Standard"/> <MealType code="1" text="Breakfast"/> <Price amt="658.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2634"> <Room> <RoomType code="1002008" text="Twin Standard"/> <MealType code="1000041" text="Room only"/> <Price amt="500.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2635"> <Room> <RoomType code="1002008" text="Twin Standard"/> <MealType code="1000041" text="Room only"/> <Price amt="547.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2636"> <Room> <RoomType code="1002008" text="Twin Standard"/> <MealType code="1" text="Breakfast"/> <Price amt="611.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2637"> <Room> <RoomType code="1002008" text="Twin Standard"/> <MealType code="1" text="Breakfast"/> <Price amt="658.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2638"> <Room> <RoomType code="1002213" text="Double Superior"/> <MealType code="1000041" text="Room only"/> <Price amt="588.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2639"> <Room> <RoomType code="1002213" text="Double Superior"/> <MealType code="1000041" text="Room only"/> <Price amt="644.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2640"> <Room> <RoomType code="1002213" text="Double Superior"/> <MealType code="1" text="Breakfast"/> <Price amt="699.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2641"> <Room> <RoomType code="1002213" text="Double Superior"/> <MealType code="1" text="Breakfast"/> <Price amt="755.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2642"> <Room> <RoomType code="1001999" text="Suite Superior"/> <MealType code="1000041" text="Room only"/> <Price amt="725.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2643"> <Room> <RoomType code="1001999" text="Suite Superior"/> <MealType code="1000041" text="Room only"/> <Price amt="793.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2644"> <Room> <RoomType code="1001999" text="Suite Superior"/> <MealType code="1" text="Breakfast"/> <Price amt="837.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2645"> <Room> <RoomType code="1001999" text="Suite Superior"/> <MealType code="1" text="Breakfast"/> <Price amt="904.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2646"> <Room> <RoomType code="1910493" text="Superior Double Room"/> <MealType code="1000041" text="Room only"/> <Price amt="724.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2647"> <Room> <RoomType code="1910493" text="Superior Double Room"/> <MealType code="1000041" text="Room only"/> <Price amt="688.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2648"> <Room> <RoomType code="1910493" text="Superior Double Room"/> <MealType code="1000041" text="Room only"/> <Price amt="764.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2649"> <Room> <RoomType code="2138061" text="Family Suite"/> <MealType code="1000041" text="Room only"/> <Price amt="881.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2650"> <Room> <RoomType code="2138061" text="Family Suite"/> <MealType code="1000041" text="Room only"/> <Price amt="844.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2651"> <Room> <RoomType code="15893100" text="Standard Double Room, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="590.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2652"> <Room> <RoomType code="15893100" text="Standard Double Room, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="628.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2653"> <Room> <RoomType code="27493955" text="Standard Double Room, Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="590.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2654"> <Room> <RoomType code="27493955" text="Standard Double Room, Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="628.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2655"> <Room> <RoomType code="27493955" text="Standard Double Room, Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="697.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_324383"> <Hotel id="324383" name="Mercure Paris Orly Rungis"/> <Result id="796491517-1361"> <Room> <RoomType code="41808874" text="Classic Room with twin beds"/> <MealType code="1000041" text="Room only"/> <Price amt="524.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1362"> <Room> <RoomType code="110199928" text="Classic room - 2 single beds &amp;amp; 1 rollaway bed"/> <MealType code="1000041" text="Room only"/> <Price amt="561.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1363"> <Room> <RoomType code="7139576" text="Superior room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="598.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1364"> <Room> <RoomType code="100216137" text="Privilege Room With 1 Double Bed And 1 Single Sofa Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="672.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1365"> <Room> <RoomType code="41808874" text="Classic Room with twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="672.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1366"> <Room> <RoomType code="110199928" text="Classic room - 2 single beds &amp;amp; 1 rollaway bed"/> <MealType code="1" text="Breakfast"/> <Price amt="709.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1367"> <Room> <RoomType code="7139576" text="Superior room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="746.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1368"> <Room> <RoomType code="100216137" text="Privilege Room With 1 Double Bed And 1 Single Sofa Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="820.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-1369"> <Room> <RoomType code="41808874" text="Classic Room with twin beds"/> <MealType code="1000041" text="Room only"/> <Price amt="514.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1370"> <Room> <RoomType code="41808874" text="Classic Room with twin beds"/> <MealType code="1000041" text="Room only"/> <Price amt="538.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1371"> <Room> <RoomType code="41808874" text="Classic Room with twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="693.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1372"> <Room> <RoomType code="41808874" text="Classic Room with twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="706.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1373"> <Room> <RoomType code="110205175" text="Classic room - 2 single beds &amp; 1 rollaway bed"/> <MealType code="1000041" text="Room only"/> <Price amt="558.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1374"> <Room> <RoomType code="110205175" text="Classic room - 2 single beds &amp; 1 rollaway bed"/> <MealType code="1000041" text="Room only"/> <Price amt="580.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1375"> <Room> <RoomType code="110205175" text="Classic room - 2 single beds &amp; 1 rollaway bed"/> <MealType code="1" text="Breakfast"/> <Price amt="738.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1376"> <Room> <RoomType code="110205175" text="Classic room - 2 single beds &amp; 1 rollaway bed"/> <MealType code="1" text="Breakfast"/> <Price amt="748.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1377"> <Room> <RoomType code="7139576" text="Superior room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="603.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1378"> <Room> <RoomType code="7139576" text="Superior room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="622.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1379"> <Room> <RoomType code="7139576" text="Superior room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="782.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1380"> <Room> <RoomType code="7139576" text="Superior room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="790.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1381"> <Room> <RoomType code="100216137" text="Privilege Room With 1 Double Bed And 1 Single Sofa Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="693.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1382"> <Room> <RoomType code="100216137" text="Privilege Room With 1 Double Bed And 1 Single Sofa Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="706.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1383"> <Room> <RoomType code="100216137" text="Privilege Room With 1 Double Bed And 1 Single Sofa Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="872.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1384"> <Room> <RoomType code="100216137" text="Privilege Room With 1 Double Bed And 1 Single Sofa Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="875.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1385"> <Room> <RoomType code="19012279" text="Classic Twin Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="554.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1386"> <Room> <RoomType code="12532476" text="Classic Triple Room"/> <MealType code="1000041" text="Room only"/> <Price amt="596.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1387"> <Room> <RoomType code="7139576" text="Superior room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="639.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1388"> <Room> <RoomType code="5874714" text="Privilege Room"/> <MealType code="1000041" text="Room only"/> <Price amt="724.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1389"> <Room> <RoomType code="62164963" text="Classic Room, 3 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="722.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1390"> <Room> <RoomType code="62164963" text="Classic Room, 3 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="547.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1391"> <Room> <RoomType code="62164963" text="Classic Room, 3 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="582.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1392"> <Room> <RoomType code="62164963" text="Classic Room, 3 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="752.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1393"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="625.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1394"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="766.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1395"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="794.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1396"> <Room> <RoomType code="10942405" text="Superior Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="590.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1397"> <Room> <RoomType code="90362906" text="Privilege, Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="678.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1398"> <Room> <RoomType code="90362906" text="Privilege, Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="879.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1399"> <Room> <RoomType code="90362906" text="Privilege, Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="853.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1400"> <Room> <RoomType code="90362906" text="Privilege, Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="710.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1401"> <Room> <RoomType code="41993661" text="Classic Twin Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="710.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1402"> <Room> <RoomType code="41993661" text="Classic Twin Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="678.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1403"> <Room> <RoomType code="41993661" text="Classic Twin Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="503.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1404"> <Room> <RoomType code="41993661" text="Classic Twin Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="540.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_69950136"> <Hotel id="69950136" name="Hotel Joke - Astotel"/> <Result id="796491517-2302"> <Room> <RoomType code="110169414" text="Superior Double Room - Free soft minibar, courtesy tray - Digital press + VIP Perks"/> <MealType code="1" text="Breakfast"/> <Price amt="803.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2303"> <Room> <RoomType code="110169414" text="Superior Double Room - Free soft minibar, courtesy tray - Digital press + VIP Perks"/> <MealType code="1000041" text="Room only"/> <Price amt="729.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2304"> <Room> <RoomType code="110169414" text="Superior Double Room - Free soft minibar, courtesy tray - Digital press + VIP Perks"/> <MealType code="1" text="Breakfast"/> <Price amt="894.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2305"> <Room> <RoomType code="110169414" text="Superior Double Room - Free soft minibar, courtesy tray - Digital press + VIP Perks"/> <MealType code="1000041" text="Room only"/> <Price amt="812.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2306"> <Room> <RoomType code="110205156" text="Privilege Double Room - Free soft minibar, courtesy tray - Digital press + VIP Perks"/> <MealType code="1" text="Breakfast"/> <Price amt="988.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2307"> <Room> <RoomType code="110205156" text="Privilege Double Room - Free soft minibar, courtesy tray - Digital press + VIP Perks"/> <MealType code="1000041" text="Room only"/> <Price amt="906.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2308"> <Room> <RoomType code="110205156" text="Privilege Double Room - Free soft minibar, courtesy tray - Digital press + VIP Perks"/> <MealType code="1000041" text="Room only"/> <Price amt="815.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2309"> <Room> <RoomType code="110205156" text="Privilege Double Room - Free soft minibar, courtesy tray - Digital press + VIP Perks"/> <MealType code="1" text="Breakfast"/> <Price amt="888.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2310"> <Room> <RoomType code="110166983" text="Standard Room with Twin beds - Free soft minibar, courtesy tray - Digital press + VIP Perks"/> <MealType code="1000041" text="Room only"/> <Price amt="518.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2311"> <Room> <RoomType code="110166983" text="Standard Room with Twin beds - Free soft minibar, courtesy tray - Digital press + VIP Perks"/> <MealType code="1" text="Breakfast"/> <Price amt="591.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-2312"> <Room> <RoomType code="110166983" text="Standard Room with Twin beds - Free soft minibar, courtesy tray - Digital press + VIP Perks"/> <MealType code="1" text="Breakfast"/> <Price amt="658.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-2313"> <Room> <RoomType code="110166983" text="Standard Room with Twin beds - Free soft minibar, courtesy tray - Digital press + VIP Perks"/> <MealType code="1000041" text="Room only"/> <Price amt="576.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_473901489"> <Hotel id="473901489" name="Courtyard by Marriott Paris Charles de Gaulle Central Airport"/> <Result id="796491517-3590"> <Room> <RoomType code="21868895" text="Superior Room, 1 King Bed, View"/> <MealType code="1" text="Breakfast"/> <Price amt="798.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3591"> <Room> <RoomType code="21868895" text="Superior Room, 1 King Bed, View"/> <MealType code="1000041" text="Room only"/> <Price amt="644.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3592"> <Room> <RoomType code="21868895" text="Superior Room, 1 King Bed, View"/> <MealType code="1" text="Breakfast"/> <Price amt="844.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3593"> <Room> <RoomType code="21868895" text="Superior Room, 1 King Bed, View"/> <MealType code="1000041" text="Room only"/> <Price amt="622.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3594"> <Room> <RoomType code="21868895" text="Superior Room, 1 King Bed, View"/> <MealType code="1" text="Breakfast"/> <Price amt="781.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3595"> <Room> <RoomType code="21868895" text="Superior Room, 1 King Bed, View"/> <MealType code="1000041" text="Room only"/> <Price amt="615.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3596"> <Room> <RoomType code="21868895" text="Superior Room, 1 King Bed, View"/> <MealType code="1000041" text="Room only"/> <Price amt="732.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3597"> <Room> <RoomType code="1030260" text="Superior Room"/> <MealType code="1000041" text="Room only"/> <Price amt="644.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3598"> <Room> <RoomType code="1030260" text="Superior Room"/> <MealType code="1" text="Breakfast"/> <Price amt="844.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3599"> <Room> <RoomType code="1030260" text="Superior Room"/> <MealType code="1000041" text="Room only"/> <Price amt="615.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3600"> <Room> <RoomType code="1030260" text="Superior Room"/> <MealType code="1000041" text="Room only"/> <Price amt="732.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3601"> <Room> <RoomType code="1030260" text="Superior Room"/> <MealType code="1" text="Breakfast"/> <Price amt="798.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3602"> <Room> <RoomType code="1030260" text="Superior Room"/> <MealType code="1" text="Breakfast"/> <Price amt="781.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3603"> <Room> <RoomType code="35597008" text="Deluxe Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="584.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3604"> <Room> <RoomType code="35597008" text="Deluxe Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="772.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3605"> <Room> <RoomType code="35597008" text="Deluxe Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="722.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3606"> <Room> <RoomType code="35597008" text="Deluxe Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="550.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3607"> <Room> <RoomType code="35597008" text="Deluxe Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="706.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3608"> <Room> <RoomType code="35597008" text="Deluxe Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="544.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3609"> <Room> <RoomType code="35597008" text="Deluxe Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="572.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3610"> <Room> <RoomType code="7365911" text="Deluxe Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="584.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3611"> <Room> <RoomType code="7365911" text="Deluxe Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="706.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3612"> <Room> <RoomType code="7365911" text="Deluxe Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="550.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3613"> <Room> <RoomType code="7365911" text="Deluxe Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="798.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3614"> <Room> <RoomType code="7365911" text="Deluxe Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="544.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3615"> <Room> <RoomType code="7365911" text="Deluxe Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="722.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_325549835"> <Hotel id="325549835" name="NOVOTEL PARIS COEUR D ORLY"/> <Result id="796491517-3091"> <Room> <RoomType code="10173752" text="Classic room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="613.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3092"> <Room> <RoomType code="41808874" text="Classic Room with twin beds"/> <MealType code="1000041" text="Room only"/> <Price amt="613.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3093"> <Room> <RoomType code="10173752" text="Classic room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="642.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3094"> <Room> <RoomType code="41808874" text="Classic Room with twin beds"/> <MealType code="1000041" text="Room only"/> <Price amt="642.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3095"> <Room> <RoomType code="10173752" text="Classic room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="646.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3096"> <Room> <RoomType code="41808874" text="Classic Room with twin beds"/> <MealType code="1000041" text="Room only"/> <Price amt="646.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3097"> <Room> <RoomType code="99837486" text="Superior Room with 1 double bed - ideal for a business stay"/> <MealType code="1000041" text="Room only"/> <Price amt="649.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3098"> <Room> <RoomType code="10173752" text="Classic room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="677.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3099"> <Room> <RoomType code="41808874" text="Classic Room with twin beds"/> <MealType code="1000041" text="Room only"/> <Price amt="677.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3100"> <Room> <RoomType code="99837486" text="Superior Room with 1 double bed - ideal for a business stay"/> <MealType code="1000041" text="Room only"/> <Price amt="681.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3101"> <Room> <RoomType code="99837486" text="Superior Room with 1 double bed - ideal for a business stay"/> <MealType code="1000041" text="Room only"/> <Price amt="684.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3102"> <Room> <RoomType code="51759001" text="Family Classic Room with 1 double bed and twin beds"/> <MealType code="1000041" text="Room only"/> <Price amt="690.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3103"> <Room> <RoomType code="10173752" text="Classic room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="714.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3104"> <Room> <RoomType code="41808874" text="Classic Room with twin beds"/> <MealType code="1000041" text="Room only"/> <Price amt="714.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3105"> <Room> <RoomType code="99837486" text="Superior Room with 1 double bed - ideal for a business stay"/> <MealType code="1000041" text="Room only"/> <Price amt="718.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3106"> <Room> <RoomType code="51759001" text="Family Classic Room with 1 double bed and twin beds"/> <MealType code="1000041" text="Room only"/> <Price amt="724.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3107"> <Room> <RoomType code="51759001" text="Family Classic Room with 1 double bed and twin beds"/> <MealType code="1000041" text="Room only"/> <Price amt="728.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3108"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="738.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3109"> <Room> <RoomType code="99837486" text="Superior Room with 1 double bed - ideal for a business stay"/> <MealType code="1000041" text="Room only"/> <Price amt="757.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3110"> <Room> <RoomType code="51759001" text="Family Classic Room with 1 double bed and twin beds"/> <MealType code="1000041" text="Room only"/> <Price amt="764.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3111"> <Room> <RoomType code="41808874" text="Classic Room with twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="772.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3112"> <Room> <RoomType code="10173752" text="Classic room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="772.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3113"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="774.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3114"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="778.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3115"> <Room> <RoomType code="41808874" text="Classic Room with twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="802.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3116"> <Room> <RoomType code="10173752" text="Classic room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="802.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3117"> <Room> <RoomType code="41808874" text="Classic Room with twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="805.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3118"> <Room> <RoomType code="10173752" text="Classic room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="805.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3119"> <Room> <RoomType code="51759001" text="Family Classic Room with 1 double bed and twin beds"/> <MealType code="1000041" text="Room only"/> <Price amt="805.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3120"> <Room> <RoomType code="99837486" text="Superior Room with 1 double bed - ideal for a business stay"/> <MealType code="1" text="Breakfast"/> <Price amt="809.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3121"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="817.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3122"> <Room> <RoomType code="53037766" text="Suite with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="828.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3123"> <Room> <RoomType code="41808874" text="Classic Room with twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="836.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3124"> <Room> <RoomType code="10173752" text="Classic room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="836.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3125"> <Room> <RoomType code="99837486" text="Superior Room with 1 double bed - ideal for a business stay"/> <MealType code="1" text="Breakfast"/> <Price amt="840.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3126"> <Room> <RoomType code="99837486" text="Superior Room with 1 double bed - ideal for a business stay"/> <MealType code="1" text="Breakfast"/> <Price amt="844.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3127"> <Room> <RoomType code="51759001" text="Family Classic Room with 1 double bed and twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="850.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3128"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="862.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3129"> <Room> <RoomType code="41808874" text="Classic Room with twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="866.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3130"> <Room> <RoomType code="10173752" text="Classic room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="866.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3131"> <Room> <RoomType code="53037766" text="Suite with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="869.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3132"> <Room> <RoomType code="53037766" text="Suite with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="874.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3133"> <Room> <RoomType code="99837486" text="Superior Room with 1 double bed - ideal for a business stay"/> <MealType code="1" text="Breakfast"/> <Price amt="877.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3134"> <Room> <RoomType code="51759001" text="Family Classic Room with 1 double bed and twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="883.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3135"> <Room> <RoomType code="51759001" text="Family Classic Room with 1 double bed and twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="887.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3136"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="898.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3137"> <Room> <RoomType code="99837486" text="Superior Room with 1 double bed - ideal for a business stay"/> <MealType code="1" text="Breakfast"/> <Price amt="909.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3138"> <Room> <RoomType code="53037766" text="Suite with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="917.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3139"> <Room> <RoomType code="51759001" text="Family Classic Room with 1 double bed and twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="923.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3140"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="934.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3141"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="938.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3142"> <Room> <RoomType code="51759001" text="Family Classic Room with 1 double bed and twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="957.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3143"> <Room> <RoomType code="53037766" text="Suite with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="968.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3144"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="976.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3145"> <Room> <RoomType code="53037766" text="Suite with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="988.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3146"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1014.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3147"> <Room> <RoomType code="53037766" text="Suite with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1028.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3148"> <Room> <RoomType code="53037766" text="Suite with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1033.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3149"> <Room> <RoomType code="53037766" text="Suite with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1076.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3150"> <Room> <RoomType code="53037766" text="Suite with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1120.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3151"> <Room> <RoomType code="10173752" text="Classic room with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="616.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3152"> <Room> <RoomType code="10173752" text="Classic room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="791.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3153"> <Room> <RoomType code="10173752" text="Classic room with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="792.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3154"> <Room> <RoomType code="41808874" text="Classic Room with twin beds"/> <MealType code="1000041" text="Room only"/> <Price amt="616.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3155"> <Room> <RoomType code="41808874" text="Classic Room with twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="791.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3156"> <Room> <RoomType code="41808874" text="Classic Room with twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="792.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3157"> <Room> <RoomType code="99837486" text="Superior Room with 1 double bed - ideal for a business stay"/> <MealType code="1000041" text="Room only"/> <Price amt="631.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3158"> <Room> <RoomType code="99837486" text="Superior Room with 1 double bed - ideal for a business stay"/> <MealType code="1000041" text="Room only"/> <Price amt="656.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3159"> <Room> <RoomType code="99837486" text="Superior Room with 1 double bed - ideal for a business stay"/> <MealType code="1" text="Breakfast"/> <Price amt="831.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3160"> <Room> <RoomType code="99837486" text="Superior Room with 1 double bed - ideal for a business stay"/> <MealType code="1" text="Breakfast"/> <Price amt="833.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3161"> <Room> <RoomType code="51759001" text="Family Classic Room with 1 double bed and twin beds"/> <MealType code="1000041" text="Room only"/> <Price amt="675.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3162"> <Room> <RoomType code="51759001" text="Family Classic Room with 1 double bed and twin beds"/> <MealType code="1000041" text="Room only"/> <Price amt="701.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3163"> <Room> <RoomType code="51759001" text="Family Classic Room with 1 double bed and twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="843.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3164"> <Room> <RoomType code="51759001" text="Family Classic Room with 1 double bed and twin beds"/> <MealType code="1" text="Breakfast"/> <Price amt="878.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3165"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="725.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3166"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="754.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3167"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="894.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3168"> <Room> <RoomType code="110139398" text="Executive Room with 1 double bed and 1 single sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="932.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3169"> <Room> <RoomType code="53037766" text="Suite with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="820.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3170"> <Room> <RoomType code="53037766" text="Suite with 1 double bed"/> <MealType code="1000041" text="Room only"/> <Price amt="852.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3171"> <Room> <RoomType code="53037766" text="Suite with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="988.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3172"> <Room> <RoomType code="53037766" text="Suite with 1 double bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1032.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3173"> <Room> <RoomType code="110205094" text="Family Twin Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="665.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3174"> <Room> <RoomType code="110205094" text="Family Twin Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="892.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3175"> <Room> <RoomType code="110205094" text="Family Twin Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="764.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3176"> <Room> <RoomType code="110205094" text="Family Twin Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="848.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3177"> <Room> <RoomType code="110205094" text="Family Twin Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="987.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3178"> <Room> <RoomType code="110205094" text="Family Twin Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="698.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3179"> <Room> <RoomType code="110205094" text="Family Twin Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="739.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3180"> <Room> <RoomType code="110205094" text="Family Twin Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="814.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3181"> <Room> <RoomType code="110205094" text="Family Twin Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="888.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3182"> <Room> <RoomType code="110205094" text="Family Twin Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="663.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3183"> <Room> <RoomType code="110205094" text="Family Twin Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="864.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3184"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="552.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3185"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="634.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3186"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="613.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3187"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="693.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3188"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="779.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3189"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="754.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3190"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="746.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3191"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="887.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3192"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="671.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3193"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="613.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3194"> <Room> <RoomType code="18221471" text="Classic Room, 1 Double Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="842.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3195"> <Room> <RoomType code="57256333" text="Superior Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="771.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3196"> <Room> <RoomType code="57256333" text="Superior Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="692.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3197"> <Room> <RoomType code="57256333" text="Superior Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="886.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3198"> <Room> <RoomType code="57256333" text="Superior Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="620.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3199"> <Room> <RoomType code="57256333" text="Superior Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="794.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3200"> <Room> <RoomType code="57256333" text="Superior Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="934.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3201"> <Room> <RoomType code="57256333" text="Superior Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="653.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3202"> <Room> <RoomType code="57256333" text="Superior Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="819.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3203"> <Room> <RoomType code="57256333" text="Superior Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="622.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3204"> <Room> <RoomType code="57256333" text="Superior Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="840.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3205"> <Room> <RoomType code="41993661" text="Classic Twin Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="613.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3206"> <Room> <RoomType code="41993661" text="Classic Twin Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="613.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3207"> <Room> <RoomType code="41993661" text="Classic Twin Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="552.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3208"> <Room> <RoomType code="41993661" text="Classic Twin Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="887.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3209"> <Room> <RoomType code="41993661" text="Classic Twin Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="746.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3210"> <Room> <RoomType code="41993661" text="Classic Twin Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="693.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3211"> <Room> <RoomType code="41993661" text="Classic Twin Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="779.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3212"> <Room> <RoomType code="41993661" text="Classic Twin Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="671.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3213"> <Room> <RoomType code="41993661" text="Classic Twin Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="754.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3214"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="992.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3215"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="775.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3216"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1048.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3217"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="715.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3218"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="912.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3219"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="916.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3220"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="794.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3221"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="750.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3222"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="713.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3223"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="864.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3224"> <Room> <RoomType code="48786700" text="Executive Room, 1 Double Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="943.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3225"> <Room> <RoomType code="39533049" text="Suite, 1 Queen Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="958.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3226"> <Room> <RoomType code="39533049" text="Suite, 1 Queen Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1048.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3227"> <Room> <RoomType code="39533049" text="Suite, 1 Queen Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="806.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3228"> <Room> <RoomType code="39533049" text="Suite, 1 Queen Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="899.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_461480396"> <Hotel id="461480396" name="Holiday Inn Paris CDG Airport, an IHG Hotel"/> <Result id="796491517-3525"> <Room> <RoomType code="74494808" text="Premium Room, 1 King Bed, Garden View"/> <MealType code="1" text="Breakfast"/> <Price amt="1043.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3526"> <Room> <RoomType code="74494808" text="Premium Room, 1 King Bed, Garden View"/> <MealType code="1" text="Breakfast"/> <Price amt="847.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3527"> <Room> <RoomType code="74494808" text="Premium Room, 1 King Bed, Garden View"/> <MealType code="1" text="Breakfast"/> <Price amt="1024.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3528"> <Room> <RoomType code="74494808" text="Premium Room, 1 King Bed, Garden View"/> <MealType code="1000041" text="Room only"/> <Price amt="916.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3529"> <Room> <RoomType code="74494808" text="Premium Room, 1 King Bed, Garden View"/> <MealType code="1000041" text="Room only"/> <Price amt="818.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3530"> <Room> <RoomType code="16130936" text="Standard Room, 1 Queen Bed, Garden View"/> <MealType code="1" text="Breakfast"/> <Price amt="666.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3531"> <Room> <RoomType code="16130936" text="Standard Room, 1 Queen Bed, Garden View"/> <MealType code="1" text="Breakfast"/> <Price amt="838.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3532"> <Room> <RoomType code="16130936" text="Standard Room, 1 Queen Bed, Garden View"/> <MealType code="1000041" text="Room only"/> <Price amt="730.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3533"> <Room> <RoomType code="16130936" text="Standard Room, 1 Queen Bed, Garden View"/> <MealType code="1" text="Breakfast"/> <Price amt="856.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3534"> <Room> <RoomType code="16130936" text="Standard Room, 1 Queen Bed, Garden View"/> <MealType code="1000041" text="Room only"/> <Price amt="630.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3535"> <Room> <RoomType code="27513738" text="Standard Room, 1 Queen Bed, Accessible"/> <MealType code="1000041" text="Room only"/> <Price amt="655.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3536"> <Room> <RoomType code="27513738" text="Standard Room, 1 Queen Bed, Accessible"/> <MealType code="1" text="Breakfast"/> <Price amt="782.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3537"> <Room> <RoomType code="27513738" text="Standard Room, 1 Queen Bed, Accessible"/> <MealType code="1" text="Breakfast"/> <Price amt="594.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3538"> <Room> <RoomType code="27513738" text="Standard Room, 1 Queen Bed, Accessible"/> <MealType code="1000041" text="Room only"/> <Price amt="556.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3539"> <Room> <RoomType code="27513738" text="Standard Room, 1 Queen Bed, Accessible"/> <MealType code="1" text="Breakfast"/> <Price amt="763.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3540"> <Room> <RoomType code="10539569" text="Standard Room, 1 Queen Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="655.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3541"> <Room> <RoomType code="10539569" text="Standard Room, 1 Queen Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="594.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3542"> <Room> <RoomType code="10539569" text="Standard Room, 1 Queen Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="556.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3543"> <Room> <RoomType code="10539569" text="Standard Room, 1 Queen Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="763.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3544"> <Room> <RoomType code="10539569" text="Standard Room, 1 Queen Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="782.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3545"> <Room> <RoomType code="64149280" text="Standard Room, 1 Queen Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="767.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3546"> <Room> <RoomType code="64149280" text="Standard Room, 1 Queen Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="702.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3547"> <Room> <RoomType code="64149280" text="Standard Room, 1 Queen Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="668.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3548"> <Room> <RoomType code="64149280" text="Standard Room, 1 Queen Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="875.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3549"> <Room> <RoomType code="64149280" text="Standard Room, 1 Queen Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="894.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3550"> <Room> <RoomType code="16814807" text="Premium Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="950.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3551"> <Room> <RoomType code="16814807" text="Premium Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="842.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3552"> <Room> <RoomType code="16814807" text="Premium Room, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="743.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3553"> <Room> <RoomType code="16814807" text="Premium Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="775.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3554"> <Room> <RoomType code="16814807" text="Premium Room, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="968.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3555"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="556.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3556"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="763.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3557"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="655.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3558"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="594.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3559"> <Room> <RoomType code="36737437" text="Standard Room, 2 Twin Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="782.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3560"> <Room> <RoomType code="1027503" text="Standard Room"/> <MealType code="1" text="Breakfast"/> <Price amt="594.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3561"> <Room> <RoomType code="1027503" text="Standard Room"/> <MealType code="1" text="Breakfast"/> <Price amt="763.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3562"> <Room> <RoomType code="1027503" text="Standard Room"/> <MealType code="1000041" text="Room only"/> <Price amt="556.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3563"> <Room> <RoomType code="1027503" text="Standard Room"/> <MealType code="1" text="Breakfast"/> <Price amt="782.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3564"> <Room> <RoomType code="1027503" text="Standard Room"/> <MealType code="1000041" text="Room only"/> <Price amt="655.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3565"> <Room> <RoomType code="47447588" text="Standard Room, 2 Twin Beds, Garden View"/> <MealType code="1" text="Breakfast"/> <Price amt="856.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3566"> <Room> <RoomType code="47447588" text="Standard Room, 2 Twin Beds, Garden View"/> <MealType code="1000041" text="Room only"/> <Price amt="630.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3567"> <Room> <RoomType code="47447588" text="Standard Room, 2 Twin Beds, Garden View"/> <MealType code="1" text="Breakfast"/> <Price amt="666.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3568"> <Room> <RoomType code="47447588" text="Standard Room, 2 Twin Beds, Garden View"/> <MealType code="1" text="Breakfast"/> <Price amt="838.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3569"> <Room> <RoomType code="47447588" text="Standard Room, 2 Twin Beds, Garden View"/> <MealType code="1000041" text="Room only"/> <Price amt="730.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3570"> <Room> <RoomType code="110205159" text="Room, 1 Queen Bed with Sofa bed, Garden View"/> <MealType code="1000041" text="Room only"/> <Price amt="842.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3571"> <Room> <RoomType code="110205159" text="Room, 1 Queen Bed with Sofa bed, Garden View"/> <MealType code="1000041" text="Room only"/> <Price amt="743.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3572"> <Room> <RoomType code="110205159" text="Room, 1 Queen Bed with Sofa bed, Garden View"/> <MealType code="1" text="Breakfast"/> <Price amt="775.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3573"> <Room> <RoomType code="110205159" text="Room, 1 Queen Bed with Sofa bed, Garden View"/> <MealType code="1" text="Breakfast"/> <Price amt="950.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-3574"> <Room> <RoomType code="110205159" text="Room, 1 Queen Bed with Sofa bed, Garden View"/> <MealType code="1" text="Breakfast"/> <Price amt="968.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_1786347"> <Hotel id="1786347" name="Paris Marriott Charles de Gaulle Airport Hotel"/> <Result id="796491517-1735"> <Room> <RoomType code="63464169" text="Classic King Room, Guest room, 1 King"/> <MealType code="1000041" text="Room only"/> <Price amt="874.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1736"> <Room> <RoomType code="43217805" text="Deluxe, Guest room, 1 King, Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="968.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1737"> <Room> <RoomType code="60231013" text="Classic Twin Room, Guest room, 2 Twin/Single Bed(s)"/> <MealType code="1" text="Breakfast"/> <Price amt="1057.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1738"> <Room> <RoomType code="110205036" text="Family Room, Larger Guest room, 2 Queen"/> <MealType code="1000041" text="Room only"/> <Price amt="1132.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1739"> <Room> <RoomType code="110205038" text="Executive King Room, Guest room, 1 King, Breakfast"/> <MealType code="1000041" text="Room only"/> <Price amt="1132.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1740"> <Room> <RoomType code="110205041" text="Family Prestige, Larger Guest room, 2 Doubles"/> <MealType code="1000041" text="Room only"/> <Price amt="1174.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1741"> <Room> <RoomType code="110205044" text="Executive Prestige, Guest room, 1 King"/> <MealType code="1000041" text="Room only"/> <Price amt="1261.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1742"> <Room> <RoomType code="110205088" text="Executive Prestige + VIP Perks"/> <MealType code="1" text="Breakfast"/> <Price amt="873.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1743"> <Room> <RoomType code="110205088" text="Executive Prestige + VIP Perks"/> <MealType code="1" text="Breakfast"/> <Price amt="1139.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1744"> <Room> <RoomType code="110205088" text="Executive Prestige + VIP Perks"/> <MealType code="1" text="Breakfast"/> <Price amt="968.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1745"> <Room> <RoomType code="110205088" text="Executive Prestige + VIP Perks"/> <MealType code="1" text="Breakfast"/> <Price amt="1027.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1746"> <Room> <RoomType code="7381514" text="Deluxe Room, 1 King Bed, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="712.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1747"> <Room> <RoomType code="7381514" text="Deluxe Room, 1 King Bed, Non Smoking"/> <MealType code="1" text="Breakfast"/> <Price amt="716.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1748"> <Room> <RoomType code="7381514" text="Deluxe Room, 1 King Bed, Non Smoking"/> <MealType code="1" text="Breakfast"/> <Price amt="783.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1749"> <Room> <RoomType code="7381514" text="Deluxe Room, 1 King Bed, Non Smoking"/> <MealType code="1" text="Breakfast"/> <Price amt="644.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1750"> <Room> <RoomType code="7381514" text="Deluxe Room, 1 King Bed, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="789.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1751"> <Room> <RoomType code="7381514" text="Deluxe Room, 1 King Bed, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="616.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1752"> <Room> <RoomType code="17509711" text="Suite, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1494.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1753"> <Room> <RoomType code="17509711" text="Suite, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1724.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1754"> <Room> <RoomType code="110172868" text="Executive Room, 1 King Bed + VIP Perks"/> <MealType code="1000041" text="Room only"/> <Price amt="922.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1755"> <Room> <RoomType code="110172868" text="Executive Room, 1 King Bed + VIP Perks"/> <MealType code="1000041" text="Room only"/> <Price amt="800.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1756"> <Room> <RoomType code="110172868" text="Executive Room, 1 King Bed + VIP Perks"/> <MealType code="1000041" text="Room only"/> <Price amt="790.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1757"> <Room> <RoomType code="110172868" text="Executive Room, 1 King Bed + VIP Perks"/> <MealType code="1" text="Breakfast"/> <Price amt="1103.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1758"> <Room> <RoomType code="110172868" text="Executive Room, 1 King Bed + VIP Perks"/> <MealType code="1" text="Breakfast"/> <Price amt="779.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1759"> <Room> <RoomType code="110172868" text="Executive Room, 1 King Bed + VIP Perks"/> <MealType code="1000041" text="Room only"/> <Price amt="1022.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1760"> <Room> <RoomType code="44041671" text="Deluxe Room, 1 King Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="910.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1761"> <Room> <RoomType code="44041671" text="Deluxe Room, 1 King Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="704.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1762"> <Room> <RoomType code="44041671" text="Deluxe Room, 1 King Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="788.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1763"> <Room> <RoomType code="44041671" text="Deluxe Room, 1 King Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="682.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1764"> <Room> <RoomType code="43225672" text="Deluxe Room, 2 Twin Beds, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="643.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1765"> <Room> <RoomType code="43225672" text="Deluxe Room, 2 Twin Beds, Non Smoking"/> <MealType code="1" text="Breakfast"/> <Price amt="861.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1766"> <Room> <RoomType code="43225672" text="Deluxe Room, 2 Twin Beds, Non Smoking"/> <MealType code="1" text="Breakfast"/> <Price amt="716.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1767"> <Room> <RoomType code="43225672" text="Deluxe Room, 2 Twin Beds, Non Smoking"/> <MealType code="1" text="Breakfast"/> <Price amt="674.40"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1768"> <Room> <RoomType code="43225672" text="Deluxe Room, 2 Twin Beds, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="649.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1769"> <Room> <RoomType code="43225672" text="Deluxe Room, 2 Twin Beds, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="750.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1770"> <Room> <RoomType code="43225672" text="Deluxe Room, 2 Twin Beds, Non Smoking"/> <MealType code="1000041" text="Room only"/> <Price amt="832.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1771"> <Room> <RoomType code="40366616" text="Suite, 1 King Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1234.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1772"> <Room> <RoomType code="40366616" text="Suite, 1 King Bed with Sofa bed"/> <MealType code="1000041" text="Room only"/> <Price amt="1237.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1773"> <Room> <RoomType code="40366616" text="Suite, 1 King Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1372.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1774"> <Room> <RoomType code="40366616" text="Suite, 1 King Bed with Sofa bed"/> <MealType code="1" text="Breakfast"/> <Price amt="1075.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1775"> <Room> <RoomType code="110205089" text="Family Room, 2 Double Beds, Non Smoking + VIP Perks"/> <MealType code="1" text="Breakfast"/> <Price amt="1002.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1776"> <Room> <RoomType code="110205089" text="Family Room, 2 Double Beds, Non Smoking + VIP Perks"/> <MealType code="1" text="Breakfast"/> <Price amt="1234.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1777"> <Room> <RoomType code="110205089" text="Family Room, 2 Double Beds, Non Smoking + VIP Perks"/> <MealType code="1" text="Breakfast"/> <Price amt="1110.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1778"> <Room> <RoomType code="110205089" text="Family Room, 2 Double Beds, Non Smoking + VIP Perks"/> <MealType code="1" text="Breakfast"/> <Price amt="965.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1779"> <Room> <RoomType code="110205089" text="Family Room, 2 Double Beds, Non Smoking + VIP Perks"/> <MealType code="1" text="Breakfast"/> <Price amt="1113.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1780"> <Room> <RoomType code="12556151" text="Family Room, 2 Double Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="779.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1781"> <Room> <RoomType code="12556151" text="Family Room, 2 Double Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="790.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-1782"> <Room> <RoomType code="12556151" text="Family Room, 2 Double Beds"/> <MealType code="1000041" text="Room only"/> <Price amt="922.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> <Result id="796491517-1783"> <Room> <RoomType code="12556151" text="Family Room, 2 Double Beds"/> <MealType code="1" text="Breakfast"/> <Price amt="995.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-17"/> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="796491517_452833622"> <Hotel id="452833622" name="Kimpton Paris"/> <Result id="796491517-3491"> <Room> <RoomType code="73672780" text="ONE KING BED PREMIUM"/> <MealType code="1000041" text="Room only"/> <Price amt="2156.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3492"> <Room> <RoomType code="73672780" text="ONE KING BED PREMIUM"/> <MealType code="1000041" text="Room only"/> <Price amt="2476.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3493"> <Room> <RoomType code="73672780" text="ONE KING BED PREMIUM"/> <MealType code="1" text="Breakfast"/> <Price amt="2644.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3494"> <Room> <RoomType code="73672780" text="ONE KING BED PREMIUM"/> <MealType code="1" text="Breakfast"/> <Price amt="2324.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3495"> <Room> <RoomType code="73707992" text="2 TWIN BEDS PREMIUM"/> <MealType code="1" text="Breakfast"/> <Price amt="2324.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3496"> <Room> <RoomType code="73707992" text="2 TWIN BEDS PREMIUM"/> <MealType code="1000041" text="Room only"/> <Price amt="2476.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3497"> <Room> <RoomType code="73707992" text="2 TWIN BEDS PREMIUM"/> <MealType code="1000041" text="Room only"/> <Price amt="2156.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3498"> <Room> <RoomType code="73707992" text="2 TWIN BEDS PREMIUM"/> <MealType code="1" text="Breakfast"/> <Price amt="2644.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3499"> <Room> <RoomType code="110205148" text="One King Bed Premium With Balcony"/> <MealType code="1" text="Breakfast"/> <Price amt="2859.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3500"> <Room> <RoomType code="110205148" text="One King Bed Premium With Balcony"/> <MealType code="1000041" text="Room only"/> <Price amt="2370.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3501"> <Room> <RoomType code="110205148" text="One King Bed Premium With Balcony"/> <MealType code="1" text="Breakfast"/> <Price amt="2538.80"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3502"> <Room> <RoomType code="110205148" text="One King Bed Premium With Balcony"/> <MealType code="1000041" text="Room only"/> <Price amt="2691.20"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3503"> <Room> <RoomType code="110205150" text="Suite, 1 King Bed, View (Collection Opera View)"/> <MealType code="1000041" text="Room only"/> <Price amt="4604.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3504"> <Room> <RoomType code="110205150" text="Suite, 1 King Bed, View (Collection Opera View)"/> <MealType code="1" text="Breakfast"/> <Price amt="5092.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3505"> <Room> <RoomType code="110205150" text="Suite, 1 King Bed, View (Collection Opera View)"/> <MealType code="1000041" text="Room only"/> <Price amt="4924.80"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3506"> <Room> <RoomType code="110205152" text="Premium Room, 1 King Bed, View, Tower (Eiffel Tower View)"/> <MealType code="1000041" text="Room only"/> <Price amt="2735.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3507"> <Room> <RoomType code="110205152" text="Premium Room, 1 King Bed, View, Tower (Eiffel Tower View)"/> <MealType code="1" text="Breakfast"/> <Price amt="2903.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3508"> <Room> <RoomType code="110205152" text="Premium Room, 1 King Bed, View, Tower (Eiffel Tower View)"/> <MealType code="1000041" text="Room only"/> <Price amt="3055.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3509"> <Room> <RoomType code="110205152" text="Premium Room, 1 King Bed, View, Tower (Eiffel Tower View)"/> <MealType code="1" text="Breakfast"/> <Price amt="3224.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3510"> <Room> <RoomType code="17509711" text="Suite, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="3445.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3511"> <Room> <RoomType code="17509711" text="Suite, 1 King Bed"/> <MealType code="1000041" text="Room only"/> <Price amt="3766.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3512"> <Room> <RoomType code="17509711" text="Suite, 1 King Bed"/> <MealType code="1" text="Breakfast"/> <Price amt="3934.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3513"> <Room> <RoomType code="110173457" text="Premium Room, 1 King Bed, Balcony, View (Opera View)"/> <MealType code="1000041" text="Room only"/> <Price amt="2906.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3514"> <Room> <RoomType code="110173457" text="Premium Room, 1 King Bed, Balcony, View (Opera View)"/> <MealType code="1000041" text="Room only"/> <Price amt="2585.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3515"> <Room> <RoomType code="110173457" text="Premium Room, 1 King Bed, Balcony, View (Opera View)"/> <MealType code="1" text="Breakfast"/> <Price amt="3074.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3516"> <Room> <RoomType code="110173457" text="Premium Room, 1 King Bed, Balcony, View (Opera View)"/> <MealType code="1" text="Breakfast"/> <Price amt="2754.00"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3517"> <Room> <RoomType code="89890124" text="Room (Essential)"/> <MealType code="1000041" text="Room only"/> <Price amt="1819.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3518"> <Room> <RoomType code="89890124" text="Room (Essential)"/> <MealType code="1000041" text="Room only"/> <Price amt="2140.00"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3519"> <Room> <RoomType code="89890124" text="Room (Essential)"/> <MealType code="1" text="Breakfast"/> <Price amt="2308.40"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3520"> <Room> <RoomType code="89890124" text="Room (Essential)"/> <MealType code="1" text="Breakfast"/> <Price amt="1987.60"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3521"> <Room> <RoomType code="84803433" text="Room, 1 King Bed (Essential)"/> <MealType code="1000041" text="Room only"/> <Price amt="1969.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> <Result id="796491517-3522"> <Room> <RoomType code="84803433" text="Room, 1 King Bed (Essential)"/> <MealType code="1" text="Breakfast"/> <Price amt="2457.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3523"> <Room> <RoomType code="84803433" text="Room, 1 King Bed (Essential)"/> <MealType code="1000041" text="Room only"/> <Price amt="2289.60"/> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2024-12-16"/> </Room> </Result> <Result id="796491517-3524"> <Room> <RoomType code="84803433" text="Room, 1 King Bed (Essential)"/> <MealType code="1" text="Breakfast"/> <Price amt="2137.20"/> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2024-09-24"/> </Room> </Result> </HotelAvailability> </AvailabilitySearchResult>