Input for encoding an SGTIN-96 EPC.
const input: Sgtin96Input = { companyPrefix: '0614141', itemReference: '812345', serial: 12345, filter: 3,};input.companyPrefix;// => '0614141' Copy
const input: Sgtin96Input = { companyPrefix: '0614141', itemReference: '812345', serial: 12345, filter: 3,};input.companyPrefix;// => '0614141'
Company prefix assigned by GS1.
Optional
Filter value used in tag encoding.
Item reference within the company prefix.
Partition value used in tag encoding.
Serial number for the individual item.
Input for encoding an SGTIN-96 EPC.
Example