Multiple Hotels

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 Hotel, then you must include the HotelId tag and you must omit the RegionId tag and the Hotels Tag.
  • 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 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>

(optional)

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

<Hotels>

Containing multiple <Id> elements

Array of integers

<Hotels>

<Id>hotelid1</Id>

<Id>hotelid2</Id>

<Id>hotelid3</Id>

</Hotels>

This can be used in combination with a <RegionId> to select specific properties

within a destination, or without <RegionId> if hotels are across multiple destinations and should not be used with <HotelId> element.

See specifying search Target notes above.

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

<Price>

Complex

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

<Messages>

Complex

Special notes provided by the hotel are provided here. These must be displayed to the guests. Not all messages are available at this stage in the booking process.

<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> <Hotels> <Id>{{HotelId1}}</Id> <Id>{{HotelId2}}</Id> <Id>{{HotelId3}}</Id> </Hotels> <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="910071033_324524"> <Hotel id="324524" name="Atlantis The Palm" /> <Result id="910071033-201"> <Room> <RoomType code="118233692" text="Imperial Club King Ocean (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="781.98" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-202"> <Room> <RoomType code="118233693" text="Imperial Club King Palm (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="839.80" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-203"> <Room> <RoomType code="118233694" text="Imperial Club Queen Ocean (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="861.54" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-204"> <Room> <RoomType code="118233696" text="Imperial Club Queen Palm (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="924.04" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-205"> <Room> <RoomType code="118233695" text="One Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1118.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-206"> <Room> <RoomType code="118233697" text="One Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1187.16" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-207"> <Room> <RoomType code="118233698" text="One Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1426.78" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-208"> <Room> <RoomType code="118233699" text="2-bedroom Family Club Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1561.77" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-209"> <Room> <RoomType code="3596607" text="Two Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1997.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-210"> <Room> <RoomType code="118233700" text="Two Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2119.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-211"> <Room> <RoomType code="118233701" text="Two Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2397.62" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-212"> <Room> <RoomType code="21409195" text="Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="910.42" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-213"> <Room> <RoomType code="21409195" text="Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="952.02" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-214"> <Room> <RoomType code="21409195" text="Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1057.16" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-215"> <Room> <RoomType code="113480312" text="Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="971.78" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-216"> <Room> <RoomType code="113480312" text="Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1016.29" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-217"> <Room> <RoomType code="113480312" text="Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1121.43" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-218"> <Room> <RoomType code="118203752" text="Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1188.20" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-219"> <Room> <RoomType code="118203752" text="Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1242.59" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-220"> <Room> <RoomType code="118203752" text="Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1347.74" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-221"> <Room> <RoomType code="118203760" text="2 Bedroom Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1703.62" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-222"> <Room> <RoomType code="118203760" text="2 Bedroom Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1781.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-223"> <Room> <RoomType code="118203760" text="2 Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1886.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-224"> <Room> <RoomType code="118203765" text="2 Bedroom Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1815.32" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-225"> <Room> <RoomType code="118203765" text="2 Bedroom Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1898.21" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-226"> <Room> <RoomType code="118203765" text="2 Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2003.35" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-227"> <Room> <RoomType code="118205456" text="2 Bedroom Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2065.02" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-228"> <Room> <RoomType code="118205456" text="2 Bedroom Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2159.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-229"> <Room> <RoomType code="118205456" text="2 Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2264.70" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-230"> <Room> <RoomType code="118203771" text="2 Bedroom Family Club Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1292.93" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-231"> <Room> <RoomType code="118203771" text="2 Bedroom Family Club Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1352.10" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-232"> <Room> <RoomType code="118203771" text="2 Bedroom Family Club Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1457.25" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-233"> <Room> <RoomType code="118205458" text="Imperial Club King Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="604.55" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-234"> <Room> <RoomType code="118205458" text="Imperial Club King Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="632.32" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-235"> <Room> <RoomType code="118205458" text="Imperial Club King Ocean View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="737.36" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-236"> <Room> <RoomType code="118205459" text="Imperial Club King Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="656.34" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-237"> <Room> <RoomType code="118205459" text="Imperial Club King Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="686.30" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-238"> <Room> <RoomType code="118205459" text="Imperial Club King Palm View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="791.44" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-239"> <Room> <RoomType code="118203774" text="Imperial Club Queen Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="675.69" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-240"> <Room> <RoomType code="118203774" text="Imperial Club Queen Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="706.78" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-241"> <Room> <RoomType code="118203774" text="Imperial Club Queen Ocean View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="811.82" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-242"> <Room> <RoomType code="118203778" text="Imperial Club Queen Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="731.54" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-243"> <Room> <RoomType code="118203778" text="Imperial Club Queen Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="765.13" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-244"> <Room> <RoomType code="118203778" text="Imperial Club Queen Palm View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="870.27" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-245"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="615.26" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-246"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="643.45" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-247"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1000019" text="Half board" /> <Price amt="857.48" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-248"> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="667.68" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-249"> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="698.36" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-250"> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1000019" text="Half board" /> <Price amt="912.39" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-251"> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="687.75" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-252"> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="719.26" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-253"> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="825.97" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-254"> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1000019" text="Half board" /> <Price amt="932.98" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-255"> <Room> <RoomType code="118186366" text="Imperial Club Queen Ocean View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="687.75" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-256"> <Room> <RoomType code="118186366" text="Imperial Club Queen Ocean View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="719.26" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-257"> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="744.43" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-258"> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="778.75" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-259"> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="885.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-260"> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1000019" text="Half board" /> <Price amt="992.37" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-261"> <Room> <RoomType code="118186401" text="Imperial Club Queen Palm View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="744.43" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-262"> <Room> <RoomType code="118186401" text="Imperial Club Queen Palm View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="778.75" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-263"> <Room> <RoomType code="7138740" text="One Bedroom Terrace Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="926.33" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-264"> <Room> <RoomType code="7138740" text="One Bedroom Terrace Suite " /> <MealType code="1000019" text="Half board" /> <Price amt="1075.78" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-265"> <Room> <RoomType code="1104744" text="Suite with Terrace " /> <MealType code="1" text="Breakfast" /> <Price amt="926.33" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-266"> <Room> <RoomType code="118193814" text="1-Bed Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="988.83" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-267"> <Room> <RoomType code="118193814" text="1-Bed Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1033.97" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-268"> <Room> <RoomType code="118193814" text="1-Bed Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1141.09" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-269"> <Room> <RoomType code="84018545" text="Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="988.83" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-270"> <Room> <RoomType code="84018545" text="Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1141.09" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-271"> <Room> <RoomType code="1748361" text="Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1209.00" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-272"> <Room> <RoomType code="1748361" text="Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1264.43" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-273"> <Room> <RoomType code="1748361" text="Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1371.45" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-274"> <Room> <RoomType code="65687020" text="One Bedroom Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1209.00" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-275"> <Room> <RoomType code="65687020" text="One Bedroom Regal Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1371.45" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-276"> <Room> <RoomType code="102917568" text="Two Bedroom Family Club Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1315.70" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-277"> <Room> <RoomType code="102917568" text="Two Bedroom Family Club Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1375.71" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-278"> <Room> <RoomType code="63643396" text="Two Bedroom Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1733.26" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-279"> <Room> <RoomType code="63643396" text="Two Bedroom Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1812.62" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-280"> <Room> <RoomType code="101544172" text="2 BEDROOM TERRACE SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="1733.26" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-281"> <Room> <RoomType code="101544172" text="2 BEDROOM TERRACE SUITE" /> <MealType code="1000019" text="Half board" /> <Price amt="1919.74" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-282"> <Room> <RoomType code="101556805" text="2 Bedroom Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1846.94" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-283"> <Room> <RoomType code="101556805" text="2 Bedroom Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2038.61" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-284"> <Room> <RoomType code="118194221" text="Two Bedroom Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2101.32" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-285"> <Room> <RoomType code="118194221" text="Two Bedroom Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2197.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-286"> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1" text="Breakfast" /> <Price amt="2101.32" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-287"> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1000019" text="Half board" /> <Price amt="2304.43" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-288"> <Room> <RoomType code="3746085" text="Presidential Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="3565.85" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-289"> <Room> <RoomType code="118194094" text="Poseidon Underwater Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="5078.32" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-290"> <Room> <RoomType code="118186520" text="Grand Atlantis Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="7887.88" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-291"> <Room> <RoomType code="103281294" text="PALM KING." /> <MealType code="1000019" text="Half board" /> <Price amt="30321.30" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-292"> <Room> <RoomType code="103281294" text="PALM KING." /> <MealType code="1" text="Breakfast" /> <Price amt="30321.30" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-293"> <Room> <RoomType code="104960874" text="PALM QUEEN." /> <MealType code="1000019" text="Half board" /> <Price amt="30321.30" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-294"> <Room> <RoomType code="104960874" text="PALM QUEEN." /> <MealType code="1" text="Breakfast" /> <Price amt="30321.30" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-295"> <Room> <RoomType code="118198064" text="1 BED SKYLINE SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="991.95" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-296"> <Room> <RoomType code="118198064" text="1 BED SKYLINE SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="948.48" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-297"> <Room> <RoomType code="118198067" text="TERRACE SUITE (1BR)" /> <MealType code="1" text="Breakfast" /> <Price amt="929.24" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-298"> <Room> <RoomType code="118198067" text="TERRACE SUITE (1BR)" /> <MealType code="1" text="Breakfast" /> <Price amt="888.68" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-299"> <Room> <RoomType code="118198075" text="IMPERIAL CLUB QUEEN ROOM PALM VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="746.82" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-300"> <Room> <RoomType code="118198075" text="IMPERIAL CLUB QUEEN ROOM PALM VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="714.06" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-301"> <Room> <RoomType code="118198079" text="IMPERIAL CLUB QUEEN ROOM OCEAN VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="689.83" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-302"> <Room> <RoomType code="118198082" text="IMPERIAL CLUB KING ROOM PALM VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="669.86" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-303"> <Room> <RoomType code="118198079" text="IMPERIAL CLUB QUEEN ROOM OCEAN VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="659.57" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-304"> <Room> <RoomType code="118198082" text="IMPERIAL CLUB KING ROOM PALM VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="640.64" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-305"> <Room> <RoomType code="117292487" text="IMPERIAL CLUB KING ROOM OCEAN VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="617.14" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-306"> <Room> <RoomType code="117292487" text="IMPERIAL CLUB KING ROOM OCEAN VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="590.10" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-307"> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1" text="Breakfast" /> <Price amt="2107.87" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-308"> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1" text="Breakfast" /> <Price amt="2015.62" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-309"> <Room> <RoomType code="118198048" text="2 BED SKYLINE SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="1852.76" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-310"> <Room> <RoomType code="118198048" text="2 BED SKYLINE SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="1771.95" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-311"> <Room> <RoomType code="101544172" text="2 BEDROOM TERRACE SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="1738.78" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-312"> <Room> <RoomType code="101544172" text="2 BEDROOM TERRACE SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="1662.86" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-313"> <Room> <RoomType code="101101731" text="2 BEDROOM FAMILY CLUB ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="1319.76" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-314"> <Room> <RoomType code="101101731" text="2 BEDROOM FAMILY CLUB ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="1262.04" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-315"> <Room> <RoomType code="118194807" text="Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1212.85" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-316"> <Room> <RoomType code="118194807" text="Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1159.81" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-317"> <Room> <RoomType code="118198079" text="IMPERIAL CLUB QUEEN ROOM OCEAN VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="1044.47" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-318"> <Room> <RoomType code="118198067" text="TERRACE SUITE (1BR)" /> <MealType code="1000019" text="Half board" /> <Price amt="1031.89" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-319"> <Room> <RoomType code="118198082" text="IMPERIAL CLUB KING ROOM PALM VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="1023.57" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-320"> <Room> <RoomType code="117292487" text="IMPERIAL CLUB KING ROOM OCEAN VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="967.20" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-321"> <Room> <RoomType code="118198075" text="IMPERIAL CLUB QUEEN ROOM PALM VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="901.99" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-322"> <Room> <RoomType code="118198075" text="IMPERIAL CLUB QUEEN ROOM PALM VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="849.47" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-323"> <Room> <RoomType code="118198079" text="IMPERIAL CLUB QUEEN ROOM OCEAN VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="840.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-324"> <Room> <RoomType code="118198082" text="IMPERIAL CLUB KING ROOM PALM VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="819.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-325"> <Room> <RoomType code="118198079" text="IMPERIAL CLUB QUEEN ROOM OCEAN VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="792.48" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-326"> <Room> <RoomType code="118198082" text="IMPERIAL CLUB KING ROOM PALM VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="772.51" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-327"> <Room> <RoomType code="117292487" text="IMPERIAL CLUB KING ROOM OCEAN VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="763.57" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-328"> <Room> <RoomType code="117292487" text="IMPERIAL CLUB KING ROOM OCEAN VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="719.78" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-329"> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1000019" text="Half board" /> <Price amt="2747.47" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-330"> <Room> <RoomType code="118198048" text="2 BED SKYLINE SUITE" /> <MealType code="1000019" text="Half board" /> <Price amt="2476.45" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-331"> <Room> <RoomType code="101544172" text="2 BEDROOM TERRACE SUITE" /> <MealType code="1000019" text="Half board" /> <Price amt="2356.85" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-332"> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1000019" text="Half board" /> <Price amt="2340.31" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-333"> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1000019" text="Half board" /> <Price amt="2210.52" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-334"> <Room> <RoomType code="118198048" text="2 BED SKYLINE SUITE" /> <MealType code="1000019" text="Half board" /> <Price amt="2069.18" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-335"> <Room> <RoomType code="118198048" text="2 BED SKYLINE SUITE" /> <MealType code="1000019" text="Half board" /> <Price amt="1955.41" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-336"> <Room> <RoomType code="101544172" text="2 BEDROOM TERRACE SUITE" /> <MealType code="1000019" text="Half board" /> <Price amt="1949.69" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-337"> <Room> <RoomType code="101101731" text="2 BEDROOM FAMILY CLUB ROOM " /> <MealType code="1000019" text="Half board" /> <Price amt="1931.59" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-338"> <Room> <RoomType code="101544172" text="2 BEDROOM TERRACE SUITE" /> <MealType code="1000019" text="Half board" /> <Price amt="1841.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-339"> <Room> <RoomType code="118198098" text="1 BEDROOM REGAL SUITE " /> <MealType code="1000019" text="Half board" /> <Price amt="1596.30" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-340"> <Room> <RoomType code="101101731" text="2 BEDROOM FAMILY CLUB ROOM " /> <MealType code="1000019" text="Half board" /> <Price amt="1524.43" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-341"> <Room> <RoomType code="101101731" text="2 BEDROOM FAMILY CLUB ROOM " /> <MealType code="1000019" text="Half board" /> <Price amt="1422.41" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-342"> <Room> <RoomType code="118198098" text="1 BEDROOM REGAL SUITE " /> <MealType code="1000019" text="Half board" /> <Price amt="1392.66" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-343"> <Room> <RoomType code="118198064" text="1 BED SKYLINE SUITE" /> <MealType code="1000019" text="Half board" /> <Price amt="1362.40" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-344"> <Room> <RoomType code="118194807" text="Regal Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1315.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-345"> <Room> <RoomType code="118198067" text="TERRACE SUITE (1BR)" /> <MealType code="1000019" text="Half board" /> <Price amt="1295.53" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-346"> <Room> <RoomType code="118198064" text="1 BED SKYLINE SUITE" /> <MealType code="1000019" text="Half board" /> <Price amt="1158.77" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-347"> <Room> <RoomType code="118198075" text="IMPERIAL CLUB QUEEN ROOM PALM VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="1105.62" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-348"> <Room> <RoomType code="118198064" text="1 BED SKYLINE SUITE" /> <MealType code="1000019" text="Half board" /> <Price amt="1094.60" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-349"> <Room> <RoomType code="118198067" text="TERRACE SUITE (1BR)" /> <MealType code="1000019" text="Half board" /> <Price amt="1091.90" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-350"> <Room> <RoomType code="47417064" text="Suite - 2 Bedrooms" /> <MealType code="1000019" text="Half board" /> <Price amt="1956.86" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-351"> <Room> <RoomType code="48784755" text="Club Family Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1511.54" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-352"> <Room> <RoomType code="118194807" text="Regal Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1397.97" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-353"> <Room> <RoomType code="1184801" text="Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1096.58" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-354"> <Room> <RoomType code="7138739" text="Imperial Club Room " /> <MealType code="1000019" text="Half board" /> <Price amt="955.66" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-355"> <Room> <RoomType code="118194937" text="Imperial Club Room - Sea View" /> <MealType code="1000019" text="Half board" /> <Price amt="890.03" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-356"> <Room> <RoomType code="47417064" text="Suite - 2 Bedrooms" /> <MealType code="1" text="Breakfast" /> <Price amt="1847.77" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-357"> <Room> <RoomType code="47417064" text="Suite - 2 Bedrooms" /> <MealType code="1" text="Breakfast" /> <Price amt="1739.09" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-358"> <Room> <RoomType code="7134181" text="SUITE CLUB" /> <MealType code="1" text="Breakfast" /> <Price amt="1522.87" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-359"> <Room> <RoomType code="48784755" text="Club Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1402.54" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-360"> <Room> <RoomType code="48784755" text="Club Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1319.86" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-361"> <Room> <RoomType code="118194807" text="Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1288.87" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-362"> <Room> <RoomType code="118194807" text="Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1212.95" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-363"> <Room> <RoomType code="1184801" text="Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="987.48" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-364"> <Room> <RoomType code="1184801" text="Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="929.34" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-365"> <Room> <RoomType code="26157213" text="Club Room - Sea View" /> <MealType code="1" text="Breakfast" /> <Price amt="809.43" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-366"> <Room> <RoomType code="7138739" text="Imperial Club Room " /> <MealType code="1" text="Breakfast" /> <Price amt="711.88" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-367"> <Room> <RoomType code="7138739" text="Imperial Club Room " /> <MealType code="1" text="Breakfast" /> <Price amt="669.97" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-368"> <Room> <RoomType code="118194937" text="Imperial Club Room - Sea View" /> <MealType code="1" text="Breakfast" /> <Price amt="655.82" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-369"> <Room> <RoomType code="118194937" text="Imperial Club Room - Sea View" /> <MealType code="1" text="Breakfast" /> <Price amt="617.14" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910071033_429683260"> <Hotel id="429683260" name="Atlantis The Royal" /> <Result id="910071033-0"> <Room> <RoomType code="112185218" text="Royal Club King Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1051.13" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-1"> <Room> <RoomType code="112185218" text="Royal Club King Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1168.13" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-2"> <Room> <RoomType code="112185218" text="Royal Club King Palm View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1310.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-3"> <Room> <RoomType code="115201444" text="Royal Club King Sea View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="980.72" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-4"> <Room> <RoomType code="115201444" text="Royal Club King Sea View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1089.71" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-5"> <Room> <RoomType code="115201444" text="Royal Club King Sea View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1232.09" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-6"> <Room> <RoomType code="118211973" text="Royal Club Queen Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1163.76" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-7"> <Room> <RoomType code="118211973" text="Royal Club Queen Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1293.03" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-8"> <Room> <RoomType code="118211973" text="Royal Club Queen Palm View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1435.41" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-9"> <Room> <RoomType code="118211974" text="Royal Club Queen Sea View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1093.35" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-10"> <Room> <RoomType code="118211974" text="Royal Club Queen Sea View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1214.62" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-11"> <Room> <RoomType code="118211974" text="Royal Club Queen Sea View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1356.99" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-12"> <Room> <RoomType code="117355360" text="2-bedroom Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2242.55" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-13"> <Room> <RoomType code="117355360" text="2-bedroom Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2491.63" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-14"> <Room> <RoomType code="117355360" text="2-bedroom Sky Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2634.01" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-15"> <Room> <RoomType code="117355362" text="3-bedroom Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3053.23" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-16"> <Room> <RoomType code="117355362" text="3-bedroom Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3392.48" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-17"> <Room> <RoomType code="117355362" text="3-bedroom Sky Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3534.86" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-18"> <Room> <RoomType code="118203547" text="Sky Terrace Family Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1506.34" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-19"> <Room> <RoomType code="118203547" text="Sky Terrace Family Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1673.67" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-20"> <Room> <RoomType code="118203547" text="Sky Terrace Family Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1816.15" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-21"> <Room> <RoomType code="118224441" text="Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1430.42" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-22"> <Room> <RoomType code="118224441" text="Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1589.43" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-23"> <Room> <RoomType code="118224441" text="Sky Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1731.81" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-24"> <Room> <RoomType code="118203554" text="Sky Pool Villa Palm View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3763.24" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-25"> <Room> <RoomType code="118203558" text="Sky Pool Villa Sea View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3389.15" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-26"> <Room> <RoomType code="113507307" text="ROYAL CLUB KING SEA VIEW ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="1009.22" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-27"> <Room> <RoomType code="113507307" text="ROYAL CLUB KING SEA VIEW ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="1121.12" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-28"> <Room> <RoomType code="113507307" text="ROYAL CLUB KING SEA VIEW ROOM" /> <MealType code="1000019" text="Half board" /> <Price amt="1267.55" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-29"> <Room> <RoomType code="118194909" text="Royal Club King Palm View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1081.81" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-30"> <Room> <RoomType code="118194909" text="Royal Club King Palm View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1202.03" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-31"> <Room> <RoomType code="118194909" text="Royal Club King Palm View Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1348.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-32"> <Room> <RoomType code="118194942" text="Royal Club Queen Sea View Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1124.86" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-33"> <Room> <RoomType code="118194942" text="Royal Club Queen Sea View Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1249.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-34"> <Room> <RoomType code="118194984" text="Royal Club Queen Sea View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1124.86" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-35"> <Room> <RoomType code="118194984" text="Royal Club Queen Sea View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1249.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-36"> <Room> <RoomType code="118194984" text="Royal Club Queen Sea View Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1396.30" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-37"> <Room> <RoomType code="118195023" text="Royal Club Queen Palm View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1197.46" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-38"> <Room> <RoomType code="118195023" text="Royal Club Queen Palm View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1330.47" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-39"> <Room> <RoomType code="118195023" text="Royal Club Queen Palm View Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1476.90" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-40"> <Room> <RoomType code="118195117" text="Royal Club Queen Palm View Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1330.47" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-41"> <Room> <RoomType code="100238809" text="Sky Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1472.02" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-42"> <Room> <RoomType code="100238809" text="Sky Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1635.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-43"> <Room> <RoomType code="100238809" text="Sky Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1781.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-44"> <Room> <RoomType code="1104744" text="Suite with Terrace " /> <MealType code="1" text="Breakfast" /> <Price amt="1549.81" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-45"> <Room> <RoomType code="1104744" text="Suite with Terrace " /> <MealType code="1000019" text="Half board" /> <Price amt="1868.57" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-46"> <Room> <RoomType code="118193412" text="SKY TERRACE FAMILY SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="1722.14" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-47"> <Room> <RoomType code="118196484" text="TWO BEDROOM SKY TERRACE" /> <MealType code="1" text="Breakfast" /> <Price amt="2307.24" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-48"> <Room> <RoomType code="118196484" text="TWO BEDROOM SKY TERRACE" /> <MealType code="1" text="Breakfast" /> <Price amt="2563.81" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-49"> <Room> <RoomType code="60012444" text="SUITE TWO BEDROOMS WITH TERRACE" /> <MealType code="1" text="Breakfast" /> <Price amt="2307.24" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-50"> <Room> <RoomType code="60012444" text="SUITE TWO BEDROOMS WITH TERRACE" /> <MealType code="1000019" text="Half board" /> <Price amt="2710.24" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-51"> <Room> <RoomType code="118195236" text="THREE BEDROOM SKY TERRACE" /> <MealType code="1" text="Breakfast" /> <Price amt="3141.32" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-52"> <Room> <RoomType code="118195236" text="THREE BEDROOM SKY TERRACE" /> <MealType code="1" text="Breakfast" /> <Price amt="3490.66" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-53"> <Room> <RoomType code="1108528" text="Villa Standard" /> <MealType code="1" text="Breakfast" /> <Price amt="3487.33" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-54"> <Room> <RoomType code="111152427" text="Sky Pool Villa Palm View" /> <MealType code="1" text="Breakfast" /> <Price amt="3872.02" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-55"> <Room> <RoomType code="105486772" text="SKY POOL VILLA SEA VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="3874.73" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-56"> <Room> <RoomType code="118300132" text="Club Room, 1 King Bed, Sea View (Royal)" /> <MealType code="1" text="Breakfast" /> <Price amt="1119.85" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-57"> <Room> <RoomType code="118300132" text="Club Room, 1 King Bed, Sea View (Royal)" /> <MealType code="1" text="Breakfast" /> <Price amt="1007.81" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-58"> <Room> <RoomType code="118300132" text="Club Room, 1 King Bed, Sea View (Royal)" /> <MealType code="1000019" text="Half board" /> <Price amt="1423.86" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-59"> <Room> <RoomType code="118209518" text="Three Bedroom Sky Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="3487.63" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-60"> <Room> <RoomType code="118209518" text="Three Bedroom Sky Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="3137.64" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-61"> <Room> <RoomType code="118209518" text="Three Bedroom Sky Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="4085.07" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-62"> <Room> <RoomType code="118203725" text="Family Suite, Terrace (Sky)" /> <MealType code="1" text="Breakfast" /> <Price amt="2098.82" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-63"> <Room> <RoomType code="118203725" text="Family Suite, Terrace (Sky)" /> <MealType code="1" text="Breakfast" /> <Price amt="1548.02" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-64"> <Room> <RoomType code="118203725" text="Family Suite, Terrace (Sky)" /> <MealType code="1" text="Breakfast" /> <Price amt="1720.00" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-65"> <Room> <RoomType code="118203735" text="Villa (Sky Pool - Palm View)" /> <MealType code="1" text="Breakfast" /> <Price amt="4349.00" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-66"> <Room> <RoomType code="105481220" text="Two Bedroom Sky Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="3044.06" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-67"> <Room> <RoomType code="105481220" text="Two Bedroom Sky Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2304.56" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-68"> <Room> <RoomType code="105481220" text="Two Bedroom Sky Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2559.10" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-69"> <Room> <RoomType code="118300131" text="Club Room, 1 King Bed (Royal, Palm View)" /> <MealType code="1" text="Breakfast" /> <Price amt="1080.43" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-70"> <Room> <RoomType code="118300131" text="Club Room, 1 King Bed (Royal, Palm View)" /> <MealType code="1000019" text="Half board" /> <Price amt="1514.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-71"> <Room> <RoomType code="118300131" text="Club Room, 1 King Bed (Royal, Palm View)" /> <MealType code="1" text="Breakfast" /> <Price amt="1200.43" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-72"> <Room> <RoomType code="118215885" text="Club Room, 2 Queen Beds, Sea View (Royal)" /> <MealType code="1" text="Breakfast" /> <Price amt="1248.26" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-73"> <Room> <RoomType code="118215885" text="Club Room, 2 Queen Beds, Sea View (Royal)" /> <MealType code="1000019" text="Half board" /> <Price amt="1568.22" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-74"> <Room> <RoomType code="118215885" text="Club Room, 2 Queen Beds, Sea View (Royal)" /> <MealType code="1" text="Breakfast" /> <Price amt="1123.45" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-75"> <Room> <RoomType code="118269883" text="Suite, Terrace (Sky)" /> <MealType code="1" text="Breakfast" /> <Price amt="1634.07" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-76"> <Room> <RoomType code="118269883" text="Suite, Terrace (Sky)" /> <MealType code="1000019" text="Half board" /> <Price amt="2001.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-77"> <Room> <RoomType code="118269883" text="Suite, Terrace (Sky)" /> <MealType code="1" text="Breakfast" /> <Price amt="1470.05" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-78"> <Room> <RoomType code="118203712" text="Villa, Sea View (Sky Pool)" /> <MealType code="1" text="Breakfast" /> <Price amt="3916.90" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-79"> <Room> <RoomType code="118215887" text="Club Room, 2 Queen Beds (Royal, Palm View)" /> <MealType code="1" text="Breakfast" /> <Price amt="1328.86" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-80"> <Room> <RoomType code="118215887" text="Club Room, 2 Queen Beds (Royal, Palm View)" /> <MealType code="1000019" text="Half board" /> <Price amt="1658.97" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-81"> <Room> <RoomType code="118215887" text="Club Room, 2 Queen Beds (Royal, Palm View)" /> <MealType code="1" text="Breakfast" /> <Price amt="1195.96" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-82"> <Room> <RoomType code="112894334" text="ROYAL CLUB KING PALM VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="1026.06" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-83"> <Room> <RoomType code="118193643" text="ROYAL CLUB KING SEA VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="957.32" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-84"> <Room> <RoomType code="111152427" text="Sky Pool Villa Palm View" /> <MealType code="1" text="Breakfast" /> <Price amt="3673.28" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-85"> <Room> <RoomType code="118188625" text="3-BEDROOM SKY TERRACE SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="3311.36" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-86"> <Room> <RoomType code="105486772" text="SKY POOL VILLA SEA VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="3308.14" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-87"> <Room> <RoomType code="118188625" text="3-BEDROOM SKY TERRACE SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="2980.22" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-88"> <Room> <RoomType code="111717908" text="2-bedroom Sky Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2432.14" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-89"> <Room> <RoomType code="111717908" text="2-bedroom Sky Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2188.89" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-90"> <Room> <RoomType code="118193412" text="SKY TERRACE FAMILY SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="1633.74" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-91"> <Room> <RoomType code="100238809" text="Sky Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1551.47" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-92"> <Room> <RoomType code="118193412" text="SKY TERRACE FAMILY SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="1470.25" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-93"> <Room> <RoomType code="100238809" text="Sky Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1396.20" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-94"> <Room> <RoomType code="118193435" text="ROYAL CLUB QUEEN PALM VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="1262.14" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-95"> <Room> <RoomType code="118193452" text="ROYAL CLUB QUEEN SEA VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="1185.60" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-96"> <Room> <RoomType code="112894334" text="ROYAL CLUB KING PALM VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="1140.15" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-97"> <Room> <RoomType code="118193435" text="ROYAL CLUB QUEEN PALM VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="1135.99" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-98"> <Room> <RoomType code="118193452" text="ROYAL CLUB QUEEN SEA VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="1067.14" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-99"> <Room> <RoomType code="118193643" text="ROYAL CLUB KING SEA VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="1063.61" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-100"> <Room> <RoomType code="118188625" text="3-BEDROOM SKY TERRACE SUITE" /> <MealType code="1000019" text="Half board" /> <Price amt="3450.30" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-101"> <Room> <RoomType code="111717908" text="2-bedroom Sky Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2571.09" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-102"> <Room> <RoomType code="118193412" text="SKY TERRACE FAMILY SUITE" /> <MealType code="1000019" text="Half board" /> <Price amt="1772.68" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-103"> <Room> <RoomType code="100238809" text="Sky Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1690.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-104"> <Room> <RoomType code="118193435" text="ROYAL CLUB QUEEN PALM VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="1401.09" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-105"> <Room> <RoomType code="118193452" text="ROYAL CLUB QUEEN SEA VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="1324.54" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-106"> <Room> <RoomType code="112894334" text="ROYAL CLUB KING PALM VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="1279.20" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-107"> <Room> <RoomType code="118193643" text="ROYAL CLUB KING SEA VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="1202.55" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910071033_70976"> <Hotel id="70976" name="Jumeirah Mina Al Salam Dubai" /> <Result id="910071033-108"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="297.65" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-109"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="330.72" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-110"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="388.23" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-111"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="532.06" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-112"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="310.65" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-113"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="345.07" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-114"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="402.58" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-115"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="546.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-116"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="336.44" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-117"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="373.88" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-118"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="431.39" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-119"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="575.12" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-120"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="414.13" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-121"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="460.10" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-122"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="661.44" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-123"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="452.92" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-124"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="503.26" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-125"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="647.09" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-126"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="957.63" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-127"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1064.02" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-128"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1207.75" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-129"> <Room> <RoomType code="112270199" text="Junior Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="828.26" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-130"> <Room> <RoomType code="112270199" text="Junior Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="920.19" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-131"> <Room> <RoomType code="112270199" text="Junior Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1064.02" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-132"> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="2875.60" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-133"> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="3019.43" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-134"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="412.88" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-135"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="565.76" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-136"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="428.17" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-137"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="581.05" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-138"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="458.74" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-139"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="611.62" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-140"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="703.35" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-141"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="688.06" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-142"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1284.30" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-143"> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="3057.91" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-144"> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="3210.79" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-145"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="478.61" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-146"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="446.78" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-147"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="436.07" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-148"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="430.77" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-149"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="407.06" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-150"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="392.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-151"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="968.14" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-152"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="502.63" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-153"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="459.47" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-154"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="457.91" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-155"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="418.70" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-156"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="373.36" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-157"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="344.66" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-158"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="340.18" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-159"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="330.30" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-160"> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="3190.82" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-161"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="313.98" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-162"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="300.98" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-163"> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="2907.22" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-164"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1062.57" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-165"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="733.93" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-166"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="717.91" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-167"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="668.72" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-168"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="654.16" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-169"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="638.25" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-170"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="606.32" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-171"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="590.30" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-172"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="581.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-173"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="552.45" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-174"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="537.89" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-175"> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="3350.36" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-176"> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="3052.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-177"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1340.14" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-178"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1221.06" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-179"> <Room> <RoomType code="109338497" text="Ocean Club Room + VIP Perks + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="755.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-180"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="529.07" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-181"> <Room> <RoomType code="109338497" text="Ocean Club Room + VIP Perks + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="577.99" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-182"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1118.21" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-183"> <Room> <RoomType code="109338499" text="Ocean Premier Suite + VIP Perks + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1391.97" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-184"> <Room> <RoomType code="109338499" text="Ocean Premier Suite + VIP Perks + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1222.05" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-185"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="347.58" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-186"> <Room> <RoomType code="109338496" text="Arabian Deluxe Room + VIP Perks + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="453.40" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-187"> <Room> <RoomType code="109338496" text="Arabian Deluxe Room + VIP Perks + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="379.91" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-188"> <Room> <RoomType code="109338496" text="Arabian Deluxe Room + VIP Perks + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="621.24" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-189"> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="3472.12" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-190"> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="3302.86" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-191"> <Room> <RoomType code="112270199" text="Junior Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1226.21" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-192"> <Room> <RoomType code="112270199" text="Junior Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="967.19" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-193"> <Room> <RoomType code="109436072" text="Ocean Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1056.95" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-194"> <Room> <RoomType code="109338498" text="Deluxe Room with Ocean View + VIP Perks + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="671.68" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-195"> <Room> <RoomType code="109338498" text="Deluxe Room with Ocean View + VIP Perks + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="429.38" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-196"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="392.90" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-197"> <Room> <RoomType code="109338498" text="Deluxe Room with Ocean View + VIP Perks + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="497.19" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-198"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="470.21" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-199"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="362.76" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910071033-200"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="483.65" /> <Messages /> <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> <Hotels> <Id>{{HotelId1}}</Id> <Id>{{HotelId2}}</Id> <Id>{{HotelId3}}</Id> </Hotels> <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="910072036_324524"> <Hotel id="324524" name="Atlantis The Palm" /> <Result id="910072036-158"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="615.26" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-159"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="643.45" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-160"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1000019" text="Half board" /> <Price amt="884.21" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-161"> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="667.68" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-162"> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="698.36" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-163"> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1000019" text="Half board" /> <Price amt="939.12" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-164"> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="687.75" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-165"> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="719.26" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-166"> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="825.97" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-167"> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1000019" text="Half board" /> <Price amt="959.71" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-168"> <Room> <RoomType code="118186366" text="Imperial Club Queen Ocean View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="687.75" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-169"> <Room> <RoomType code="118186366" text="Imperial Club Queen Ocean View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="719.26" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-170"> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="744.43" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-171"> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="778.75" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-172"> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="885.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-173"> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1000019" text="Half board" /> <Price amt="1019.20" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-174"> <Room> <RoomType code="118186401" text="Imperial Club Queen Palm View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="744.43" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-175"> <Room> <RoomType code="118186401" text="Imperial Club Queen Palm View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="778.75" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-176"> <Room> <RoomType code="7138740" text="One Bedroom Terrace Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="926.33" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-177"> <Room> <RoomType code="7138740" text="One Bedroom Terrace Suite " /> <MealType code="1000019" text="Half board" /> <Price amt="1123.30" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-178"> <Room> <RoomType code="1104744" text="Suite with Terrace " /> <MealType code="1" text="Breakfast" /> <Price amt="926.33" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-179"> <Room> <RoomType code="118193814" text="1-Bed Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="988.83" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-180"> <Room> <RoomType code="118193814" text="1-Bed Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1033.97" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-181"> <Room> <RoomType code="118193814" text="1-Bed Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1188.72" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-182"> <Room> <RoomType code="84018545" text="Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="988.83" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-183"> <Room> <RoomType code="84018545" text="Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1141.09" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-184"> <Room> <RoomType code="1748361" text="Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1209.00" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-185"> <Room> <RoomType code="1748361" text="Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1264.43" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-186"> <Room> <RoomType code="1748361" text="Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1418.98" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-187"> <Room> <RoomType code="65687020" text="One Bedroom Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1209.00" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-188"> <Room> <RoomType code="65687020" text="One Bedroom Regal Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1371.45" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-189"> <Room> <RoomType code="102917568" text="Two Bedroom Family Club Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1315.70" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-190"> <Room> <RoomType code="102917568" text="Two Bedroom Family Club Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1375.71" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-191"> <Room> <RoomType code="63643396" text="Two Bedroom Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1733.26" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-192"> <Room> <RoomType code="63643396" text="Two Bedroom Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1812.62" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-193"> <Room> <RoomType code="101544172" text="2 BEDROOM TERRACE SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="1733.26" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-194"> <Room> <RoomType code="101544172" text="2 BEDROOM TERRACE SUITE" /> <MealType code="1000019" text="Half board" /> <Price amt="1919.74" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-195"> <Room> <RoomType code="101556805" text="2 Bedroom Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1846.94" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-196"> <Room> <RoomType code="101556805" text="2 Bedroom Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2038.61" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-197"> <Room> <RoomType code="118194221" text="Two Bedroom Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2101.32" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-198"> <Room> <RoomType code="118194221" text="Two Bedroom Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2197.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-199"> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1" text="Breakfast" /> <Price amt="2101.32" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-200"> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1000019" text="Half board" /> <Price amt="2304.43" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-201"> <Room> <RoomType code="3746085" text="Presidential Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="3565.85" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-202"> <Room> <RoomType code="118194094" text="Poseidon Underwater Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="5078.32" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-203"> <Room> <RoomType code="118186520" text="Grand Atlantis Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="7887.88" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-204"> <Room> <RoomType code="103281294" text="PALM KING." /> <MealType code="1" text="Breakfast" /> <Price amt="30321.30" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-205"> <Room> <RoomType code="103281294" text="PALM KING." /> <MealType code="1000019" text="Half board" /> <Price amt="60642.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-206"> <Room> <RoomType code="104960874" text="PALM QUEEN." /> <MealType code="1" text="Breakfast" /> <Price amt="30321.30" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-207"> <Room> <RoomType code="104960874" text="PALM QUEEN." /> <MealType code="1000019" text="Half board" /> <Price amt="60642.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-208"> <Room> <RoomType code="118193746" text="Club Room, 1 King Bed, Ocean View (Imperial) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="718.64" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-209"> <Room> <RoomType code="118193746" text="Club Room, 1 King Bed, Ocean View (Imperial) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="657.60" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-210"> <Room> <RoomType code="118193746" text="Club Room, 1 King Bed, Ocean View (Imperial) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="852.20" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-211"> <Room> <RoomType code="118193879" text="Club Room, 2 Queen Beds, Ocean View (Imperial) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="735.14" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-212"> <Room> <RoomType code="118193879" text="Club Room, 2 Queen Beds, Ocean View (Imperial) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="803.27" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-213"> <Room> <RoomType code="118193879" text="Club Room, 2 Queen Beds, Ocean View (Imperial) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="938.57" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-214"> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1082.17" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-215"> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="990.22" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-216"> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1035.76" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-217"> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="1204.80" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-218"> <Room> <RoomType code="118193672" text="Family Room, 2 Bedrooms (Club) + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1406.39" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-219"> <Room> <RoomType code="118193672" text="Family Room, 2 Bedrooms (Club) + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1536.88" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-220"> <Room> <RoomType code="118193672" text="Family Room, 2 Bedrooms (Club) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1470.92" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-221"> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2349.44" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-222"> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2454.71" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-223"> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="2617.20" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-224"> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2246.14" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-225"> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2065.19" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-226"> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2157.69" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-227"> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="2315.14" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-228"> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1974.34" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-229"> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1155.23" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-230"> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="1278.08" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-231"> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1105.54" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-232"> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1057.06" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-233"> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="1536.00" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-234"> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1412.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-235"> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1351.90" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-236"> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1292.49" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-237"> <Room> <RoomType code="118193518" text="Club Room, 1 King Bed (Imperial | Palm View) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="780.13" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-238"> <Room> <RoomType code="118193518" text="Club Room, 1 King Bed (Imperial | Palm View) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="914.66" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-239"> <Room> <RoomType code="118193518" text="Club Room, 1 King Bed (Imperial | Palm View) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="714.06" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-240"> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2024.89" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-241"> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="2180.18" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-242"> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1852.80" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-243"> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1937.97" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-244"> <Room> <RoomType code="111704937" text="Presidential Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4049.79" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-245"> <Room> <RoomType code="118194280" text="Club Room, 2 Queen Beds (Imperial | Palm View) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="796.07" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-246"> <Room> <RoomType code="118194280" text="Club Room, 2 Queen Beds (Imperial | Palm View) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="869.78" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-247"> <Room> <RoomType code="118194280" text="Club Room, 2 Queen Beds (Imperial | Palm View) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="1005.73" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-248"> <Room> <RoomType code="118193965" text="Grand Suite (Atlantis) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="8958.55" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-249"> <Room> <RoomType code="118195140" text="Honeymoon Suite (Underwater Suite) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="5767.62" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-250"> <Room> <RoomType code="118205435" text="2 B/R Regal Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2538.74" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-251"> <Room> <RoomType code="118205435" text="2 B/R Regal Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2289.77" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-252"> <Room> <RoomType code="118223851" text="2 B/R Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2273.44" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-253"> <Room> <RoomType code="118205434" text="2 B/R Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2156.65" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-254"> <Room> <RoomType code="118223851" text="2 B/R Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2024.36" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-255"> <Room> <RoomType code="118205434" text="2 B/R Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1907.67" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-256"> <Room> <RoomType code="118198143" text="2br Family Club Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1740.54" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-257"> <Room> <RoomType code="118198143" text="2br Family Club Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1491.57" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-258"> <Room> <RoomType code="118223852" text="1 B/R Regal Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1362.61" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-259"> <Room> <RoomType code="118223853" text="1 B/R Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1133.91" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-260"> <Room> <RoomType code="118223856" text="1 B/R Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1068.29" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-261"> <Room> <RoomType code="118198129" text="Imperial Club Queen Palm Room" /> <MealType code="1000019" text="Half board" /> <Price amt="882.44" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-262"> <Room> <RoomType code="114027421" text="Imperial Club Queen Ocean Room" /> <MealType code="1000019" text="Half board" /> <Price amt="822.74" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-263"> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1000019" text="Half board" /> <Price amt="802.15" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-264"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1000019" text="Half board" /> <Price amt="747.03" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-265"> <Room> <RoomType code="118205435" text="2 B/R Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2289.77" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-266"> <Room> <RoomType code="118223851" text="2 B/R Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2024.36" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-267"> <Room> <RoomType code="118205434" text="2 B/R Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1907.67" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-268"> <Room> <RoomType code="118198143" text="2br Family Club Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1491.57" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-269"> <Room> <RoomType code="118223852" text="1 B/R Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1362.61" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-270"> <Room> <RoomType code="118223853" text="1 B/R Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1133.91" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-271"> <Room> <RoomType code="118223856" text="1 B/R Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1068.29" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-272"> <Room> <RoomType code="118198129" text="Imperial Club Queen Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="882.44" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-273"> <Room> <RoomType code="114027421" text="Imperial Club Queen Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="822.74" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-274"> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="802.15" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-275"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="747.03" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-276"> <Room> <RoomType code="118233692" text="Imperial Club King Ocean (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="781.98" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-277"> <Room> <RoomType code="118233692" text="Imperial Club King Ocean (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="990.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-278"> <Room> <RoomType code="118233693" text="Imperial Club King Palm (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="839.80" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-279"> <Room> <RoomType code="118233693" text="Imperial Club King Palm (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1048.32" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-280"> <Room> <RoomType code="118233694" text="Imperial Club Queen Ocean (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="861.54" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-281"> <Room> <RoomType code="118233694" text="Imperial Club Queen Ocean (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1070.06" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-282"> <Room> <RoomType code="118233696" text="Imperial Club Queen Palm (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="924.04" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-283"> <Room> <RoomType code="118233696" text="Imperial Club Queen Palm (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1132.66" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-284"> <Room> <RoomType code="118233695" text="One Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1118.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-285"> <Room> <RoomType code="118233695" text="One Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1326.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-286"> <Room> <RoomType code="118233697" text="One Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1187.16" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-287"> <Room> <RoomType code="118233697" text="One Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1395.78" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-288"> <Room> <RoomType code="118233698" text="One Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1426.78" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-289"> <Room> <RoomType code="118233698" text="One Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1635.40" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-290"> <Room> <RoomType code="118233699" text="2-bedroom Family Club Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1561.77" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-291"> <Room> <RoomType code="118233699" text="2-bedroom Family Club Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1770.39" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-292"> <Room> <RoomType code="3596607" text="Two Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1997.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-293"> <Room> <RoomType code="3596607" text="Two Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2206.05" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-294"> <Room> <RoomType code="118233700" text="Two Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2119.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-295"> <Room> <RoomType code="118233700" text="Two Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2328.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-296"> <Room> <RoomType code="118233701" text="Two Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2397.62" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-297"> <Room> <RoomType code="118233701" text="Two Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2606.24" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-298"> <Room> <RoomType code="21409195" text="Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="910.42" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-299"> <Room> <RoomType code="21409195" text="Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="952.02" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-300"> <Room> <RoomType code="21409195" text="Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1057.16" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-301"> <Room> <RoomType code="113480312" text="Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="971.78" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-302"> <Room> <RoomType code="113480312" text="Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1016.29" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-303"> <Room> <RoomType code="113480312" text="Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1121.43" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-304"> <Room> <RoomType code="118203752" text="Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1188.20" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-305"> <Room> <RoomType code="118203752" text="Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1242.59" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-306"> <Room> <RoomType code="118203752" text="Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1347.74" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-307"> <Room> <RoomType code="118203760" text="2 Bedroom Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1703.62" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-308"> <Room> <RoomType code="118203760" text="2 Bedroom Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1781.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-309"> <Room> <RoomType code="118203760" text="2 Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1886.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-310"> <Room> <RoomType code="118203765" text="2 Bedroom Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1815.32" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-311"> <Room> <RoomType code="118203765" text="2 Bedroom Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1898.21" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-312"> <Room> <RoomType code="118203765" text="2 Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2003.35" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-313"> <Room> <RoomType code="118205456" text="2 Bedroom Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2065.02" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-314"> <Room> <RoomType code="118205456" text="2 Bedroom Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2159.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-315"> <Room> <RoomType code="118205456" text="2 Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2264.70" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-316"> <Room> <RoomType code="118203771" text="2 Bedroom Family Club Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1292.93" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-317"> <Room> <RoomType code="118203771" text="2 Bedroom Family Club Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1352.10" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-318"> <Room> <RoomType code="118203771" text="2 Bedroom Family Club Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1457.25" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-319"> <Room> <RoomType code="118205458" text="Imperial Club King Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="604.55" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-320"> <Room> <RoomType code="118205458" text="Imperial Club King Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="632.32" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-321"> <Room> <RoomType code="118205458" text="Imperial Club King Ocean View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="737.36" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-322"> <Room> <RoomType code="118205459" text="Imperial Club King Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="656.34" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-323"> <Room> <RoomType code="118205459" text="Imperial Club King Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="686.30" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-324"> <Room> <RoomType code="118205459" text="Imperial Club King Palm View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="791.44" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-325"> <Room> <RoomType code="118203774" text="Imperial Club Queen Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="675.69" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-326"> <Room> <RoomType code="118203774" text="Imperial Club Queen Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="706.78" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-327"> <Room> <RoomType code="118203774" text="Imperial Club Queen Ocean View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="811.82" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-328"> <Room> <RoomType code="118203778" text="Imperial Club Queen Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="731.54" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-329"> <Room> <RoomType code="118203778" text="Imperial Club Queen Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="765.13" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-330"> <Room> <RoomType code="118203778" text="Imperial Club Queen Palm View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="870.27" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910072036_429683260"> <Hotel id="429683260" name="Atlantis The Royal" /> <Result id="910072036-0"> <Room> <RoomType code="118194942" text="Royal Club Queen Sea View Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1124.86" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-1"> <Room> <RoomType code="118194942" text="Royal Club Queen Sea View Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1249.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-2"> <Room> <RoomType code="118194984" text="Royal Club Queen Sea View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1124.86" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-3"> <Room> <RoomType code="118194984" text="Royal Club Queen Sea View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1249.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-4"> <Room> <RoomType code="118194984" text="Royal Club Queen Sea View Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1432.91" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-5"> <Room> <RoomType code="118195023" text="Royal Club Queen Palm View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1197.46" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-6"> <Room> <RoomType code="118195023" text="Royal Club Queen Palm View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1330.47" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-7"> <Room> <RoomType code="118195023" text="Royal Club Queen Palm View Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1513.82" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-8"> <Room> <RoomType code="118195117" text="Royal Club Queen Palm View Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1330.47" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-9"> <Room> <RoomType code="100238809" text="Sky Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1472.02" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-10"> <Room> <RoomType code="100238809" text="Sky Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1635.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-11"> <Room> <RoomType code="100238809" text="Sky Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1818.54" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-12"> <Room> <RoomType code="1104744" text="Suite with Terrace " /> <MealType code="1" text="Breakfast" /> <Price amt="1549.81" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-13"> <Room> <RoomType code="1104744" text="Suite with Terrace " /> <MealType code="1000019" text="Half board" /> <Price amt="1905.49" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-14"> <Room> <RoomType code="118193412" text="SKY TERRACE FAMILY SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="1722.14" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-15"> <Room> <RoomType code="118196484" text="TWO BEDROOM SKY TERRACE" /> <MealType code="1" text="Breakfast" /> <Price amt="2307.24" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-16"> <Room> <RoomType code="118196484" text="TWO BEDROOM SKY TERRACE" /> <MealType code="1" text="Breakfast" /> <Price amt="2563.81" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-17"> <Room> <RoomType code="60012444" text="SUITE TWO BEDROOMS WITH TERRACE" /> <MealType code="1" text="Breakfast" /> <Price amt="2307.24" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-18"> <Room> <RoomType code="60012444" text="SUITE TWO BEDROOMS WITH TERRACE" /> <MealType code="1000019" text="Half board" /> <Price amt="2746.85" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-19"> <Room> <RoomType code="118195236" text="THREE BEDROOM SKY TERRACE" /> <MealType code="1" text="Breakfast" /> <Price amt="3141.32" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-20"> <Room> <RoomType code="118195236" text="THREE BEDROOM SKY TERRACE" /> <MealType code="1" text="Breakfast" /> <Price amt="3490.66" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-21"> <Room> <RoomType code="1108528" text="Villa Standard" /> <MealType code="1" text="Breakfast" /> <Price amt="3487.33" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-22"> <Room> <RoomType code="111152427" text="Sky Pool Villa Palm View" /> <MealType code="1" text="Breakfast" /> <Price amt="3872.02" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-23"> <Room> <RoomType code="105486772" text="SKY POOL VILLA SEA VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="3874.73" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-24"> <Room> <RoomType code="118209518" text="Three Bedroom Sky Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="3487.63" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-25"> <Room> <RoomType code="118209518" text="Three Bedroom Sky Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="3180.78" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-26"> <Room> <RoomType code="118209518" text="Three Bedroom Sky Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="4134.86" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-27"> <Room> <RoomType code="118203725" text="Family Suite, Terrace (Sky)" /> <MealType code="1" text="Breakfast" /> <Price amt="2148.62" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-28"> <Room> <RoomType code="118203725" text="Family Suite, Terrace (Sky)" /> <MealType code="1" text="Breakfast" /> <Price amt="1591.15" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-29"> <Room> <RoomType code="118203725" text="Family Suite, Terrace (Sky)" /> <MealType code="1" text="Breakfast" /> <Price amt="1720.00" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-30"> <Room> <RoomType code="118203735" text="Villa (Sky Pool - Palm View)" /> <MealType code="1" text="Breakfast" /> <Price amt="4349.00" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-31"> <Room> <RoomType code="105481220" text="Two Bedroom Sky Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="3093.86" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-32"> <Room> <RoomType code="105481220" text="Two Bedroom Sky Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2347.70" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-33"> <Room> <RoomType code="105481220" text="Two Bedroom Sky Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2559.10" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-34"> <Room> <RoomType code="118203712" text="Villa, Sea View (Sky Pool)" /> <MealType code="1" text="Breakfast" /> <Price amt="3916.90" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-35"> <Room> <RoomType code="118215887" text="Club Room, 2 Queen Beds (Royal, Palm View)" /> <MealType code="1000019" text="Half board" /> <Price amt="1708.65" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-36"> <Room> <RoomType code="118215887" text="Club Room, 2 Queen Beds (Royal, Palm View)" /> <MealType code="1" text="Breakfast" /> <Price amt="1328.86" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-37"> <Room> <RoomType code="118215887" text="Club Room, 2 Queen Beds (Royal, Palm View)" /> <MealType code="1" text="Breakfast" /> <Price amt="1239.09" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-38"> <Room> <RoomType code="118269883" text="Suite, Terrace (Sky)" /> <MealType code="1000019" text="Half board" /> <Price amt="2051.22" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-39"> <Room> <RoomType code="118269883" text="Suite, Terrace (Sky)" /> <MealType code="1" text="Breakfast" /> <Price amt="1634.07" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-40"> <Room> <RoomType code="118269883" text="Suite, Terrace (Sky)" /> <MealType code="1" text="Breakfast" /> <Price amt="1513.29" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-41"> <Room> <RoomType code="118215885" text="Club Room, 2 Queen Beds, Sea View (Royal)" /> <MealType code="1" text="Breakfast" /> <Price amt="1166.58" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-42"> <Room> <RoomType code="118215885" text="Club Room, 2 Queen Beds, Sea View (Royal)" /> <MealType code="1" text="Breakfast" /> <Price amt="1248.26" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-43"> <Room> <RoomType code="118215885" text="Club Room, 2 Queen Beds, Sea View (Royal)" /> <MealType code="1000019" text="Half board" /> <Price amt="1618.02" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-44"> <Room> <RoomType code="118211973" text="Royal Club Queen Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1163.76" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-45"> <Room> <RoomType code="118211973" text="Royal Club Queen Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1293.03" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-46"> <Room> <RoomType code="118211973" text="Royal Club Queen Palm View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1471.08" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-47"> <Room> <RoomType code="118211974" text="Royal Club Queen Sea View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1093.35" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-48"> <Room> <RoomType code="118211974" text="Royal Club Queen Sea View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1214.62" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-49"> <Room> <RoomType code="118211974" text="Royal Club Queen Sea View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1392.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-50"> <Room> <RoomType code="117355360" text="2-bedroom Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2242.55" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-51"> <Room> <RoomType code="117355360" text="2-bedroom Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2491.63" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-52"> <Room> <RoomType code="117355360" text="2-bedroom Sky Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2669.68" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-53"> <Room> <RoomType code="117355362" text="3-bedroom Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3053.23" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-54"> <Room> <RoomType code="117355362" text="3-bedroom Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3392.48" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-55"> <Room> <RoomType code="117355362" text="3-bedroom Sky Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3570.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-56"> <Room> <RoomType code="118203547" text="Sky Terrace Family Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1506.34" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-57"> <Room> <RoomType code="118203547" text="Sky Terrace Family Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1673.67" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-58"> <Room> <RoomType code="118203547" text="Sky Terrace Family Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1851.72" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-59"> <Room> <RoomType code="118224441" text="Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1430.42" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-60"> <Room> <RoomType code="118224441" text="Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1589.43" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-61"> <Room> <RoomType code="118224441" text="Sky Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1767.48" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-62"> <Room> <RoomType code="118203554" text="Sky Pool Villa Palm View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3763.24" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-63"> <Room> <RoomType code="118203558" text="Sky Pool Villa Sea View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3389.15" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-64"> <Room> <RoomType code="1184801" text="Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="2697.34" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-65"> <Room> <RoomType code="2138061" text="Family Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="1811.68" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910072036_70976"> <Hotel id="70976" name="Jumeirah Mina Al Salam Dubai" /> <Result id="910072036-66"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="316.58" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-67"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="348.19" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-68"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="428.17" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-69"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="619.22" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-70"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="443.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-71"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="634.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-72"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="357.76" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-73"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="474.03" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-74"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="665.08" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-75"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="440.34" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-76"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="756.81" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-77"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="481.62" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-78"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="529.78" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-79"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="726.23" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-80"> <Room> <RoomType code="112270199" text="Junior Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="880.67" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-81"> <Room> <RoomType code="112270199" text="Junior Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="968.66" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-82"> <Room> <RoomType code="112270199" text="Junior Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1169.69" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-83"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1018.26" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-84"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1120.08" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-85"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1322.57" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-86"> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="3057.91" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-87"> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="3248.96" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-88"> <Room> <RoomType code="109338497" text="Ocean Club Room + VIP Perks + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="821.08" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-89"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="529.07" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-90"> <Room> <RoomType code="109338497" text="Ocean Club Room + VIP Perks + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="577.99" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-91"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1118.21" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-92"> <Room> <RoomType code="109338499" text="Ocean Premier Suite + VIP Perks + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1457.49" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-93"> <Room> <RoomType code="109338499" text="Ocean Premier Suite + VIP Perks + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1222.05" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-94"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="347.58" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-95"> <Room> <RoomType code="109338496" text="Arabian Deluxe Room + VIP Perks + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="472.07" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-96"> <Room> <RoomType code="109338496" text="Arabian Deluxe Room + VIP Perks + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="379.91" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-97"> <Room> <RoomType code="109338496" text="Arabian Deluxe Room + VIP Perks + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="686.76" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-98"> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="3537.53" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-99"> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="3302.86" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-100"> <Room> <RoomType code="112270199" text="Junior Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1291.73" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-101"> <Room> <RoomType code="112270199" text="Junior Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="967.19" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-102"> <Room> <RoomType code="109436072" text="Ocean Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1056.95" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-103"> <Room> <RoomType code="109338498" text="Deluxe Room with Ocean View + VIP Perks + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="737.10" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-104"> <Room> <RoomType code="109338498" text="Deluxe Room with Ocean View + VIP Perks + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="429.38" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-105"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="392.90" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-106"> <Room> <RoomType code="109338498" text="Deluxe Room with Ocean View + VIP Perks + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="515.86" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-107"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="488.89" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-108"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="396.40" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-109"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="362.76" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-110"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="528.53" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-111"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="483.65" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-112"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="301.91" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-113"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="315.02" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-114"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="341.22" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-115"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="459.37" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-116"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="419.95" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-117"> <Room> <RoomType code="112270201" text="Ocean Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="839.90" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-118"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="971.15" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-119"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="335.40" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-120"> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="2916.26" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-121"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="510.33" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-122"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="466.65" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-123"> <Room> <RoomType code="112270201" text="Ocean Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="933.19" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-124"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="1079.00" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-125"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="408.30" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-126"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="422.86" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-127"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="452.09" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-128"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="590.62" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-129"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="605.18" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-130"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="634.30" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-131"> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="3098.47" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-132"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="692.64" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-133"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="721.76" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-134"> <Room> <RoomType code="112270201" text="Ocean Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1115.50" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-135"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1261.31" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-136"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="310.65" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-137"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="345.07" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-138"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="417.04" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-139"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="596.75" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-140"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="336.44" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-141"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="373.88" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-142"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="445.74" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-143"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="625.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-144"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="414.13" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-145"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="460.10" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-146"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="711.78" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-147"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="452.92" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-148"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="503.26" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-149"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="682.97" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-150"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="957.63" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-151"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1064.02" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-152"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1243.74" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-153"> <Room> <RoomType code="112270199" text="Junior Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="828.26" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-154"> <Room> <RoomType code="112270199" text="Junior Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="920.19" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-155"> <Room> <RoomType code="112270199" text="Junior Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1099.90" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-156"> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="2875.60" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072036-157"> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="3055.31" /> <Messages /> <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> <Hotels> <Id>{{HotelId1}}</Id> <Id>{{HotelId2}}</Id> <Id>{{HotelId3}}</Id> </Hotels> <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="910072483_324524"> <Hotel id="324524" name="Atlantis The Palm" /> <Result id="910072483-158"> <Room> <RoomType code="118233692" text="Imperial Club King Ocean (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="781.98" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-159"> <Room> <RoomType code="118233692" text="Imperial Club King Ocean (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="990.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-160"> <Room> <RoomType code="118233693" text="Imperial Club King Palm (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="839.80" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-161"> <Room> <RoomType code="118233693" text="Imperial Club King Palm (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1048.32" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-162"> <Room> <RoomType code="118233694" text="Imperial Club Queen Ocean (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="861.54" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-163"> <Room> <RoomType code="118233694" text="Imperial Club Queen Ocean (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1070.06" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-164"> <Room> <RoomType code="118233696" text="Imperial Club Queen Palm (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="924.04" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-165"> <Room> <RoomType code="118233696" text="Imperial Club Queen Palm (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1132.66" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-166"> <Room> <RoomType code="118233695" text="One Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1118.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-167"> <Room> <RoomType code="118233695" text="One Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1326.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-168"> <Room> <RoomType code="118233697" text="One Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1187.16" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-169"> <Room> <RoomType code="118233697" text="One Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1395.78" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-170"> <Room> <RoomType code="118233698" text="One Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1426.78" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-171"> <Room> <RoomType code="118233698" text="One Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1635.40" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-172"> <Room> <RoomType code="118233699" text="2-bedroom Family Club Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1561.77" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-173"> <Room> <RoomType code="118233699" text="2-bedroom Family Club Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1770.39" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-174"> <Room> <RoomType code="3596607" text="Two Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1997.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-175"> <Room> <RoomType code="3596607" text="Two Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2206.05" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-176"> <Room> <RoomType code="118233700" text="Two Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2119.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-177"> <Room> <RoomType code="118233700" text="Two Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2328.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-178"> <Room> <RoomType code="118233701" text="Two Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2397.62" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-179"> <Room> <RoomType code="118233701" text="Two Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2606.24" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-180"> <Room> <RoomType code="21409195" text="Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="910.42" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-181"> <Room> <RoomType code="21409195" text="Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="952.02" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-182"> <Room> <RoomType code="21409195" text="Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1057.16" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-183"> <Room> <RoomType code="113480312" text="Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="971.78" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-184"> <Room> <RoomType code="113480312" text="Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1016.29" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-185"> <Room> <RoomType code="113480312" text="Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1121.43" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-186"> <Room> <RoomType code="118203752" text="Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1188.20" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-187"> <Room> <RoomType code="118203752" text="Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1242.59" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-188"> <Room> <RoomType code="118203752" text="Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1347.74" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-189"> <Room> <RoomType code="118203760" text="2 Bedroom Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1703.62" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-190"> <Room> <RoomType code="118203760" text="2 Bedroom Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1781.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-191"> <Room> <RoomType code="118203760" text="2 Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1886.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-192"> <Room> <RoomType code="118203765" text="2 Bedroom Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1815.32" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-193"> <Room> <RoomType code="118203765" text="2 Bedroom Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1898.21" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-194"> <Room> <RoomType code="118203765" text="2 Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2003.35" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-195"> <Room> <RoomType code="118205456" text="2 Bedroom Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2065.02" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-196"> <Room> <RoomType code="118205456" text="2 Bedroom Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2159.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-197"> <Room> <RoomType code="118205456" text="2 Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2264.70" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-198"> <Room> <RoomType code="118203771" text="2 Bedroom Family Club Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1292.93" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-199"> <Room> <RoomType code="118203771" text="2 Bedroom Family Club Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1352.10" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-200"> <Room> <RoomType code="118203771" text="2 Bedroom Family Club Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1457.25" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-201"> <Room> <RoomType code="118205458" text="Imperial Club King Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="604.55" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-202"> <Room> <RoomType code="118205458" text="Imperial Club King Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="632.32" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-203"> <Room> <RoomType code="118205458" text="Imperial Club King Ocean View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="737.36" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-204"> <Room> <RoomType code="118205459" text="Imperial Club King Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="656.34" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-205"> <Room> <RoomType code="118205459" text="Imperial Club King Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="686.30" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-206"> <Room> <RoomType code="118205459" text="Imperial Club King Palm View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="791.44" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-207"> <Room> <RoomType code="118203774" text="Imperial Club Queen Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="675.69" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-208"> <Room> <RoomType code="118203774" text="Imperial Club Queen Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="706.78" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-209"> <Room> <RoomType code="118203774" text="Imperial Club Queen Ocean View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="811.82" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-210"> <Room> <RoomType code="118203778" text="Imperial Club Queen Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="731.54" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-211"> <Room> <RoomType code="118203778" text="Imperial Club Queen Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="765.13" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-212"> <Room> <RoomType code="118203778" text="Imperial Club Queen Palm View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="870.27" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-213"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="615.26" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-214"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="643.45" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-215"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1000019" text="Half board" /> <Price amt="884.21" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-216"> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="667.68" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-217"> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="698.36" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-218"> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1000019" text="Half board" /> <Price amt="939.12" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-219"> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="687.75" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-220"> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="719.26" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-221"> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="825.97" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-222"> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1000019" text="Half board" /> <Price amt="959.71" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-223"> <Room> <RoomType code="118186366" text="Imperial Club Queen Ocean View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="687.75" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-224"> <Room> <RoomType code="118186366" text="Imperial Club Queen Ocean View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="719.26" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-225"> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="744.43" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-226"> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="778.75" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-227"> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="885.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-228"> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1000019" text="Half board" /> <Price amt="1019.20" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-229"> <Room> <RoomType code="118186401" text="Imperial Club Queen Palm View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="744.43" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-230"> <Room> <RoomType code="118186401" text="Imperial Club Queen Palm View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="778.75" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-231"> <Room> <RoomType code="7138740" text="One Bedroom Terrace Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="926.33" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-232"> <Room> <RoomType code="7138740" text="One Bedroom Terrace Suite " /> <MealType code="1000019" text="Half board" /> <Price amt="1123.30" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-233"> <Room> <RoomType code="1104744" text="Suite with Terrace " /> <MealType code="1" text="Breakfast" /> <Price amt="926.33" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-234"> <Room> <RoomType code="118193814" text="1-Bed Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="988.83" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-235"> <Room> <RoomType code="118193814" text="1-Bed Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1033.97" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-236"> <Room> <RoomType code="118193814" text="1-Bed Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1188.72" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-237"> <Room> <RoomType code="84018545" text="Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="988.83" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-238"> <Room> <RoomType code="84018545" text="Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1141.09" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-239"> <Room> <RoomType code="1748361" text="Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1209.00" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-240"> <Room> <RoomType code="1748361" text="Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1264.43" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-241"> <Room> <RoomType code="1748361" text="Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1418.98" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-242"> <Room> <RoomType code="65687020" text="One Bedroom Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1209.00" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-243"> <Room> <RoomType code="65687020" text="One Bedroom Regal Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1371.45" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-244"> <Room> <RoomType code="102917568" text="Two Bedroom Family Club Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1315.70" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-245"> <Room> <RoomType code="102917568" text="Two Bedroom Family Club Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1375.71" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-246"> <Room> <RoomType code="63643396" text="Two Bedroom Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1733.26" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-247"> <Room> <RoomType code="63643396" text="Two Bedroom Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1812.62" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-248"> <Room> <RoomType code="101544172" text="2 BEDROOM TERRACE SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="1733.26" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-249"> <Room> <RoomType code="101544172" text="2 BEDROOM TERRACE SUITE" /> <MealType code="1000019" text="Half board" /> <Price amt="1919.74" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-250"> <Room> <RoomType code="101556805" text="2 Bedroom Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1846.94" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-251"> <Room> <RoomType code="101556805" text="2 Bedroom Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2038.61" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-252"> <Room> <RoomType code="118194221" text="Two Bedroom Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2101.32" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-253"> <Room> <RoomType code="118194221" text="Two Bedroom Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2197.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-254"> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1" text="Breakfast" /> <Price amt="2101.32" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-255"> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1000019" text="Half board" /> <Price amt="2304.43" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-256"> <Room> <RoomType code="3746085" text="Presidential Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="3565.85" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-257"> <Room> <RoomType code="118194094" text="Poseidon Underwater Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="5078.32" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-258"> <Room> <RoomType code="118186520" text="Grand Atlantis Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="7887.88" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-259"> <Room> <RoomType code="103281294" text="PALM KING." /> <MealType code="1" text="Breakfast" /> <Price amt="30321.30" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-260"> <Room> <RoomType code="103281294" text="PALM KING." /> <MealType code="1000019" text="Half board" /> <Price amt="60642.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-261"> <Room> <RoomType code="104960874" text="PALM QUEEN." /> <MealType code="1" text="Breakfast" /> <Price amt="30321.30" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-262"> <Room> <RoomType code="104960874" text="PALM QUEEN." /> <MealType code="1000019" text="Half board" /> <Price amt="60642.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-263"> <Room> <RoomType code="7138739" text="Imperial Club Room " /> <MealType code="1000019" text="Half board" /> <Price amt="955.66" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-264"> <Room> <RoomType code="118194937" text="Imperial Club Room - Sea View" /> <MealType code="1000019" text="Half board" /> <Price amt="890.03" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-265"> <Room> <RoomType code="26157213" text="Club Room - Sea View" /> <MealType code="1" text="Breakfast" /> <Price amt="809.43" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-266"> <Room> <RoomType code="118193746" text="Club Room, 1 King Bed, Ocean View (Imperial) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="718.64" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-267"> <Room> <RoomType code="118193746" text="Club Room, 1 King Bed, Ocean View (Imperial) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="657.60" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-268"> <Room> <RoomType code="118193746" text="Club Room, 1 King Bed, Ocean View (Imperial) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="852.20" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-269"> <Room> <RoomType code="118193879" text="Club Room, 2 Queen Beds, Ocean View (Imperial) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="735.14" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-270"> <Room> <RoomType code="118193879" text="Club Room, 2 Queen Beds, Ocean View (Imperial) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="803.27" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-271"> <Room> <RoomType code="118193879" text="Club Room, 2 Queen Beds, Ocean View (Imperial) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="938.57" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-272"> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1082.17" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-273"> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="990.22" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-274"> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1035.76" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-275"> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="1204.80" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-276"> <Room> <RoomType code="118193672" text="Family Room, 2 Bedrooms (Club) + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1406.39" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-277"> <Room> <RoomType code="118193672" text="Family Room, 2 Bedrooms (Club) + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1536.88" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-278"> <Room> <RoomType code="118193672" text="Family Room, 2 Bedrooms (Club) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1470.92" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-279"> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2349.44" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-280"> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2454.71" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-281"> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="2617.20" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-282"> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2246.14" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-283"> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2065.19" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-284"> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2157.69" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-285"> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="2315.14" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-286"> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1974.34" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-287"> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1155.23" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-288"> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="1278.08" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-289"> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1105.54" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-290"> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1057.06" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-291"> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="1536.00" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-292"> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1412.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-293"> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1351.90" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-294"> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1292.49" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-295"> <Room> <RoomType code="118193518" text="Club Room, 1 King Bed (Imperial | Palm View) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="780.13" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-296"> <Room> <RoomType code="118193518" text="Club Room, 1 King Bed (Imperial | Palm View) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="914.66" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-297"> <Room> <RoomType code="118193518" text="Club Room, 1 King Bed (Imperial | Palm View) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="714.06" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-298"> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2024.89" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-299"> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="2180.18" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-300"> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1852.80" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-301"> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1937.97" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-302"> <Room> <RoomType code="111704937" text="Presidential Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4049.79" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-303"> <Room> <RoomType code="118194280" text="Club Room, 2 Queen Beds (Imperial | Palm View) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="796.07" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-304"> <Room> <RoomType code="118194280" text="Club Room, 2 Queen Beds (Imperial | Palm View) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="869.78" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-305"> <Room> <RoomType code="118194280" text="Club Room, 2 Queen Beds (Imperial | Palm View) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="1005.73" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-306"> <Room> <RoomType code="118193965" text="Grand Suite (Atlantis) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="8958.55" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-307"> <Room> <RoomType code="118195140" text="Honeymoon Suite (Underwater Suite) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="5767.62" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910072483_429683260"> <Hotel id="429683260" name="Atlantis The Royal" /> <Result id="910072483-0"> <Room> <RoomType code="118211973" text="Royal Club Queen Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1163.76" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-1"> <Room> <RoomType code="118211973" text="Royal Club Queen Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1293.03" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-2"> <Room> <RoomType code="118211973" text="Royal Club Queen Palm View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1471.08" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-3"> <Room> <RoomType code="118211974" text="Royal Club Queen Sea View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1093.35" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-4"> <Room> <RoomType code="118211974" text="Royal Club Queen Sea View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1214.62" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-5"> <Room> <RoomType code="118211974" text="Royal Club Queen Sea View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1392.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-6"> <Room> <RoomType code="117355360" text="2-bedroom Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2242.55" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-7"> <Room> <RoomType code="117355360" text="2-bedroom Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2491.63" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-8"> <Room> <RoomType code="117355360" text="2-bedroom Sky Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2669.68" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-9"> <Room> <RoomType code="117355362" text="3-bedroom Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3053.23" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-10"> <Room> <RoomType code="117355362" text="3-bedroom Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3392.48" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-11"> <Room> <RoomType code="117355362" text="3-bedroom Sky Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3570.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-12"> <Room> <RoomType code="118203547" text="Sky Terrace Family Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1506.34" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-13"> <Room> <RoomType code="118203547" text="Sky Terrace Family Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1673.67" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-14"> <Room> <RoomType code="118203547" text="Sky Terrace Family Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1851.72" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-15"> <Room> <RoomType code="118224441" text="Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1430.42" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-16"> <Room> <RoomType code="118224441" text="Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1589.43" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-17"> <Room> <RoomType code="118224441" text="Sky Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1767.48" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-18"> <Room> <RoomType code="118203554" text="Sky Pool Villa Palm View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3763.24" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-19"> <Room> <RoomType code="118203558" text="Sky Pool Villa Sea View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3389.15" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-20"> <Room> <RoomType code="118194942" text="Royal Club Queen Sea View Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1124.86" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-21"> <Room> <RoomType code="118194942" text="Royal Club Queen Sea View Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1249.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-22"> <Room> <RoomType code="118194984" text="Royal Club Queen Sea View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1124.86" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-23"> <Room> <RoomType code="118194984" text="Royal Club Queen Sea View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1249.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-24"> <Room> <RoomType code="118194984" text="Royal Club Queen Sea View Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1432.91" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-25"> <Room> <RoomType code="118195023" text="Royal Club Queen Palm View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1197.46" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-26"> <Room> <RoomType code="118195023" text="Royal Club Queen Palm View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1330.47" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-27"> <Room> <RoomType code="118195023" text="Royal Club Queen Palm View Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1513.82" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-28"> <Room> <RoomType code="118195117" text="Royal Club Queen Palm View Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1330.47" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-29"> <Room> <RoomType code="100238809" text="Sky Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1472.02" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-30"> <Room> <RoomType code="100238809" text="Sky Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1635.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-31"> <Room> <RoomType code="100238809" text="Sky Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1818.54" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-32"> <Room> <RoomType code="1104744" text="Suite with Terrace " /> <MealType code="1" text="Breakfast" /> <Price amt="1549.81" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-33"> <Room> <RoomType code="1104744" text="Suite with Terrace " /> <MealType code="1000019" text="Half board" /> <Price amt="1905.49" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-34"> <Room> <RoomType code="118193412" text="SKY TERRACE FAMILY SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="1722.14" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-35"> <Room> <RoomType code="118196484" text="TWO BEDROOM SKY TERRACE" /> <MealType code="1" text="Breakfast" /> <Price amt="2307.24" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-36"> <Room> <RoomType code="118196484" text="TWO BEDROOM SKY TERRACE" /> <MealType code="1" text="Breakfast" /> <Price amt="2563.81" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-37"> <Room> <RoomType code="60012444" text="SUITE TWO BEDROOMS WITH TERRACE" /> <MealType code="1" text="Breakfast" /> <Price amt="2307.24" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-38"> <Room> <RoomType code="60012444" text="SUITE TWO BEDROOMS WITH TERRACE" /> <MealType code="1000019" text="Half board" /> <Price amt="2746.85" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-39"> <Room> <RoomType code="118195236" text="THREE BEDROOM SKY TERRACE" /> <MealType code="1" text="Breakfast" /> <Price amt="3141.32" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-40"> <Room> <RoomType code="118195236" text="THREE BEDROOM SKY TERRACE" /> <MealType code="1" text="Breakfast" /> <Price amt="3490.66" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-41"> <Room> <RoomType code="1108528" text="Villa Standard" /> <MealType code="1" text="Breakfast" /> <Price amt="3487.33" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-42"> <Room> <RoomType code="111152427" text="Sky Pool Villa Palm View" /> <MealType code="1" text="Breakfast" /> <Price amt="3872.02" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-43"> <Room> <RoomType code="105486772" text="SKY POOL VILLA SEA VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="3874.73" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-44"> <Room> <RoomType code="1184801" text="Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="2697.34" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-45"> <Room> <RoomType code="2138061" text="Family Suite " /> <MealType code="1000041" text="Room only" /> <Price amt="1811.68" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-46"> <Room> <RoomType code="118209518" text="Three Bedroom Sky Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="3487.63" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-47"> <Room> <RoomType code="118209518" text="Three Bedroom Sky Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="3180.78" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-48"> <Room> <RoomType code="118209518" text="Three Bedroom Sky Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="4134.86" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-49"> <Room> <RoomType code="118203725" text="Family Suite, Terrace (Sky)" /> <MealType code="1" text="Breakfast" /> <Price amt="2148.62" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-50"> <Room> <RoomType code="118203725" text="Family Suite, Terrace (Sky)" /> <MealType code="1" text="Breakfast" /> <Price amt="1591.15" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-51"> <Room> <RoomType code="118203725" text="Family Suite, Terrace (Sky)" /> <MealType code="1" text="Breakfast" /> <Price amt="1720.00" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-52"> <Room> <RoomType code="118203735" text="Villa (Sky Pool - Palm View)" /> <MealType code="1" text="Breakfast" /> <Price amt="4349.00" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-53"> <Room> <RoomType code="105481220" text="Two Bedroom Sky Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="3093.86" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-54"> <Room> <RoomType code="105481220" text="Two Bedroom Sky Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2347.70" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-55"> <Room> <RoomType code="105481220" text="Two Bedroom Sky Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2559.10" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-56"> <Room> <RoomType code="118203712" text="Villa, Sea View (Sky Pool)" /> <MealType code="1" text="Breakfast" /> <Price amt="3916.90" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-57"> <Room> <RoomType code="118215887" text="Club Room, 2 Queen Beds (Royal, Palm View)" /> <MealType code="1000019" text="Half board" /> <Price amt="1708.65" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-58"> <Room> <RoomType code="118215887" text="Club Room, 2 Queen Beds (Royal, Palm View)" /> <MealType code="1" text="Breakfast" /> <Price amt="1328.86" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-59"> <Room> <RoomType code="118215887" text="Club Room, 2 Queen Beds (Royal, Palm View)" /> <MealType code="1" text="Breakfast" /> <Price amt="1239.09" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-60"> <Room> <RoomType code="118269883" text="Suite, Terrace (Sky)" /> <MealType code="1000019" text="Half board" /> <Price amt="2051.22" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-61"> <Room> <RoomType code="118269883" text="Suite, Terrace (Sky)" /> <MealType code="1" text="Breakfast" /> <Price amt="1634.07" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-62"> <Room> <RoomType code="118269883" text="Suite, Terrace (Sky)" /> <MealType code="1" text="Breakfast" /> <Price amt="1513.29" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-63"> <Room> <RoomType code="118215885" text="Club Room, 2 Queen Beds, Sea View (Royal)" /> <MealType code="1" text="Breakfast" /> <Price amt="1166.58" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-64"> <Room> <RoomType code="118215885" text="Club Room, 2 Queen Beds, Sea View (Royal)" /> <MealType code="1" text="Breakfast" /> <Price amt="1248.26" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-65"> <Room> <RoomType code="118215885" text="Club Room, 2 Queen Beds, Sea View (Royal)" /> <MealType code="1000019" text="Half board" /> <Price amt="1618.02" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910072483_70976"> <Hotel id="70976" name="Jumeirah Mina Al Salam Dubai" /> <Result id="910072483-66"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="310.65" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-67"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="345.07" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-68"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="417.04" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-69"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="596.75" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-70"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="336.44" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-71"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="373.88" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-72"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="445.74" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-73"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="625.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-74"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="414.13" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-75"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="460.10" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-76"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="711.78" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-77"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="452.92" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-78"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="503.26" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-79"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="682.97" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-80"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="957.63" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-81"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1064.02" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-82"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1243.74" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-83"> <Room> <RoomType code="112270199" text="Junior Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="828.26" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-84"> <Room> <RoomType code="112270199" text="Junior Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="920.19" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-85"> <Room> <RoomType code="112270199" text="Junior Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1099.90" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-86"> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="2875.60" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-87"> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="3055.31" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-88"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="301.91" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-89"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="315.02" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-90"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="341.22" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-91"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="459.37" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-92"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="419.95" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-93"> <Room> <RoomType code="112270201" text="Ocean Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="839.90" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-94"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="971.15" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-95"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="335.40" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-96"> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="2916.26" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-97"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="510.33" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-98"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="466.65" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-99"> <Room> <RoomType code="112270201" text="Ocean Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="933.19" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-100"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="1079.00" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-101"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="408.30" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-102"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="422.86" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-103"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="452.09" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-104"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="590.62" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-105"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="605.18" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-106"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="634.30" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-107"> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="3098.47" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-108"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="692.64" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-109"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="721.76" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-110"> <Room> <RoomType code="112270201" text="Ocean Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1115.50" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-111"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1261.31" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-112"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="316.58" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-113"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="348.19" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-114"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="428.17" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-115"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="619.22" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-116"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="443.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-117"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="634.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-118"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="357.76" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-119"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="474.03" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-120"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="665.08" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-121"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="440.34" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-122"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="756.81" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-123"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="481.62" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-124"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="529.78" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-125"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="726.23" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-126"> <Room> <RoomType code="112270199" text="Junior Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="880.67" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-127"> <Room> <RoomType code="112270199" text="Junior Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="968.66" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-128"> <Room> <RoomType code="112270199" text="Junior Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1169.69" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-129"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1018.26" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-130"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1120.08" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-131"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1322.57" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-132"> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="3057.91" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-133"> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="3248.96" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-134"> <Room> <RoomType code="109338497" text="Ocean Club Room + VIP Perks + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="821.08" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-135"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="529.07" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-136"> <Room> <RoomType code="109338497" text="Ocean Club Room + VIP Perks + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="577.99" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-137"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1118.21" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-138"> <Room> <RoomType code="109338499" text="Ocean Premier Suite + VIP Perks + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1457.49" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-139"> <Room> <RoomType code="109338499" text="Ocean Premier Suite + VIP Perks + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1222.05" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-140"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="347.58" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-141"> <Room> <RoomType code="109338496" text="Arabian Deluxe Room + VIP Perks + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="472.07" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-142"> <Room> <RoomType code="109338496" text="Arabian Deluxe Room + VIP Perks + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="379.91" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-143"> <Room> <RoomType code="109338496" text="Arabian Deluxe Room + VIP Perks + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="686.76" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-144"> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="3537.53" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-145"> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="3302.86" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-146"> <Room> <RoomType code="112270199" text="Junior Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1291.73" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-147"> <Room> <RoomType code="112270199" text="Junior Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="967.19" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-148"> <Room> <RoomType code="109436072" text="Ocean Suite + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1056.95" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-149"> <Room> <RoomType code="109338498" text="Deluxe Room with Ocean View + VIP Perks + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="737.10" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-150"> <Room> <RoomType code="109338498" text="Deluxe Room with Ocean View + VIP Perks + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="429.38" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-151"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="392.90" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-152"> <Room> <RoomType code="109338498" text="Deluxe Room with Ocean View + VIP Perks + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="515.86" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-153"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="488.89" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-154"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="396.40" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-155"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="362.76" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-156"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="528.53" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072483-157"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="483.65" /> <Messages /> <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> <Hotels> <Id>{{HotelId1}}</Id> <Id>{{HotelId2}}</Id> <Id>{{HotelId3}}</Id> </Hotels> <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="910072989_324524"> <Hotel id="324524" name="Atlantis The Palm" /> <Result id="910072989-215"> <Room> <RoomType code="118212219" text="Queen Room (Palm View)" /> <MealType code="1" text="Breakfast" /> <Price amt="1316.22" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118212219" text="Queen Room (Palm View)" /> <MealType code="1" text="Breakfast" /> <Price amt="1316.22" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-216"> <Room> <RoomType code="118212219" text="Queen Room (Palm View)" /> <MealType code="1000019" text="Half board" /> <Price amt="1316.22" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118212219" text="Queen Room (Palm View)" /> <MealType code="1000019" text="Half board" /> <Price amt="1316.22" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-217"> <Room> <RoomType code="118212245" text="King Imperial Room Club (Ocean View)" /> <MealType code="1" text="Breakfast" /> <Price amt="1474.10" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118212245" text="King Imperial Room Club (Ocean View)" /> <MealType code="1" text="Breakfast" /> <Price amt="1474.10" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-218"> <Room> <RoomType code="118212245" text="King Imperial Room Club (Ocean View)" /> <MealType code="1000019" text="Half board" /> <Price amt="1474.10" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118212245" text="King Imperial Room Club (Ocean View)" /> <MealType code="1000019" text="Half board" /> <Price amt="1474.10" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-219"> <Room> <RoomType code="118212297" text="King Imperial Room Club (Palm View)" /> <MealType code="1" text="Breakfast" /> <Price amt="1582.88" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118212297" text="King Imperial Room Club (Palm View)" /> <MealType code="1" text="Breakfast" /> <Price amt="1582.88" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-220"> <Room> <RoomType code="118212297" text="King Imperial Room Club (Palm View)" /> <MealType code="1000019" text="Half board" /> <Price amt="1582.88" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118212297" text="King Imperial Room Club (Palm View)" /> <MealType code="1000019" text="Half board" /> <Price amt="1582.88" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-221"> <Room> <RoomType code="118212398" text="Queen Imperial Room Club (Ocean View)" /> <MealType code="1" text="Breakfast" /> <Price amt="1623.44" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118212245" text="King Imperial Room Club (Ocean View)" /> <MealType code="1" text="Breakfast" /> <Price amt="1474.10" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-222"> <Room> <RoomType code="118212398" text="Queen Imperial Room Club (Ocean View)" /> <MealType code="1000019" text="Half board" /> <Price amt="1623.44" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118212245" text="King Imperial Room Club (Ocean View)" /> <MealType code="1000019" text="Half board" /> <Price amt="1474.10" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-223"> <Room> <RoomType code="118212494" text="Queen Imperial Room Club (Palm View)" /> <MealType code="1" text="Breakfast" /> <Price amt="1741.38" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118212297" text="King Imperial Room Club (Palm View)" /> <MealType code="1" text="Breakfast" /> <Price amt="1582.88" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-224"> <Room> <RoomType code="118212494" text="Queen Imperial Room Club (Palm View)" /> <MealType code="1000019" text="Half board" /> <Price amt="1741.38" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118212297" text="King Imperial Room Club (Palm View)" /> <MealType code="1000019" text="Half board" /> <Price amt="1582.88" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-225"> <Room> <RoomType code="118212621" text="1 Bedroom Club Suite (Terrace)" /> <MealType code="1" text="Breakfast" /> <Price amt="2112.44" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118212621" text="1 Bedroom Club Suite (Terrace)" /> <MealType code="1" text="Breakfast" /> <Price amt="2112.44" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-226"> <Room> <RoomType code="118212621" text="1 Bedroom Club Suite (Terrace)" /> <MealType code="1000019" text="Half board" /> <Price amt="2112.44" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118212621" text="1 Bedroom Club Suite (Terrace)" /> <MealType code="1000019" text="Half board" /> <Price amt="2112.44" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-227"> <Room> <RoomType code="118212682" text="1 Bedroom Executive Suite (Terrace)" /> <MealType code="1" text="Breakfast" /> <Price amt="2242.04" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118212682" text="1 Bedroom Executive Suite (Terrace)" /> <MealType code="1" text="Breakfast" /> <Price amt="2242.04" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-228"> <Room> <RoomType code="118212682" text="1 Bedroom Executive Suite (Terrace)" /> <MealType code="1000019" text="Half board" /> <Price amt="2242.04" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118212682" text="1 Bedroom Executive Suite (Terrace)" /> <MealType code="1000019" text="Half board" /> <Price amt="2242.04" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-229"> <Room> <RoomType code="118212728" text="1 Bedroom RoyalClub Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2694.22" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118212728" text="1 Bedroom RoyalClub Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2694.22" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-230"> <Room> <RoomType code="118212728" text="1 Bedroom RoyalClub Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2694.22" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118212728" text="1 Bedroom RoyalClub Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2694.22" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-231"> <Room> <RoomType code="118212781" text="2 Bedroom Club FamilyRoom" /> <MealType code="1" text="Breakfast" /> <Price amt="2943.20" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118212781" text="2 Bedroom Club FamilyRoom" /> <MealType code="1" text="Breakfast" /> <Price amt="2943.20" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-232"> <Room> <RoomType code="118212781" text="2 Bedroom Club FamilyRoom" /> <MealType code="1000019" text="Half board" /> <Price amt="2943.20" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118212781" text="2 Bedroom Club FamilyRoom" /> <MealType code="1000019" text="Half board" /> <Price amt="2943.20" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-233"> <Room> <RoomType code="102964353" text="2 Bedroom Club Suite (Terrace)" /> <MealType code="1" text="Breakfast" /> <Price amt="3771.88" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118212621" text="1 Bedroom Club Suite (Terrace)" /> <MealType code="1" text="Breakfast" /> <Price amt="2112.44" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-234"> <Room> <RoomType code="102964353" text="2 Bedroom Club Suite (Terrace)" /> <MealType code="1000019" text="Half board" /> <Price amt="3771.88" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118212621" text="1 Bedroom Club Suite (Terrace)" /> <MealType code="1000019" text="Half board" /> <Price amt="2112.44" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-235"> <Room> <RoomType code="57818001" text="2 Bedroom Executive Club Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="4002.76" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57818001" text="2 Bedroom Executive Club Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="4002.76" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-236"> <Room> <RoomType code="57818001" text="2 Bedroom Executive Club Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="4002.76" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57818001" text="2 Bedroom Executive Club Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="4002.76" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-237"> <Room> <RoomType code="62957526" text="2 Bedroom Regal Club Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="4527.54" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="62957526" text="2 Bedroom Regal Club Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="4527.54" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-238"> <Room> <RoomType code="62957526" text="2 Bedroom Regal Club Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="4527.54" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="62957526" text="2 Bedroom Regal Club Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="4527.54" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-239"> <Room> <RoomType code="103281294" text="PALM KING." /> <MealType code="1000041" text="Room only" /> <Price amt="864.04" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="103281294" text="PALM KING." /> <MealType code="1000041" text="Room only" /> <Price amt="864.04" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-240"> <Room> <RoomType code="103281294" text="PALM KING." /> <MealType code="1000041" text="Room only" /> <Price amt="903.34" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="103281294" text="PALM KING." /> <MealType code="1000041" text="Room only" /> <Price amt="864.04" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-241"> <Room> <RoomType code="103281294" text="PALM KING." /> <MealType code="1" text="Breakfast" /> <Price amt="1096.58" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="103281294" text="PALM KING." /> <MealType code="1" text="Breakfast" /> <Price amt="1096.58" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-242"> <Room> <RoomType code="103281294" text="PALM KING." /> <MealType code="1000019" text="Half board" /> <Price amt="1366.98" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="103281294" text="PALM KING." /> <MealType code="1000019" text="Half board" /> <Price amt="1366.98" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-243"> <Room> <RoomType code="57817960" text="PALM KING ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="864.04" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57817960" text="PALM KING ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="864.04" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-244"> <Room> <RoomType code="57817960" text="PALM KING ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="1058.10" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57817960" text="PALM KING ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="1058.10" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-245"> <Room> <RoomType code="57817960" text="PALM KING ROOM" /> <MealType code="1000019" text="Half board" /> <Price amt="1271.72" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57817960" text="PALM KING ROOM" /> <MealType code="1000019" text="Half board" /> <Price amt="1271.72" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-246"> <Room> <RoomType code="104960874" text="PALM QUEEN." /> <MealType code="1000041" text="Room only" /> <Price amt="998.82" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="104960874" text="PALM QUEEN." /> <MealType code="1000041" text="Room only" /> <Price amt="998.82" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-247"> <Room> <RoomType code="104960874" text="PALM QUEEN." /> <MealType code="1000041" text="Room only" /> <Price amt="1044.78" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="104960874" text="PALM QUEEN." /> <MealType code="1000041" text="Room only" /> <Price amt="998.82" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-248"> <Room> <RoomType code="104960874" text="PALM QUEEN." /> <MealType code="1" text="Breakfast" /> <Price amt="1237.60" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="104960874" text="PALM QUEEN." /> <MealType code="1" text="Breakfast" /> <Price amt="1237.60" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-249"> <Room> <RoomType code="104960874" text="PALM QUEEN." /> <MealType code="1000019" text="Half board" /> <Price amt="1508.20" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="104960874" text="PALM QUEEN." /> <MealType code="1000019" text="Half board" /> <Price amt="1508.20" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-250"> <Room> <RoomType code="57817964" text="PALM QUEEN ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="998.82" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57817964" text="PALM QUEEN ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="998.82" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-251"> <Room> <RoomType code="57817964" text="PALM QUEEN ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="1198.92" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57817964" text="PALM QUEEN ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="1198.92" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-252"> <Room> <RoomType code="57817964" text="PALM QUEEN ROOM" /> <MealType code="1000019" text="Half board" /> <Price amt="1413.16" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57817964" text="PALM QUEEN ROOM" /> <MealType code="1000019" text="Half board" /> <Price amt="1413.16" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-253"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1230.52" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1230.52" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-254"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1230.52" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1230.52" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-255"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1286.90" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1230.52" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-256"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1286.90" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1230.52" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-257"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1768.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1768.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-258"> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1335.36" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1335.36" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-259"> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1335.36" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1335.36" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-260"> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1396.72" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1335.36" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-261"> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1396.72" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1335.36" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-262"> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1878.24" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1878.24" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-263"> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1375.50" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1375.50" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-264"> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1438.52" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1375.50" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-265"> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1651.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1375.50" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-266"> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1000019" text="Half board" /> <Price amt="1919.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1000019" text="Half board" /> <Price amt="1919.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-267"> <Room> <RoomType code="118186366" text="Imperial Club Queen Ocean View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1375.50" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186366" text="Imperial Club Queen Ocean View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1375.50" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-268"> <Room> <RoomType code="118186366" text="Imperial Club Queen Ocean View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1438.52" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186366" text="Imperial Club Queen Ocean View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1375.50" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-269"> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1488.86" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1488.86" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-270"> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1557.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1488.86" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-271"> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1770.92" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1488.86" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-272"> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1000019" text="Half board" /> <Price amt="2038.40" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1000019" text="Half board" /> <Price amt="2038.40" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-273"> <Room> <RoomType code="118186401" text="Imperial Club Queen Palm View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1488.86" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186401" text="Imperial Club Queen Palm View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1488.86" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-274"> <Room> <RoomType code="118186401" text="Imperial Club Queen Palm View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1557.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186401" text="Imperial Club Queen Palm View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1488.86" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-275"> <Room> <RoomType code="45346614" text="2 Bedroom Family Room" /> <MealType code="1000041" text="Room only" /> <Price amt="1812.92" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="45346614" text="2 Bedroom Family Room" /> <MealType code="1000041" text="Room only" /> <Price amt="1812.92" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-276"> <Room> <RoomType code="45346614" text="2 Bedroom Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="2050.68" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="45346614" text="2 Bedroom Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="2050.68" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-277"> <Room> <RoomType code="45346614" text="2 Bedroom Family Room" /> <MealType code="1000019" text="Half board" /> <Price amt="2264.28" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="45346614" text="2 Bedroom Family Room" /> <MealType code="1000019" text="Half board" /> <Price amt="2264.28" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-278"> <Room> <RoomType code="1104744" text="Suite with Terrace " /> <MealType code="1" text="Breakfast" /> <Price amt="1852.66" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1104744" text="Suite with Terrace " /> <MealType code="1" text="Breakfast" /> <Price amt="1852.66" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-279"> <Room> <RoomType code="7138740" text="One Bedroom Terrace Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="1852.66" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7138740" text="One Bedroom Terrace Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="1852.66" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-280"> <Room> <RoomType code="7138740" text="One Bedroom Terrace Suite " /> <MealType code="1000019" text="Half board" /> <Price amt="2246.60" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7138740" text="One Bedroom Terrace Suite " /> <MealType code="1000019" text="Half board" /> <Price amt="2246.60" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-281"> <Room> <RoomType code="118193814" text="1-Bed Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1977.66" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193814" text="1-Bed Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1977.66" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-282"> <Room> <RoomType code="118193814" text="1-Bed Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2067.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193814" text="1-Bed Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1977.66" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-283"> <Room> <RoomType code="118193814" text="1-Bed Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2377.44" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193814" text="1-Bed Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2377.44" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-284"> <Room> <RoomType code="84018545" text="Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1977.66" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="84018545" text="Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1977.66" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-285"> <Room> <RoomType code="84018545" text="Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2282.18" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="84018545" text="Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2282.18" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-286"> <Room> <RoomType code="1748361" text="Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2418.00" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1748361" text="Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2418.00" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-287"> <Room> <RoomType code="1748361" text="Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2528.86" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1748361" text="Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2418.00" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-288"> <Room> <RoomType code="1748361" text="Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2837.96" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1748361" text="Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2837.96" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-289"> <Room> <RoomType code="65687020" text="One Bedroom Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2418.00" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="65687020" text="One Bedroom Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2418.00" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-290"> <Room> <RoomType code="65687020" text="One Bedroom Regal Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2742.90" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="65687020" text="One Bedroom Regal Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2742.90" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-291"> <Room> <RoomType code="102917568" text="Two Bedroom Family Club Room" /> <MealType code="1" text="Breakfast" /> <Price amt="2631.40" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="102917568" text="Two Bedroom Family Club Room" /> <MealType code="1" text="Breakfast" /> <Price amt="2631.40" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-292"> <Room> <RoomType code="102917568" text="Two Bedroom Family Club Room" /> <MealType code="1" text="Breakfast" /> <Price amt="2631.40" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="102917568" text="Two Bedroom Family Club Room" /> <MealType code="1" text="Breakfast" /> <Price amt="2631.40" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-293"> <Room> <RoomType code="102917568" text="Two Bedroom Family Club Room" /> <MealType code="1" text="Breakfast" /> <Price amt="2751.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="102917568" text="Two Bedroom Family Club Room" /> <MealType code="1" text="Breakfast" /> <Price amt="2631.40" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-294"> <Room> <RoomType code="102917568" text="Two Bedroom Family Club Room" /> <MealType code="1" text="Breakfast" /> <Price amt="2751.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="102917568" text="Two Bedroom Family Club Room" /> <MealType code="1" text="Breakfast" /> <Price amt="2631.40" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-295"> <Room> <RoomType code="101544172" text="2 BEDROOM TERRACE SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="3466.52" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="101544172" text="2 BEDROOM TERRACE SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="3466.52" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-296"> <Room> <RoomType code="101544172" text="2 BEDROOM TERRACE SUITE" /> <MealType code="1000019" text="Half board" /> <Price amt="3839.48" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="101544172" text="2 BEDROOM TERRACE SUITE" /> <MealType code="1000019" text="Half board" /> <Price amt="3839.48" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-297"> <Room> <RoomType code="63643396" text="Two Bedroom Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="3466.52" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="63643396" text="Two Bedroom Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="3466.52" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-298"> <Room> <RoomType code="63643396" text="Two Bedroom Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="3625.24" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="63643396" text="Two Bedroom Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="3466.52" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-299"> <Room> <RoomType code="101556805" text="2 Bedroom Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="3693.88" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="101556805" text="2 Bedroom Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="3693.88" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-300"> <Room> <RoomType code="101556805" text="2 Bedroom Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="3693.88" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="101556805" text="2 Bedroom Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="3693.88" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-301"> <Room> <RoomType code="101556805" text="2 Bedroom Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="4077.22" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="101556805" text="2 Bedroom Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="4077.22" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-302"> <Room> <RoomType code="118194221" text="Two Bedroom Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="4202.64" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194221" text="Two Bedroom Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="4202.64" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-303"> <Room> <RoomType code="118194221" text="Two Bedroom Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="4394.84" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194221" text="Two Bedroom Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="4202.64" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-304"> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1" text="Breakfast" /> <Price amt="4202.64" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1" text="Breakfast" /> <Price amt="4202.64" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-305"> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1000019" text="Half board" /> <Price amt="4608.86" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1000019" text="Half board" /> <Price amt="4608.86" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-306"> <Room> <RoomType code="3746085" text="Presidential Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="7131.70" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="3746085" text="Presidential Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="7131.70" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-307"> <Room> <RoomType code="118186520" text="Grand Atlantis Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="15775.76" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186520" text="Grand Atlantis Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="15775.76" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-308"> <Room> <RoomType code="118193879" text="Club Room, 2 Queen Beds, Ocean View (Imperial) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="1876.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193879" text="Club Room, 2 Queen Beds, Ocean View (Imperial) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="1876.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-309"> <Room> <RoomType code="118193879" text="Club Room, 2 Queen Beds, Ocean View (Imperial) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1470.28" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193879" text="Club Room, 2 Queen Beds, Ocean View (Imperial) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1470.28" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-310"> <Room> <RoomType code="118193879" text="Club Room, 2 Queen Beds, Ocean View (Imperial) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1606.78" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193879" text="Club Room, 2 Queen Beds, Ocean View (Imperial) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1606.78" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-311"> <Room> <RoomType code="118193746" text="Club Room, 1 King Bed, Ocean View (Imperial) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1437.52" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193746" text="Club Room, 1 King Bed, Ocean View (Imperial) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1437.52" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-312"> <Room> <RoomType code="118193746" text="Club Room, 1 King Bed, Ocean View (Imperial) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1315.20" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193746" text="Club Room, 1 King Bed, Ocean View (Imperial) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1315.20" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-313"> <Room> <RoomType code="118193746" text="Club Room, 1 King Bed, Ocean View (Imperial) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="1704.40" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193746" text="Club Room, 1 King Bed, Ocean View (Imperial) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="1704.40" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-314"> <Room> <RoomType code="112899326" text="Room, 1 King Bed (Palm) + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="965.76" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="112899326" text="Room, 1 King Bed (Palm) + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="965.76" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-315"> <Room> <RoomType code="112899326" text="Room, 1 King Bed (Palm) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="1426.36" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="112899326" text="Room, 1 King Bed (Palm) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="1426.36" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-316"> <Room> <RoomType code="112899326" text="Room, 1 King Bed (Palm) + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1009.22" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="112899326" text="Room, 1 King Bed (Palm) + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1009.22" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-317"> <Room> <RoomType code="112899326" text="Room, 1 King Bed (Palm) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1186.36" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="112899326" text="Room, 1 King Bed (Palm) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1186.36" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-318"> <Room> <RoomType code="112899326" text="Room, 1 King Bed (Palm) + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="923.40" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="112899326" text="Room, 1 King Bed (Palm) + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="923.40" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-319"> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4130.38" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4130.38" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-320"> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4315.38" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4315.38" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-321"> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="4630.28" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="4630.28" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-322"> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="3948.68" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="3948.68" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-323"> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="4360.36" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="4360.36" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-324"> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="3875.94" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="3875.94" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-325"> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4049.78" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4049.78" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-326"> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="3705.60" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="3705.60" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-327"> <Room> <RoomType code="111152812" text="Room, 2 Queen Beds (Palm) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="1584.70" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111152812" text="Room, 2 Queen Beds (Palm) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="1584.70" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-328"> <Room> <RoomType code="111152812" text="Room, 2 Queen Beds (Palm) + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1166.90" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111152812" text="Room, 2 Queen Beds (Palm) + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1166.90" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-329"> <Room> <RoomType code="111152812" text="Room, 2 Queen Beds (Palm) + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1116.68" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111152812" text="Room, 2 Queen Beds (Palm) + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1116.68" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-330"> <Room> <RoomType code="111152812" text="Room, 2 Queen Beds (Palm) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1343.16" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111152812" text="Room, 2 Queen Beds (Palm) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1343.16" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-331"> <Room> <RoomType code="111152812" text="Room, 2 Queen Beds (Palm) + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1067.76" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111152812" text="Room, 2 Queen Beds (Palm) + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1067.76" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-332"> <Room> <RoomType code="118193672" text="Family Room, 2 Bedrooms (Club) + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="2812.78" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193672" text="Family Room, 2 Bedrooms (Club) + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="2812.78" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-333"> <Room> <RoomType code="118193672" text="Family Room, 2 Bedrooms (Club) + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="3073.76" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193672" text="Family Room, 2 Bedrooms (Club) + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="3073.76" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-334"> <Room> <RoomType code="118193672" text="Family Room, 2 Bedrooms (Club) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2941.84" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193672" text="Family Room, 2 Bedrooms (Club) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2941.84" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-335"> <Room> <RoomType code="109440829" text="Family Room, 2 Bedrooms + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="2539.12" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="109440829" text="Family Room, 2 Bedrooms + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="2539.12" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-336"> <Room> <RoomType code="109440829" text="Family Room, 2 Bedrooms + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2295.82" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="109440829" text="Family Room, 2 Bedrooms + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2295.82" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-337"> <Room> <RoomType code="109440829" text="Family Room, 2 Bedrooms + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="2117.82" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="109440829" text="Family Room, 2 Bedrooms + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="2117.82" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-338"> <Room> <RoomType code="109440829" text="Family Room, 2 Bedrooms + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="2026.96" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="109440829" text="Family Room, 2 Bedrooms + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="2026.96" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-339"> <Room> <RoomType code="109440829" text="Family Room, 2 Bedrooms + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1937.86" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="109440829" text="Family Room, 2 Bedrooms + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1937.86" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-340"> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="2409.60" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="2409.60" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-341"> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2071.52" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2071.52" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-342"> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1980.44" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1980.44" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-343"> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2164.34" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2164.34" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-344"> <Room> <RoomType code="118194280" text="Club Room, 2 Queen Beds (Imperial | Palm View) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1739.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194280" text="Club Room, 2 Queen Beds (Imperial | Palm View) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1739.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-345"> <Room> <RoomType code="118194280" text="Club Room, 2 Queen Beds (Imperial | Palm View) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1591.70" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194280" text="Club Room, 2 Queen Beds (Imperial | Palm View) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1591.70" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-346"> <Room> <RoomType code="118194280" text="Club Room, 2 Queen Beds (Imperial | Palm View) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="2011.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194280" text="Club Room, 2 Queen Beds (Imperial | Palm View) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="2011.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-347"> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2824.80" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2824.80" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-348"> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2584.76" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2584.76" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-349"> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2703.80" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2703.80" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-350"> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="3072.00" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="3072.00" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-351"> <Room> <RoomType code="118193518" text="Club Room, 1 King Bed (Imperial | Palm View) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1560.26" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193518" text="Club Room, 1 King Bed (Imperial | Palm View) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1560.26" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-352"> <Room> <RoomType code="118193518" text="Club Room, 1 King Bed (Imperial | Palm View) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1427.68" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193518" text="Club Room, 1 King Bed (Imperial | Palm View) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1427.68" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-353"> <Room> <RoomType code="118193518" text="Club Room, 1 King Bed (Imperial | Palm View) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="1829.32" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193518" text="Club Room, 1 King Bed (Imperial | Palm View) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="1829.32" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-354"> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2310.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2310.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-355"> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2211.30" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2211.30" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-356"> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="2556.16" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="2556.16" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-357"> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2114.12" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2114.12" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-358"> <Room> <RoomType code="111704937" text="Presidential Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="8099.58" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111704937" text="Presidential Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="8099.58" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-359"> <Room> <RoomType code="118193965" text="Grand Suite (Atlantis) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="17917.10" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193965" text="Grand Suite (Atlantis) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="17917.10" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-360"> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="5234.40" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="5234.40" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-361"> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4492.28" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4492.28" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-362"> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4909.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4909.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-363"> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4698.88" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4698.88" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-364"> <Room> <RoomType code="97623074" text="Palm King Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1212.84" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="97623074" text="Palm King Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1212.84" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-365"> <Room> <RoomType code="97623074" text="Palm King Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1510.92" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="97623074" text="Palm King Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1510.92" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-366"> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1347.64" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1347.64" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-367"> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1645.48" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1645.48" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-368"> <Room> <RoomType code="118233692" text="Imperial Club King Ocean (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1563.96" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118233692" text="Imperial Club King Ocean (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1563.96" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-369"> <Room> <RoomType code="118233692" text="Imperial Club King Ocean (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1981.00" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118233692" text="Imperial Club King Ocean (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1981.00" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-370"> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1588.28" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1588.28" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-371"> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1648.60" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1648.60" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-372"> <Room> <RoomType code="118233693" text="Imperial Club King Palm (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1679.60" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118233693" text="Imperial Club King Palm (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1679.60" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-373"> <Room> <RoomType code="118233693" text="Imperial Club King Palm (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2096.64" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118233693" text="Imperial Club King Palm (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2096.64" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-374"> <Room> <RoomType code="118205448" text="Imperial Club King Ocean Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1716.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118205448" text="Imperial Club King Ocean Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1716.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-375"> <Room> <RoomType code="118205448" text="Imperial Club King Ocean Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1984.52" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118205448" text="Imperial Club King Ocean Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1984.52" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-376"> <Room> <RoomType code="118233694" text="Imperial Club Queen Ocean (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1723.08" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118233694" text="Imperial Club Queen Ocean (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1723.08" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-377"> <Room> <RoomType code="118233694" text="Imperial Club Queen Ocean (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2140.12" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118233694" text="Imperial Club Queen Ocean (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2140.12" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-378"> <Room> <RoomType code="118233696" text="Imperial Club Queen Palm (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1848.08" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118233696" text="Imperial Club Queen Palm (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1848.08" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-379"> <Room> <RoomType code="118233696" text="Imperial Club Queen Palm (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2265.32" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118233696" text="Imperial Club Queen Palm (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2265.32" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-380"> <Room> <RoomType code="118205450" text="Imperial Club King Palm Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1979.32" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118205450" text="Imperial Club King Palm Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1979.32" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-381"> <Room> <RoomType code="118205450" text="Imperial Club King Palm Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2099.96" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118205450" text="Imperial Club King Palm Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2099.96" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-382"> <Room> <RoomType code="118203671" text="Imperial Club Queen Ocean Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2029.98" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203671" text="Imperial Club Queen Ocean Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2029.98" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-383"> <Room> <RoomType code="118203671" text="Imperial Club Queen Ocean Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2143.02" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203671" text="Imperial Club Queen Ocean Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2143.02" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-384"> <Room> <RoomType code="118203704" text="Imperial Club Queen Palm Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2177.14" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203704" text="Imperial Club Queen Palm Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2177.14" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-385"> <Room> <RoomType code="118203704" text="Imperial Club Queen Palm Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2268.24" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203704" text="Imperial Club Queen Palm Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2268.24" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-386"> <Room> <RoomType code="118233695" text="One Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2236.84" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118233695" text="One Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2236.84" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-387"> <Room> <RoomType code="118233695" text="One Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2653.88" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118233695" text="One Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2653.88" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-388"> <Room> <RoomType code="118233697" text="One Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2374.32" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118233697" text="One Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2374.32" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-389"> <Room> <RoomType code="118233697" text="One Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2791.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118233697" text="One Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2791.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-390"> <Room> <RoomType code="118203682" text="1br Terrace Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2488.92" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203682" text="1br Terrace Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2488.92" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-391"> <Room> <RoomType code="118203682" text="1br Terrace Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2657.40" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203682" text="1br Terrace Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2657.40" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-392"> <Room> <RoomType code="118203715" text="1br Skyline Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2641.40" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203715" text="1br Skyline Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2641.40" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-393"> <Room> <RoomType code="118203715" text="1br Skyline Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2794.68" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203715" text="1br Skyline Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2794.68" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-394"> <Room> <RoomType code="118233698" text="One Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2853.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118233698" text="One Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2853.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-395"> <Room> <RoomType code="118233698" text="One Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3270.80" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118233698" text="One Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3270.80" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-396"> <Room> <RoomType code="118233699" text="2-bedroom Family Club Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3123.54" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118233699" text="2-bedroom Family Club Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3123.54" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-397"> <Room> <RoomType code="118233699" text="2-bedroom Family Club Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3540.78" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118233699" text="2-bedroom Family Club Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3540.78" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-398"> <Room> <RoomType code="118205451" text="1br Regal Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3173.66" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118205451" text="1br Regal Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3173.66" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-399"> <Room> <RoomType code="118205451" text="1br Regal Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3273.72" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118205451" text="1br Regal Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3273.72" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-400"> <Room> <RoomType code="118203727" text="2br Family Club Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3543.70" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203727" text="2br Family Club Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3543.70" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-401"> <Room> <RoomType code="118203727" text="2br Family Club Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3677.86" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203727" text="2br Family Club Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3677.86" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-402"> <Room> <RoomType code="3596607" text="Two Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3994.84" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="3596607" text="Two Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3994.84" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-403"> <Room> <RoomType code="3596607" text="Two Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4412.10" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="3596607" text="Two Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4412.10" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-404"> <Room> <RoomType code="118233700" text="Two Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4239.88" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118233700" text="Two Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4239.88" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-405"> <Room> <RoomType code="118233700" text="Two Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4656.92" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118233700" text="Two Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4656.92" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-406"> <Room> <RoomType code="118203733" text="2br Terrace Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4441.84" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203733" text="2br Terrace Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4441.84" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-407"> <Room> <RoomType code="118203733" text="2br Terrace Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4858.88" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203733" text="2br Terrace Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4858.88" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-408"> <Room> <RoomType code="118203737" text="2br Skyline Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4713.48" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203737" text="2br Skyline Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4713.48" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-409"> <Room> <RoomType code="118203737" text="2br Skyline Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="5130.74" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203737" text="2br Skyline Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="5130.74" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-410"> <Room> <RoomType code="118233701" text="Two Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4795.24" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118233701" text="Two Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4795.24" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-411"> <Room> <RoomType code="118233701" text="Two Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="5212.48" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118233701" text="Two Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="5212.48" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-412"> <Room> <RoomType code="118205453" text="2br Regal Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="5331.04" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118205453" text="2br Regal Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="5331.04" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-413"> <Room> <RoomType code="118205453" text="2br Regal Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="5748.08" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118205453" text="2br Regal Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="5748.08" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-414"> <Room> <RoomType code="92586973" text="2 Bedroom Family Room (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="1781.83" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="92586973" text="2 Bedroom Family Room (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="1781.83" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-415"> <Room> <RoomType code="92586973" text="2 Bedroom Family Room (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="1863.27" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="92586973" text="2 Bedroom Family Room (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="1863.27" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-416"> <Room> <RoomType code="92586973" text="2 Bedroom Family Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2015.11" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="92586973" text="2 Bedroom Family Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2015.11" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-417"> <Room> <RoomType code="92586973" text="2 Bedroom Family Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2225.39" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="92586973" text="2 Bedroom Family Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2225.39" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-418"> <Room> <RoomType code="62933292" text="Palm King Room (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="849.16" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="62933292" text="Palm King Room (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="849.16" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-419"> <Room> <RoomType code="62933292" text="Palm King Room (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="887.85" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="62933292" text="Palm King Room (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="887.85" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-420"> <Room> <RoomType code="62933292" text="Palm King Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1039.69" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="62933292" text="Palm King Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1039.69" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-421"> <Room> <RoomType code="62933292" text="Palm King Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1249.97" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="62933292" text="Palm King Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1249.97" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-422"> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="981.66" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="981.66" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-423"> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="1026.58" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="1026.58" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-424"> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1178.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1178.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-425"> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1388.71" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1388.71" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-426"> <Room> <RoomType code="21409195" text="Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1820.84" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="21409195" text="Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1820.84" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-427"> <Room> <RoomType code="21409195" text="Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1904.04" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="21409195" text="Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1904.04" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-428"> <Room> <RoomType code="21409195" text="Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2114.32" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="21409195" text="Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2114.32" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-429"> <Room> <RoomType code="113480312" text="Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1943.56" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="113480312" text="Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1943.56" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-430"> <Room> <RoomType code="113480312" text="Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2032.58" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="113480312" text="Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2032.58" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-431"> <Room> <RoomType code="113480312" text="Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2242.86" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="113480312" text="Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2242.86" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-432"> <Room> <RoomType code="118203752" text="Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2376.40" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203752" text="Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2376.40" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-433"> <Room> <RoomType code="118203752" text="Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2485.18" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203752" text="Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2485.18" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-434"> <Room> <RoomType code="118203752" text="Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2695.48" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203752" text="Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2695.48" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-435"> <Room> <RoomType code="118203760" text="2 Bedroom Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3407.24" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203760" text="2 Bedroom Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3407.24" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-436"> <Room> <RoomType code="118203760" text="2 Bedroom Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3562.84" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203760" text="2 Bedroom Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3562.84" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-437"> <Room> <RoomType code="118203760" text="2 Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3772.92" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203760" text="2 Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3772.92" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-438"> <Room> <RoomType code="118203765" text="2 Bedroom Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3630.64" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203765" text="2 Bedroom Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3630.64" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-439"> <Room> <RoomType code="118203765" text="2 Bedroom Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3796.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203765" text="2 Bedroom Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3796.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-440"> <Room> <RoomType code="118203765" text="2 Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4006.70" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203765" text="2 Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4006.70" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-441"> <Room> <RoomType code="118205456" text="2 Bedroom Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="4130.04" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118205456" text="2 Bedroom Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="4130.04" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-442"> <Room> <RoomType code="118205456" text="2 Bedroom Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="4319.12" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118205456" text="2 Bedroom Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="4319.12" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-443"> <Room> <RoomType code="118205456" text="2 Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4529.40" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118205456" text="2 Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4529.40" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-444"> <Room> <RoomType code="118203771" text="2 Bedroom Family Club Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2586.06" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203771" text="2 Bedroom Family Club Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2586.06" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-445"> <Room> <RoomType code="118203771" text="2 Bedroom Family Club Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2704.20" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203771" text="2 Bedroom Family Club Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2704.20" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-446"> <Room> <RoomType code="118203771" text="2 Bedroom Family Club Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2914.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203771" text="2 Bedroom Family Club Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2914.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-447"> <Room> <RoomType code="118205458" text="Imperial Club King Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1209.10" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118205458" text="Imperial Club King Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1209.10" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-448"> <Room> <RoomType code="118205458" text="Imperial Club King Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1264.54" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118205458" text="Imperial Club King Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1264.54" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-449"> <Room> <RoomType code="118205458" text="Imperial Club King Ocean View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1474.72" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118205458" text="Imperial Club King Ocean View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1474.72" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-450"> <Room> <RoomType code="118205459" text="Imperial Club King Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1312.68" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118205459" text="Imperial Club King Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1312.68" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-451"> <Room> <RoomType code="118205459" text="Imperial Club King Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1372.60" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118205459" text="Imperial Club King Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1372.60" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-452"> <Room> <RoomType code="118205459" text="Imperial Club King Palm View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1582.88" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118205459" text="Imperial Club King Palm View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1582.88" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-453"> <Room> <RoomType code="118203774" text="Imperial Club Queen Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1351.38" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203774" text="Imperial Club Queen Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1351.38" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-454"> <Room> <RoomType code="118203774" text="Imperial Club Queen Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1413.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203774" text="Imperial Club Queen Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1413.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-455"> <Room> <RoomType code="118203774" text="Imperial Club Queen Ocean View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1623.64" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203774" text="Imperial Club Queen Ocean View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1623.64" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-456"> <Room> <RoomType code="118203778" text="Imperial Club Queen Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1463.08" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203778" text="Imperial Club Queen Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1463.08" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-457"> <Room> <RoomType code="118203778" text="Imperial Club Queen Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1530.26" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203778" text="Imperial Club Queen Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1530.26" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-458"> <Room> <RoomType code="118203778" text="Imperial Club Queen Palm View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1740.54" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203778" text="Imperial Club Queen Palm View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1740.54" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910072989_429683260"> <Hotel id="429683260" name="Atlantis The Royal" /> <Result id="910072989-0"> <Room> <RoomType code="104511357" text="Sky Terrace Suite Double" /> <MealType code="1" text="Breakfast" /> <Price amt="3113.34" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="104511357" text="Sky Terrace Suite Double" /> <MealType code="1" text="Breakfast" /> <Price amt="3113.34" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-1"> <Room> <RoomType code="108921590" text="Sky Terrace Family Suite Double" /> <MealType code="1" text="Breakfast" /> <Price amt="3275.80" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="108921590" text="Sky Terrace Family Suite Double" /> <MealType code="1" text="Breakfast" /> <Price amt="3275.80" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-2"> <Room> <RoomType code="118195218" text="2-Bedroom Sky Terrace Suite (Max 4)" /> <MealType code="1" text="Breakfast" /> <Price amt="4878.44" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118195218" text="2-Bedroom Sky Terrace Suite (Max 4)" /> <MealType code="1" text="Breakfast" /> <Price amt="4878.44" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-3"> <Room> <RoomType code="117292550" text="3-Bedroom Sky Terrace Suite (Max 6)" /> <MealType code="1" text="Breakfast" /> <Price amt="6643.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="117292550" text="3-Bedroom Sky Terrace Suite (Max 6)" /> <MealType code="1" text="Breakfast" /> <Price amt="6643.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-4"> <Room> <RoomType code="101546479" text="SEASCAPE QUEEN ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="1673.78" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="101546479" text="SEASCAPE QUEEN ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="1673.78" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-5"> <Room> <RoomType code="101546479" text="SEASCAPE QUEEN ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="1859.72" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="101546479" text="SEASCAPE QUEEN ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="1673.78" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-6"> <Room> <RoomType code="101546479" text="SEASCAPE QUEEN ROOM" /> <MealType code="1000019" text="Half board" /> <Price amt="2226.44" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="101546479" text="SEASCAPE QUEEN ROOM" /> <MealType code="1000019" text="Half board" /> <Price amt="2226.44" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-7"> <Room> <RoomType code="107457148" text="Palmscape Queen Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1789.64" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="107457148" text="Palmscape Queen Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1789.64" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-8"> <Room> <RoomType code="107457148" text="Palmscape Queen Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1988.48" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="107457148" text="Palmscape Queen Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1789.64" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-9"> <Room> <RoomType code="107457148" text="Palmscape Queen Room" /> <MealType code="1000019" text="Half board" /> <Price amt="2354.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="107457148" text="Palmscape Queen Room" /> <MealType code="1000019" text="Half board" /> <Price amt="2354.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-10"> <Room> <RoomType code="118194942" text="Royal Club Queen Sea View Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="2249.72" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194942" text="Royal Club Queen Sea View Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="2249.72" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-11"> <Room> <RoomType code="118194942" text="Royal Club Queen Sea View Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="2499.12" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194942" text="Royal Club Queen Sea View Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="2249.72" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-12"> <Room> <RoomType code="118194984" text="Royal Club Queen Sea View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="2249.72" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194984" text="Royal Club Queen Sea View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="2249.72" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-13"> <Room> <RoomType code="118194984" text="Royal Club Queen Sea View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="2499.12" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194984" text="Royal Club Queen Sea View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="2249.72" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-14"> <Room> <RoomType code="118194984" text="Royal Club Queen Sea View Room" /> <MealType code="1000019" text="Half board" /> <Price amt="2865.82" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194984" text="Royal Club Queen Sea View Room" /> <MealType code="1000019" text="Half board" /> <Price amt="2865.82" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-15"> <Room> <RoomType code="118195023" text="Royal Club Queen Palm View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="2394.92" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118195023" text="Royal Club Queen Palm View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="2394.92" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-16"> <Room> <RoomType code="118195023" text="Royal Club Queen Palm View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="2660.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118195023" text="Royal Club Queen Palm View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="2394.92" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-17"> <Room> <RoomType code="118195023" text="Royal Club Queen Palm View Room" /> <MealType code="1000019" text="Half board" /> <Price amt="3027.64" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118195023" text="Royal Club Queen Palm View Room" /> <MealType code="1000019" text="Half board" /> <Price amt="3027.64" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-18"> <Room> <RoomType code="118195117" text="Royal Club Queen Palm View Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="2660.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118195117" text="Royal Club Queen Palm View Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="2660.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-19"> <Room> <RoomType code="100238809" text="Sky Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="3036.80" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="100238809" text="Sky Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="3036.80" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-20"> <Room> <RoomType code="100238809" text="Sky Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="3374.18" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="100238809" text="Sky Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="3036.80" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-21"> <Room> <RoomType code="100238809" text="Sky Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="3740.26" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="100238809" text="Sky Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="3740.26" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-22"> <Room> <RoomType code="1104744" text="Suite with Terrace " /> <MealType code="1" text="Breakfast" /> <Price amt="3195.08" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1104744" text="Suite with Terrace " /> <MealType code="1" text="Breakfast" /> <Price amt="3195.08" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-23"> <Room> <RoomType code="1104744" text="Suite with Terrace " /> <MealType code="1000019" text="Half board" /> <Price amt="3916.84" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1104744" text="Suite with Terrace " /> <MealType code="1000019" text="Half board" /> <Price amt="3916.84" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-24"> <Room> <RoomType code="118193412" text="SKY TERRACE FAMILY SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="3550.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193412" text="SKY TERRACE FAMILY SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="3550.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-25"> <Room> <RoomType code="1102753" text="Family Room Sea View" /> <MealType code="1" text="Breakfast" /> <Price amt="3576.14" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1102753" text="Family Room Sea View" /> <MealType code="1" text="Breakfast" /> <Price amt="3576.14" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-26"> <Room> <RoomType code="1102753" text="Family Room Sea View" /> <MealType code="1" text="Breakfast" /> <Price amt="3973.22" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1102753" text="Family Room Sea View" /> <MealType code="1" text="Breakfast" /> <Price amt="3576.14" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-27"> <Room> <RoomType code="1102753" text="Family Room Sea View" /> <MealType code="1000019" text="Half board" /> <Price amt="4339.92" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1102753" text="Family Room Sea View" /> <MealType code="1000019" text="Half board" /> <Price amt="4339.92" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-28"> <Room> <RoomType code="117292431" text="Family Room Palm View" /> <MealType code="1" text="Breakfast" /> <Price amt="3834.28" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="117292431" text="Family Room Palm View" /> <MealType code="1" text="Breakfast" /> <Price amt="3834.28" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-29"> <Room> <RoomType code="117292431" text="Family Room Palm View" /> <MealType code="1" text="Breakfast" /> <Price amt="3834.28" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="117292431" text="Family Room Palm View" /> <MealType code="1" text="Breakfast" /> <Price amt="3834.28" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-30"> <Room> <RoomType code="117292431" text="Family Room Palm View" /> <MealType code="1" text="Breakfast" /> <Price amt="4260.68" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="117292431" text="Family Room Palm View" /> <MealType code="1" text="Breakfast" /> <Price amt="3834.28" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-31"> <Room> <RoomType code="117292431" text="Family Room Palm View" /> <MealType code="1000019" text="Half board" /> <Price amt="4626.76" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="117292431" text="Family Room Palm View" /> <MealType code="1000019" text="Half board" /> <Price amt="4626.76" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-32"> <Room> <RoomType code="118196484" text="TWO BEDROOM SKY TERRACE" /> <MealType code="1" text="Breakfast" /> <Price amt="4758.62" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118196484" text="TWO BEDROOM SKY TERRACE" /> <MealType code="1" text="Breakfast" /> <Price amt="4758.62" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-33"> <Room> <RoomType code="118196484" text="TWO BEDROOM SKY TERRACE" /> <MealType code="1" text="Breakfast" /> <Price amt="5287.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118196484" text="TWO BEDROOM SKY TERRACE" /> <MealType code="1" text="Breakfast" /> <Price amt="4758.62" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-34"> <Room> <RoomType code="60012444" text="SUITE TWO BEDROOMS WITH TERRACE" /> <MealType code="1" text="Breakfast" /> <Price amt="4758.62" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="60012444" text="SUITE TWO BEDROOMS WITH TERRACE" /> <MealType code="1" text="Breakfast" /> <Price amt="4758.62" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-35"> <Room> <RoomType code="60012444" text="SUITE TWO BEDROOMS WITH TERRACE" /> <MealType code="1000019" text="Half board" /> <Price amt="5653.86" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="60012444" text="SUITE TWO BEDROOMS WITH TERRACE" /> <MealType code="1000019" text="Half board" /> <Price amt="5653.86" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-36"> <Room> <RoomType code="118195236" text="THREE BEDROOM SKY TERRACE" /> <MealType code="1" text="Breakfast" /> <Price amt="6479.20" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118195236" text="THREE BEDROOM SKY TERRACE" /> <MealType code="1" text="Breakfast" /> <Price amt="6479.20" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-37"> <Room> <RoomType code="118195236" text="THREE BEDROOM SKY TERRACE" /> <MealType code="1" text="Breakfast" /> <Price amt="7199.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118195236" text="THREE BEDROOM SKY TERRACE" /> <MealType code="1" text="Breakfast" /> <Price amt="6479.20" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-38"> <Room> <RoomType code="1108528" text="Villa Standard" /> <MealType code="1" text="Breakfast" /> <Price amt="7497.78" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1108528" text="Villa Standard" /> <MealType code="1" text="Breakfast" /> <Price amt="7497.78" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-39"> <Room> <RoomType code="111152427" text="Sky Pool Villa Palm View" /> <MealType code="1" text="Breakfast" /> <Price amt="8325.20" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111152427" text="Sky Pool Villa Palm View" /> <MealType code="1" text="Breakfast" /> <Price amt="8325.20" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-40"> <Room> <RoomType code="105486772" text="SKY POOL VILLA SEA VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="8330.82" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="105486772" text="SKY POOL VILLA SEA VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="8330.82" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-41"> <Room> <RoomType code="113496717" text="Room, 2 Queen Beds (Palmscape)" /> <MealType code="1" text="Breakfast" /> <Price amt="1873.66" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="113496717" text="Room, 2 Queen Beds (Palmscape)" /> <MealType code="1" text="Breakfast" /> <Price amt="1873.66" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-42"> <Room> <RoomType code="113496717" text="Room, 2 Queen Beds (Palmscape)" /> <MealType code="1" text="Breakfast" /> <Price amt="1985.90" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="113496717" text="Room, 2 Queen Beds (Palmscape)" /> <MealType code="1" text="Breakfast" /> <Price amt="1985.90" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-43"> <Room> <RoomType code="113496717" text="Room, 2 Queen Beds (Palmscape)" /> <MealType code="1000019" text="Half board" /> <Price amt="2661.86" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="113496717" text="Room, 2 Queen Beds (Palmscape)" /> <MealType code="1000019" text="Half board" /> <Price amt="2661.86" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-44"> <Room> <RoomType code="118215887" text="Club Room, 2 Queen Beds (Royal, Palm View)" /> <MealType code="1" text="Breakfast" /> <Price amt="2478.18" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118215887" text="Club Room, 2 Queen Beds (Royal, Palm View)" /> <MealType code="1" text="Breakfast" /> <Price amt="2478.18" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-45"> <Room> <RoomType code="118215887" text="Club Room, 2 Queen Beds (Royal, Palm View)" /> <MealType code="1000019" text="Half board" /> <Price amt="3417.30" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118215887" text="Club Room, 2 Queen Beds (Royal, Palm View)" /> <MealType code="1000019" text="Half board" /> <Price amt="3417.30" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-46"> <Room> <RoomType code="118215887" text="Club Room, 2 Queen Beds (Royal, Palm View)" /> <MealType code="1" text="Breakfast" /> <Price amt="2657.72" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118215887" text="Club Room, 2 Queen Beds (Royal, Palm View)" /> <MealType code="1" text="Breakfast" /> <Price amt="2657.72" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-47"> <Room> <RoomType code="118203725" text="Family Suite, Terrace (Sky)" /> <MealType code="1" text="Breakfast" /> <Price amt="4416.48" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203725" text="Family Suite, Terrace (Sky)" /> <MealType code="1" text="Breakfast" /> <Price amt="4416.48" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-48"> <Room> <RoomType code="118203725" text="Family Suite, Terrace (Sky)" /> <MealType code="1" text="Breakfast" /> <Price amt="3546.16" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203725" text="Family Suite, Terrace (Sky)" /> <MealType code="1" text="Breakfast" /> <Price amt="3546.16" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-49"> <Room> <RoomType code="118203725" text="Family Suite, Terrace (Sky)" /> <MealType code="1" text="Breakfast" /> <Price amt="3277.74" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203725" text="Family Suite, Terrace (Sky)" /> <MealType code="1" text="Breakfast" /> <Price amt="3277.74" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-50"> <Room> <RoomType code="118215885" text="Club Room, 2 Queen Beds, Sea View (Royal)" /> <MealType code="1" text="Breakfast" /> <Price amt="2333.16" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118215885" text="Club Room, 2 Queen Beds, Sea View (Royal)" /> <MealType code="1" text="Breakfast" /> <Price amt="2333.16" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-51"> <Room> <RoomType code="118215885" text="Club Room, 2 Queen Beds, Sea View (Royal)" /> <MealType code="1000019" text="Half board" /> <Price amt="3236.04" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118215885" text="Club Room, 2 Queen Beds, Sea View (Royal)" /> <MealType code="1000019" text="Half board" /> <Price amt="3236.04" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-52"> <Room> <RoomType code="118215885" text="Club Room, 2 Queen Beds, Sea View (Royal)" /> <MealType code="1" text="Breakfast" /> <Price amt="2496.52" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118215885" text="Club Room, 2 Queen Beds, Sea View (Royal)" /> <MealType code="1" text="Breakfast" /> <Price amt="2496.52" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-53"> <Room> <RoomType code="114059826" text="Room, 2 Queen Beds (Seascape)" /> <MealType code="1" text="Breakfast" /> <Price amt="1857.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="114059826" text="Room, 2 Queen Beds (Seascape)" /> <MealType code="1" text="Breakfast" /> <Price amt="1857.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-54"> <Room> <RoomType code="114059826" text="Room, 2 Queen Beds (Seascape)" /> <MealType code="1" text="Breakfast" /> <Price amt="1758.12" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="114059826" text="Room, 2 Queen Beds (Seascape)" /> <MealType code="1" text="Breakfast" /> <Price amt="1758.12" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-55"> <Room> <RoomType code="114059826" text="Room, 2 Queen Beds (Seascape)" /> <MealType code="1000019" text="Half board" /> <Price amt="2517.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="114059826" text="Room, 2 Queen Beds (Seascape)" /> <MealType code="1000019" text="Half board" /> <Price amt="2517.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-56"> <Room> <RoomType code="105481220" text="Two Bedroom Sky Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="4839.10" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="105481220" text="Two Bedroom Sky Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="4839.10" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-57"> <Room> <RoomType code="105481220" text="Two Bedroom Sky Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="5277.84" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="105481220" text="Two Bedroom Sky Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="5277.84" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-58"> <Room> <RoomType code="105481220" text="Two Bedroom Sky Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="6367.46" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="105481220" text="Two Bedroom Sky Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="6367.46" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-59"> <Room> <RoomType code="118269883" text="Suite, Terrace (Sky)" /> <MealType code="1000019" text="Half board" /> <Price amt="4218.40" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269883" text="Suite, Terrace (Sky)" /> <MealType code="1000019" text="Half board" /> <Price amt="4218.40" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-60"> <Room> <RoomType code="118269883" text="Suite, Terrace (Sky)" /> <MealType code="1" text="Breakfast" /> <Price amt="3119.20" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269883" text="Suite, Terrace (Sky)" /> <MealType code="1" text="Breakfast" /> <Price amt="3119.20" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-61"> <Room> <RoomType code="118269883" text="Suite, Terrace (Sky)" /> <MealType code="1" text="Breakfast" /> <Price amt="3371.22" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118269883" text="Suite, Terrace (Sky)" /> <MealType code="1" text="Breakfast" /> <Price amt="3371.22" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-62"> <Room> <RoomType code="118209518" text="Three Bedroom Sky Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="6557.90" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118209518" text="Three Bedroom Sky Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="6557.90" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-63"> <Room> <RoomType code="118209518" text="Three Bedroom Sky Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="8514.98" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118209518" text="Three Bedroom Sky Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="8514.98" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-64"> <Room> <RoomType code="118209518" text="Three Bedroom Sky Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="7193.44" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118209518" text="Three Bedroom Sky Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="7193.44" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-65"> <Room> <RoomType code="118203735" text="Villa (Sky Pool - Palm View)" /> <MealType code="1" text="Breakfast" /> <Price amt="9350.80" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203735" text="Villa (Sky Pool - Palm View)" /> <MealType code="1" text="Breakfast" /> <Price amt="9350.80" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-66"> <Room> <RoomType code="118203712" text="Villa, Sea View (Sky Pool)" /> <MealType code="1" text="Breakfast" /> <Price amt="8421.50" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203712" text="Villa, Sea View (Sky Pool)" /> <MealType code="1" text="Breakfast" /> <Price amt="8421.50" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-67"> <Room> <RoomType code="118224438" text="Royal Club Queen Sea View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2088.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118224438" text="Royal Club Queen Sea View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2088.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-68"> <Room> <RoomType code="118224438" text="Royal Club Queen Sea View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2684.04" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118224438" text="Royal Club Queen Sea View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2684.04" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-69"> <Room> <RoomType code="118224438" text="Royal Club Queen Sea View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2136.58" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118224438" text="Royal Club Queen Sea View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2136.58" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-70"> <Room> <RoomType code="118224438" text="Royal Club Queen Sea View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2731.66" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118224438" text="Royal Club Queen Sea View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2731.66" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-71"> <Room> <RoomType code="118224440" text="Royal Club Queen Palm View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2222.90" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118224440" text="Royal Club Queen Palm View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2222.90" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-72"> <Room> <RoomType code="118224440" text="Royal Club Queen Palm View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2817.98" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118224440" text="Royal Club Queen Palm View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2817.98" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-73"> <Room> <RoomType code="118224440" text="Royal Club Queen Palm View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2270.52" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118224440" text="Royal Club Queen Palm View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2270.52" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-74"> <Room> <RoomType code="118224440" text="Royal Club Queen Palm View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2865.62" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118224440" text="Royal Club Queen Palm View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2865.62" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-75"> <Room> <RoomType code="118224441" text="Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3189.88" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118224441" text="Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3189.88" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-76"> <Room> <RoomType code="118224441" text="Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3784.98" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118224441" text="Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3784.98" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-77"> <Room> <RoomType code="118224441" text="Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3237.52" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118224441" text="Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3237.52" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-78"> <Room> <RoomType code="118203547" text="Sky Terrace Family Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3356.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203547" text="Sky Terrace Family Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3356.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-79"> <Room> <RoomType code="3740855" text="Family Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3394.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="3740855" text="Family Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3394.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-80"> <Room> <RoomType code="118203547" text="Sky Terrace Family Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3404.12" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203547" text="Sky Terrace Family Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3404.12" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-81"> <Room> <RoomType code="75941098" text="Family Room Sea View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3442.20" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="75941098" text="Family Room Sea View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3442.20" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-82"> <Room> <RoomType code="75941098" text="Family Room Sea View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3799.32" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="75941098" text="Family Room Sea View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3799.32" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-83"> <Room> <RoomType code="117355354" text="Family Room Palm View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3641.04" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="117355354" text="Family Room Palm View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3641.04" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-84"> <Room> <RoomType code="117355354" text="Family Room Palm View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3688.68" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="117355354" text="Family Room Palm View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3688.68" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-85"> <Room> <RoomType code="117355354" text="Family Room Palm View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="4045.60" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="117355354" text="Family Room Palm View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="4045.60" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-86"> <Room> <RoomType code="118243404" text="2-bed Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="4999.08" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118243404" text="2-bed Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="4999.08" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-87"> <Room> <RoomType code="118224443" text="2 Bedroom Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="5046.70" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118224443" text="2 Bedroom Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="5046.70" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-88"> <Room> <RoomType code="118224443" text="2 Bedroom Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="5641.80" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118224443" text="2 Bedroom Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="5641.80" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-89"> <Room> <RoomType code="118243406" text="3-bed Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="6808.26" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118243406" text="3-bed Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="6808.26" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-90"> <Room> <RoomType code="118224445" text="3 Bedroom Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="6855.88" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118224445" text="3 Bedroom Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="6855.88" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-91"> <Room> <RoomType code="118224445" text="3 Bedroom Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="7450.98" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118224445" text="3 Bedroom Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="7450.98" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-92"> <Room> <RoomType code="118203558" text="Sky Pool Villa Sea View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="7558.10" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203558" text="Sky Pool Villa Sea View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="7558.10" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-93"> <Room> <RoomType code="118203558" text="Sky Pool Villa Sea View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="8153.18" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203558" text="Sky Pool Villa Sea View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="8153.18" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-94"> <Room> <RoomType code="118227817" text="Sky Pool Villa - Sea View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="7605.72" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118227817" text="Sky Pool Villa - Sea View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="7605.72" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-95"> <Room> <RoomType code="118227817" text="Sky Pool Villa - Sea View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="8200.82" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118227817" text="Sky Pool Villa - Sea View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="8200.82" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-96"> <Room> <RoomType code="118203554" text="Sky Pool Villa Palm View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="8391.34" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203554" text="Sky Pool Villa Palm View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="8391.34" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-97"> <Room> <RoomType code="118203554" text="Sky Pool Villa Palm View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="8986.44" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203554" text="Sky Pool Villa Palm View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="8986.44" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-98"> <Room> <RoomType code="118227818" text="Sky Pool Villa - Palm View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="8438.76" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118227818" text="Sky Pool Villa - Palm View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="8438.76" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-99"> <Room> <RoomType code="118227818" text="Sky Pool Villa - Palm View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="9034.06" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118227818" text="Sky Pool Villa - Palm View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="9034.06" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-100"> <Room> <RoomType code="117355354" text="Family Room Palm View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3726.74" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="117355354" text="Family Room Palm View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3726.74" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-101"> <Room> <RoomType code="117355354" text="Family Room Palm View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="4140.66" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="117355354" text="Family Room Palm View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="4140.66" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-102"> <Room> <RoomType code="117355354" text="Family Room Palm View (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4496.76" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="117355354" text="Family Room Palm View (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4496.76" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-103"> <Room> <RoomType code="75941098" text="Family Room Sea View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3475.26" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="75941098" text="Family Room Sea View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3475.26" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-104"> <Room> <RoomType code="75941098" text="Family Room Sea View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3861.72" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="75941098" text="Family Room Sea View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3861.72" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-105"> <Room> <RoomType code="75941098" text="Family Room Sea View (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4217.72" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="75941098" text="Family Room Sea View (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4217.72" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-106"> <Room> <RoomType code="118224460" text="Palmscape Queen Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1739.08" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118224460" text="Palmscape Queen Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1739.08" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-107"> <Room> <RoomType code="118224460" text="Palmscape Queen Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1932.32" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118224460" text="Palmscape Queen Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1932.32" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-108"> <Room> <RoomType code="118224460" text="Palmscape Queen Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2288.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118224460" text="Palmscape Queen Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2288.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-109"> <Room> <RoomType code="104465115" text="Seascape Queen Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1626.56" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="104465115" text="Seascape Queen Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1626.56" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-110"> <Room> <RoomType code="104465115" text="Seascape Queen Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1807.52" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="104465115" text="Seascape Queen Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1807.52" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-111"> <Room> <RoomType code="104465115" text="Seascape Queen Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2163.40" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="104465115" text="Seascape Queen Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2163.40" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-112"> <Room> <RoomType code="118211973" text="Royal Club Queen Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2327.52" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118211973" text="Royal Club Queen Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2327.52" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-113"> <Room> <RoomType code="118211973" text="Royal Club Queen Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2586.06" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118211973" text="Royal Club Queen Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2586.06" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-114"> <Room> <RoomType code="118211973" text="Royal Club Queen Palm View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2942.16" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118211973" text="Royal Club Queen Palm View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2942.16" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-115"> <Room> <RoomType code="118211974" text="Royal Club Queen Sea View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2186.70" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118211974" text="Royal Club Queen Sea View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2186.70" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-116"> <Room> <RoomType code="118211974" text="Royal Club Queen Sea View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2429.24" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118211974" text="Royal Club Queen Sea View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2429.24" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-117"> <Room> <RoomType code="118211974" text="Royal Club Queen Sea View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2785.12" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118211974" text="Royal Club Queen Sea View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2785.12" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-118"> <Room> <RoomType code="117355360" text="2-bedroom Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="4624.88" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="117355360" text="2-bedroom Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="4624.88" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-119"> <Room> <RoomType code="117355360" text="2-bedroom Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="5138.74" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="117355360" text="2-bedroom Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="5138.74" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-120"> <Room> <RoomType code="117355360" text="2-bedroom Sky Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="5494.84" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="117355360" text="2-bedroom Sky Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="5494.84" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-121"> <Room> <RoomType code="117355362" text="3-bedroom Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="6297.51" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="117355362" text="3-bedroom Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="6297.51" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-122"> <Room> <RoomType code="117355362" text="3-bedroom Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="6997.02" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="117355362" text="3-bedroom Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="6997.02" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-123"> <Room> <RoomType code="117355362" text="3-bedroom Sky Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="7352.90" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="117355362" text="3-bedroom Sky Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="7352.90" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-124"> <Room> <RoomType code="118203547" text="Sky Terrace Family Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3105.65" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203547" text="Sky Terrace Family Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3105.65" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-125"> <Room> <RoomType code="118203547" text="Sky Terrace Family Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3450.62" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203547" text="Sky Terrace Family Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3450.62" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-126"> <Room> <RoomType code="118203547" text="Sky Terrace Family Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3806.61" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203547" text="Sky Terrace Family Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3806.61" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-127"> <Room> <RoomType code="118224441" text="Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2951.21" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118224441" text="Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2951.21" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-128"> <Room> <RoomType code="118224441" text="Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3279.12" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118224441" text="Sky Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3279.12" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-129"> <Room> <RoomType code="118224441" text="Sky Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3635.22" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118224441" text="Sky Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3635.22" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-130"> <Room> <RoomType code="118203554" text="Sky Pool Villa Palm View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="8091.30" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203554" text="Sky Pool Villa Palm View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="8091.30" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-131"> <Room> <RoomType code="118203558" text="Sky Pool Villa Sea View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="7287.17" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203558" text="Sky Pool Villa Sea View (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="7287.17" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> </HotelAvailability> <HotelAvailability hotelQuoteId="910072989_70976"> <Hotel id="70976" name="Jumeirah Mina Al Salam Dubai" /> <Result id="910072989-132"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="633.16" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="633.16" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-133"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="696.38" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="633.16" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-134"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="856.34" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="856.34" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-135"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1238.44" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1238.44" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-136"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="886.92" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="886.92" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-137"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1269.00" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1269.00" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-138"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="715.52" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="715.52" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-139"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="948.06" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="948.06" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-140"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1330.16" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1330.16" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-141"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="880.68" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="880.68" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-142"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1513.62" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1513.62" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-143"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="963.24" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="963.24" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-144"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1059.56" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="963.24" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-145"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1452.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1452.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-146"> <Room> <RoomType code="112270199" text="Junior Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="1775.08" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="112270199" text="Junior Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="1775.08" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-147"> <Room> <RoomType code="112270199" text="Junior Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="1952.50" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="112270199" text="Junior Suite" /> <MealType code="1000041" text="Room only" /> <Price amt="1775.08" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-148"> <Room> <RoomType code="112270199" text="Junior Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2354.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="112270199" text="Junior Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2354.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-149"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="2036.52" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="2036.52" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-150"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="2240.16" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="2036.52" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-151"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="2645.14" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="2645.14" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-152"> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="6115.82" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="6115.82" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-153"> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="6497.92" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="6497.92" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-154"> <Room> <RoomType code="109338497" text="Ocean Club Room + VIP Perks + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1155.98" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="109338497" text="Ocean Club Room + VIP Perks + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1155.98" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-155"> <Room> <RoomType code="109338497" text="Ocean Club Room + VIP Perks + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1642.16" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="109338497" text="Ocean Club Room + VIP Perks + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1642.16" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-156"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1058.14" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1058.14" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-157"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="977.78" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="977.78" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-158"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="792.80" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="792.80" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-159"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="725.52" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="725.52" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-160"> <Room> <RoomType code="109338499" text="Ocean Premier Suite + VIP Perks + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="2914.98" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="109338499" text="Ocean Premier Suite + VIP Perks + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="2914.98" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-161"> <Room> <RoomType code="109338499" text="Ocean Premier Suite + VIP Perks + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="2444.34" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="109338499" text="Ocean Premier Suite + VIP Perks + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="2444.34" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-162"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="2236.62" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="2236.62" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-163"> <Room> <RoomType code="109338498" text="Deluxe Room with Ocean View + VIP Perks + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="858.76" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="109338498" text="Deluxe Room with Ocean View + VIP Perks + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="858.76" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-164"> <Room> <RoomType code="109338498" text="Deluxe Room with Ocean View + VIP Perks + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="1031.72" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="109338498" text="Deluxe Room with Ocean View + VIP Perks + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="1031.72" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-165"> <Room> <RoomType code="109338498" text="Deluxe Room with Ocean View + VIP Perks + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1474.20" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="109338498" text="Deluxe Room with Ocean View + VIP Perks + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1474.20" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-166"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="785.80" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="785.80" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-167"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="967.30" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="967.30" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-168"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1057.06" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1057.06" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-169"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="695.16" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="695.16" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-170"> <Room> <RoomType code="109338496" text="Arabian Deluxe Room + VIP Perks + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="759.82" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="109338496" text="Arabian Deluxe Room + VIP Perks + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="759.82" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-171"> <Room> <RoomType code="109338496" text="Arabian Deluxe Room + VIP Perks + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1373.52" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="109338496" text="Arabian Deluxe Room + VIP Perks + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1373.52" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-172"> <Room> <RoomType code="109338496" text="Arabian Deluxe Room + VIP Perks + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="944.14" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="109338496" text="Arabian Deluxe Room + VIP Perks + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="944.14" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-173"> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="6605.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="6605.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-174"> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="7075.28" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="7075.28" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-175"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="603.82" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="603.82" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-176"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="630.04" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="630.04" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-177"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="682.44" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="682.44" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-178"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="918.74" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="918.74" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-179"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="839.90" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="839.90" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-180"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="1942.30" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="1942.30" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-181"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="670.80" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="670.80" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-182"> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="5832.52" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="5832.52" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-183"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="1020.66" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="1020.66" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-184"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="933.30" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="933.30" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-185"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="2158.00" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="2158.00" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-186"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="816.60" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="816.60" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-187"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="845.72" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="845.72" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-188"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="904.18" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="904.18" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-189"> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1181.24" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="7602108" text="Arabian Deluxe Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1181.24" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-190"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1210.36" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1210.36" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-191"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1268.60" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1268.60" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-192"> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="6196.94" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="6196.94" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-193"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1385.28" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1385.28" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-194"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1443.52" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1443.52" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-195"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="2522.62" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="2522.62" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-196"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="621.30" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="621.30" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-197"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="690.25" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="690.25" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-198"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="834.08" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="834.08" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-199"> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1193.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="94831474" text="Lagoon Deluxe Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1193.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-200"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="672.98" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="672.98" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-201"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="747.76" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="747.76" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-202"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="891.48" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1" text="Breakfast" /> <Price amt="891.48" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-203"> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1250.92" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7602111" text="Deluxe Room with Ocean View + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1250.92" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-204"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="828.26" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="828.26" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-205"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="920.20" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="920.20" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-206"> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1423.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="94831475" text="Arabian Club Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1423.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-207"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="905.84" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="905.84" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-208"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1006.52" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1006.52" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-209"> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1365.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="68658787" text="Ocean Club Room + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="1365.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-210"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1915.26" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="1915.26" /> <Messages /> <CancellationPolicyStatus>Unknown</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-211"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="2128.04" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="2128.04" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-212"> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="2487.48" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="60618392" text="Ocean Premier Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="2487.48" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-213"> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="5751.20" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000041" text="Room only" /> <Price amt="5751.20" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="910072989-214"> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="6110.62" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7602129" text="Royal Suite + Free Wifi" /> <MealType code="1000019" text="Half board" /> <Price amt="6110.62" /> <Messages /> <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> <Hotels> <Id>{{HotelId1}}</Id> <Id>{{HotelId2}}</Id> <Id>{{HotelId3}}</Id> </Hotels> <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>