IPayment | |
public interface IPaymentSetupEntityService : IPaymentSetupQueryService, IBusinessService
The IPaymentSetupEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new PaymentSetup | |
| Delete | Deletes the specified PaymentSetup. | |
| 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) | |
| Update | Updates the specified PaymentSetup |