Click or drag to resize
Infosoft Logo

IInvoiceTransactionService Interface

Defines operations related to the InvoiceTransaction entity.

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

The IInvoiceTransactionService type exposes the following members.

Methods
 NameDescription
Public methodCreateInvoiceTransaction Creates a new invoice transaction.
Public methodDeleteInvoiceTransaction Deletes an invoice transaction.
Public methodUpdateInvoiceTransaction Updates an invoice transaction.
Top
See Also