 | IShoppingCartStateShippingMethodItems Property |
Collection of all shipping items in the cart.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
SyntaxIReadOnlyCollection<InvoiceDetailCartItem> ShippingMethodItems { get; }ReadOnly Property ShippingMethodItems As IReadOnlyCollection(Of InvoiceDetailCartItem)
Get
property IReadOnlyCollection<InvoiceDetailCartItem^>^ ShippingMethodItems {
IReadOnlyCollection<InvoiceDetailCartItem^>^ get ();
}abstract ShippingMethodItems : IReadOnlyCollection<InvoiceDetailCartItem> with get
Property Value
IReadOnlyCollectionInvoiceDetailCartItem
See Also