SaaS CMS has officially launched! Learn more now.

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