ElectronicProcessingGetPaymentBatches Method

Gets the batch details for a given payment.

Namespace:  IAS
Assembly:  ElectronicProcessing (in ElectronicProcessing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IElectronicProcessingGetPaymentBatchesResponseType GetPaymentBatches(
	IElectronicProcessingGetPaymentBatchesRequestType request
)

Parameters

request
Type: IASIElectronicProcessingGetPaymentBatchesRequestType

[Missing <param name="request"/> documentation for "M:IAS.ElectronicProcessing.GetPaymentBatches(IAS.IElectronicProcessing.GetPaymentBatchesRequestType)"]

Return Value

Type: IElectronicProcessingGetPaymentBatchesResponseType
Batch details.

Implements

IElectronicProcessingGetPaymentBatches(IElectronicProcessingGetPaymentBatchesRequestType)
See Also