 | IShoppingCartStateShippingApplied Property |
Amount of shipping applied to this cart.
This amount has already been included in
Total, and is excluded from
SubTotal.
If any open invoices have been added to the cart, this includes shipping from those as well.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxdecimal ShippingApplied { get; }ReadOnly Property ShippingApplied As Decimal
Get
property Decimal ShippingApplied {
Decimal get ();
}abstract ShippingApplied : decimal with get
Property Value
Decimal
See Also