Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class PromotionInformationModel

Inheritance
System.Object
PromotionInformationModel
Namespace: EPiServer.Commerce.UI.CustomerService.Models
Assembly: EPiServer.Commerce.UI.CustomerService.dll
Version: 14.26.0
Syntax
public class PromotionInformationModel : Object

Constructors

PromotionInformationModel()

Declaration
public PromotionInformationModel()

PromotionInformationModel(PromotionInformation, Currency)

Declaration
public PromotionInformationModel(PromotionInformation promotionInformation, Currency orderGroupCurrency)
Parameters
Type Name Description
PromotionInformation promotionInformation
Currency orderGroupCurrency

Properties

CouponCode

Declaration
public string CouponCode { get; set; }
Property Value
Type Description
System.String

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

DiscountType

Declaration
public DiscountType DiscountType { get; set; }
Property Value
Type Description
DiscountType

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

PromotionGuid

Declaration
public Guid PromotionGuid { get; set; }
Property Value
Type Description
System.Guid

RewardType

Declaration
public RewardType RewardType { get; set; }
Property Value
Type Description
RewardType

SavedAmount

Declaration
public MoneyModel SavedAmount { get; set; }
Property Value
Type Description
MoneyModel