public enum PaymentMethodFlowActionType extends java.lang.Enum<PaymentMethodFlowActionType>
| Enum Constant and Description |
|---|
NONE |
THREE_D_SECURE |
UNRECOGNIZED |
| Modifier and Type | Method and Description |
|---|---|
static PaymentMethodFlowActionType |
fromValue(java.lang.String value) |
java.lang.String |
getValue() |
static PaymentMethodFlowActionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PaymentMethodFlowActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaymentMethodFlowActionType NONE
public static final PaymentMethodFlowActionType THREE_D_SECURE
public static final PaymentMethodFlowActionType UNRECOGNIZED
public static PaymentMethodFlowActionType[] values()
for (PaymentMethodFlowActionType c : PaymentMethodFlowActionType.values()) System.out.println(c);
public static PaymentMethodFlowActionType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static PaymentMethodFlowActionType fromValue(java.lang.String value)
public java.lang.String getValue()