public static enum PaymentIntentCreateParams.PaymentMethodOptions.Card.Network extends java.lang.Enum<PaymentIntentCreateParams.PaymentMethodOptions.Card.Network> implements ApiRequestParams.EnumParam
| Enum Constant and Description |
|---|
AMEX |
CARTES_BANCAIRES |
DINERS |
DISCOVER |
INTERAC |
JCB |
MASTERCARD |
UNIONPAY |
UNKNOWN |
VISA |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
static PaymentIntentCreateParams.PaymentMethodOptions.Card.Network |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PaymentIntentCreateParams.PaymentMethodOptions.Card.Network[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="amex") public static final PaymentIntentCreateParams.PaymentMethodOptions.Card.Network AMEX
@SerializedName(value="cartes_bancaires") public static final PaymentIntentCreateParams.PaymentMethodOptions.Card.Network CARTES_BANCAIRES
@SerializedName(value="diners") public static final PaymentIntentCreateParams.PaymentMethodOptions.Card.Network DINERS
@SerializedName(value="discover") public static final PaymentIntentCreateParams.PaymentMethodOptions.Card.Network DISCOVER
@SerializedName(value="interac") public static final PaymentIntentCreateParams.PaymentMethodOptions.Card.Network INTERAC
@SerializedName(value="jcb") public static final PaymentIntentCreateParams.PaymentMethodOptions.Card.Network JCB
@SerializedName(value="mastercard") public static final PaymentIntentCreateParams.PaymentMethodOptions.Card.Network MASTERCARD
@SerializedName(value="unionpay") public static final PaymentIntentCreateParams.PaymentMethodOptions.Card.Network UNIONPAY
@SerializedName(value="unknown") public static final PaymentIntentCreateParams.PaymentMethodOptions.Card.Network UNKNOWN
@SerializedName(value="visa") public static final PaymentIntentCreateParams.PaymentMethodOptions.Card.Network VISA
public static PaymentIntentCreateParams.PaymentMethodOptions.Card.Network[] values()
for (PaymentIntentCreateParams.PaymentMethodOptions.Card.Network c : PaymentIntentCreateParams.PaymentMethodOptions.Card.Network.values()) System.out.println(c);
public static PaymentIntentCreateParams.PaymentMethodOptions.Card.Network 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