ElectronicProcessingGetPendingElectronicCancellationQuotes Method

Gets a list of all pending electronic contracts. Pending electronic contracts are those which have been generated but not remitted to IAS.

Namespace:  IAS
Assembly:  ElectronicProcessing (in ElectronicProcessing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IElectronicProcessingGetPendingElectronicCancellationQuoteResponseType GetPendingElectronicCancellationQuotes(
	IElectronicProcessingGetPendingElectronicCancellationQuoteRequestType request
)

Parameters

request
Type: IASIElectronicProcessingGetPendingElectronicCancellationQuoteRequestType
Identifying information of the dealer for which to query.

Return Value

Type: IElectronicProcessingGetPendingElectronicCancellationQuoteResponseType
An array of objects representing each pending electronic contract.

Implements

IElectronicProcessingGetPendingElectronicCancellationQuotes(IElectronicProcessingGetPendingElectronicCancellationQuoteRequestType)
See Also