Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface BarCode

    Sinch will scan all pages of all incoming faxes for Code-128 and DataMatrix bar codes and include this information in webhook requests and via the API.

    interface BarCode {
        page?: number;
        type?: string;
        value?: string;
    }
    Index

    Properties

    Properties

    page?: number

    The page number on which the barcode was found.

    type?: string

    The type of barcode found.

    value?: string

    The information of the barcode.