-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatajson.json
30 lines (30 loc) · 1.13 KB
/
datajson.json
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
{
"data": {
"pricelist": [
{
"product_code": "voucher10",
"product_description": "ContohVoucher",
"product_nominal": "VoucherNominaltRp10.000",
"product_details": "-",
"product_price": 10000,
"product_type": "voucher",
"active_period": "0",
"status": "active",
"icon_url": "https://st2.depositphotos.com/1003476/5929/i/950/depositphotos_59294607-stock-photo-hand-holding-christmas-voucher-isolated.jpg"
},
{
"product_code": "voucher100",
"product_description": "ContohVoucher",
"product_nominal": "VoucherNominalRp100.000",
"product_details": "-",
"product_price": 100000,
"product_type": "voucher",
"active_period": "0",
"status": "active",
"icon_url": "https://kirim.email/wp-content/uploads/2018/12/Icon-Voucher-Horizontal-01.png"
}
],
"rc": "00",
"message": "SUCCESS"
}
}