Click or drag to resize
Infosoft Logo

IPaymentProcessServiceGetPaymentProcessesByPaymentSetup Method

Gets the payment processes that are associated with the payment setup with the given code. The number of results can also be adjusted.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Economy.Payments
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
GetPaymentProcessesResponse GetPaymentProcessesByPaymentSetup(
	GetPaymentProcessesByPaymentSetupRequest request
)

Parameters

request  GetPaymentProcessesByPaymentSetupRequest
A request object that contains a payment setup code and an optional "max results" parameter.

Return Value

GetPaymentProcessesResponse
A response object that contains a list of PaymentProcess objects.
See Also