Response body schema for POST /redemptions.
| Name | Type | Description | Notes |
|---|---|---|---|
| redemptions | List<Redemption> | [optional] | |
| parentRedemption | Redemption | [optional] | |
| order | OrderCalculated | [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] |