VerifyCheck

@Serializable
sealed class VerifyCheck

Sealed class representing base result for checks received as part of the document verification result.

Inheritors

Properties

Link copied to clipboard
abstract val checks: List<VerifyCheck>?

Array of children checks that contributes to the overall result of this check.

Link copied to clipboard
abstract val details: DetailDictionary?

Additional information about the check. Structured as a key value pairs.

Link copied to clipboard
abstract val name: String?

Name of the check.

Link copied to clipboard
abstract val performedChecks: Int?

Number of performed children checks.

Link copied to clipboard
abstract val result: CheckResult?

Information about the check result.