Click or drag to resize
Infosoft Logo

ICustomerLimitationService Interface

Interface containing a method for retrieving customer limitation data.

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

The ICustomerLimitationService type exposes the following members.

Methods
 NameDescription
Public methodGetCustomerLimitationData Gets the customer limitation data.
Public methodRemoveCustomerLimitation Removes the customer limitation described by request. No search is made for OfferCode so it do not have to be filled out.
Top
See Also