public enum PendingStatusCodeType extends Enum<PendingStatusCodeType>
| Enum Constant and Description |
|---|
ADDRESS |
AUTHORIZATION |
ECHECK |
INTL |
MULTICURRENCY |
NONE |
ORDER |
OTHER |
PAYMENTREVIEW |
REGULATORYREVIEW |
UNILATERAL |
UPGRADE |
VERIFY |
| Modifier and Type | Method and Description |
|---|---|
static PendingStatusCodeType |
fromValue(String v) |
String |
getValue() |
static PendingStatusCodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PendingStatusCodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PendingStatusCodeType NONE
public static final PendingStatusCodeType ECHECK
public static final PendingStatusCodeType INTL
public static final PendingStatusCodeType VERIFY
public static final PendingStatusCodeType ADDRESS
public static final PendingStatusCodeType UNILATERAL
public static final PendingStatusCodeType OTHER
public static final PendingStatusCodeType UPGRADE
public static final PendingStatusCodeType MULTICURRENCY
public static final PendingStatusCodeType AUTHORIZATION
public static final PendingStatusCodeType ORDER
public static final PendingStatusCodeType PAYMENTREVIEW
public static final PendingStatusCodeType REGULATORYREVIEW
public static PendingStatusCodeType[] values()
for (PendingStatusCodeType c : PendingStatusCodeType.values()) System.out.println(c);
public static PendingStatusCodeType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public static PendingStatusCodeType fromValue(String v)
Copyright © 2015. All Rights Reserved.