Represents a balance with an account number and a list of sub-accounts.
| Name | Type | Description | Notes |
|---|---|---|---|
| accountNumber | Integer | The account number. | [optional] |
| subAccounts | List<SubAccount> | A list of sub-accounts. | [optional] |
Represents a balance with an account number and a list of sub-accounts.
| Name | Type | Description | Notes |
|---|---|---|---|
| accountNumber | Integer | The account number. | [optional] |
| subAccounts | List<SubAccount> | A list of sub-accounts. | [optional] |