OfferFilterResponse
"OfferFilterResponse" refers to a Customer's offer.
| Property | Type | Description |
|---|---|---|
| offerId | int | Unique identifier of the offer |
| offerStatus | OfferStatus | The status of the offer for the customer. See the OfferStatus section for details |
| startDt | string | Date string representing the date the offer starts |
| endDt | string | Date string representing the date the offer expires |
| redemptionName | string | Name of the redemption |
| customerId | int | Customer ID to which offer is mapped |
Example
1 2 3 4 5 6 7 8 | |