CreateSubscription Method
Creates a new recurring subscription.
Syntax
[VB.NET] Public Sub CreateSubscription()
[C#] public void CreateSubscription();
Remarks
This method is used to create a recurring subscription based upon the payment details entered via PaymentSchedule.
NOTE: This method has a corresponding asynchronous version (CreateSubscriptionAsync) for use in the WinRT environment.