Record
bank-account
No description available.
record bank-account {
account-number-suffix: string,
account-type: string,
bank-name: option<string>,
country: string,
creditable: bool,
currency: string,
debit-mandate-reference-id: option<string>,
debitable: bool,
fingerprint: option<string>,
holder-name: string,
id: string,
location-id: option<string>,
primary-bank-identification-number: string,
reference-id: option<string>,
secondary-bank-identification-number: option<string>,
status: string,
version: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| account-number-suffix | string | |
| account-type | string | |
| bank-name | option<string> | |
| country | string | |
| creditable | bool | |
| currency | string | |
| debit-mandate-reference-id | option<string> | |
| debitable | bool | |
| fingerprint | option<string> | |
| holder-name | string | |
| id | string | |
| location-id | option<string> | |
| primary-bank-identification-number | string | |
| reference-id | option<string> | |
| secondary-bank-identification-number | option<string> | |
| status | string | |
| version | option<s32> |