Click or drag to resize
Infosoft Logo

IRetailerInvoiceHistoryService Interface

Defines operations related to the RetailerInvoiceHistory entity.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Retail
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IRetailerInvoiceHistoryService : IBusinessService

The IRetailerInvoiceHistoryService type exposes the following members.

Methods
 NameDescription
Public methodGetAllRetailerInvoiceHistories Gets all retailer invoice history objects in the database.
Public methodGetRetailerInvoiceHistoriesByJointInvoiceDetail Gets the retailer invoice history objects for a given joint invoice detail.
Public methodGetRetailerInvoiceHistoriesByRetailer Gets all retailer invoice history objects for a given retailer.
Public methodGetRetailerInvoiceHistoryByInvoiceNumberAndTitle Gets the RetailerInvoiceHistory object with the given invoice number and title code.
Top
See Also