# VoucherifySdk::RedemptionsRedeemResponseBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **redemptions** | [**Array<Redemption>**](Redemption.md) | | [optional] | | **parent_redemption** | [**Redemption**](Redemption.md) | | [optional] | | **order** | [**OrderCalculated**](OrderCalculated.md) | | [optional] | | **inapplicable_redeemables** | [**Array<ValidationsRedeemableInapplicable>**](ValidationsRedeemableInapplicable.md) | Lists validation results of each inapplicable redeemable. | [optional] | | **skipped_redeemables** | [**Array<ValidationsRedeemableSkipped>**](ValidationsRedeemableSkipped.md) | Lists validation results of each redeemable. If a redeemable can be applied, the API returns `\"status\": \"APPLICABLE\"`. | [optional] |