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