 | IShoppingCartStateShippingMethodItem Property |
Cart item representing the one and only shipping charge applied to this cart.
Will be null if no shipping item has been applied to the cart.
Will throw InvalidOperationException if more than one shipping item has been applied to the cart.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
SyntaxInvoiceDetailCartItem ShippingMethodItem { get; }ReadOnly Property ShippingMethodItem As InvoiceDetailCartItem
Get
property InvoiceDetailCartItem^ ShippingMethodItem {
InvoiceDetailCartItem^ get ();
}abstract ShippingMethodItem : InvoiceDetailCartItem with get
Property Value
InvoiceDetailCartItem
See Also