Record
account-identity
No description available.
record account-identity {
account-id: string,
balances: account-balance,
mask: string,
name: string,
official-name: string,
persistent-account-id: option<string>,
subtype: account-subtype,
type-op: account-type,
verification-status: option<account-base-verification-status-enum>,
owners: list<owner>,
}Fields
| Name | Type | Description |
|---|---|---|
| account-id | string | |
| balances | account-balance | |
| mask | string | |
| name | string | |
| official-name | string | |
| persistent-account-id | option<string> | |
| subtype | account-subtype | |
| type-op | account-type | |
| verification-status | option<account-base-verification-status-enum> | |
| owners | list<owner> |