Table of Contents

Class DiscountValidationReason

Namespace
Dynamicweb.Ecommerce.Orders.Discounts
Assembly
Dynamicweb.Ecommerce.dll
[Serializable]
public class DiscountValidationReason
Inheritance
DiscountValidationReason
Inherited Members

Properties

OrderValue

public string OrderValue { get; set; }

Property Value

string

RequiredValue

public string RequiredValue { get; set; }

Property Value

string

SystemReasonDescription

public string SystemReasonDescription { get; set; }

Property Value

string

ValidationType

public DiscountValidationType ValidationType { get; set; }

Property Value

DiscountValidationType
To top