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/DecisionManagerApi.cs
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ public interface IDecisionManagerApi : IApiAccessor
25
25
{
26
26
#region Synchronous Operations
27
27
/// <summary>
28
-
/// Create Decision Manager case
28
+
/// Create Decision Manager Case
29
29
/// </summary>
30
30
/// <remarks>
31
31
/// This is the combined request to the Decision Manager Service for a transaction sent to Cybersource. Decision Manager will return a decision based on the request values.
@@ -36,7 +36,7 @@ public interface IDecisionManagerApi : IApiAccessor
/// This is the combined request to the Decision Manager Service for a transaction sent to Cybersource. Decision Manager will return a decision based on the request values.
@@ -48,7 +48,7 @@ public interface IDecisionManagerApi : IApiAccessor
48
48
#endregion Synchronous Operations
49
49
#region Asynchronous Operations
50
50
/// <summary>
51
-
/// Create Decision Manager case
51
+
/// Create Decision Manager Case
52
52
/// </summary>
53
53
/// <remarks>
54
54
/// This is the combined request to the Decision Manager Service for a transaction sent to Cybersource. Decision Manager will return a decision based on the request values.
@@ -59,7 +59,7 @@ public interface IDecisionManagerApi : IApiAccessor
/// This is the combined request to the Decision Manager Service for a transaction sent to Cybersource. Decision Manager will return a decision based on the request values.
@@ -177,7 +177,7 @@ public void AddDefaultHeader(string key, string value)
177
177
}
178
178
179
179
/// <summary>
180
-
/// Create Decision Manager case This is the combined request to the Decision Manager Service for a transaction sent to Cybersource. Decision Manager will return a decision based on the request values.
180
+
/// Create Decision Manager Case This is the combined request to the Decision Manager Service for a transaction sent to Cybersource. Decision Manager will return a decision based on the request values.
181
181
/// </summary>
182
182
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
@@ -189,7 +189,7 @@ public RiskV1DecisionsPost201Response CreateDecisionManagerCase (CreateDecisionM
189
189
}
190
190
191
191
/// <summary>
192
-
/// Create Decision Manager case This is the combined request to the Decision Manager Service for a transaction sent to Cybersource. Decision Manager will return a decision based on the request values.
192
+
/// Create Decision Manager Case This is the combined request to the Decision Manager Service for a transaction sent to Cybersource. Decision Manager will return a decision based on the request values.
193
193
/// </summary>
194
194
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
@@ -251,7 +251,7 @@ public ApiResponse< RiskV1DecisionsPost201Response > CreateDecisionManagerCaseWi
251
251
}
252
252
253
253
/// <summary>
254
-
/// Create Decision Manager case This is the combined request to the Decision Manager Service for a transaction sent to Cybersource. Decision Manager will return a decision based on the request values.
254
+
/// Create Decision Manager Case This is the combined request to the Decision Manager Service for a transaction sent to Cybersource. Decision Manager will return a decision based on the request values.
255
255
/// </summary>
256
256
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
@@ -264,7 +264,7 @@ public async System.Threading.Tasks.Task<RiskV1DecisionsPost201Response> CreateD
264
264
}
265
265
266
266
/// <summary>
267
-
/// Create Decision Manager case This is the combined request to the Decision Manager Service for a transaction sent to Cybersource. Decision Manager will return a decision based on the request values.
267
+
/// Create Decision Manager Case This is the combined request to the Decision Manager Service for a transaction sent to Cybersource. Decision Manager will return a decision based on the request values.
268
268
/// </summary>
269
269
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
Copy file name to clipboardExpand all lines: Api/NetFundingsApi.cs
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,8 @@ public interface INetFundingsApi : IApiAccessor
31
31
/// Get Netfunding information for an account or a merchant.
32
32
/// </remarks>
33
33
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
34
-
/// <param name="startTime">Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
35
-
/// <param name="endTime">Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
34
+
/// <param name="startTime">Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
35
+
/// <param name="endTime">Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
36
36
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
37
37
/// <param name="groupName">Valid CyberSource Group Name. (optional)</param>
@@ -45,8 +45,8 @@ public interface INetFundingsApi : IApiAccessor
45
45
/// Get Netfunding information for an account or a merchant.
46
46
/// </remarks>
47
47
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
48
-
/// <param name="startTime">Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
49
-
/// <param name="endTime">Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
48
+
/// <param name="startTime">Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
49
+
/// <param name="endTime">Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
50
50
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
51
51
/// <param name="groupName">Valid CyberSource Group Name. (optional)</param>
52
52
/// <returns>ApiResponse of ReportingV3NetFundingsGet200Response</returns>
@@ -60,8 +60,8 @@ public interface INetFundingsApi : IApiAccessor
60
60
/// Get Netfunding information for an account or a merchant.
61
61
/// </remarks>
62
62
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
63
-
/// <param name="startTime">Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
64
-
/// <param name="endTime">Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
63
+
/// <param name="startTime">Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
64
+
/// <param name="endTime">Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
65
65
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
66
66
/// <param name="groupName">Valid CyberSource Group Name. (optional)</param>
67
67
/// <returns>Task of ReportingV3NetFundingsGet200Response</returns>
@@ -74,8 +74,8 @@ public interface INetFundingsApi : IApiAccessor
74
74
/// Get Netfunding information for an account or a merchant.
75
75
/// </remarks>
76
76
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
77
-
/// <param name="startTime">Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
78
-
/// <param name="endTime">Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
77
+
/// <param name="startTime">Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
78
+
/// <param name="endTime">Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
79
79
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
80
80
/// <param name="groupName">Valid CyberSource Group Name. (optional)</param>
81
81
/// <returns>Task of ApiResponse (ReportingV3NetFundingsGet200Response)</returns>
@@ -192,8 +192,8 @@ public void AddDefaultHeader(string key, string value)
192
192
/// Get Netfunding information for an account or a merchant Get Netfunding information for an account or a merchant.
193
193
/// </summary>
194
194
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
195
-
/// <param name="startTime">Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
196
-
/// <param name="endTime">Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
195
+
/// <param name="startTime">Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
196
+
/// <param name="endTime">Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
197
197
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
198
198
/// <param name="groupName">Valid CyberSource Group Name. (optional)</param>
@@ -207,8 +207,8 @@ public ReportingV3NetFundingsGet200Response GetNetFundingDetails (DateTime? star
207
207
/// Get Netfunding information for an account or a merchant Get Netfunding information for an account or a merchant.
208
208
/// </summary>
209
209
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
210
-
/// <param name="startTime">Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
211
-
/// <param name="endTime">Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
210
+
/// <param name="startTime">Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
211
+
/// <param name="endTime">Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
212
212
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
213
213
/// <param name="groupName">Valid CyberSource Group Name. (optional)</param>
214
214
/// <returns>ApiResponse of ReportingV3NetFundingsGet200Response</returns>
@@ -271,8 +271,8 @@ public ApiResponse< ReportingV3NetFundingsGet200Response > GetNetFundingDetailsW
271
271
/// Get Netfunding information for an account or a merchant Get Netfunding information for an account or a merchant.
272
272
/// </summary>
273
273
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
274
-
/// <param name="startTime">Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
275
-
/// <param name="endTime">Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
274
+
/// <param name="startTime">Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
275
+
/// <param name="endTime">Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
276
276
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
277
277
/// <param name="groupName">Valid CyberSource Group Name. (optional)</param>
278
278
/// <returns>Task of ReportingV3NetFundingsGet200Response</returns>
@@ -287,8 +287,8 @@ public async System.Threading.Tasks.Task<ReportingV3NetFundingsGet200Response> G
287
287
/// Get Netfunding information for an account or a merchant Get Netfunding information for an account or a merchant.
288
288
/// </summary>
289
289
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
290
-
/// <param name="startTime">Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
291
-
/// <param name="endTime">Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
290
+
/// <param name="startTime">Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
291
+
/// <param name="endTime">Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
292
292
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
293
293
/// <param name="groupName">Valid CyberSource Group Name. (optional)</param>
294
294
/// <returns>Task of ApiResponse (ReportingV3NetFundingsGet200Response)</returns>
0 commit comments