Package com.stripe.param.billingportal
Enum Class ConfigurationCreateParams.Features.CustomerUpdate.AllowedUpdate
java.lang.Object
java.lang.Enum<ConfigurationCreateParams.Features.CustomerUpdate.AllowedUpdate>
com.stripe.param.billingportal.ConfigurationCreateParams.Features.CustomerUpdate.AllowedUpdate
- All Implemented Interfaces:
ApiRequestParams.EnumParam
,Serializable
,Comparable<ConfigurationCreateParams.Features.CustomerUpdate.AllowedUpdate>
,Constable
- Enclosing class:
- ConfigurationCreateParams.Features.CustomerUpdate
public static enum ConfigurationCreateParams.Features.CustomerUpdate.AllowedUpdate
extends Enum<ConfigurationCreateParams.Features.CustomerUpdate.AllowedUpdate>
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
-
ADDRESS
@SerializedName("address") public static final ConfigurationCreateParams.Features.CustomerUpdate.AllowedUpdate ADDRESS -
EMAIL
@SerializedName("email") public static final ConfigurationCreateParams.Features.CustomerUpdate.AllowedUpdate EMAIL -
NAME
@SerializedName("name") public static final ConfigurationCreateParams.Features.CustomerUpdate.AllowedUpdate NAME -
PHONE
@SerializedName("phone") public static final ConfigurationCreateParams.Features.CustomerUpdate.AllowedUpdate PHONE -
SHIPPING
@SerializedName("shipping") public static final ConfigurationCreateParams.Features.CustomerUpdate.AllowedUpdate SHIPPING -
TAX_ID
@SerializedName("tax_id") public static final ConfigurationCreateParams.Features.CustomerUpdate.AllowedUpdate TAX_ID
-
-
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
-