RedemptionResponse
"RedemptionResponse" refers to a Redemption of an offer.
| Property | Type | Description |
|---|---|---|
| offerRedemptionId | int | Unique identifier of the redemption |
| merchantName | string | Name of the merchant |
| generatedDt | string | Date string representing the redemption generated date |
| paidDt | string | Date string representing the redemption paid date |
| offerId | string | Unique identifier of the offer |
| customerId | int | Customer ID to which offer is mapped |
| rewardAmount | decimal | The reward amount of an offer |
Example
1 2 3 4 5 6 7 8 9 | |