ElectronicProcessingGetRates 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)
Syntax
public IElectronicProcessingGetRatesResponseType GetRates(
	IElectronicProcessingGetRatesRequestType request
)

Parameters

request
Type: IASIElectronicProcessingGetRatesRequestType
Specifies dealer and vehicle information needed for a rate request.

Return Value

Type: IElectronicProcessingGetRatesResponseType
A listing of all plans available for the specified vehicle and dealer.

Implements

IElectronicProcessingGetRates(IElectronicProcessingGetRatesRequestType)
See Also