FieldInvalidDataVerificationReport

data class FieldInvalidDataVerificationReport(val fieldFullName: String, val isInvalid: Boolean) : Parcelable

Report which shows whether the data in the field that can be validated is valid.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(fieldFullName: String, isInvalid: Boolean)

Properties

Link copied to clipboard

Full name of the field that was considered during the verification.

Link copied to clipboard

Shows whether the data in the field is valid, e.g. if MRZ check digits are correct.

Functions

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