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

Latest commit

 

History

History
13 lines (10 loc) · 973 Bytes

CampaignsVouchersCreateResponseBodyRedemption.md

File metadata and controls

13 lines (10 loc) · 973 Bytes

# CampaignsVouchersCreateResponseBodyRedemption

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]
redeemed_points 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] [default to 'list']
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]