Click or drag to resize
Infosoft Logo

ISubscriptionChangeService Interface

A service exposing methods for changing subscriptions. Either permanently or temporarily.

Namespace: Infosoft.Webservices.Subscription
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public interface ISubscriptionChangeService

The ISubscriptionChangeService type exposes the following members.

Methods
 NameDescription
Public methodChangeDiscountPermanently Changes the discount permanently.
Public methodChangeSubscriptionPaymentType Changes the subscription payment type.
Public methodChangeSubscriptionProductPermanently Changes the subscription product permanently.
Public methodChangeSubscriptionProductTemporary Changes the subscription product temporary.
Public methodGetPermanentChangesForSubscription Gets all the permanent changes for the subscription that are equal to or greater than the given start date.
Public methodUpdateFixedDueDay Changes the the fixed due date for a subscription.
Public methodUpdateFixedSettlingDate Updates the subscription fixed settling date.
Top
Remarks
This service allows clients to change a running subscription. For instance it is possible to change the product or the payment term. Most changes are only temporary but some changes can be permanent like a shift to a new product.
See Also