Type alias BarcodesExtensionFilter

BarcodesExtensionFilter: "NO_FILTER" | "ONLY_WITH_EXTENSIONS" | "ONLY_WITHOUT_EXTENSIONS"

Filter for extended EAN and UPC barcodes.

  • NO_FILTER: EAN and UPC codes are not filtered. Both are returned regardless if they have an extension or not.
  • ONLY_WITH_EXTENSIONS: Only EAN and UPC codes with extensions are returned.
  • ONLY_WITHOUT_EXTENSIONS: Only EAN and UPC codes without extensions are returned.

Generated using TypeDoc