dw.campaign
Class CampaignStatusCodes
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.
Deprecated:
COUPON_ALREADY_REDEEMED
:
String = "COUPON_ALREADY_REDEEMED"
Indicates that the coupon has already been redeemed.
Deprecated:
Use CouponStatusCodes.COUPON_CODE_ALREADY_REDEEMED instead.
COUPON_NOT_REDEEMABLE
:
String = "COUPON_NOT_REDEEMABLE"
Indicates that the coupon is not currently redeemable.
COUPON_UNKNOWN
:
String = "COUPON_UNKNOWN"
Indicates that the coupon code is not valid.
Deprecated:
Use CouponStatusCodes.COUPON_CODE_UNKNOWN instead
Properties
Constructor Summary
Method Summary
Methods inherited from class
Object
assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values
© Copyright 2000-2024, salesforce.com inc. All rights reserved. Various trademarks held by their respective owners.