public static interface PortalEnums.PinStatus
Modifier and Type | Field and Description |
---|---|
static int |
ACTIVE
fully functional, login subject to credit limit check *
|
static int |
CLOSED
permanently closed - system resources released *
|
static int |
DEFUNCT
defunct, faulty AAC creation - will be auto-cleansed *
|
static int |
INACTIVE
inactive - no logins, no fees being charged *
|
static int |
NOT_SET
if this is used, all types of accounts will be fetched *
|
static int |
TOBEDELETED
Is used to MARK for DELETION *
|
static final int DEFUNCT
static final int ACTIVE
static final int INACTIVE
static final int CLOSED
static final int NOT_SET
static final int TOBEDELETED