docs/ValidationsRedeemableSkipped.md in voucherify-5.0.0 vs docs/ValidationsRedeemableSkipped.md in voucherify-6.0.0
- old
+ new
@@ -5,7 +5,9 @@
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **status** | **String** | Indicates whether the redeemable can be applied or not applied based on the validation rules. | [optional][default to 'SKIPPED'] |
| **id** | **String** | Redeemable ID, i.e. the voucher code. | [optional] |
| **object** | **String** | Redeemable's object type. | [optional] |
-| **result** | **Object** | | [optional] |
+| **result** | [**ValidationsRedeemableSkippedResult**](ValidationsRedeemableSkippedResult.md) | | [optional] |
+| **metadata** | **Object** | The metadata object stores all custom attributes in the form of key/value pairs assigned to the redeemable. | [optional] |
+| **categories** | [**Array<Category>**](Category.md) | | [optional] |