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
|
{
"receipt_data": {
"image_type": "Invoice",
"expense": {
"shop_name": "48.Lindberg by Puyi",
"shop_address": "Shop OT 316, Level 3, Ocean Terminal, Harbour City, Tsimshatsui, Kowloon, Hong Kong",
"date": "2024-09-07 18:02:08",
"expense_category": "Optical",
"currency": "HKD",
"total_amount": 12498,
"items": [
{
"name": "5802/48-850-140-PU13-P30-K263",
"quantity": 1,
"unit_price": 4998,
"subtotal": 4998
},
{
"name": "ZEISS PAL SmartLife Plus (Asiana) 1.60 PhotoFusion X (Pioneer/Grey/ExtraGrey/Brown/Blue /Black) with i. Scription (DAVP /DVP) (Order) (FF Value 0-6) (Order)",
"quantity": 2,
"unit_price": 3750,
"subtotal": 7500
},
{
"name": "EXTERNAL OCULAR HEALTH CHECK UP $180",
"quantity": 1,
"unit_price": 0,
"subtotal": 0
},
{
"name": "Zeiss Individual Eye Examination with Retinal Screening & Intraocular Pressure Measurement",
"quantity": 1,
"unit_price": 0,
"subtotal": 0
},
{
"name": "2pcs Mooncake gift box",
"quantity": 1,
"unit_price": 0,
"subtotal": 0
},
{
"name": "See It Differently 2024 Eyewear Cloth",
"quantity": 1,
"unit_price": 0,
"subtotal": 0
},
{
"name": "禮券折扣 COUPON DISCOUNT",
"quantity": 1,
"unit_price": 0,
"subtotal": 0
}
]
}
}
}
|