LoanTransactionAmount class

LoanTransactionAmount class

Loan transaction amount class.

The LoanTransactionAmount type exposes the following members:

Constructors

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

Properties

Property Description
principal_amount Gets or sets the amount of payment applied to principal.
interest_amount Gets or sets the amount of payment applied to interest.
escrow_amount Gets or sets the LoanTransactionAmount.escrow_amount for mortgages.
insurance Gets or sets the life, accident, health insurance on loan.

See Also