Show / Hide Table of Contents

Class CalculateProductDatesOrUnitsRequestLine

A product line for which dates should be calculated

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

Properties

View Source

CorrelationId

Any text. You can correlate find the corresponding
CorrelationId in the CalculateProductDatesOrUnitsResponse by matching the CorrelationId

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

ProductCode

The code of the product for which to calculate dates

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

Quantity

The quantity of product required.

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

SchoolCode

The school that is offering the product

Declaration
public string SchoolCode { get; set; }
Property Type: System.String
  • View Source
Back to top Copyright © 2017 EC English