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.3454
[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)
Get
public:
[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 get
Property Value
ICartItemCollectionIDiscountCartItem