Table of Contents

Class DiscountViewModel

Namespace
Dynamicweb.Ecommerce.ProductCatalog
Assembly
Dynamicweb.Ecommerce.dll
public class DiscountViewModel : FillableViewModelBase
Inheritance
DiscountViewModel
Inherited Members

Properties

Amount

public double Amount { get; }

Property Value

double

CampagnDescription

public string CampagnDescription { get; }

Property Value

string

CampaignColor

public string CampaignColor { get; }

Property Value

string

CampaignImage

public MediaViewModel CampaignImage { get; }

Property Value

MediaViewModel

CampaignName

public string CampaignName { get; }

Property Value

string

CurrencyCode

public string CurrencyCode { get; }

Property Value

string

Name

public string Name { get; }

Property Value

string

Percentage

public double Percentage { get; }

Property Value

double

ValidFrom

public DateTime? ValidFrom { get; }

Property Value

DateTime?

ValidTo

public DateTime? ValidTo { get; }

Property Value

DateTime?

VoucherCode

public string VoucherCode { get; }

Property Value

string

VoucherListId

public int? VoucherListId { get; }

Property Value

int?
To top