| offerId |
int |
Unique identifier of the offer |
| customerId |
int |
Customer ID to which offer is mapped |
| startDt |
string |
Date string representing the date the offer starts |
| endDt |
string |
Date string representing the date the offer expires |
| offerStatus |
OfferStatus |
The status of the offer for the cutomser. See the OfferStatus section for details |
| serveDt |
string |
Date string representing the date the offer was served |
| activationDt |
string |
Date string representing the date the offer was activated |
| redemption |
Redemption |
See Redemption data type. Null if a redemption is not associated with the offer. |