 | 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)
SyntaxIElectronicProcessingGetElectronicRemittanceBatchesResponseType GetElectronicRemittanceBatches(
IElectronicProcessingGetElectronicRemittanceBatchesRequestType request
)
Function GetElectronicRemittanceBatches (
request As IElectronicProcessingGetElectronicRemittanceBatchesRequestType
) As IElectronicProcessingGetElectronicRemittanceBatchesResponseType
function GetElectronicRemittanceBatches(
request : IElectronicProcessingGetElectronicRemittanceBatchesRequestType
) : IElectronicProcessingGetElectronicRemittanceBatchesResponseType
function GetElectronicRemittanceBatches(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:
IElectronicProcessingGetElectronicRemittanceBatchesResponseTypeAn array of objects representing each electronic batch.
See Also