public static enum AccountCreateParams.Individual.PoliticalExposure extends java.lang.Enum<AccountCreateParams.Individual.PoliticalExposure> implements ApiRequestParams.EnumParam
purpose
value of identity_document
. 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.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static AccountCreateParams.Individual.PoliticalExposure |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AccountCreateParams.Individual.PoliticalExposure[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="existing") public static final AccountCreateParams.Individual.PoliticalExposure EXISTING
@SerializedName(value="none") public static final AccountCreateParams.Individual.PoliticalExposure NONE
public static AccountCreateParams.Individual.PoliticalExposure[] values()
for (AccountCreateParams.Individual.PoliticalExposure c : AccountCreateParams.Individual.PoliticalExposure.values()) System.out.println(c);
public static AccountCreateParams.Individual.PoliticalExposure 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