Response body schema for POST /validations.
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | Unique identifier of the validation, assigned by Voucherify. | [optional] |
| Valid | bool? | 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 | List<ClientValidationsValidateResponseBodyRedeemablesItem> | [optional] | |
| SkippedRedeemables | List<ValidationsRedeemableSkipped> | Lists validation results of each skipped redeemable. | [optional] |
| InapplicableRedeemables | List<ValidationsRedeemableInapplicable> | Lists validation results of each inapplicable redeemable. | [optional] |
| Order | ClientValidationsValidateResponseBodyOrder | [optional] | |
| TrackingId | string | Hashed customer source ID. | [optional] |
| Session | Session | [optional] | |
| StackingRules | StackingRules |