Show / Hide Table of Contents

Class ManualDiscount

A manual discount

Inheritance
System.Object
ManualDiscount
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: EC.ProductsAndPricing.ServiceContract.Pricing
Assembly: EC.ProductsAndPricing.ServiceContract.dll
Syntax
public class ManualDiscount

Properties

View Source

DiscountCode

A manual discount reason code

Declaration
public string DiscountCode { get; set; }
Property Type: System.String
View Source

Value

The manual discount value.

Declaration
public Money Value { get; set; }
Property Type: Money
  • View Source
Back to top Copyright © 2017 EC English