 | IBundleComponentCartItemCollectionTJustKits Property |
A collection of just the invoice detail cart items with a product type of Kit
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
SyntaxICartItemCollection<InvoiceDetailCartItem> JustKits { get; }ReadOnly Property JustKits As ICartItemCollection(Of InvoiceDetailCartItem)
Get
property ICartItemCollection<InvoiceDetailCartItem^>^ JustKits {
ICartItemCollection<InvoiceDetailCartItem^>^ get ();
}abstract JustKits : ICartItemCollection<InvoiceDetailCartItem> with get
Property Value
ICartItemCollectionInvoiceDetailCartItem
See Also