Click or drag to resize
Infosoft Logo

IPaymentTransactionServiceCreatePaymentTransactions Method

Creates new payment transactions in a bulk operation

Namespace: Infosoft.Common.Contracts.ServiceContracts
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
PaymentTransactionsResponse CreatePaymentTransactions(
	CreatePaymentTransactionsRequest request
)

Parameters

request  CreatePaymentTransactionsRequest
A request object that contains a list of new payment transaction to create

Return Value

PaymentTransactionsResponse
A response object with the status of each paymenttransaction and the saved transaction if it was created
See Also