Sha256: 2f8f358b78701a04ab547caa2bbbd78874b3e9bd1d27492789fd17247e56388c
Contents?: true
Size: 853 Bytes
Versions: 1
Compression:
Stored size: 853 Bytes
Contents
# VoucherifySdk::LoyaltyMemberRedemption ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **quantity** | **Integer** | How many times a voucher can be redeemed. A `null` value means unlimited. | [optional] | | **redeemed_quantity** | **Integer** | How many times a voucher has already been redeemed. | [optional] | | **redeemed_points** | **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][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] |
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
voucherify-6.0.0 | docs/LoyaltyMemberRedemption.md |