IInvoice | |
public interface IInvoiceTransactionService : IInvoiceTransactionQueryService, IBusinessService
The IInvoiceTransactionService type exposes the following members.
| Name | Description | |
|---|---|---|
| Get | 
            Gets a list of InvoiceTransactions matching the specified filter.
             (Inherited from IInvoiceTransactionQueryService)  | |
| GetAll | 
            Gets all InvoiceTransactions
             (Inherited from IInvoiceTransactionQueryService)  | |
| GetSingle | 
            Gets a single InvoiceTransaction matching the provided filter.
             (Inherited from IInvoiceTransactionQueryService)  |