Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 410 Bytes

File metadata and controls

15 lines (7 loc) · 410 Bytes

SubAccount

Represents a sub-account with a specific currency and balance.

Properties

Name Type Description Notes
currency String The three-character ISO 4217 currency symbol of the sub-account. [optional]
amount Double The balance of the sub-account in the specified currency. [optional]