LoanAccount

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.

public class LoanAccount : AbstractAccount

Constructors

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

Properties

NameDescription
LoanAccountId { get; set; }Gets or sets the account id.
LoanAccountType { get; set; }Gets or sets the account type.

See Also