IInvoice | |
public interface IInvoiceTransactionEntityService : IInvoiceTransactionQueryService, IBusinessService
The IInvoiceTransactionEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new InvoiceTransaction | |
| Delete | Deletes the specified InvoiceTransaction. | |
| 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) | |
| Update | Updates the specified InvoiceTransaction |