Click or drag to resize
DiscountInfoDiscountApplyTo Property
Indicates what kind of objects are the discounts applicable to. Discount can be applied to orders or products.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public virtual DiscountApplicationEnum DiscountApplyTo { get; set; }

Property Value

Type: DiscountApplicationEnum
See Also