Click or drag to resize
ShoppingCartItemInfoUnitTotalDiscount Property
Unit discount applied on the shopping cart item.

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

Property Value

Type: Decimal
Remarks
The value is expressed in the shopping cart currency and includes catalog-level discounts (product coupons, volume and catalog discounts). For summary of catalog-level discounts see UnitDiscountSummary.
See Also