public static enum PaymentIntentConfirmParams.PaymentMethodOptions.Card.Network extends java.lang.Enum<PaymentIntentConfirmParams.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 PaymentIntentConfirmParams.PaymentMethodOptions.Card.Network |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PaymentIntentConfirmParams.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 PaymentIntentConfirmParams.PaymentMethodOptions.Card.Network AMEX
@SerializedName(value="cartes_bancaires") public static final PaymentIntentConfirmParams.PaymentMethodOptions.Card.Network CARTES_BANCAIRES
@SerializedName(value="diners") public static final PaymentIntentConfirmParams.PaymentMethodOptions.Card.Network DINERS
@SerializedName(value="discover") public static final PaymentIntentConfirmParams.PaymentMethodOptions.Card.Network DISCOVER
@SerializedName(value="interac") public static final PaymentIntentConfirmParams.PaymentMethodOptions.Card.Network INTERAC
@SerializedName(value="jcb") public static final PaymentIntentConfirmParams.PaymentMethodOptions.Card.Network JCB
@SerializedName(value="mastercard") public static final PaymentIntentConfirmParams.PaymentMethodOptions.Card.Network MASTERCARD
@SerializedName(value="unionpay") public static final PaymentIntentConfirmParams.PaymentMethodOptions.Card.Network UNIONPAY
@SerializedName(value="unknown") public static final PaymentIntentConfirmParams.PaymentMethodOptions.Card.Network UNKNOWN
@SerializedName(value="visa") public static final PaymentIntentConfirmParams.PaymentMethodOptions.Card.Network VISA
public static PaymentIntentConfirmParams.PaymentMethodOptions.Card.Network[] values()
for (PaymentIntentConfirmParams.PaymentMethodOptions.Card.Network c : PaymentIntentConfirmParams.PaymentMethodOptions.Card.Network.values()) System.out.println(c);
public static PaymentIntentConfirmParams.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