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
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Commerce.Order.Internal
Assembly: Mediachase.Commerce.dll
Version: 13.30.0Syntax
public static class IShipmentCalculatedAmountExtensions
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. |