IInvoice | |
public interface IInvoiceEntityService : IInvoiceQueryService, IBusinessService
The IInvoiceEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new Invoice | |
| Delete | Deletes the specified Invoice. | |
| Get |
Gets a list of Invoices matching the specified filter.
(Inherited from IInvoiceQueryService) | |
| GetAll |
Gets all Invoices
(Inherited from IInvoiceQueryService) | |
| GetSingle |
Gets a single Invoice matching the provided filter.
(Inherited from IInvoiceQueryService) | |
| Update | Updates the specified Invoice |