London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class OrderPromotion

Represents a content based order promotion item.

Inheritance
System.Object
OrderPromotion
Namespace: EPiServer.Commerce.Marketing
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0
Syntax
[PromotionSettings(FixedRedemptionsPerOrder = 1)]
public abstract class OrderPromotion : PromotionData

Constructors

OrderPromotion()

Declaration
protected OrderPromotion()

Properties

DiscountType

Gets whether the promotion is for an order or individual line items or a shipment.

Declaration
public override DiscountType DiscountType { get; }
Property Value
Type Description
DiscountType
Overrides

Extension Methods