Class AffectedShipments

The affected shipment of the promotion evaluation.

Inheritance
System.Object
AffectedShipments
Implements
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.Marketing
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.0
Syntax
public class AffectedShipments : IAffectedObject

Constructors

AffectedShipments(IEnumerable<ShipmentPrice>)

Initializes a new instance of the AffectedShipments class.

Declaration
public AffectedShipments(IEnumerable<ShipmentPrice> shipmentPrices)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<ShipmentPrice> shipmentPrices

Properties

ShipmentPrices

Gets the shipment prices.

Declaration
public IEnumerable<ShipmentPrice> ShipmentPrices { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<ShipmentPrice>

Explicit Interface Implementations

IAffectedObject.SavedAmount

The saved amount.

Declaration
decimal IAffectedObject.SavedAmount { get; set; }
Returns
Type Description
System.Decimal

Implements