Rev 28241 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
package com.spice.profitmandi.dao.enumuration.fofo;
public enum LoanPaymentStatus {
public enum PaymentStatus {
INIT, SUCCESS, FAILED;
}