BankAccount class
BankAccount class
OFX uses the Banking Account aggregates to identify an account at an FI. The aggregates contain enough information to uniquely identify an account for the purposes of statement download, bill payment, and funds transfer.
Inheritance: BankAccount → AbstractAccount
The BankAccount type exposes the following members:
Constructors
Constructor | Description |
---|---|
BankAccount() | Initializes a new instance of BankAccount class. |
Properties
Property | Description |
---|---|
bank_id | Gets or sets the bank identifier. |
branch_id | Gets or sets the branch identifier. May be required for some non-US banks. |
account_id | Gets or sets the account identifier. |
account_type | Gets or sets the account type |
account_key | Gets or sets the checksum. |
See Also
- module aspose.finance.ofx
- class AbstractAccount