Hotel

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

<HotelId>

Integer

The Id of an individual hotel to search for availability. This should not be used with a <RegionId> element

<HotelStayDetails>

Complex

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

<ArrivalDate>

Date

The date of the first night of the stay

<Nights>

Integer

The duration of the stay as a number of nights

<Nationality>

String

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

<Room>

(1 or More)

Complex

Structure containing room requirement and occupant details

<Guests>

Array

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

<HotelSearchCriteria>

(optional)

Complex

Structured extra requirements to filter the list of hotels returned

You cannot use HotelSearchCriteria filter when also specifying a HotelId.

<HotelName>

(optional)

String

Match a text fragment within the hotel name

<MinStars>

(optional)

Integer

Return only hotels with at least this star rating

<MinPrice>

(optional)

Decimal

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

<MaxPrice>

(optional)

Decimal

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

<CanxFees>

(optional)

Boolean

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

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

Response Body Schema

Name Type Description

<Currency>

String

The currency of all prices included in the response.

<Warning>

String

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

<TestMode>

Boolean

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

<HotelAvailability>

(zero or more)

Complex

<Hotel>

Complex

Contains hotel details

<Result>

(1 or more)

Complex

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

Id

(Attribute)

String

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

<Room>

(one or more)

Complex

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

<RoomType>

Complex

