Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 750 Bytes

File metadata and controls

12 lines (8 loc) · 750 Bytes

Voucherify.Model.VoucherAssetsQr

Stores Quick Response (QR) representation of encrypted code.

Properties

Name Type Description Notes
Id string Encrypted voucher code ID. [optional]
Url string URL to QR code Optional: Attach query parameters to base URL to customize the image of the encrypted voucher code. - `size`: integer value from `1` to `100` - `format`: string, either `png` (default) or `svg` [optional]

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