A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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: 10.8.0
Syntax
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