A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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