Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Enum Constant Details
CHECKED_INVALID
public static final StateType CHECKED_INVALID
PENDING_APPROVAL
public static final StateType PENDING_APPROVAL
PAYMENT_AUTHORIZED
public static final StateType PAYMENT_AUTHORIZED
PENDING_APPROVAL_FROM_MERCHANT
public static final StateType PENDING_APPROVAL_FROM_MERCHANT
PAYMENT_NOT_AUTHORIZED
public static final StateType PAYMENT_NOT_AUTHORIZED
PAYMENT_AMOUNT_RESERVED
public static final StateType PAYMENT_AMOUNT_RESERVED
PAYMENT_AMOUNT_NOT_RESERVED
public static final StateType PAYMENT_AMOUNT_NOT_RESERVED
PAYMENT_CAPTURED
public static final StateType PAYMENT_CAPTURED
PAYMENT_NOT_CAPTURED
public static final StateType PAYMENT_NOT_CAPTURED
APPROVED_BY_MERCHANT
public static final StateType APPROVED_BY_MERCHANT
REJECTED_BY_MERCHANT
public static final StateType REJECTED_BY_MERCHANT
ASSIGNED_TO_ADMIN
public static final StateType ASSIGNED_TO_ADMIN
PROCESSING_ERROR
public static final StateType PROCESSING_ERROR
B2B_PROCESSING_ERROR
public static final StateType B2B_PROCESSING_ERROR
WAIT_FRAUD_MANUAL_CHECK
public static final StateType WAIT_FRAUD_MANUAL_CHECK
PAYMENT_NOT_VOIDED
public static final StateType PAYMENT_NOT_VOIDED
TAX_NOT_COMMITTED
public static final StateType TAX_NOT_COMMITTED
TAX_NOT_REQUOTED
public static final StateType TAX_NOT_REQUOTED
Method Details
values
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum class has no constant with the specified name
NullPointerException - if the argument is null