A promotion barcode type.
Enums | |
---|---|
|
Not specified. |
|
Used for return value only. Represents value unknown in this version. |
|
Aztec 2D barcode format. Max 350 characters and no links |
|
CODABAR 1D format. Max 12 characters and no links. Supported characters include 0123456789-$:/.+ and optional start and end guards from ABCD. |
|
Code 39 1D format. Max 8 characters and no links. Supported characters include 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-. *$/+%. |
|
Code 128 1D format. Max 18 ASCII characters only and no links |
|
Data Matrix 2D barcode format. Max 525 ISO-8859-1 characters only and no links |
|
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). |
|
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 (Interleaved Two of Five) 1D format. Must be 14 digits long |
|
PDF417 format. Max 140 characters and no links |
|
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). |