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 PromotionInformationEntry

Information about an applied promotion of individual entry.

Inheritance
System.Object
PromotionInformationEntry
Namespace: EPiServer.Commerce.Marketing
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public class PromotionInformationEntry : Object

Constructors

PromotionInformationEntry()

Declaration
public PromotionInformationEntry()

Properties

EntryCode

Gets or sets the code of entry which the promotion was applied to.

Declaration
public string EntryCode { 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