Record
managed-account-balance
No description available.
record managed-account-balance {
available-credit: option<string>,
balance: option<string>,
credit-limit: option<string>,
currency: option<string>,
record-type: option<managed-account-balance-record-type-enum>,
}Fields
| Name | Type | Description |
|---|---|---|
| available-credit | option<string> | |
| balance | option<string> | |
| credit-limit | option<string> | |
| currency | option<string> | |
| record-type | option<managed-account-balance-record-type-enum> |