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