Show / Hide Table of Contents

Class GetProductDatesResponse

A set of offering or start dates for a product.

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

A product will either have offering or start dates, but not both

Properties

View Source

OfferingDates

The offering dates for the product. If specified then Results will be empty

Declaration
public IList<OfferingDate> OfferingDates { get; set; }
Property Type: System.Collections.Generic.IList<OfferingDate>
View Source

Results

The start dates for the product. If specified then OfferingDates will be empty

Declaration
public IList<StartDate> Results { get; set; }
Property Type: System.Collections.Generic.IList<StartDate>
  • View Source
Back to top Copyright © 2017 EC English