  | 
IPaymentSetupServiceGetPaymentSetupById Method | 
            Gets the payment setup with the given ID.
            
Namespace: Infosoft.Common.Contracts.ServiceContracts.Economy.PaymentsAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
SyntaxNo code example is currently available or this language may not be supported.
Parameters
- request  GetPaymentSetupByIdRequest
 - A request object that contains a payment setup ID.
 
Return Value
GetPaymentSetupResponseA request object that contains a PaymentSetup object, or null if nothing matched.
See Also