Class PromotionInformationModel
Inheritance
System.Object
PromotionInformationModel
Assembly: EPiServer.Commerce.UI.CustomerService.dll
Version: 14.26.0
public class PromotionInformationModel : Object
Constructors
Declaration
public PromotionInformationModel()
Declaration
public PromotionInformationModel(PromotionInformation promotionInformation, Currency orderGroupCurrency)
Parameters
Properties
Declaration
public string CouponCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public DiscountType DiscountType { get; set; }
Property Value
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Guid PromotionGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Declaration
public RewardType RewardType { get; set; }
Property Value
Declaration
public MoneyModel SavedAmount { get; set; }
Property Value