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