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

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

Properties

PropertyDescription
bank_account_fromGets or sets the from of BankAccount.
support_transaction_detail_downloadIf account supports transaction detail downloads, yes, if it is balance-only, no.
transfer_sourceIf account is enabled as a source for an intrabank or interbank transfer, yes, otherwise, no.
transfer_destinationif account is enabled as a destination for an intrabank or interbank transfer, yes, otherwise, no.
loan_account_typeGets or sets the loan account type
maturity_dateGets or sets the maturity date for the CD, only applies to CD accounts.
maturity_amountGets or sets the amount at maturity for the CD, only applies to CD accounts.
minimum_balance_requiredGets or sets the minimum balance required to avoid service fees.
account_classificationGets or sets the account classification.
overdraft_limitGets or sets the current overdraft limit active on the account
service_statusGets or sets the status of the account.

See Also