@mirai/core 0.3.394 → 0.3.396
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/components/Booking/Booking.l10n.js +5 -2
- package/build/components/Booking/Booking.l10n.js.map +1 -1
- package/build/components/Booking/helpers/getButtonPaymentKey.js +35 -0
- package/build/components/Booking/helpers/getButtonPaymentKey.js.map +1 -0
- package/build/components/Booking/helpers/getButtonPaymentKey.l10n.js +21 -0
- package/build/components/Booking/helpers/getButtonPaymentKey.l10n.js.map +1 -0
- package/build/components/Booking/helpers/index.js +4 -4
- package/build/components/Booking/helpers/index.js.map +1 -1
- package/build/components/Booking/partials/Booking.Payment.js +8 -2
- package/build/components/Booking/partials/Booking.Payment.js.map +1 -1
- package/build/components/Chat/Chat.js +1 -1
- package/build/components/Chat/Chat.js.map +1 -1
- package/build/components/{helpers → Checkout/helpers}/getButtonPaymentKey.js +2 -4
- package/build/components/Checkout/helpers/getButtonPaymentKey.js.map +1 -0
- package/build/components/{helpers → Checkout/helpers}/getButtonPaymentKey.l10n.js +0 -3
- package/build/components/Checkout/helpers/getButtonPaymentKey.l10n.js.map +1 -0
- package/build/components/Checkout/helpers/index.js +11 -0
- package/build/components/Checkout/helpers/index.js.map +1 -1
- package/build/components/Checkout/partials/Checkout.Confirmation.js +2 -1
- package/build/components/Checkout/partials/Checkout.Confirmation.js.map +1 -1
- package/build/components/Finder/components/Places/Places.js +1 -0
- package/build/components/Finder/components/Places/Places.js.map +1 -1
- package/build/components/Finder/components/Places/__tests__/__snapshots__/Places.test.js.snap +4 -28
- package/build/components/Rates/Rates.js +2 -3
- package/build/components/Rates/Rates.js.map +1 -1
- package/build/components/Rates/components/ModalExtras/ModalExtras.constants.js +17 -0
- package/build/components/Rates/components/ModalExtras/ModalExtras.constants.js.map +1 -0
- package/build/components/Rates/components/ModalExtras/helpers/getCaption.js +10 -10
- package/build/components/Rates/components/ModalExtras/helpers/getCaption.js.map +1 -1
- package/build/components/Session/Session.Account.js +3 -5
- package/build/components/Session/Session.Account.js.map +1 -1
- package/build/components/Session/Session.module.css +6 -6
- package/build/components/helpers/index.js +0 -11
- package/build/components/helpers/index.js.map +1 -1
- package/build/helpers/fetchConfig.js +1 -1
- package/build/helpers/fetchConfig.js.map +1 -1
- package/build/helpers/getClubUrl.js +1 -1
- package/build/helpers/getClubUrl.js.map +1 -1
- package/package.json +1 -2
- package/build/components/Finder/helpers/__tests__/__mocks__/chain.json +0 -1113
- package/build/components/Finder/helpers/__tests__/__mocks__/hotel.json +0 -199
- package/build/components/helpers/getButtonPaymentKey.js.map +0 -1
- package/build/components/helpers/getButtonPaymentKey.l10n.js.map +0 -1
- package/build/services/Club/__tests__/__mocks__/get.json +0 -66
- package/build/services/Club/constants.js +0 -10
- package/build/services/Club/constants.js.map +0 -1
- package/build/services/Club/get.js +0 -35
- package/build/services/Club/get.js.map +0 -1
- package/build/services/Club/index.js +0 -11
- package/build/services/Club/index.js.map +0 -1
- package/build/services/Engine/__tests__/__mocks__/chain.json +0 -2695
- package/build/services/Engine/__tests__/__mocks__/hotel.json +0 -184
- package/build/services/Engine/constants.js +0 -10
- package/build/services/Engine/constants.js.map +0 -1
- package/build/services/Engine/get.js +0 -31
- package/build/services/Engine/get.js.map +0 -1
- package/build/services/Engine/index.js +0 -11
- package/build/services/Engine/index.js.map +0 -1
- package/build/services/Lisa/action.js +0 -28
- package/build/services/Lisa/action.js.map +0 -1
- package/build/services/Lisa/index.js +0 -17
- package/build/services/Lisa/index.js.map +0 -1
- package/build/services/Lisa/message.js +0 -26
- package/build/services/Lisa/message.js.map +0 -1
- package/build/services/Lisa/status.js +0 -13
- package/build/services/Lisa/status.js.map +0 -1
- package/build/services/Lisa/welcome.js +0 -25
- package/build/services/Lisa/welcome.js.map +0 -1
- package/build/services/Rates/__tests__/__mocks__/extras-success-all.json +0 -264
- package/build/services/Rates/__tests__/__mocks__/extras-success.json +0 -1000
- package/build/services/Rates/__tests__/__mocks__/rates-response-cancel-types.json +0 -2958
- package/build/services/Rates/__tests__/__mocks__/rates-response-no-taxes-no-local.json +0 -870
- package/build/services/Rates/__tests__/__mocks__/rates-response-no-taxes.json +0 -2250
- package/build/services/Rates/__tests__/__mocks__/rates-response.json +0 -500
- package/build/services/Rates/__tests__/__mocks__/rates-success-cancel-types.json +0 -32481
- package/build/services/Rates/__tests__/__mocks__/rates-success-no-taxes-no-local.json +0 -6674
- package/build/services/Rates/__tests__/__mocks__/rates-success-no-taxes.json +0 -16508
- package/build/services/Rates/__tests__/__mocks__/rates-success.json +0 -5648
- package/build/services/Rates/constants.js +0 -121
- package/build/services/Rates/constants.js.map +0 -1
- package/build/services/Rates/extras.js +0 -14
- package/build/services/Rates/extras.js.map +0 -1
- package/build/services/Rates/extrasParsed.js +0 -197
- package/build/services/Rates/extrasParsed.js.map +0 -1
- package/build/services/Rates/get.js +0 -34
- package/build/services/Rates/get.js.map +0 -1
- package/build/services/Rates/helpers/compareSuggestions.js +0 -40
- package/build/services/Rates/helpers/compareSuggestions.js.map +0 -1
- package/build/services/Rates/helpers/getCalendarSuggestions.js +0 -72
- package/build/services/Rates/helpers/getCalendarSuggestions.js.map +0 -1
- package/build/services/Rates/helpers/getDisabledDates.js +0 -35
- package/build/services/Rates/helpers/getDisabledDates.js.map +0 -1
- package/build/services/Rates/helpers/getIncrements.js +0 -69
- package/build/services/Rates/helpers/getIncrements.js.map +0 -1
- package/build/services/Rates/helpers/getItems.js +0 -127
- package/build/services/Rates/helpers/getItems.js.map +0 -1
- package/build/services/Rates/helpers/getLanguage.js +0 -9
- package/build/services/Rates/helpers/getLanguage.js.map +0 -1
- package/build/services/Rates/helpers/getMinStayDates.js +0 -36
- package/build/services/Rates/helpers/getMinStayDates.js.map +0 -1
- package/build/services/Rates/helpers/getOccupationSuggestions.js +0 -198
- package/build/services/Rates/helpers/getOccupationSuggestions.js.map +0 -1
- package/build/services/Rates/helpers/getPrice.js +0 -22
- package/build/services/Rates/helpers/getPrice.js.map +0 -1
- package/build/services/Rates/helpers/getRooms.js +0 -65
- package/build/services/Rates/helpers/getRooms.js.map +0 -1
- package/build/services/Rates/helpers/getTaxesType.js +0 -26
- package/build/services/Rates/helpers/getTaxesType.js.map +0 -1
- package/build/services/Rates/helpers/index.js +0 -138
- package/build/services/Rates/helpers/index.js.map +0 -1
- package/build/services/Rates/helpers/normalizePrice.js +0 -15
- package/build/services/Rates/helpers/normalizePrice.js.map +0 -1
- package/build/services/Rates/helpers/parseAmenities.js +0 -87
- package/build/services/Rates/helpers/parseAmenities.js.map +0 -1
- package/build/services/Rates/helpers/parseDiscount.js +0 -48
- package/build/services/Rates/helpers/parseDiscount.js.map +0 -1
- package/build/services/Rates/helpers/parseExternalToken.js +0 -24
- package/build/services/Rates/helpers/parseExternalToken.js.map +0 -1
- package/build/services/Rates/helpers/parseHotelDiscount.js +0 -29
- package/build/services/Rates/helpers/parseHotelDiscount.js.map +0 -1
- package/build/services/Rates/helpers/parseItem.js +0 -216
- package/build/services/Rates/helpers/parseItem.js.map +0 -1
- package/build/services/Rates/helpers/parseTracking.js +0 -140
- package/build/services/Rates/helpers/parseTracking.js.map +0 -1
- package/build/services/Rates/helpers/parseUnavailability.js +0 -117
- package/build/services/Rates/helpers/parseUnavailability.js.map +0 -1
- package/build/services/Rates/hotels.js +0 -138
- package/build/services/Rates/hotels.js.map +0 -1
- package/build/services/Rates/index.js +0 -13
- package/build/services/Rates/index.js.map +0 -1
- package/build/services/Rates/rates.js +0 -141
- package/build/services/Rates/rates.js.map +0 -1
- package/build/services/index.js +0 -50
- package/build/services/index.js.map +0 -1
|
@@ -1,500 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"country": "ES",
|
|
3
|
-
"currency": "EUR",
|
|
4
|
-
"infantAge": 3,
|
|
5
|
-
"items": [
|
|
6
|
-
{
|
|
7
|
-
"cancellations": [
|
|
8
|
-
{
|
|
9
|
-
"id": "freeCancellation-Cancellation with no penalty up to 8 days prior to arrival-false",
|
|
10
|
-
"caption": "Until Feb 11",
|
|
11
|
-
"highlight": true,
|
|
12
|
-
"name": "Free cancellation",
|
|
13
|
-
"paymentConditions": "Payment is made directly at the property; exceptions are stated in the cancellation policy for payments in advance. The hotel reserves the right to pre-authorize your card prior to arrival",
|
|
14
|
-
"title": "Cancellation with no penalty up to 8 days prior to arrival",
|
|
15
|
-
"text": "Cancellation with no penalty up to 8 days prior to arrival. Your booking must be guaranteed with a bank card. You may modify or cancel your booking at no extra cost up to 8 days before your check-in date. You must pay 7 days before arrival. Once the payment has been made, changes or cancellations are not permitted and there is no right to the reimbursement of the amount paid.\r\n\r\nFor this purpose, shortly before the payment date established in the conditions of your reservation you will receive an email from TPVvirtual@redsys.es (secure-payment e-commerce platform), through which you can proceed to the payment by clicking on the \"Start payment\" link. The link has temporary validity, so if once the validity period has expired you have not made the payment, your reservation will be automatically cancelled. If you still want to reserve, contact us (reservas@suitesviena.es). Notwithstanding the foregoing, in order to verify the validity of the card presented as a guarantee, Suites Viena Plaza de España reserves the right to pre-authorize the amount of the first night prior to the payment date established in the conditions of the offer. You can check our general conditions at https://www.suitesviena.com/files/Condiciones-generales-Suites-Viena.pdf",
|
|
16
|
-
"price": 0
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"id": "freeCancellation-Cancellation with no penalty up to some hours before arrival.-false",
|
|
20
|
-
"caption": "Until Feb 18. Pay on arrival at the property.",
|
|
21
|
-
"highlight": true,
|
|
22
|
-
"name": "Free cancellation",
|
|
23
|
-
"paymentConditions": "Pay on arrival at the property. Credit Card only as a booking guarantee. ",
|
|
24
|
-
"title": "Cancellation with no penalty up to some hours before arrival.",
|
|
25
|
-
"text": "Your booking must be guaranteed with a bank card. You can cancel or modify your reservation for free until 12:00 of the Feb 18, 2024. If you cancel your booking after the aforementioned time and date or in the event of a no-show, Suites Viena will charge the full amount of the first night on the bank card provided during the booking process. \r\n\r\nFor security reasons, if you are not the holder of the bank card, Suites Viena cannot authorise any charge on it. In this case, the bank card holder should immediately contact Suites Viena and provide supporting documentation proving ownership of the card as well as an authorisation for the booking to be charged to the card. Otherwise, the booking will be cancelled.\r\nNotwithstanding the foregoing, with the aim of proving the validity of the bank card presented as a guarantee, Suites Viena reserves the right to pre-authorise the cost of the first night prior to the date of charge established in the conditions of the offer. \r\nThe property also reserves the right to request payment for the first night within 24 hours prior to the arrival date.\r\n\r\nYou can check our general conditions at https://www.suitesviena.com/files/General-conditions-Suites-Viena.pdf",
|
|
26
|
-
"price": 79.61000000000001
|
|
27
|
-
}
|
|
28
|
-
],
|
|
29
|
-
"rates": [
|
|
30
|
-
{
|
|
31
|
-
"id": "7818--61103--335428b0--207167",
|
|
32
|
-
"cancellationId": "freeCancellation-Cancellation with no penalty up to 8 days prior to arrival-false",
|
|
33
|
-
"discountPercentage": 19,
|
|
34
|
-
"included": [],
|
|
35
|
-
"isClub": false,
|
|
36
|
-
"name": "Flash Sale",
|
|
37
|
-
"offer": true,
|
|
38
|
-
"restrictions": [],
|
|
39
|
-
"price": 0
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"id": "7818--61103--335428b0--205800",
|
|
43
|
-
"cancellationId": "freeCancellation-Cancellation with no penalty up to some hours before arrival.-false",
|
|
44
|
-
"discountPercentage": 5,
|
|
45
|
-
"included": [],
|
|
46
|
-
"isClub": false,
|
|
47
|
-
"name": "Flexible Rate",
|
|
48
|
-
"offer": true,
|
|
49
|
-
"restrictions": [],
|
|
50
|
-
"price": 0
|
|
51
|
-
}
|
|
52
|
-
],
|
|
53
|
-
"boards": [
|
|
54
|
-
{
|
|
55
|
-
"roomId": 61103,
|
|
56
|
-
"cancellationId": "freeCancellation-Cancellation with no penalty up to 8 days prior to arrival-false",
|
|
57
|
-
"rateId": "7818--61103--335428b0--207167",
|
|
58
|
-
"confidential": false,
|
|
59
|
-
"included": [],
|
|
60
|
-
"paymentConditions": "Payment is made directly at the property; exceptions are stated in the cancellation policy for payments in advance. The hotel reserves the right to pre-authorize your card prior to arrival",
|
|
61
|
-
"restrictions": [],
|
|
62
|
-
"basePrice": 984.54,
|
|
63
|
-
"checkoutPrice": 877.23,
|
|
64
|
-
"dayPrice": 146.21,
|
|
65
|
-
"deals": ["207167"],
|
|
66
|
-
"discount": { "percentage": 19, "breakdown": [{ "type": 1, "value": 187.06 }] },
|
|
67
|
-
"id": "7818--61103--335428b0--4378--207167",
|
|
68
|
-
"maxSelected": 1,
|
|
69
|
-
"minSelected": 1,
|
|
70
|
-
"name": "Breakfast included",
|
|
71
|
-
"offerDates": ["19/02/2024", "20/02/2024", "21/02/2024", "22/02/2024", "23/02/2024", "24/02/2024"],
|
|
72
|
-
"originalPrice": 1083,
|
|
73
|
-
"price": 877.23,
|
|
74
|
-
"taxes": 79.75,
|
|
75
|
-
"totalPriceRaw": 87723,
|
|
76
|
-
"variants": [],
|
|
77
|
-
"increment": 0
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"roomId": 61103,
|
|
81
|
-
"cancellationId": "freeCancellation-Cancellation with no penalty up to some hours before arrival.-false",
|
|
82
|
-
"rateId": "7818--61103--335428b0--205800",
|
|
83
|
-
"confidential": false,
|
|
84
|
-
"included": [],
|
|
85
|
-
"paymentConditions": "Pay on arrival at the property. Credit Card only as a booking guarantee. ",
|
|
86
|
-
"restrictions": [],
|
|
87
|
-
"basePrice": 984.55,
|
|
88
|
-
"checkoutPrice": 956.84,
|
|
89
|
-
"dayPrice": 159.47,
|
|
90
|
-
"deals": ["205800"],
|
|
91
|
-
"discount": {
|
|
92
|
-
"percentage": 12,
|
|
93
|
-
"breakdown": [
|
|
94
|
-
{ "type": 0, "value": 65.47 },
|
|
95
|
-
{ "type": 1, "value": 49.23 }
|
|
96
|
-
]
|
|
97
|
-
},
|
|
98
|
-
"id": "7818--61103--335428b0--4378--205800",
|
|
99
|
-
"maxSelected": 1,
|
|
100
|
-
"minSelected": 1,
|
|
101
|
-
"name": "Breakfast included",
|
|
102
|
-
"offerDates": ["19/02/2024", "20/02/2024", "21/02/2024", "22/02/2024", "23/02/2024", "24/02/2024"],
|
|
103
|
-
"originalPrice": 1083,
|
|
104
|
-
"price": 956.84,
|
|
105
|
-
"taxes": 86.99,
|
|
106
|
-
"totalPriceRaw": 95684,
|
|
107
|
-
"variants": [],
|
|
108
|
-
"increment": 0
|
|
109
|
-
}
|
|
110
|
-
],
|
|
111
|
-
"amenities": [],
|
|
112
|
-
"availability": 1,
|
|
113
|
-
"bedDisposition": [],
|
|
114
|
-
"bedTypes": [],
|
|
115
|
-
"description": "Spacious and bright Double/Twin COMFORT Studio-type rooms.\r\nEach room is 269 ft2 in size and is equipped with a kitchenette and free Internet connection.\r\nYou can add 1 extra bed (please see “Double Room with Extra Bed) or 1 baby cot.\r\nMost rooms of this type are equipped with 2 single beds, so we can´t confirm double beds before arrival.Some rooms face the street and others face a large courtyard. The hotel cannot guarantee availability of an",
|
|
116
|
-
"id": 61103,
|
|
117
|
-
"images": [
|
|
118
|
-
{
|
|
119
|
-
"alt": null,
|
|
120
|
-
"large": "https://images.mirai.com/INFOROOMS/88737419/XpfaqW05g9HEfTXut9cf/XpfaqW05g9HEfTXut9cf_large.jpg",
|
|
121
|
-
"thumbnail": "https://images.mirai.com/INFOROOMS/88737419/XpfaqW05g9HEfTXut9cf/XpfaqW05g9HEfTXut9cf_mediumrect.jpg"
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
"alt": null,
|
|
125
|
-
"large": "https://images.mirai.com/INFOROOMS/88737419/1q9u1XwyD47bBGJiWJCv/1q9u1XwyD47bBGJiWJCv_large.jpg",
|
|
126
|
-
"thumbnail": "https://images.mirai.com/INFOROOMS/88737419/1q9u1XwyD47bBGJiWJCv/1q9u1XwyD47bBGJiWJCv_mediumrect.jpg"
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"alt": null,
|
|
130
|
-
"large": "https://images.mirai.com/INFOROOMS/88737419/XojqLvjKxOLym4uPDJcv/XojqLvjKxOLym4uPDJcv_large.jpg",
|
|
131
|
-
"thumbnail": "https://images.mirai.com/INFOROOMS/88737419/XojqLvjKxOLym4uPDJcv/XojqLvjKxOLym4uPDJcv_mediumrect.jpg"
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
"alt": null,
|
|
135
|
-
"large": "https://images.mirai.com/INFOROOMS/88737419/r6aM3o79tYM2r10r0iMr/r6aM3o79tYM2r10r0iMr_large.jpg",
|
|
136
|
-
"thumbnail": "https://images.mirai.com/INFOROOMS/88737419/r6aM3o79tYM2r10r0iMr/r6aM3o79tYM2r10r0iMr_mediumrect.jpg"
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
"alt": null,
|
|
140
|
-
"large": "https://images.mirai.com/INFOROOMS/88737419/KKdpIzVpQL66Ir1CHV7u/KKdpIzVpQL66Ir1CHV7u_large.jpg",
|
|
141
|
-
"thumbnail": "https://images.mirai.com/INFOROOMS/88737419/KKdpIzVpQL66Ir1CHV7u/KKdpIzVpQL66Ir1CHV7u_mediumrect.jpg"
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
"alt": null,
|
|
145
|
-
"large": "https://images.mirai.com/INFOROOMS/88737419/zi8xwV232A6FNbq9Yr8I/zi8xwV232A6FNbq9Yr8I_large.jpg",
|
|
146
|
-
"thumbnail": "https://images.mirai.com/INFOROOMS/88737419/zi8xwV232A6FNbq9Yr8I/zi8xwV232A6FNbq9Yr8I_mediumrect.jpg"
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
"alt": null,
|
|
150
|
-
"large": "https://images.mirai.com/INFOROOMS/88737419/nY3DZs14a25FcjXyLiHs/nY3DZs14a25FcjXyLiHs_large.jpg",
|
|
151
|
-
"thumbnail": "https://images.mirai.com/INFOROOMS/88737419/nY3DZs14a25FcjXyLiHs/nY3DZs14a25FcjXyLiHs_mediumrect.jpg"
|
|
152
|
-
}
|
|
153
|
-
],
|
|
154
|
-
"name": "Double/Twin Comfort Room",
|
|
155
|
-
"maxOccupation": 2,
|
|
156
|
-
"media": { "url3D": "", "urlVideo": "https://www.youtube.com/embed/qLs6RkmqPng?si=XTrf1CtIcCE3nKaR" },
|
|
157
|
-
"occupation": [{ "type": 2, "amount": 2 }],
|
|
158
|
-
"soldOut": false
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"cancellations": [
|
|
162
|
-
{
|
|
163
|
-
"id": "freeCancellation-Cancellation with no penalty up to 8 days prior to arrival-false",
|
|
164
|
-
"caption": "Until Feb 11",
|
|
165
|
-
"highlight": true,
|
|
166
|
-
"name": "Free cancellation",
|
|
167
|
-
"paymentConditions": "Payment is made directly at the property; exceptions are stated in the cancellation policy for payments in advance. The hotel reserves the right to pre-authorize your card prior to arrival",
|
|
168
|
-
"title": "Cancellation with no penalty up to 8 days prior to arrival",
|
|
169
|
-
"text": "Cancellation with no penalty up to 8 days prior to arrival. Your booking must be guaranteed with a bank card. You may modify or cancel your booking at no extra cost up to 8 days before your check-in date. You must pay 7 days before arrival. Once the payment has been made, changes or cancellations are not permitted and there is no right to the reimbursement of the amount paid.\r\n\r\nFor this purpose, shortly before the payment date established in the conditions of your reservation you will receive an email from TPVvirtual@redsys.es (secure-payment e-commerce platform), through which you can proceed to the payment by clicking on the \"Start payment\" link. The link has temporary validity, so if once the validity period has expired you have not made the payment, your reservation will be automatically cancelled. If you still want to reserve, contact us (reservas@suitesviena.es). Notwithstanding the foregoing, in order to verify the validity of the card presented as a guarantee, Suites Viena Plaza de España reserves the right to pre-authorize the amount of the first night prior to the payment date established in the conditions of the offer. You can check our general conditions at https://www.suitesviena.com/files/Condiciones-generales-Suites-Viena.pdf",
|
|
170
|
-
"price": 0
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
"id": "freeCancellation-Cancellation with no penalty up to some hours before arrival.-false",
|
|
174
|
-
"caption": "Until Feb 18. Pay on arrival at the property.",
|
|
175
|
-
"highlight": true,
|
|
176
|
-
"name": "Free cancellation",
|
|
177
|
-
"paymentConditions": "Pay on arrival at the property. Credit Card only as a booking guarantee. ",
|
|
178
|
-
"title": "Cancellation with no penalty up to some hours before arrival.",
|
|
179
|
-
"text": "Your booking must be guaranteed with a bank card. You can cancel or modify your reservation for free until 12:00 of the Feb 18, 2024. If you cancel your booking after the aforementioned time and date or in the event of a no-show, Suites Viena will charge the full amount of the first night on the bank card provided during the booking process. \r\n\r\nFor security reasons, if you are not the holder of the bank card, Suites Viena cannot authorise any charge on it. In this case, the bank card holder should immediately contact Suites Viena and provide supporting documentation proving ownership of the card as well as an authorisation for the booking to be charged to the card. Otherwise, the booking will be cancelled.\r\nNotwithstanding the foregoing, with the aim of proving the validity of the bank card presented as a guarantee, Suites Viena reserves the right to pre-authorise the cost of the first night prior to the date of charge established in the conditions of the offer. \r\nThe property also reserves the right to request payment for the first night within 24 hours prior to the arrival date.\r\n\r\nYou can check our general conditions at https://www.suitesviena.com/files/General-conditions-Suites-Viena.pdf",
|
|
180
|
-
"price": 86.21999999999991
|
|
181
|
-
}
|
|
182
|
-
],
|
|
183
|
-
"rates": [
|
|
184
|
-
{
|
|
185
|
-
"id": "7818--60815--334026b0--207167",
|
|
186
|
-
"cancellationId": "freeCancellation-Cancellation with no penalty up to 8 days prior to arrival-false",
|
|
187
|
-
"discountPercentage": 19,
|
|
188
|
-
"included": [],
|
|
189
|
-
"isClub": false,
|
|
190
|
-
"name": "Flash Sale",
|
|
191
|
-
"offer": true,
|
|
192
|
-
"restrictions": [],
|
|
193
|
-
"price": 0
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
"id": "7818--60815--334026b0--205800",
|
|
197
|
-
"cancellationId": "freeCancellation-Cancellation with no penalty up to some hours before arrival.-false",
|
|
198
|
-
"discountPercentage": 5,
|
|
199
|
-
"included": [],
|
|
200
|
-
"isClub": false,
|
|
201
|
-
"name": "Flexible Rate",
|
|
202
|
-
"offer": true,
|
|
203
|
-
"restrictions": [],
|
|
204
|
-
"price": 0
|
|
205
|
-
}
|
|
206
|
-
],
|
|
207
|
-
"boards": [
|
|
208
|
-
{
|
|
209
|
-
"roomId": 60815,
|
|
210
|
-
"cancellationId": "freeCancellation-Cancellation with no penalty up to 8 days prior to arrival-false",
|
|
211
|
-
"rateId": "7818--60815--334026b0--207167",
|
|
212
|
-
"confidential": false,
|
|
213
|
-
"included": [],
|
|
214
|
-
"paymentConditions": "Payment is made directly at the property; exceptions are stated in the cancellation policy for payments in advance. The hotel reserves the right to pre-authorize your card prior to arrival",
|
|
215
|
-
"restrictions": [],
|
|
216
|
-
"basePrice": 1066.36,
|
|
217
|
-
"checkoutPrice": 950.13,
|
|
218
|
-
"dayPrice": 158.36,
|
|
219
|
-
"deals": ["207167"],
|
|
220
|
-
"discount": { "percentage": 19, "breakdown": [{ "type": 1, "value": 202.61 }] },
|
|
221
|
-
"id": "7818--60815--334026b0--4378--207167",
|
|
222
|
-
"maxSelected": 1,
|
|
223
|
-
"minSelected": 1,
|
|
224
|
-
"name": "Breakfast included",
|
|
225
|
-
"offerDates": ["19/02/2024", "20/02/2024", "21/02/2024", "22/02/2024", "23/02/2024", "24/02/2024"],
|
|
226
|
-
"originalPrice": 1173,
|
|
227
|
-
"price": 950.13,
|
|
228
|
-
"taxes": 86.38,
|
|
229
|
-
"totalPriceRaw": 95013,
|
|
230
|
-
"variants": [],
|
|
231
|
-
"increment": 0
|
|
232
|
-
},
|
|
233
|
-
{
|
|
234
|
-
"roomId": 60815,
|
|
235
|
-
"cancellationId": "freeCancellation-Cancellation with no penalty up to some hours before arrival.-false",
|
|
236
|
-
"rateId": "7818--60815--334026b0--205800",
|
|
237
|
-
"confidential": false,
|
|
238
|
-
"included": [],
|
|
239
|
-
"paymentConditions": "Pay on arrival at the property. Credit Card only as a booking guarantee. ",
|
|
240
|
-
"restrictions": [],
|
|
241
|
-
"basePrice": 1066.37,
|
|
242
|
-
"checkoutPrice": 1036.35,
|
|
243
|
-
"dayPrice": 172.73,
|
|
244
|
-
"deals": ["205800"],
|
|
245
|
-
"discount": {
|
|
246
|
-
"percentage": 12,
|
|
247
|
-
"breakdown": [
|
|
248
|
-
{ "type": 0, "value": 70.91 },
|
|
249
|
-
{ "type": 1, "value": 53.32 }
|
|
250
|
-
]
|
|
251
|
-
},
|
|
252
|
-
"id": "7818--60815--334026b0--4378--205800",
|
|
253
|
-
"maxSelected": 1,
|
|
254
|
-
"minSelected": 1,
|
|
255
|
-
"name": "Breakfast included",
|
|
256
|
-
"offerDates": ["19/02/2024", "20/02/2024", "21/02/2024", "22/02/2024", "23/02/2024", "24/02/2024"],
|
|
257
|
-
"originalPrice": 1173,
|
|
258
|
-
"price": 1036.35,
|
|
259
|
-
"taxes": 94.21,
|
|
260
|
-
"totalPriceRaw": 103635,
|
|
261
|
-
"variants": [],
|
|
262
|
-
"increment": 0
|
|
263
|
-
}
|
|
264
|
-
],
|
|
265
|
-
"amenities": [
|
|
266
|
-
{ "exclusive": true, "id": 21296, "text": "Smart TV" },
|
|
267
|
-
{ "exclusive": true, "id": 68, "text": "One-wall kitchen" },
|
|
268
|
-
{ "exclusive": true, "id": 2, "text": "Refrigerator" },
|
|
269
|
-
{ "exclusive": true, "id": 86, "text": "Glass-ceramic hob" },
|
|
270
|
-
{ "exclusive": true, "id": 4, "text": "Microwave" },
|
|
271
|
-
{ "exclusive": true, "id": 75, "text": "Table linen" },
|
|
272
|
-
{ "exclusive": true, "id": 6, "text": "Coffee/tea maker" },
|
|
273
|
-
{ "exclusive": true, "id": 7, "text": "Sink" },
|
|
274
|
-
{ "exclusive": true, "id": 69, "text": "Desk" },
|
|
275
|
-
{ "exclusive": true, "id": 11, "text": "Radio" },
|
|
276
|
-
{ "exclusive": true, "id": 13, "text": "Television" },
|
|
277
|
-
{ "exclusive": true, "id": 14, "text": "Telephone" },
|
|
278
|
-
{ "exclusive": true, "id": 15, "text": "Air conditioning" },
|
|
279
|
-
{ "exclusive": true, "id": 65, "text": "Heating" },
|
|
280
|
-
{ "exclusive": true, "id": 17, "text": "Mini-bar (extra cost)" },
|
|
281
|
-
{ "exclusive": true, "id": 18, "text": "Free safe" },
|
|
282
|
-
{ "exclusive": true, "id": 20, "text": "Free wired Internet" },
|
|
283
|
-
{ "exclusive": true, "id": 22, "text": "Free Wi-Fi Internet" },
|
|
284
|
-
{ "exclusive": true, "id": 26, "text": "Wooden floor" },
|
|
285
|
-
{ "exclusive": true, "id": 93, "text": "Wake-up service" },
|
|
286
|
-
{ "exclusive": true, "id": 100, "text": "24h luggage storage" },
|
|
287
|
-
{ "exclusive": true, "id": 106, "text": "Dry-cleaning and laundry service (surcharge)" },
|
|
288
|
-
{ "exclusive": true, "id": 117, "text": "Sound-proof windows" },
|
|
289
|
-
{ "exclusive": true, "id": 119, "text": "Toiletries" },
|
|
290
|
-
{ "exclusive": true, "id": 121, "text": "Pillow menu" }
|
|
291
|
-
],
|
|
292
|
-
"availability": 1,
|
|
293
|
-
"bedDisposition": [],
|
|
294
|
-
"bedTypes": [],
|
|
295
|
-
"description": "Newly renovated Double/Twin Superior Studio-type rooms.\r\nEach room is 269 ft2 in size and is equipped with a kitchenette and free Internet connection. \r\nYou can add 1 extra bed (please see “Double Room with Extra Bed) or 1 baby cot.\r\nMost rooms of this type are equipped with 2 single beds, so we can´t confirm double beds before arrival.Some rooms face the street and others face a large courtyard. The hotel cannot guarantee availability of an",
|
|
296
|
-
"id": 60815,
|
|
297
|
-
"images": [
|
|
298
|
-
{
|
|
299
|
-
"alt": null,
|
|
300
|
-
"large": "https://images.mirai.com/INFOROOMS/88737419/9LRG0yDg3Mnk0rYM3jSI/9LRG0yDg3Mnk0rYM3jSI_large.jpg",
|
|
301
|
-
"thumbnail": "https://images.mirai.com/INFOROOMS/88737419/9LRG0yDg3Mnk0rYM3jSI/9LRG0yDg3Mnk0rYM3jSI_mediumrect.jpg"
|
|
302
|
-
},
|
|
303
|
-
{
|
|
304
|
-
"alt": null,
|
|
305
|
-
"large": "https://images.mirai.com/INFOROOMS/88737419/BQnQhLamxbBF2ZjPu99C/BQnQhLamxbBF2ZjPu99C_large.jpg",
|
|
306
|
-
"thumbnail": "https://images.mirai.com/INFOROOMS/88737419/BQnQhLamxbBF2ZjPu99C/BQnQhLamxbBF2ZjPu99C_mediumrect.jpg"
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
"alt": null,
|
|
310
|
-
"large": "https://images.mirai.com/INFOROOMS/88737419/AmXZpKmhZesaruPeRvEN/AmXZpKmhZesaruPeRvEN_large.jpg",
|
|
311
|
-
"thumbnail": "https://images.mirai.com/INFOROOMS/88737419/AmXZpKmhZesaruPeRvEN/AmXZpKmhZesaruPeRvEN_mediumrect.jpg"
|
|
312
|
-
},
|
|
313
|
-
{
|
|
314
|
-
"alt": null,
|
|
315
|
-
"large": "https://images.mirai.com/INFOROOMS/88737419/VMPs07YPzcduYDGb5gz5/VMPs07YPzcduYDGb5gz5_large.jpg",
|
|
316
|
-
"thumbnail": "https://images.mirai.com/INFOROOMS/88737419/VMPs07YPzcduYDGb5gz5/VMPs07YPzcduYDGb5gz5_mediumrect.jpg"
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
"alt": null,
|
|
320
|
-
"large": "https://images.mirai.com/INFOROOMS/88737419/5BPAhRnS8u3NYt9vyeo4/5BPAhRnS8u3NYt9vyeo4_large.jpg",
|
|
321
|
-
"thumbnail": "https://images.mirai.com/INFOROOMS/88737419/5BPAhRnS8u3NYt9vyeo4/5BPAhRnS8u3NYt9vyeo4_mediumrect.jpg"
|
|
322
|
-
}
|
|
323
|
-
],
|
|
324
|
-
"name": "Superior Double Room",
|
|
325
|
-
"maxOccupation": 2,
|
|
326
|
-
"media": { "url3D": "", "urlVideo": "https://www.youtube.com/embed/xG3ERM_4KdE?si=ZKChtHZfhu63N7Fx" },
|
|
327
|
-
"occupation": [{ "type": 2, "amount": 2 }],
|
|
328
|
-
"size": "25 m²",
|
|
329
|
-
"soldOut": false
|
|
330
|
-
}
|
|
331
|
-
],
|
|
332
|
-
"taxesType": 6,
|
|
333
|
-
"tracking": {
|
|
334
|
-
"country": "ES",
|
|
335
|
-
"hotelInfo": {
|
|
336
|
-
"currency": {
|
|
337
|
-
"code": "EUR",
|
|
338
|
-
"symbol": "€",
|
|
339
|
-
"value": 10000,
|
|
340
|
-
"description": "Euro",
|
|
341
|
-
"formatWithSymbol": "$1.$2 €",
|
|
342
|
-
"formatWithCode": "$1.$2 EUR",
|
|
343
|
-
"htmlFormat": "<span class=\"integerPart\">$1</span><span class=\"decimalSeparator\">.</span><span class=\"decimalPart\">$2</span><span class=\"currencySymbol\">€</span>",
|
|
344
|
-
"numDecimals": 2
|
|
345
|
-
},
|
|
346
|
-
"propertyName": "Suites Viena Plaza de España",
|
|
347
|
-
"propertyType": "Hotel"
|
|
348
|
-
},
|
|
349
|
-
"localTaxesIncluded": false,
|
|
350
|
-
"multiroom": false,
|
|
351
|
-
"rates": [
|
|
352
|
-
{
|
|
353
|
-
"amountAvailable": 1,
|
|
354
|
-
"id": 61103,
|
|
355
|
-
"name": "Double/Twin Comfort Room",
|
|
356
|
-
"occupationOptions": {
|
|
357
|
-
"335428b0": {
|
|
358
|
-
"numAdults": 2,
|
|
359
|
-
"numFirstRangeChildren": 0,
|
|
360
|
-
"numSecondRangeChildren": 0,
|
|
361
|
-
"rates": {
|
|
362
|
-
"7818--61103--335428b0--207167": {
|
|
363
|
-
"boardOptions": {
|
|
364
|
-
"7818--61103--335428b0--4378--207167": {
|
|
365
|
-
"boardGroupName": "Breakfast included",
|
|
366
|
-
"detail": [
|
|
367
|
-
{ "priceWithoutTaxes": 10898, "priceWithTaxes": 11988 },
|
|
368
|
-
{ "priceWithoutTaxes": 10898, "priceWithTaxes": 11988 },
|
|
369
|
-
{ "priceWithoutTaxes": 10898, "priceWithTaxes": 11988 },
|
|
370
|
-
{ "priceWithoutTaxes": 10898, "priceWithTaxes": 11988 },
|
|
371
|
-
{ "priceWithoutTaxes": 12739, "priceWithTaxes": 14013 },
|
|
372
|
-
{ "priceWithoutTaxes": 23416, "priceWithTaxes": 25758 }
|
|
373
|
-
],
|
|
374
|
-
"id": "7818--61103--335428b0--4378--207167",
|
|
375
|
-
"name": "Double/Twin Comfort Room: Flash Sale (2 adults (Aged 13 or more at checkout) : Breakfast included)",
|
|
376
|
-
"originalAvgPrice": 14621,
|
|
377
|
-
"totalBasePrice": 79748,
|
|
378
|
-
"totalPrice": 87723,
|
|
379
|
-
"totalLocalTaxes": 0,
|
|
380
|
-
"totalPriceWithTaxes": 87723
|
|
381
|
-
}
|
|
382
|
-
},
|
|
383
|
-
"cancellationPolicyTypeEnum": "freeCancellation",
|
|
384
|
-
"id": "7818--61103--335428b0--207167",
|
|
385
|
-
"name": "Flash Sale",
|
|
386
|
-
"sortedKeysBoards": ["7818--61103--335428b0--4378--207167"]
|
|
387
|
-
},
|
|
388
|
-
"7818--61103--335428b0--205800": {
|
|
389
|
-
"boardOptions": {
|
|
390
|
-
"7818--61103--335428b0--4378--205800": {
|
|
391
|
-
"boardGroupName": "Breakfast included",
|
|
392
|
-
"detail": [
|
|
393
|
-
{ "priceWithoutTaxes": 11887, "priceWithTaxes": 13076 },
|
|
394
|
-
{ "priceWithoutTaxes": 11887, "priceWithTaxes": 13076 },
|
|
395
|
-
{ "priceWithoutTaxes": 11887, "priceWithTaxes": 13076 },
|
|
396
|
-
{ "priceWithoutTaxes": 11887, "priceWithTaxes": 13076 },
|
|
397
|
-
{ "priceWithoutTaxes": 13895, "priceWithTaxes": 15285 },
|
|
398
|
-
{ "priceWithoutTaxes": 25541, "priceWithTaxes": 28095 }
|
|
399
|
-
],
|
|
400
|
-
"id": "7818--61103--335428b0--4378--205800",
|
|
401
|
-
"name": "Double/Twin Comfort Room: Flexible Rate (2 adults (Aged 13 or more at checkout) : Breakfast included)",
|
|
402
|
-
"originalAvgPrice": 15947,
|
|
403
|
-
"totalBasePrice": 86985,
|
|
404
|
-
"totalPrice": 95684,
|
|
405
|
-
"totalLocalTaxes": 0,
|
|
406
|
-
"totalPriceWithTaxes": 95684
|
|
407
|
-
}
|
|
408
|
-
},
|
|
409
|
-
"cancellationPolicyTypeEnum": "freeCancellation",
|
|
410
|
-
"id": "7818--61103--335428b0--205800",
|
|
411
|
-
"name": "Flexible Rate",
|
|
412
|
-
"sortedKeysBoards": ["7818--61103--335428b0--4378--205800"]
|
|
413
|
-
}
|
|
414
|
-
}
|
|
415
|
-
}
|
|
416
|
-
},
|
|
417
|
-
"sortedKeysOccupations": ["335428b0"]
|
|
418
|
-
},
|
|
419
|
-
{
|
|
420
|
-
"amountAvailable": 1,
|
|
421
|
-
"id": 60815,
|
|
422
|
-
"name": "Superior Double Room",
|
|
423
|
-
"occupationOptions": {
|
|
424
|
-
"334026b0": {
|
|
425
|
-
"numAdults": 2,
|
|
426
|
-
"numFirstRangeChildren": 0,
|
|
427
|
-
"numSecondRangeChildren": 0,
|
|
428
|
-
"rates": {
|
|
429
|
-
"7818--60815--334026b0--207167": {
|
|
430
|
-
"boardOptions": {
|
|
431
|
-
"7818--60815--334026b0--4378--207167": {
|
|
432
|
-
"boardGroupName": "Breakfast included",
|
|
433
|
-
"detail": [
|
|
434
|
-
{ "priceWithoutTaxes": 12003, "priceWithTaxes": 13203 },
|
|
435
|
-
{ "priceWithoutTaxes": 12003, "priceWithTaxes": 13203 },
|
|
436
|
-
{ "priceWithoutTaxes": 12003, "priceWithTaxes": 13203 },
|
|
437
|
-
{ "priceWithoutTaxes": 12003, "priceWithTaxes": 13203 },
|
|
438
|
-
{ "priceWithoutTaxes": 13844, "priceWithTaxes": 15228 },
|
|
439
|
-
{ "priceWithoutTaxes": 24521, "priceWithTaxes": 26973 }
|
|
440
|
-
],
|
|
441
|
-
"id": "7818--60815--334026b0--4378--207167",
|
|
442
|
-
"name": "Superior Double Room: Flash Sale (2 adults (Aged 13 or more at checkout) : Breakfast included)",
|
|
443
|
-
"originalAvgPrice": 15836,
|
|
444
|
-
"totalBasePrice": 86375,
|
|
445
|
-
"totalPrice": 95013,
|
|
446
|
-
"totalLocalTaxes": 0,
|
|
447
|
-
"totalPriceWithTaxes": 95013
|
|
448
|
-
}
|
|
449
|
-
},
|
|
450
|
-
"cancellationPolicyTypeEnum": "freeCancellation",
|
|
451
|
-
"id": "7818--60815--334026b0--207167",
|
|
452
|
-
"name": "Flash Sale",
|
|
453
|
-
"sortedKeysBoards": ["7818--60815--334026b0--4378--207167"]
|
|
454
|
-
},
|
|
455
|
-
"7818--60815--334026b0--205800": {
|
|
456
|
-
"boardOptions": {
|
|
457
|
-
"7818--60815--334026b0--4378--205800": {
|
|
458
|
-
"boardGroupName": "Breakfast included",
|
|
459
|
-
"detail": [
|
|
460
|
-
{ "priceWithoutTaxes": 13092, "priceWithTaxes": 14401 },
|
|
461
|
-
{ "priceWithoutTaxes": 13092, "priceWithTaxes": 14401 },
|
|
462
|
-
{ "priceWithoutTaxes": 13092, "priceWithTaxes": 14401 },
|
|
463
|
-
{ "priceWithoutTaxes": 13092, "priceWithTaxes": 14401 },
|
|
464
|
-
{ "priceWithoutTaxes": 15100, "priceWithTaxes": 16610 },
|
|
465
|
-
{ "priceWithoutTaxes": 26746, "priceWithTaxes": 29421 }
|
|
466
|
-
],
|
|
467
|
-
"id": "7818--60815--334026b0--4378--205800",
|
|
468
|
-
"name": "Superior Double Room: Flexible Rate (2 adults (Aged 13 or more at checkout) : Breakfast included)",
|
|
469
|
-
"originalAvgPrice": 17273,
|
|
470
|
-
"totalBasePrice": 94214,
|
|
471
|
-
"totalPrice": 103635,
|
|
472
|
-
"totalLocalTaxes": 0,
|
|
473
|
-
"totalPriceWithTaxes": 103635
|
|
474
|
-
}
|
|
475
|
-
},
|
|
476
|
-
"cancellationPolicyTypeEnum": "freeCancellation",
|
|
477
|
-
"id": "7818--60815--334026b0--205800",
|
|
478
|
-
"name": "Flexible Rate",
|
|
479
|
-
"sortedKeysBoards": ["7818--60815--334026b0--4378--205800"]
|
|
480
|
-
}
|
|
481
|
-
}
|
|
482
|
-
}
|
|
483
|
-
},
|
|
484
|
-
"sortedKeysOccupations": ["334026b0"]
|
|
485
|
-
}
|
|
486
|
-
],
|
|
487
|
-
"taxesIncluded": true,
|
|
488
|
-
"userCurrency": {
|
|
489
|
-
"code": "EUR",
|
|
490
|
-
"symbol": "€",
|
|
491
|
-
"value": 10000,
|
|
492
|
-
"description": "Euro",
|
|
493
|
-
"formatWithSymbol": "$1.$2 €",
|
|
494
|
-
"formatWithCode": "$1.$2 EUR",
|
|
495
|
-
"htmlFormat": "<span class=\"integerPart\">$1</span><span class=\"decimalSeparator\">.</span><span class=\"decimalPart\">$2</span><span class=\"currencySymbol\">€</span>",
|
|
496
|
-
"numDecimals": 2
|
|
497
|
-
},
|
|
498
|
-
"status": "AVAILABILITY"
|
|
499
|
-
}
|
|
500
|
-
}
|