Package com.stripe.param
Enum Class OrderCreateParams.Payment.Settings.PaymentMethodOptions.Paypal.PreferredLocale
java.lang.Object
java.lang.Enum<OrderCreateParams.Payment.Settings.PaymentMethodOptions.Paypal.PreferredLocale>
com.stripe.param.OrderCreateParams.Payment.Settings.PaymentMethodOptions.Paypal.PreferredLocale
- All Implemented Interfaces:
ApiRequestParams.EnumParam
,Serializable
,Comparable<OrderCreateParams.Payment.Settings.PaymentMethodOptions.Paypal.PreferredLocale>
,Constable
- Enclosing class:
OrderCreateParams.Payment.Settings.PaymentMethodOptions.Paypal
public static enum OrderCreateParams.Payment.Settings.PaymentMethodOptions.Paypal.PreferredLocale
extends Enum<OrderCreateParams.Payment.Settings.PaymentMethodOptions.Paypal.PreferredLocale>
implements ApiRequestParams.EnumParam
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Method Summary
-
Enum Constant Details
-
CS_CZ
@SerializedName("cs_CZ") public static final OrderCreateParams.Payment.Settings.PaymentMethodOptions.Paypal.PreferredLocale CS_CZ -
DA_DK
@SerializedName("da_DK") public static final OrderCreateParams.Payment.Settings.PaymentMethodOptions.Paypal.PreferredLocale DA_DK -
DE_AT
@SerializedName("de_AT") public static final OrderCreateParams.Payment.Settings.PaymentMethodOptions.Paypal.PreferredLocale DE_AT -
DE_DE
@SerializedName("de_DE") public static final OrderCreateParams.Payment.Settings.PaymentMethodOptions.Paypal.PreferredLocale DE_DE -
DE_LU
@SerializedName("de_LU") public static final OrderCreateParams.Payment.Settings.PaymentMethodOptions.Paypal.PreferredLocale DE_LU -
EL_GR
@SerializedName("el_GR") public static final OrderCreateParams.Payment.Settings.PaymentMethodOptions.Paypal.PreferredLocale EL_GR -
EN_GB
@SerializedName("en_GB") public static final OrderCreateParams.Payment.Settings.PaymentMethodOptions.Paypal.PreferredLocale EN_GB -
EN_US
@SerializedName("en_US") public static final OrderCreateParams.Payment.Settings.PaymentMethodOptions.Paypal.PreferredLocale EN_US -
ES_ES
@SerializedName("es_ES") public static final OrderCreateParams.Payment.Settings.PaymentMethodOptions.Paypal.PreferredLocale ES_ES -
FI_FI
@SerializedName("fi_FI") public static final OrderCreateParams.Payment.Settings.PaymentMethodOptions.Paypal.PreferredLocale FI_FI -
FR_BE
@SerializedName("fr_BE") public static final OrderCreateParams.Payment.Settings.PaymentMethodOptions.Paypal.PreferredLocale FR_BE -
FR_FR
@SerializedName("fr_FR") public static final OrderCreateParams.Payment.Settings.PaymentMethodOptions.Paypal.PreferredLocale FR_FR -
FR_LU
@SerializedName("fr_LU") public static final OrderCreateParams.Payment.Settings.PaymentMethodOptions.Paypal.PreferredLocale FR_LU -
HU_HU
@SerializedName("hu_HU") public static final OrderCreateParams.Payment.Settings.PaymentMethodOptions.Paypal.PreferredLocale HU_HU -
IT_IT
@SerializedName("it_IT") public static final OrderCreateParams.Payment.Settings.PaymentMethodOptions.Paypal.PreferredLocale IT_IT -
NL_BE
@SerializedName("nl_BE") public static final OrderCreateParams.Payment.Settings.PaymentMethodOptions.Paypal.PreferredLocale NL_BE -
NL_NL
@SerializedName("nl_NL") public static final OrderCreateParams.Payment.Settings.PaymentMethodOptions.Paypal.PreferredLocale NL_NL -
PL_PL
@SerializedName("pl_PL") public static final OrderCreateParams.Payment.Settings.PaymentMethodOptions.Paypal.PreferredLocale PL_PL -
PT_PT
@SerializedName("pt_PT") public static final OrderCreateParams.Payment.Settings.PaymentMethodOptions.Paypal.PreferredLocale PT_PT -
SK_SK
@SerializedName("sk_SK") public static final OrderCreateParams.Payment.Settings.PaymentMethodOptions.Paypal.PreferredLocale SK_SK -
SV_SE
@SerializedName("sv_SE") public static final OrderCreateParams.Payment.Settings.PaymentMethodOptions.Paypal.PreferredLocale SV_SE
-
-
Method Details
-
values
public static OrderCreateParams.Payment.Settings.PaymentMethodOptions.Paypal.PreferredLocale[] 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 OrderCreateParams.Payment.Settings.PaymentMethodOptions.Paypal.PreferredLocale 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
-