public static enum CheckoutPaymentsAction.CheckoutActionType extends Enum<CheckoutPaymentsAction.CheckoutActionType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CheckoutPaymentsAction.CheckoutActionType.Adapter |
| Enum Constant and Description |
|---|
AWAIT |
BANKTRANSFER |
DONATE |
QRCODE |
REDIRECT |
SDK |
THREEDS2 |
VOUCHER |
WECHATPAYSDK |
| 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 AWAIT
public static final CheckoutPaymentsAction.CheckoutActionType QRCODE
public static final CheckoutPaymentsAction.CheckoutActionType REDIRECT
public static final CheckoutPaymentsAction.CheckoutActionType THREEDS2
public static final CheckoutPaymentsAction.CheckoutActionType VOUCHER
public static final CheckoutPaymentsAction.CheckoutActionType SDK
public static final CheckoutPaymentsAction.CheckoutActionType WECHATPAYSDK
public static final CheckoutPaymentsAction.CheckoutActionType BANKTRANSFER
public static final CheckoutPaymentsAction.CheckoutActionType DONATE
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 String getValue()
public String toString()
toString in class Enum<CheckoutPaymentsAction.CheckoutActionType>public static CheckoutPaymentsAction.CheckoutActionType fromValue(String text)
Copyright © 2022. All rights reserved.