Click or drag to resize
ShoppingCartInfoDiscounts Property
Returns list of all general discounts which may affect this shopping cart.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public List<DiscountInfo> Discounts { get; set; }

Property Value

Type: ListDiscountInfo
See Also