Click or drag to resize
DiscountCouponInfoItemDiscountIsFlat Property
True - discount value is flat, False - discount value is relative. Used for discount calculation in the shopping cart.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public bool ItemDiscountIsFlat { get; set; }

Property Value

Type: Boolean

Implements

IItemDiscountItemDiscountIsFlat
See Also