 | IElectronicProcessingGetRatesResponseType Class |
Contains a listing all rates available for the given vehicle.
Inheritance Hierarchy
Namespace:
IAS
Assembly:
ElectronicProcessing (in ElectronicProcessing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic class GetRatesResponseType : IElectronicProcessingBaseGetRatesResponseType
Public Class GetRatesResponseType
Inherits IElectronicProcessingBaseGetRatesResponseType
public class GetRatesResponseType extends IElectronicProcessingBaseGetRatesResponseType
IAS.GetRatesResponseType = function();
Type.createClass(
'IAS.GetRatesResponseType',
IAS.IElectronicProcessing.BaseGetRatesResponseType);
The IElectronicProcessingGetRatesResponseType type exposes the following members.
Properties
| Name | Description |
---|
 | ErrorInfo | Error details. |
 | Rates | A list of rates that the given vehicle is eligible for. |
 | VehicleInfo | Vehicle information used in getting rates. |
Top
See Also