LoanAccount class

LoanAccount class

Open Financial Exchange uses the Loan Account to identify a loan account at a financial institution.The class contains enough information to uniquely identify an account for the purpose of statement download and funds transfer.

Inheritance: LoanAccountAbstractAccount

The LoanAccount type exposes the following members:

Constructors

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

Properties

PropertyDescription
loan_account_idGets or sets the account id.
loan_account_typeGets or sets the account type.

See Also