Enum PriceBandType
How to interpret the price bands to calculate a price
Namespace: EC.ProductsAndPricing.ServiceContract.Product
Assembly: EC.ProductsAndPricing.ServiceContract.dll
Syntax
public enum PriceBandType
Fields
| Name | Description |
|---|---|
| Discrete | Pice the price band based on the units |
| Incremental | Keep applying price bands until you run out of units. |