Subscription |
public class SubscriptionOrderServicePrice : BaseService, ISubscriptionOrderServicePrice
The SubscriptionOrderServicePrice type exposes the following members.
Name | Description | |
---|---|---|
SubscriptionOrderServicePrice | Initializes a new instance of the SubscriptionOrderServicePrice class. | |
SubscriptionOrderServicePrice(ILog) | Initializes a new instance of the SubscriptionOrderServicePrice class. |
Name | Description | |
---|---|---|
OrderSubscription | Orders a new subscription. It does the same as the OrderSubscription in the SubscriptionOrderService class, but has the ability to override the price. Places orders into a temporary table for subsequent treatment by an import process. The input covers all parameters needed to create an ordinary customer with a subscription. What happens with the order depends on the import process. Orders that participate in an online payment flow will not be handled untill the flow has been complete. For orders not part of an online payment flow, an automatic import process will be executed as the final step. If this process is succesfull, the resulting order will have already been imported when the response is sent (and the response is updated accordingly). |