Show / Hide Table of Contents

Class PriceBand

A price band

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

Properties

View Source

MaximumUnits

The maximum number of untis you can charge for in this price band.

Declaration
public int MaximumUnits { get; set; }
Property Type: System.Int32
View Source

MinimumUnits

The minimum number of units you can charge for in this price band.

Declaration
public int MinimumUnits { get; set; }
Property Type: System.Int32
View Source

PricePerUnit

The price per unit

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