Report of the field validation verification.

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

List of reports for each field that was verified.

overallIsInvalid: boolean

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

Methods

  • Parameters

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

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

      List of reports for each field that was verified.

    • Optional Readonly overallIsInvalid?: boolean

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