ti2-ventrata 1.0.3

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.
@@ -0,0 +1,808 @@
1
+ module.exports = {
2
+ "id": "c222cd1c-6d63-4f05-83e6-995e1a82600e",
3
+ "uuid": "8076daf2-b5a7-4499-bf9e-9b1eb37cd6e3",
4
+ "testMode": true,
5
+ "resellerReference": null,
6
+ "supplierReference": "6HRXW3",
7
+ "status": "ON_HOLD",
8
+ "utcCreatedAt": "2021-12-22T19:48:00Z",
9
+ "utcUpdatedAt": "2021-12-22T19:48:00Z",
10
+ "utcExpiresAt": "2021-12-22T20:18:00Z",
11
+ "utcRedeemedAt": null,
12
+ "utcConfirmedAt": null,
13
+ "productId": "28ca088b-bc7b-4746-ab06-5971f1ed5a5e",
14
+ "product": {
15
+ "id": "28ca088b-bc7b-4746-ab06-5971f1ed5a5e",
16
+ "internalName": "Edinburgh Hop-On Hop-Off Bus Tour",
17
+ "reference": null,
18
+ "locale": "en",
19
+ "timeZone": "Europe/London",
20
+ "allowFreesale": true,
21
+ "instantConfirmation": true,
22
+ "instantDelivery": true,
23
+ "availabilityRequired": false,
24
+ "availabilityType": "OPENING_HOURS",
25
+ "deliveryFormats": [
26
+ "PDF_URL",
27
+ "QRCODE"
28
+ ],
29
+ "deliveryMethods": [
30
+ "VOUCHER",
31
+ "TICKET"
32
+ ],
33
+ "redemptionMethod": "DIGITAL",
34
+ "options": [
35
+ {
36
+ "id": "DEFAULT",
37
+ "default": true,
38
+ "internalName": "DEFAULT",
39
+ "reference": null,
40
+ "availabilityLocalStartTimes": [
41
+ "00:00"
42
+ ],
43
+ "cancellationCutoff": "0 hours",
44
+ "cancellationCutoffAmount": 0,
45
+ "cancellationCutoffUnit": "hour",
46
+ "requiredContactFields": [
47
+
48
+ ],
49
+ "restrictions": {
50
+ "minUnits": 0,
51
+ "maxUnits": 9
52
+ },
53
+ "units": [
54
+ {
55
+ "id": "adult",
56
+ "internalName": "Adult",
57
+ "reference": "adult",
58
+ "type": "ADULT",
59
+ "requiredContactFields": [
60
+
61
+ ],
62
+ "restrictions": {
63
+ "minAge": 16,
64
+ "maxAge": 59,
65
+ "idRequired": false,
66
+ "minQuantity": null,
67
+ "maxQuantity": null,
68
+ "paxCount": 1,
69
+ "accompaniedBy": [
70
+
71
+ ]
72
+ },
73
+ "title": "Adult",
74
+ "titlePlural": "Adults",
75
+ "subtitle": "Aged 16 - 59",
76
+ "pricing": [
77
+ {
78
+ "original": 3992,
79
+ "retail": 3592,
80
+ "net": 3194,
81
+ "currency": "GBP",
82
+ "includedTaxes": [
83
+
84
+ ]
85
+ }
86
+ ]
87
+ },
88
+ {
89
+ "id": "child",
90
+ "internalName": "Child",
91
+ "reference": "child",
92
+ "type": "CHILD",
93
+ "requiredContactFields": [
94
+
95
+ ],
96
+ "restrictions": {
97
+ "minAge": 3,
98
+ "maxAge": 16,
99
+ "idRequired": false,
100
+ "minQuantity": null,
101
+ "maxQuantity": null,
102
+ "paxCount": 1,
103
+ "accompaniedBy": [
104
+
105
+ ]
106
+ },
107
+ "title": "Child",
108
+ "titlePlural": "Children",
109
+ "subtitle": "Aged 3-16",
110
+ "pricing": [
111
+ {
112
+ "original": 3992,
113
+ "retail": 3592,
114
+ "net": 3194,
115
+ "currency": "GBP",
116
+ "includedTaxes": [
117
+
118
+ ]
119
+ }
120
+ ]
121
+ },
122
+ {
123
+ "id": "senior",
124
+ "internalName": "Senior",
125
+ "reference": "senior",
126
+ "type": "SENIOR",
127
+ "requiredContactFields": [
128
+
129
+ ],
130
+ "restrictions": {
131
+ "minAge": 60,
132
+ "maxAge": 100,
133
+ "idRequired": false,
134
+ "minQuantity": null,
135
+ "maxQuantity": null,
136
+ "paxCount": 1,
137
+ "accompaniedBy": [
138
+
139
+ ]
140
+ },
141
+ "title": "Senior",
142
+ "titlePlural": "Seniors",
143
+ "subtitle": "Aged over 60",
144
+ "pricing": [
145
+ {
146
+ "original": 3992,
147
+ "retail": 3592,
148
+ "net": 3194,
149
+ "currency": "GBP",
150
+ "includedTaxes": [
151
+
152
+ ]
153
+ }
154
+ ]
155
+ },
156
+ {
157
+ "id": "family",
158
+ "internalName": "Family",
159
+ "reference": "family",
160
+ "type": "FAMILY",
161
+ "requiredContactFields": [
162
+
163
+ ],
164
+ "restrictions": {
165
+ "minAge": 0,
166
+ "maxAge": 100,
167
+ "idRequired": false,
168
+ "minQuantity": null,
169
+ "maxQuantity": null,
170
+ "paxCount": 4,
171
+ "accompaniedBy": [
172
+
173
+ ]
174
+ },
175
+ "title": "Family",
176
+ "titlePlural": "Families",
177
+ "subtitle": "0+",
178
+ "pricing": [
179
+ {
180
+ "original": 3992,
181
+ "retail": 3592,
182
+ "net": 3194,
183
+ "currency": "GBP",
184
+ "includedTaxes": [
185
+
186
+ ]
187
+ }
188
+ ]
189
+ }
190
+ ],
191
+ "title": "Hop-On Hop-Off Bus Tour",
192
+ "subtitle": "Hop-On Hop-Off Bus Tour",
193
+ "language": "en",
194
+ "shortDescription": "An Edinburgh bus tour is the perfect way to hear commentary on city sights and get a panoramic overview. This City Sightseeing tour of Edinburgh lets you hop on and off at 14 strategically placed stops as many times as you like. Board the open-top double-decker bus and travel the entire route, or stop at Edinburgh Castle, the National Museum and many more. Buses depart approximately every 20 minutes from each stop. Tickets are valid for 24 hours from first use.",
195
+ "duration": "1 hour",
196
+ "durationAmount": "1.0",
197
+ "durationUnit": "hour",
198
+ "itinerary": [
199
+ {
200
+ "name": "Marble Arch",
201
+ "type": "POI",
202
+ "description": null,
203
+ "address": "Marble Arch, London, UK",
204
+ "googlePlaceId": "ChIJjfEsXjMFdkgR2MhDam285XY",
205
+ "latitude": 51.5131099,
206
+ "longitude": -0.1589148,
207
+ "travelTime": null,
208
+ "travelTimeAmount": null,
209
+ "travelTimeUnit": "minute",
210
+ "duration": null,
211
+ "durationAmount": null,
212
+ "durationUnit": "minute"
213
+ },
214
+ {
215
+ "name": "Tower of London",
216
+ "type": "POI",
217
+ "description": null,
218
+ "address": "Tower of London, London, UK",
219
+ "googlePlaceId": "ChIJ3TgfM0kDdkgRZ2TV4d1Jv6g",
220
+ "latitude": 51.50811239999999,
221
+ "longitude": -0.0759493,
222
+ "travelTime": null,
223
+ "travelTimeAmount": null,
224
+ "travelTimeUnit": "minute",
225
+ "duration": null,
226
+ "durationAmount": null,
227
+ "durationUnit": "minute"
228
+ }
229
+ ],
230
+ "pickupAvailable": false,
231
+ "pickupRequired": false,
232
+ "pickupPoints": [
233
+
234
+ ]
235
+ }
236
+ ],
237
+ "title": "Hop-On Hop-Off Bus Tour",
238
+ "country": "GB",
239
+ "location": "Edinburgh",
240
+ "subtitle": "Hop-On Hop-Off Bus Tour",
241
+ "shortDescription": "An Edinburgh bus tour is the perfect way to hear commentary on city sights and get a panoramic overview. This City Sightseeing tour of Edinburgh lets you hop on and off at 14 strategically placed stops as many times as you like. Board the open-top double-decker bus and travel the entire route, or stop at Edinburgh Castle, the National Museum and many more. Buses depart approximately every 20 minutes from each stop. Tickets are valid for 24 hours from first use.",
242
+ "description": "<p>\n Venture through Edinburgh with ease on this City Sightseeing hop-on hop-off bus tour. Use your 24-hour pass to board the open-top double-decker bus at any stop.Travel the entire route in one hour, or hop off at any of the 14 stops to explore further on your own. You’ll get to know the 15th-century capital of Scotland and its dramatic skyline with onboard commentary about the sights.&nbsp; Edinburgh bus tour&nbsp;highlights include the Edinburgh Castle, Palace of Holyrood House, the historic Royal Mile, Our Dynamic Earth and much more.\n</p>\n<h2>\n <button class=\"btn btn-success\" type=\"button\">Additional Info</button>\n</h2>\n<ul>\n <li>\n Confirmation will be received at time of booking\n </li>\n</ul>\n<ul>\n <li>\n Wheelchair accessible\n </li>\n</ul>\n<ul>\n <li>\n Season: All Year Round\n </li>\n</ul>\n<ul>\n <li>\n April - May: 9:00am - 6:00pm, every 12 minutes\n </li>\n</ul>\n<ul>\n <li>\n June - August: 9:00am - 7:00pm, every 12 minutes\n </li>\n</ul>\n<ul>\n <li>\n September - October: 9:00am - 6:00pm, every 12 minutes\n </li>\n</ul>\n<ul>\n <li>\n Stroller accessible\n </li>\n</ul>\n<ul>\n <li>\n Near public transportation\n </li>\n</ul>\n<ul>\n <li>\n November - March: 9:00am - 4:00pm, every 20 minutes\n </li>\n</ul>\n<ul>\n <li>\n Tour Duration: 60 minutes\n </li>\n</ul>\n<ul>\n <li>\n Most travelers can participate\n </li>\n <li>\n Due to summer events, parts of Lawnmarket and the High Street will be closed until Monday 2nd September. The bus will be diverted between Bread Street and Canongate via Spittal Street, Lady Lawson Street, Lauriston Street, Lauriston Place, Forrest Road, George IV Bridge, Bank Street, Market Street and Jeffrey Street.\n </li>\n</ul>\n<h2>\n <button class=\"btn btn-danger\" data-toggle=\"button\" type=\"button\">Cancellation Policy</button>\n</h2>\n<p>\n For a full refund, cancel at least 24 hours in advance of the start date of the experience.\n</p>",
243
+ "highlights": [
244
+
245
+ ],
246
+ "inclusions": [
247
+ "24 hour unlimited hop on hop off bus pass",
248
+ "On-board multilingual audio commentary",
249
+ "10 languages + free headphones",
250
+ "Discounts at local attractions"
251
+ ],
252
+ "exclusions": [
253
+ "Gratuities",
254
+ "Food and drinks",
255
+ "Hotel pickup and drop-off"
256
+ ],
257
+ "bookingTerms": null,
258
+ "redemptionInstructions": null,
259
+ "cancellationPolicy": null,
260
+ "destination": {
261
+ "id": "414b25b4-d289-4d35-a30f-e4cece711b2e",
262
+ "default": false,
263
+ "name": "Edinburgh",
264
+ "country": "GB",
265
+ "contact": {
266
+ "website": null,
267
+ "email": null,
268
+ "telephone": null,
269
+ "address": "Marble Arch, London, W1H 7EJ, United Kingdom"
270
+ },
271
+ "latitude": 51.5131099,
272
+ "longitude": -0.1589148
273
+ },
274
+ "categories": [
275
+
276
+ ],
277
+ "faqs": [
278
+ {
279
+ "question": "City Sightseeing hop-on hop-off tour of Edinburgh",
280
+ "answer": ""
281
+ },
282
+ {
283
+ "question": "Open-top double-decker sightseeing tour",
284
+ "answer": ""
285
+ },
286
+ {
287
+ "question": "Edinburgh Castle, Holyrood Palace, Royal Mile, Our Dynamic Earth",
288
+ "answer": ""
289
+ },
290
+ {
291
+ "question": "Hop on and off at 14 stops around the city",
292
+ "answer": ""
293
+ },
294
+ {
295
+ "question": "Onboard commentary",
296
+ "answer": ""
297
+ },
298
+ {
299
+ "question": "Ticket valid for 24 hours",
300
+ "answer": ""
301
+ }
302
+ ],
303
+ "coverImageUrl": "https://cdn.ventrata.com/image/upload/v1591705394/bhjhnhyl9uutksbuwiu6.jpg",
304
+ "bannerImageUrl": "https://cdn.ventrata.com/image/upload/v1566989092/oaa37rhhlvcqqx7f6rfd.jpg",
305
+ "videoUrl": null,
306
+ "galleryImages": [
307
+ {
308
+ "url": "https://cdn.ventrata.com/image/upload/v1566989287/2_pl7uqg.jpg",
309
+ "title": null,
310
+ "caption": null
311
+ },
312
+ {
313
+ "url": "https://cdn.ventrata.com/image/upload/v1566989279/1_cd7jg4.jpg",
314
+ "title": null,
315
+ "caption": null
316
+ },
317
+ {
318
+ "url": "https://cdn.ventrata.com/image/upload/v1566989306/5_mmwf2f.jpg",
319
+ "title": null,
320
+ "caption": null
321
+ }
322
+ ],
323
+ "bannerImages": [
324
+
325
+ ],
326
+ "defaultCurrency": "GBP",
327
+ "availableCurrencies": [
328
+ "USD",
329
+ "GBP",
330
+ "EUR"
331
+ ],
332
+ "pricingPer": "UNIT"
333
+ },
334
+ "optionId": "DEFAULT",
335
+ "option": {
336
+ "id": "DEFAULT",
337
+ "default": true,
338
+ "internalName": "DEFAULT",
339
+ "reference": null,
340
+ "availabilityLocalStartTimes": [
341
+ "00:00"
342
+ ],
343
+ "cancellationCutoff": "0 hours",
344
+ "cancellationCutoffAmount": 0,
345
+ "cancellationCutoffUnit": "hour",
346
+ "requiredContactFields": [
347
+
348
+ ],
349
+ "restrictions": {
350
+ "minUnits": 0,
351
+ "maxUnits": 9
352
+ },
353
+ "units": [
354
+ {
355
+ "id": "adult",
356
+ "internalName": "Adult",
357
+ "reference": "adult",
358
+ "type": "ADULT",
359
+ "requiredContactFields": [
360
+
361
+ ],
362
+ "restrictions": {
363
+ "minAge": 16,
364
+ "maxAge": 59,
365
+ "idRequired": false,
366
+ "minQuantity": null,
367
+ "maxQuantity": null,
368
+ "paxCount": 1,
369
+ "accompaniedBy": [
370
+
371
+ ]
372
+ },
373
+ "title": "Adult",
374
+ "titlePlural": "Adults",
375
+ "subtitle": "Aged 16 - 59",
376
+ "pricing": [
377
+ {
378
+ "original": 3992,
379
+ "retail": 3592,
380
+ "net": 3194,
381
+ "currency": "GBP",
382
+ "includedTaxes": [
383
+
384
+ ]
385
+ }
386
+ ]
387
+ },
388
+ {
389
+ "id": "child",
390
+ "internalName": "Child",
391
+ "reference": "child",
392
+ "type": "CHILD",
393
+ "requiredContactFields": [
394
+
395
+ ],
396
+ "restrictions": {
397
+ "minAge": 3,
398
+ "maxAge": 16,
399
+ "idRequired": false,
400
+ "minQuantity": null,
401
+ "maxQuantity": null,
402
+ "paxCount": 1,
403
+ "accompaniedBy": [
404
+
405
+ ]
406
+ },
407
+ "title": "Child",
408
+ "titlePlural": "Children",
409
+ "subtitle": "Aged 3-16",
410
+ "pricing": [
411
+ {
412
+ "original": 3992,
413
+ "retail": 3592,
414
+ "net": 3194,
415
+ "currency": "GBP",
416
+ "includedTaxes": [
417
+
418
+ ]
419
+ }
420
+ ]
421
+ },
422
+ {
423
+ "id": "senior",
424
+ "internalName": "Senior",
425
+ "reference": "senior",
426
+ "type": "SENIOR",
427
+ "requiredContactFields": [
428
+
429
+ ],
430
+ "restrictions": {
431
+ "minAge": 60,
432
+ "maxAge": 100,
433
+ "idRequired": false,
434
+ "minQuantity": null,
435
+ "maxQuantity": null,
436
+ "paxCount": 1,
437
+ "accompaniedBy": [
438
+
439
+ ]
440
+ },
441
+ "title": "Senior",
442
+ "titlePlural": "Seniors",
443
+ "subtitle": "Aged over 60",
444
+ "pricing": [
445
+ {
446
+ "original": 3992,
447
+ "retail": 3592,
448
+ "net": 3194,
449
+ "currency": "GBP",
450
+ "includedTaxes": [
451
+
452
+ ]
453
+ }
454
+ ]
455
+ },
456
+ {
457
+ "id": "family",
458
+ "internalName": "Family",
459
+ "reference": "family",
460
+ "type": "FAMILY",
461
+ "requiredContactFields": [
462
+
463
+ ],
464
+ "restrictions": {
465
+ "minAge": 0,
466
+ "maxAge": 100,
467
+ "idRequired": false,
468
+ "minQuantity": null,
469
+ "maxQuantity": null,
470
+ "paxCount": 4,
471
+ "accompaniedBy": [
472
+
473
+ ]
474
+ },
475
+ "title": "Family",
476
+ "titlePlural": "Families",
477
+ "subtitle": "0+",
478
+ "pricing": [
479
+ {
480
+ "original": 3992,
481
+ "retail": 3592,
482
+ "net": 3194,
483
+ "currency": "GBP",
484
+ "includedTaxes": [
485
+
486
+ ]
487
+ }
488
+ ]
489
+ }
490
+ ],
491
+ "title": "Hop-On Hop-Off Bus Tour",
492
+ "subtitle": "Hop-On Hop-Off Bus Tour",
493
+ "language": "en",
494
+ "shortDescription": "An Edinburgh bus tour is the perfect way to hear commentary on city sights and get a panoramic overview. This City Sightseeing tour of Edinburgh lets you hop on and off at 14 strategically placed stops as many times as you like. Board the open-top double-decker bus and travel the entire route, or stop at Edinburgh Castle, the National Museum and many more. Buses depart approximately every 20 minutes from each stop. Tickets are valid for 24 hours from first use.",
495
+ "duration": "1 hour",
496
+ "durationAmount": "1.0",
497
+ "durationUnit": "hour",
498
+ "itinerary": [
499
+ {
500
+ "name": "Marble Arch",
501
+ "type": "POI",
502
+ "description": null,
503
+ "address": "Marble Arch, London, UK",
504
+ "googlePlaceId": "ChIJjfEsXjMFdkgR2MhDam285XY",
505
+ "latitude": 51.5131099,
506
+ "longitude": -0.1589148,
507
+ "travelTime": null,
508
+ "travelTimeAmount": null,
509
+ "travelTimeUnit": "minute",
510
+ "duration": null,
511
+ "durationAmount": null,
512
+ "durationUnit": "minute"
513
+ },
514
+ {
515
+ "name": "Tower of London",
516
+ "type": "POI",
517
+ "description": null,
518
+ "address": "Tower of London, London, UK",
519
+ "googlePlaceId": "ChIJ3TgfM0kDdkgRZ2TV4d1Jv6g",
520
+ "latitude": 51.50811239999999,
521
+ "longitude": -0.0759493,
522
+ "travelTime": null,
523
+ "travelTimeAmount": null,
524
+ "travelTimeUnit": "minute",
525
+ "duration": null,
526
+ "durationAmount": null,
527
+ "durationUnit": "minute"
528
+ }
529
+ ],
530
+ "pickupAvailable": false,
531
+ "pickupRequired": false,
532
+ "pickupPoints": [
533
+
534
+ ]
535
+ },
536
+ "cancellable": true,
537
+ "cancellation": null,
538
+ "freesale": false,
539
+ "availabilityId": "2022-06-22T00:00:00+01:00",
540
+ "availability": {
541
+ "id": "2022-06-22T00:00:00+01:00",
542
+ "localDateTimeStart": "2022-06-22T00:00:00+01:00",
543
+ "localDateTimeEnd": "2022-06-23T00:00:00+01:00",
544
+ "allDay": true,
545
+ "openingHours": [
546
+
547
+ ]
548
+ },
549
+ "contact": {
550
+ "fullName": null,
551
+ "firstName": null,
552
+ "lastName": null,
553
+ "emailAddress": null,
554
+ "phoneNumber": null,
555
+ "locales": [
556
+
557
+ ],
558
+ "country": null,
559
+ "notes": null
560
+ },
561
+ "notes": "demo booking",
562
+ "deliveryMethods": [
563
+ "VOUCHER",
564
+ "TICKET"
565
+ ],
566
+ "voucher": {
567
+ "redemptionMethod": "DIGITAL",
568
+ "utcRedeemedAt": null,
569
+ "deliveryOptions": [
570
+
571
+ ]
572
+ },
573
+ "unitItems": [
574
+ {
575
+ "uuid": "522c7d2e-f54a-431e-973b-4575f3b01c4a",
576
+ "resellerReference": null,
577
+ "supplierReference": "AVEE97",
578
+ "unitId": "adult",
579
+ "unit": {
580
+ "id": "adult",
581
+ "internalName": "Adult",
582
+ "reference": "adult",
583
+ "type": "ADULT",
584
+ "requiredContactFields": [
585
+
586
+ ],
587
+ "restrictions": {
588
+ "minAge": 16,
589
+ "maxAge": 59,
590
+ "idRequired": false,
591
+ "minQuantity": null,
592
+ "maxQuantity": null,
593
+ "paxCount": 1,
594
+ "accompaniedBy": [
595
+
596
+ ]
597
+ },
598
+ "title": "Adult",
599
+ "titlePlural": "Adults",
600
+ "subtitle": "Aged 16 - 59",
601
+ "pricing": [
602
+ {
603
+ "original": 1996,
604
+ "retail": 1796,
605
+ "net": 1597,
606
+ "currency": "GBP",
607
+ "currencyPrecision": 2,
608
+ "includedTaxes": [
609
+
610
+ ]
611
+ }
612
+ ]
613
+ },
614
+ "status": "ON_HOLD",
615
+ "utcRedeemedAt": null,
616
+ "contact": {
617
+ "fullName": null,
618
+ "firstName": null,
619
+ "lastName": null,
620
+ "emailAddress": null,
621
+ "phoneNumber": null,
622
+ "locales": [
623
+
624
+ ],
625
+ "country": null,
626
+ "notes": null
627
+ },
628
+ "ticket": {
629
+ "redemptionMethod": "DIGITAL",
630
+ "utcRedeemedAt": null,
631
+ "deliveryOptions": [
632
+
633
+ ]
634
+ },
635
+ "pricing": {
636
+ "original": 1996,
637
+ "retail": 1796,
638
+ "net": 1597,
639
+ "currency": "GBP",
640
+ "currencyPrecision": 2,
641
+ "includedTaxes": [
642
+
643
+ ]
644
+ }
645
+ },
646
+ {
647
+ "uuid": "39acb8fe-ca82-469e-a632-e2669051e189",
648
+ "resellerReference": null,
649
+ "supplierReference": "YT71EC",
650
+ "unitId": "adult",
651
+ "unit": {
652
+ "id": "adult",
653
+ "internalName": "Adult",
654
+ "reference": "adult",
655
+ "type": "ADULT",
656
+ "requiredContactFields": [
657
+
658
+ ],
659
+ "restrictions": {
660
+ "minAge": 16,
661
+ "maxAge": 59,
662
+ "idRequired": false,
663
+ "minQuantity": null,
664
+ "maxQuantity": null,
665
+ "paxCount": 1,
666
+ "accompaniedBy": [
667
+
668
+ ]
669
+ },
670
+ "title": "Adult",
671
+ "titlePlural": "Adults",
672
+ "subtitle": "Aged 16 - 59",
673
+ "pricing": [
674
+ {
675
+ "original": 1996,
676
+ "retail": 1796,
677
+ "net": 1597,
678
+ "currency": "GBP",
679
+ "currencyPrecision": 2,
680
+ "includedTaxes": [
681
+
682
+ ]
683
+ }
684
+ ]
685
+ },
686
+ "status": "ON_HOLD",
687
+ "utcRedeemedAt": null,
688
+ "contact": {
689
+ "fullName": null,
690
+ "firstName": null,
691
+ "lastName": null,
692
+ "emailAddress": null,
693
+ "phoneNumber": null,
694
+ "locales": [
695
+
696
+ ],
697
+ "country": null,
698
+ "notes": null
699
+ },
700
+ "ticket": {
701
+ "redemptionMethod": "DIGITAL",
702
+ "utcRedeemedAt": null,
703
+ "deliveryOptions": [
704
+
705
+ ]
706
+ },
707
+ "pricing": {
708
+ "original": 1996,
709
+ "retail": 1796,
710
+ "net": 1597,
711
+ "currency": "GBP",
712
+ "currencyPrecision": 2,
713
+ "includedTaxes": [
714
+
715
+ ]
716
+ }
717
+ }
718
+ ],
719
+ "checkedIn": false,
720
+ "checkinAvailable": false,
721
+ "checkinUrl": null,
722
+ "meetingPoint": null,
723
+ "meetingPointCoordinates": null,
724
+ "meetingLocalDateTime": null,
725
+ "duration": "1 hour",
726
+ "durationAmount": "1.0",
727
+ "durationUnit": "hour",
728
+ "orderId": "9ba2a713-aea8-4e8a-8275-8d36ae6460ef",
729
+ "orderReference": "QHG9RV",
730
+ "primary": true,
731
+ "pricing": {
732
+ "original": 3992,
733
+ "retail": 3592,
734
+ "net": 3194,
735
+ "currency": "GBP",
736
+ "includedTaxes": [
737
+
738
+ ]
739
+ },
740
+ "pickupRequested": false,
741
+ "pickupPoint": null,
742
+ "adjustments": [
743
+
744
+ ],
745
+ "offerCode": "promotion/47e147ab-0647-405b-90cd-24fac7b567de",
746
+ "offerTitle": "Global Weekday 10% (10% OFF)",
747
+ "offerComparisons": [
748
+
749
+ ],
750
+ "offerIsCombination": false,
751
+ "offer": {
752
+ "code": "promotion/47e147ab-0647-405b-90cd-24fac7b567de",
753
+ "title": "Global Weekday 10% (10% OFF)",
754
+ "description": null,
755
+ "netDiscount": null,
756
+ "restrictions": {
757
+ "minUnits": 0,
758
+ "maxUnits": null,
759
+ "minTotal": 0,
760
+ "maxTotal": null,
761
+ "unitIds": [
762
+ "adult",
763
+ "child",
764
+ "senior",
765
+ "family"
766
+ ]
767
+ }
768
+ },
769
+ "offers": [
770
+ {
771
+ "code": "promotion/47e147ab-0647-405b-90cd-24fac7b567de",
772
+ "title": "Global Weekday 10% (10% OFF)",
773
+ "description": null,
774
+ "netDiscount": null,
775
+ "restrictions": {
776
+ "minUnits": 0,
777
+ "maxUnits": null,
778
+ "minTotal": 0,
779
+ "maxTotal": null,
780
+ "unitIds": [
781
+ "adult",
782
+ "child",
783
+ "senior",
784
+ "family"
785
+ ]
786
+ }
787
+ }
788
+ ],
789
+ "cardPayment": {
790
+ "gateway": "stripe",
791
+ "merchantName": "Edin Explore",
792
+ "stripe": {
793
+ "version": "latest",
794
+ "paymentIntent": {
795
+ "id": "pi_3K9an6CgIN4MRzgj0m6WQ9xl",
796
+ "publishableKey": "pk_test_f2FFE5An5Z0oMyxjlYgFRtdO",
797
+ "clientSecret": "pi_3K9an6CgIN4MRzgj0m6WQ9xl_secret_qY7cjwxGmwgv22hLxoX5xFZti",
798
+ "amount": 3592,
799
+ "currency": "gbp"
800
+ },
801
+ "setupIntent": {
802
+ "id": "seti_1K9an7CgIN4MRzgje6pOXdK6",
803
+ "publishableKey": "pk_test_f2FFE5An5Z0oMyxjlYgFRtdO",
804
+ "clientSecret": "seti_1K9an7CgIN4MRzgje6pOXdK6_secret_KpFHrWPmePGAeQ4iQPSetq4tSMsawhB"
805
+ }
806
+ }
807
+ }
808
+ };