Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 381 Bytes

File metadata and controls

15 lines (7 loc) · 381 Bytes

Balance

Represents a balance with an account number and a list of sub-accounts.

Properties

Name Type Description Notes
accountNumber Integer The account number. [optional]
subAccounts List<SubAccount> A list of sub-accounts. [optional]