ShoppingCartInfo.Discounts Property |
Returns list of all general discounts which may affect this shopping cart.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntaxpublic List<DiscountInfo> Discounts { get; set; }
Property Value
Type:
List<DiscountInfo>
See Also