Click or drag to resize
Infosoft Logo

IRetailerBillPayerService Interface

Defines operations related to RetailerBillPayer objects.

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

The IRetailerBillPayerService type exposes the following members.

Methods
 NameDescription
Public methodCreateRetailerBillPayer Creates a new retailer bill payer in the database.
Public methodDeleteRetailerBillPayer Deletes a new retailer bill payer in the database.
Public methodGetAllRetailerBillPayerById Gets retailer bill payers by primary key in the database.
Public methodGetAllRetailerBillPayerByRetailerNumberAndStartDate Gets retailer bill payers by primary key in the database.
Public methodGetAllRetailerBillPayers Gets all retailer bill payers in the database.
Public methodGetRetailerBillPayersByRetailerNumber Gets all retailer bill payers in the database by retailer number.
Public methodUpdateRetailerBillPayer Updates a given retailer bill payer in the database.
Top
See Also