ElectronicProcessingGetIASDealerIDFromAllyDealerCode Method

Returns the unique iAAWG dealer identifier corresponding to an Ally dealer code.

Namespace:  IAS
Assembly:  ElectronicProcessing (in ElectronicProcessing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IElectronicProcessingGetIASDealerIDFromAllyDealerCodeResponseType GetIASDealerIDFromAllyDealerCode(
	IElectronicProcessingGetIASDealerIDFromAllyDealerCodeRequestType request
)

Parameters

request
Type: IASIElectronicProcessingGetIASDealerIDFromAllyDealerCodeRequestType
The Ally dealer code to identify.

Return Value

Type: IElectronicProcessingGetIASDealerIDFromAllyDealerCodeResponseType
The iAAWG dealer ID corresponding to the supplied Ally dealer code.

Implements

IElectronicProcessingGetIASDealerIDFromAllyDealerCode(IElectronicProcessingGetIASDealerIDFromAllyDealerCodeRequestType)
See Also