Show / Hide Table of Contents

Class UpdateProductPrice

A product/fee to recalculate the price for

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

Properties

View Source

DateSpans

List of date spans to update

Declaration
public List<DateSpanToChange> DateSpans { get; set; }
Property Type: System.Collections.Generic.List<DateSpanToChange>
Remarks

Any dates in the lock token that aren't in the span are assumed to have not changed

View Source

FeeCode

The fee code to update

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

null if this is a product line

View Source

IsCancelled

Are we updateing the cancelled line?

Declaration
public bool IsCancelled { get; set; }
Property Type: System.Boolean
View Source

ProductCode

The product code to update. Must be specified.

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

SchoolCode

The school code of the product to update

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