Response body schema for POST v1/redemptions.
| Name | Type | Description | Notes |
|---|---|---|---|
| Redemptions | List<Redemption> | [optional] | |
| ParentRedemption | Redemption | [optional] | |
| Order | ClientRedemptionsRedeemResponseBodyOrder | [optional] | |
| InapplicableRedeemables | List<ValidationsRedeemableInapplicable> | Lists validation results of each inapplicable redeemable. | [optional] |
| SkippedRedeemables | List<ValidationsRedeemableSkipped> | Lists validation results of each redeemable. If a redeemable can be applied, the API returns `"status": "APPLICABLE"`. | [optional] |