fix_check_digit property

FieldMergeBarcode.fix_check_digit property

Gets or sets whether to fix the check digit if it’s invalid.

@property
def fix_check_digit(self) -> bool:
    ...

@fix_check_digit.setter
def fix_check_digit(self, value: bool):
    ...

See Also