ElectronicProcessingGetElectronicContractsByBatch Method

Returns a list of pending electronic contracts for a single batch ID.

Namespace:  IAS
Assembly:  ElectronicProcessing (in ElectronicProcessing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IElectronicProcessingGetElectronicContractsByBatchResponseType GetElectronicContractsByBatch(
	IElectronicProcessingGetElectronicContractsByBatchRequestType request
)

Parameters

request
Type: IASIElectronicProcessingGetElectronicContractsByBatchRequestType
The singular batch ID.

Return Value

Type: IElectronicProcessingGetElectronicContractsByBatchResponseType
Zero or more pending contract records attached to the specified batch.

Implements

IElectronicProcessingGetElectronicContractsByBatch(IElectronicProcessingGetElectronicContractsByBatchRequestType)
See Also