IShoppingCartStateDiscountItems Property

Collection of discount items in the cart. This only includes discounts that have been applied to the cart as a whole, not discounts applied to specific items in the cart.

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
IReadOnlyCollection<AdditionalInvoiceDetailCartItem> DiscountItems { get; }

Property Value

IReadOnlyCollectionAdditionalInvoiceDetailCartItem

See Also