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