public class KYCVerifier
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
KYCVerifier.Name
Names of used verifiers
|
static class |
KYCVerifier.VerifierStatus
Status of the verification.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
KYCVerifier.Name |
getName()
Name of the verifier
|
int |
hashCode() |
boolean |
isPreliminaryReady()
Whether this verifier is able to perform preliminary checks
|
java.lang.String |
toString() |
public KYCVerifier.Name getName()
public boolean isPreliminaryReady()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object