Click or drag to resize

IStandardCartItemCollectionTJustSubscriptions Property

A collection of just the invoice detail cart items with a product type of Subscription

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
ICartItemCollection<InvoiceDetailCartItem> JustSubscriptions { get; }

Property Value

ICartItemCollectionInvoiceDetailCartItem
Remarks
Items in bundles are not included in this collection. To retrieve those, access them through JustBundles and Components
See Also