LoanPaymentEnum

LoanPaymentEnum enumeration

Loan payment type enum.

public enum LoanPaymentEnum

Values

NameValueDescription
INTONLY0Interest only payments required.
PRNANDINT1Principal and interest included in set payment.
PRNPLUSINT2Principal plus accrued interest owing.

See Also