Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 602 Bytes

File metadata and controls

14 lines (10 loc) · 602 Bytes

BarcodeResponse

Represents information about a barcode.

Properties

Name Type Description Notes
BarcodeValue NullableString Barcode data. [optional]
Type NullableString Type of the barcode. [optional]
Region []RegionPoint Region with the barcode. [optional]
Checksum NullableString Checksum of the barcode. [optional]

[Back to Model list] [Back to API list] [Back to README]