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
    {
        "offerRedemptionId": 23,
        "merchantName": "Ace Hardware",
        "offerId": 1000024990,
        "customerId": 2349,
        "generatedDt": "2021-10-25T00:00:00",
        "paidDt": "2021-11-08T00:00:00",
        "rewardAmount": 2
    }