Skip to content

Commit 145eebd

Browse files
committed
Children fields for client and creator on a BalanceUpdate
1 parent dbfb379 commit 145eebd

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

pages/balance_updates/balance-update-object.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ attributes:
77
name: client
88
type: object
99
description: The client whose balance is being updated.
10+
children:
11+
- name: id
12+
type: integer
13+
description: Unique identifier for the object.
14+
- name: first_name
15+
type: string
16+
description: User's first name.
17+
- name: last_name
18+
type: string
19+
description: User's last name.
20+
- name: email
21+
type: string
22+
description: User's email address.
23+
- name: url
24+
type: string
25+
description: URL to the Client's object.
1026
-
1127
name: created
1228
type: datetime
@@ -15,6 +31,22 @@ attributes:
1531
name: creator
1632
type: object
1733
description: The user who created this balance update.
34+
children:
35+
- name: id
36+
type: integer
37+
description: Unique identifier for the object.
38+
- name: first_name
39+
type: string
40+
description: The User's first name.
41+
- name: last_name
42+
type: string
43+
description: The User's last name.
44+
- name: email
45+
type: string
46+
description: The User's email address.
47+
- name: url
48+
type: string
49+
description: URL to the Creator's object. (This field will not be present if the creator is an Administrator)
1850
-
1951
name: credit_amount
2052
type: decimal

0 commit comments

Comments
 (0)