Report of the suspicious data document verification.

Hierarchy (view full)

Constructors

Properties

List of reports for each field that was verified.

overallSuspiciousData: boolean

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.

Methods

  • Parameters

    Returns {
        fieldDetails?: (undefined | {
            fieldFullName?: string;
            isSuspicious?: boolean;
            serialize?: any;
        })[];
        overallSuspiciousData?: boolean;
        serialize?: any;
    }

    • Optional Readonly fieldDetails?: (undefined | {
          fieldFullName?: string;
          isSuspicious?: boolean;
          serialize?: any;
      })[]

      List of reports for each field that was verified.

    • Optional Readonly overallSuspiciousData?: boolean

      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.