FutureProg types
BankAccount
| Property | Return type | Help |
|---|---|---|
.accountnumber |
Number |
The account number to access this bank account |
.accounttype |
BankAccountType |
The account type for this account |
.balance |
Number |
The current balance of this account |
.bank |
Bank |
The bank this account is with |
.id |
Number |
The ID of the bank account |
.name |
Text |
The name of the bank account |
.status |
Text |
The status of the bank account; Active, Locked, Suspended or Closed |