Package com.stripe.param
Enum Class PaymentIntentCreateParams.PaymentMethodOptions.WechatPay.Client
java.lang.Object
java.lang.Enum<PaymentIntentCreateParams.PaymentMethodOptions.WechatPay.Client>
com.stripe.param.PaymentIntentCreateParams.PaymentMethodOptions.WechatPay.Client
- All Implemented Interfaces:
ApiRequestParams.EnumParam
,Serializable
,Comparable<PaymentIntentCreateParams.PaymentMethodOptions.WechatPay.Client>
,Constable
- Enclosing class:
- PaymentIntentCreateParams.PaymentMethodOptions.WechatPay
public static enum PaymentIntentCreateParams.PaymentMethodOptions.WechatPay.Client
extends Enum<PaymentIntentCreateParams.PaymentMethodOptions.WechatPay.Client>
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
-
ANDROID
@SerializedName("android") public static final PaymentIntentCreateParams.PaymentMethodOptions.WechatPay.Client ANDROID -
IOS
@SerializedName("ios") public static final PaymentIntentCreateParams.PaymentMethodOptions.WechatPay.Client IOS -
WEB
@SerializedName("web") public static final PaymentIntentCreateParams.PaymentMethodOptions.WechatPay.Client WEB
-
-
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
-