Click or drag to resize
Infosoft Logo

IInvoiceService Interface

Defines operations related to the invoice 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 IInvoiceService : IBusinessService

The IInvoiceService type exposes the following members.

Methods
 NameDescription
Public methodCreateInvoice Creates an invoice.
Public methodDeleteInvoice Deletes an invoice.
Public methodEliminateInvoice Eliminates an invoice with a given number.
Public methodGetInvoiceByNumber Gets the invoice with the given invoice number.
Public methodUpdateInvoice Updates an invoice.
Top
See Also