LoanPaymentEnum

LoanPaymentEnum enumeration

Loan payment type enum.

public enum LoanPaymentEnum

Values

Name Value Description
INTONLY 0 Interest only payments required.
PRNANDINT 1 Principal and interest included in set payment.
PRNPLUSINT 2 Principal plus accrued interest owing.

See Also