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