Table of Contents

Class DiscountTranslation

Namespace
Dynamicweb.Ecommerce.Orders.Discounts
Assembly
Dynamicweb.Ecommerce.dll
The class DiscountTranslation represents translation for discounts.
public class DiscountTranslation : Translation, ICloneable
Inheritance
DiscountTranslation
Implements
Inherited Members

Properties

CampaignName

Gets or sets the campaign name.
public string CampaignName { get; set; }

Property Value

string

Description

Gets or sets the discount description.
public string Description { get; set; }

Property Value

string

Name

Gets or sets the name.
public string Name { get; set; }

Property Value

string
The name.
To top