@mirai/core 0.3.379 → 0.3.380
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/__tests__/Checkout/__mocks__/checkout-get.json +935 -0
- package/__tests__/Checkout/__mocks__/checkout-post-PAYLATER.json +10 -0
- package/__tests__/Checkout/__mocks__/checkout-post-TPV.json +7 -0
- package/__tests__/Checkout/__mocks__/checkout-post-TRANSFER.json +10 -0
- package/__tests__/Checkout/checkout.constants.js +8 -0
- package/__tests__/Checkout/checkout.spec.jsx +40 -0
- package/__tests__/Checkout/workflows/form.workflow.js +17 -0
- package/__tests__/Checkout/workflows/index.js +4 -0
- package/__tests__/Checkout/workflows/payment.workflow.js +10 -0
- package/__tests__/Checkout/workflows/review.workflow.js +19 -0
- package/__tests__/Checkout/workflows/submit.workflow.js +9 -0
- package/__tests__/Finder/finder.spec.js +64 -0
- package/__tests__/Finder/workflows/calendar.workflow.js +9 -0
- package/__tests__/Finder/workflows/index.js +3 -0
- package/__tests__/Finder/workflows/occupation.workflow.js +13 -0
- package/__tests__/Finder/workflows/promocode.workflow.js +8 -0
- package/__tests__/Rates/__mocks__/rates-success.json +731 -0
- package/__tests__/Rates/rates.spec.jsx +20 -0
- package/__tests__/Session/workflows/forgotPassword.workflow.js +4 -2
- package/__tests__/Session/workflows/login.workflow.js +5 -3
- package/__tests__/Session/workflows/profile.workflow.js +11 -9
- package/__tests__/Signup/workflows/signup.workflow.js +9 -7
- package/__tests__/constants.js +18 -0
- package/__tests__/helpers/getWeekNumber.js +8 -0
- package/__tests__/helpers/index.js +1 -0
- package/build/components/Checkout/Checkout.js +1 -0
- package/build/components/Checkout/Checkout.js.map +1 -1
- package/build/components/Checkout/__tests__/__snapshots__/Checkout.test.js.snap +16 -16
- package/build/components/Checkout/partials/Checkout.Confirmation.js +2 -1
- package/build/components/Checkout/partials/Checkout.Confirmation.js.map +1 -1
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Confirmation.test.js.snap +6 -0
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Form.test.js.snap +28 -8
- package/build/components/Deals/__tests__/__snapshots__/Deals.Calendar.test.js.snap +114 -114
- package/build/components/Deals/__tests__/__snapshots__/Deals.test.js.snap +211 -209
- package/build/components/Environment/Environment.js +4 -2
- package/build/components/Environment/Environment.js.map +1 -1
- package/build/components/Finder/Finder.compact.js +10 -5
- package/build/components/Finder/Finder.compact.js.map +1 -1
- package/build/components/Finder/Finder.constants.js +1 -2
- package/build/components/Finder/Finder.constants.js.map +1 -1
- package/build/components/Finder/Finder.js +4 -20
- package/build/components/Finder/Finder.js.map +1 -1
- package/build/components/Finder/__tests__/__snapshots__/Finder.test.js.snap +734 -730
- package/build/components/Finder/components/Calendar/__tests__/__snapshots__/Calendar.test.js.snap +419 -419
- package/build/components/__shared__/BookingDetails/BookingDetails.js +2 -1
- package/build/components/__shared__/BookingDetails/BookingDetails.js.map +1 -1
- package/build/components/__shared__/BookingDetails/__tests__/__snapshots__/BookingDetails.test.js.snap +5 -0
- package/build/components/__shared__/BookingSummary/BookingSummary.js +2 -1
- package/build/components/__shared__/BookingSummary/BookingSummary.js.map +1 -1
- package/build/components/__shared__/ButtonMore/ButtonMore.js +1 -1
- package/build/components/__shared__/ButtonMore/ButtonMore.js.map +1 -1
- package/build/components/__shared__/ButtonMore/__tests__/__snapshots__/ButtonMore.test.js.snap +2 -0
- package/build/components/__shared__/FieldOccupation/__tests__/__snapshots__/FieldOccupation.test.js.snap +1 -0
- package/build/components/__shared__/FieldPromocode/FieldPromocode.js +4 -2
- package/build/components/__shared__/FieldPromocode/FieldPromocode.js.map +1 -1
- package/build/components/__shared__/FieldPromocode/__tests__/__snapshots__/FieldPromocode.test.jsx.snap +2 -1
- package/build/components/__shared__/Occupation/Occupation.Group.js +2 -1
- package/build/components/__shared__/Occupation/Occupation.Group.js.map +1 -1
- package/build/components/__shared__/Occupation/__tests__/__snapshots__/Occupation.test.js.snap +6 -0
- package/build/components/__shared__/Payment/Payment.js +2 -1
- package/build/components/__shared__/Payment/Payment.js.map +1 -1
- package/build/components/__shared__/Payment/__tests__/__snapshots__/Payment.test.js.snap +25 -10
- package/build/helpers/consolidateStore.js +1 -1
- package/build/helpers/consolidateStore.js.map +1 -1
- package/package.json +2 -1
- package/playwright.config.js +10 -7
- package/public/routes/Home.jsx +3 -2
- package/__tests__/Finder/finder._spec.js +0 -18
|
@@ -0,0 +1,731 @@
|
|
|
1
|
+
{
|
|
2
|
+
"status": "OK",
|
|
3
|
+
"message": "",
|
|
4
|
+
"data": {
|
|
5
|
+
"country": "TH",
|
|
6
|
+
"currency": "EUR",
|
|
7
|
+
"infantAge": 2,
|
|
8
|
+
"items": [
|
|
9
|
+
{
|
|
10
|
+
"id": 63971,
|
|
11
|
+
"availability": 15,
|
|
12
|
+
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
|
|
13
|
+
"name": "Doble",
|
|
14
|
+
"nightsDeal": [],
|
|
15
|
+
"occupation": [{ "type": 2, "amount": 2 }],
|
|
16
|
+
"maxOccupation": 2,
|
|
17
|
+
"images": [
|
|
18
|
+
{
|
|
19
|
+
"alt": "Descripción foto 1",
|
|
20
|
+
"large": "https://images.mirai.com/INFOROOMS/100379008/EKvrmzhsDpTrrGKY8nR6/EKvrmzhsDpTrrGKY8nR6_large.jpg",
|
|
21
|
+
"thumbnail": "https://images.mirai.com/INFOROOMS/100379008/EKvrmzhsDpTrrGKY8nR6/EKvrmzhsDpTrrGKY8nR6_mediumrect.jpg"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"alt": "Descripción foto 2",
|
|
25
|
+
"large": "https://images.mirai.com/INFOROOMS/100379008/ZXLAtywTH9BRkAHKUAJ2/ZXLAtywTH9BRkAHKUAJ2_large.jpg",
|
|
26
|
+
"thumbnail": "https://images.mirai.com/INFOROOMS/100379008/ZXLAtywTH9BRkAHKUAJ2/ZXLAtywTH9BRkAHKUAJ2_mediumrect.jpg"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"alt": "Descripción foto 3",
|
|
30
|
+
"large": "https://images.mirai.com/INFOROOMS/100379008/BU6jYxfStp6R8KVdp95Q/BU6jYxfStp6R8KVdp95Q_large.jpg",
|
|
31
|
+
"thumbnail": "https://images.mirai.com/INFOROOMS/100379008/BU6jYxfStp6R8KVdp95Q/BU6jYxfStp6R8KVdp95Q_mediumrect.jpg"
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"media": {
|
|
35
|
+
"url3D": "https://www.google.com/maps/embed?pb=!4v1602839882293!6m8!1m7!1sCAoSLEFGMVFpcFB1TlRnV0VKMlg1REFzaXYtV3pySE1JODVydUZLTWtaNFloSVdP!2m2!1d18.698750800457!2d-68.436622350906!3f162.17!4f-7.069999999999993!5f0.7820865974627469"
|
|
36
|
+
},
|
|
37
|
+
"bedDisposition": [[{ "amount": 1, "type": 2 }], [{ "amount": 2, "type": 1 }]],
|
|
38
|
+
"bedTypes": [1, 2],
|
|
39
|
+
"doubleBedWidth": "130 cm",
|
|
40
|
+
"size": "18 m²",
|
|
41
|
+
"amenities": [
|
|
42
|
+
{ "highlight": true, "id": 22, "text": "Free Wi-Fi Internet" },
|
|
43
|
+
{ "highlight": true, "id": 13, "text": "Television" },
|
|
44
|
+
{ "highlight": true, "id": 17, "text": "Mini-bar (extra cost)" },
|
|
45
|
+
{ "highlight": true, "id": 65, "text": "Heating" },
|
|
46
|
+
{ "highlight": true, "id": 15, "text": "Air conditioning" },
|
|
47
|
+
{ "exclusive": true, "id": 23581, "text": "Una cosa super chula que no tiene nadie" },
|
|
48
|
+
{ "exclusive": true, "id": 1, "text": "Kitchen" },
|
|
49
|
+
{ "exclusive": true, "id": 67, "text": "Open kitchen" },
|
|
50
|
+
{ "exclusive": true, "id": 68, "text": "One-wall kitchen" },
|
|
51
|
+
{ "exclusive": true, "id": 2, "text": "Refrigerator" },
|
|
52
|
+
{ "exclusive": true, "id": 3, "text": "Washing machine" },
|
|
53
|
+
{ "exclusive": true, "id": 4, "text": "Microwave" },
|
|
54
|
+
{ "exclusive": true, "id": 5, "text": "Iron" },
|
|
55
|
+
{ "exclusive": true, "id": 6, "text": "Coffee/tea maker" },
|
|
56
|
+
{ "exclusive": true, "id": 64, "text": "Barbecue" },
|
|
57
|
+
{ "exclusive": true, "id": 7, "text": "Sink" },
|
|
58
|
+
{ "exclusive": true, "id": 79, "text": "Independent lounge" },
|
|
59
|
+
{ "exclusive": true, "id": 8, "text": "Living room" },
|
|
60
|
+
{ "exclusive": false, "id": 69, "text": "Desk" },
|
|
61
|
+
{ "exclusive": false, "id": 9, "text": "Terrace" },
|
|
62
|
+
{ "exclusive": true, "id": 10, "text": "Balcony" },
|
|
63
|
+
{ "exclusive": false, "id": 84, "text": "Frontal sea views" },
|
|
64
|
+
{ "exclusive": true, "id": 85, "text": "Lateral sea views" },
|
|
65
|
+
{ "exclusive": true, "id": 63, "text": "Circular bath" },
|
|
66
|
+
{ "exclusive": true, "id": 11, "text": "Radio" },
|
|
67
|
+
{ "exclusive": true, "id": 12, "text": "CD/DVD player" },
|
|
68
|
+
{ "exclusive": true, "id": 14, "text": "Telephone" },
|
|
69
|
+
{ "exclusive": true, "id": 16, "text": "Free mini-bar" },
|
|
70
|
+
{ "exclusive": true, "id": 18, "text": "Free safe" },
|
|
71
|
+
{ "exclusive": true, "id": 19, "text": "Safe (extra cost)" },
|
|
72
|
+
{ "exclusive": true, "id": 20, "text": "Free wired Internet" },
|
|
73
|
+
{ "exclusive": true, "id": 21, "text": "Cable internet (extra cost)" },
|
|
74
|
+
{ "exclusive": true, "id": 23, "text": "Wi-Fi Internet (extra cost)" },
|
|
75
|
+
{ "exclusive": true, "id": 61, "text": "Free tablet (iPad or similar)" },
|
|
76
|
+
{ "exclusive": true, "id": 62, "text": "Tablet (iPad or similar) - Extra cost" },
|
|
77
|
+
{ "exclusive": false, "id": 24, "text": "Fitted carpet floor" },
|
|
78
|
+
{ "exclusive": true, "id": 25, "text": "Parquet floor" },
|
|
79
|
+
{ "exclusive": true, "id": 26, "text": "Wooden floor" },
|
|
80
|
+
{ "exclusive": true, "id": 27, "text": "Marble floor" },
|
|
81
|
+
{ "exclusive": true, "id": 28, "text": "Tiled floor" },
|
|
82
|
+
{ "exclusive": true, "id": 99, "text": "Designer hydromassage tub" },
|
|
83
|
+
{ "exclusive": true, "id": 103, "text": "Airport-Hotel-Airport private transfer" },
|
|
84
|
+
{ "exclusive": true, "id": 115, "text": "Optional breakfast in bed" },
|
|
85
|
+
{ "exclusive": true, "id": 121, "text": "Pillow menu" },
|
|
86
|
+
{ "exclusive": true, "id": 92, "text": "Toilet" },
|
|
87
|
+
{ "exclusive": true, "id": 51, "text": "Shower" },
|
|
88
|
+
{ "exclusive": false, "id": 52, "text": "Bath with shower" },
|
|
89
|
+
{ "exclusive": true, "id": 53, "text": "Separate bath and shower" },
|
|
90
|
+
{ "exclusive": true, "id": 54, "text": "Hot tub" },
|
|
91
|
+
{ "exclusive": true, "id": 87, "text": "Circular bath" },
|
|
92
|
+
{ "exclusive": false, "id": 55, "text": "Jacuzzi® (spa tub)" },
|
|
93
|
+
{ "exclusive": true, "id": 56, "text": "Bidet" },
|
|
94
|
+
{ "exclusive": false, "id": 57, "text": "Hairdryer" },
|
|
95
|
+
{ "exclusive": true, "id": 58, "text": "Magnifying mirror" },
|
|
96
|
+
{ "exclusive": true, "id": 59, "text": "Bathrobe" },
|
|
97
|
+
{ "exclusive": true, "id": 60, "text": "Slippers" },
|
|
98
|
+
{ "exclusive": true, "id": 114, "text": "Telephone" }
|
|
99
|
+
],
|
|
100
|
+
"cancellations": [
|
|
101
|
+
{
|
|
102
|
+
"caption": "",
|
|
103
|
+
"highlight": false,
|
|
104
|
+
"id": "nonRefundable-Penalty if cancelled.-true",
|
|
105
|
+
"name": "Non refundable",
|
|
106
|
+
"paymentConditions": "Prepayment required: 100%: Online secure payment. Possibility of facilitating the payment method within the following 5 days",
|
|
107
|
+
"title": "Penalty if cancelled.",
|
|
108
|
+
"text": "When the hotel receives your reservation, the total amount will be charged on your card. No refund will be made in case of cancellation, early departure or no-show (the reservation is kept up to the 1st night). If the charge to your card is denied, the hotel will cancel your reservation.",
|
|
109
|
+
"price": 0.0
|
|
110
|
+
}
|
|
111
|
+
],
|
|
112
|
+
"rates": [
|
|
113
|
+
{
|
|
114
|
+
"id": "44948--63971--349217b0",
|
|
115
|
+
"cancellationId": "nonRefundable-Penalty if cancelled.-true",
|
|
116
|
+
"isClub": false,
|
|
117
|
+
"name": "Pay now",
|
|
118
|
+
"offer": false,
|
|
119
|
+
"restrictions": [],
|
|
120
|
+
"included": [],
|
|
121
|
+
"price": 0.0
|
|
122
|
+
}
|
|
123
|
+
],
|
|
124
|
+
"boards": [
|
|
125
|
+
{
|
|
126
|
+
"id": "44948--63971--349217b0--35770",
|
|
127
|
+
"roomId": 63971,
|
|
128
|
+
"rateId": "44948--63971--349217b0",
|
|
129
|
+
"cancellationId": "nonRefundable-Penalty if cancelled.-true",
|
|
130
|
+
"type": 35770,
|
|
131
|
+
"restrictions": [],
|
|
132
|
+
"name": "Room Only",
|
|
133
|
+
"paymentConditions": "Prepayment required: 100%: Online secure payment. Possibility of facilitating the payment method within the following 5 days",
|
|
134
|
+
"minSelected": 1,
|
|
135
|
+
"maxSelected": 15,
|
|
136
|
+
"included": [],
|
|
137
|
+
"offerDates": [],
|
|
138
|
+
"basePrice": 70.0,
|
|
139
|
+
"originalPrice": 77.0,
|
|
140
|
+
"dayPrice": 34.65,
|
|
141
|
+
"checkoutPrice": 69.3,
|
|
142
|
+
"price": 69.3,
|
|
143
|
+
"increment": 0.0,
|
|
144
|
+
"taxes": 6.3,
|
|
145
|
+
"fees": 24.0,
|
|
146
|
+
"confidential": false,
|
|
147
|
+
"totalPriceRaw": 9330,
|
|
148
|
+
"deals": [],
|
|
149
|
+
"discount": { "percentage": 10, "breakdown": [{ "type": 0, "value": 7.0 }] },
|
|
150
|
+
"variants": []
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"id": "44948--63971--349217b0--35771",
|
|
154
|
+
"roomId": 63971,
|
|
155
|
+
"rateId": "44948--63971--349217b0",
|
|
156
|
+
"cancellationId": "nonRefundable-Penalty if cancelled.-true",
|
|
157
|
+
"type": 35771,
|
|
158
|
+
"restrictions": [],
|
|
159
|
+
"name": "Breakfast Included",
|
|
160
|
+
"paymentConditions": "Prepayment required: 100%: Online secure payment. Possibility of facilitating the payment method within the following 5 days",
|
|
161
|
+
"minSelected": 1,
|
|
162
|
+
"maxSelected": 15,
|
|
163
|
+
"included": [],
|
|
164
|
+
"offerDates": [],
|
|
165
|
+
"basePrice": 86.0,
|
|
166
|
+
"originalPrice": 94.6,
|
|
167
|
+
"dayPrice": 42.57,
|
|
168
|
+
"checkoutPrice": 85.14,
|
|
169
|
+
"price": 85.14,
|
|
170
|
+
"increment": 15.84,
|
|
171
|
+
"taxes": 7.74,
|
|
172
|
+
"fees": 24.0,
|
|
173
|
+
"confidential": false,
|
|
174
|
+
"totalPriceRaw": 10914,
|
|
175
|
+
"deals": [],
|
|
176
|
+
"discount": { "percentage": 10, "breakdown": [{ "type": 0, "value": 8.6 }] },
|
|
177
|
+
"variants": []
|
|
178
|
+
}
|
|
179
|
+
],
|
|
180
|
+
"soldOut": false
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"id": 63972,
|
|
184
|
+
"availability": 5,
|
|
185
|
+
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
|
|
186
|
+
"name": "Deluxe",
|
|
187
|
+
"nightsDeal": [],
|
|
188
|
+
"occupation": [{ "type": 2, "amount": 2 }],
|
|
189
|
+
"maxOccupation": 2,
|
|
190
|
+
"images": [
|
|
191
|
+
{
|
|
192
|
+
"alt": "Descripción foto 1",
|
|
193
|
+
"large": "https://images.mirai.com/INFOROOMS/100379008/16mJMXOb4t0ASOOjFcVi/16mJMXOb4t0ASOOjFcVi_large.jpg",
|
|
194
|
+
"thumbnail": "https://images.mirai.com/INFOROOMS/100379008/16mJMXOb4t0ASOOjFcVi/16mJMXOb4t0ASOOjFcVi_mediumrect.jpg"
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"alt": "Descripción foto 2",
|
|
198
|
+
"large": "https://images.mirai.com/INFOROOMS/100379008/rZutd6HNYYXVKxjQOM6q/rZutd6HNYYXVKxjQOM6q_large.jpg",
|
|
199
|
+
"thumbnail": "https://images.mirai.com/INFOROOMS/100379008/rZutd6HNYYXVKxjQOM6q/rZutd6HNYYXVKxjQOM6q_mediumrect.jpg"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"alt": "Descripción foto 3",
|
|
203
|
+
"large": "https://images.mirai.com/INFOROOMS/100379008/gey7kM2N9NjvjKMUTMfe/gey7kM2N9NjvjKMUTMfe_large.jpg",
|
|
204
|
+
"thumbnail": "https://images.mirai.com/INFOROOMS/100379008/gey7kM2N9NjvjKMUTMfe/gey7kM2N9NjvjKMUTMfe_mediumrect.jpg"
|
|
205
|
+
}
|
|
206
|
+
],
|
|
207
|
+
"media": {
|
|
208
|
+
"urlVideo": "https://www.youtube.com/watch?v=09oXrBit5j0",
|
|
209
|
+
"url3D": "https://www.google.com/maps/embed?pb=!4v1603882811880!6m8!1m7!1sCAoSLEFGMVFpcE84X2hUOE1xTjFEZGlwWlk4bm1Jc3dtR0lQZzNUYnUzbndOQkZK!2m2!1d18.694751926158!2d-68.440111892466!3f253.08828334628345!4f-5.373873762438336!5f0.7820865974627469\""
|
|
210
|
+
},
|
|
211
|
+
"bedDisposition": [
|
|
212
|
+
[
|
|
213
|
+
{ "amount": 1, "type": 1 },
|
|
214
|
+
{ "amount": 1, "type": 2 }
|
|
215
|
+
],
|
|
216
|
+
[{ "amount": 2, "type": 1 }]
|
|
217
|
+
],
|
|
218
|
+
"bedTypes": [1, 2],
|
|
219
|
+
"doubleBedWidth": "150 cm",
|
|
220
|
+
"size": "20 m²",
|
|
221
|
+
"amenities": [
|
|
222
|
+
{ "highlight": true, "id": 22, "text": "Free Wi-Fi Internet" },
|
|
223
|
+
{ "highlight": true, "id": 13, "text": "Television" },
|
|
224
|
+
{ "highlight": true, "id": 17, "text": "Mini-bar (extra cost)" },
|
|
225
|
+
{ "highlight": true, "id": 65, "text": "Heating" },
|
|
226
|
+
{ "highlight": true, "id": 15, "text": "Air conditioning" },
|
|
227
|
+
{ "exclusive": false, "id": 69, "text": "Desk" },
|
|
228
|
+
{ "exclusive": false, "id": 9, "text": "Terrace" },
|
|
229
|
+
{ "exclusive": false, "id": 84, "text": "Frontal sea views" },
|
|
230
|
+
{ "exclusive": false, "id": 24, "text": "Fitted carpet floor" },
|
|
231
|
+
{ "exclusive": true, "id": 101, "text": "Capsules coffee machine" },
|
|
232
|
+
{ "exclusive": false, "id": 55, "text": "Jacuzzi® (spa tub)" },
|
|
233
|
+
{ "exclusive": false, "id": 57, "text": "Hairdryer" }
|
|
234
|
+
],
|
|
235
|
+
"cancellations": [
|
|
236
|
+
{
|
|
237
|
+
"caption": "",
|
|
238
|
+
"highlight": false,
|
|
239
|
+
"id": "nonRefundable-Penalty if cancelled.-true",
|
|
240
|
+
"name": "Non refundable",
|
|
241
|
+
"paymentConditions": "Prepayment required: 100%: Online secure payment. Possibility of facilitating the payment method within the following 5 days",
|
|
242
|
+
"title": "Penalty if cancelled.",
|
|
243
|
+
"text": "When the hotel receives your reservation, the total amount will be charged on your card. No refund will be made in case of cancellation, early departure or no-show (the reservation is kept up to the 1st night). If the charge to your card is denied, the hotel will cancel your reservation.",
|
|
244
|
+
"price": 0.0
|
|
245
|
+
}
|
|
246
|
+
],
|
|
247
|
+
"rates": [
|
|
248
|
+
{
|
|
249
|
+
"id": "44948--63972--349220b0",
|
|
250
|
+
"cancellationId": "nonRefundable-Penalty if cancelled.-true",
|
|
251
|
+
"isClub": false,
|
|
252
|
+
"name": "Pay now",
|
|
253
|
+
"offer": false,
|
|
254
|
+
"restrictions": [],
|
|
255
|
+
"included": [],
|
|
256
|
+
"price": 0.0
|
|
257
|
+
}
|
|
258
|
+
],
|
|
259
|
+
"boards": [
|
|
260
|
+
{
|
|
261
|
+
"id": "44948--63972--349220b0--35770",
|
|
262
|
+
"roomId": 63972,
|
|
263
|
+
"rateId": "44948--63972--349220b0",
|
|
264
|
+
"cancellationId": "nonRefundable-Penalty if cancelled.-true",
|
|
265
|
+
"type": 35770,
|
|
266
|
+
"restrictions": [],
|
|
267
|
+
"name": "Room Only",
|
|
268
|
+
"paymentConditions": "Prepayment required: 100%: Online secure payment. Possibility of facilitating the payment method within the following 5 days",
|
|
269
|
+
"minSelected": 1,
|
|
270
|
+
"maxSelected": 5,
|
|
271
|
+
"included": [],
|
|
272
|
+
"offerDates": [],
|
|
273
|
+
"basePrice": 110.0,
|
|
274
|
+
"originalPrice": 121.0,
|
|
275
|
+
"dayPrice": 54.45,
|
|
276
|
+
"checkoutPrice": 108.9,
|
|
277
|
+
"price": 108.9,
|
|
278
|
+
"increment": 0.0,
|
|
279
|
+
"taxes": 9.9,
|
|
280
|
+
"fees": 24.0,
|
|
281
|
+
"confidential": false,
|
|
282
|
+
"totalPriceRaw": 13290,
|
|
283
|
+
"deals": [],
|
|
284
|
+
"discount": { "percentage": 10, "breakdown": [{ "type": 0, "value": 11.0 }] },
|
|
285
|
+
"variants": []
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"id": "44948--63972--349220b0--35771",
|
|
289
|
+
"roomId": 63972,
|
|
290
|
+
"rateId": "44948--63972--349220b0",
|
|
291
|
+
"cancellationId": "nonRefundable-Penalty if cancelled.-true",
|
|
292
|
+
"type": 35771,
|
|
293
|
+
"restrictions": [],
|
|
294
|
+
"name": "Breakfast Included",
|
|
295
|
+
"paymentConditions": "Prepayment required: 100%: Online secure payment. Possibility of facilitating the payment method within the following 5 days",
|
|
296
|
+
"minSelected": 1,
|
|
297
|
+
"maxSelected": 5,
|
|
298
|
+
"included": [],
|
|
299
|
+
"offerDates": [],
|
|
300
|
+
"basePrice": 126.0,
|
|
301
|
+
"originalPrice": 138.6,
|
|
302
|
+
"dayPrice": 62.37,
|
|
303
|
+
"checkoutPrice": 124.74,
|
|
304
|
+
"price": 124.74,
|
|
305
|
+
"increment": 15.84,
|
|
306
|
+
"taxes": 11.34,
|
|
307
|
+
"fees": 24.0,
|
|
308
|
+
"confidential": false,
|
|
309
|
+
"totalPriceRaw": 14874,
|
|
310
|
+
"deals": [],
|
|
311
|
+
"discount": { "percentage": 10, "breakdown": [{ "type": 0, "value": 12.6 }] },
|
|
312
|
+
"variants": []
|
|
313
|
+
}
|
|
314
|
+
],
|
|
315
|
+
"soldOut": false
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"id": 63973,
|
|
319
|
+
"availability": 1,
|
|
320
|
+
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
|
|
321
|
+
"name": "Suite",
|
|
322
|
+
"nightsDeal": [],
|
|
323
|
+
"occupation": [{ "type": 2, "amount": 3 }],
|
|
324
|
+
"maxOccupation": 3,
|
|
325
|
+
"images": [
|
|
326
|
+
{
|
|
327
|
+
"alt": "Descripción foto 1",
|
|
328
|
+
"large": "https://images.mirai.com/INFOROOMS/100379008/c26IDLXClcR4v3KTbRmK/c26IDLXClcR4v3KTbRmK_large.jpg",
|
|
329
|
+
"thumbnail": "https://images.mirai.com/INFOROOMS/100379008/c26IDLXClcR4v3KTbRmK/c26IDLXClcR4v3KTbRmK_mediumrect.jpg"
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"alt": "Descripción foto 2",
|
|
333
|
+
"large": "https://images.mirai.com/INFOROOMS/100379008/LLpFn6GxGT6xP5SINkfY/LLpFn6GxGT6xP5SINkfY_large.jpg",
|
|
334
|
+
"thumbnail": "https://images.mirai.com/INFOROOMS/100379008/LLpFn6GxGT6xP5SINkfY/LLpFn6GxGT6xP5SINkfY_mediumrect.jpg"
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"alt": "Descripción foto 3",
|
|
338
|
+
"large": "https://images.mirai.com/INFOROOMS/100379008/xS3AM81cnmL6EWasQkgm/xS3AM81cnmL6EWasQkgm_large.jpg",
|
|
339
|
+
"thumbnail": "https://images.mirai.com/INFOROOMS/100379008/xS3AM81cnmL6EWasQkgm/xS3AM81cnmL6EWasQkgm_mediumrect.jpg"
|
|
340
|
+
}
|
|
341
|
+
],
|
|
342
|
+
"media": { "urlVideo": "https://www.youtube.com/watch?v=09oXrBit5j0" },
|
|
343
|
+
"bedDisposition": [
|
|
344
|
+
[
|
|
345
|
+
{ "amount": 1, "type": 1 },
|
|
346
|
+
{ "amount": 1, "type": 2 }
|
|
347
|
+
],
|
|
348
|
+
[{ "amount": 3, "type": 1 }]
|
|
349
|
+
],
|
|
350
|
+
"bedTypes": [1, 2],
|
|
351
|
+
"doubleBedWidth": "180 cm",
|
|
352
|
+
"size": "30 m²",
|
|
353
|
+
"amenities": [
|
|
354
|
+
{ "highlight": true, "id": 22, "text": "Free Wi-Fi Internet" },
|
|
355
|
+
{ "highlight": true, "id": 13, "text": "Television" },
|
|
356
|
+
{ "highlight": true, "id": 65, "text": "Heating" },
|
|
357
|
+
{ "highlight": true, "id": 15, "text": "Air conditioning" },
|
|
358
|
+
{ "highlight": true, "id": 103, "text": "Airport-Hotel-Airport private transfer" },
|
|
359
|
+
{ "highlight": true, "id": 79, "text": "Independent lounge" },
|
|
360
|
+
{ "exclusive": false, "id": 69, "text": "Desk" },
|
|
361
|
+
{ "exclusive": false, "id": 9, "text": "Terrace" },
|
|
362
|
+
{ "exclusive": false, "id": 84, "text": "Frontal sea views" },
|
|
363
|
+
{ "exclusive": false, "id": 17, "text": "Mini-bar (extra cost)" },
|
|
364
|
+
{ "exclusive": false, "id": 24, "text": "Fitted carpet floor" },
|
|
365
|
+
{ "exclusive": false, "id": 27764, "text": "Terrace" },
|
|
366
|
+
{ "exclusive": false, "id": 52, "text": "Bath with shower" },
|
|
367
|
+
{ "exclusive": false, "id": 57, "text": "Hairdryer" }
|
|
368
|
+
],
|
|
369
|
+
"cancellations": [
|
|
370
|
+
{
|
|
371
|
+
"caption": "",
|
|
372
|
+
"highlight": false,
|
|
373
|
+
"id": "nonRefundable-Penalty if cancelled.-true",
|
|
374
|
+
"name": "Non refundable",
|
|
375
|
+
"paymentConditions": "Prepayment required: 100%: Online secure payment. Possibility of facilitating the payment method within the following 5 days",
|
|
376
|
+
"title": "Penalty if cancelled.",
|
|
377
|
+
"text": "When the hotel receives your reservation, the total amount will be charged on your card. No refund will be made in case of cancellation, early departure or no-show (the reservation is kept up to the 1st night). If the charge to your card is denied, the hotel will cancel your reservation.",
|
|
378
|
+
"price": 0.0
|
|
379
|
+
}
|
|
380
|
+
],
|
|
381
|
+
"rates": [
|
|
382
|
+
{
|
|
383
|
+
"id": "44948--63973--349225b0",
|
|
384
|
+
"cancellationId": "nonRefundable-Penalty if cancelled.-true",
|
|
385
|
+
"isClub": false,
|
|
386
|
+
"name": "Pay now",
|
|
387
|
+
"offer": false,
|
|
388
|
+
"restrictions": [],
|
|
389
|
+
"included": [],
|
|
390
|
+
"price": 0.0
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"id": "44948--63973--349225b0--350807",
|
|
394
|
+
"cancellationId": "nonRefundable-Penalty if cancelled.-true",
|
|
395
|
+
"discountPercentage": 10,
|
|
396
|
+
"isClub": false,
|
|
397
|
+
"name": "Monalisa presentation",
|
|
398
|
+
"offer": true,
|
|
399
|
+
"description": "this is a description",
|
|
400
|
+
"restrictions": [{ "value": "Only available for: only more 55", "variableOffer": false }],
|
|
401
|
+
"included": [
|
|
402
|
+
"entradas concierto",
|
|
403
|
+
"masaje de spa",
|
|
404
|
+
"parking extra",
|
|
405
|
+
"flores",
|
|
406
|
+
"Una unidad por reserva / por noche",
|
|
407
|
+
"Inluded - Por habitación / una vez:"
|
|
408
|
+
],
|
|
409
|
+
"price": 1.39
|
|
410
|
+
}
|
|
411
|
+
],
|
|
412
|
+
"boards": [
|
|
413
|
+
{
|
|
414
|
+
"id": "44948--63973--349225b0--35770",
|
|
415
|
+
"roomId": 63973,
|
|
416
|
+
"rateId": "44948--63973--349225b0",
|
|
417
|
+
"cancellationId": "nonRefundable-Penalty if cancelled.-true",
|
|
418
|
+
"type": 35770,
|
|
419
|
+
"restrictions": [],
|
|
420
|
+
"name": "Room Only",
|
|
421
|
+
"paymentConditions": "Prepayment required: 100%: Online secure payment. Possibility of facilitating the payment method within the following 5 days",
|
|
422
|
+
"minSelected": 1,
|
|
423
|
+
"maxSelected": 1,
|
|
424
|
+
"included": [],
|
|
425
|
+
"offerDates": [],
|
|
426
|
+
"basePrice": 130.0,
|
|
427
|
+
"originalPrice": 143.0,
|
|
428
|
+
"dayPrice": 64.35,
|
|
429
|
+
"checkoutPrice": 128.7,
|
|
430
|
+
"price": 128.7,
|
|
431
|
+
"increment": 0.0,
|
|
432
|
+
"taxes": 11.7,
|
|
433
|
+
"fees": 36.0,
|
|
434
|
+
"confidential": false,
|
|
435
|
+
"totalPriceRaw": 16470,
|
|
436
|
+
"deals": [],
|
|
437
|
+
"discount": { "percentage": 10, "breakdown": [{ "type": 0, "value": 13.0 }] },
|
|
438
|
+
"variants": []
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"id": "44948--63973--349225b0--35771",
|
|
442
|
+
"roomId": 63973,
|
|
443
|
+
"rateId": "44948--63973--349225b0",
|
|
444
|
+
"cancellationId": "nonRefundable-Penalty if cancelled.-true",
|
|
445
|
+
"type": 35771,
|
|
446
|
+
"restrictions": [],
|
|
447
|
+
"name": "Breakfast Included",
|
|
448
|
+
"paymentConditions": "Prepayment required: 100%: Online secure payment. Possibility of facilitating the payment method within the following 5 days",
|
|
449
|
+
"minSelected": 1,
|
|
450
|
+
"maxSelected": 1,
|
|
451
|
+
"included": [],
|
|
452
|
+
"offerDates": [],
|
|
453
|
+
"basePrice": 146.0,
|
|
454
|
+
"originalPrice": 160.6,
|
|
455
|
+
"dayPrice": 72.27,
|
|
456
|
+
"checkoutPrice": 144.54,
|
|
457
|
+
"price": 144.54,
|
|
458
|
+
"increment": 15.84,
|
|
459
|
+
"taxes": 13.14,
|
|
460
|
+
"fees": 36.0,
|
|
461
|
+
"confidential": false,
|
|
462
|
+
"totalPriceRaw": 18054,
|
|
463
|
+
"deals": [],
|
|
464
|
+
"discount": { "percentage": 10, "breakdown": [{ "type": 0, "value": 14.6 }] },
|
|
465
|
+
"variants": []
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"id": "44948--63973--349225b0--35771--350807",
|
|
469
|
+
"roomId": 63973,
|
|
470
|
+
"rateId": "44948--63973--349225b0--350807",
|
|
471
|
+
"cancellationId": "nonRefundable-Penalty if cancelled.-true",
|
|
472
|
+
"type": 35771,
|
|
473
|
+
"restrictions": [{ "value": "Only available for: only more 55", "variableOffer": false }],
|
|
474
|
+
"name": "Breakfast Included",
|
|
475
|
+
"paymentConditions": "Prepayment required: 100%: Online secure payment. Possibility of facilitating the payment method within the following 5 days",
|
|
476
|
+
"minSelected": 1,
|
|
477
|
+
"maxSelected": 1,
|
|
478
|
+
"included": [
|
|
479
|
+
"entradas concierto",
|
|
480
|
+
"masaje de spa",
|
|
481
|
+
"parking extra",
|
|
482
|
+
"flores",
|
|
483
|
+
"Una unidad por reserva / por noche",
|
|
484
|
+
"Inluded - Por habitación / una vez:"
|
|
485
|
+
],
|
|
486
|
+
"offerDates": ["10/04/2025", "11/04/2025"],
|
|
487
|
+
"basePrice": 146.0,
|
|
488
|
+
"originalPrice": 160.6,
|
|
489
|
+
"dayPrice": 65.05,
|
|
490
|
+
"checkoutPrice": 130.09,
|
|
491
|
+
"price": 130.09,
|
|
492
|
+
"increment": 0.0,
|
|
493
|
+
"taxes": 11.83,
|
|
494
|
+
"fees": 36.0,
|
|
495
|
+
"confidential": false,
|
|
496
|
+
"totalPriceRaw": 16609,
|
|
497
|
+
"deals": ["350807"],
|
|
498
|
+
"discount": {
|
|
499
|
+
"percentage": 19,
|
|
500
|
+
"breakdown": [
|
|
501
|
+
{ "type": 1, "value": 14.6 },
|
|
502
|
+
{ "type": 0, "value": 13.14 }
|
|
503
|
+
]
|
|
504
|
+
},
|
|
505
|
+
"variants": []
|
|
506
|
+
}
|
|
507
|
+
],
|
|
508
|
+
"soldOut": false
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"id": 64628,
|
|
512
|
+
"availability": 0,
|
|
513
|
+
"name": "Sencilla",
|
|
514
|
+
"occupation": [{ "type": 2, "amount": 2 }],
|
|
515
|
+
"maxOccupation": 2,
|
|
516
|
+
"images": [],
|
|
517
|
+
"bedDisposition": [[{ "amount": 1, "type": 1 }]],
|
|
518
|
+
"bedTypes": [1],
|
|
519
|
+
"amenities": [
|
|
520
|
+
{ "exclusive": false, "id": 52, "text": "Bath with shower" },
|
|
521
|
+
{ "exclusive": false, "id": 57, "text": "Hairdryer" }
|
|
522
|
+
],
|
|
523
|
+
"soldOut": true
|
|
524
|
+
}
|
|
525
|
+
],
|
|
526
|
+
"notifications": [],
|
|
527
|
+
"taxesType": 8,
|
|
528
|
+
"tracking": {
|
|
529
|
+
"status": "AVAILABILITY",
|
|
530
|
+
"country": "TH",
|
|
531
|
+
"multiroom": false,
|
|
532
|
+
"localTaxesIncluded": false,
|
|
533
|
+
"taxesIncluded": true,
|
|
534
|
+
"userCurrency": {
|
|
535
|
+
"code": "EUR",
|
|
536
|
+
"symbol": "€",
|
|
537
|
+
"value": 10000,
|
|
538
|
+
"description": "Euro",
|
|
539
|
+
"formatWithSymbol": "$1.$2 €",
|
|
540
|
+
"formatWithCode": "$1.$2 EUR",
|
|
541
|
+
"htmlFormat": "<span class=\"integerPart\">$1</span><span class=\"decimalSeparator\">.</span><span class=\"decimalPart\">$2</span><span class=\"currencySymbol\">€</span>",
|
|
542
|
+
"numDecimals": 2
|
|
543
|
+
},
|
|
544
|
+
"hotelInfo": {
|
|
545
|
+
"currency": {
|
|
546
|
+
"code": "EUR",
|
|
547
|
+
"symbol": "€",
|
|
548
|
+
"value": 10000,
|
|
549
|
+
"description": "Euro",
|
|
550
|
+
"formatWithSymbol": "$1.$2 €",
|
|
551
|
+
"formatWithCode": "$1.$2 EUR",
|
|
552
|
+
"htmlFormat": "<span class=\"integerPart\">$1</span><span class=\"decimalSeparator\">.</span><span class=\"decimalPart\">$2</span><span class=\"currencySymbol\">€</span>",
|
|
553
|
+
"numDecimals": 2
|
|
554
|
+
}
|
|
555
|
+
},
|
|
556
|
+
"rates": [
|
|
557
|
+
{
|
|
558
|
+
"amountAvailable": 15,
|
|
559
|
+
"id": 63971,
|
|
560
|
+
"name": "Doble",
|
|
561
|
+
"occupationOptions": {
|
|
562
|
+
"349217b0": {
|
|
563
|
+
"id": "349217b0",
|
|
564
|
+
"numAdults": 2,
|
|
565
|
+
"numFirstRangeChildren": 0,
|
|
566
|
+
"numSecondRangeChildren": 0,
|
|
567
|
+
"rates": {
|
|
568
|
+
"44948--63971--349217b0": {
|
|
569
|
+
"id": "44948--63971--349217b0",
|
|
570
|
+
"cancellationPolicyTypeEnum": "nonRefundable",
|
|
571
|
+
"name": "Pay now",
|
|
572
|
+
"sortedKeysBoards": ["44948--63971--349217b0--35770", "44948--63971--349217b0--35771"],
|
|
573
|
+
"boardOptions": {
|
|
574
|
+
"44948--63971--349217b0--35770": {
|
|
575
|
+
"id": "44948--63971--349217b0--35770",
|
|
576
|
+
"boardGroupName": "Room Only",
|
|
577
|
+
"originalAvgPrice": 3465,
|
|
578
|
+
"totalBasePrice": 6300,
|
|
579
|
+
"totalPrice": 9330,
|
|
580
|
+
"totalLocalTaxes": 2400,
|
|
581
|
+
"totalPriceWithTaxes": 6930,
|
|
582
|
+
"detail": [
|
|
583
|
+
{ "priceWithoutTaxes": 3150, "priceWithTaxes": 3465 },
|
|
584
|
+
{ "priceWithoutTaxes": 3150, "priceWithTaxes": 3465 }
|
|
585
|
+
]
|
|
586
|
+
},
|
|
587
|
+
"44948--63971--349217b0--35771": {
|
|
588
|
+
"id": "44948--63971--349217b0--35771",
|
|
589
|
+
"boardGroupName": "Breakfast Included",
|
|
590
|
+
"originalAvgPrice": 4257,
|
|
591
|
+
"totalBasePrice": 7740,
|
|
592
|
+
"totalPrice": 10914,
|
|
593
|
+
"totalLocalTaxes": 2400,
|
|
594
|
+
"totalPriceWithTaxes": 8514,
|
|
595
|
+
"detail": [
|
|
596
|
+
{ "priceWithoutTaxes": 3870, "priceWithTaxes": 4257 },
|
|
597
|
+
{ "priceWithoutTaxes": 3870, "priceWithTaxes": 4257 }
|
|
598
|
+
]
|
|
599
|
+
}
|
|
600
|
+
}
|
|
601
|
+
}
|
|
602
|
+
}
|
|
603
|
+
}
|
|
604
|
+
},
|
|
605
|
+
"sortedKeysOccupations": ["349217b0"]
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"amountAvailable": 5,
|
|
609
|
+
"id": 63972,
|
|
610
|
+
"name": "Deluxe",
|
|
611
|
+
"occupationOptions": {
|
|
612
|
+
"349220b0": {
|
|
613
|
+
"id": "349220b0",
|
|
614
|
+
"numAdults": 2,
|
|
615
|
+
"numFirstRangeChildren": 0,
|
|
616
|
+
"numSecondRangeChildren": 0,
|
|
617
|
+
"rates": {
|
|
618
|
+
"44948--63972--349220b0": {
|
|
619
|
+
"id": "44948--63972--349220b0",
|
|
620
|
+
"cancellationPolicyTypeEnum": "nonRefundable",
|
|
621
|
+
"name": "Pay now",
|
|
622
|
+
"sortedKeysBoards": ["44948--63972--349220b0--35770", "44948--63972--349220b0--35771"],
|
|
623
|
+
"boardOptions": {
|
|
624
|
+
"44948--63972--349220b0--35770": {
|
|
625
|
+
"id": "44948--63972--349220b0--35770",
|
|
626
|
+
"boardGroupName": "Room Only",
|
|
627
|
+
"originalAvgPrice": 5445,
|
|
628
|
+
"totalBasePrice": 9900,
|
|
629
|
+
"totalPrice": 13290,
|
|
630
|
+
"totalLocalTaxes": 2400,
|
|
631
|
+
"totalPriceWithTaxes": 10890,
|
|
632
|
+
"detail": [
|
|
633
|
+
{ "priceWithoutTaxes": 4950, "priceWithTaxes": 5445 },
|
|
634
|
+
{ "priceWithoutTaxes": 4950, "priceWithTaxes": 5445 }
|
|
635
|
+
]
|
|
636
|
+
},
|
|
637
|
+
"44948--63972--349220b0--35771": {
|
|
638
|
+
"id": "44948--63972--349220b0--35771",
|
|
639
|
+
"boardGroupName": "Breakfast Included",
|
|
640
|
+
"originalAvgPrice": 6237,
|
|
641
|
+
"totalBasePrice": 11340,
|
|
642
|
+
"totalPrice": 14874,
|
|
643
|
+
"totalLocalTaxes": 2400,
|
|
644
|
+
"totalPriceWithTaxes": 12474,
|
|
645
|
+
"detail": [
|
|
646
|
+
{ "priceWithoutTaxes": 5670, "priceWithTaxes": 6237 },
|
|
647
|
+
{ "priceWithoutTaxes": 5670, "priceWithTaxes": 6237 }
|
|
648
|
+
]
|
|
649
|
+
}
|
|
650
|
+
}
|
|
651
|
+
}
|
|
652
|
+
}
|
|
653
|
+
}
|
|
654
|
+
},
|
|
655
|
+
"sortedKeysOccupations": ["349220b0"]
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"amountAvailable": 1,
|
|
659
|
+
"id": 63973,
|
|
660
|
+
"name": "Suite",
|
|
661
|
+
"occupationOptions": {
|
|
662
|
+
"349225b0": {
|
|
663
|
+
"id": "349225b0",
|
|
664
|
+
"numAdults": 3,
|
|
665
|
+
"numFirstRangeChildren": 0,
|
|
666
|
+
"numSecondRangeChildren": 0,
|
|
667
|
+
"rates": {
|
|
668
|
+
"44948--63973--349225b0": {
|
|
669
|
+
"id": "44948--63973--349225b0",
|
|
670
|
+
"cancellationPolicyTypeEnum": "nonRefundable",
|
|
671
|
+
"name": "Pay now",
|
|
672
|
+
"sortedKeysBoards": ["44948--63973--349225b0--35770", "44948--63973--349225b0--35771"],
|
|
673
|
+
"boardOptions": {
|
|
674
|
+
"44948--63973--349225b0--35770": {
|
|
675
|
+
"id": "44948--63973--349225b0--35770",
|
|
676
|
+
"boardGroupName": "Room Only",
|
|
677
|
+
"originalAvgPrice": 6435,
|
|
678
|
+
"totalBasePrice": 11700,
|
|
679
|
+
"totalPrice": 16470,
|
|
680
|
+
"totalLocalTaxes": 3600,
|
|
681
|
+
"totalPriceWithTaxes": 12870,
|
|
682
|
+
"detail": [
|
|
683
|
+
{ "priceWithoutTaxes": 5850, "priceWithTaxes": 6435 },
|
|
684
|
+
{ "priceWithoutTaxes": 5850, "priceWithTaxes": 6435 }
|
|
685
|
+
]
|
|
686
|
+
},
|
|
687
|
+
"44948--63973--349225b0--35771": {
|
|
688
|
+
"id": "44948--63973--349225b0--35771",
|
|
689
|
+
"boardGroupName": "Breakfast Included",
|
|
690
|
+
"originalAvgPrice": 7227,
|
|
691
|
+
"totalBasePrice": 13140,
|
|
692
|
+
"totalPrice": 18054,
|
|
693
|
+
"totalLocalTaxes": 3600,
|
|
694
|
+
"totalPriceWithTaxes": 14454,
|
|
695
|
+
"detail": [
|
|
696
|
+
{ "priceWithoutTaxes": 6570, "priceWithTaxes": 7227 },
|
|
697
|
+
{ "priceWithoutTaxes": 6570, "priceWithTaxes": 7227 }
|
|
698
|
+
]
|
|
699
|
+
}
|
|
700
|
+
}
|
|
701
|
+
},
|
|
702
|
+
"44948--63973--349225b0--350807": {
|
|
703
|
+
"id": "44948--63973--349225b0--350807",
|
|
704
|
+
"cancellationPolicyTypeEnum": "nonRefundable",
|
|
705
|
+
"name": "Monalisa presentation",
|
|
706
|
+
"sortedKeysBoards": ["44948--63973--349225b0--35771--350807"],
|
|
707
|
+
"boardOptions": {
|
|
708
|
+
"44948--63973--349225b0--35771--350807": {
|
|
709
|
+
"id": "44948--63973--349225b0--35771--350807",
|
|
710
|
+
"boardGroupName": "Breakfast Included",
|
|
711
|
+
"originalAvgPrice": 6505,
|
|
712
|
+
"totalBasePrice": 11826,
|
|
713
|
+
"totalPrice": 16609,
|
|
714
|
+
"totalLocalTaxes": 3600,
|
|
715
|
+
"totalPriceWithTaxes": 13009,
|
|
716
|
+
"detail": [
|
|
717
|
+
{ "priceWithoutTaxes": 5913, "priceWithTaxes": 6504 },
|
|
718
|
+
{ "priceWithoutTaxes": 5913, "priceWithTaxes": 6504 }
|
|
719
|
+
]
|
|
720
|
+
}
|
|
721
|
+
}
|
|
722
|
+
}
|
|
723
|
+
}
|
|
724
|
+
}
|
|
725
|
+
},
|
|
726
|
+
"sortedKeysOccupations": ["349225b0"]
|
|
727
|
+
}
|
|
728
|
+
]
|
|
729
|
+
}
|
|
730
|
+
}
|
|
731
|
+
}
|