Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.05 KB

File metadata and controls

15 lines (11 loc) · 1.05 KB

Voucherify.Model.LoyaltiesMembersCreateResponseBodyRedemption

Stores a summary of redemptions that have been applied to the voucher.

Properties

Name Type Description Notes
Quantity int? How many times a voucher can be redeemed. A `null` value means unlimited. [optional]
RedeemedQuantity int? How many times a voucher has already been redeemed. [optional]
RedeemedPoints int? Total loyalty points redeemed. [optional]
Object string The type of the object represented is by default `list`. To get this list, you need to make a call to the endpoint returned in the url attribute. [optional]
Url string The endpoint where this list of redemptions can be accessed using a GET method. `/v1/vouchers/{voucher_code}/redemptions` [optional]

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