PromotionBarcodeType

A promotion barcode type.

Enums

UNSPECIFIED

Not specified.

UNKNOWN

Used for return value only. Represents value unknown in this version.

AZTEC

Aztec 2D barcode format. Max 350 characters and no links

CODABAR

CODABAR 1D format. Max 12 characters and no links. Supported characters include 0123456789-$:/.+ and optional start and end guards from ABCD.

CODE39

Code 39 1D format. Max 8 characters and no links. Supported characters include 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-. *$/+%.

CODE128

Code 128 1D format. Max 18 ASCII characters only and no links

DATA_MATRIX

Data Matrix 2D barcode format. Max 525 ISO-8859-1 characters only and no links

EAN8

EAN-8 1D format. The barcode value should be 7 digits (the check digit will be computed automatically) or 8 digits (if you are providing your own check digit).

EAN13

EAN-13 1D format. The barcode value should be 12 digits (the check digit will be computed automatically) or 13 digits (if you are providing your own check digit).

ITF

ITF (Interleaved Two of Five) 1D format. Must be 14 digits long

PDF417

PDF417 format. Max 140 characters and no links

UPC_A

UPC-A 1D format. The barcode value should be 11 digits (the check digit will be computed automatically) or 12 digits (if you are providing your own check digit).