Click or drag to resize

IElectronicProcessingGetPendingElectronicContracts 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
IElectronicProcessingGetPendingElectronicContractsResponseType GetPendingElectronicContracts(
	IElectronicProcessingGetPendingElectronicContractsRequestType request
)

Parameters

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

Return Value

Type: IElectronicProcessingGetPendingElectronicContractsResponseType
An array of objects representing each pending electronic contract.
See Also