Click or drag to resize
IDiscountInfo Interface
Represents info object providing any discounts.

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

The IDiscountInfo type exposes the following members.

Properties
  NameDescription
Public propertyDiscountDisplayName
Gets discount display name.
Public propertyDiscountEnabled
Gets discount enabled.
Public propertyDiscountID
Gets discount ID.
Public propertyDiscountSiteID
Gets discount site ID.
Public propertyDiscountStatus
Gets discount status.
Public propertyDiscountType
Gets the type of the discount.
Public propertyDiscountUsesCoupons
Indicates if this discount is applicable only with discount coupon.
Public propertyIsRunning
Determines whether discount is currently running. ValidFrom and ValidTo properties are compared to current date/time.
Top
Methods
  NameDescription
Public methodCreateCoupon
Creates and saves new coupon for this discount.
Top
See Also