IPayment |
public interface IPaymentSetupService : IBusinessService
The IPaymentSetupService type exposes the following members.
Name | Description | |
---|---|---|
CreatePaymentSetup | Creates a new payment setup. | |
DeletePaymentSetup | Deletes a payment setup. | |
GetAllPaymentSetups | Gets all payment setups in the database. | |
GetPaymentSetupByCode | Gets the payment setup with the given code. | |
GetPaymentSetupById | Gets the payment setup with the given ID. | |
UpdatePaymentSetup | Updates an existing payment setup. |