Click or drag to resize
DiscountsParametersEnabled Property
Specifies if discounts are enabled. This flag is irrelevant when null.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public Nullable<bool> Enabled { get; set; }

Property Value

Type: NullableBoolean
See Also