Click or drag to resize

IElectronicProcessingGetElectronicRemittanceBatches Method

Gets a list of all electronic batches for a dealer, with the option to show only batches that have been received, only batches that have not been received, or both.

Namespace:  IAS
Assembly:  ElectronicProcessing (in ElectronicProcessing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IElectronicProcessingGetElectronicRemittanceBatchesResponseType GetElectronicRemittanceBatches(
	IElectronicProcessingGetElectronicRemittanceBatchesRequestType request
)

Parameters

request
Type: IASIElectronicProcessingGetElectronicRemittanceBatchesRequestType
Identifying information of the dealer for which to query, along with flags for whether or not to include batches that have been received and processed by IAS.

Return Value

Type: IElectronicProcessingGetElectronicRemittanceBatchesResponseType
An array of objects representing each electronic batch.
See Also