ElectronicProcessingGetPreviousBuyers Method

Gets a list of buyers that previously purchased contracts using that VIN and dealer or master dealer ID.

Namespace:  IAS
Assembly:  ElectronicProcessing (in ElectronicProcessing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IElectronicProcessingGetPreviousBuyersResponseType GetPreviousBuyers(
	IElectronicProcessingGetPreviousBuyersRequestType request
)

Parameters

request
Type: IASIElectronicProcessingGetPreviousBuyersRequestType

[Missing <param name="request"/> documentation for "M:IAS.ElectronicProcessing.GetPreviousBuyers(IAS.IElectronicProcessing.GetPreviousBuyersRequestType)"]

Return Value

Type: IElectronicProcessingGetPreviousBuyersResponseType
Success/failure information and a list of previous buyers.

Implements

IElectronicProcessingGetPreviousBuyers(IElectronicProcessingGetPreviousBuyersRequestType)
See Also