Show / Hide Table of Contents

Class LineToPrice

A product to price

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

Properties

View Source

CorrelationId

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

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

ManualDiscount

A manual discount amount to apply to the line

Declaration
public Money? ManualDiscount { get; set; }
Property Type: System.Nullable<Money>
View Source

ProductCode

The code of the product to price

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

Quantity

Specifies the quantity of the product required

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

SchoolCode

The school that is offering the product to price.

Declaration
public string SchoolCode { get; set; }
Property Type: System.String

See Also

CalculatePriceRequest
  • View Source
Back to top Copyright © 2017 EC English