A redemption that was included in a list of redemptions to redeem, but is not valid based on the partner's validation logic.
message | string An explanation of why the discount was rejected. |
required | object (Redemption) Information about an offer to be redeemed (or that was redeemed) to a check. |
{- "redemption": {
- "identifier": "string",
- "selectionGuid": "string",
- "appliedDiscountGuid": "string",
- "multiItemDiscountGuid": "string",
- "amount": 0,
- "itemApplication": [
- {
- "selectionIdentifier": "string",
- "amount": 0,
- "appliedDiscountIdentifier": null
}
], - "quantity": 0
}, - "message": "string"
}