Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 592 Bytes

File metadata and controls

14 lines (10 loc) · 592 Bytes

BarcodeResponse

Represents information about barcode.

Properties

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

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