public static enum KYCVerifier.Name extends java.lang.Enum<KYCVerifier.Name>
Enum Constant and Description |
---|
ASTRAL_PLATFORM
Verification service provided by Kaluga Astral company
|
ESIA
Verification performed with Integrated Identification and Authentication System.
|
FNS
Verification via Federal tax service.
|
SBERID
Verification via Sber ID
|
TINKOFFID
Verification performed with Tinkoff ID
|
Modifier and Type | Method and Description |
---|---|
static KYCVerifier.Name |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KYCVerifier.Name[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KYCVerifier.Name ASTRAL_PLATFORM
public static final KYCVerifier.Name SBERID
public static final KYCVerifier.Name ESIA
public static final KYCVerifier.Name FNS
public static final KYCVerifier.Name TINKOFFID
public static KYCVerifier.Name[] values()
for (KYCVerifier.Name c : KYCVerifier.Name.values()) System.out.println(c);
public static KYCVerifier.Name 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 null