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