Click or drag to resize
ICanUseDiscountCoupons Interface
Interface for discount-like object that is able to use coupons.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public interface ICanUseDiscountCoupons

The ICanUseDiscountCoupons type exposes the following members.

Methods
  NameDescription
Public methodAcceptsCoupon
Indicates if given coupon code is suitable for this discount. Returns false if this discount has no codes assigned.
Top
Properties
  NameDescription
Public propertyDiscountUsesCoupons
Indicates if discount is applicable only with discount coupon.
Top
See Also