LoanPaymentAmount

LoanPaymentAmount class

Loan payment amount class.

public class LoanPaymentAmount

Constructors

Name Description
LoanPaymentAmount() Initializes a new instance of LoanPaymentAmount class.

Properties

Name Description
EscrowAmount { get; set; } Gets or sets the EscrowAmount for mortgages.
LateFeeAmount { get; set; } Gets or sets the late fees.
LoanPaymentType { get; set; } Gets or sets the type of payment.
PaymentAmount { get; set; } Gets or sets the next loan payment amount.
PaymentDueDate { get; set; } Gets or sets the next payment due date

See Also