LoanPaymentAmount class

LoanPaymentAmount class

Loan payment amount class.

The LoanPaymentAmount type exposes the following members:

Constructors

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

Properties

PropertyDescription
payment_amountGets or sets the next loan payment amount.
payment_due_dateGets or sets the next payment due date
late_fee_amountGets or sets the late fees.
escrow_amountGets or sets the LoanPaymentAmount.escrow_amount for mortgages.
loan_payment_typeGets or sets the type of payment.

See Also