Show / Hide Table of Contents

Class PricedProductLine

Pricing details for a product.

Inheritance
System.Object
SummaryLine
PricedProductLine
Inherited Members
SummaryLine.OutputLineId
SummaryLine.Name
SummaryLine.DiscountTotal
SummaryLine.Commission
SummaryLine.TaxAmount
SummaryLine.TaxCode
SummaryLine.BasePrice
SummaryLine.DatePeriods
SummaryLine.Discounts
SummaryLine.NumberOfUnits
SummaryLine.ProductDeliveryDates
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 PricedProductLine : SummaryLine

Properties

View Source

ClosuresAdded

A list of the closures that were added by the pricing service to this line

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

CorrelationId

The id that was provided by CorrelationId

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

ProductCode

The id of the product that has been priced.

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

SchoolCode

The id of the school that the priced product is offered at

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