ShoppingCartStateShippingMethodItems Property

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

Definition

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

Property Value

IReadOnlyCollectionInvoiceDetailCartItem

Implements

IShoppingCartStateShippingMethodItems

See Also