Class SpendAmountGetGiftItems

This promotion type will be applied when spend at least currency amount in the cart. The GiftItems will be applied to the order.

Inheritance
System.Object
SpendAmountGetGiftItems
Namespace: EPiServer.Commerce.Marketing.Promotions
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.0
Syntax
public class SpendAmountGetGiftItems : EntryPromotion

Constructors

SpendAmountGetGiftItems()

Declaration
public SpendAmountGetGiftItems()

Properties

Condition

The condition for the promotion that needs to be fulfilled before the discount is applied.

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

GiftItems

The gift items list that will be applied.

Declaration
[PromotionRegion("Reward")]
[CLSCompliant(false)]
public virtual IList<ContentReference> GiftItems { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<EPiServer.Core.ContentReference>

Extension Methods