Package com.stripe.param
Enum Class SubscriptionCreateParams.PaymentSettings.PaymentMethodOptions.Card.Network
java.lang.Object
java.lang.Enum<SubscriptionCreateParams.PaymentSettings.PaymentMethodOptions.Card.Network>
com.stripe.param.SubscriptionCreateParams.PaymentSettings.PaymentMethodOptions.Card.Network
- All Implemented Interfaces:
ApiRequestParams.EnumParam
,Serializable
,Comparable<SubscriptionCreateParams.PaymentSettings.PaymentMethodOptions.Card.Network>
,Constable
- Enclosing class:
- SubscriptionCreateParams.PaymentSettings.PaymentMethodOptions.Card
public static enum SubscriptionCreateParams.PaymentSettings.PaymentMethodOptions.Card.Network
extends Enum<SubscriptionCreateParams.PaymentSettings.PaymentMethodOptions.Card.Network>
implements ApiRequestParams.EnumParam
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
-
Enum Constant Details
-
AMEX
@SerializedName("amex") public static final SubscriptionCreateParams.PaymentSettings.PaymentMethodOptions.Card.Network AMEX -
CARTES_BANCAIRES
@SerializedName("cartes_bancaires") public static final SubscriptionCreateParams.PaymentSettings.PaymentMethodOptions.Card.Network CARTES_BANCAIRES -
DINERS
@SerializedName("diners") public static final SubscriptionCreateParams.PaymentSettings.PaymentMethodOptions.Card.Network DINERS -
DISCOVER
@SerializedName("discover") public static final SubscriptionCreateParams.PaymentSettings.PaymentMethodOptions.Card.Network DISCOVER -
EFTPOS_AU
@SerializedName("eftpos_au") public static final SubscriptionCreateParams.PaymentSettings.PaymentMethodOptions.Card.Network EFTPOS_AU -
GIROCARD
@SerializedName("girocard") public static final SubscriptionCreateParams.PaymentSettings.PaymentMethodOptions.Card.Network GIROCARD -
INTERAC
@SerializedName("interac") public static final SubscriptionCreateParams.PaymentSettings.PaymentMethodOptions.Card.Network INTERAC -
JCB
@SerializedName("jcb") public static final SubscriptionCreateParams.PaymentSettings.PaymentMethodOptions.Card.Network JCB -
MASTERCARD
@SerializedName("mastercard") public static final SubscriptionCreateParams.PaymentSettings.PaymentMethodOptions.Card.Network MASTERCARD -
UNIONPAY
@SerializedName("unionpay") public static final SubscriptionCreateParams.PaymentSettings.PaymentMethodOptions.Card.Network UNIONPAY -
UNKNOWN
@SerializedName("unknown") public static final SubscriptionCreateParams.PaymentSettings.PaymentMethodOptions.Card.Network UNKNOWN -
VISA
@SerializedName("visa") public static final SubscriptionCreateParams.PaymentSettings.PaymentMethodOptions.Card.Network VISA
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
public static SubscriptionCreateParams.PaymentSettings.PaymentMethodOptions.Card.Network valueOf(String name) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
getValue
- Specified by:
getValue
in interfaceApiRequestParams.EnumParam
-