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