fix_check_digit property

BarcodeParameters.fix_check_digit property

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