Click or drag to resize
Infosoft Logo

IPaymentSetupServiceGetPaymentSetupById Method

Gets the payment setup with the given ID.

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

Parameters

request  GetPaymentSetupByIdRequest
A request object that contains a payment setup ID.

Return Value

GetPaymentSetupResponse
A request object that contains a PaymentSetup object, or null if nothing matched.
See Also