You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Api/SubscriptionsApi.cs
+36-18Lines changed: 36 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -33,23 +33,25 @@ public interface ISubscriptionsApi : IApiAccessor
33
33
/// Activate a Subscription
34
34
/// </summary>
35
35
/// <remarks>
36
-
/// Activate a `CANCELLED` Or `SUSPENDED` Subscription
36
+
/// Activate a `SUSPENDED` Subscription
37
37
/// </remarks>
38
38
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
39
39
/// <param name="id">Subscription Id</param>
40
+
/// <param name="processSkippedPayments">Indicates if skipped payments should be processed from the period when the subscription was suspended. By default, this is set to true. (optional, default to true)</param>
/// Activate a `CANCELLED` Or `SUSPENDED` Subscription
48
+
/// Activate a `SUSPENDED` Subscription
48
49
/// </remarks>
49
50
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
50
51
/// <param name="id">Subscription Id</param>
52
+
/// <param name="processSkippedPayments">Indicates if skipped payments should be processed from the period when the subscription was suspended. By default, this is set to true. (optional, default to true)</param>
51
53
/// <returns>ApiResponse of ActivateSubscriptionResponse</returns>
@@ -209,23 +211,25 @@ public interface ISubscriptionsApi : IApiAccessor
209
211
/// Activate a Subscription
210
212
/// </summary>
211
213
/// <remarks>
212
-
/// Activate a `CANCELLED` Or `SUSPENDED` Subscription
214
+
/// Activate a `SUSPENDED` Subscription
213
215
/// </remarks>
214
216
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
215
217
/// <param name="id">Subscription Id</param>
218
+
/// <param name="processSkippedPayments">Indicates if skipped payments should be processed from the period when the subscription was suspended. By default, this is set to true. (optional, default to true)</param>
216
219
/// <returns>Task of ActivateSubscriptionResponse</returns>
/// Activate a `CANCELLED` Or `SUSPENDED` Subscription
226
+
/// Activate a `SUSPENDED` Subscription
224
227
/// </remarks>
225
228
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
226
229
/// <param name="id">Subscription Id</param>
230
+
/// <param name="processSkippedPayments">Indicates if skipped payments should be processed from the period when the subscription was suspended. By default, this is set to true. (optional, default to true)</param>
227
231
/// <returns>Task of ApiResponse (ActivateSubscriptionResponse)</returns>
@@ -520,28 +524,30 @@ public void SetStatusCode(int? statusCode)
520
524
}
521
525
522
526
/// <summary>
523
-
/// Activate a Subscription Activate a `CANCELLED` Or `SUSPENDED` Subscription
527
+
/// Activate a Subscription Activate a `SUSPENDED` Subscription
524
528
/// </summary>
525
529
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
526
530
/// <param name="id">Subscription Id</param>
531
+
/// <param name="processSkippedPayments">Indicates if skipped payments should be processed from the period when the subscription was suspended. By default, this is set to true. (optional, default to true)</param>
logger.Debug("CALLING API \"ActivateSubscription\" ENDED");
534
539
this.SetStatusCode(localVarResponse.StatusCode);
535
540
returnlocalVarResponse.Data;
536
541
}
537
542
538
543
/// <summary>
539
-
/// Activate a Subscription Activate a `CANCELLED` Or `SUSPENDED` Subscription
544
+
/// Activate a Subscription Activate a `SUSPENDED` Subscription
540
545
/// </summary>
541
546
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
542
547
/// <param name="id">Subscription Id</param>
548
+
/// <param name="processSkippedPayments">Indicates if skipped payments should be processed from the period when the subscription was suspended. By default, this is set to true. (optional, default to true)</param>
543
549
/// <returns>ApiResponse of ActivateSubscriptionResponse</returns>
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
587
598
if(Method.Post==Method.Post)
588
599
{
589
600
localVarPostBody="{}";
@@ -639,29 +650,31 @@ public ApiResponse< ActivateSubscriptionResponse > ActivateSubscriptionWithHttpI
639
650
}
640
651
641
652
/// <summary>
642
-
/// Activate a Subscription Activate a `CANCELLED` Or `SUSPENDED` Subscription
653
+
/// Activate a Subscription Activate a `SUSPENDED` Subscription
643
654
/// </summary>
644
655
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
645
656
/// <param name="id">Subscription Id</param>
657
+
/// <param name="processSkippedPayments">Indicates if skipped payments should be processed from the period when the subscription was suspended. By default, this is set to true. (optional, default to true)</param>
646
658
/// <returns>Task of ActivateSubscriptionResponse</returns>
logger.Debug("CALLING API \"ActivateSubscriptionAsync\" ENDED");
653
665
this.SetStatusCode(localVarResponse.StatusCode);
654
666
returnlocalVarResponse.Data;
655
667
656
668
}
657
669
658
670
/// <summary>
659
-
/// Activate a Subscription Activate a `CANCELLED` Or `SUSPENDED` Subscription
671
+
/// Activate a Subscription Activate a `SUSPENDED` Subscription
660
672
/// </summary>
661
673
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
662
674
/// <param name="id">Subscription Id</param>
675
+
/// <param name="processSkippedPayments">Indicates if skipped payments should be processed from the period when the subscription was suspended. By default, this is set to true. (optional, default to true)</param>
663
676
/// <returns>Task of ApiResponse (ActivateSubscriptionResponse)</returns>
0 commit comments