Click or drag to resize
Infosoft Logo

IRetailerBillPayerServiceGetAllRetailerBillPayerByRetailerNumberAndStartDate Method

Gets retailer bill payers by primary key in the database.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Retail
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
GetRetailerBillPayerResponse GetAllRetailerBillPayerByRetailerNumberAndStartDate(
	RetailerBillPayerLookupRequest request
)

Parameters

request  RetailerBillPayerLookupRequest
An request object having the primary key value.

Return Value

GetRetailerBillPayerResponse
A response object, containing a matching retailer bill payer object.
See Also