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