DisountCouponStatus
public enum DisountCouponStatus
Represents the different statuses a Discount can have
-
The
DiscountCouponis being processedDeclaration
Swift
case pending -
The
DiscountCouponis applied and is visible in total price calculationDeclaration
Swift
case applied -
The
DiscountCouponstatus is unknownDeclaration
Swift
case unknown
DisountCouponStatus Enumeration Reference