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: BankAccountAbstractAccount

The BankAccount type exposes the following members:

Constructors

ConstructorDescription
BankAccount()Initializes a new instance of BankAccount class.

Properties

PropertyDescription
bank_idGets or sets the bank identifier.
branch_idGets or sets the branch identifier. May be required for some non-US banks.
account_idGets or sets the account identifier.
account_typeGets or sets the account type
account_keyGets or sets the checksum.

See Also