Skip to content

Commit aff014c

Browse files
committed
Merge branch 'master' into feature/add-mle-lag
2 parents 1067243 + b3151c5 commit aff014c

File tree

277 files changed

+10539
-2128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

277 files changed

+10539
-2128
lines changed

Api/BinLookupApi.cs

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.

Api/CreateNewWebhooksApi.cs

Lines changed: 44 additions & 44 deletions
Large diffs are not rendered by default.

Api/DecisionManagerApi.cs

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ public interface IDecisionManagerApi : IApiAccessor
8484
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
8585
/// <param name="id">An unique identification number generated by Cybersource to identify the submitted request.</param>
8686
/// <param name="caseManagementCommentsRequest"></param>
87-
/// <returns>InlineResponse201</returns>
88-
InlineResponse201 CommentDecisionManagerCase (string id, CaseManagementCommentsRequest caseManagementCommentsRequest);
87+
/// <returns>InlineResponse2011</returns>
88+
InlineResponse2011 CommentDecisionManagerCase (string id, CaseManagementCommentsRequest caseManagementCommentsRequest);
8989

9090
/// <summary>
9191
/// Add a comment to a DM post-transactional case
@@ -96,8 +96,8 @@ public interface IDecisionManagerApi : IApiAccessor
9696
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
9797
/// <param name="id">An unique identification number generated by Cybersource to identify the submitted request.</param>
9898
/// <param name="caseManagementCommentsRequest"></param>
99-
/// <returns>ApiResponse of InlineResponse201</returns>
100-
ApiResponse<InlineResponse201> CommentDecisionManagerCaseWithHttpInfo (string id, CaseManagementCommentsRequest caseManagementCommentsRequest);
99+
/// <returns>ApiResponse of InlineResponse2011</returns>
100+
ApiResponse<InlineResponse2011> CommentDecisionManagerCaseWithHttpInfo (string id, CaseManagementCommentsRequest caseManagementCommentsRequest);
101101
/// <summary>
102102
/// Create Decision Manager
103103
/// </summary>
@@ -199,8 +199,8 @@ public interface IDecisionManagerApi : IApiAccessor
199199
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
200200
/// <param name="id">An unique identification number generated by Cybersource to identify the submitted request.</param>
201201
/// <param name="caseManagementCommentsRequest"></param>
202-
/// <returns>Task of InlineResponse201</returns>
203-
System.Threading.Tasks.Task<InlineResponse201> CommentDecisionManagerCaseAsync (string id, CaseManagementCommentsRequest caseManagementCommentsRequest);
202+
/// <returns>Task of InlineResponse2011</returns>
203+
System.Threading.Tasks.Task<InlineResponse2011> CommentDecisionManagerCaseAsync (string id, CaseManagementCommentsRequest caseManagementCommentsRequest);
204204

205205
/// <summary>
206206
/// Add a comment to a DM post-transactional case
@@ -211,8 +211,8 @@ public interface IDecisionManagerApi : IApiAccessor
211211
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
212212
/// <param name="id">An unique identification number generated by Cybersource to identify the submitted request.</param>
213213
/// <param name="caseManagementCommentsRequest"></param>
214-
/// <returns>Task of ApiResponse (InlineResponse201)</returns>
215-
System.Threading.Tasks.Task<ApiResponse<InlineResponse201>> CommentDecisionManagerCaseAsyncWithHttpInfo (string id, CaseManagementCommentsRequest caseManagementCommentsRequest);
214+
/// <returns>Task of ApiResponse (InlineResponse2011)</returns>
215+
System.Threading.Tasks.Task<ApiResponse<InlineResponse2011>> CommentDecisionManagerCaseAsyncWithHttpInfo (string id, CaseManagementCommentsRequest caseManagementCommentsRequest);
216216
/// <summary>
217217
/// Create Decision Manager
218218
/// </summary>
@@ -887,12 +887,12 @@ public async System.Threading.Tasks.Task<ApiResponse<RiskV1UpdatePost201Response
887887
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
888888
/// <param name="id">An unique identification number generated by Cybersource to identify the submitted request.</param>
889889
/// <param name="caseManagementCommentsRequest"></param>
890-
/// <returns>InlineResponse201</returns>
891-
public InlineResponse201 CommentDecisionManagerCase (string id, CaseManagementCommentsRequest caseManagementCommentsRequest)
890+
/// <returns>InlineResponse2011</returns>
891+
public InlineResponse2011 CommentDecisionManagerCase (string id, CaseManagementCommentsRequest caseManagementCommentsRequest)
892892
{
893893
logger.Debug("CALLING API \"CommentDecisionManagerCase\" STARTED");
894894
this.SetStatusCode(null);
895-
ApiResponse<InlineResponse201> localVarResponse = CommentDecisionManagerCaseWithHttpInfo(id, caseManagementCommentsRequest);
895+
ApiResponse<InlineResponse2011> localVarResponse = CommentDecisionManagerCaseWithHttpInfo(id, caseManagementCommentsRequest);
896896
logger.Debug("CALLING API \"CommentDecisionManagerCase\" ENDED");
897897
this.SetStatusCode(localVarResponse.StatusCode);
898898
return localVarResponse.Data;
@@ -904,8 +904,8 @@ public InlineResponse201 CommentDecisionManagerCase (string id, CaseManagementCo
904904
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
905905
/// <param name="id">An unique identification number generated by Cybersource to identify the submitted request.</param>
906906
/// <param name="caseManagementCommentsRequest"></param>
907-
/// <returns>ApiResponse of InlineResponse201</returns>
908-
public ApiResponse< InlineResponse201 > CommentDecisionManagerCaseWithHttpInfo (string id, CaseManagementCommentsRequest caseManagementCommentsRequest)
907+
/// <returns>ApiResponse of InlineResponse2011</returns>
908+
public ApiResponse< InlineResponse2011 > CommentDecisionManagerCaseWithHttpInfo (string id, CaseManagementCommentsRequest caseManagementCommentsRequest)
909909
{
910910
LogUtility logUtility = new LogUtility();
911911

@@ -997,9 +997,9 @@ public ApiResponse< InlineResponse201 > CommentDecisionManagerCaseWithHttpInfo (
997997
}
998998
}
999999

1000-
return new ApiResponse<InlineResponse201>(localVarStatusCode,
1000+
return new ApiResponse<InlineResponse2011>(localVarStatusCode,
10011001
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
1002-
(InlineResponse201) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse201))); // Return statement
1002+
(InlineResponse2011) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse2011))); // Return statement
10031003
}
10041004

