Class IShipmentCalculatedAmountExtensions
This interface is intended to be used internally by EPiServer. We do not support any backward compatibility on this.
Extension methods for IShipmentCalculatedAmount.
Inheritance
System.Object
IShipmentCalculatedAmountExtensions
Namespace: EPiServer.Commerce.Order.Internal
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public static class IShipmentCalculatedAmountExtensions : Object
Methods
ResetUpToDateFlags(IShipmentCalculatedAmount)
Resets up-to-date flags of a shipment and its line items.
Declaration
public static void ResetUpToDateFlags(this IShipmentCalculatedAmount shipmentCalculatedPrice)
Parameters
Type | Name | Description |
---|---|---|
IShipmentCalculatedAmount | shipmentCalculatedPrice | The shipment. |