Show / Hide Table of Contents

Class DiscountDetail

Summary of a discount applied to a line

Inheritance
System.Object
DiscountDetail
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 DiscountDetail

Properties

View Source

Dates

The dates that the discount was applied on

Declaration
public List<DateRange> Dates { get; set; }
Property Type: System.Collections.Generic.List<DateRange>
View Source

DiscountAmount

The discount amount

Declaration
public Money DiscountAmount { get; set; }
Property Type: Money
View Source

DiscountCode

The discount code

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

Name

The discount name

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

Type

The discount type

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