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.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public IReadOnlyCollection<InvoiceDetailCartItem> ShippingMethodItems { get; }
Public ReadOnly Property ShippingMethodItems As IReadOnlyCollection(Of InvoiceDetailCartItem)
Get
public:
virtual property IReadOnlyCollection<InvoiceDetailCartItem^>^ ShippingMethodItems {
IReadOnlyCollection<InvoiceDetailCartItem^>^ get () sealed;
}
abstract ShippingMethodItems : IReadOnlyCollection<InvoiceDetailCartItem> with get
override ShippingMethodItems : IReadOnlyCollection<InvoiceDetailCartItem> with get
IReadOnlyCollectionInvoiceDetailCartItemIShoppingCartStateShippingMethodItems