Click or drag to resize

ShoppingCartStateShippingMethodItems Property

A collection of the shipping items in this shopping cart. Derived versions of ShoppingCartState may override the BuildShippingItems method for customization.

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

Property Value

IReadOnlyCollectionInvoiceDetailCartItem

Implements

IShoppingCartStateShippingMethodItems
See Also