LoanDetailType
Contents
[
Hide
]LoanDetailType class
Loan detail class.
public class LoanDetailType
Constructors
| Name | Description |
|---|---|
| LoanDetailType() | Initializes a new instance of LoanDetailType class. |
Properties
| Name | Description |
|---|---|
| EscrowBalance { get; set; } | Gets or sets the total amount held in escrow. |
| 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. |
| LoanMaturityDate { get; set; } | Gets or sets the expected loan end date. |
| LoanRemainingPayments { get; set; } | Gets or sets the remaining number of loan payments. |
| LoanStartDate { get; set; } | Gets or sets the start date of loan. |
| PrincipalBalance { get; set; } | Gets or sets the current loan principal balance. |
See Also
- namespace Aspose.Finance.Ofx
- assembly Aspose.Finance