IInvoice | |
public interface IInvoiceService : IBusinessService
The IInvoiceService type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateInvoice | Creates an invoice. | |
| DeleteInvoice | Deletes an invoice. | |
| EliminateInvoice | Eliminates an invoice with a given number. | |
| GetInvoiceByNumber | Gets the invoice with the given invoice number. | |
| UpdateInvoice | Updates an invoice. |