Package com.stripe.param.v2.core
Enum Class AccountTokenCreateParams.Identity.BusinessDetails.Structure
java.lang.Object
java.lang.Enum<AccountTokenCreateParams.Identity.BusinessDetails.Structure>
com.stripe.param.v2.core.AccountTokenCreateParams.Identity.BusinessDetails.Structure
- All Implemented Interfaces:
ApiRequestParams.EnumParam,Serializable,Comparable<AccountTokenCreateParams.Identity.BusinessDetails.Structure>,Constable
- Enclosing class:
- AccountTokenCreateParams.Identity.BusinessDetails
public static enum AccountTokenCreateParams.Identity.BusinessDetails.Structure
extends Enum<AccountTokenCreateParams.Identity.BusinessDetails.Structure>
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 ConstantsEnum ConstantDescription -
Method Summary
-
Enum Constant Details
-
COOPERATIVE
@SerializedName("cooperative") public static final AccountTokenCreateParams.Identity.BusinessDetails.Structure COOPERATIVE -
FREE_ZONE_ESTABLISHMENT
@SerializedName("free_zone_establishment") public static final AccountTokenCreateParams.Identity.BusinessDetails.Structure FREE_ZONE_ESTABLISHMENT -
FREE_ZONE_LLC
@SerializedName("free_zone_llc") public static final AccountTokenCreateParams.Identity.BusinessDetails.Structure FREE_ZONE_LLC -
GOVERNMENTAL_UNIT
@SerializedName("governmental_unit") public static final AccountTokenCreateParams.Identity.BusinessDetails.Structure GOVERNMENTAL_UNIT -
GOVERNMENT_INSTRUMENTALITY
@SerializedName("government_instrumentality") public static final AccountTokenCreateParams.Identity.BusinessDetails.Structure GOVERNMENT_INSTRUMENTALITY -
INCORPORATED_ASSOCIATION
@SerializedName("incorporated_association") public static final AccountTokenCreateParams.Identity.BusinessDetails.Structure INCORPORATED_ASSOCIATION -
INCORPORATED_NON_PROFIT
@SerializedName("incorporated_non_profit") public static final AccountTokenCreateParams.Identity.BusinessDetails.Structure INCORPORATED_NON_PROFIT -
INCORPORATED_PARTNERSHIP
@SerializedName("incorporated_partnership") public static final AccountTokenCreateParams.Identity.BusinessDetails.Structure INCORPORATED_PARTNERSHIP -
LIMITED_LIABILITY_PARTNERSHIP
@SerializedName("limited_liability_partnership") public static final AccountTokenCreateParams.Identity.BusinessDetails.Structure LIMITED_LIABILITY_PARTNERSHIP -
LLC
@SerializedName("llc") public static final AccountTokenCreateParams.Identity.BusinessDetails.Structure LLC -
MULTI_MEMBER_LLC
@SerializedName("multi_member_llc") public static final AccountTokenCreateParams.Identity.BusinessDetails.Structure MULTI_MEMBER_LLC -
PRIVATE_COMPANY
@SerializedName("private_company") public static final AccountTokenCreateParams.Identity.BusinessDetails.Structure PRIVATE_COMPANY -
PRIVATE_CORPORATION
@SerializedName("private_corporation") public static final AccountTokenCreateParams.Identity.BusinessDetails.Structure PRIVATE_CORPORATION -
PRIVATE_PARTNERSHIP
@SerializedName("private_partnership") public static final AccountTokenCreateParams.Identity.BusinessDetails.Structure PRIVATE_PARTNERSHIP -
PUBLIC_COMPANY
@SerializedName("public_company") public static final AccountTokenCreateParams.Identity.BusinessDetails.Structure PUBLIC_COMPANY -
PUBLIC_CORPORATION
@SerializedName("public_corporation") public static final AccountTokenCreateParams.Identity.BusinessDetails.Structure PUBLIC_CORPORATION -
PUBLIC_LISTED_CORPORATION
@SerializedName("public_listed_corporation") public static final AccountTokenCreateParams.Identity.BusinessDetails.Structure PUBLIC_LISTED_CORPORATION -
PUBLIC_PARTNERSHIP
@SerializedName("public_partnership") public static final AccountTokenCreateParams.Identity.BusinessDetails.Structure PUBLIC_PARTNERSHIP -
REGISTERED_CHARITY
@SerializedName("registered_charity") public static final AccountTokenCreateParams.Identity.BusinessDetails.Structure REGISTERED_CHARITY -
SINGLE_MEMBER_LLC
@SerializedName("single_member_llc") public static final AccountTokenCreateParams.Identity.BusinessDetails.Structure SINGLE_MEMBER_LLC -
SOLE_ESTABLISHMENT
@SerializedName("sole_establishment") public static final AccountTokenCreateParams.Identity.BusinessDetails.Structure SOLE_ESTABLISHMENT -
SOLE_PROPRIETORSHIP
@SerializedName("sole_proprietorship") public static final AccountTokenCreateParams.Identity.BusinessDetails.Structure SOLE_PROPRIETORSHIP -
TAX_EXEMPT_GOVERNMENT_INSTRUMENTALITY
@SerializedName("tax_exempt_government_instrumentality") public static final AccountTokenCreateParams.Identity.BusinessDetails.Structure TAX_EXEMPT_GOVERNMENT_INSTRUMENTALITY -
TRUST
@SerializedName("trust") public static final AccountTokenCreateParams.Identity.BusinessDetails.Structure TRUST -
UNINCORPORATED_ASSOCIATION
@SerializedName("unincorporated_association") public static final AccountTokenCreateParams.Identity.BusinessDetails.Structure UNINCORPORATED_ASSOCIATION -
UNINCORPORATED_NON_PROFIT
@SerializedName("unincorporated_non_profit") public static final AccountTokenCreateParams.Identity.BusinessDetails.Structure UNINCORPORATED_NON_PROFIT -
UNINCORPORATED_PARTNERSHIP
@SerializedName("unincorporated_partnership") public static final AccountTokenCreateParams.Identity.BusinessDetails.Structure UNINCORPORATED_PARTNERSHIP
-
-
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:
getValuein interfaceApiRequestParams.EnumParam
-