SaaS CMS has officially launched! Learn more now.

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: 11.8.3
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