Class PromotionInformationShipment
Information about an applied promotion of individual shipment.
Inheritance
System.Object
PromotionInformationShipment
Namespace: EPiServer.Commerce.Marketing
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public class PromotionInformationShipment : Object
Constructors
PromotionInformationShipment()
Declaration
public PromotionInformationShipment()
Properties
OrderAddressName
Gets or sets the order address name of shipment which the promotion was applied to.
Declaration
public string OrderAddressName { get; set; }
Property Value
Type | Description |
---|---|
System. |
SavedAmount
Gets or sets the amount saved by the promotion.
Declaration
public Decimal SavedAmount { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShippingMethodId
Gets or sets the shipping method guid of shipment which the promotion was applied to.
Declaration
public Guid ShippingMethodId { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShippingMethodName
Gets or sets the shipping method name of shipment which the promotion was applied to.
Declaration
public string ShippingMethodName { get; set; }
Property Value
Type | Description |
---|---|
System. |