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 PromotionRewardAmountType

Represents the promotion reward amount type.

Inheritance
System.Object
PromotionRewardAmountType
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 PromotionRewardAmountType

Constructors

PromotionRewardAmountType()

Declaration
public PromotionRewardAmountType()

Fields

Percentage

Public string literal for the percentage.

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

Value

Public string literal for the value.

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