 | IElectronicProcessingLimitTireWheelType Enumeration |
Allows the calling program to "pre filter" the list of returned tire/wheel rates.
Namespace:
IAS
Assembly:
ElectronicProcessing (in ElectronicProcessing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum LimitTireWheelType
Public Enumeration LimitTireWheelType
public enum LimitTireWheelType
IAS.LimitTireWheelType = function();
IAS.LimitTireWheelType.createEnum('IAS.LimitTireWheelType', false);
Members
| Member name | Value | Description |
---|
| IncludeAll | 0 | Include any plans which have a tire/wheel component, regardless of whether or not they include "Gold" coverage. |
| IncludeNonGoldOnly | 1 | Include any plans which have a tire/wheel component without "Gold" coverage. Exclude tire/wheel plans with "Gold". |
| IncludeGoldOnly | 2 | Include any plans which have a tire/wheel component with "Gold" coverage. Exclude tire/wheel plans without "Gold". |
See Also