Record
account
No description available.
record account {
created: option<string>,
iban: option<string>,
id: option<string>,
institution-id: option<string>,
last-accessed: option<string>,
owner-name: option<string>,
status: option<account-status-enum>,
}Fields
| Name | Type | Description |
|---|---|---|
| created | option<string> | |
| iban | option<string> | |
| id | option<string> | |
| institution-id | option<string> | |
| last-accessed | option<string> | |
| owner-name | option<string> | |
| status | option<account-status-enum> |