Show / Hide Table of Contents

Class PricingPeriod

A period of time in which specific prices apply.

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

Properties

View Source

PriceBands

The price bands.

Declaration
public IList<PriceBand> PriceBands { get; set; }
Property Type: System.Collections.Generic.IList<PriceBand>
View Source

PriceBandType

How to apply the price bands to calculate the price.

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

ValidFrom

Bookings that start on this date, or after this date will use these price bands.

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

ValidTo

Bookings that start on this date, or before this date will use these price bands.

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