Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 860 Bytes

RedemptionsGetResponseBodyVoucherRedemption.md

File metadata and controls

17 lines (9 loc) · 860 Bytes

RedemptionsGetResponseBodyVoucherRedemption

Properties

Name Type Description Notes
quantity Integer How many times a voucher can be redeemed. A `null` value means unlimited. [optional]
redeemedQuantity Integer How many times a voucher has already been redeemed. [optional]
redeemedPoints Integer 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]