Represents information about a barcode.
| Name | Type | Description | Notes |
|---|---|---|---|
| barcode_value | str | Barcode data. | [optional] |
| type | str | Type of the barcode. | [optional] |
| region | List[RegionPoint] | Region with the barcode. | [optional] |
| checksum | str | Checksum of the barcode. | [optional] |