 | IElectronicProcessingGetRates Method |
Returns a set of rates, limited to only what is offered by the specified dealer and what the specified vehicle is eligible for, with pricing specific to a given Finance Manager if applicable.
Namespace:
IAS
Assembly:
ElectronicProcessing (in ElectronicProcessing.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIElectronicProcessingGetRatesResponseType GetRates(
IElectronicProcessingGetRatesRequestType request
)
Function GetRates (
request As IElectronicProcessingGetRatesRequestType
) As IElectronicProcessingGetRatesResponseType
function GetRates(
request : IElectronicProcessingGetRatesRequestType
) : IElectronicProcessingGetRatesResponseType
function GetRates(request);
Parameters
- request
- Type: IASIElectronicProcessingGetRatesRequestType
Specifies dealer and vehicle information needed for a rate request.
Return Value
Type:
IElectronicProcessingGetRatesResponseTypeA listing of all plans available for the specified vehicle and dealer.
See Also