IRetailer | |
public interface IRetailerInvoiceHistoryService : IBusinessService
The IRetailerInvoiceHistoryService type exposes the following members.
| Name | Description | |
|---|---|---|
| GetAllRetailerInvoiceHistories | Gets all retailer invoice history objects in the database. | |
| GetRetailerInvoiceHistoriesByJointInvoiceDetail | Gets the retailer invoice history objects for a given joint invoice detail. | |
| GetRetailerInvoiceHistoriesByRetailer | Gets all retailer invoice history objects for a given retailer. | |
| GetRetailerInvoiceHistoryByInvoiceNumberAndTitle | Gets the RetailerInvoiceHistory object with the given invoice number and title code. |