Show / Hide Table of Contents

Class DateSpanToChange

A date span to change the price of

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

Properties

View Source

DateRange

The dates to reprice

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

ManualDiscounts

A list of all the manual discounts.

Declaration
public List<ManualDiscount> ManualDiscounts { get; set; }
Property Type: System.Collections.Generic.List<ManualDiscount>
Remarks

Any existing discounts in the lock token that aren't in this list will be removed

  • View Source
Back to top Copyright © 2017 EC English