Click or drag to resize
CalculationResultItemUnitDiscount Property
Value of the discount applied on each unit of the item.

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

Property Value

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