Subscription |
public class SubscriptionChangeService : ISubscriptionChangeService
The SubscriptionChangeService type exposes the following members.
Name | Description | |
---|---|---|
ChangeDiscountPermanently | This method changes the discount on a permanent basis. It creates a permanent change which will either remove or update the subscribers current discount. If either discount code or discount responsible code arent given in the request, it will be treated as a removal of the current discount. If both discount code and discount responsible code are given, it will update the customers current discount. If the discount requires a responsible, the responsible code must be valid else the method will fail. | |
ChangeSubscriptionPaymentType | Change the subscription payment type. | |
ChangeSubscriptionProductPermanently | Changes the subscription product permanently. If required the payment term can be changed at the same time. | |
ChangeSubscriptionProductTemporary | Changes the subscription product temporarily. | |
GetPermanentChangesForSubscription | Gets all the permanent changes for the subscription that are equal to or greater than the given start date. | |
UpdateFixedDueDay | Sets a fixed due day for a given subscription. | |
UpdateFixedSettlingDate | Updates the subscription fixed settling date. |