Click or drag to resize
CalculationResultItemItemDiscount Property
Value of the item discount.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public decimal ItemDiscount { get; set; }

Property Value

Type: Decimal
Remarks
This discount is included in LineSubtotal. Summary of item discounts can be found in ItemDiscountSummary.
See Also