SuspiciousDataVerificationReport

data class SuspiciousDataVerificationReport(val overallSuspiciousData: Boolean, val fieldDetails: List<FieldSuspiciousDataVerificationReport>) : Parcelable

Report of the suspicious data document verification.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(overallSuspiciousData: Boolean, fieldDetails: List<FieldSuspiciousDataVerificationReport>)

Properties

Link copied to clipboard

List of reports for each field that was verified.

Link copied to clipboard

Overall status of the suspicious data verification. Corresponds to the most severe status of all fields, i.e. if at least one field is suspicious, the overall status is suspicious.

Functions

Link copied to clipboard
Link copied to clipboard
fun toJson(config: ToJsonConfiguration = ToJsonConfiguration.default()): JSONObject