labeler_identification_code property

labeler_identification_code property

Identifies date of labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic.

Definition:

@property
def labeler_identification_code(self):
    ...
@labeler_identification_code.setter
def labeler_identification_code(self, value):
    ...

See Also