Show / Hide Table of Contents

Class ProductClosurePeriod

A period that was added by pricing to indicate because a product was closed during the booking

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

Properties

View Source

From

The start of the closure.

Declaration
public Date From { get; set; }
Property Type: Date
View Source

IsBillable

Is true is the specified closure was billable

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

Reason

The reason that the closure was added.

Declaration
public ClosureReason Reason { get; set; }
Property Type: ClosureReason
View Source

To

The end of the closure.

Declaration
public Date To { get; set; }
Property Type: Date
  • View Source
Back to top Copyright © 2017 EC English