10051005
/// <summary>
@@ -1008,12 +1008,12 @@ public ApiResponse< InlineResponse201 > CommentDecisionManagerCaseWithHttpInfo (
10081008
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
10091009
/// <param name="id">An unique identification number generated by Cybersource to identify the submitted request.</param>
10101010
/// <param name="caseManagementCommentsRequest"></param>
1011-
/// <returns>Task of InlineResponse201</returns>
1012-
public async System.Threading.Tasks.Task<InlineResponse201> CommentDecisionManagerCaseAsync (string id, CaseManagementCommentsRequest caseManagementCommentsRequest)
1011+
/// <returns>Task of InlineResponse2011</returns>
1012+
public async System.Threading.Tasks.Task<InlineResponse2011> CommentDecisionManagerCaseAsync (string id, CaseManagementCommentsRequest caseManagementCommentsRequest)
10131013
{
10141014
logger.Debug("CALLING API \"CommentDecisionManagerCaseAsync\" STARTED");
10151015
this.SetStatusCode(null);
1016-
ApiResponse<InlineResponse201> localVarResponse = await CommentDecisionManagerCaseAsyncWithHttpInfo(id, caseManagementCommentsRequest);
1016+
ApiResponse<InlineResponse2011> localVarResponse = await CommentDecisionManagerCaseAsyncWithHttpInfo(id, caseManagementCommentsRequest);
10171017
logger.Debug("CALLING API \"CommentDecisionManagerCaseAsync\" ENDED");
10181018
this.SetStatusCode(localVarResponse.StatusCode);
10191019
return localVarResponse.Data;
@@ -1026,8 +1026,8 @@ public async System.Threading.Tasks.Task<InlineResponse201> CommentDecisionManag
10261026
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
10271027
/// <param name="id">An unique identification number generated by Cybersource to identify the submitted request.</param>
10281028
/// <param name="caseManagementCommentsRequest"></param>
1029-
/// <returns>Task of ApiResponse (InlineResponse201)</returns>
1030-
public async System.Threading.Tasks.Task<ApiResponse<InlineResponse201>> CommentDecisionManagerCaseAsyncWithHttpInfo (string id, CaseManagementCommentsRequest caseManagementCommentsRequest)
1029+
/// <returns>Task of ApiResponse (InlineResponse2011)</returns>
1030+
public async System.Threading.Tasks.Task<ApiResponse<InlineResponse2011>> CommentDecisionManagerCaseAsyncWithHttpInfo (string id, CaseManagementCommentsRequest caseManagementCommentsRequest)
10311031
{
10321032
LogUtility logUtility = new LogUtility();
10331033

@@ -1119,9 +1119,9 @@ public async System.Threading.Tasks.Task<ApiResponse<InlineResponse201>> Comment
11191119
}
11201120
}
11211121

1122-
return new ApiResponse<InlineResponse201>(localVarStatusCode,
1122+
return new ApiResponse<InlineResponse2011>(localVarStatusCode,
11231123
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
1124-
(InlineResponse201) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse201))); // Return statement
1124+
(InlineResponse2011) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse2011))); // Return statement
11251125
}
11261126
/// <summary>
11271127
/// Create Decision Manager Decision Manager can help you automate and streamline your fraud operations. Decision Manager will return a decision based on the request values.

0 commit comments

Comments
 (0)