 | CommonSurchargeTypes Enumeration |
The type of surcharge, which might have implications on the cost listed in the rate.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum SurchargeTypes
Public Enumeration SurchargeTypes
public enum SurchargeTypes
IAS.SurchargeTypes = function();
IAS.SurchargeTypes.createEnum('IAS.SurchargeTypes', false);
Members
| Member name | Value | Description |
---|
| Automatic | 1 | Automatic surcharges are added to the rate automatically based on vehicle details, including their cost. |
| Inboarded | 2 | Inboarded surcharges have been added to the rate automatically, including their cost. |
| Manual | 3 | Manual surcharges can be chosen by the customer, and if so, their cost must be added manually. |
See Also