public static enum TokenCreateParams.Account.Individual.PoliticalExposure extends java.lang.Enum<TokenCreateParams.Account.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 TokenCreateParams.Account.Individual.PoliticalExposure |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TokenCreateParams.Account.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 TokenCreateParams.Account.Individual.PoliticalExposure EXISTING
@SerializedName(value="none") public static final TokenCreateParams.Account.Individual.PoliticalExposure NONE
public static TokenCreateParams.Account.Individual.PoliticalExposure[] values()
for (TokenCreateParams.Account.Individual.PoliticalExposure c : TokenCreateParams.Account.Individual.PoliticalExposure.values()) System.out.println(c);
public static TokenCreateParams.Account.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