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