Type alias IDDocumentMatchV2

IDDocumentMatchV2: {
    @type: "IDDocumentMatch";
    criteria?: string;
    isMatch?: string;
    score?: number;
    transactionId?: string;
}

Type declaration

  • @type: "IDDocumentMatch"
  • Optional criteria?: string
  • Optional isMatch?: string
  • Optional score?: number
  • Optional transactionId?: string