Check
@Serializable
@SerialName(value = "Check")
Base check instance for document verification, extends VerifyCheck.
Constructors
Link copied to clipboard
constructor(name: String?, result: CheckResult?, performedChecks: Int?, details: DetailDictionary?, checks: List<VerifyCheck>?)
Properties
Link copied to clipboard
Array of children checks that contributes to the overall result of this check.
Link copied to clipboard
Additional information about the check. Structured as a key value pairs.
Link copied to clipboard
Number of performed children checks.
Link copied to clipboard
Information about the check result.