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: LoanAccount → AbstractAccount
The LoanAccount type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| LoanAccount() | Initializes a new instance of LoanAccount class. |
Properties
| Property | Description |
|---|---|
| loan_account_id | Gets or sets the account id. |
| loan_account_type | Gets or sets the account type. |
See Also
- module aspose.finance.ofx
- class AbstractAccount