SecondaryAndAdditionalData

SecondaryAndAdditionalData class

Module: aspose_barcode.complex_barcode.secondary_and_additional_data

Class for storing HIBC LIC secondary and additional data.

Constructors

NameDescription
init

Methods

NameReturn TypeStaticDescription
eqboolNoReturns a value indicating whether this instance is equal to a specified SecondaryAndAdditionalData value.
hashintNoReturns the hash code for the current instance.
strstrNoConverts data to string format according HIBC LIC specification.
parse_from_stringNoneNoInstantiates secondary and additional supplemental data from string format according HIBC LIC specification.

Properties

NameTypeDescription
date_of_manufacturedatetimeIdentifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue
expiry_datedatetimeIdentifies expiry date format.
expiry_date_formatHIBCLICDateFormatIdentifies expiry date format.
lot_numberOptional[str]Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length.
quantityintIdentifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Default value: -1
serial_numberOptional[str]Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length.