BankAccountInfo class

BankAccountInfo class

OFX uses the bank account information aggregate to download account information from an FI.

Inheritance: BankAccountInfoAbstractAccountInfo

The BankAccountInfo type exposes the following members:

Constructors

Constructor Description
BankAccountInfo() Initializes a new instance of BankAccountInfo class.

Properties

Property Description
bank_account_from Gets or sets the from of BankAccount.
support_transaction_detail_download If account supports transaction detail downloads, yes, if it is balance-only, no.
transfer_source If account is enabled as a source for an intrabank or interbank transfer, yes, otherwise, no.
transfer_destination if account is enabled as a destination for an intrabank or interbank transfer, yes, otherwise, no.
loan_account_type Gets or sets the loan account type
maturity_date Gets or sets the maturity date for the CD, only applies to CD accounts.
maturity_amount Gets or sets the amount at maturity for the CD, only applies to CD accounts.
minimum_balance_required Gets or sets the minimum balance required to avoid service fees.
account_classification Gets or sets the account classification.
overdraft_limit Gets or sets the current overdraft limit active on the account
service_status Gets or sets the status of the account.

See Also