Struct PromoCodeInfo
- Namespace
- Dynamicweb.Ecommerce.Orders.SalesDiscounts
- Assembly
- Dynamicweb.Ecommerce.dll
The structure represents info about promo code.
[Obsolete("Sales discount functionality is obsolete. Use Dynamicweb.Ecommerce.Orders.Discounts.* instead.")]
public struct PromoCodeInfo
- Inherited Members
Properties
CodeType
The type of promo code.
public PromoCodeInfo.PromoCodeType CodeType { get; set; }
Property Value
Expired
Is promo code expired
public bool Expired { get; set; }
Property Value
Inactive
Is promo code inactive
public bool Inactive { get; set; }
Property Value
Name
The Name.
public string Name { get; set; }
Property Value
Valid
Is promo code valid
public bool Valid { get; set; }