Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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.0
Syntax
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.String

SavedAmount

Gets or sets the amount saved by the promotion.

Declaration
public Decimal SavedAmount { get; set; }
Property Value
Type Description
System.Decimal

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.Guid

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.String