Package-level declarations
Types
Link copied to clipboard
@Serializable
@SerialName(value = "Check")
Base check instance for document verification, extends VerifyCheck.
Link copied to clipboard
Result of a single check performed during the document verification process.
Link copied to clipboard
@Serializable
@SerialName(value = "DetailedCheck")
Detailed check instance of the check, extends VerifyCheck.
Link copied to clipboard
@Serializable
@SerialName(value = "FieldCheck")
Field check instance of the check, extends VerifyCheck.
Link copied to clipboard
@Serializable
@SerialName(value = "TieredCheck")
Tiered check instance of the check, extends VerifyCheck.
Link copied to clipboard
Sealed class representing base result for checks received as part of the document verification result.