Specifies the type of rate that is used to calculate a cost (e.g.
estimated cost, incidental cost, line item cost, etc.).
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public enum CicaRateType |
Visual Basic (Declaration) |
---|
Public Enumeration CicaRateType |
Visual C++ |
---|
public enum class CicaRateType |
Members
Member name | Description | |
---|---|---|
NotProvided |
No rate information is provided. The rate related properties
should be ignored.
| |
FixedRate |
A flat fee or fixed rate is used for this product or service.
| |
UnitRate |
The cost is calculated using a unit price and a quantity
(e.g. $100 per day, $50 per barge, etc.).
| |
PercentageRate |
The cost is a percentage of another amount
(e.g. 5% of the line item cost).
|
Remarks
Used by the
RateInformation.RateType
and the
Incidental.RateType
properties.