docs/VouchersRedemptionGetResponseBody.md in voucherify-5.0.0 vs docs/VouchersRedemptionGetResponseBody.md in voucherify-6.0.0
- old
+ new
@@ -2,13 +2,13 @@
## Properties
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
-| **quantity** | **Integer** | The maximum number of times a voucher can be redeemed. | |
-| **redeemed_quantity** | **Integer** | The number of times the voucher was redeemed successfully. | |
-| **object** | **String** | The type of object represented by JSON. This object stores information about redemptions in a dictionary. | [default to 'list'] |
-| **url** | **String** | URL | |
-| **data_ref** | **String** | Identifies the name of the attribute that contains the array of `redemption_entries`. | [default to 'redemption_entries'] |
-| **total** | **Integer** | Total number of redemption objects. | |
-| **redemption_entries** | [**Array<VouchersRedemptionGetResponseBodyRedemptionEntriesItem>**](VouchersRedemptionGetResponseBodyRedemptionEntriesItem.md) | Contains the array of successful and failed redemption objects. | |
+| **quantity** | **Integer** | The maximum number of times a voucher can be redeemed. | [optional] |
+| **redeemed_quantity** | **Integer** | The number of times the voucher was redeemed successfully. | [optional] |
+| **object** | **String** | The type of the object represented by JSON. This object stores information about redemptions in a dictionary. | [optional][default to 'list'] |
+| **url** | **String** | URL | [optional] |
+| **data_ref** | **String** | Identifies the name of the attribute that contains the array of `redemption_entries`. | [optional][default to 'redemption_entries'] |
+| **total** | **Integer** | Total number of redemption objects. | [optional] |
+| **redemption_entries** | [**Array<RedemptionEntry>**](RedemptionEntry.md) | Contains the array of successful and failed redemption objects. | |