LoanPaymentAmount

LoanPaymentAmount class

Loan payment amount class.

public class LoanPaymentAmount

Constructors

NameDescription
LoanPaymentAmount()Initializes a new instance of LoanPaymentAmount class.

Properties

NameDescription
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