LoanPaymentAmount class

LoanPaymentAmount class

Loan payment amount class.

The LoanPaymentAmount type exposes the following members:

Constructors

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

Properties

Property Description
payment_amount Gets or sets the next loan payment amount.
payment_due_date Gets or sets the next payment due date
late_fee_amount Gets or sets the late fees.
escrow_amount Gets or sets the LoanPaymentAmount.escrow_amount for mortgages.
loan_payment_type Gets or sets the type of payment.

See Also