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