ElectronicProcessing.GetPreviousBuyers 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 IElectronicProcessing.GetPreviousBuyersResponseType GetPreviousBuyers(
	IElectronicProcessing.GetPreviousBuyersRequestType request
)

Parameters

request
Type: IAS.IElectronicProcessing.GetPreviousBuyersRequestType

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

Return Value

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

Implements

IElectronicProcessing.GetPreviousBuyers(IElectronicProcessing.GetPreviousBuyersRequestType)
See Also