forked from wotifgroup/json2pojo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.json
48 lines (42 loc) · 1.04 KB
/
example.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"example_id": "2342342",
"status": "approved",
"created": "2011-11-01T14:20:33",
"modified": "2011-11-01T14:20:33",
"contact_details":{
"name": "Thomas A. Anderson",
"phone": "074544544"
},
"payment": {
"currency_code": "USD",
"payment_outstanding": 0.0,
"nett_amount": 444.0
},
"order_items": [
{
"id": 6323440,
"items": [
{
"advertised_amount": 222.0,
"nett_amount": 200.0,
"item_name": "widget 1",
"description": "widget 1 description"
}
]
}
]
,
"internal_information": {
"email":"[email protected]",
"links": [
{"href":"/example/2342342/comments", "rel":"comment", "group":"private"}
],
"payment_details": [{
"card":{"masked_card": "411111XXXXXX1234", "card_name": "Mr. Anderson", "bin": "411111"},
"voucher":{"voucher_id": "24242342", "name":"Agent Smith"}
}]
},
"links": [
{"href":"/example/2342342", "rel":"example", "group":"public"}
]
}