public static enum CheckoutPaymentsAction.CheckoutActionType extends Enum<CheckoutPaymentsAction.CheckoutActionType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CheckoutPaymentsAction.CheckoutActionType.Adapter |
| Enum Constant and Description |
|---|
QRCODE |
REDIRECT |
THREEDS2CHALLENGE |
THREEDS2FINGERPRINT |
VOUCHER |
| Modifier and Type | Method and Description |
|---|---|
static CheckoutPaymentsAction.CheckoutActionType |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static CheckoutPaymentsAction.CheckoutActionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckoutPaymentsAction.CheckoutActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CheckoutPaymentsAction.CheckoutActionType QRCODE
public static final CheckoutPaymentsAction.CheckoutActionType THREEDS2FINGERPRINT
public static final CheckoutPaymentsAction.CheckoutActionType THREEDS2CHALLENGE
public static final CheckoutPaymentsAction.CheckoutActionType VOUCHER
public static final CheckoutPaymentsAction.CheckoutActionType REDIRECT
public static CheckoutPaymentsAction.CheckoutActionType[] values()
for (CheckoutPaymentsAction.CheckoutActionType c : CheckoutPaymentsAction.CheckoutActionType.values()) System.out.println(c);
public static CheckoutPaymentsAction.CheckoutActionType 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 static CheckoutPaymentsAction.CheckoutActionType fromValue(String text)
public String getValue()
public String toString()
toString in class Enum<CheckoutPaymentsAction.CheckoutActionType>Copyright © 2019. All rights reserved.