Class StartDate
The start date of a product
Inheritance
System.Object
StartDate
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.Product
Assembly: EC.ProductsAndPricing.ServiceContract.dll
Syntax
public class StartDate
Properties
View SourceDate
The start date
Declaration
public Date Date { get; set; }
Property Type:
Date
View Source
NumberOfUnits
A list of the number of units that can be choosen on this start date
Declaration
public List<NumberOfUnits> NumberOfUnits { get; set; }
Properties
Extra details about this date
Declaration
public Dictionary<string, string> Properties { get; set; }
Property Type:
System.Collections.Generic.Dictionary<System.String, System.String>