public static enum SessionCreateParams.PaymentMethodType extends java.lang.Enum<SessionCreateParams.PaymentMethodType> implements ApiRequestParams.EnumParam
| Enum Constant and Description |
|---|
ALIPAY |
BACS_DEBIT |
BANCONTACT |
CARD |
EPS |
FPX |
GIROPAY |
IDEAL |
P24 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
static SessionCreateParams.PaymentMethodType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SessionCreateParams.PaymentMethodType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="alipay") public static final SessionCreateParams.PaymentMethodType ALIPAY
@SerializedName(value="bacs_debit") public static final SessionCreateParams.PaymentMethodType BACS_DEBIT
@SerializedName(value="bancontact") public static final SessionCreateParams.PaymentMethodType BANCONTACT
@SerializedName(value="card") public static final SessionCreateParams.PaymentMethodType CARD
@SerializedName(value="eps") public static final SessionCreateParams.PaymentMethodType EPS
@SerializedName(value="fpx") public static final SessionCreateParams.PaymentMethodType FPX
@SerializedName(value="giropay") public static final SessionCreateParams.PaymentMethodType GIROPAY
@SerializedName(value="ideal") public static final SessionCreateParams.PaymentMethodType IDEAL
@SerializedName(value="p24") public static final SessionCreateParams.PaymentMethodType P24
public static SessionCreateParams.PaymentMethodType[] values()
for (SessionCreateParams.PaymentMethodType c : SessionCreateParams.PaymentMethodType.values()) System.out.println(c);
public static SessionCreateParams.PaymentMethodType 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 java.lang.String getValue()
getValue in interface ApiRequestParams.EnumParam