Package com.stripe.param
Enum Class AccountUpdateParams.BusinessProfile.MinorityOwnedBusinessDesignation
java.lang.Object
java.lang.Enum<AccountUpdateParams.BusinessProfile.MinorityOwnedBusinessDesignation>
com.stripe.param.AccountUpdateParams.BusinessProfile.MinorityOwnedBusinessDesignation
- All Implemented Interfaces:
ApiRequestParams.EnumParam
,Serializable
,Comparable<AccountUpdateParams.BusinessProfile.MinorityOwnedBusinessDesignation>
,Constable
- Enclosing class:
- AccountUpdateParams.BusinessProfile
public static enum AccountUpdateParams.BusinessProfile.MinorityOwnedBusinessDesignation
extends Enum<AccountUpdateParams.BusinessProfile.MinorityOwnedBusinessDesignation>
implements ApiRequestParams.EnumParam
State, county, province, or region.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
-
Enum Constant Details
-
LGBTQI_OWNED_BUSINESS
@SerializedName("lgbtqi_owned_business") public static final AccountUpdateParams.BusinessProfile.MinorityOwnedBusinessDesignation LGBTQI_OWNED_BUSINESS -
MINORITY_OWNED_BUSINESS
@SerializedName("minority_owned_business") public static final AccountUpdateParams.BusinessProfile.MinorityOwnedBusinessDesignation MINORITY_OWNED_BUSINESS -
NONE_OF_THESE_APPLY
@SerializedName("none_of_these_apply") public static final AccountUpdateParams.BusinessProfile.MinorityOwnedBusinessDesignation NONE_OF_THESE_APPLY -
PREFER_NOT_TO_ANSWER
@SerializedName("prefer_not_to_answer") public static final AccountUpdateParams.BusinessProfile.MinorityOwnedBusinessDesignation PREFER_NOT_TO_ANSWER -
WOMEN_OWNED_BUSINESS
@SerializedName("women_owned_business") public static final AccountUpdateParams.BusinessProfile.MinorityOwnedBusinessDesignation WOMEN_OWNED_BUSINESS
-
-
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
public static AccountUpdateParams.BusinessProfile.MinorityOwnedBusinessDesignation 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
-