LoanAccountInfo
Contents
[
Hide
]LoanAccountInfo class
Loan account information.
public class LoanAccountInfo : AbstractAccountInfo
Constructors
| Name | Description |
|---|---|
| LoanAccountInfo() | Initializes a new instance of LoanAccountInfo class. |
Properties
| Name | Description |
|---|---|
| AccountClassification { get; set; } | Gets or sets the account classification. |
| BalloonAmount { get; set; } | Gets or sets the balloon amount, Not included or zero for regular loans, otherwise Balloon amount. |
| LoanAccountFrom { get; set; } | Gets or sets the from of LoanAccount. |
| LoanFrequency { get; set; } | Gets or sets the frequency of payments. |
| LoanInitialBalance { get; set; } | Gets or sets the initial loan balance |
| LoanInitialNumberPayments { get; set; } | Gets or sets the initial number of loan payments. |
| LoanInterest { get; set; } | Gets or sets the loan Interest. |
| LoanInterestRate { get; set; } | Gets or sets the loan rate. |
| LoanMaturityDate { get; set; } | Gets or sets the expected loan end date. |
| LoanPayment { get; set; } | Gets or sets the loan payment. |
| LoanRemainingPayments { get; set; } | Gets or sets the remaining number of loan payments |
| LoanStartDate { get; set; } | Gets or sets the start date of loan. |
| LoanType { get; set; } | Gets or sets the loan type. |
| PrincipalBalance { get; set; } | Gets or sets the loan principal balance type. |
| ServiceStatus { get; set; } | Gets or sets the status of the account. |
| SupportTransactionDetailDownload { get; set; } | If account supports transaction detail downloads, yes, if it is balance-only, no. |
| TransferDestination { get; set; } | if account is enabled as a destination for an intrabank or interbank transfer, yes, otherwise, no. |
| TransferSource { get; set; } | If account is enabled as a source for an intrabank or interbank transfer, yes, otherwise, no. |
See Also
- class AbstractAccountInfo
- namespace Aspose.Finance.Ofx
- assembly Aspose.Finance