ShoppingCartItemInfoUnitTotalDiscount Property |
Unit discount applied on the shopping cart item.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax public virtual decimal UnitTotalDiscount { get; set; }
Property Value
Type:
DecimalRemarks
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