Table of Contents

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

PromoCodeInfo.PromoCodeType

Expired

Is promo code expired
public bool Expired { get; set; }

Property Value

bool

Inactive

Is promo code inactive
public bool Inactive { get; set; }

Property Value

bool

Name

The Name.
public string Name { get; set; }

Property Value

string

Valid

Is promo code valid
public bool Valid { get; set; }

Property Value

bool
To top