IInvoice | |
public interface IInvoiceService : IInvoiceQueryService, IBusinessService
The IInvoiceService type exposes the following members.
| Name | Description | |
|---|---|---|
| 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) |