 | IElectronicProcessingGetRatingFields Method |
Returns a list of any and all fields that are needed for eRating for a given dealer ID. This information can be used to reduce the amount of information collected in the UI prior to a call to request rates.
Namespace:
IAS
Assembly:
ElectronicProcessing (in ElectronicProcessing.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIElectronicProcessingGetRatingFieldsResponseType GetRatingFields(
IElectronicProcessingGetRatingFieldsRequestType request
)
Function GetRatingFields (
request As IElectronicProcessingGetRatingFieldsRequestType
) As IElectronicProcessingGetRatingFieldsResponseType
function GetRatingFields(
request : IElectronicProcessingGetRatingFieldsRequestType
) : IElectronicProcessingGetRatingFieldsResponseType
function GetRatingFields(request);
Parameters
- request
- Type: IASIElectronicProcessingGetRatingFieldsRequestType
Parameters needed to acquire a list of fields needed for rating at a certain dealer.
Return Value
Type:
IElectronicProcessingGetRatingFieldsResponseTypeA listing of all fields required for rating at the specified dealer.
See Also