Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 568 Bytes

SimpleVoucherRedemption.md

File metadata and controls

13 lines (8 loc) · 568 Bytes

SimpleVoucherRedemption

Defines the redemption limits on vouchers.

Properties

Name Type Description Notes
quantity int How many times a voucher can be redeemed. A `null` value means unlimited. [optional]
redeemed_quantity int How many times a voucher has already been redeemed. [optional]

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