Click or drag to resize
ShoppingCartItemInfoBundleItems Property
List of bundle items of the shopping cart item.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public List<ShoppingCartItemInfo> BundleItems { get; set; }

Property Value

Type: ListShoppingCartItemInfo
See Also