 | IElectronicProcessingGetPaymentBatches 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)
SyntaxIElectronicProcessingGetPaymentBatchesResponseType GetPaymentBatches(
IElectronicProcessingGetPaymentBatchesRequestType request
)
Function GetPaymentBatches (
request As IElectronicProcessingGetPaymentBatchesRequestType
) As IElectronicProcessingGetPaymentBatchesResponseType
function GetPaymentBatches(
request : IElectronicProcessingGetPaymentBatchesRequestType
) : IElectronicProcessingGetPaymentBatchesResponseType
function GetPaymentBatches(request);
Parameters
- request
- Type: IASIElectronicProcessingGetPaymentBatchesRequestType
[Missing <param name="request"/> documentation for "M:IAS.IElectronicProcessing.GetPaymentBatches(IAS.IElectronicProcessing.GetPaymentBatchesRequestType)"]
Return Value
Type:
IElectronicProcessingGetPaymentBatchesResponseTypeBatch details.
See Also