Click or drag to resize
ShoppingCartItemInfoProductDiscounts Property
List of discounts which should be applied to the shopping cart item.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public virtual List<IItemDiscount> ProductDiscounts { get; set; }

Property Value

Type: ListIItemDiscount
See Also