Package com.stripe.param
Enum Class SetupIntentCreateParams.PaymentMethodData.Sofort.Country
java.lang.Object
java.lang.Enum<SetupIntentCreateParams.PaymentMethodData.Sofort.Country>
com.stripe.param.SetupIntentCreateParams.PaymentMethodData.Sofort.Country
- All Implemented Interfaces:
ApiRequestParams.EnumParam
,Serializable
,Comparable<SetupIntentCreateParams.PaymentMethodData.Sofort.Country>
,Constable
- Enclosing class:
- SetupIntentCreateParams.PaymentMethodData.Sofort
public static enum SetupIntentCreateParams.PaymentMethodData.Sofort.Country
extends Enum<SetupIntentCreateParams.PaymentMethodData.Sofort.Country>
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
-
AT
@SerializedName("AT") public static final SetupIntentCreateParams.PaymentMethodData.Sofort.Country AT -
BE
@SerializedName("BE") public static final SetupIntentCreateParams.PaymentMethodData.Sofort.Country BE -
DE
@SerializedName("DE") public static final SetupIntentCreateParams.PaymentMethodData.Sofort.Country DE -
ES
@SerializedName("ES") public static final SetupIntentCreateParams.PaymentMethodData.Sofort.Country ES -
IT
@SerializedName("IT") public static final SetupIntentCreateParams.PaymentMethodData.Sofort.Country IT -
NL
@SerializedName("NL") public static final SetupIntentCreateParams.PaymentMethodData.Sofort.Country NL
-
-
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
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
-