public static enum AccountUpdateParams.Company.Structure extends java.lang.Enum<AccountUpdateParams.Company.Structure> implements ApiRequestParams.EnumParam
purpose
value of additional_verification
. The uploaded file needs to be a color image
(smaller than 8,000px by 8,000px), in JPG or PNG format, and less than 10 MB in size.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static AccountUpdateParams.Company.Structure |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AccountUpdateParams.Company.Structure[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="government_instrumentality") public static final AccountUpdateParams.Company.Structure GOVERNMENT_INSTRUMENTALITY
@SerializedName(value="governmental_unit") public static final AccountUpdateParams.Company.Structure GOVERNMENTAL_UNIT
@SerializedName(value="incorporated_non_profit") public static final AccountUpdateParams.Company.Structure INCORPORATED_NON_PROFIT
@SerializedName(value="multi_member_llc") public static final AccountUpdateParams.Company.Structure MULTI_MEMBER_LLC
@SerializedName(value="private_corporation") public static final AccountUpdateParams.Company.Structure PRIVATE_CORPORATION
@SerializedName(value="private_partnership") public static final AccountUpdateParams.Company.Structure PRIVATE_PARTNERSHIP
@SerializedName(value="public_corporation") public static final AccountUpdateParams.Company.Structure PUBLIC_CORPORATION
@SerializedName(value="public_partnership") public static final AccountUpdateParams.Company.Structure PUBLIC_PARTNERSHIP
@SerializedName(value="tax_exempt_government_instrumentality") public static final AccountUpdateParams.Company.Structure TAX_EXEMPT_GOVERNMENT_INSTRUMENTALITY
@SerializedName(value="unincorporated_association") public static final AccountUpdateParams.Company.Structure UNINCORPORATED_ASSOCIATION
@SerializedName(value="unincorporated_non_profit") public static final AccountUpdateParams.Company.Structure UNINCORPORATED_NON_PROFIT
public static AccountUpdateParams.Company.Structure[] values()
for (AccountUpdateParams.Company.Structure c : AccountUpdateParams.Company.Structure.values()) System.out.println(c);
public static AccountUpdateParams.Company.Structure valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getValue()
getValue
in interface ApiRequestParams.EnumParam