Click or drag to resize

IElectronicProcessingGetElectronicContractsByBatch 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
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.
See Also