Sha256: 29936fad273135377198ef50d07ba217a421532790a409b9d9f8b7c08c14ff86

Contents?: true

Size: 865 Bytes

Versions: 4

Compression:

Stored size: 865 Bytes

Contents

# VoucherifySdk::VoucherWithCategoriesRedemption

## 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

4 entries across 4 versions & 1 rubygems

Version Path
voucherify-8.0.2 docs/VoucherWithCategoriesRedemption.md
voucherify-8.0.1 docs/VoucherWithCategoriesRedemption.md
voucherify-8.0.0 docs/VoucherWithCategoriesRedemption.md
voucherify-7.0.0 docs/VoucherWithCategoriesRedemption.md