-
Notifications
You must be signed in to change notification settings - Fork 1
/
reservation.that.xml
69 lines (69 loc) · 2.62 KB
/
reservation.that.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:xmlList xmlns:ns2="xml_wrapper">
<xml_items>
<items xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="reservation">
<billing>
<cancelled>false</cancelled>
<cancelledCost>0.0</cancelledCost>
<cost>1450.0</cost>
<discount>0.0</discount>
<paid>false</paid>
<tip>43.5</tip>
</billing>
<canceled>true</canceled>
<checkedIn>false</checkedIn>
<checkedOut>false</checkedOut>
<end>2023-05-31T00:00:00-05:00</end>
<ID>152406233</ID>
<reserved>2023-05-02T20:01:26.963-05:00</reserved>
<rooms>402</rooms>
<rooms>404</rooms>
<rooms>405</rooms>
<start>2023-05-27T00:00:00-05:00</start>
</items>
<items xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="reservation">
<billing>
<cancelled>true</cancelled>
<cancelledCost>2520.0</cancelledCost>
<cost>3150.0</cost>
<discount>0.0</discount>
<paid>false</paid>
<tip>94.5</tip>
</billing>
<canceled>true</canceled>
<checkedIn>false</checkedIn>
<checkedOut>false</checkedOut>
<end>2023-05-31T00:00:00-05:00</end>
<ID>1430706747</ID>
<reserved>2023-04-02T19:38:05.617-05:00</reserved>
<rooms>209</rooms>
<rooms>401</rooms>
<rooms>210</rooms>
<rooms>402</rooms>
<rooms>404</rooms>
<rooms>405</rooms>
<rooms>406</rooms>
<rooms>407</rooms>
<rooms>408</rooms>
<start>2023-05-20T00:00:00-05:00</start>
</items>
<items xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="reservation">
<billing>
<cancelled>true</cancelled>
<cancelledCost>240.0</cancelledCost>
<cost>300.0</cost>
<discount>0.0</discount>
<paid>false</paid>
<tip>9.0</tip>
</billing>
<canceled>true</canceled>
<checkedIn>false</checkedIn>
<checkedOut>false</checkedOut>
<end>2023-05-28T00:00:00-05:00</end>
<ID>894413362</ID>
<reserved>2023-04-01T19:38:55.549-05:00</reserved>
<rooms>408</rooms>
<start>2023-05-26T00:00:00-05:00</start>
</items>
</xml_items>
</ns2:xmlList>