World is now on Opti ID! Learn more

Class AffectedShipments

The affected shipment of the promotion evaluation.

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