-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtransaction.json
More file actions
129 lines (129 loc) · 3.64 KB
/
transaction.json
File metadata and controls
129 lines (129 loc) · 3.64 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"_id" : "589c493e5f2687111bb6d800",
"business_id" : "3f522ee8-7e69-4d78-aeb5-5278aaf21558",
"location_id" : "96e9975b-b1bf-47ee-aeaf-63518022e95e",
"transaction_id" : "37a5f57a-48bc-483d-91b7-88c8b1b9509c",
"receipt_id" : "Cj9uohMQNVflSq7taYtVRk",
"serial_number" : "C1-498",
"dining_option" : "In-House",
"creation_time" : "2017-02-09T10:49:34.000Z",
"discount_money" : {
"amount" : 0,
"currency" : "JOD"
},
"additive_tax_money" : {
"amount" : 0,
"currency" : "JOD"
},
"inclusive_tax_money" : {
"amount" : 483,
"currency" : "JOD"
},
"refunded_money" : {
"amount" : 0,
"currency" : "JOD"
},
"tax_money" : {
"amount" : 483,
"currency" : "JOD"
},
"tip_money" : {
"amount" : 0,
"currency" : "JOD"
},
"total_collected_money" : {
"amount" : 3500,
"currency" : "JOD"
},
"creator" : {
"id" : "00000000-0000-0000-0000-000000000000",
"name" : "John Doe",
"email" : "anonymous@example.com"
},
"tender" : {
"type" : "CASH",
"name" : "CASH",
"total_money" : {
"amount" : 3500,
"currency" : "JOD"
}
},
"taxes" : [
{
"id" : "cfc92a12-f847-4942-b6ec-1454d194c9ba",
"name" : "Sales Tax",
"rate" : 0.16,
"inclusion_type" : "INCLUSIVE",
"is_custom_amount" : true,
"applied_money" : {
"amount" : 100,
"currency" : "JOD"
}
}
],
"itemization" : [
{
"id" : "788cb9cb-106f-4d32-ac48-df9e8433ff50",
"name" : "Boneless Chicken Wings",
"quantity" : 1,
"total_money" : {
"amount" : 3500,
"currency" : "JOD"
},
"single_quantity_money" : {
"amount" : 3500,
"currency" : "JOD"
},
"gross_sales_money" : {
"amount" : 3017,
"currency" : "JOD"
},
"discount_money" : {
"amount" : 0,
"currency" : "JOD"
},
"net_sales_money" : {
"amount" : 3017,
"currency" : "JOD"
},
"category" : {
"id" : "a9895c94-15cc-4db1-bbad-fe62d218c931",
"name" : "Appetizers"
},
"variation" : {
"id" : "37b64192-6b0f-479d-aeee-3c382a0671b9",
"name" : "Plate",
"pricing_type" : "FIXED",
"price_money" : {
"amount" : 3500,
"currency" : "JOD"
}
},
"taxes" : [
{
"id" : "cfc92a12-f847-4942-b6ec-1454d194c9ba",
"name" : "Sales Tax",
"rate" : 0.16,
"inclusion_type" : "INCLUSIVE",
"is_custom_amount" : true,
"applied_money" : {
"amount" : 483,
"currency" : "JOD"
}
}
],
"discounts" : [],
"modifiers" : [
{
"id" : "7424ae3d-36bc-4c0c-b790-310614905aed",
"name" : "6 Pieces",
"quantity" : 1,
"applied_money" : {
"amount" : 0,
"currency" : "JOD"
}
}
]
}
]
}