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/DownloadDTDApi.cs
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -24,21 +24,21 @@ public interface IDownloadDTDApi : IApiAccessor
24
24
{
25
25
#region Synchronous Operations
26
26
/// <summary>
27
-
/// Used to download DTDs for reports
27
+
/// Download DTD for report
28
28
/// </summary>
29
29
/// <remarks>
30
-
/// Downloads DTDs for reports on no-auth.
30
+
/// Used to download DTDs for reports on no-auth.
31
31
/// </remarks>
32
32
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
33
33
/// <param name="reportDefinitionNameVersion">Name and version of DTD file to download. Some DTDs only have one version. In that case version name is not needed. Some example values are ctdr-1.0, tdr, pbdr-1.1</param>
34
34
/// <returns></returns>
35
35
voidGetDTDV2(stringreportDefinitionNameVersion);
36
36
37
37
/// <summary>
38
-
/// Used to download DTDs for reports
38
+
/// Download DTD for report
39
39
/// </summary>
40
40
/// <remarks>
41
-
/// Downloads DTDs for reports on no-auth.
41
+
/// Used to download DTDs for reports on no-auth.
42
42
/// </remarks>
43
43
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
44
44
/// <param name="reportDefinitionNameVersion">Name and version of DTD file to download. Some DTDs only have one version. In that case version name is not needed. Some example values are ctdr-1.0, tdr, pbdr-1.1</param>
@@ -47,21 +47,21 @@ public interface IDownloadDTDApi : IApiAccessor
47
47
#endregion Synchronous Operations
48
48
#region Asynchronous Operations
49
49
/// <summary>
50
-
/// Used to download DTDs for reports
50
+
/// Download DTD for report
51
51
/// </summary>
52
52
/// <remarks>
53
-
/// Downloads DTDs for reports on no-auth.
53
+
/// Used to download DTDs for reports on no-auth.
54
54
/// </remarks>
55
55
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
56
56
/// <param name="reportDefinitionNameVersion">Name and version of DTD file to download. Some DTDs only have one version. In that case version name is not needed. Some example values are ctdr-1.0, tdr, pbdr-1.1</param>
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
67
67
/// <param name="reportDefinitionNameVersion">Name and version of DTD file to download. Some DTDs only have one version. In that case version name is not needed. Some example values are ctdr-1.0, tdr, pbdr-1.1</param>
@@ -176,7 +176,7 @@ public void AddDefaultHeader(string key, string value)
176
176
}
177
177
178
178
/// <summary>
179
-
/// Used to download DTDs for reports Downloads DTDs for reports on no-auth.
179
+
/// Download DTD for report Used to download DTDs for reports on no-auth.
180
180
/// </summary>
181
181
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
182
182
/// <param name="reportDefinitionNameVersion">Name and version of DTD file to download. Some DTDs only have one version. In that case version name is not needed. Some example values are ctdr-1.0, tdr, pbdr-1.1</param>
@@ -187,7 +187,7 @@ public void GetDTDV2 (string reportDefinitionNameVersion)
187
187
}
188
188
189
189
/// <summary>
190
-
/// Used to download DTDs for reports Downloads DTDs for reports on no-auth.
190
+
/// Download DTD for report Used to download DTDs for reports on no-auth.
191
191
/// </summary>
192
192
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
193
193
/// <param name="reportDefinitionNameVersion">Name and version of DTD file to download. Some DTDs only have one version. In that case version name is not needed. Some example values are ctdr-1.0, tdr, pbdr-1.1</param>
@@ -242,7 +242,7 @@ public ApiResponse<Object> GetDTDV2WithHttpInfo (string reportDefinitionNameVers
242
242
}
243
243
244
244
/// <summary>
245
-
/// Used to download DTDs for reports Downloads DTDs for reports on no-auth.
245
+
/// Download DTD for report Used to download DTDs for reports on no-auth.
246
246
/// </summary>
247
247
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
248
248
/// <param name="reportDefinitionNameVersion">Name and version of DTD file to download. Some DTDs only have one version. In that case version name is not needed. Some example values are ctdr-1.0, tdr, pbdr-1.1</param>
@@ -254,7 +254,7 @@ public async System.Threading.Tasks.Task GetDTDV2Async (string reportDefinitionN
254
254
}
255
255
256
256
/// <summary>
257
-
/// Used to download DTDs for reports Downloads DTDs for reports on no-auth.
257
+
/// Download DTD for report Used to download DTDs for reports on no-auth.
258
258
/// </summary>
259
259
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
260
260
/// <param name="reportDefinitionNameVersion">Name and version of DTD file to download. Some DTDs only have one version. In that case version name is not needed. Some example values are ctdr-1.0, tdr, pbdr-1.1</param>
Copy file name to clipboardExpand all lines: Api/DownloadXSDApi.cs
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -24,21 +24,21 @@ public interface IDownloadXSDApi : IApiAccessor
24
24
{
25
25
#region Synchronous Operations
26
26
/// <summary>
27
-
/// Used to download XSDs for reports
27
+
/// Download XSD for report
28
28
/// </summary>
29
29
/// <remarks>
30
-
/// Downloads XSDs for reports on no-auth.
30
+
/// Used to download XSDs for reports on no-auth.
31
31
/// </remarks>
32
32
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
33
33
/// <param name="reportDefinitionNameVersion">Name and version of XSD file to download. Some XSDs only have one version. In that case version name is not needed. Some example values are DecisionManagerDetailReport, DecisionManagerTypes</param>
34
34
/// <returns></returns>
35
35
voidGetXSDV2(stringreportDefinitionNameVersion);
36
36
37
37
/// <summary>
38
-
/// Used to download XSDs for reports
38
+
/// Download XSD for report
39
39
/// </summary>
40
40
/// <remarks>
41
-
/// Downloads XSDs for reports on no-auth.
41
+
/// Used to download XSDs for reports on no-auth.
42
42
/// </remarks>
43
43
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
44
44
/// <param name="reportDefinitionNameVersion">Name and version of XSD file to download. Some XSDs only have one version. In that case version name is not needed. Some example values are DecisionManagerDetailReport, DecisionManagerTypes</param>
@@ -47,21 +47,21 @@ public interface IDownloadXSDApi : IApiAccessor
47
47
#endregion Synchronous Operations
48
48
#region Asynchronous Operations
49
49
/// <summary>
50
-
/// Used to download XSDs for reports
50
+
/// Download XSD for report
51
51
/// </summary>
52
52
/// <remarks>
53
-
/// Downloads XSDs for reports on no-auth.
53
+
/// Used to download XSDs for reports on no-auth.
54
54
/// </remarks>
55
55
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
56
56
/// <param name="reportDefinitionNameVersion">Name and version of XSD file to download. Some XSDs only have one version. In that case version name is not needed. Some example values are DecisionManagerDetailReport, DecisionManagerTypes</param>
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
67
67
/// <param name="reportDefinitionNameVersion">Name and version of XSD file to download. Some XSDs only have one version. In that case version name is not needed. Some example values are DecisionManagerDetailReport, DecisionManagerTypes</param>
@@ -176,7 +176,7 @@ public void AddDefaultHeader(string key, string value)
176
176
}
177
177
178
178
/// <summary>
179
-
/// Used to download XSDs for reports Downloads XSDs for reports on no-auth.
179
+
/// Download XSD for report Used to download XSDs for reports on no-auth.
180
180
/// </summary>
181
181
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
182
182
/// <param name="reportDefinitionNameVersion">Name and version of XSD file to download. Some XSDs only have one version. In that case version name is not needed. Some example values are DecisionManagerDetailReport, DecisionManagerTypes</param>
@@ -187,7 +187,7 @@ public void GetXSDV2 (string reportDefinitionNameVersion)
187
187
}
188
188
189
189
/// <summary>
190
-
/// Used to download XSDs for reports Downloads XSDs for reports on no-auth.
190
+
/// Download XSD for report Used to download XSDs for reports on no-auth.
191
191
/// </summary>
192
192
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
193
193
/// <param name="reportDefinitionNameVersion">Name and version of XSD file to download. Some XSDs only have one version. In that case version name is not needed. Some example values are DecisionManagerDetailReport, DecisionManagerTypes</param>
@@ -242,7 +242,7 @@ public ApiResponse<Object> GetXSDV2WithHttpInfo (string reportDefinitionNameVers
242
242
}
243
243
244
244
/// <summary>
245
-
/// Used to download XSDs for reports Downloads XSDs for reports on no-auth.
245
+
/// Download XSD for report Used to download XSDs for reports on no-auth.
246
246
/// </summary>
247
247
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
248
248
/// <param name="reportDefinitionNameVersion">Name and version of XSD file to download. Some XSDs only have one version. In that case version name is not needed. Some example values are DecisionManagerDetailReport, DecisionManagerTypes</param>
@@ -254,7 +254,7 @@ public async System.Threading.Tasks.Task GetXSDV2Async (string reportDefinitionN
254
254
}
255
255
256
256
/// <summary>
257
-
/// Used to download XSDs for reports Downloads XSDs for reports on no-auth.
257
+
/// Download XSD for report Used to download XSDs for reports on no-auth.
258
258
/// </summary>
259
259
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
260
260
/// <param name="reportDefinitionNameVersion">Name and version of XSD file to download. Some XSDs only have one version. In that case version name is not needed. Some example values are DecisionManagerDetailReport, DecisionManagerTypes</param>
0 commit comments