 | IElectronicProcessingGetNestedRates Method |
Returns a set of rates in hierarchical fashion, 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)
SyntaxIElectronicProcessingGetNestedRatesResponseType GetNestedRates(
IElectronicProcessingGetRatesRequestType request
)
Function GetNestedRates (
request As IElectronicProcessingGetRatesRequestType
) As IElectronicProcessingGetNestedRatesResponseType
function GetNestedRates(
request : IElectronicProcessingGetRatesRequestType
) : IElectronicProcessingGetNestedRatesResponseType
function GetNestedRates(request);
Parameters
- request
- Type: IASIElectronicProcessingGetRatesRequestType
Specifies dealer and vehicle information needed for a rate request.
Return Value
Type:
IElectronicProcessingGetNestedRatesResponseTypeA listing of all plans available for the specified vehicle and dealer, in hierarchical fashion.
See Also