Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 653 Bytes

File metadata and controls

12 lines (8 loc) · 653 Bytes

BarcodeReadyResponse

Properties

Name Type Description Notes
status String Barcode is available [default to null]
expires_at Date Barcode cannot be used for payment after this time [default to null]
image String Base64 encoded PNG image (width: 750px, height: 150px). This value can be used as the `src` attribute of an HTML `<img>` tag. [default to null]

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