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

- old
+ new

@@ -2,13 +2,14 @@ ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| **valid** | **Boolean** | The result of the validation. It takes all of the redeemables into account and returns a `false` if at least one redeemable is inapplicable. Returns `true` if all redeemables are applicable. | | -| **redeemables** | [**Array<ValidationsValidateAllResponseBodyRedeemablesItem>**](ValidationsValidateAllResponseBodyRedeemablesItem.md) | Lists validation results of each redeemable. If redeemables_application_mode=\"PARTIAL\" all redeemables here will be \"APPLICABLE\" | | -| **skipped_redeemables** | [**Array<ValidationsRedeemableInapplicable>**](ValidationsRedeemableInapplicable.md) | Lists validation results of each skipped redeemable. | [optional] | +| **valid** | **Boolean** | The result of the validation. It takes all of the redeemables into account and returns a `false` if at least one redeemable is inapplicable. Returns `true` if all redeemables are applicable. | [optional] | +| **redeemables** | [**Array<ValidationsValidateResponseBodyRedeemablesItem>**](ValidationsValidateResponseBodyRedeemablesItem.md) | | [optional] | +| **skipped_redeemables** | [**Array<ValidationsRedeemableSkipped>**](ValidationsRedeemableSkipped.md) | Lists validation results of each skipped redeemable. | [optional] | | **inapplicable_redeemables** | [**Array<ValidationsRedeemableInapplicable>**](ValidationsRedeemableInapplicable.md) | Lists validation results of each inapplicable redeemable. | [optional] | | **order** | [**OrderCalculated**](OrderCalculated.md) | | [optional] | | **tracking_id** | **String** | Hashed customer source ID. | [optional] | | **session** | [**Session**](Session.md) | | [optional] | +| **stacking_rules** | [**StackingRules**](StackingRules.md) | | |