Package com.stripe.param
Enum Class AccountCreateParams.Company.Structure
java.lang.Object
java.lang.Enum<AccountCreateParams.Company.Structure>
com.stripe.param.AccountCreateParams.Company.Structure
- All Implemented Interfaces:
ApiRequestParams.EnumParam
,Serializable
,Comparable<AccountCreateParams.Company.Structure>
,Constable
- Enclosing class:
- AccountCreateParams.Company
public static enum AccountCreateParams.Company.Structure
extends Enum<AccountCreateParams.Company.Structure>
implements ApiRequestParams.EnumParam
The front of a document returned by a file upload with a
purpose
value of additional_verification
. The uploaded file needs to be a color image
(smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in
size.-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Method Summary
-
Enum Constant Details
-
FREE_ZONE_ESTABLISHMENT
@SerializedName("free_zone_establishment") public static final AccountCreateParams.Company.Structure FREE_ZONE_ESTABLISHMENT -
FREE_ZONE_LLC
@SerializedName("free_zone_llc") public static final AccountCreateParams.Company.Structure FREE_ZONE_LLC -
GOVERNMENT_INSTRUMENTALITY
@SerializedName("government_instrumentality") public static final AccountCreateParams.Company.Structure GOVERNMENT_INSTRUMENTALITY -
GOVERNMENTAL_UNIT
@SerializedName("governmental_unit") public static final AccountCreateParams.Company.Structure GOVERNMENTAL_UNIT -
INCORPORATED_NON_PROFIT
@SerializedName("incorporated_non_profit") public static final AccountCreateParams.Company.Structure INCORPORATED_NON_PROFIT -
INCORPORATED_PARTNERSHIP
@SerializedName("incorporated_partnership") public static final AccountCreateParams.Company.Structure INCORPORATED_PARTNERSHIP -
LIMITED_LIABILITY_PARTNERSHIP
@SerializedName("limited_liability_partnership") public static final AccountCreateParams.Company.Structure LIMITED_LIABILITY_PARTNERSHIP -
LLC
-
MULTI_MEMBER_LLC
@SerializedName("multi_member_llc") public static final AccountCreateParams.Company.Structure MULTI_MEMBER_LLC -
PRIVATE_COMPANY
@SerializedName("private_company") public static final AccountCreateParams.Company.Structure PRIVATE_COMPANY -
PRIVATE_CORPORATION
@SerializedName("private_corporation") public static final AccountCreateParams.Company.Structure PRIVATE_CORPORATION -
PRIVATE_PARTNERSHIP
@SerializedName("private_partnership") public static final AccountCreateParams.Company.Structure PRIVATE_PARTNERSHIP -
PUBLIC_COMPANY
@SerializedName("public_company") public static final AccountCreateParams.Company.Structure PUBLIC_COMPANY -
PUBLIC_CORPORATION
@SerializedName("public_corporation") public static final AccountCreateParams.Company.Structure PUBLIC_CORPORATION -
PUBLIC_PARTNERSHIP
@SerializedName("public_partnership") public static final AccountCreateParams.Company.Structure PUBLIC_PARTNERSHIP -
REGISTERED_CHARITY
@SerializedName("registered_charity") public static final AccountCreateParams.Company.Structure REGISTERED_CHARITY -
SINGLE_MEMBER_LLC
@SerializedName("single_member_llc") public static final AccountCreateParams.Company.Structure SINGLE_MEMBER_LLC -
SOLE_ESTABLISHMENT
@SerializedName("sole_establishment") public static final AccountCreateParams.Company.Structure SOLE_ESTABLISHMENT -
SOLE_PROPRIETORSHIP
@SerializedName("sole_proprietorship") public static final AccountCreateParams.Company.Structure SOLE_PROPRIETORSHIP -
TAX_EXEMPT_GOVERNMENT_INSTRUMENTALITY
@SerializedName("tax_exempt_government_instrumentality") public static final AccountCreateParams.Company.Structure TAX_EXEMPT_GOVERNMENT_INSTRUMENTALITY -
UNINCORPORATED_ASSOCIATION
@SerializedName("unincorporated_association") public static final AccountCreateParams.Company.Structure UNINCORPORATED_ASSOCIATION -
UNINCORPORATED_NON_PROFIT
@SerializedName("unincorporated_non_profit") public static final AccountCreateParams.Company.Structure UNINCORPORATED_NON_PROFIT -
UNINCORPORATED_PARTNERSHIP
@SerializedName("unincorporated_partnership") public static final AccountCreateParams.Company.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:
getValue
in interfaceApiRequestParams.EnumParam
-