BundleCartItemComponents Property

A collection of all of the cart items included in this bundle. These cart items may in turn have other cart items nested under them, depending on their type.

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public IBundleComponentCartItemCollection<IStandardCartItem> Components { get; }

Property Value

IBundleComponentCartItemCollectionIStandardCartItem

See Also