November Happy Hour will be moved to Thursday December 5th.

Class PromotionRewardType

Represents the promotion reward types.

Inheritance
System.Object
PromotionRewardType
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Marketing.Objects
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
Syntax
[Obsolete("Use promotion system in EPiServer.Commerce.Marketing instead. Will be removed in a future major release, but not earlier than August 2018.")]
public class PromotionRewardType

Constructors

PromotionRewardType()

Declaration
public PromotionRewardType()

Fields

AllAffectedEntries

Public string literal for the reward type for all affected entries.

Declaration
public const string AllAffectedEntries = "AllAffectedEntries"
Field Value
Type Description
System.String

EachAffectedEntry

Public string literal for the reward type for each affected entry.

Declaration
public const string EachAffectedEntry = "EachAffectedEntry"
Field Value
Type Description
System.String

Shipment

Public string literal for the reward type for shipment entry.

Declaration
public const string Shipment = "Shipment"
Field Value
Type Description
System.String

WholeOrder

Public string literal for the reward type for the whole order.

Declaration
public const string WholeOrder = "WholeOrder"
Field Value
Type Description
System.String