Package com.adyen.model.checkout
Enum StoredPaymentMethodDetails.TypeEnum
- java.lang.Object
-
- java.lang.Enum<StoredPaymentMethodDetails.TypeEnum>
-
- com.adyen.model.checkout.StoredPaymentMethodDetails.TypeEnum
-
- All Implemented Interfaces:
Serializable,Comparable<StoredPaymentMethodDetails.TypeEnum>
- Enclosing class:
- StoredPaymentMethodDetails
public static enum StoredPaymentMethodDetails.TypeEnum extends Enum<StoredPaymentMethodDetails.TypeEnum>
The payment method type.
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StoredPaymentMethodDetails.TypeEnumfromValue(String value)StringgetValue()StringtoString()static StoredPaymentMethodDetails.TypeEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static StoredPaymentMethodDetails.TypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ALIPAY_PLUS
public static final StoredPaymentMethodDetails.TypeEnum ALIPAY_PLUS
-
ALIPAY_PLUS_ALIPAY_CN
public static final StoredPaymentMethodDetails.TypeEnum ALIPAY_PLUS_ALIPAY_CN
-
ALIPAY_PLUS_ALIPAY_HK
public static final StoredPaymentMethodDetails.TypeEnum ALIPAY_PLUS_ALIPAY_HK
-
ALIPAY_PLUS_DANA
public static final StoredPaymentMethodDetails.TypeEnum ALIPAY_PLUS_DANA
-
ALIPAY_PLUS_GCASH
public static final StoredPaymentMethodDetails.TypeEnum ALIPAY_PLUS_GCASH
-
ALIPAY_PLUS_KAKAOPAY
public static final StoredPaymentMethodDetails.TypeEnum ALIPAY_PLUS_KAKAOPAY
-
ALIPAY_PLUS_KPLUS
public static final StoredPaymentMethodDetails.TypeEnum ALIPAY_PLUS_KPLUS
-
ALIPAY_PLUS_NAVERPAY
public static final StoredPaymentMethodDetails.TypeEnum ALIPAY_PLUS_NAVERPAY
-
ALIPAY_PLUS_RABBITLINEPAY
public static final StoredPaymentMethodDetails.TypeEnum ALIPAY_PLUS_RABBITLINEPAY
-
ALIPAY_PLUS_TOSSPAY
public static final StoredPaymentMethodDetails.TypeEnum ALIPAY_PLUS_TOSSPAY
-
ALIPAY_PLUS_TOUCHNGO
public static final StoredPaymentMethodDetails.TypeEnum ALIPAY_PLUS_TOUCHNGO
-
ALIPAY_PLUS_TRUEMONEY
public static final StoredPaymentMethodDetails.TypeEnum ALIPAY_PLUS_TRUEMONEY
-
BCMC_MOBILE
public static final StoredPaymentMethodDetails.TypeEnum BCMC_MOBILE
-
BCMC_MOBILE_QR
public static final StoredPaymentMethodDetails.TypeEnum BCMC_MOBILE_QR
-
BCMC_MOBILE_APP
public static final StoredPaymentMethodDetails.TypeEnum BCMC_MOBILE_APP
-
MOMO_WALLET
public static final StoredPaymentMethodDetails.TypeEnum MOMO_WALLET
-
MOMO_WALLET_APP
public static final StoredPaymentMethodDetails.TypeEnum MOMO_WALLET_APP
-
PAYMAYA_WALLET
public static final StoredPaymentMethodDetails.TypeEnum PAYMAYA_WALLET
-
GRABPAY_SG
public static final StoredPaymentMethodDetails.TypeEnum GRABPAY_SG
-
GRABPAY_MY
public static final StoredPaymentMethodDetails.TypeEnum GRABPAY_MY
-
GRABPAY_TH
public static final StoredPaymentMethodDetails.TypeEnum GRABPAY_TH
-
GRABPAY_ID
public static final StoredPaymentMethodDetails.TypeEnum GRABPAY_ID
-
GRABPAY_VN
public static final StoredPaymentMethodDetails.TypeEnum GRABPAY_VN
-
GRABPAY_PH
public static final StoredPaymentMethodDetails.TypeEnum GRABPAY_PH
-
OXXO
public static final StoredPaymentMethodDetails.TypeEnum OXXO
-
GCASH
public static final StoredPaymentMethodDetails.TypeEnum GCASH
-
DANA
public static final StoredPaymentMethodDetails.TypeEnum DANA
-
KAKAOPAY
public static final StoredPaymentMethodDetails.TypeEnum KAKAOPAY
-
TRUEMONEY
public static final StoredPaymentMethodDetails.TypeEnum TRUEMONEY
-
PAYSAFECARD
public static final StoredPaymentMethodDetails.TypeEnum PAYSAFECARD
-
-
Method Detail
-
values
public static StoredPaymentMethodDetails.TypeEnum[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (StoredPaymentMethodDetails.TypeEnum c : StoredPaymentMethodDetails.TypeEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static StoredPaymentMethodDetails.TypeEnum valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public String getValue()
-
toString
public String toString()
- Overrides:
toStringin classEnum<StoredPaymentMethodDetails.TypeEnum>
-
fromValue
public static StoredPaymentMethodDetails.TypeEnum fromValue(String value)
-
-