Package com.stripe.param
Enum Class AccountCreateParams.BusinessProfile.MinorityOwnedBusinessDesignation
java.lang.Object
java.lang.Enum<AccountCreateParams.BusinessProfile.MinorityOwnedBusinessDesignation>
com.stripe.param.AccountCreateParams.BusinessProfile.MinorityOwnedBusinessDesignation
- All Implemented Interfaces:
ApiRequestParams.EnumParam
,Serializable
,Comparable<AccountCreateParams.BusinessProfile.MinorityOwnedBusinessDesignation>
,Constable
- Enclosing class:
- AccountCreateParams.BusinessProfile
public static enum AccountCreateParams.BusinessProfile.MinorityOwnedBusinessDesignation
extends Enum<AccountCreateParams.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 AccountCreateParams.BusinessProfile.MinorityOwnedBusinessDesignation LGBTQI_OWNED_BUSINESS -
MINORITY_OWNED_BUSINESS
@SerializedName("minority_owned_business") public static final AccountCreateParams.BusinessProfile.MinorityOwnedBusinessDesignation MINORITY_OWNED_BUSINESS -
NONE_OF_THESE_APPLY
@SerializedName("none_of_these_apply") public static final AccountCreateParams.BusinessProfile.MinorityOwnedBusinessDesignation NONE_OF_THESE_APPLY -
PREFER_NOT_TO_ANSWER
@SerializedName("prefer_not_to_answer") public static final AccountCreateParams.BusinessProfile.MinorityOwnedBusinessDesignation PREFER_NOT_TO_ANSWER -
WOMEN_OWNED_BUSINESS
@SerializedName("women_owned_business") public static final AccountCreateParams.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 AccountCreateParams.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
-