AmortizationTransaction class

AmortizationTransaction class

Amortization transaction class.

The AmortizationTransaction type exposes the following members:

Constructors

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

Properties

Property Description
payment_number Gets or sets the loan payment number.
loan_init_balance Gets or sets the beginning balance before payment.
principal_balance Gets or sets the PrincipalBalanceType.
loan_transaction_amount Gets or sets the AmortizationTransaction.loan_transaction_amount.
loan_rate Gets or sets the LoanRateType.
amortization_type Gets or sets the amortization type.

See Also