Params for the RFID chip data reprocessing

ProcessParamsRfid

interface ProcessParamsRfid {
    paSensitiveCodesDisable?: ParsingNotificationCodes[];
}

Properties

paSensitiveCodesDisable?: ParsingNotificationCodes[]

A list of notification codes that should be ignored during passive authentication (PA)

ProcessParamsRfid