Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 562 Bytes

CouponRejectionReason.md

File metadata and controls

12 lines (9 loc) · 562 Bytes

TalonOne.Model.CouponRejectionReason

Holds a reference to the campaign, the coupon and the reason for which that coupon was rejected. Should only be present when there is a 'rejectCoupon' effect.

Properties

Name Type Description Notes
CampaignId int
CouponId int
Reason string

[Back to Model list] [Back to API list] [Back to README]