 | ShoppingCartStateDiscountCartItems Property |
Note: This API is now obsolete.
Returns a collection of cart items that represent discounts. Derived versions of ShoppingCartState may override the BuildLegacyDiscountCartItems method.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax[ObsoleteAttribute("Use DiscountItems instead. (5.0)")]
public ICartItemCollection<IDiscountCartItem> DiscountCartItems { get; }<ObsoleteAttribute("Use DiscountItems instead. (5.0)")>
Public ReadOnly Property DiscountCartItems As ICartItemCollection(Of IDiscountCartItem)
Getpublic:
[ObsoleteAttribute(L"Use DiscountItems instead. (5.0)")]
property ICartItemCollection<IDiscountCartItem^>^ DiscountCartItems {
ICartItemCollection<IDiscountCartItem^>^ get ();
}[<ObsoleteAttribute("Use DiscountItems instead. (5.0)")>]
member DiscountCartItems : ICartItemCollection<IDiscountCartItem> with getProperty Value
ICartItemCollectionIDiscountCartItem
See Also