With Opticon around the corner, we'll be canceling this month's (Sept) Happy Hour.

Class AdditionalPromotionInformationContext

Context object passed into IAdditionalPromotionInformationCreator

Inheritance
System.Object
AdditionalPromotionInformationContext
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: 13.30.0
Syntax
public class AdditionalPromotionInformationContext

Constructors

AdditionalPromotionInformationContext()

Declaration
public AdditionalPromotionInformationContext()

Properties

OrderForm

The order form.

Declaration
public IOrderForm OrderForm { get; set; }
Property Value
Type Description
IOrderForm

OrderGroup

The order group.

Declaration
public IOrderGroup OrderGroup { get; set; }
Property Value
Type Description
IOrderGroup

PromotionData

The promotion.

Declaration
public PromotionData PromotionData { get; set; }
Property Value
Type Description
PromotionData