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/FlexTokenApi.cs
+42-40Lines changed: 42 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -21,68 +21,68 @@ namespace CyberSource.Api
21
21
/// <summary>
22
22
/// Represents a collection of functions to interact with the API endpoints
23
23
/// </summary>
24
-
publicinterfaceITokenizationApi:IApiAccessor
24
+
publicinterfaceIFlexTokenApi:IApiAccessor
25
25
{
26
26
#region Synchronous Operations
27
27
/// <summary>
28
-
/// Tokenize card
28
+
/// Flex Tokenize card
29
29
/// </summary>
30
30
/// <remarks>
31
31
/// Returns a token representing the supplied card details. The token replaces card data and can be used as the Subscription ID in the CyberSource Simple Order API or SCMP API. This is an unauthenticated call that you should initiate from your customer’s device or browser.
32
32
/// </remarks>
33
33
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// Returns a token representing the supplied card details. The token replaces card data and can be used as the Subscription ID in the CyberSource Simple Order API or SCMP API. This is an unauthenticated call that you should initiate from your customer’s device or browser.
43
43
/// </remarks>
44
44
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// Returns a token representing the supplied card details. The token replaces card data and can be used as the Subscription ID in the CyberSource Simple Order API or SCMP API. This is an unauthenticated call that you should initiate from your customer’s device or browser.
55
55
/// </remarks>
56
56
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// Returns a token representing the supplied card details. The token replaces card data and can be used as the Subscription ID in the CyberSource Simple Order API or SCMP API. This is an unauthenticated call that you should initiate from your customer’s device or browser.
66
66
/// </remarks>
67
67
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
if(configuration==null)// use the default one in Configuration
107
107
this.Configuration=Configuration.Default;
@@ -181,27 +181,27 @@ public void AddDefaultHeader(string key, string value)
181
181
}
182
182
183
183
/// <summary>
184
-
/// Tokenize card Returns a token representing the supplied card details. The token replaces card data and can be used as the Subscription ID in the CyberSource Simple Order API or SCMP API. This is an unauthenticated call that you should initiate from your customer’s device or browser.
184
+
/// Flex Tokenize card Returns a token representing the supplied card details. The token replaces card data and can be used as the Subscription ID in the CyberSource Simple Order API or SCMP API. This is an unauthenticated call that you should initiate from your customer’s device or browser.
185
185
/// </summary>
186
186
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// Tokenize card Returns a token representing the supplied card details. The token replaces card data and can be used as the Subscription ID in the CyberSource Simple Order API or SCMP API. This is an unauthenticated call that you should initiate from your customer’s device or browser.
196
+
/// Flex Tokenize card Returns a token representing the supplied card details. The token replaces card data and can be used as the Subscription ID in the CyberSource Simple Order API or SCMP API. This is an unauthenticated call that you should initiate from your customer’s device or browser.
197
197
/// </summary>
198
198
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// Tokenize card Returns a token representing the supplied card details. The token replaces card data and can be used as the Subscription ID in the CyberSource Simple Order API or SCMP API. This is an unauthenticated call that you should initiate from your customer’s device or browser.
255
+
/// Flex Tokenize card Returns a token representing the supplied card details. The token replaces card data and can be used as the Subscription ID in the CyberSource Simple Order API or SCMP API. This is an unauthenticated call that you should initiate from your customer’s device or browser.
255
256
/// </summary>
256
257
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// Tokenize card Returns a token representing the supplied card details. The token replaces card data and can be used as the Subscription ID in the CyberSource Simple Order API or SCMP API. This is an unauthenticated call that you should initiate from your customer’s device or browser.
268
+
/// Flex Tokenize card Returns a token representing the supplied card details. The token replaces card data and can be used as the Subscription ID in the CyberSource Simple Order API or SCMP API. This is an unauthenticated call that you should initiate from your customer’s device or browser.
268
269
/// </summary>
269
270
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
0 commit comments