Try our conversational search powered by Generative AI!

Class SpendAmountGetItemDiscount

This promotion type will be applied when condition amount have been spent in the cart. A Discount will be applied to items from multiple content references.

Inheritance
System.Object
SpendAmountGetItemDiscount
Namespace: EPiServer.Commerce.Marketing.Promotions
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0
Syntax
[PromotionSettings(FixedRedemptionsPerOrder = 1)]
public class SpendAmountGetItemDiscount : EntryPromotion, ISpendAmountGetMonetaryDiscount, IPurchaseAmount, IMonetaryDiscount

Constructors

SpendAmountGetItemDiscount()

Declaration
public SpendAmountGetItemDiscount()

Properties

Condition

The condition to get the promotion.

Declaration
[PromotionRegion("Condition")]
public virtual PurchaseAmount Condition { get; set; }
Property Value
Type Description
PurchaseAmount

Discount

The reward values that should be applied.

Declaration
[PromotionRegion("Discount")]
public virtual MonetaryReward Discount { get; set; }
Property Value
Type Description
MonetaryReward

DiscountTarget

The potential targets for the Discount.

Declaration
[PromotionRegion("Reward")]
public virtual DiscountItems DiscountTarget { get; set; }
Property Value
Type Description
DiscountItems

Implements

Extension Methods