A text enumeration (as a <code>,

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

<MealType>

Complex

A text enumeration (as a <code>,

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

If not returned the MealType is ‘room only’.

<Price>

Complex

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

<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> <HotelId>{{HotelId}}</HotelId> <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="909033245_324524"> <Hotel id="324524" name="Atlantis The Palm" /> <Result id="909033245-0"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="659.26" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-1"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="689.52" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-2"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1000019" text="Half board" /> <Price amt="903.24" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-3"> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="716.25" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-4"> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="749.01" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-5"> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1000019" text="Half board" /> <Price amt="962.73" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-6"> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="735.90" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-7"> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="769.60" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-8"> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="876.62" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-9"> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1000019" text="Half board" /> <Price amt="983.63" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-10"> <Room> <RoomType code="118186366" text="Imperial Club Queen Ocean View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="735.90" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-11"> <Room> <RoomType code="118186366" text="Imperial Club Queen Ocean View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="769.60" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-12"> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="797.16" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-13"> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="833.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-14"> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="940.58" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-15"> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1000019" text="Half board" /> <Price amt="1047.59" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-16"> <Room> <RoomType code="118186401" text="Imperial Club Queen Palm View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="797.16" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-17"> <Room> <RoomType code="118186401" text="Imperial Club Queen Palm View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="833.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-18"> <Room> <RoomType code="7138740" text="One Bedroom Terrace Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="987.58" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-19"> <Room> <RoomType code="7138740" text="One Bedroom Terrace Suite " /> <MealType code="1000019" text="Half board" /> <Price amt="1139.63" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-20"> <Room> <RoomType code="1104744" text="Suite with Terrace " /> <MealType code="1" text="Breakfast" /> <Price amt="987.58" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-21"> <Room> <RoomType code="118193814" text="1-Bed Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1054.35" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-22"> <Room> <RoomType code="118193814" text="1-Bed Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1102.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-23"> <Room> <RoomType code="118193814" text="1-Bed Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1209.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-24"> <Room> <RoomType code="84018545" text="Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1054.35" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-25"> <Room> <RoomType code="84018545" text="Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1209.62" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-26"> <Room> <RoomType code="1748361" text="Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1287.21" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-27"> <Room> <RoomType code="1748361" text="Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1346.07" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-28"> <Room> <RoomType code="1748361" text="Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1453.09" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-29"> <Room> <RoomType code="65687020" text="One Bedroom Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1287.21" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-30"> <Room> <RoomType code="65687020" text="One Bedroom Regal Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1453.09" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-31"> <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="909033245-32"> <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="909033245-33"> <Room> <RoomType code="63643396" text="Two Bedroom Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1841.53" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-34"> <Room> <RoomType code="63643396" text="Two Bedroom Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1925.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-35"> <Room> <RoomType code="101544172" text="2 BEDROOM TERRACE SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="1841.53" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-36"> <Room> <RoomType code="101544172" text="2 BEDROOM TERRACE SUITE" /> <MealType code="1000019" text="Half board" /> <Price amt="2032.47" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-37"> <Room> <RoomType code="101556805" text="2 Bedroom Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1960.61" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-38"> <Room> <RoomType code="101556805" text="2 Bedroom Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2157.38" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-39"> <Room> <RoomType code="118194221" text="Two Bedroom Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2230.49" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-40"> <Room> <RoomType code="118194221" text="Two Bedroom Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2332.72" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-41"> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1" text="Breakfast" /> <Price amt="2230.49" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-42"> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1000019" text="Half board" /> <Price amt="2439.74" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-43"> <Room> <RoomType code="3746085" text="Presidential Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="3565.85" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-44"> <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="909033245-45"> <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="909033245-46"> <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="909033245-47"> <Room> <RoomType code="103281294" text="PALM KING." /> <MealType code="1" text="Breakfast" /> <Price amt="30321.30" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-48"> <Room> <RoomType code="45346614" text="2 Bedroom Family Room" /> <MealType code="1000019" text="Half board" /> <Price amt="30321.30" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-49"> <Room> <RoomType code="45346614" text="2 Bedroom Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="30321.30" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-50"> <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="909033245-51"> <Room> <RoomType code="104960874" text="PALM QUEEN." /> <MealType code="1" text="Breakfast" /> <Price amt="30321.30" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-52"> <Room> <RoomType code="118193746" text="Club Room, 1 King Bed, Ocean View (Imperial) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="770.19" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-53"> <Room> <RoomType code="118193746" text="Club Room, 1 King Bed, Ocean View (Imperial) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="704.67" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-54"> <Room> <RoomType code="118193746" text="Club Room, 1 King Bed, Ocean View (Imperial) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="904.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-55"> <Room> <RoomType code="118193879" text="Club Room, 2 Queen Beds, Ocean View (Imperial) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="786.68" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-56"> <Room> <RoomType code="118193879" text="Club Room, 2 Queen Beds, Ocean View (Imperial) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="859.73" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-57"> <Room> <RoomType code="118193879" text="Club Room, 2 Queen Beds, Ocean View (Imperial) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="995.68" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-58"> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1153.59" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-59"> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1055.52" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-60"> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1103.91" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-61"> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="1276.33" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-62"> <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="909033245-63"> <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="909033245-64"> <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="909033245-65"> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2494.02" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-66"> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2605.73" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-67"> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="2770.73" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-68"> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2384.38" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-69"> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2192.19" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-70"> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2290.47" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-71"> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="2450.12" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-72"> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2095.77" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-73"> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1231.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-74"> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="1354.63" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-75"> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1178.71" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-76"> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1126.94" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-77"> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="1626.98" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-78"> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1503.68" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-79"> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1439.36" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-80"> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1375.92" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-81"> <Room> <RoomType code="118193518" text="Club Room, 1 King Bed (Imperial | Palm View) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="836.58" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-82"> <Room> <RoomType code="118193518" text="Club Room, 1 King Bed (Imperial | Palm View) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="971.98" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-83"> <Room> <RoomType code="118193518" text="Club Room, 1 King Bed (Imperial | Palm View) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="765.49" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-84"> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2151.02" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-85"> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="2308.38" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-86"> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1968.22" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-87"> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2058.97" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-88"> <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="909033245-89"> <Room> <RoomType code="118194280" text="Club Room, 2 Queen Beds (Imperial | Palm View) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="852.31" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-90"> <Room> <RoomType code="118194280" text="Club Room, 2 Queen Beds (Imperial | Palm View) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="931.15" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-91"> <Room> <RoomType code="118194280" text="Club Room, 2 Queen Beds (Imperial | Palm View) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="1068.20" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-92"> <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="909033245-93"> <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="909033245-94"> <Room> <RoomType code="118198064" text="1 BED SKYLINE SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="1011.19" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-95"> <Room> <RoomType code="118198067" text="TERRACE SUITE (1BR)" /> <MealType code="1" text="Breakfast" /> <Price amt="990.60" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-96"> <Room> <RoomType code="118198067" text="TERRACE SUITE (1BR)" /> <MealType code="1" text="Breakfast" /> <Price amt="947.13" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-97"> <Room> <RoomType code="118198075" text="IMPERIAL CLUB QUEEN ROOM PALM VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="799.55" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-98"> <Room> <RoomType code="118198075" text="IMPERIAL CLUB QUEEN ROOM PALM VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="764.71" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-99"> <Room> <RoomType code="118198079" text="IMPERIAL CLUB QUEEN ROOM OCEAN VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="738.30" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-100"> <Room> <RoomType code="118198082" text="IMPERIAL CLUB KING ROOM PALM VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="718.33" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-101"> <Room> <RoomType code="118198079" text="IMPERIAL CLUB QUEEN ROOM OCEAN VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="705.85" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-102"> <Room> <RoomType code="118198082" text="IMPERIAL CLUB KING ROOM PALM VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="687.02" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-103"> <Room> <RoomType code="117292487" text="IMPERIAL CLUB KING ROOM OCEAN VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="661.34" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-104"> <Room> <RoomType code="117292487" text="IMPERIAL CLUB KING ROOM OCEAN VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="632.53" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-105"> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1" text="Breakfast" /> <Price amt="2237.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-106"> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1" text="Breakfast" /> <Price amt="2139.59" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-107"> <Room> <RoomType code="118198048" text="2 BED SKYLINE SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="1966.85" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-108"> <Room> <RoomType code="118198048" text="2 BED SKYLINE SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="1880.94" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-109"> <Room> <RoomType code="101544172" text="2 BEDROOM TERRACE SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="1847.14" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-110"> <Room> <RoomType code="101544172" text="2 BEDROOM TERRACE SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="1766.23" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-111"> <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="909033245-112"> <Room> <RoomType code="118194807" text="Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1291.26" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-113"> <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="909033245-114"> <Room> <RoomType code="118194807" text="Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1234.58" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-115"> <Room> <RoomType code="118198064" text="1 BED SKYLINE SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="1057.58" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-116"> <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="909033245-117"> <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="909033245-118"> <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="909033245-119"> <Room> <RoomType code="118198075" text="IMPERIAL CLUB QUEEN ROOM PALM VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="902.20" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-120"> <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="909033245-121"> <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="909033245-122"> <Room> <RoomType code="118198082" text="IMPERIAL CLUB KING ROOM PALM VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="820.98" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-123"> <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="909033245-124"> <Room> <RoomType code="117292487" text="IMPERIAL CLUB KING ROOM OCEAN VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="763.98" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-125"> <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="909033245-126"> <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="909033245-127"> <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="909033245-128"> <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="909033245-129"> <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="909033245-130"> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1000019" text="Half board" /> <Price amt="2340.21" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-131"> <Room> <RoomType code="118198048" text="2 BED SKYLINE SUITE" /> <MealType code="1000019" text="Half board" /> <Price amt="2069.39" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-132"> <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="909033245-133"> <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="909033245-134"> <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="909033245-135"> <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="909033245-136"> <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="909033245-137"> <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="909033245-138"> <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="909033245-139"> <Room> <RoomType code="118194807" text="Regal Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1393.91" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-140"> <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="909033245-141"> <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="909033245-142"> <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="909033245-143"> <Room> <RoomType code="118198064" text="1 BED SKYLINE SUITE" /> <MealType code="1000019" text="Half board" /> <Price amt="1160.12" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-144"> <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="909033245-145"> <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="909033245-146"> <Room> <RoomType code="118198067" text="TERRACE SUITE (1BR)" /> <MealType code="1000019" text="Half board" /> <Price amt="1093.14" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-147"> <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="909033245-148"> <Room> <RoomType code="118205458" text="Imperial Club King Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="647.92" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; IC - BB - Advance Purchase&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-149"> <Room> <RoomType code="118205458" text="Imperial Club King Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="677.56" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB - BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-150"> <Room> <RoomType code="118205458" text="Imperial Club King Ocean View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="782.70" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Breakfast and dinner&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-151"> <Room> <RoomType code="118205459" text="Imperial Club King Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="703.77" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; IC - BB - Advance Purchase&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-152"> <Room> <RoomType code="118205459" text="Imperial Club King Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="735.90" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB - BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-153"> <Room> <RoomType code="118205459" text="Imperial Club King Palm View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="841.05" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Breakfast and dinner&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-154"> <Room> <RoomType code="118203774" text="Imperial Club Queen Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="723.11" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; IC - BB - Advance Purchase&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-155"> <Room> <RoomType code="118203774" text="Imperial Club Queen Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="756.39" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB - BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-156"> <Room> <RoomType code="118203774" text="Imperial Club Queen Ocean View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="861.54" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Breakfast and dinner&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-157"> <Room> <RoomType code="118233692" text="Imperial Club King Ocean (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="781.98" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-158"> <Room> <RoomType code="118203778" text="Imperial Club Queen Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="783.43" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; IC - BB - Advance Purchase&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-159"> <Room> <RoomType code="118203778" text="Imperial Club Queen Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="819.21" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB - BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-160"> <Room> <RoomType code="118203778" text="Imperial Club Queen Palm View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="924.25" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Breakfast and dinner&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-161"> <Room> <RoomType code="118233693" text="Imperial Club King Palm (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="839.80" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-162"> <Room> <RoomType code="118233694" text="Imperial Club Queen Ocean (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="861.54" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-163"> <Room> <RoomType code="118233696" text="Imperial Club Queen Palm (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="924.04" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-164"> <Room> <RoomType code="21409195" text="Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="970.32" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Non refundable Bed and Breakfast Rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-165"> <Room> <RoomType code="21409195" text="Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1014.83" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Breakfast rate Club Rooms And Suites&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-166"> <Room> <RoomType code="21409195" text="Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1119.98" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-167"> <Room> <RoomType code="113480312" text="Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1035.94" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Non refundable Bed and Breakfast Rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-168"> <Room> <RoomType code="113480312" text="Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1083.47" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Breakfast rate Club Rooms And Suites&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-169"> <Room> <RoomType code="113480312" text="Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1188.62" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-170"> <Room> <RoomType code="118233695" text="One Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1118.31" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-171"> <Room> <RoomType code="118233697" text="One Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1187.16" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-172"> <Room> <RoomType code="118203752" text="Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1264.85" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Non refundable Bed and Breakfast Rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-173"> <Room> <RoomType code="118203752" text="Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1322.88" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Breakfast rate Club Rooms And Suites&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-174"> <Room> <RoomType code="118203752" text="Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1428.02" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-175"> <Room> <RoomType code="118203771" text="2 Bedroom Family Club Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1292.93" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; IC - BB - Advance Purchase&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-176"> <Room> <RoomType code="118203771" text="2 Bedroom Family Club Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1352.10" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB - BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-177"> <Room> <RoomType code="118203771" text="2 Bedroom Family Club Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1457.25" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Breakfast and dinner&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-178"> <Room> <RoomType code="118233698" text="One Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1426.78" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-179"> <Room> <RoomType code="118233699" text="2-bedroom Family Club Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1561.77" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-180"> <Room> <RoomType code="118203760" text="2 Bedroom Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1809.50" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Non refundable Bed and Breakfast Rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-181"> <Room> <RoomType code="118203760" text="2 Bedroom Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1892.38" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Breakfast rate Club Rooms And Suites&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-182"> <Room> <RoomType code="118203760" text="2 Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1997.42" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-183"> <Room> <RoomType code="118203765" text="2 Bedroom Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1927.02" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Non refundable Bed and Breakfast Rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-184"> <Room> <RoomType code="118203765" text="2 Bedroom Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2015.00" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Breakfast rate Club Rooms And Suites&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-185"> <Room> <RoomType code="118203765" text="2 Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2120.14" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-186"> <Room> <RoomType code="3596607" text="Two Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1997.42" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-187"> <Room> <RoomType code="118233700" text="Two Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2119.83" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-188"> <Room> <RoomType code="118205456" text="2 Bedroom Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2192.01" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Non refundable Bed and Breakfast Rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-189"> <Room> <RoomType code="118205456" text="2 Bedroom Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2292.37" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Breakfast rate Club Rooms And Suites&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-190"> <Room> <RoomType code="118205456" text="2 Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2397.51" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033245-191"> <Room> <RoomType code="118233701" text="Two Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2397.62" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <HotelId>{{HotelId}}</HotelId> <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="909033888_324524"> <Hotel id="324524" name="Atlantis The Palm" /> <Result id="909033888-0"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="659.26" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-1"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="689.52" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-2"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1000019" text="Half board" /> <Price amt="929.97" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-3"> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="716.25" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-4"> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="749.01" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-5"> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1000019" text="Half board" /> <Price amt="989.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-6"> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="735.90" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-7"> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="769.60" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-8"> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="876.62" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-9"> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1000019" text="Half board" /> <Price amt="1010.36" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-10"> <Room> <RoomType code="118186366" text="Imperial Club Queen Ocean View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="735.90" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-11"> <Room> <RoomType code="118186366" text="Imperial Club Queen Ocean View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="769.60" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-12"> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="797.16" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-13"> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="833.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-14"> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="940.58" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-15"> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1000019" text="Half board" /> <Price amt="1074.32" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-16"> <Room> <RoomType code="118186401" text="Imperial Club Queen Palm View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="797.16" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-17"> <Room> <RoomType code="118186401" text="Imperial Club Queen Palm View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="833.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-18"> <Room> <RoomType code="7138740" text="One Bedroom Terrace Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="987.58" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-19"> <Room> <RoomType code="7138740" text="One Bedroom Terrace Suite " /> <MealType code="1000019" text="Half board" /> <Price amt="1187.26" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-20"> <Room> <RoomType code="1104744" text="Suite with Terrace " /> <MealType code="1" text="Breakfast" /> <Price amt="987.58" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-21"> <Room> <RoomType code="118193814" text="1-Bed Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1054.35" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-22"> <Room> <RoomType code="118193814" text="1-Bed Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1102.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-23"> <Room> <RoomType code="118193814" text="1-Bed Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1257.05" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-24"> <Room> <RoomType code="84018545" text="Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1054.35" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-25"> <Room> <RoomType code="84018545" text="Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1209.62" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-26"> <Room> <RoomType code="1748361" text="Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1287.21" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-27"> <Room> <RoomType code="1748361" text="Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1346.07" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-28"> <Room> <RoomType code="1748361" text="Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1500.72" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-29"> <Room> <RoomType code="65687020" text="One Bedroom Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1287.21" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-30"> <Room> <RoomType code="65687020" text="One Bedroom Regal Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1453.09" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-31"> <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="909033888-32"> <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="909033888-33"> <Room> <RoomType code="63643396" text="Two Bedroom Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1841.53" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-34"> <Room> <RoomType code="63643396" text="Two Bedroom Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1925.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-35"> <Room> <RoomType code="101544172" text="2 BEDROOM TERRACE SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="1841.53" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-36"> <Room> <RoomType code="101544172" text="2 BEDROOM TERRACE SUITE" /> <MealType code="1000019" text="Half board" /> <Price amt="2032.47" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-37"> <Room> <RoomType code="101556805" text="2 Bedroom Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1960.61" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-38"> <Room> <RoomType code="101556805" text="2 Bedroom Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2157.38" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-39"> <Room> <RoomType code="118194221" text="Two Bedroom Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2230.49" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-40"> <Room> <RoomType code="118194221" text="Two Bedroom Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2332.72" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-41"> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1" text="Breakfast" /> <Price amt="2230.49" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-42"> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1000019" text="Half board" /> <Price amt="2439.74" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-43"> <Room> <RoomType code="3746085" text="Presidential Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="3565.85" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-44"> <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="909033888-45"> <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="909033888-46"> <Room> <RoomType code="103281294" text="PALM KING." /> <MealType code="1" text="Breakfast" /> <Price amt="30321.30" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-47"> <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="909033888-48"> <Room> <RoomType code="45346614" text="2 Bedroom Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="30321.30" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-49"> <Room> <RoomType code="45346614" text="2 Bedroom Family Room" /> <MealType code="1000019" text="Half board" /> <Price amt="60642.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-50"> <Room> <RoomType code="104960874" text="PALM QUEEN." /> <MealType code="1" text="Breakfast" /> <Price amt="30321.30" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-51"> <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="909033888-52"> <Room> <RoomType code="118193746" text="Club Room, 1 King Bed, Ocean View (Imperial) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="770.19" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-53"> <Room> <RoomType code="118193746" text="Club Room, 1 King Bed, Ocean View (Imperial) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="704.67" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-54"> <Room> <RoomType code="118193746" text="Club Room, 1 King Bed, Ocean View (Imperial) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="904.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-55"> <Room> <RoomType code="118193879" text="Club Room, 2 Queen Beds, Ocean View (Imperial) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="786.68" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-56"> <Room> <RoomType code="118193879" text="Club Room, 2 Queen Beds, Ocean View (Imperial) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="859.73" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-57"> <Room> <RoomType code="118193879" text="Club Room, 2 Queen Beds, Ocean View (Imperial) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="995.68" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-58"> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1153.59" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-59"> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1055.52" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-60"> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1103.91" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-61"> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="1276.33" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-62"> <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="909033888-63"> <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="909033888-64"> <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="909033888-65"> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2494.02" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-66"> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2605.73" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-67"> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="2770.73" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-68"> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2384.38" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-69"> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2192.19" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-70"> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2290.47" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-71"> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="2450.12" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-72"> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2095.77" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-73"> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1231.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-74"> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="1354.63" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-75"> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1178.71" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-76"> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1126.94" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-77"> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="1626.98" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-78"> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1503.68" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-79"> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1439.36" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-80"> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1375.92" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-81"> <Room> <RoomType code="118193518" text="Club Room, 1 King Bed (Imperial | Palm View) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="836.58" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-82"> <Room> <RoomType code="118193518" text="Club Room, 1 King Bed (Imperial | Palm View) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="971.98" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-83"> <Room> <RoomType code="118193518" text="Club Room, 1 King Bed (Imperial | Palm View) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="765.49" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-84"> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2151.02" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-85"> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="2308.38" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-86"> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1968.22" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-87"> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2058.97" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-88"> <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="909033888-89"> <Room> <RoomType code="118194280" text="Club Room, 2 Queen Beds (Imperial | Palm View) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="852.31" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-90"> <Room> <RoomType code="118194280" text="Club Room, 2 Queen Beds (Imperial | Palm View) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="931.15" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-91"> <Room> <RoomType code="118194280" text="Club Room, 2 Queen Beds (Imperial | Palm View) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="1068.20" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-92"> <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="909033888-93"> <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="909033888-94"> <Room> <RoomType code="118205458" text="Imperial Club King Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="647.92" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; IC - BB - Advance Purchase&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-95"> <Room> <RoomType code="118205458" text="Imperial Club King Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="677.56" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB - BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-96"> <Room> <RoomType code="118205458" text="Imperial Club King Ocean View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="782.70" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Breakfast and dinner&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-97"> <Room> <RoomType code="118205459" text="Imperial Club King Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="703.77" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; IC - BB - Advance Purchase&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-98"> <Room> <RoomType code="118205459" text="Imperial Club King Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="735.90" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB - BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-99"> <Room> <RoomType code="118205459" text="Imperial Club King Palm View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="841.05" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Breakfast and dinner&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-100"> <Room> <RoomType code="118203774" text="Imperial Club Queen Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="723.11" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; IC - BB - Advance Purchase&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-101"> <Room> <RoomType code="118203774" text="Imperial Club Queen Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="756.39" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB - BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-102"> <Room> <RoomType code="118203774" text="Imperial Club Queen Ocean View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="861.54" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Breakfast and dinner&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-103"> <Room> <RoomType code="118233692" text="Imperial Club King Ocean (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="781.98" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-104"> <Room> <RoomType code="118233692" text="Imperial Club King Ocean (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="990.50" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-105"> <Room> <RoomType code="118203778" text="Imperial Club Queen Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="783.43" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; IC - BB - Advance Purchase&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-106"> <Room> <RoomType code="118203778" text="Imperial Club Queen Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="819.21" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB - BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-107"> <Room> <RoomType code="118203778" text="Imperial Club Queen Palm View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="924.25" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Breakfast and dinner&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-108"> <Room> <RoomType code="118233693" text="Imperial Club King Palm (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="839.80" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-109"> <Room> <RoomType code="118233693" text="Imperial Club King Palm (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1048.32" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-110"> <Room> <RoomType code="118233694" text="Imperial Club Queen Ocean (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="861.54" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-111"> <Room> <RoomType code="118233694" text="Imperial Club Queen Ocean (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1070.06" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-112"> <Room> <RoomType code="118233696" text="Imperial Club Queen Palm (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="924.04" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-113"> <Room> <RoomType code="118233696" text="Imperial Club Queen Palm (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1132.66" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-114"> <Room> <RoomType code="21409195" text="Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="970.32" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Non refundable Bed and Breakfast Rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-115"> <Room> <RoomType code="21409195" text="Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1014.83" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Breakfast rate Club Rooms And Suites&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-116"> <Room> <RoomType code="21409195" text="Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1119.98" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-117"> <Room> <RoomType code="113480312" text="Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1035.94" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Non refundable Bed and Breakfast Rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-118"> <Room> <RoomType code="113480312" text="Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1083.47" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Breakfast rate Club Rooms And Suites&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-119"> <Room> <RoomType code="113480312" text="Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1188.62" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-120"> <Room> <RoomType code="118233695" text="One Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1118.31" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-121"> <Room> <RoomType code="118233695" text="One Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1326.94" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-122"> <Room> <RoomType code="118233697" text="One Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1187.16" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-123"> <Room> <RoomType code="118233697" text="One Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1395.78" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-124"> <Room> <RoomType code="118203752" text="Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1264.85" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Non refundable Bed and Breakfast Rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-125"> <Room> <RoomType code="118203752" text="Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1322.88" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Breakfast rate Club Rooms And Suites&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-126"> <Room> <RoomType code="118203752" text="Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1428.02" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-127"> <Room> <RoomType code="118203771" text="2 Bedroom Family Club Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1292.93" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; IC - BB - Advance Purchase&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-128"> <Room> <RoomType code="118203771" text="2 Bedroom Family Club Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1352.10" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB - BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-129"> <Room> <RoomType code="118203771" text="2 Bedroom Family Club Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1457.25" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Breakfast and dinner&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-130"> <Room> <RoomType code="118233698" text="One Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1426.78" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-131"> <Room> <RoomType code="118233698" text="One Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1635.40" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-132"> <Room> <RoomType code="118233699" text="2-bedroom Family Club Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1561.77" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-133"> <Room> <RoomType code="118233699" text="2-bedroom Family Club Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1770.39" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-134"> <Room> <RoomType code="118203760" text="2 Bedroom Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1809.50" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Non refundable Bed and Breakfast Rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-135"> <Room> <RoomType code="118203760" text="2 Bedroom Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1892.38" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Breakfast rate Club Rooms And Suites&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-136"> <Room> <RoomType code="118203760" text="2 Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1997.42" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-137"> <Room> <RoomType code="118203765" text="2 Bedroom Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1927.02" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Non refundable Bed and Breakfast Rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-138"> <Room> <RoomType code="118203765" text="2 Bedroom Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2015.00" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Breakfast rate Club Rooms And Suites&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-139"> <Room> <RoomType code="118203765" text="2 Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2120.14" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-140"> <Room> <RoomType code="3596607" text="Two Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1997.42" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-141"> <Room> <RoomType code="3596607" text="Two Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2205.94" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-142"> <Room> <RoomType code="118233700" text="Two Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2119.83" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-143"> <Room> <RoomType code="118233700" text="Two Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2328.46" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-144"> <Room> <RoomType code="118205456" text="2 Bedroom Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2192.01" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Non refundable Bed and Breakfast Rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-145"> <Room> <RoomType code="118205456" text="2 Bedroom Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2292.37" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Breakfast rate Club Rooms And Suites&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-146"> <Room> <RoomType code="118205456" text="2 Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2397.51" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-147"> <Room> <RoomType code="118233701" text="Two Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2397.62" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-148"> <Room> <RoomType code="118233701" text="Two Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2606.14" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-149"> <Room> <RoomType code="118205435" text="2 B/R Regal Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2615.70" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-150"> <Room> <RoomType code="118205435" text="2 B/R Regal Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2359.14" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-151"> <Room> <RoomType code="118223851" text="2 B/R Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2342.29" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-152"> <Room> <RoomType code="118205434" text="2 B/R Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2221.96" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-153"> <Room> <RoomType code="118223851" text="2 B/R Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2085.72" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-154"> <Room> <RoomType code="118205434" text="2 B/R Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1965.39" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-155"> <Room> <RoomType code="118198143" text="2br Family Club Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1793.27" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-156"> <Room> <RoomType code="118198143" text="2br Family Club Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1536.70" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-157"> <Room> <RoomType code="118223852" text="1 B/R Regal Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1403.90" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-158"> <Room> <RoomType code="118223853" text="1 B/R Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1168.23" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-159"> <Room> <RoomType code="118223856" text="1 B/R Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1100.74" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-160"> <Room> <RoomType code="118198129" text="Imperial Club Queen Palm Room" /> <MealType code="1000019" text="Half board" /> <Price amt="909.17" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-161"> <Room> <RoomType code="114027421" text="Imperial Club Queen Ocean Room" /> <MealType code="1000019" text="Half board" /> <Price amt="847.60" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-162"> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1000019" text="Half board" /> <Price amt="826.49" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-163"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1000019" text="Half board" /> <Price amt="769.60" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-164"> <Room> <RoomType code="118205435" text="2 B/R Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2359.14" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-165"> <Room> <RoomType code="118223851" text="2 B/R Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2085.72" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-166"> <Room> <RoomType code="118205434" text="2 B/R Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1965.39" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-167"> <Room> <RoomType code="118198143" text="2br Family Club Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1536.70" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-168"> <Room> <RoomType code="118223852" text="1 B/R Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1403.90" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-169"> <Room> <RoomType code="118223853" text="1 B/R Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1168.23" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-170"> <Room> <RoomType code="118223856" text="1 B/R Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1100.74" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-171"> <Room> <RoomType code="118198129" text="Imperial Club Queen Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="909.17" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-172"> <Room> <RoomType code="114027421" text="Imperial Club Queen Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="847.60" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-173"> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="826.49" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909033888-174"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="769.60" /> <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> <HotelId>{{HotelId}}</HotelId> <HotelStayDetails> <ArrivalDate>{{arrivaldate}}</ArrivalDate> <Nights>2</Nights> <Nationality>GB</Nationality> <Room> <Guests> <Adult /> <Adult /> </Guests> </Room> <Room> <Guests> <Adult /> <Adult /> </Guests> </Room> </HotelStayDetails> <DetailLevel>basic</DetailLevel> </AvailabilitySearch>
<?xml version="1.0" encoding="utf-8"?> <AvailabilitySearchResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Currency>USD</Currency> <Warning> </Warning> <TestMode>false</TestMode> <HotelAvailability hotelQuoteId="909034598_324524"> <Hotel id="324524" name="Atlantis The Palm" /> <Result id="909034598-0"> <Room> <RoomType code="85968662" text="King Room (Palm View)" /> <MealType code="1" text="Breakfast" /> <Price amt="1184.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="85968662" text="King Room (Palm View)" /> <MealType code="1" text="Breakfast" /> <Price amt="1184.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-1"> <Room> <RoomType code="85968662" text="King Room (Palm View)" /> <MealType code="1000019" text="Half board" /> <Price amt="1184.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="85968662" text="King Room (Palm View)" /> <MealType code="1000019" text="Half board" /> <Price amt="1184.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-2"> <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="85968662" text="King Room (Palm View)" /> <MealType code="1" text="Breakfast" /> <Price amt="1184.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-3"> <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="85968662" text="King Room (Palm View)" /> <MealType code="1000019" text="Half board" /> <Price amt="1184.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-4"> <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="909034598-5"> <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="909034598-6"> <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="909034598-7"> <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="909034598-8"> <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="909034598-9"> <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="909034598-10"> <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="909034598-11"> <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="909034598-12"> <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="909034598-13"> <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="909034598-14"> <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="909034598-15"> <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="909034598-16"> <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="909034598-17"> <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="909034598-18"> <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="909034598-19"> <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="909034598-20"> <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="909034598-21"> <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="909034598-22"> <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="909034598-23"> <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="909034598-24"> <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="909034598-25"> <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="909034598-26"> <Room> <RoomType code="103281294" text="PALM KING." /> <MealType code="1000041" text="Room only" /> <Price amt="829.72" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="103281294" text="PALM KING." /> <MealType code="1000041" text="Room only" /> <Price amt="829.72" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-27"> <Room> <RoomType code="103281294" text="PALM KING." /> <MealType code="1000041" text="Room only" /> <Price amt="867.98" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="103281294" text="PALM KING." /> <MealType code="1000041" text="Room only" /> <Price amt="829.72" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-28"> <Room> <RoomType code="103281294" text="PALM KING." /> <MealType code="1" text="Breakfast" /> <Price amt="1022.52" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="103281294" text="PALM KING." /> <MealType code="1" text="Breakfast" /> <Price amt="1022.52" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-29"> <Room> <RoomType code="103281294" text="PALM KING." /> <MealType code="1000019" text="Half board" /> <Price amt="1235.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="103281294" text="PALM KING." /> <MealType code="1000019" text="Half board" /> <Price amt="1235.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-30"> <Room> <RoomType code="57817960" text="PALM KING ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="829.72" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57817960" text="PALM KING ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="829.72" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-31"> <Room> <RoomType code="57817960" text="PALM KING ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="1022.52" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57817960" text="PALM KING ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="1022.52" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-32"> <Room> <RoomType code="57817960" text="PALM KING ROOM" /> <MealType code="1000019" text="Half board" /> <Price amt="1235.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57817960" text="PALM KING ROOM" /> <MealType code="1000019" text="Half board" /> <Price amt="1235.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-33"> <Room> <RoomType code="57817964" text="PALM QUEEN ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="960.76" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57817964" text="PALM QUEEN ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="960.76" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-34"> <Room> <RoomType code="57817964" text="PALM QUEEN ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="1158.98" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57817964" text="PALM QUEEN ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="1158.98" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-35"> <Room> <RoomType code="57817964" text="PALM QUEEN ROOM" /> <MealType code="1000019" text="Half board" /> <Price amt="1373.00" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57817964" text="PALM QUEEN ROOM" /> <MealType code="1000019" text="Half board" /> <Price amt="1373.00" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-36"> <Room> <RoomType code="104960874" text="PALM QUEEN." /> <MealType code="1000041" text="Room only" /> <Price amt="960.76" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="104960874" text="PALM QUEEN." /> <MealType code="1000041" text="Room only" /> <Price amt="960.76" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-37"> <Room> <RoomType code="104960874" text="PALM QUEEN." /> <MealType code="1000041" text="Room only" /> <Price amt="1004.44" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="104960874" text="PALM QUEEN." /> <MealType code="1000041" text="Room only" /> <Price amt="960.76" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-38"> <Room> <RoomType code="104960874" text="PALM QUEEN." /> <MealType code="1" text="Breakfast" /> <Price amt="1158.98" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="104960874" text="PALM QUEEN." /> <MealType code="1" text="Breakfast" /> <Price amt="1158.98" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-39"> <Room> <RoomType code="104960874" text="PALM QUEEN." /> <MealType code="1000019" text="Half board" /> <Price amt="1373.00" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="104960874" text="PALM QUEEN." /> <MealType code="1000019" text="Half board" /> <Price amt="1373.00" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-40"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1318.52" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1318.52" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-41"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1318.52" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1318.52" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-42"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1379.04" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1318.52" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-43"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1379.04" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1318.52" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-44"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1806.48" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1806.48" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-45"> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1432.50" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1432.50" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-46"> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1498.02" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1432.50" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-47"> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1498.02" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1432.50" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-48"> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1925.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1925.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-49"> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1471.80" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1471.80" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-50"> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1539.20" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1471.80" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-51"> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1753.24" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1471.80" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-52"> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1000019" text="Half board" /> <Price amt="1967.26" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1000019" text="Half board" /> <Price amt="1967.26" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-53"> <Room> <RoomType code="118186366" text="Imperial Club Queen Ocean View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1471.80" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186366" text="Imperial Club Queen Ocean View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1471.80" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-54"> <Room> <RoomType code="118186366" text="Imperial Club Queen Ocean View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1539.20" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186366" text="Imperial Club Queen Ocean View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1471.80" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-55"> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1594.32" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1594.32" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-56"> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1667.12" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1594.32" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-57"> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1881.16" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1594.32" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-58"> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1000019" text="Half board" /> <Price amt="2095.18" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1000019" text="Half board" /> <Price amt="2095.18" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-59"> <Room> <RoomType code="118186401" text="Imperial Club Queen Palm View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1594.32" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186401" text="Imperial Club Queen Palm View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1594.32" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-60"> <Room> <RoomType code="118186401" text="Imperial Club Queen Palm View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1667.12" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186401" text="Imperial Club Queen Palm View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1594.32" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-61"> <Room> <RoomType code="45346614" text="2 Bedroom Family Room" /> <MealType code="1000041" text="Room only" /> <Price amt="1784.44" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="45346614" text="2 Bedroom Family Room" /> <MealType code="1000041" text="Room only" /> <Price amt="1784.44" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-62"> <Room> <RoomType code="45346614" text="2 Bedroom Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="2020.92" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="45346614" text="2 Bedroom Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="2020.92" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-63"> <Room> <RoomType code="45346614" text="2 Bedroom Family Room" /> <MealType code="1000019" text="Half board" /> <Price amt="2234.54" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="45346614" text="2 Bedroom Family Room" /> <MealType code="1000019" text="Half board" /> <Price amt="2234.54" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-64"> <Room> <RoomType code="1104744" text="Suite with Terrace " /> <MealType code="1" text="Breakfast" /> <Price amt="1975.16" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1104744" text="Suite with Terrace " /> <MealType code="1" text="Breakfast" /> <Price amt="1975.16" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-65"> <Room> <RoomType code="7138740" text="One Bedroom Terrace Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="1975.16" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7138740" text="One Bedroom Terrace Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="1975.16" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-66"> <Room> <RoomType code="7138740" text="One Bedroom Terrace Suite " /> <MealType code="1000019" text="Half board" /> <Price amt="2279.26" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7138740" text="One Bedroom Terrace Suite " /> <MealType code="1000019" text="Half board" /> <Price amt="2279.26" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-67"> <Room> <RoomType code="84018545" text="Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2108.70" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="84018545" text="Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2108.70" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-68"> <Room> <RoomType code="84018545" text="Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2419.24" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="84018545" text="Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2419.24" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-69"> <Room> <RoomType code="118193814" text="1-Bed Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2108.70" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193814" text="1-Bed Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2108.70" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-70"> <Room> <RoomType code="118193814" text="1-Bed Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2205.00" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193814" text="1-Bed Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2108.70" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-71"> <Room> <RoomType code="118193814" text="1-Bed Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2418.84" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193814" text="1-Bed Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2418.84" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-72"> <Room> <RoomType code="1748361" text="Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2574.42" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1748361" text="Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2574.42" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-73"> <Room> <RoomType code="1748361" text="Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2692.14" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1748361" text="Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2574.42" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-74"> <Room> <RoomType code="1748361" text="Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2906.18" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1748361" text="Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2906.18" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-75"> <Room> <RoomType code="65687020" text="One Bedroom Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2574.42" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="65687020" text="One Bedroom Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2574.42" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-76"> <Room> <RoomType code="65687020" text="One Bedroom Regal Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2906.18" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="65687020" text="One Bedroom Regal Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2906.18" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-77"> <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="909034598-78"> <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="909034598-79"> <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="909034598-80"> <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="909034598-81"> <Room> <RoomType code="63643396" text="Two Bedroom Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="3683.06" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="63643396" text="Two Bedroom Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="3683.06" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-82"> <Room> <RoomType code="63643396" text="Two Bedroom Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="3850.92" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="63643396" text="Two Bedroom Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="3683.06" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-83"> <Room> <RoomType code="101544172" text="2 BEDROOM TERRACE SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="3683.06" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="101544172" text="2 BEDROOM TERRACE SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="3683.06" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-84"> <Room> <RoomType code="101544172" text="2 BEDROOM TERRACE SUITE" /> <MealType code="1000019" text="Half board" /> <Price amt="4064.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="101544172" text="2 BEDROOM TERRACE SUITE" /> <MealType code="1000019" text="Half board" /> <Price amt="4064.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-85"> <Room> <RoomType code="101556805" text="2 Bedroom Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="3921.22" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="101556805" text="2 Bedroom Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="3921.22" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-86"> <Room> <RoomType code="101556805" text="2 Bedroom Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="4314.76" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="101556805" text="2 Bedroom Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="4314.76" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-87"> <Room> <RoomType code="118194221" text="Two Bedroom Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="4460.98" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194221" text="Two Bedroom Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="4460.98" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-88"> <Room> <RoomType code="118194221" text="Two Bedroom Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="4665.44" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194221" text="Two Bedroom Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="4460.98" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-89"> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1" text="Breakfast" /> <Price amt="4460.98" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1" text="Breakfast" /> <Price amt="4460.98" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-90"> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1000019" text="Half board" /> <Price amt="4879.48" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1000019" text="Half board" /> <Price amt="4879.48" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-91"> <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="909034598-92"> <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="909034598-93"> <Room> <RoomType code="118193879" text="Club Room, 2 Queen Beds, Ocean View (Imperial) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="1991.36" /> <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="1991.36" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-94"> <Room> <RoomType code="118193879" text="Club Room, 2 Queen Beds, Ocean View (Imperial) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1573.36" /> <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="1573.36" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-95"> <Room> <RoomType code="118193879" text="Club Room, 2 Queen Beds, Ocean View (Imperial) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1719.46" /> <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="1719.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-96"> <Room> <RoomType code="118193746" text="Club Room, 1 King Bed, Ocean View (Imperial) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1540.38" /> <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="1540.38" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-97"> <Room> <RoomType code="118193746" text="Club Room, 1 King Bed, Ocean View (Imperial) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1409.34" /> <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="1409.34" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-98"> <Room> <RoomType code="118193746" text="Club Room, 1 King Bed, Ocean View (Imperial) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="1809.00" /> <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="1809.00" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-99"> <Room> <RoomType code="112899326" text="Room, 1 King Bed (Palm) + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="927.54" /> <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="927.54" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-100"> <Room> <RoomType code="112899326" text="Room, 1 King Bed (Palm) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="1386.40" /> <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="1386.40" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-101"> <Room> <RoomType code="112899326" text="Room, 1 King Bed (Palm) + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="969.26" /> <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="969.26" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-102"> <Room> <RoomType code="112899326" text="Room, 1 King Bed (Palm) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1146.40" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="112899326" text="Room, 1 King Bed (Palm) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1146.40" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-103"> <Room> <RoomType code="112899326" text="Room, 1 King Bed (Palm) + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="886.92" /> <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="886.92" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-104"> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4384.38" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4384.38" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-105"> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4580.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4580.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-106"> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="4900.24" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="4900.24" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-107"> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4191.54" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4191.54" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-108"> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="4616.76" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="4616.76" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-109"> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4117.94" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4117.94" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-110"> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4302.04" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4302.04" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-111"> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="3936.44" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="3936.44" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-112"> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2207.82" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2207.82" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-113"> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="2552.66" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="2552.66" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-114"> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2111.04" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2111.04" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-115"> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2306.96" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2306.96" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-116"> <Room> <RoomType code="111152812" text="Room, 2 Queen Beds (Palm) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="1539.72" /> <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="1539.72" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-117"> <Room> <RoomType code="111152812" text="Room, 2 Queen Beds (Palm) + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1122.14" /> <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="1122.14" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-118"> <Room> <RoomType code="111152812" text="Room, 2 Queen Beds (Palm) + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1073.64" /> <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="1073.64" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-119"> <Room> <RoomType code="111152812" text="Room, 2 Queen Beds (Palm) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1298.38" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111152812" text="Room, 2 Queen Beds (Palm) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1298.38" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-120"> <Room> <RoomType code="111152812" text="Room, 2 Queen Beds (Palm) + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1026.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="1026.68" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-121"> <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="909034598-122"> <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="909034598-123"> <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="909034598-124"> <Room> <RoomType code="118194280" text="Club Room, 2 Queen Beds (Imperial | Palm View) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1862.30" /> <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="1862.30" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-125"> <Room> <RoomType code="118194280" text="Club Room, 2 Queen Beds (Imperial | Palm View) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1703.96" /> <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="1703.96" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-126"> <Room> <RoomType code="118194280" text="Club Room, 2 Queen Beds (Imperial | Palm View) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="2136.40" /> <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="2136.40" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-127"> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="3007.36" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="3007.36" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-128"> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2751.84" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2751.84" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-129"> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2878.72" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2878.72" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-130"> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="3253.96" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="3253.96" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-131"> <Room> <RoomType code="118193518" text="Club Room, 1 King Bed (Imperial | Palm View) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1673.16" /> <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="1673.16" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-132"> <Room> <RoomType code="118193518" text="Club Room, 1 King Bed (Imperial | Palm View) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1530.98" /> <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="1530.98" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-133"> <Room> <RoomType code="118193518" text="Club Room, 1 King Bed (Imperial | Palm View) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="1943.96" /> <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="1943.96" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-134"> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2463.12" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2463.12" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-135"> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2357.42" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2357.42" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-136"> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="2709.26" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="2709.26" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-137"> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2253.88" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2253.88" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-138"> <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="909034598-139"> <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="909034598-140"> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="5541.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="5541.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-141"> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4768.76" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4768.76" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-142"> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="5211.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="5211.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-143"> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4988.04" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4988.04" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-144"> <Room> <RoomType code="62933292" text="Palm King Room (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="815.56" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Room only&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="62933292" text="Palm King Room (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="815.56" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Room only&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-145"> <Room> <RoomType code="62933292" text="Palm King Room (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="852.80" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Rate Room only&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="62933292" text="Palm King Room (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="852.80" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Rate Room only&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-146"> <Room> <RoomType code="62933292" text="Palm King Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1004.64" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="62933292" text="Palm King Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1004.64" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-147"> <Room> <RoomType code="62933292" text="Palm King Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1214.92" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board Rooms&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="62933292" text="Palm King Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1214.92" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board Rooms&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-148"> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="944.12" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Room only&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="944.12" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Room only&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-149"> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="987.16" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Rate Room only&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="987.16" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Rate Room only&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-150"> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1139.00" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1139.00" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-151"> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1349.30" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board Rooms&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1349.30" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board Rooms&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-152"> <Room> <RoomType code="97623074" text="Palm King Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1212.84" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-153"> <Room> <RoomType code="62933292" text="Palm King Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1215.76" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="62933292" text="Palm King Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1215.76" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-154"> <Room> <RoomType code="118205458" text="Imperial Club King Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1295.84" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; IC - BB - Advance Purchase&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118205458" text="Imperial Club King Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1295.84" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; IC - BB - Advance Purchase&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-155"> <Room> <RoomType code="118205458" text="Imperial Club King Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1355.12" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB - BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118205458" text="Imperial Club King Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1355.12" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB - BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-156"> <Room> <RoomType code="118205458" text="Imperial Club King Ocean View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1565.40" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Breakfast and dinner&lt;br&gt;&lt;br&gt;</Text> </Message> </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="1565.40" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Breakfast and dinner&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-157"> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1347.64" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-158"> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1350.54" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1350.54" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-159"> <Room> <RoomType code="118205459" text="Imperial Club King Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1407.74" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; IC - BB - Advance Purchase&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118205459" text="Imperial Club King Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1407.74" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; IC - BB - Advance Purchase&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-160"> <Room> <RoomType code="118205459" text="Imperial Club King Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1471.80" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB - BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118205459" text="Imperial Club King Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1471.80" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB - BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-161"> <Room> <RoomType code="118205459" text="Imperial Club King Palm View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1682.10" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Breakfast and dinner&lt;br&gt;&lt;br&gt;</Text> </Message> </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="1682.10" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Breakfast and dinner&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-162"> <Room> <RoomType code="118203774" text="Imperial Club Queen Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1446.44" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; IC - BB - Advance Purchase&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203774" text="Imperial Club Queen Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1446.44" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; IC - BB - Advance Purchase&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-163"> <Room> <RoomType code="118203774" text="Imperial Club Queen Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1512.78" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB - BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203774" text="Imperial Club Queen Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1512.78" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB - BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-164"> <Room> <RoomType code="118203774" text="Imperial Club Queen Ocean View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1723.08" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Breakfast and dinner&lt;br&gt;&lt;br&gt;</Text> </Message> </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="1723.08" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Breakfast and dinner&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-165"> <Room> <RoomType code="118233692" text="Imperial Club King Ocean (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1563.96" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-166"> <Room> <RoomType code="118203778" text="Imperial Club Queen Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1566.86" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; IC - BB - Advance Purchase&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203778" text="Imperial Club Queen Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1566.86" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; IC - BB - Advance Purchase&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-167"> <Room> <RoomType code="118203778" text="Imperial Club Queen Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1638.42" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB - BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203778" text="Imperial Club Queen Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1638.42" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB - BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-168"> <Room> <RoomType code="118203778" text="Imperial Club Queen Palm View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1848.50" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Breakfast and dinner&lt;br&gt;&lt;br&gt;</Text> </Message> </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="1848.50" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Breakfast and dinner&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-169"> <Room> <RoomType code="118205448" text="Imperial Club King Ocean Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1567.28" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118205448" text="Imperial Club King Ocean Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1567.28" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-170"> <Room> <RoomType code="118233693" text="Imperial Club King Palm (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1679.60" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-171"> <Room> <RoomType code="118205450" text="Imperial Club King Palm Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1682.92" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118205450" text="Imperial Club King Palm Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1682.92" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-172"> <Room> <RoomType code="118233694" text="Imperial Club Queen Ocean (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1723.08" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-173"> <Room> <RoomType code="118203671" text="Imperial Club Queen Ocean Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1725.98" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203671" text="Imperial Club Queen Ocean Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1725.98" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-174"> <Room> <RoomType code="118233696" text="Imperial Club Queen Palm (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1848.08" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-175"> <Room> <RoomType code="118203704" text="Imperial Club Queen Palm Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1851.00" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203704" text="Imperial Club Queen Palm Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1851.00" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-176"> <Room> <RoomType code="21409195" text="Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1940.64" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Non refundable Bed and Breakfast Rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="21409195" text="Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1940.64" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Non refundable Bed and Breakfast Rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-177"> <Room> <RoomType code="21409195" text="Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2029.66" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Breakfast rate Club Rooms And Suites&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="21409195" text="Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2029.66" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Breakfast rate Club Rooms And Suites&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-178"> <Room> <RoomType code="21409195" text="Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2239.96" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="21409195" text="Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2239.96" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-179"> <Room> <RoomType code="113480312" text="Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2071.88" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Non refundable Bed and Breakfast Rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="113480312" text="Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2071.88" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Non refundable Bed and Breakfast Rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-180"> <Room> <RoomType code="113480312" text="Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2166.94" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Breakfast rate Club Rooms And Suites&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="113480312" text="Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2166.94" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Breakfast rate Club Rooms And Suites&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-181"> <Room> <RoomType code="113480312" text="Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2377.24" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="113480312" text="Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2377.24" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-182"> <Room> <RoomType code="118233695" text="One Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2236.84" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-183"> <Room> <RoomType code="118203682" text="1br Terrace Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2240.26" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203682" text="1br Terrace Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2240.26" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-184"> <Room> <RoomType code="118233697" text="One Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2374.32" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-185"> <Room> <RoomType code="118203715" text="1br Skyline Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2377.64" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203715" text="1br Skyline Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2377.64" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-186"> <Room> <RoomType code="118203752" text="Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2529.70" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Non refundable Bed and Breakfast Rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203752" text="Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2529.70" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Non refundable Bed and Breakfast Rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-187"> <Room> <RoomType code="118203752" text="Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2645.76" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Breakfast rate Club Rooms And Suites&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203752" text="Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2645.76" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Breakfast rate Club Rooms And Suites&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-188"> <Room> <RoomType code="118203752" text="Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2856.04" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203752" text="Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2856.04" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-189"> <Room> <RoomType code="118203771" text="2 Bedroom Family Club Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2585.96" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; IC - BB - Advance Purchase&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203771" text="2 Bedroom Family Club Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2585.96" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; IC - BB - Advance Purchase&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-190"> <Room> <RoomType code="118203771" text="2 Bedroom Family Club Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2704.20" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB - BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB - BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-191"> <Room> <RoomType code="118203771" text="2 Bedroom Family Club Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2914.50" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Breakfast and dinner&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Breakfast and dinner&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-192"> <Room> <RoomType code="118233698" text="One Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2853.56" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-193"> <Room> <RoomType code="118205451" text="1br Regal Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2856.46" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118205451" text="1br Regal Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2856.46" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-194"> <Room> <RoomType code="118233699" text="2-bedroom Family Club Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3123.54" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-195"> <Room> <RoomType code="118203727" text="2br Family Club Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3126.66" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203727" text="2br Family Club Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3126.66" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-196"> <Room> <RoomType code="118203760" text="2 Bedroom Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3619.00" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Non refundable Bed and Breakfast Rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203760" text="2 Bedroom Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3619.00" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Non refundable Bed and Breakfast Rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-197"> <Room> <RoomType code="118203760" text="2 Bedroom Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3784.66" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Breakfast rate Club Rooms And Suites&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203760" text="2 Bedroom Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3784.66" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Breakfast rate Club Rooms And Suites&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-198"> <Room> <RoomType code="118203760" text="2 Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3994.95" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203760" text="2 Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3994.95" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-199"> <Room> <RoomType code="118203765" text="2 Bedroom Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3854.04" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Non refundable Bed and Breakfast Rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203765" text="2 Bedroom Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3854.04" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Non refundable Bed and Breakfast Rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-200"> <Room> <RoomType code="118203765" text="2 Bedroom Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="4030.00" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Breakfast rate Club Rooms And Suites&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203765" text="2 Bedroom Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="4030.00" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Breakfast rate Club Rooms And Suites&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-201"> <Room> <RoomType code="118203765" text="2 Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4240.28" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203765" text="2 Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4240.28" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-202"> <Room> <RoomType code="3596607" text="Two Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3994.84" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-203"> <Room> <RoomType code="118233700" text="Two Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4239.77" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118233700" text="Two Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4239.77" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-204"> <Room> <RoomType code="118205456" text="2 Bedroom Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="4384.02" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Non refundable Bed and Breakfast Rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118205456" text="2 Bedroom Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="4384.02" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Non refundable Bed and Breakfast Rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-205"> <Room> <RoomType code="118205456" text="2 Bedroom Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="4584.74" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Breakfast rate Club Rooms And Suites&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118205456" text="2 Bedroom Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="4584.74" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Breakfast rate Club Rooms And Suites&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-206"> <Room> <RoomType code="118205456" text="2 Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4795.02" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118205456" text="2 Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4795.02" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-207"> <Room> <RoomType code="118203733" text="2br Terrace Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4441.84" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking.&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-208"> <Room> <RoomType code="118203737" text="2br Skyline Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4713.48" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking.&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-209"> <Room> <RoomType code="118233701" text="Two Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4795.24" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice.&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034598-210"> <Room> <RoomType code="118205453" text="2br Regal Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="5331.04" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking.&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking.&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <HotelId>{{HotelId}}</HotelId> <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="909034960_324524"> <Hotel id="324524" name="Atlantis The Palm" /> <Result id="909034960-0"> <Room> <RoomType code="103281294" text="PALM KING." /> <MealType code="1000041" text="Room only" /> <Price amt="829.72" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="103281294" text="PALM KING." /> <MealType code="1000041" text="Room only" /> <Price amt="829.72" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-1"> <Room> <RoomType code="103281294" text="PALM KING." /> <MealType code="1000041" text="Room only" /> <Price amt="867.98" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="103281294" text="PALM KING." /> <MealType code="1000041" text="Room only" /> <Price amt="829.72" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-2"> <Room> <RoomType code="103281294" text="PALM KING." /> <MealType code="1" text="Breakfast" /> <Price amt="1061.22" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="103281294" text="PALM KING." /> <MealType code="1" text="Breakfast" /> <Price amt="1061.22" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-3"> <Room> <RoomType code="103281294" text="PALM KING." /> <MealType code="1000019" text="Half board" /> <Price amt="1331.20" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="103281294" text="PALM KING." /> <MealType code="1000019" text="Half board" /> <Price amt="1331.20" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-4"> <Room> <RoomType code="57817960" text="PALM KING ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="829.72" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57817960" text="PALM KING ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="829.72" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-5"> <Room> <RoomType code="57817960" text="PALM KING ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="1022.52" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57817960" text="PALM KING ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="1022.52" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-6"> <Room> <RoomType code="57817960" text="PALM KING ROOM" /> <MealType code="1000019" text="Half board" /> <Price amt="1235.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57817960" text="PALM KING ROOM" /> <MealType code="1000019" text="Half board" /> <Price amt="1235.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-7"> <Room> <RoomType code="57817964" text="PALM QUEEN ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="960.76" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57817964" text="PALM QUEEN ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="960.76" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-8"> <Room> <RoomType code="57817964" text="PALM QUEEN ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="1158.98" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57817964" text="PALM QUEEN ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="1158.98" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-9"> <Room> <RoomType code="57817964" text="PALM QUEEN ROOM" /> <MealType code="1000019" text="Half board" /> <Price amt="1373.00" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="57817964" text="PALM QUEEN ROOM" /> <MealType code="1000019" text="Half board" /> <Price amt="1373.00" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-10"> <Room> <RoomType code="104960874" text="PALM QUEEN." /> <MealType code="1000041" text="Room only" /> <Price amt="960.76" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="104960874" text="PALM QUEEN." /> <MealType code="1000041" text="Room only" /> <Price amt="960.76" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-11"> <Room> <RoomType code="104960874" text="PALM QUEEN." /> <MealType code="1000041" text="Room only" /> <Price amt="1004.44" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="104960874" text="PALM QUEEN." /> <MealType code="1000041" text="Room only" /> <Price amt="960.76" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-12"> <Room> <RoomType code="104960874" text="PALM QUEEN." /> <MealType code="1" text="Breakfast" /> <Price amt="1197.66" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="104960874" text="PALM QUEEN." /> <MealType code="1" text="Breakfast" /> <Price amt="1197.66" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-13"> <Room> <RoomType code="104960874" text="PALM QUEEN." /> <MealType code="1000019" text="Half board" /> <Price amt="1468.28" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="104960874" text="PALM QUEEN." /> <MealType code="1000019" text="Half board" /> <Price amt="1468.28" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-14"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1318.52" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1318.52" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-15"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1318.52" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1318.52" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-16"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1379.04" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1318.52" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-17"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1379.04" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1318.52" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-18"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1859.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1859.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-19"> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1432.50" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1432.50" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-20"> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1498.02" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1432.50" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-21"> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1498.02" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1432.50" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-22"> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1978.92" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1978.92" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-23"> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1471.80" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1471.80" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-24"> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1539.20" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1471.80" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-25"> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1753.24" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1471.80" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-26"> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1000019" text="Half board" /> <Price amt="2020.72" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186390" text="Imperial Club Queen Ocean Room*" /> <MealType code="1000019" text="Half board" /> <Price amt="2020.72" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-27"> <Room> <RoomType code="118186366" text="Imperial Club Queen Ocean View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1471.80" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186366" text="Imperial Club Queen Ocean View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1471.80" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-28"> <Room> <RoomType code="118186366" text="Imperial Club Queen Ocean View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1539.20" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186366" text="Imperial Club Queen Ocean View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1471.80" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-29"> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1594.32" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1594.32" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-30"> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1667.12" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1594.32" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-31"> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1881.16" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1" text="Breakfast" /> <Price amt="1594.32" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-32"> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1000019" text="Half board" /> <Price amt="2148.64" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186408" text="Imperial Club Queen Palm Room*" /> <MealType code="1000019" text="Half board" /> <Price amt="2148.64" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-33"> <Room> <RoomType code="118186401" text="Imperial Club Queen Palm View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1594.32" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186401" text="Imperial Club Queen Palm View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1594.32" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-34"> <Room> <RoomType code="118186401" text="Imperial Club Queen Palm View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1667.12" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118186401" text="Imperial Club Queen Palm View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1594.32" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-35"> <Room> <RoomType code="45346614" text="2 Bedroom Family Room" /> <MealType code="1000041" text="Room only" /> <Price amt="1784.44" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="45346614" text="2 Bedroom Family Room" /> <MealType code="1000041" text="Room only" /> <Price amt="1784.44" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-36"> <Room> <RoomType code="45346614" text="2 Bedroom Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="2020.92" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="45346614" text="2 Bedroom Family Room" /> <MealType code="1" text="Breakfast" /> <Price amt="2020.92" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-37"> <Room> <RoomType code="45346614" text="2 Bedroom Family Room" /> <MealType code="1000019" text="Half board" /> <Price amt="2234.54" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="45346614" text="2 Bedroom Family Room" /> <MealType code="1000019" text="Half board" /> <Price amt="2234.54" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-38"> <Room> <RoomType code="1104744" text="Suite with Terrace " /> <MealType code="1" text="Breakfast" /> <Price amt="1975.16" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1104744" text="Suite with Terrace " /> <MealType code="1" text="Breakfast" /> <Price amt="1975.16" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-39"> <Room> <RoomType code="7138740" text="One Bedroom Terrace Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="1975.16" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7138740" text="One Bedroom Terrace Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="1975.16" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-40"> <Room> <RoomType code="7138740" text="One Bedroom Terrace Suite " /> <MealType code="1000019" text="Half board" /> <Price amt="2374.52" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="7138740" text="One Bedroom Terrace Suite " /> <MealType code="1000019" text="Half board" /> <Price amt="2374.52" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-41"> <Room> <RoomType code="84018545" text="Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2108.70" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="84018545" text="Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2108.70" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-42"> <Room> <RoomType code="84018545" text="Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2419.24" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="84018545" text="Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2419.24" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-43"> <Room> <RoomType code="118193814" text="1-Bed Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2108.70" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193814" text="1-Bed Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2108.70" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-44"> <Room> <RoomType code="118193814" text="1-Bed Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2205.00" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193814" text="1-Bed Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2108.70" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-45"> <Room> <RoomType code="118193814" text="1-Bed Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2514.10" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193814" text="1-Bed Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2514.10" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-46"> <Room> <RoomType code="1748361" text="Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2574.42" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1748361" text="Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2574.42" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-47"> <Room> <RoomType code="1748361" text="Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2692.14" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1748361" text="Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2574.42" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-48"> <Room> <RoomType code="1748361" text="Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="3001.44" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="1748361" text="Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="3001.44" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-49"> <Room> <RoomType code="65687020" text="One Bedroom Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2574.42" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="65687020" text="One Bedroom Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2574.42" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-50"> <Room> <RoomType code="65687020" text="One Bedroom Regal Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2906.18" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="65687020" text="One Bedroom Regal Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2906.18" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-51"> <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="909034960-52"> <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="909034960-53"> <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="909034960-54"> <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="909034960-55"> <Room> <RoomType code="63643396" text="Two Bedroom Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="3683.06" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="63643396" text="Two Bedroom Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="3683.06" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-56"> <Room> <RoomType code="63643396" text="Two Bedroom Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="3850.92" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="63643396" text="Two Bedroom Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="3683.06" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-57"> <Room> <RoomType code="101544172" text="2 BEDROOM TERRACE SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="3683.06" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="101544172" text="2 BEDROOM TERRACE SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="3683.06" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-58"> <Room> <RoomType code="101544172" text="2 BEDROOM TERRACE SUITE" /> <MealType code="1000019" text="Half board" /> <Price amt="4064.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="101544172" text="2 BEDROOM TERRACE SUITE" /> <MealType code="1000019" text="Half board" /> <Price amt="4064.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-59"> <Room> <RoomType code="101556805" text="2 Bedroom Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="3921.22" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="101556805" text="2 Bedroom Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="3921.22" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-60"> <Room> <RoomType code="101556805" text="2 Bedroom Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="4314.76" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="101556805" text="2 Bedroom Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="4314.76" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-61"> <Room> <RoomType code="118194221" text="Two Bedroom Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="4460.98" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194221" text="Two Bedroom Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="4460.98" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-62"> <Room> <RoomType code="118194221" text="Two Bedroom Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="4665.44" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194221" text="Two Bedroom Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="4460.98" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-63"> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1" text="Breakfast" /> <Price amt="4460.98" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1" text="Breakfast" /> <Price amt="4460.98" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-64"> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1000019" text="Half board" /> <Price amt="4879.48" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1000019" text="Half board" /> <Price amt="4879.48" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-65"> <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="909034960-66"> <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="909034960-67"> <Room> <RoomType code="85968662" text="King Room (Palm View)" /> <MealType code="1" text="Breakfast" /> <Price amt="1184.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="85968662" text="King Room (Palm View)" /> <MealType code="1" text="Breakfast" /> <Price amt="1184.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-68"> <Room> <RoomType code="85968662" text="King Room (Palm View)" /> <MealType code="1000019" text="Half board" /> <Price amt="1184.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="85968662" text="King Room (Palm View)" /> <MealType code="1000019" text="Half board" /> <Price amt="1184.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-69"> <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="85968662" text="King Room (Palm View)" /> <MealType code="1" text="Breakfast" /> <Price amt="1184.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-70"> <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="85968662" text="King Room (Palm View)" /> <MealType code="1000019" text="Half board" /> <Price amt="1184.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-71"> <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="909034960-72"> <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="909034960-73"> <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="909034960-74"> <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="909034960-75"> <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="909034960-76"> <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="909034960-77"> <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="909034960-78"> <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="909034960-79"> <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="909034960-80"> <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="909034960-81"> <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="909034960-82"> <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="909034960-83"> <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="909034960-84"> <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="909034960-85"> <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="909034960-86"> <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="909034960-87"> <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="909034960-88"> <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="909034960-89"> <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="909034960-90"> <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="909034960-91"> <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="909034960-92"> <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="909034960-93"> <Room> <RoomType code="118193879" text="Club Room, 2 Queen Beds, Ocean View (Imperial) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="1991.36" /> <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="1991.36" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-94"> <Room> <RoomType code="118193879" text="Club Room, 2 Queen Beds, Ocean View (Imperial) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1573.36" /> <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="1573.36" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-95"> <Room> <RoomType code="118193879" text="Club Room, 2 Queen Beds, Ocean View (Imperial) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1719.46" /> <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="1719.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-96"> <Room> <RoomType code="118193746" text="Club Room, 1 King Bed, Ocean View (Imperial) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1540.38" /> <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="1540.38" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-97"> <Room> <RoomType code="118193746" text="Club Room, 1 King Bed, Ocean View (Imperial) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1409.34" /> <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="1409.34" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-98"> <Room> <RoomType code="118193746" text="Club Room, 1 King Bed, Ocean View (Imperial) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="1809.00" /> <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="1809.00" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-99"> <Room> <RoomType code="112899326" text="Room, 1 King Bed (Palm) + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="927.54" /> <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="927.54" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-100"> <Room> <RoomType code="112899326" text="Room, 1 King Bed (Palm) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="1386.40" /> <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="1386.40" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-101"> <Room> <RoomType code="112899326" text="Room, 1 King Bed (Palm) + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="969.26" /> <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="969.26" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-102"> <Room> <RoomType code="112899326" text="Room, 1 King Bed (Palm) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1146.40" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="112899326" text="Room, 1 King Bed (Palm) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1146.40" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-103"> <Room> <RoomType code="112899326" text="Room, 1 King Bed (Palm) + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="886.92" /> <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="886.92" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-104"> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4384.38" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4384.38" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-105"> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4580.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4580.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-106"> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="4900.24" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="4900.24" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-107"> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4191.54" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194888" text="Suite, 2 Bedrooms (Skyline) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4191.54" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-108"> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="4616.76" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="4616.76" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-109"> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4117.94" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4117.94" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-110"> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4302.04" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4302.04" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-111"> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="3936.44" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194154" text="Suite, 2 Bedrooms, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="3936.44" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-112"> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2207.82" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2207.82" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-113"> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="2552.66" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="2552.66" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-114"> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2111.04" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2111.04" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-115"> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2306.96" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193498" text="Suite, Terrace + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2306.96" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-116"> <Room> <RoomType code="111152812" text="Room, 2 Queen Beds (Palm) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="1539.72" /> <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="1539.72" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-117"> <Room> <RoomType code="111152812" text="Room, 2 Queen Beds (Palm) + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1122.14" /> <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="1122.14" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-118"> <Room> <RoomType code="111152812" text="Room, 2 Queen Beds (Palm) + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1073.64" /> <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="1073.64" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-119"> <Room> <RoomType code="111152812" text="Room, 2 Queen Beds (Palm) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1298.38" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="111152812" text="Room, 2 Queen Beds (Palm) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1298.38" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-120"> <Room> <RoomType code="111152812" text="Room, 2 Queen Beds (Palm) + VIP Perks" /> <MealType code="1000041" text="Room only" /> <Price amt="1026.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="1026.68" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-121"> <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="909034960-122"> <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="909034960-123"> <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="909034960-124"> <Room> <RoomType code="118194280" text="Club Room, 2 Queen Beds (Imperial | Palm View) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1862.30" /> <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="1862.30" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-125"> <Room> <RoomType code="118194280" text="Club Room, 2 Queen Beds (Imperial | Palm View) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1703.96" /> <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="1703.96" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-126"> <Room> <RoomType code="118194280" text="Club Room, 2 Queen Beds (Imperial | Palm View) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="2136.40" /> <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="2136.40" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-127"> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="3007.36" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="3007.36" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-128"> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2751.84" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2751.84" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-129"> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2878.72" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2878.72" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-130"> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="3253.96" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193794" text="Suite (Regal) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="3253.96" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-131"> <Room> <RoomType code="118193518" text="Club Room, 1 King Bed (Imperial | Palm View) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1673.16" /> <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="1673.16" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-132"> <Room> <RoomType code="118193518" text="Club Room, 1 King Bed (Imperial | Palm View) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="1530.98" /> <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="1530.98" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-133"> <Room> <RoomType code="118193518" text="Club Room, 1 King Bed (Imperial | Palm View) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="1943.96" /> <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="1943.96" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-134"> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2463.12" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2463.12" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-135"> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2357.42" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2357.42" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-136"> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="2709.26" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="2709.26" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-137"> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2253.88" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118194079" text="Skyline Suite + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="2253.88" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-138"> <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="909034960-139"> <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="909034960-140"> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="5541.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1000019" text="Half board" /> <Price amt="5541.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-141"> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4768.76" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4768.76" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-142"> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="5211.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="5211.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-143"> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4988.04" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118193550" text="Suite, 2 Bedrooms (Regal) + VIP Perks" /> <MealType code="1" text="Breakfast" /> <Price amt="4988.04" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-144"> <Room> <RoomType code="62933292" text="Palm King Room (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="815.56" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Room only&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="62933292" text="Palm King Room (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="815.56" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Room only&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-145"> <Room> <RoomType code="62933292" text="Palm King Room (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="852.80" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Rate Room only&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="62933292" text="Palm King Room (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="852.80" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Rate Room only&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-146"> <Room> <RoomType code="62933292" text="Palm King Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1004.64" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="62933292" text="Palm King Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1004.64" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-147"> <Room> <RoomType code="62933292" text="Palm King Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1214.92" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board Rooms&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="62933292" text="Palm King Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1214.92" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board Rooms&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-148"> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="944.12" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Room only&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="944.12" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Room only&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-149"> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="987.16" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Rate Room only&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1000041" text="Room only" /> <Price amt="987.16" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Rate Room only&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-150"> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1139.00" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1139.00" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-151"> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1349.30" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board Rooms&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1349.30" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board Rooms&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-152"> <Room> <RoomType code="97623074" text="Palm King Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1212.84" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-153"> <Room> <RoomType code="97623074" text="Palm King Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1510.92" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-154"> <Room> <RoomType code="118205458" text="Imperial Club King Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1295.84" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; IC - BB - Advance Purchase&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118205458" text="Imperial Club King Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1295.84" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; IC - BB - Advance Purchase&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-155"> <Room> <RoomType code="118205458" text="Imperial Club King Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1355.12" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB - BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118205458" text="Imperial Club King Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1355.12" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB - BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-156"> <Room> <RoomType code="118205458" text="Imperial Club King Ocean View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1565.40" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Breakfast and dinner&lt;br&gt;&lt;br&gt;</Text> </Message> </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="1565.40" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Breakfast and dinner&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-157"> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1347.64" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-158"> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1645.48" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-159"> <Room> <RoomType code="118205459" text="Imperial Club King Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1407.74" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; IC - BB - Advance Purchase&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118205459" text="Imperial Club King Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1407.74" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; IC - BB - Advance Purchase&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-160"> <Room> <RoomType code="118205459" text="Imperial Club King Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1471.80" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB - BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118205459" text="Imperial Club King Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1471.80" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB - BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-161"> <Room> <RoomType code="118205459" text="Imperial Club King Palm View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1682.10" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Breakfast and dinner&lt;br&gt;&lt;br&gt;</Text> </Message> </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="1682.10" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Breakfast and dinner&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-162"> <Room> <RoomType code="62933292" text="Palm King Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1429.80" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="62933292" text="Palm King Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1429.80" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-163"> <Room> <RoomType code="62933292" text="Palm King Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1513.82" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="62933292" text="Palm King Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1513.82" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-164"> <Room> <RoomType code="118203774" text="Imperial Club Queen Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1446.44" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; IC - BB - Advance Purchase&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203774" text="Imperial Club Queen Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1446.44" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; IC - BB - Advance Purchase&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-165"> <Room> <RoomType code="118203774" text="Imperial Club Queen Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1512.78" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB - BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203774" text="Imperial Club Queen Ocean View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1512.78" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB - BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-166"> <Room> <RoomType code="118203774" text="Imperial Club Queen Ocean View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1723.08" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Breakfast and dinner&lt;br&gt;&lt;br&gt;</Text> </Message> </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="1723.08" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Breakfast and dinner&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-167"> <Room> <RoomType code="118233692" text="Imperial Club King Ocean (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1563.96" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-168"> <Room> <RoomType code="118233692" text="Imperial Club King Ocean (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1981.00" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-169"> <Room> <RoomType code="118203778" text="Imperial Club Queen Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1566.86" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; IC - BB - Advance Purchase&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203778" text="Imperial Club Queen Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1566.86" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; IC - BB - Advance Purchase&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-170"> <Room> <RoomType code="118203778" text="Imperial Club Queen Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1638.42" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB - BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203778" text="Imperial Club Queen Palm View Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1638.42" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB - BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-171"> <Room> <RoomType code="118203778" text="Imperial Club Queen Palm View Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1848.50" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Breakfast and dinner&lt;br&gt;&lt;br&gt;</Text> </Message> </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="1848.50" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Breakfast and dinner&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-172"> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1588.28" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-173"> <Room> <RoomType code="66664847" text="Palm Queen Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1648.60" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-174"> <Room> <RoomType code="118233693" text="Imperial Club King Palm (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1679.60" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-175"> <Room> <RoomType code="118233693" text="Imperial Club King Palm (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2096.64" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-176"> <Room> <RoomType code="118205448" text="Imperial Club King Ocean Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1716.42" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-177"> <Room> <RoomType code="118205448" text="Imperial Club King Ocean Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1984.52" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-178"> <Room> <RoomType code="118233694" text="Imperial Club Queen Ocean (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1723.08" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-179"> <Room> <RoomType code="118233694" text="Imperial Club Queen Ocean (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2140.12" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-180"> <Room> <RoomType code="118233696" text="Imperial Club Queen Palm (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1848.08" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-181"> <Room> <RoomType code="118233696" text="Imperial Club Queen Palm (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2265.32" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-182"> <Room> <RoomType code="21409195" text="Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1940.64" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Non refundable Bed and Breakfast Rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="21409195" text="Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="1940.64" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Non refundable Bed and Breakfast Rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-183"> <Room> <RoomType code="21409195" text="Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2029.66" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Breakfast rate Club Rooms And Suites&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="21409195" text="Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2029.66" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Breakfast rate Club Rooms And Suites&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-184"> <Room> <RoomType code="21409195" text="Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2239.96" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="21409195" text="Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2239.96" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-185"> <Room> <RoomType code="118205450" text="Imperial Club King Palm Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="1979.32" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-186"> <Room> <RoomType code="118205450" text="Imperial Club King Palm Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2099.96" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-187"> <Room> <RoomType code="118203671" text="Imperial Club Queen Ocean Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2029.88" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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.88" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-188"> <Room> <RoomType code="118203671" text="Imperial Club Queen Ocean Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2143.02" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-189"> <Room> <RoomType code="113480312" text="Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2071.88" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Non refundable Bed and Breakfast Rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="113480312" text="Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2071.88" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Non refundable Bed and Breakfast Rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-190"> <Room> <RoomType code="113480312" text="Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2166.94" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Breakfast rate Club Rooms And Suites&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="113480312" text="Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2166.94" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Breakfast rate Club Rooms And Suites&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-191"> <Room> <RoomType code="113480312" text="Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2377.24" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="113480312" text="Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2377.24" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-192"> <Room> <RoomType code="118203704" text="Imperial Club Queen Palm Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2177.14" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-193"> <Room> <RoomType code="118203704" text="Imperial Club Queen Palm Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2268.24" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-194"> <Room> <RoomType code="118233695" text="One Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2236.84" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-195"> <Room> <RoomType code="118233695" text="One Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2653.88" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-196"> <Room> <RoomType code="118233697" text="One Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2374.32" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-197"> <Room> <RoomType code="118233697" text="One Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2791.56" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-198"> <Room> <RoomType code="118203682" text="1br Terrace Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2488.72" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203682" text="1br Terrace Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2488.72" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-199"> <Room> <RoomType code="118203682" text="1br Terrace Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2657.40" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-200"> <Room> <RoomType code="118203752" text="Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2529.70" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Non refundable Bed and Breakfast Rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203752" text="Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2529.70" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Non refundable Bed and Breakfast Rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-201"> <Room> <RoomType code="118203752" text="Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2645.76" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Breakfast rate Club Rooms And Suites&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203752" text="Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2645.76" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Breakfast rate Club Rooms And Suites&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-202"> <Room> <RoomType code="118203752" text="Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2856.04" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203752" text="Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2856.04" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-203"> <Room> <RoomType code="118203771" text="2 Bedroom Family Club Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2585.96" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; IC - BB - Advance Purchase&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203771" text="2 Bedroom Family Club Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2585.96" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; IC - BB - Advance Purchase&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-204"> <Room> <RoomType code="118203771" text="2 Bedroom Family Club Room (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="2704.20" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB - BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; BB - BAR&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-205"> <Room> <RoomType code="118203771" text="2 Bedroom Family Club Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2914.50" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Breakfast and dinner&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Breakfast and dinner&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-206"> <Room> <RoomType code="118203715" text="1br Skyline Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2641.40" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-207"> <Room> <RoomType code="118203715" text="1br Skyline Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2794.68" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-208"> <Room> <RoomType code="118233698" text="One Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="2853.56" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-209"> <Room> <RoomType code="118233698" text="One Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3270.80" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-210"> <Room> <RoomType code="118233699" text="2-bedroom Family Club Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3123.54" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-211"> <Room> <RoomType code="118233699" text="2-bedroom Family Club Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3540.78" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-212"> <Room> <RoomType code="118205451" text="1br Regal Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3173.66" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-213"> <Room> <RoomType code="118205451" text="1br Regal Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3273.72" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-214"> <Room> <RoomType code="118203727" text="2br Family Club Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3543.70" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-215"> <Room> <RoomType code="118203727" text="2br Family Club Room (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3677.86" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-216"> <Room> <RoomType code="118203760" text="2 Bedroom Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3619.00" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Non refundable Bed and Breakfast Rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203760" text="2 Bedroom Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3619.00" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Non refundable Bed and Breakfast Rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-217"> <Room> <RoomType code="118203760" text="2 Bedroom Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3784.66" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Breakfast rate Club Rooms And Suites&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203760" text="2 Bedroom Terrace Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3784.66" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Breakfast rate Club Rooms And Suites&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-218"> <Room> <RoomType code="118203760" text="2 Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3994.95" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203760" text="2 Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3994.95" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-219"> <Room> <RoomType code="118203765" text="2 Bedroom Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3854.04" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Non refundable Bed and Breakfast Rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203765" text="2 Bedroom Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="3854.04" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Non refundable Bed and Breakfast Rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-220"> <Room> <RoomType code="118203765" text="2 Bedroom Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="4030.00" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Breakfast rate Club Rooms And Suites&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203765" text="2 Bedroom Skyline Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="4030.00" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Breakfast rate Club Rooms And Suites&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-221"> <Room> <RoomType code="118203765" text="2 Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4240.28" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118203765" text="2 Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4240.28" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-222"> <Room> <RoomType code="3596607" text="Two Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="3994.84" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-223"> <Room> <RoomType code="3596607" text="Two Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4411.99" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="3596607" text="Two Bedroom Terrace Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4411.99" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-224"> <Room> <RoomType code="118233700" text="Two Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4239.77" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118233700" text="Two Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4239.77" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-225"> <Room> <RoomType code="118233700" text="Two Bedroom Skyline Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4656.92" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-226"> <Room> <RoomType code="118205456" text="2 Bedroom Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="4384.02" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Non refundable Bed and Breakfast Rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118205456" text="2 Bedroom Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="4384.02" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Non refundable Bed and Breakfast Rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-227"> <Room> <RoomType code="118205456" text="2 Bedroom Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="4584.74" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Breakfast rate Club Rooms And Suites&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118205456" text="2 Bedroom Regal Suite (Double)" /> <MealType code="1" text="Breakfast" /> <Price amt="4584.74" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Best Available Breakfast rate Club Rooms And Suites&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-228"> <Room> <RoomType code="118205456" text="2 Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4795.02" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118205456" text="2 Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4795.02" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br&gt;&lt;b&gt;No amendments or name changes can be made to this booking once it is confirmed.&lt;/b&gt;&lt;br&gt;&lt;br/&gt; Half board rate&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-229"> <Room> <RoomType code="118203733" text="2br Terrace Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4441.84" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-230"> <Room> <RoomType code="118203733" text="2br Terrace Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4858.88" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-231"> <Room> <RoomType code="118203737" text="2br Skyline Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4713.48" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-232"> <Room> <RoomType code="118203737" text="2br Skyline Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="5130.74" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-233"> <Room> <RoomType code="118233701" text="Two Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="4795.24" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-234"> <Room> <RoomType code="118233701" text="Two Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="5212.38" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> <Room> <RoomType code="118233701" text="Two Bedroom Regal Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="5212.38" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo Please note Limited renovation on the Royal Bridge Suite on the 22nd floor to make way for a brand-new food and beverage concept until 30.11.2022 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Please to inform that as from today 08th May 2024, Sea Lion Experiences will be closed until further notice. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-235"> <Room> <RoomType code="118205453" text="2br Regal Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="5331.04" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </Messages> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> </Room> </Result> <Result id="909034960-236"> <Room> <RoomType code="118205453" text="2br Regal Club Suite (Double)" /> <MealType code="1000019" text="Half board" /> <Price amt="5748.08" /> <Messages> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 1&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <Message> <Type>Supplier Notes</Type><Text>Essential Information: Room 2&lt;br/&gt; &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 15 2024 &lt;br/&gt; Suppliment Supplement, CANCELLATION &amp; REBOOKING ARE NOT ALLOWED is included for the day Aug, 16 2024&lt;br/&gt; Hotel Tariff Notes: Compulsory Tourism Dirham to be paid by guest directly to hotel perroom pernight.Booking including children will be base on sharing parents bedding,no separate bed for children is provided unless stated.Early departure 100% charge. Name change will be considered new booking &amp;amp; is subject to availability.Unlimited access to aqua venture &amp;amp; the Lost Chambers for guests staying in house.Lost chambers opening &amp;amp; closing time is from 10am to 10pm.Half-board must be book for the entire stay.All suites include Imperial club access &amp;amp; Imperial club benefits.Suite booking include complimentary return airport transfer 4th &amp;amp; 5th Adult in 2 BR suites will be based on roll away beds Existing reservation cannot be cancelled and rebooked under lower promo On 31 Dec 2020 Gala Dinner is MANDATORY for all occupants,charges are not included in the rates Atlantis The Palm, Dubai will waive all cancellation &amp;amp; change fees applicable to all existing and new bookings for stays until 16th October 2020 Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking. Bookings including children will be based on sharing parents bedding and no separate bed for children is provided unless otherwise stated&lt;br&gt;&lt;br&gt;</Text> </Message> </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> <HotelId>{{HotelId}}</HotelId> <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="1023829476_324524"> <Hotel id="324524" name="Atlantis The Palm" /> <Result id="1023829476-0"> <Room> <RoomType code="94313174" text="Room, 2 Queen Beds (Palm)" /> <MealType code="1" text="Breakfast" /> <Price amt="843.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-23" /> </Room> </Result> <Result id="1023829476-1"> <Room> <RoomType code="94313174" text="Room, 2 Queen Beds (Palm)" /> <MealType code="1000019" text="Half board" /> <Price amt="967.07" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-23" /> </Room> </Result> <Result id="1023829476-2"> <Room> <RoomType code="94313174" text="Room, 2 Queen Beds (Palm)" /> <MealType code="1000041" text="Room only" /> <Price amt="654.76" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-3"> <Room> <RoomType code="94313174" text="Room, 2 Queen Beds (Palm)" /> <MealType code="1000041" text="Room only" /> <Price amt="755.44" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-23" /> </Room> </Result> <Result id="1023829476-4"> <Room> <RoomType code="94313174" text="Room, 2 Queen Beds (Palm)" /> <MealType code="1000041" text="Room only" /> <Price amt="681.85" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-5"> <Room> <RoomType code="135735485" text="Club Room, 1 King Bed, Ocean View (Imperial)" /> <MealType code="1" text="Breakfast" /> <Price amt="967.29" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-23" /> </Room> </Result> <Result id="1023829476-6"> <Room> <RoomType code="135735485" text="Club Room, 1 King Bed, Ocean View (Imperial)" /> <MealType code="1" text="Breakfast" /> <Price amt="838.44" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-7"> <Room> <RoomType code="135735485" text="Club Room, 1 King Bed, Ocean View (Imperial)" /> <MealType code="1000019" text="Half board" /> <Price amt="1112.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-23" /> </Room> </Result> <Result id="1023829476-8"> <Room> <RoomType code="135735496" text="Club Room, 2 Queen Beds, Ocean View (Imperial)" /> <MealType code="1" text="Breakfast" /> <Price amt="935.19" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-9"> <Room> <RoomType code="135735496" text="Club Room, 2 Queen Beds, Ocean View (Imperial)" /> <MealType code="1" text="Breakfast" /> <Price amt="1078.90" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-23" /> </Room> </Result> <Result id="1023829476-10"> <Room> <RoomType code="135735496" text="Club Room, 2 Queen Beds, Ocean View (Imperial)" /> <MealType code="1000019" text="Half board" /> <Price amt="1226.32" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-23" /> </Room> </Result> <Result id="1023829476-11"> <Room> <RoomType code="41144597" text="Suite, Terrace" /> <MealType code="1" text="Breakfast" /> <Price amt="1612.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-23" /> </Room> </Result> <Result id="1023829476-12"> <Room> <RoomType code="41144597" text="Suite, Terrace" /> <MealType code="1" text="Breakfast" /> <Price amt="1397.76" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-13"> <Room> <RoomType code="41144597" text="Suite, Terrace" /> <MealType code="1" text="Breakfast" /> <Price amt="1455.64" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-14"> <Room> <RoomType code="41144597" text="Suite, Terrace" /> <MealType code="1000019" text="Half board" /> <Price amt="1736.18" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-23" /> </Room> </Result> <Result id="1023829476-15"> <Room> <RoomType code="135735475" text="Family Room, 2 Bedrooms (Club)" /> <MealType code="1000041" text="Room only" /> <Price amt="1807.70" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-16"> <Room> <RoomType code="135735475" text="Family Room, 2 Bedrooms (Club)" /> <MealType code="1000041" text="Room only" /> <Price amt="2085.50" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-23" /> </Room> </Result> <Result id="1023829476-17"> <Room> <RoomType code="135735475" text="Family Room, 2 Bedrooms (Club)" /> <MealType code="1" text="Breakfast" /> <Price amt="1882.61" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-18"> <Room> <RoomType code="64121358" text="Room, 1 King Bed (Palm)" /> <MealType code="1000019" text="Half board" /> <Price amt="870.22" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-23" /> </Room> </Result> <Result id="1023829476-19"> <Room> <RoomType code="64121358" text="Room, 1 King Bed (Palm)" /> <MealType code="1000041" text="Room only" /> <Price amt="658.48" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-23" /> </Room> </Result> <Result id="1023829476-20"> <Room> <RoomType code="64121358" text="Room, 1 King Bed (Palm)" /> <MealType code="1000041" text="Room only" /> <Price amt="570.79" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-21"> <Room> <RoomType code="64121358" text="Room, 1 King Bed (Palm)" /> <MealType code="1" text="Breakfast" /> <Price amt="746.60" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-23" /> </Room> </Result> <Result id="1023829476-22"> <Room> <RoomType code="64121358" text="Room, 1 King Bed (Palm)" /> <MealType code="1000041" text="Room only" /> <Price amt="594.49" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-23"> <Room> <RoomType code="135735498" text="Suite, 2 Bedrooms (Regal)" /> <MealType code="1" text="Breakfast" /> <Price amt="3237.34" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-24"> <Room> <RoomType code="135735498" text="Suite, 2 Bedrooms (Regal)" /> <MealType code="1" text="Breakfast" /> <Price amt="3586.45" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-23" /> </Room> </Result> <Result id="1023829476-25"> <Room> <RoomType code="135735498" text="Suite, 2 Bedrooms (Regal)" /> <MealType code="1000019" text="Half board" /> <Price amt="3783.23" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-23" /> </Room> </Result> <Result id="1023829476-26"> <Room> <RoomType code="135735498" text="Suite, 2 Bedrooms (Regal)" /> <MealType code="1" text="Breakfast" /> <Price amt="3108.70" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-27"> <Room> <RoomType code="135735474" text="Suite, 2 Bedrooms (Skyline)" /> <MealType code="1" text="Breakfast" /> <Price amt="2852.08" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-28"> <Room> <RoomType code="135735474" text="Suite, 2 Bedrooms (Skyline)" /> <MealType code="1" text="Breakfast" /> <Price amt="3159.48" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-23" /> </Room> </Result> <Result id="1023829476-29"> <Room> <RoomType code="135735474" text="Suite, 2 Bedrooms (Skyline)" /> <MealType code="1000019" text="Half board" /> <Price amt="3347.85" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-23" /> </Room> </Result> <Result id="1023829476-30"> <Room> <RoomType code="135735474" text="Suite, 2 Bedrooms (Skyline)" /> <MealType code="1" text="Breakfast" /> <Price amt="2738.63" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-31"> <Room> <RoomType code="84018545" text="Skyline Suite " /> <MealType code="1000019" text="Half board" /> <Price amt="1841.33" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-23" /> </Room> </Result> <Result id="1023829476-32"> <Room> <RoomType code="84018545" text="Skyline Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="1550.54" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-33"> <Room> <RoomType code="84018545" text="Skyline Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="1488.84" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-34"> <Room> <RoomType code="135735502" text="Suite (Regal)" /> <MealType code="1000019" text="Half board" /> <Price amt="2212.39" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-23" /> </Room> </Result> <Result id="1023829476-35"> <Room> <RoomType code="135735502" text="Suite (Regal)" /> <MealType code="1" text="Breakfast" /> <Price amt="2088.78" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-23" /> </Room> </Result> <Result id="1023829476-36"> <Room> <RoomType code="135735502" text="Suite (Regal)" /> <MealType code="1" text="Breakfast" /> <Price amt="1885.56" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-37"> <Room> <RoomType code="135735502" text="Suite (Regal)" /> <MealType code="1" text="Breakfast" /> <Price amt="1810.54" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-38"> <Room> <RoomType code="135735525" text="Club Room, 1 King Bed (Imperial | Palm View)" /> <MealType code="1" text="Breakfast" /> <Price amt="1044.39" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-23" /> </Room> </Result> <Result id="1023829476-39"> <Room> <RoomType code="135735525" text="Club Room, 1 King Bed (Imperial | Palm View)" /> <MealType code="1000019" text="Half board" /> <Price amt="1191.05" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-23" /> </Room> </Result> <Result id="1023829476-40"> <Room> <RoomType code="135735525" text="Club Room, 1 King Bed (Imperial | Palm View)" /> <MealType code="1" text="Breakfast" /> <Price amt="905.27" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-41"> <Room> <RoomType code="129063225" text="Suite, 2 Bedrooms, Terrace" /> <MealType code="1" text="Breakfast" /> <Price amt="2973.96" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-23" /> </Room> </Result> <Result id="1023829476-42"> <Room> <RoomType code="129063225" text="Suite, 2 Bedrooms, Terrace" /> <MealType code="1000019" text="Half board" /> <Price amt="3158.72" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-23" /> </Room> </Result> <Result id="1023829476-43"> <Room> <RoomType code="129063225" text="Suite, 2 Bedrooms, Terrace" /> <MealType code="1" text="Breakfast" /> <Price amt="2577.77" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-44"> <Room> <RoomType code="129063225" text="Suite, 2 Bedrooms, Terrace" /> <MealType code="1" text="Breakfast" /> <Price amt="2684.58" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-45"> <Room> <RoomType code="3746085" text="Presidential Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="7158.71" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-46"> <Room> <RoomType code="135728319" text="Club Room, 2 Queen Beds (Imperial | Palm View)" /> <MealType code="1" text="Breakfast" /> <Price amt="1009.23" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-47"> <Room> <RoomType code="135728319" text="Club Room, 2 Queen Beds (Imperial | Palm View)" /> <MealType code="1" text="Breakfast" /> <Price amt="1164.29" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-23" /> </Room> </Result> <Result id="1023829476-48"> <Room> <RoomType code="135728319" text="Club Room, 2 Queen Beds (Imperial | Palm View)" /> <MealType code="1000019" text="Half board" /> <Price amt="1313.35" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-23" /> </Room> </Result> <Result id="1023829476-49"> <Room> <RoomType code="135735478" text="Grand Suite (Atlantis)" /> <MealType code="1" text="Breakfast" /> <Price amt="15340.52" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-50"> <Room> <RoomType code="135752606" text="Honeymoon Suite (Underwater Suite)" /> <MealType code="1" text="Breakfast" /> <Price amt="11396.98" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-51"> <Room> <RoomType code="135728454" text="IMPERIAL CLUB QUEEN ROOM PALM VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="1010.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-52"> <Room> <RoomType code="122139190" text="IMPERIAL CLUB QUEEN ROOM OCEAN VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="936.42" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-53"> <Room> <RoomType code="135728454" text="IMPERIAL CLUB QUEEN ROOM PALM VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="912.50" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-54"> <Room> <RoomType code="135728472" text="IMPERIAL CLUB KING ROOM PALM VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="906.46" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-55"> <Room> <RoomType code="122139190" text="IMPERIAL CLUB QUEEN ROOM OCEAN VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="845.52" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-56"> <Room> <RoomType code="117292487" text="IMPERIAL CLUB KING ROOM OCEAN VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="839.49" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-57"> <Room> <RoomType code="135728472" text="IMPERIAL CLUB KING ROOM PALM VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="818.79" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-58"> <Room> <RoomType code="117292487" text="IMPERIAL CLUB KING ROOM OCEAN VIEW" /> <MealType code="1" text="Breakfast" /> <Price amt="758.26" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-59"> <Room> <RoomType code="57817964" text="PALM QUEEN ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="732.06" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-60"> <Room> <RoomType code="57817960" text="PALM KING ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="648.02" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-61"> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1" text="Breakfast" /> <Price amt="3112.72" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-62"> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1" text="Breakfast" /> <Price amt="2811.22" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-63"> <Room> <RoomType code="135728354" text="2 BED SKYLINE SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="2742.17" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-64"> <Room> <RoomType code="101544172" text="2 BEDROOM TERRACE SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="2581.07" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-65"> <Room> <RoomType code="135728354" text="2 BED SKYLINE SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="2476.34" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-66"> <Room> <RoomType code="101544172" text="2 BEDROOM TERRACE SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="2330.95" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-67"> <Room> <RoomType code="135724951" text="Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1812.93" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-68"> <Room> <RoomType code="101101731" text="2 BEDROOM FAMILY CLUB ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="1810.02" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-69"> <Room> <RoomType code="135724951" text="Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1637.27" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-70"> <Room> <RoomType code="101101731" text="2 BEDROOM FAMILY CLUB ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="1634.78" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-71"> <Room> <RoomType code="133872152" text="1 BED SKYLINE SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="1490.84" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-72"> <Room> <RoomType code="135728431" text="TERRACE SUITE (1BR)" /> <MealType code="1" text="Breakfast" /> <Price amt="1399.63" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-73"> <Room> <RoomType code="133872152" text="1 BED SKYLINE SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="1346.49" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-74"> <Room> <RoomType code="135728431" text="TERRACE SUITE (1BR)" /> <MealType code="1" text="Breakfast" /> <Price amt="1263.81" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-75"> <Room> <RoomType code="122139190" text="IMPERIAL CLUB QUEEN ROOM OCEAN VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="1043.64" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-76"> <Room> <RoomType code="122139190" text="IMPERIAL CLUB QUEEN ROOM OCEAN VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="1042.18" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-77"> <Room> <RoomType code="135728472" text="IMPERIAL CLUB KING ROOM PALM VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="1013.69" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-78"> <Room> <RoomType code="135728472" text="IMPERIAL CLUB KING ROOM PALM VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="1012.86" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-79"> <Room> <RoomType code="117292487" text="IMPERIAL CLUB KING ROOM OCEAN VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="946.71" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-80"> <Room> <RoomType code="117292487" text="IMPERIAL CLUB KING ROOM OCEAN VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="946.19" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-81"> <Room> <RoomType code="57817964" text="PALM QUEEN ROOM" /> <MealType code="1000019" text="Half board" /> <Price amt="839.49" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-82"> <Room> <RoomType code="57817960" text="PALM KING ROOM" /> <MealType code="1000019" text="Half board" /> <Price amt="755.35" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-83"> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1000019" text="Half board" /> <Price amt="3627.00" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-84"> <Room> <RoomType code="135728354" text="2 BED SKYLINE SUITE" /> <MealType code="1000019" text="Half board" /> <Price amt="3255.93" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-85"> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1000019" text="Half board" /> <Price amt="3219.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-86"> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1000019" text="Half board" /> <Price amt="3219.84" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-87"> <Room> <RoomType code="101544172" text="2 BEDROOM TERRACE SUITE" /> <MealType code="1000019" text="Half board" /> <Price amt="3094.52" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-88"> <Room> <RoomType code="135728354" text="2 BED SKYLINE SUITE" /> <MealType code="1000019" text="Half board" /> <Price amt="2849.39" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-89"> <Room> <RoomType code="135728354" text="2 BED SKYLINE SUITE" /> <MealType code="1000019" text="Half board" /> <Price amt="2848.66" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-90"> <Room> <RoomType code="101544172" text="2 BEDROOM TERRACE SUITE" /> <MealType code="1000019" text="Half board" /> <Price amt="2688.30" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-91"> <Room> <RoomType code="101544172" text="2 BEDROOM TERRACE SUITE" /> <MealType code="1000019" text="Half board" /> <Price amt="2687.26" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-92"> <Room> <RoomType code="101101731" text="2 BEDROOM FAMILY CLUB ROOM " /> <MealType code="1000019" text="Half board" /> <Price amt="2430.69" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-93"> <Room> <RoomType code="135728518" text="1 BEDROOM REGAL SUITE " /> <MealType code="1000019" text="Half board" /> <Price amt="2122.43" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-94"> <Room> <RoomType code="101101731" text="2 BEDROOM FAMILY CLUB ROOM " /> <MealType code="1000019" text="Half board" /> <Price amt="2023.53" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-95"> <Room> <RoomType code="135724951" text="Regal Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1920.15" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-96"> <Room> <RoomType code="135728518" text="1 BEDROOM REGAL SUITE " /> <MealType code="1000019" text="Half board" /> <Price amt="1918.80" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-97"> <Room> <RoomType code="101101731" text="2 BEDROOM FAMILY CLUB ROOM " /> <MealType code="1000019" text="Half board" /> <Price amt="1917.34" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-98"> <Room> <RoomType code="133872152" text="1 BED SKYLINE SUITE" /> <MealType code="1000019" text="Half board" /> <Price amt="1801.59" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-99"> <Room> <RoomType code="135728431" text="TERRACE SUITE (1BR)" /> <MealType code="1000019" text="Half board" /> <Price amt="1709.66" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-100"> <Room> <RoomType code="133872152" text="1 BED SKYLINE SUITE" /> <MealType code="1000019" text="Half board" /> <Price amt="1598.06" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-101"> <Room> <RoomType code="133872152" text="1 BED SKYLINE SUITE" /> <MealType code="1000019" text="Half board" /> <Price amt="1597.96" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-102"> <Room> <RoomType code="135728431" text="TERRACE SUITE (1BR)" /> <MealType code="1000019" text="Half board" /> <Price amt="1506.86" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-103"> <Room> <RoomType code="135728431" text="TERRACE SUITE (1BR)" /> <MealType code="1000019" text="Half board" /> <Price amt="1506.13" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-104"> <Room> <RoomType code="135728454" text="IMPERIAL CLUB QUEEN ROOM PALM VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="1319.97" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-105"> <Room> <RoomType code="122139190" text="IMPERIAL CLUB QUEEN ROOM OCEAN VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="1245.82" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-106"> <Room> <RoomType code="135728472" text="IMPERIAL CLUB KING ROOM PALM VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="1216.38" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-107"> <Room> <RoomType code="117292487" text="IMPERIAL CLUB KING ROOM OCEAN VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="1149.82" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-108"> <Room> <RoomType code="135728454" text="IMPERIAL CLUB QUEEN ROOM PALM VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="1117.79" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-109"> <Room> <RoomType code="135728454" text="IMPERIAL CLUB QUEEN ROOM PALM VIEW" /> <MealType code="1000019" text="Half board" /> <Price amt="1116.34" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-21" /> </Room> </Result> <Result id="1023829476-110"> <Room> <RoomType code="57817960" text="PALM KING ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="650.31" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-111"> <Room> <RoomType code="57817964" text="PALM QUEEN ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="734.66" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-112"> <Room> <RoomType code="57817960" text="PALM KING ROOM" /> <MealType code="1000019" text="Half board" /> <Price amt="757.95" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-113"> <Room> <RoomType code="57817942" text="Imperial Club King Room" /> <MealType code="1" text="Breakfast" /> <Price amt="760.76" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-114"> <Room> <RoomType code="57817942" text="Imperial Club King Room" /> <MealType code="1" text="Breakfast" /> <Price amt="821.60" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-115"> <Room> <RoomType code="57817942" text="Imperial Club King Room" /> <MealType code="1" text="Breakfast" /> <Price amt="842.30" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-116"> <Room> <RoomType code="57817964" text="PALM QUEEN ROOM" /> <MealType code="1000019" text="Half board" /> <Price amt="842.30" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-117"> <Room> <RoomType code="57817943" text="Imperial Club Queen Room" /> <MealType code="1" text="Breakfast" /> <Price amt="848.33" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-118"> <Room> <RoomType code="57817942" text="Imperial Club King Room" /> <MealType code="1" text="Breakfast" /> <Price amt="909.48" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-119"> <Room> <RoomType code="57817943" text="Imperial Club Queen Room" /> <MealType code="1" text="Breakfast" /> <Price amt="915.62" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-120"> <Room> <RoomType code="57817943" text="Imperial Club Queen Room" /> <MealType code="1" text="Breakfast" /> <Price amt="939.54" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-121"> <Room> <RoomType code="57817942" text="Imperial Club King Room" /> <MealType code="1000019" text="Half board" /> <Price amt="976.66" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-122"> <Room> <RoomType code="57817943" text="Imperial Club Queen Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1013.90" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-123"> <Room> <RoomType code="57817942" text="Imperial Club King Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1043.95" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-124"> <Room> <RoomType code="57817943" text="Imperial Club Queen Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1073.90" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-125"> <Room> <RoomType code="57817943" text="Imperial Club Queen Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1148.26" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-126"> <Room> <RoomType code="1748361" text="terrace suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1268.07" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-127"> <Room> <RoomType code="1748361" text="terrace suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1404.31" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-128"> <Room> <RoomType code="135725443" text="1-Bedroom Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1511.22" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-22" /> </Room> </Result> <Result id="1023829476-129"> <Room> <RoomType code="1748361" text="terrace suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1511.85" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-130"> <Room> <RoomType code="135725449" text="1-Bedroom Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1603.26" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-22" /> </Room> </Result> <Result id="1023829476-131"> <Room> <RoomType code="135725455" text="2-Bedroom Family Club Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1640.18" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-132"> <Room> <RoomType code="135725455" text="2-Bedroom Family Club Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1816.15" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-133"> <Room> <RoomType code="135725461" text="1-Bedroom Regal Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1925.35" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-22" /> </Room> </Result> <Result id="1023829476-134"> <Room> <RoomType code="135725455" text="2-Bedroom Family Club Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1950.52" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-135"> <Room> <RoomType code="135725469" text="2-Bedroom Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2338.75" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-136"> <Room> <RoomType code="135725474" text="2-Bedroom Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2484.56" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-137"> <Room> <RoomType code="135725469" text="2-Bedroom Terrace Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2589.70" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-138"> <Room> <RoomType code="135725469" text="2-Bedroom Terrace Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2697.34" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-139"> <Room> <RoomType code="135725474" text="2-Bedroom Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2751.32" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-140"> <Room> <RoomType code="135725481" text="2-Bedroom Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2820.69" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-141"> <Room> <RoomType code="135725474" text="2-Bedroom Skyline Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="2858.86" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-142"> <Room> <RoomType code="135725481" text="2-Bedroom Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="3123.12" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-143"> <Room> <RoomType code="135725481" text="2-Bedroom Regal Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="3230.66" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-144"> <Room> <RoomType code="3746085" text="Presidential Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="6113.12" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-145"> <Room> <RoomType code="135728063" text="Underwater Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="9732.32" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-146"> <Room> <RoomType code="135725491" text="Grand Atlantis Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="13099.94" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-147"> <Room> <RoomType code="57817960" text="PALM KING ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="672.57" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-148"> <Room> <RoomType code="57817964" text="PALM QUEEN ROOM" /> <MealType code="1000041" text="Room only" /> <Price amt="759.81" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-149"> <Room> <RoomType code="57817960" text="PALM KING ROOM" /> <MealType code="1000019" text="Half board" /> <Price amt="783.84" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-150"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="786.79" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-151"> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="849.68" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-152"> <Room> <RoomType code="57817964" text="PALM QUEEN ROOM" /> <MealType code="1000019" text="Half board" /> <Price amt="871.09" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-153"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="871.09" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-154"> <Room> <RoomType code="114027421" text="Imperial Club Queen Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="877.42" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-155"> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="940.65" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-156"> <Room> <RoomType code="135725394" text="Imperial Club Queen Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="946.98" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-157"> <Room> <RoomType code="114027421" text="Imperial Club Queen Ocean Room" /> <MealType code="1" text="Breakfast" /> <Price amt="971.66" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-158"> <Room> <RoomType code="115201375" text="Imperial Club King Ocean Room" /> <MealType code="1000019" text="Half board" /> <Price amt="982.47" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-159"> <Room> <RoomType code="135725394" text="Imperial Club Queen Palm Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1048.65" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-160"> <Room> <RoomType code="114027416" text="Imperial Club King Palm Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1051.92" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-161"> <Room> <RoomType code="114027421" text="Imperial Club Queen Ocean Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1082.94" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-162"> <Room> <RoomType code="135725394" text="Imperial Club Queen Palm Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1159.92" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-163"> <Room> <RoomType code="1748361" text="terrace suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1311.49" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-164"> <Room> <RoomType code="84018545" text="Skyline Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="1397.21" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-165"> <Room> <RoomType code="1748361" text="terrace suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1452.36" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-166"> <Room> <RoomType code="84018545" text="Skyline Suite " /> <MealType code="1" text="Breakfast" /> <Price amt="1547.04" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-167"> <Room> <RoomType code="1748361" text="terrace suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1563.64" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-168"> <Room> <RoomType code="84018545" text="Skyline Suite " /> <MealType code="1000019" text="Half board" /> <Price amt="1658.31" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-169"> <Room> <RoomType code="101101731" text="2 BEDROOM FAMILY CLUB ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="1696.32" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-170"> <Room> <RoomType code="135724951" text="Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1698.93" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-171"> <Room> <RoomType code="101101731" text="2 BEDROOM FAMILY CLUB ROOM " /> <MealType code="1" text="Breakfast" /> <Price amt="1878.24" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-172"> <Room> <RoomType code="135724951" text="Regal Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="1881.19" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-173"> <Room> <RoomType code="101101731" text="2 BEDROOM FAMILY CLUB ROOM " /> <MealType code="1000019" text="Half board" /> <Price amt="1989.52" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-174"> <Room> <RoomType code="135724951" text="Regal Suite" /> <MealType code="1000019" text="Half board" /> <Price amt="1992.57" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-175"> <Room> <RoomType code="101544172" text="2 BEDROOM TERRACE SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="2418.78" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-176"> <Room> <RoomType code="101556805" text="2 Bedroom Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2569.70" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-177"> <Room> <RoomType code="101544172" text="2 BEDROOM TERRACE SUITE" /> <MealType code="1" text="Breakfast" /> <Price amt="2678.35" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-178"> <Room> <RoomType code="101556805" text="2 Bedroom Skyline Suite" /> <MealType code="1" text="Breakfast" /> <Price amt="2845.53" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-179"> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1" text="Breakfast" /> <Price amt="2917.17" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-180"> <Room> <RoomType code="101544188" text="2 BEDROOM REGAL SUITE " /> <MealType code="1" text="Breakfast" /> <Price amt="3230.03" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-16" /> </Room> </Result> <Result id="1023829476-181"> <Room> <RoomType code="57817960" text="PALM KING ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="752.93" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-15" /> </Room> </Result> <Result id="1023829476-182"> <Room> <RoomType code="57817960" text="PALM KING ROOM" /> <MealType code="1000019" text="Half board" /> <Price amt="877.64" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-15" /> </Room> </Result> <Result id="1023829476-183"> <Room> <RoomType code="57817964" text="PALM QUEEN ROOM" /> <MealType code="1" text="Breakfast" /> <Price amt="850.56" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-15" /> </Room> </Result> <Result id="1023829476-184"> <Room> <RoomType code="57817964" text="PALM QUEEN ROOM" /> <MealType code="1000019" text="Half board" /> <Price amt="975.26" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-15" /> </Room> </Result> <Result id="1023829476-185"> <Room> <RoomType code="135728326" text="Imperial Club King Ocean View room" /> <MealType code="1" text="Breakfast" /> <Price amt="877.97" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-186"> <Room> <RoomType code="135728326" text="Imperial Club King Ocean View room" /> <MealType code="1000019" text="Half board" /> <Price amt="1035.44" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-15" /> </Room> </Result> <Result id="1023829476-187"> <Room> <RoomType code="135728340" text="Imperial Club King Palm View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="947.96" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-188"> <Room> <RoomType code="135728340" text="Imperial Club King Palm View Room" /> <MealType code="1000019" text="Half board" /> <Price amt="1108.60" /> <Messages /> <CancellationPolicyStatus>Refundable</CancellationPolicyStatus> <CancelPolicy From="2025-09-15" /> </Room> </Result> <Result id="1023829476-189"> <Room> <RoomType code="135725422" text="Imperial Club Queen Ocean View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="979.08" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> <Result id="1023829476-190"> <Room> <RoomType code="135725430" text="Imperial Club Queen Palm View Room" /> <MealType code="1" text="Breakfast" /> <Price amt="1056.73" /> <Messages /> <CancellationPolicyStatus>NonRefundable</CancellationPolicyStatus> <CancelPolicy From="2025-03-20" /> </Room> </Result> </HotelAvailability> </AvailabilitySearchResult>