Show / Hide Table of Contents

Class CalculateProductDatesOrUnitsRequest

A request to calculate the dates for a list of products based on the start date and quantity

Inheritance
System.Object
CalculateProductDatesOrUnitsRequest
Implements
IReturn<CalculateProductDatesOrUnitsResponse>
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
[VersionedRoute(1, VersionedRouteHttpVerb.Post, "calculate-dates")]
public class CalculateProductDatesOrUnitsRequest : IReturn<CalculateProductDatesOrUnitsResponse>

Properties

View Source

Breaks

A list of the breaks

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

Lines

A list of the products to calculate the dates for

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