Class CampaignStatusCodes
dw.campaign
Class CampaignStatusCodes
Object
dw.campaign.CampaignStatusCodes
Deprecated. Formerly used to contain the various statuses that a coupon may be in.
Deprecated:
Use CouponStatusCodes instead.
Constants
COUPON_ALREADY_APPLIED  :  String = "COUPON_ALREADY_APPLIED"
Indicates that the coupon has already been applied to the basket.
COUPON_ALREADY_REDEEMED  :  String = "COUPON_ALREADY_REDEEMED"
Indicates that the coupon has already been redeemed.
COUPON_UNKNOWN  :  String = "COUPON_UNKNOWN"
Indicates that the coupon code is not valid.
Deprecated:
Properties
Constructor Summary
Method Summary
Constructor Detail
CampaignStatusCodes
public CampaignStatusCodes()