Click or drag to resize
Infosoft Logo

IPaymentSetupService Interface

Defines operations related to the PaymentSetup entity.

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

The IPaymentSetupService type exposes the following members.

Methods
 NameDescription
Public methodCreatePaymentSetup Creates a new payment setup.
Public methodDeletePaymentSetup Deletes a payment setup.
Public methodGetAllPaymentSetups Gets all payment setups in the database.
Public methodGetPaymentSetupByCode Gets the payment setup with the given code.
Public methodGetPaymentSetupById Gets the payment setup with the given ID.
Public methodUpdatePaymentSetup Updates an existing payment setup.
Top
See Also