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
/// Represents a collection of functions to interact with the API endpoints
@@ -30,7 +30,7 @@ public interface IDeleteApi : IApiAccessor
30
30
/// <remarks>
31
31
/// This API is used to delete one or more Tokens. The API is limited to 10 Tokens per request. MDES will coordinate the deactivation of the Tokens and notify any relevant parties that the Tokens have now been deactivated.
32
32
/// </remarks>
33
-
/// <exception cref="Mastercard.Developer.DigitalEnablement.Client.Client.ApiException">Thrown when fails to make API call</exception>
33
+
/// <exception cref="Acme.App.MastercardApi.Client.Client.ApiException">Thrown when fails to make API call</exception>
34
34
/// <param name="deleteRequestSchema">Contains the details of the request message. (optional)</param>
@@ -41,7 +41,7 @@ public interface IDeleteApi : IApiAccessor
41
41
/// <remarks>
42
42
/// This API is used to delete one or more Tokens. The API is limited to 10 Tokens per request. MDES will coordinate the deactivation of the Tokens and notify any relevant parties that the Tokens have now been deactivated.
43
43
/// </remarks>
44
-
/// <exception cref="Mastercard.Developer.DigitalEnablement.Client.Client.ApiException">Thrown when fails to make API call</exception>
44
+
/// <exception cref="Acme.App.MastercardApi.Client.Client.ApiException">Thrown when fails to make API call</exception>
45
45
/// <param name="deleteRequestSchema">Contains the details of the request message. (optional)</param>
46
46
/// <returns>ApiResponse of DeleteResponseSchema</returns>
@@ -53,7 +53,7 @@ public interface IDeleteApi : IApiAccessor
53
53
/// <remarks>
54
54
/// This API is used to delete one or more Tokens. The API is limited to 10 Tokens per request. MDES will coordinate the deactivation of the Tokens and notify any relevant parties that the Tokens have now been deactivated.
55
55
/// </remarks>
56
-
/// <exception cref="Mastercard.Developer.DigitalEnablement.Client.Client.ApiException">Thrown when fails to make API call</exception>
56
+
/// <exception cref="Acme.App.MastercardApi.Client.Client.ApiException">Thrown when fails to make API call</exception>
57
57
/// <param name="deleteRequestSchema">Contains the details of the request message. (optional)</param>
58
58
/// <returns>Task of DeleteResponseSchema</returns>
@@ -64,7 +64,7 @@ public interface IDeleteApi : IApiAccessor
64
64
/// <remarks>
65
65
/// This API is used to delete one or more Tokens. The API is limited to 10 Tokens per request. MDES will coordinate the deactivation of the Tokens and notify any relevant parties that the Tokens have now been deactivated.
66
66
/// </remarks>
67
-
/// <exception cref="Mastercard.Developer.DigitalEnablement.Client.Client.ApiException">Thrown when fails to make API call</exception>
67
+
/// <exception cref="Acme.App.MastercardApi.Client.Client.ApiException">Thrown when fails to make API call</exception>
68
68
/// <param name="deleteRequestSchema">Contains the details of the request message. (optional)</param>
69
69
/// <returns>Task of ApiResponse (DeleteResponseSchema)</returns>
@@ -182,7 +182,7 @@ public void AddDefaultHeader(string key, string value)
182
182
/// <summary>
183
183
/// Used to delete one or more Tokens. The API is limited to 10 Tokens per request. This API is used to delete one or more Tokens. The API is limited to 10 Tokens per request. MDES will coordinate the deactivation of the Tokens and notify any relevant parties that the Tokens have now been deactivated.
184
184
/// </summary>
185
-
/// <exception cref="Mastercard.Developer.DigitalEnablement.Client.Client.ApiException">Thrown when fails to make API call</exception>
185
+
/// <exception cref="Acme.App.MastercardApi.Client.Client.ApiException">Thrown when fails to make API call</exception>
186
186
/// <param name="deleteRequestSchema">Contains the details of the request message. (optional)</param>
@@ -194,7 +194,7 @@ public void AddDefaultHeader(string key, string value)
194
194
/// <summary>
195
195
/// Used to delete one or more Tokens. The API is limited to 10 Tokens per request. This API is used to delete one or more Tokens. The API is limited to 10 Tokens per request. MDES will coordinate the deactivation of the Tokens and notify any relevant parties that the Tokens have now been deactivated.
196
196
/// </summary>
197
-
/// <exception cref="Mastercard.Developer.DigitalEnablement.Client.Client.ApiException">Thrown when fails to make API call</exception>
197
+
/// <exception cref="Acme.App.MastercardApi.Client.Client.ApiException">Thrown when fails to make API call</exception>
198
198
/// <param name="deleteRequestSchema">Contains the details of the request message. (optional)</param>
199
199
/// <returns>ApiResponse of DeleteResponseSchema</returns>
@@ -253,7 +253,7 @@ public void AddDefaultHeader(string key, string value)
253
253
/// <summary>
254
254
/// Used to delete one or more Tokens. The API is limited to 10 Tokens per request. This API is used to delete one or more Tokens. The API is limited to 10 Tokens per request. MDES will coordinate the deactivation of the Tokens and notify any relevant parties that the Tokens have now been deactivated.
255
255
/// </summary>
256
-
/// <exception cref="Mastercard.Developer.DigitalEnablement.Client.Client.ApiException">Thrown when fails to make API call</exception>
256
+
/// <exception cref="Acme.App.MastercardApi.Client.Client.ApiException">Thrown when fails to make API call</exception>
257
257
/// <param name="deleteRequestSchema">Contains the details of the request message. (optional)</param>
258
258
/// <returns>Task of DeleteResponseSchema</returns>
@@ -266,7 +266,7 @@ public void AddDefaultHeader(string key, string value)
266
266
/// <summary>
267
267
/// Used to delete one or more Tokens. The API is limited to 10 Tokens per request. This API is used to delete one or more Tokens. The API is limited to 10 Tokens per request. MDES will coordinate the deactivation of the Tokens and notify any relevant parties that the Tokens have now been deactivated.
268
268
/// </summary>
269
-
/// <exception cref="Mastercard.Developer.DigitalEnablement.Client.Client.ApiException">Thrown when fails to make API call</exception>
269
+
/// <exception cref="Acme.App.MastercardApi.Client.Client.ApiException">Thrown when fails to make API call</exception>
270
270
/// <param name="deleteRequestSchema">Contains the details of the request message. (optional)</param>
271
271
/// <returns>Task of ApiResponse (DeleteResponseSchema)</returns>
0 commit comments