public enum PaymentMethodType extends java.lang.Enum<PaymentMethodType>
| Enum Constant and Description |
|---|
ALIPAY |
APPLE_PAY |
BANCONTACT |
BITPAY |
BLIK |
BOLETO |
EPS |
ESTONIANBANKS |
GOOGLE_PAY |
IDEAL |
KLARNA_DEBIT_RISK |
LATVIANBANKS |
LITHUANIANBANKS |
MAXIMA |
MULTIBANCO |
MYBANK |
P24 |
PAYPOST |
PAYSAFECARD |
PAYSAFECASH |
PAYSERA |
PAYU |
PERLAS |
SKRILL |
SWISH |
THREE_D_SECURE |
TRUSTLY |
UNIONPAY |
UNRECOGNIZED
Used when received value can't be mapped to this enumeration.
|
VERKKOPANKKI |
WECHATPAY |
| Modifier and Type | Method and Description |
|---|---|
static PaymentMethodType |
fromValue(java.lang.String value) |
java.lang.String |
getValue() |
static PaymentMethodType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PaymentMethodType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaymentMethodType APPLE_PAY
public static final PaymentMethodType ALIPAY
public static final PaymentMethodType BANCONTACT
public static final PaymentMethodType BITPAY
public static final PaymentMethodType BLIK
public static final PaymentMethodType BOLETO
public static final PaymentMethodType EPS
public static final PaymentMethodType ESTONIANBANKS
public static final PaymentMethodType IDEAL
public static final PaymentMethodType KLARNA_DEBIT_RISK
public static final PaymentMethodType LATVIANBANKS
public static final PaymentMethodType LITHUANIANBANKS
public static final PaymentMethodType MAXIMA
public static final PaymentMethodType MULTIBANCO
public static final PaymentMethodType MYBANK
public static final PaymentMethodType P24
public static final PaymentMethodType PAYPOST
public static final PaymentMethodType PAYSAFECARD
public static final PaymentMethodType PAYSAFECASH
public static final PaymentMethodType PAYSERA
public static final PaymentMethodType PAYU
public static final PaymentMethodType PERLAS
public static final PaymentMethodType SKRILL
public static final PaymentMethodType SWISH
public static final PaymentMethodType TRUSTLY
public static final PaymentMethodType UNIONPAY
public static final PaymentMethodType VERKKOPANKKI
public static final PaymentMethodType WECHATPAY
public static final PaymentMethodType GOOGLE_PAY
public static final PaymentMethodType THREE_D_SECURE
public static final PaymentMethodType UNRECOGNIZED
public static PaymentMethodType[] values()
for (PaymentMethodType c : PaymentMethodType.values()) System.out.println(c);
public static 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 static PaymentMethodType fromValue(java.lang.String value)
public java.lang.String getValue()