Skip to content

Commit d2212a3

Browse files
author
Kevin Hellemun
committed
Added test monetary account joint response. (#52)
1 parent a129195 commit d2212a3

File tree

1 file changed

+99
-0
lines changed

1 file changed

+99
-0
lines changed
Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
{
2+
"id": 8948,
3+
"created": "2018-04-03 14:12:31.512599",
4+
"updated": "2018-04-03 14:12:31.512599",
5+
"alias": [
6+
{
7+
"type": "IBAN",
8+
"value": "NL19BUNQ2025192010",
9+
"name": "New User"
10+
}
11+
],
12+
"avatar": {
13+
"uuid": "063e74a4-d40b-4961-9395-0eba2d68ee01",
14+
"image": [
15+
{
16+
"attachment_public_uuid": "8a9ef272-db4a-4c1c-aac0-cc6ee2a4ebcc",
17+
"height": 1023,
18+
"width": 1024,
19+
"content_type": "image\/png"
20+
}
21+
],
22+
"anchor_uuid": "c747c366-27b7-48bd-97e6-7311dd8bcd6e"
23+
},
24+
"balance": {
25+
"currency": "EUR",
26+
"value": "0.00"
27+
},
28+
"country": "NL",
29+
"currency": "EUR",
30+
"daily_limit": {
31+
"currency": "EUR",
32+
"value": "1000.00"
33+
},
34+
"daily_spent": {
35+
"currency": "EUR",
36+
"value": "0.00"
37+
},
38+
"description": "H",
39+
"public_uuid": "c747c366-27b7-48bd-97e6-7311dd8bcd6e",
40+
"status": "PENDING_ACCEPTANCE",
41+
"sub_status": "NONE",
42+
"timezone": "europe\/amsterdam",
43+
"user_id": 7809,
44+
"monetary_account_profile": null,
45+
"notification_filters": [],
46+
"setting": {
47+
"color": "#FE2851",
48+
"default_avatar_status": "AVATAR_DEFAULT",
49+
"restriction_chat": "ALLOW_INCOMING"
50+
},
51+
"overdraft_limit": {
52+
"currency": "EUR",
53+
"value": "0.00"
54+
},
55+
"all_co_owner": [
56+
{
57+
"alias": {
58+
"uuid": "d2d59347-b5b6-4db0-8c18-9897e23a7a49",
59+
"display_name": "New",
60+
"country": "000",
61+
"avatar": {
62+
"uuid": "cb302add-2dff-4ec9-8a83-e3698809a340",
63+
"image": [
64+
{
65+
"attachment_public_uuid": "a07e6696-4800-4c5d-a30b-671cb1f3c198",
66+
"height": 128,
67+
"width": 128,
68+
"content_type": "image\/jpeg"
69+
}
70+
],
71+
"anchor_uuid": "d2d59347-b5b6-4db0-8c18-9897e23a7a49"
72+
},
73+
"public_nick_name": "New"
74+
},
75+
"status": "ACCEPTED"
76+
},
77+
{
78+
"alias": {
79+
"uuid": "fba128d6-0819-424f-b5bf-b7cd556a6438",
80+
"display_name": "Drake (Person b)",
81+
"country": "000",
82+
"avatar": {
83+
"uuid": "6e9e8e6b-b6d6-44b9-83c3-ab7150921ab1",
84+
"image": [
85+
{
86+
"attachment_public_uuid": "f3f3c3de-09f3-4523-9bfb-ab33a664610e",
87+
"height": 1024,
88+
"width": 1024,
89+
"content_type": "image\/jpeg"
90+
}
91+
],
92+
"anchor_uuid": "fba128d6-0819-424f-b5bf-b7cd556a6438"
93+
},
94+
"public_nick_name": "Drake (Person b)"
95+
},
96+
"status": "PENDING"
97+
}
98+
]
99+
}

0 commit comments

Comments
 (0)