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