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
| Name | Description |
|---|---|
| LoanAccount() | Initializes a new instance of LoanAccount class. |
Properties
| Name | Description |
|---|---|
| LoanAccountId { get; set; } | Gets or sets the account id. |
| LoanAccountType { get; set; } | Gets or sets the account type. |
See Also
- class AbstractAccount
- namespace Aspose.Finance.Ofx
- assembly Aspose.Finance