Click or drag to resize
ShoppingCartInfoShippingDiscounts Property
Returns list of all discounts which may affect total shipping price of this shopping cart.

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

Property Value

Type: IEnumerableDiscountInfo
See Also