ISubscription | |
public interface ISubscriptionSaleParameterEntityService : ISubscriptionSaleParameterQueryService, IBusinessService
The ISubscriptionSaleParameterEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new SubscriptionSaleParameter | |
| Delete | Deletes the specified SubscriptionSaleParameter. | |
| Get |
Gets a list of SubscriptionSaleParameters matching the specified filter.
(Inherited from ISubscriptionSaleParameterQueryService) | |
| GetAll |
Gets all SubscriptionSaleParameters
(Inherited from ISubscriptionSaleParameterQueryService) | |
| GetSingle |
Gets a single SubscriptionSaleParameter matching the provided filter.
(Inherited from ISubscriptionSaleParameterQueryService) | |
| Update | Updates the specified SubscriptionSaleParameter |