@odynn/awayz-core 0.3.10 → 0.3.12
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/dist/assets/_styles.css +1 -1
- package/dist/assets/_styles2.css +1 -1
- package/dist/assets/_styles3.css +1 -1
- package/dist/assets/_styles4.css +1 -1
- package/dist/assets/_styles5.css +1 -0
- package/dist/components/Bookings/FlightBooking/FlightBooking.js +2 -2
- package/dist/components/Bookings/HotelBooking/HotelBooking.js +2 -2
- package/dist/components/CashValue/CashValue.js +7 -5
- package/dist/components/CashValue/CashValue.stories.js +14 -13
- package/dist/components/Menu/Menu.js +11 -10
- package/dist/components/Wallet/Card/Card.js +35 -0
- package/dist/components/Wallet/Card/Card.stories.js +62 -0
- package/dist/components/index.js +6 -4
- package/dist/configs/endpoints.js +2 -2
- package/dist/hooks/useBookingManagement/useBookingManagement.js +57 -48
- package/dist/hooks/useBookingManagement/useBookingManagement.test.js +40 -39
- package/dist/hooks/useTripManagement/useTripManagement.js +4 -3
- package/dist/hooks/useTripManagement/useTripManagement.test.js +2 -1
- package/dist/hooks/useWallet/useWallet.js +52 -33
- package/dist/hooks/useWallet/useWallet.test.js +85 -15
- package/dist/hooks/useWallet/useWallet.types.js +1 -0
- package/dist/index-BC-KTkxU.js +1571 -0
- package/dist/index-CDh8vAM_.js +132 -0
- package/dist/lib/components/Wallet/Card/Card.d.ts +6 -0
- package/dist/lib/components/Wallet/Card/Card.stories.d.ts +14 -0
- package/dist/lib/components/index.d.ts +1 -0
- package/dist/lib/configs/endpoints.d.ts +2 -0
- package/dist/lib/hooks/useBookingManagement/mocks/HotelBooking200.json.d.ts +608 -67
- package/dist/lib/hooks/useBookingManagement/useBookingManagement.types.d.ts +8 -0
- package/dist/lib/hooks/useWallet/mocks/AllCardsResponse200.json.d.ts +177 -0
- package/dist/lib/hooks/useWallet/mocks/GetAllProgramsReponse200.json.d.ts +705 -0
- package/dist/lib/hooks/useWallet/mocks/UserCardsResponse200.json.d.ts +139 -0
- package/dist/lib/hooks/useWallet/useWallet.d.ts +2 -16
- package/dist/lib/hooks/useWallet/useWallet.types.d.ts +50 -0
- package/dist/lib/services/bookings/BookingService.types.d.ts +14 -17
- package/dist/lib/services/trips/TripService.types.d.ts +2 -2
- package/dist/lib/services/wallet/WalletService.d.ts +2 -0
- package/dist/lib/services/wallet/WalletService.types.d.ts +2 -5
- package/dist/main.js +20 -18
- package/dist/providers/AwayzProvider.js +4 -3
- package/dist/services/bookings/BookingService.js +74 -43
- package/dist/services/currency/CurrencyService.js +4 -3
- package/dist/services/trips/TripService.types.js +1 -1
- package/dist/services/wallet/WalletService.js +43 -63
- package/package.json +1 -1
- package/dist/index-COgXcb6p.js +0 -1696
- package/dist/lib/hooks/useWallet/mocks/CardsResponse.json.d.ts +0 -34
|
@@ -1,90 +1,631 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
"message": "Hotel booking found",
|
|
3
2
|
"success": true,
|
|
4
3
|
"data": {
|
|
5
|
-
"_id": "
|
|
4
|
+
"_id": "684887c537d26f7b107a760a",
|
|
6
5
|
"user_id": "67d82b1c52c4a4dbe4e640c0",
|
|
7
|
-
"status": "
|
|
8
|
-
"accommodation_id": "
|
|
6
|
+
"status": "booking confirmed",
|
|
7
|
+
"accommodation_id": "acc_0000AWPsyOsgudiTBBrUqi",
|
|
9
8
|
"number_of_guests": 2,
|
|
10
|
-
"rate_id": "
|
|
11
|
-
"quote_id": "
|
|
12
|
-
"base_amount": "
|
|
9
|
+
"rate_id": "rat_0000AuzsdGumrUMQGeHvNI",
|
|
10
|
+
"quote_id": "quo_0000AuzseVOsUVaXTyx1pV",
|
|
11
|
+
"base_amount": "308.00",
|
|
13
12
|
"base_currency": "EUR",
|
|
14
|
-
"tax_amount":
|
|
13
|
+
"tax_amount": "0.00",
|
|
15
14
|
"tax_currency": "EUR",
|
|
16
15
|
"fee_amount": "0.00",
|
|
17
16
|
"fee_currency": "EUR",
|
|
18
|
-
"total_amount": "
|
|
17
|
+
"total_amount": "308.00",
|
|
19
18
|
"total_currency": "EUR",
|
|
20
|
-
"check_in_date": "2025-
|
|
21
|
-
"check_out_date": "2025-
|
|
19
|
+
"check_in_date": "2025-07-23",
|
|
20
|
+
"check_out_date": "2025-07-26",
|
|
22
21
|
"images": [
|
|
23
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
24
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
25
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
26
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
27
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
28
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
29
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
30
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
31
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
32
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
33
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
34
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
35
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
36
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
37
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
38
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
39
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
40
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
41
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
42
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
43
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
44
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
45
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
46
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
47
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
48
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
49
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
50
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
51
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
52
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
53
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
54
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
55
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
56
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
57
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
58
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
59
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
60
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
61
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
62
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
63
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
64
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
65
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
66
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/
|
|
67
|
-
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/
|
|
22
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/501/382/LeKbzo1CqEuxVhUQRaRQ_viehw-lobby-0094_H.jpg",
|
|
23
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/501/406/Ud8UDgUvkOT7sNLIpcmrg_viehw-entrance-0091_H.jpg",
|
|
24
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/501/310/6A6uzGUvU6cqN73tIVbJw_viehw-entrance-0092_H.jpg",
|
|
25
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/501/333/m5EbhOx0mkaUb7SwsReyg_viehw-reception-0120_H.jpg",
|
|
26
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/501/354/0zhyA4WU5kCMTCizi1Y12A_viehw-lobby-0093_H.jpg",
|
|
27
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/501/456/D5UUaRSGBkqVcACOdxxIg_Living_Room-12240_H.jpg",
|
|
28
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/501/510/Fwk5t6IHKUaALtJiwzLiKA_Hotel_Reception-11510_H.jpg",
|
|
29
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/501/564/LXuUDB0BwkmRXyeqtH1ayA_Hotel_Lobby-31793_H.jpg",
|
|
30
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/501/603/xpr1JPNwv0esnXrHDsSuOQ_Hotel_Reception_34812_H.jpg",
|
|
31
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/20/EtppMsA20aP3Z8cByHY7g_Hotel_Lobby_13533_H.jpg",
|
|
32
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/501/634/bu60iNuzQkWP1DzIz2BMFQ_Hotel_Reception_18664_H.jpg",
|
|
33
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/71/R6fDbin4VE24vNtYBLgiMA_viehw-hotel-lobby-68094_H.jpg",
|
|
34
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/534/999/9ulWu6NQ0C3mkofFBattA_viehw-hotel-lobby-95343_H.jpg",
|
|
35
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/45/uyX0UMA1kmaYCzFQKpVrQ_viehw-hotel-lobby-15100_H.jpg",
|
|
36
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/103/XVY8zofyLEiCJ8hg2dFmlQ_viehw-lobby-0096_H.jpg",
|
|
37
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/139/0vtWkaGlqU649Zjt2dfPg_viehw-lobby-0095_H.jpg",
|
|
38
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/734/WMa9NdZW0kyS7y6u8JqoUA_Hotel_Reception-16545_H.jpg",
|
|
39
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/248/o59uKJOW7EKiJZPeEQMIoA_viehw-guestroom-0447_H.jpg",
|
|
40
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/281/vt7SLowlaUiMrKXDtVofCw_viehw-guestroom-0085_H.jpg",
|
|
41
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/224/HJFp8ureg020axpqaXNY3w_viehw-guestroom-0084_H.jpg",
|
|
42
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/200/aqJhBbDlOE6SMNryepb2g_viehw-guestroom-0086_H.jpg",
|
|
43
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/412/66N2K6Ce02gFn75ccoGXA_viehw-guestroom-0100_H.jpg",
|
|
44
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/175/ThjLWYWAykSmmQjwktbmQ_viehw-guestroom-0098_H.jpg",
|
|
45
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/379/rT6JtOkcu0y62C4Qe8X7g_viehw-guestroom-0097_H.jpg",
|
|
46
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/314/14qX8SgadkaDE3cgsrcupg_viehw-guestroom-0111_H.jpg",
|
|
47
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/445/0Qas98f7IUSM3TCJVJ4vgQ_viehw-guestroom-0109_H.jpg",
|
|
48
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/347/CabAXJ1hikeLERdeHffcQ_viehw-guestroom-0110_H.jpg",
|
|
49
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/513/X2niUh7jRECRDICYNBF5xg_Standard_Twin_Room_-36203_H.jpg",
|
|
50
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/479/TcR226uFEqVDHCEDSSxg_Standard_Room_with_20973_H.jpg",
|
|
51
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/762/xQ08S5habE2bPLqAbc4doQ_viehw-guestroom-0087_H.jpg",
|
|
52
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/546/FsPivdsFRUy5LOl3rtaZaA_viehw-guestroom-0104_H.jpg",
|
|
53
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/580/eGcPXXqFIUadEBFCZbdhRw_viehw-bathroom-0088_H.jpg",
|
|
54
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/612/02qpVQOcnUuPH9vP3FONuA_viehw-bathroom-0089_H.jpg",
|
|
55
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/639/aG0vcajTr0mZRL83e9Rdw_viehw-bathroom-8819_H.jpg",
|
|
56
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/688/QlXrHiNxUu3jfIWe1CUsQ_viehw-junior-suite-0013_H.jpg",
|
|
57
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/664/IVY7CDxlhUOoCzXs49kt6w_viehw-suite-0101_H.jpg",
|
|
58
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/736/eVK1gj3i10it5hZW54dsJA_viehw-suite-0105_H.jpg",
|
|
59
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/837/3FKsPYX8EiDvo7h72JR9g_viehw-suite-0113_H.jpg",
|
|
60
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/788/zKaBqD7MkmN0DnylglA_viehw-presidential-suite-0014_H.jpg",
|
|
61
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/908/ORHjrhX2R0mSQtKMQMlG3A_viehw-presidential-suite-0015_H.jpg",
|
|
62
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/884/cMkwL1nB90mCuVLmdsGDw_viehw-presidential-suite-0016_H.jpg",
|
|
63
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/712/5fvhREvNi0m925elvV9J4A_viehw-bathroom-0108_H.jpg",
|
|
64
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/860/nPddcS0APU2zO5udjDcaIg_viehw-bathroom-0107_H.jpg",
|
|
65
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/812/rtLXzMZqEylzEVYW0nk6A_viehw-bathroom-0119_H.jpg",
|
|
66
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/932/RtslKBCkecpIEbRZh13A_viehw-lounge-0148_H.jpg",
|
|
67
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/980/ADCEPIXNr0j5ZyRU8ZPug_viehw-lounge-0150_H.jpg",
|
|
68
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/956/R6IBeBkEBkOJkMZndTBp2w_viehw-business-0011_H.jpg",
|
|
69
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/8/5IUVWV2Qg0apRMf9i3rt9w_Business_Center-04699_H.jpg",
|
|
70
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/108/he8UzHjxl06tP7Pb2r1p8A_viehw-wunderkammer-8294_H.jpg",
|
|
71
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/73/XPqGQqlUup6QL1xIg_viehw-wunderkammer-0155_H.jpg",
|
|
72
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/231/btUkzUUm0WMab9YWrX6bQ_viehw-wunderkammer-0132_H.jpg",
|
|
73
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/40/LJ25hhEakeG44LfbvuWPg_viehw-wunderkammer-0133_H.jpg",
|
|
74
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/143/Qzi0UYpbMEyUbYzcgujEvQ_viehw-lounge-0125_H.jpg",
|
|
75
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/208/KLFnXwFahkyCi1AyVRClcA_viehw-dining-0126_H.jpg",
|
|
76
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/256/vGf4Y9wGIUuD86kYN0qGoA_viehw-wunderkammer-0151_H.jpg",
|
|
77
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/177/X8iMe6TWE2hRGD81R867A_viehw-wunderkammer-0152_H.jpg",
|
|
78
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/352/1ZzZkQ21UW18UaeLKsOYA_viehw-wunderkammer-0153_H.jpg",
|
|
79
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/378/szg4tXZkWEanmxSLwSPrng_Wunderkammer-29434_H.jpg",
|
|
80
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/278/cn0m8vlJu0iIX2pq5uwJOQ_WUNDERKAMMER_36532_H.jpg",
|
|
81
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/327/CkAdA1djnUiHhr8cPHnzBA_WUNDERKAMMER_28072_H.jpg",
|
|
82
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/304/anOqSI0BGEK3vlDte9fZYg_WUNDERKAMMER_10444_H.jpg",
|
|
83
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/551/dBQ0resalEazy4Wyzdwskg_viehw-dining-0129_H.jpg",
|
|
84
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/430/l8eheB2BDEWNJfsZ5RfHvQ_viehw-wunderkammer-0154_H.jpg",
|
|
85
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/406/lyy4kzewUkylnaGnv7VpOQ_Wunderkammer-18706_H.jpg",
|
|
86
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/453/2M6lZn2k3EOZ2skxvs0EVw_viehw-wunderkammer-0131_H.jpg",
|
|
87
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/478/mKP2LOz9UmAe88IdnIkrw_viehw-dining-0128_H.jpg",
|
|
88
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/502/3ePnPV2I0mXmZ7GDgxsuA_viehw-fitness-7633_H.jpg",
|
|
89
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/658/sCuhh0ONj0e2PVI2cVvAQ_viehw-fitness-0137_H.jpg",
|
|
90
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/610/XgDbKXbfrEWN151hHYTBg_viehw-fitness-0139_H.jpg",
|
|
91
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/526/dIdBk57bP0iv1DWHrOPcAQ_viehw-fitness-0136_H.jpg",
|
|
92
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/577/7H3yx9XzLUCdjhkRoEAlA_Fitness_and_Wellness38511_H.jpg",
|
|
93
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/642/Yoye9R7u0UuHj2UgLaLjdw_Fitness_and_Wellnes_23666_H.jpg",
|
|
94
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/594/tau63GFarkCMsas4IpXFrg_viehw-sauna-0140_H.jpg",
|
|
95
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/626/t8ZjSX5PKUpbKZ9veHuYQ_viehw-meeting-0141_H.jpg",
|
|
96
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/670/HQx4gVC2UijzXe6LcRXg_viehw-meeting-0142_H.jpg",
|
|
97
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/678/sLar4rouUeRU7kpiXzaug_viehw-meeting-0143_H.jpg",
|
|
98
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/686/gHJacE0l20aqZzI0w9lPdw_viehw-meeting-0144_H.jpg",
|
|
99
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/694/IqmBUBqUA06cXimLss0h8g_viehw-meeting-0145_H.jpg",
|
|
100
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/702/pNJVCgnnT0qDcoBcQ5E4yg_viehw-meeting-0146_H.jpg",
|
|
101
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/710/vFa5Y0mIaUWLuwNhyCz0Ew_viehw-meeting-0147_H.jpg",
|
|
102
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/726/fAYu7kB4aEaXbXe7UdBK5g_Meeting_Room_Wien_23042_H.jpg",
|
|
103
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/718/mQouADbAWUSO0BQIJY6Kg_Meeting_Room_Strass_26670_H.jpg",
|
|
104
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/742/WtiQlvajkuagRNcSwWG7Q_Meeting_Strassburg_-41053_H.jpg",
|
|
105
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/750/Nx5AeKVb4Uu9hOwcNOqkA_viehw-suite-0103_H.jpg",
|
|
106
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/758/1GpLJxKTG0CbZ33pYox4jA_viehw-business-0123_H.jpg",
|
|
107
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/766/WUzMMr50mx5V0K5zJxqQ_viehw-lounge-0149_H.jpg",
|
|
108
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/774/xecxeypEo0CtCPQheAYanQ_viehw-suite-0118_H.jpg",
|
|
109
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/192/288/6/EIrS32HHwE6zWBF55cWhYA_Seafood_Sunday_Brun12408_H.jpg",
|
|
110
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/192/288/213/NwXBBty0uWmNP8nwZ1cA_Seafood_Sunday_Brun24417_H.jpg",
|
|
111
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/192/288/98/suGs68G8QUC0AZgIfDKdlw_Sunday_Wunderbrun32045_H.jpg",
|
|
112
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/192/288/127/iY3OpSzfoU7MA2dZrDICw_Wunderbrunch_27157_H.jpg",
|
|
113
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/192/288/63/QY1u5bMWP0u6omIGikoCdA_French_Coffee_Break_18975_H.jpg",
|
|
114
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/192/288/34/M3hmFvgh306aE8kaBVWalw_Asian_Coffee_Break_14141_H.jpg",
|
|
115
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/192/288/237/2l3LxCxS0qnHj13mX0aug_Asian_Coffee_Break_19164_H.jpg",
|
|
116
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/192/288/155/K5APDFpGpkGvPlXLSyuYoQ_French_Coffee_Break_41502_H.jpg",
|
|
117
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/192/288/185/LKQw5aQzRkG6KbuYrmDNBA_Asian_Coffee_Break_25765_H.jpg",
|
|
118
|
+
"https://travelport.leonardocontentcloud.com/imageRepo/2/0/192/288/262/gYMWzFTIkYq03VFCh8vQ_Bavarian_Coffee_Brea35209_H.jpg"
|
|
68
119
|
],
|
|
69
120
|
"rooms": [
|
|
70
121
|
{
|
|
71
|
-
"beds":
|
|
72
|
-
"
|
|
73
|
-
"total_amount": "
|
|
74
|
-
"name": "
|
|
122
|
+
"beds": null,
|
|
123
|
+
"photos": [],
|
|
124
|
+
"total_amount": "308.00",
|
|
125
|
+
"name": "Full, No Changes, Classic Room, Guest Room, 1 King",
|
|
126
|
+
"cancellation_timeline": [
|
|
127
|
+
{
|
|
128
|
+
"refund_amount": "308.00",
|
|
129
|
+
"currency": "EUR",
|
|
130
|
+
"before": "2025-06-11T10:00:00Z"
|
|
131
|
+
}
|
|
132
|
+
]
|
|
75
133
|
}
|
|
76
134
|
],
|
|
77
135
|
"address": {
|
|
78
|
-
"line_one": "
|
|
79
|
-
"city_name": "
|
|
80
|
-
"postal_code": "
|
|
136
|
+
"line_one": "Linke Wienzeile/Ullmannstrasse 71",
|
|
137
|
+
"city_name": "Vienna",
|
|
138
|
+
"postal_code": "1150 ",
|
|
81
139
|
"country_code": "AT",
|
|
82
140
|
"region": null
|
|
83
141
|
},
|
|
84
|
-
"guests": [
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
142
|
+
"guests": [
|
|
143
|
+
{
|
|
144
|
+
"family_name": "Botha",
|
|
145
|
+
"given_name": "Adriaan",
|
|
146
|
+
"user_id": null
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"family_name": "Botha",
|
|
150
|
+
"given_name": "Charme",
|
|
151
|
+
"user_id": null
|
|
152
|
+
}
|
|
153
|
+
],
|
|
154
|
+
"created_at": "2025-06-10T19:30:13.613Z",
|
|
155
|
+
"updated_at": "2025-06-10T19:31:11.872Z",
|
|
156
|
+
"__v": 0,
|
|
157
|
+
"booking_id": "bok_0000AuzsjsFKLae1SHiDQM",
|
|
158
|
+
"reference": "FUBZIM",
|
|
159
|
+
"data": {
|
|
160
|
+
"guest_types": [
|
|
161
|
+
{
|
|
162
|
+
"age": null,
|
|
163
|
+
"type": "adult"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"age": null,
|
|
167
|
+
"type": "adult"
|
|
168
|
+
}
|
|
169
|
+
],
|
|
170
|
+
"guests": [
|
|
171
|
+
{
|
|
172
|
+
"family_name": "Botha",
|
|
173
|
+
"given_name": "Adriaan",
|
|
174
|
+
"user_id": null
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"family_name": "Botha",
|
|
178
|
+
"given_name": "Charme",
|
|
179
|
+
"user_id": null
|
|
180
|
+
}
|
|
181
|
+
],
|
|
182
|
+
"supported_loyalty_programme": "marriott_bonvoy",
|
|
183
|
+
"check_out_date": "2025-07-26",
|
|
184
|
+
"loyalty_programme_account_number": null,
|
|
185
|
+
"rooms": 1,
|
|
186
|
+
"accommodation": {
|
|
187
|
+
"payment_instruction_supported": false,
|
|
188
|
+
"check_in_information": {
|
|
189
|
+
"check_out_before_time": "11:00",
|
|
190
|
+
"check_in_before_time": null,
|
|
191
|
+
"check_in_after_time": "15:00"
|
|
192
|
+
},
|
|
193
|
+
"photos": [
|
|
194
|
+
{
|
|
195
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/501/382/LeKbzo1CqEuxVhUQRaRQ_viehw-lobby-0094_H.jpg"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/501/406/Ud8UDgUvkOT7sNLIpcmrg_viehw-entrance-0091_H.jpg"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/501/310/6A6uzGUvU6cqN73tIVbJw_viehw-entrance-0092_H.jpg"
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/501/333/m5EbhOx0mkaUb7SwsReyg_viehw-reception-0120_H.jpg"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/501/354/0zhyA4WU5kCMTCizi1Y12A_viehw-lobby-0093_H.jpg"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/501/456/D5UUaRSGBkqVcACOdxxIg_Living_Room-12240_H.jpg"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/501/510/Fwk5t6IHKUaALtJiwzLiKA_Hotel_Reception-11510_H.jpg"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/501/564/LXuUDB0BwkmRXyeqtH1ayA_Hotel_Lobby-31793_H.jpg"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/501/603/xpr1JPNwv0esnXrHDsSuOQ_Hotel_Reception_34812_H.jpg"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/20/EtppMsA20aP3Z8cByHY7g_Hotel_Lobby_13533_H.jpg"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/501/634/bu60iNuzQkWP1DzIz2BMFQ_Hotel_Reception_18664_H.jpg"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/71/R6fDbin4VE24vNtYBLgiMA_viehw-hotel-lobby-68094_H.jpg"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/534/999/9ulWu6NQ0C3mkofFBattA_viehw-hotel-lobby-95343_H.jpg"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/45/uyX0UMA1kmaYCzFQKpVrQ_viehw-hotel-lobby-15100_H.jpg"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/103/XVY8zofyLEiCJ8hg2dFmlQ_viehw-lobby-0096_H.jpg"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/139/0vtWkaGlqU649Zjt2dfPg_viehw-lobby-0095_H.jpg"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/734/WMa9NdZW0kyS7y6u8JqoUA_Hotel_Reception-16545_H.jpg"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/248/o59uKJOW7EKiJZPeEQMIoA_viehw-guestroom-0447_H.jpg"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/281/vt7SLowlaUiMrKXDtVofCw_viehw-guestroom-0085_H.jpg"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/224/HJFp8ureg020axpqaXNY3w_viehw-guestroom-0084_H.jpg"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/200/aqJhBbDlOE6SMNryepb2g_viehw-guestroom-0086_H.jpg"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/412/66N2K6Ce02gFn75ccoGXA_viehw-guestroom-0100_H.jpg"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/175/ThjLWYWAykSmmQjwktbmQ_viehw-guestroom-0098_H.jpg"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/379/rT6JtOkcu0y62C4Qe8X7g_viehw-guestroom-0097_H.jpg"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/314/14qX8SgadkaDE3cgsrcupg_viehw-guestroom-0111_H.jpg"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/445/0Qas98f7IUSM3TCJVJ4vgQ_viehw-guestroom-0109_H.jpg"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/347/CabAXJ1hikeLERdeHffcQ_viehw-guestroom-0110_H.jpg"
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/513/X2niUh7jRECRDICYNBF5xg_Standard_Twin_Room_-36203_H.jpg"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/479/TcR226uFEqVDHCEDSSxg_Standard_Room_with_20973_H.jpg"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/762/xQ08S5habE2bPLqAbc4doQ_viehw-guestroom-0087_H.jpg"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/546/FsPivdsFRUy5LOl3rtaZaA_viehw-guestroom-0104_H.jpg"
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/580/eGcPXXqFIUadEBFCZbdhRw_viehw-bathroom-0088_H.jpg"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/612/02qpVQOcnUuPH9vP3FONuA_viehw-bathroom-0089_H.jpg"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/639/aG0vcajTr0mZRL83e9Rdw_viehw-bathroom-8819_H.jpg"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/688/QlXrHiNxUu3jfIWe1CUsQ_viehw-junior-suite-0013_H.jpg"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/664/IVY7CDxlhUOoCzXs49kt6w_viehw-suite-0101_H.jpg"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/736/eVK1gj3i10it5hZW54dsJA_viehw-suite-0105_H.jpg"
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/837/3FKsPYX8EiDvo7h72JR9g_viehw-suite-0113_H.jpg"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/788/zKaBqD7MkmN0DnylglA_viehw-presidential-suite-0014_H.jpg"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/908/ORHjrhX2R0mSQtKMQMlG3A_viehw-presidential-suite-0015_H.jpg"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/884/cMkwL1nB90mCuVLmdsGDw_viehw-presidential-suite-0016_H.jpg"
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/712/5fvhREvNi0m925elvV9J4A_viehw-bathroom-0108_H.jpg"
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/860/nPddcS0APU2zO5udjDcaIg_viehw-bathroom-0107_H.jpg"
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/812/rtLXzMZqEylzEVYW0nk6A_viehw-bathroom-0119_H.jpg"
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/932/RtslKBCkecpIEbRZh13A_viehw-lounge-0148_H.jpg"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/980/ADCEPIXNr0j5ZyRU8ZPug_viehw-lounge-0150_H.jpg"
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/535/956/R6IBeBkEBkOJkMZndTBp2w_viehw-business-0011_H.jpg"
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/8/5IUVWV2Qg0apRMf9i3rt9w_Business_Center-04699_H.jpg"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/108/he8UzHjxl06tP7Pb2r1p8A_viehw-wunderkammer-8294_H.jpg"
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/73/XPqGQqlUup6QL1xIg_viehw-wunderkammer-0155_H.jpg"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/231/btUkzUUm0WMab9YWrX6bQ_viehw-wunderkammer-0132_H.jpg"
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/40/LJ25hhEakeG44LfbvuWPg_viehw-wunderkammer-0133_H.jpg"
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/143/Qzi0UYpbMEyUbYzcgujEvQ_viehw-lounge-0125_H.jpg"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/208/KLFnXwFahkyCi1AyVRClcA_viehw-dining-0126_H.jpg"
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/256/vGf4Y9wGIUuD86kYN0qGoA_viehw-wunderkammer-0151_H.jpg"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/177/X8iMe6TWE2hRGD81R867A_viehw-wunderkammer-0152_H.jpg"
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/352/1ZzZkQ21UW18UaeLKsOYA_viehw-wunderkammer-0153_H.jpg"
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/378/szg4tXZkWEanmxSLwSPrng_Wunderkammer-29434_H.jpg"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/278/cn0m8vlJu0iIX2pq5uwJOQ_WUNDERKAMMER_36532_H.jpg"
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/327/CkAdA1djnUiHhr8cPHnzBA_WUNDERKAMMER_28072_H.jpg"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/304/anOqSI0BGEK3vlDte9fZYg_WUNDERKAMMER_10444_H.jpg"
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/551/dBQ0resalEazy4Wyzdwskg_viehw-dining-0129_H.jpg"
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/430/l8eheB2BDEWNJfsZ5RfHvQ_viehw-wunderkammer-0154_H.jpg"
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/406/lyy4kzewUkylnaGnv7VpOQ_Wunderkammer-18706_H.jpg"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/453/2M6lZn2k3EOZ2skxvs0EVw_viehw-wunderkammer-0131_H.jpg"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/478/mKP2LOz9UmAe88IdnIkrw_viehw-dining-0128_H.jpg"
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/502/3ePnPV2I0mXmZ7GDgxsuA_viehw-fitness-7633_H.jpg"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/658/sCuhh0ONj0e2PVI2cVvAQ_viehw-fitness-0137_H.jpg"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/610/XgDbKXbfrEWN151hHYTBg_viehw-fitness-0139_H.jpg"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/526/dIdBk57bP0iv1DWHrOPcAQ_viehw-fitness-0136_H.jpg"
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/577/7H3yx9XzLUCdjhkRoEAlA_Fitness_and_Wellness38511_H.jpg"
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/642/Yoye9R7u0UuHj2UgLaLjdw_Fitness_and_Wellnes_23666_H.jpg"
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/594/tau63GFarkCMsas4IpXFrg_viehw-sauna-0140_H.jpg"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/626/t8ZjSX5PKUpbKZ9veHuYQ_viehw-meeting-0141_H.jpg"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/670/HQx4gVC2UijzXe6LcRXg_viehw-meeting-0142_H.jpg"
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/678/sLar4rouUeRU7kpiXzaug_viehw-meeting-0143_H.jpg"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/686/gHJacE0l20aqZzI0w9lPdw_viehw-meeting-0144_H.jpg"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/694/IqmBUBqUA06cXimLss0h8g_viehw-meeting-0145_H.jpg"
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/702/pNJVCgnnT0qDcoBcQ5E4yg_viehw-meeting-0146_H.jpg"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/710/vFa5Y0mIaUWLuwNhyCz0Ew_viehw-meeting-0147_H.jpg"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/726/fAYu7kB4aEaXbXe7UdBK5g_Meeting_Room_Wien_23042_H.jpg"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/718/mQouADbAWUSO0BQIJY6Kg_Meeting_Room_Strass_26670_H.jpg"
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/742/WtiQlvajkuagRNcSwWG7Q_Meeting_Strassburg_-41053_H.jpg"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/750/Nx5AeKVb4Uu9hOwcNOqkA_viehw-suite-0103_H.jpg"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/758/1GpLJxKTG0CbZ33pYox4jA_viehw-business-0123_H.jpg"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/766/WUzMMr50mx5V0K5zJxqQ_viehw-lounge-0149_H.jpg"
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/188/536/774/xecxeypEo0CtCPQheAYanQ_viehw-suite-0118_H.jpg"
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/192/288/6/EIrS32HHwE6zWBF55cWhYA_Seafood_Sunday_Brun12408_H.jpg"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/192/288/213/NwXBBty0uWmNP8nwZ1cA_Seafood_Sunday_Brun24417_H.jpg"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/192/288/98/suGs68G8QUC0AZgIfDKdlw_Sunday_Wunderbrun32045_H.jpg"
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/192/288/127/iY3OpSzfoU7MA2dZrDICw_Wunderbrunch_27157_H.jpg"
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/192/288/63/QY1u5bMWP0u6omIGikoCdA_French_Coffee_Break_18975_H.jpg"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/192/288/34/M3hmFvgh306aE8kaBVWalw_Asian_Coffee_Break_14141_H.jpg"
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/192/288/237/2l3LxCxS0qnHj13mX0aug_Asian_Coffee_Break_19164_H.jpg"
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/192/288/155/K5APDFpGpkGvPlXLSyuYoQ_French_Coffee_Break_41502_H.jpg"
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/192/288/185/LKQw5aQzRkG6KbuYrmDNBA_Asian_Coffee_Break_25765_H.jpg"
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"url": "https://travelport.leonardocontentcloud.com/imageRepo/2/0/192/288/262/gYMWzFTIkYq03VFCh8vQ_Bavarian_Coffee_Brea35209_H.jpg"
|
|
484
|
+
}
|
|
485
|
+
],
|
|
486
|
+
"supported_loyalty_programme": "marriott_bonvoy",
|
|
487
|
+
"review_score": 7.2,
|
|
488
|
+
"ratings": [
|
|
489
|
+
{
|
|
490
|
+
"source": "northstar",
|
|
491
|
+
"value": 4
|
|
492
|
+
}
|
|
493
|
+
],
|
|
494
|
+
"rating": 4,
|
|
495
|
+
"key_collection": null,
|
|
496
|
+
"rooms": [
|
|
497
|
+
{
|
|
498
|
+
"beds": null,
|
|
499
|
+
"photos": null,
|
|
500
|
+
"rates": [
|
|
501
|
+
{
|
|
502
|
+
"payment_instruction_allowed": false,
|
|
503
|
+
"cancellation_timeline": [
|
|
504
|
+
{
|
|
505
|
+
"refund_amount": "308.00",
|
|
506
|
+
"currency": "EUR",
|
|
507
|
+
"before": "2025-06-11T10:00:00Z"
|
|
508
|
+
}
|
|
509
|
+
],
|
|
510
|
+
"public_currency": "EUR",
|
|
511
|
+
"due_at_accommodation_currency": "EUR",
|
|
512
|
+
"due_at_accommodation_amount": null,
|
|
513
|
+
"quantity_available": null,
|
|
514
|
+
"public_amount": null,
|
|
515
|
+
"deal_types": null,
|
|
516
|
+
"loyalty_programme_required": false,
|
|
517
|
+
"board_type": "room_only",
|
|
518
|
+
"available_payment_methods": ["card"],
|
|
519
|
+
"supported_loyalty_programme": "marriott_bonvoy",
|
|
520
|
+
"fee_amount": "0.00",
|
|
521
|
+
"tax_currency": "EUR",
|
|
522
|
+
"base_currency": "EUR",
|
|
523
|
+
"base_amount": "308.00",
|
|
524
|
+
"tax_amount": "0.00",
|
|
525
|
+
"fee_currency": "EUR",
|
|
526
|
+
"total_currency": "EUR",
|
|
527
|
+
"payment_type": "deposit",
|
|
528
|
+
"total_amount": "308.00",
|
|
529
|
+
"conditions": [
|
|
530
|
+
{
|
|
531
|
+
"title": "Cancellation",
|
|
532
|
+
"description": "cancel: changes not allowed non - refundable rate cancellation permitted up to 1 days after booking."
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"title": "Deposit",
|
|
536
|
+
"description": "Book 2 Days Before Arrival 308.00 Eur Deposit Due - 1 Days After Booking Credit Card Deposit Only"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"title": "Other",
|
|
540
|
+
"description": "A Credit Card Is Required For Payment To Guarantee The Prepay Non-Refundable Non-Changeable Rate. Prepay Rates Will Be Charged The Full Cost Of The Reservation Within 24 Hours Of Making The Reservation. If Payment Is Unsuccessful Within 48 Hours Of Making The Reservation The Hotel Reserves The Right To Cancel The Reservation. Date Changes To The Reservation Are Not Allowed. Cancellation Will Result In Forfeiture Of The Prepayment. The Credit Card Used At The Time Of Making The Reservation Must Be Valid For The Entire Stay. Accommodation Minors Traveling Alone -Please Note That Children Below The Age Of 13 Are Not Allowed To Check-In At Our Property Without A Chaperon Of Legal Age. Adolescents Below The Age Of 16 Years Traveling By Themselves Are Required To Provide A Parental Authorization At Time Of Check-In. -Please Contact The Hotel Or The Reservations Department If You Need An Authorization Form. After 2 People - 45.00 Eur Person Extra Person Person Night Rollaway - 45.00 Eur Person Room Person Night"
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"title": "Room detail",
|
|
544
|
+
"description": "Classic Room 1 King Mini Fridge 23 Square Metre/247 Square Feet-25 Square Metre/269 Square Feet Wireless Internet Complimentary Coffee/Tea Maker Maximum Occupancy- 2 Guests"
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"title": "Property",
|
|
548
|
+
"description": "Location: All Rates At This Hotel Include Taxes"
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"title": "Room Hold Expiration Time",
|
|
552
|
+
"description": "BOOKING HELD UNTIL 00:00 LOCAL HOTEL TIME ON ARRIVAL DATE"
|
|
553
|
+
}
|
|
554
|
+
],
|
|
555
|
+
"source": "travelport",
|
|
556
|
+
"id": "rat_0000AuzsdGumrUMQGeHvNI",
|
|
557
|
+
"code": null
|
|
558
|
+
}
|
|
559
|
+
],
|
|
560
|
+
"name": "Full, No Changes, Classic Room, Guest Room, 1 King"
|
|
561
|
+
}
|
|
562
|
+
],
|
|
563
|
+
"amenities": [
|
|
564
|
+
{
|
|
565
|
+
"description": "24-Hour Front Desk",
|
|
566
|
+
"type": "24_hour_front_desk"
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"description": "Concierge",
|
|
570
|
+
"type": "concierge"
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"description": "Spa",
|
|
574
|
+
"type": "spa"
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"description": "Gym",
|
|
578
|
+
"type": "gym"
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"description": "Wheelchair Access",
|
|
582
|
+
"type": "accessibility_mobility"
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"description": "Wi-Fi",
|
|
586
|
+
"type": "wifi"
|
|
587
|
+
}
|
|
588
|
+
],
|
|
589
|
+
"brand": {
|
|
590
|
+
"name": "Renaissance Hotel",
|
|
591
|
+
"id": "bra_udsvu8ojTxTvyjJwCr0GFc"
|
|
592
|
+
},
|
|
593
|
+
"phone_number": "00000 000 000",
|
|
594
|
+
"chain": {
|
|
595
|
+
"name": "Marriott International"
|
|
596
|
+
},
|
|
597
|
+
"email": "test-mode-accommodation@example.com",
|
|
598
|
+
"location": {
|
|
599
|
+
"geographic_coordinates": {
|
|
600
|
+
"latitude": 48.18439,
|
|
601
|
+
"longitude": 16.33039
|
|
602
|
+
},
|
|
603
|
+
"address": {
|
|
604
|
+
"line_one": "Linke Wienzeile/Ullmannstrasse 71",
|
|
605
|
+
"city_name": "Vienna",
|
|
606
|
+
"postal_code": "1150 ",
|
|
607
|
+
"country_code": "AT",
|
|
608
|
+
"region": null
|
|
609
|
+
}
|
|
610
|
+
},
|
|
611
|
+
"description": "Ideally located in a quiet section of Vienna, Renaissance Wien Hotel welcomes those traveling in Austria with thoughtful amenities and a prime location near the city center. Our 4-star hotel reveals the best of Vienna. The property is steps from the U-Bahn subway station and near popular attractions, including historic Schonbrunn Palace, the legendary Naschmarkt, and iconic St. Stephen's Cathedral. Recharge in stylishly redesigned, pet-friendly accommodations. Every room and suite features modern decor, indulgent bedding, mini-refrigerators, ample workstations and free Wi-Fi. Order from 24-hour room service or indulge at our outstanding restaurants. Work off the day in our hotel's fitness center and visit the sauna and salt room. For those planning events, our sophisticated venues are ideal for everything from business training sessions to romantic weddings. Visit Renaissance Wien Hotel and see why we are a TripAdvisor Certificate of Excellence winner and a GreenLeaders GreenPartner.",
|
|
612
|
+
"name": "Renaissance Wien Hotel",
|
|
613
|
+
"id": "acc_0000AWPsyOsgudiTBBrUqi"
|
|
614
|
+
},
|
|
615
|
+
"confirmed_at": "2025-06-10T19:31:11.750273Z",
|
|
616
|
+
"check_in_date": "2025-07-23",
|
|
617
|
+
"phone_number": "+1 585 456 7894",
|
|
618
|
+
"cancelled_at": null,
|
|
619
|
+
"email": "adriaanb98@gmail.com",
|
|
620
|
+
"users": ["icu_0000Asbm8q0FlWOhf0fDUm"],
|
|
621
|
+
"reference": "FUBZIM",
|
|
622
|
+
"metadata": null,
|
|
623
|
+
"status": "confirmed",
|
|
624
|
+
"id": "bok_0000AuzsjsFKLae1SHiDQM"
|
|
625
|
+
}
|
|
626
|
+
},
|
|
627
|
+
"metadata": {
|
|
628
|
+
"internalRequestId": "4e1b30ef-7579-4273-8e66-266225f76d95"
|
|
88
629
|
}
|
|
89
630
|
}
|
|
90
631
|
;
|