Click or drag to resize
DiscountsParameters Class
Represents set of discounts parameters used e.g. for discounts filtering and querying.
Inheritance Hierarchy
SystemObject
  CMS.EcommerceDiscountsParameters

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public class DiscountsParameters

The DiscountsParameters type exposes the following members.

Constructors
  NameDescription
Public methodDiscountsParameters
Top
Properties
  NameDescription
Public propertyCouponCodes
Collection of coupon codes. Empty collection means that discounts do not need coupons (only discount that doesn't use coupons).
Public propertyCurrency
Gets or sets the currency in which the discounts are expressed.
Public propertyDueDate
Date and time when discounts are to be valid. Date is irrelevant when null.
Public propertyEnabled
Specifies if discounts are enabled. This flag is irrelevant when null.
Public propertySiteID
ID or code name of the site to which discounts belong.
Public propertyUser
Gets or sets the user for who the discounts are to be valid.
Top
See Also