docs/VoucherRedemption.md in voucherify-5.0.0 vs docs/VoucherRedemption.md in voucherify-6.0.0

- old
+ new

@@ -4,10 +4,9 @@ | 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_amount** | **Integer** | Total amount redeemed. Value is multiplied by 100 to precisely represent 2 decimal places. For example, $100 balance is written as 10000. | [optional] | | **redeemed_points** | **Integer** | Total loyalty points redeemed. | [optional] | -| **object** | **String** | The type of 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'] | +| **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] |