IPayment | |
public interface IPaymentSetupService : IPaymentSetupQueryService, IBusinessService
The IPaymentSetupService type exposes the following members.
| Name | Description | |
|---|---|---|
| Get | 
            Gets a list of PaymentSetups matching the specified filter.
             (Inherited from IPaymentSetupQueryService)  | |
| GetAll | 
            Gets all PaymentSetups
             (Inherited from IPaymentSetupQueryService)  | |
| GetSingle | 
            Gets a single PaymentSetup matching the provided filter.
             (Inherited from IPaymentSetupQueryService)  |