@@ -37,8 +37,8 @@ public interface IDecisionManagerApi : IApiAccessor
3737 /// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
3838 /// <param name="id">An unique identification number generated by Cybersource to identify the submitted request.</param>
3939 /// <param name="caseManagementActionsRequest"></param>
40- /// <returns>InlineResponse200 </returns>
41- InlineResponse200 ActionDecisionManagerCase ( string id , CaseManagementActionsRequest caseManagementActionsRequest ) ;
40+ /// <returns>InlineResponse2001 </returns>
41+ InlineResponse2001 ActionDecisionManagerCase ( string id , CaseManagementActionsRequest caseManagementActionsRequest ) ;
4242
4343 /// <summary>
4444 /// Take action on a DM post-transactional case
@@ -49,8 +49,8 @@ public interface IDecisionManagerApi : IApiAccessor
4949 /// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
5050 /// <param name="id">An unique identification number generated by Cybersource to identify the submitted request.</param>
5151 /// <param name="caseManagementActionsRequest"></param>
52- /// <returns>ApiResponse of InlineResponse200 </returns>
53- ApiResponse < InlineResponse200 > ActionDecisionManagerCaseWithHttpInfo ( string id , CaseManagementActionsRequest caseManagementActionsRequest ) ;
52+ /// <returns>ApiResponse of InlineResponse2001 </returns>
53+ ApiResponse < InlineResponse2001 > ActionDecisionManagerCaseWithHttpInfo ( string id , CaseManagementActionsRequest caseManagementActionsRequest ) ;
5454 /// <summary>
5555 /// List Management
5656 /// </summary>
@@ -152,8 +152,8 @@ public interface IDecisionManagerApi : IApiAccessor
152152 /// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
153153 /// <param name="id">An unique identification number generated by Cybersource to identify the submitted request.</param>
154154 /// <param name="caseManagementActionsRequest"></param>
155- /// <returns>Task of InlineResponse200 </returns>
156- System . Threading . Tasks . Task < InlineResponse200 > ActionDecisionManagerCaseAsync ( string id , CaseManagementActionsRequest caseManagementActionsRequest ) ;
155+ /// <returns>Task of InlineResponse2001 </returns>
156+ System . Threading . Tasks . Task < InlineResponse2001 > ActionDecisionManagerCaseAsync ( string id , CaseManagementActionsRequest caseManagementActionsRequest ) ;
157157
158158 /// <summary>
159159 /// Take action on a DM post-transactional case
@@ -164,8 +164,8 @@ public interface IDecisionManagerApi : IApiAccessor
164164 /// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
165165 /// <param name="id">An unique identification number generated by Cybersource to identify the submitted request.</param>
166166 /// <param name="caseManagementActionsRequest"></param>
167- /// <returns>Task of ApiResponse (InlineResponse200 )</returns>
168- System . Threading . Tasks . Task < ApiResponse < InlineResponse200 > > ActionDecisionManagerCaseAsyncWithHttpInfo ( string id , CaseManagementActionsRequest caseManagementActionsRequest ) ;
167+ /// <returns>Task of ApiResponse (InlineResponse2001 )</returns>
168+ System . Threading . Tasks . Task < ApiResponse < InlineResponse2001 > > ActionDecisionManagerCaseAsyncWithHttpInfo ( string id , CaseManagementActionsRequest caseManagementActionsRequest ) ;
169169 /// <summary>
170170 /// List Management
171171 /// </summary>
@@ -402,12 +402,12 @@ public void SetStatusCode(int? statusCode)
402402 /// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
403403 /// <param name="id">An unique identification number generated by Cybersource to identify the submitted request.</param>
404404 /// <param name="caseManagementActionsRequest"></param>
405- /// <returns>InlineResponse200 </returns>
406- public InlineResponse200 ActionDecisionManagerCase ( string id , CaseManagementActionsRequest caseManagementActionsRequest )
405+ /// <returns>InlineResponse2001 </returns>
406+ public InlineResponse2001 ActionDecisionManagerCase ( string id , CaseManagementActionsRequest caseManagementActionsRequest )
407407 {
408408 logger . Debug ( "CALLING API \" ActionDecisionManagerCase\" STARTED" ) ;
409409 this . SetStatusCode ( null ) ;
410- ApiResponse < InlineResponse200 > localVarResponse = ActionDecisionManagerCaseWithHttpInfo ( id , caseManagementActionsRequest ) ;
410+ ApiResponse < InlineResponse2001 > localVarResponse = ActionDecisionManagerCaseWithHttpInfo ( id , caseManagementActionsRequest ) ;
411411 logger . Debug ( "CALLING API \" ActionDecisionManagerCase\" ENDED" ) ;
412412 this . SetStatusCode ( localVarResponse . StatusCode ) ;
413413 return localVarResponse . Data ;
@@ -419,8 +419,8 @@ public InlineResponse200 ActionDecisionManagerCase (string id, CaseManagementAct
419419 /// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
420420 /// <param name="id">An unique identification number generated by Cybersource to identify the submitted request.</param>
421421 /// <param name="caseManagementActionsRequest"></param>
422- /// <returns>ApiResponse of InlineResponse200 </returns>
423- public ApiResponse < InlineResponse200 > ActionDecisionManagerCaseWithHttpInfo ( string id , CaseManagementActionsRequest caseManagementActionsRequest )
422+ /// <returns>ApiResponse of InlineResponse2001 </returns>
423+ public ApiResponse < InlineResponse2001 > ActionDecisionManagerCaseWithHttpInfo ( string id , CaseManagementActionsRequest caseManagementActionsRequest )
424424 {
425425 LogUtility logUtility = new LogUtility ( ) ;
426426
@@ -513,9 +513,9 @@ public ApiResponse< InlineResponse200 > ActionDecisionManagerCaseWithHttpInfo (s
513513 }
514514 }
515515
516- return new ApiResponse < InlineResponse200 > ( localVarStatusCode ,
516+ return new ApiResponse < InlineResponse2001 > ( localVarStatusCode ,
517517 localVarResponse . Headers . GroupBy ( h => h . Name ) . ToDictionary ( x => x . Key , x => string . Join ( ", " , x . Select ( h => h . Value . ToString ( ) ) ) ) ,
518- ( InlineResponse200 ) Configuration . ApiClient . Deserialize ( localVarResponse , typeof ( InlineResponse200 ) ) ) ; // Return statement
518+ ( InlineResponse2001 ) Configuration . ApiClient . Deserialize ( localVarResponse , typeof ( InlineResponse2001 ) ) ) ; // Return statement
519519 }
520520
521521 /// <summary>
@@ -524,12 +524,12 @@ public ApiResponse< InlineResponse200 > ActionDecisionManagerCaseWithHttpInfo (s
524524 /// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
525525 /// <param name="id">An unique identification number generated by Cybersource to identify the submitted request.</param>
526526 /// <param name="caseManagementActionsRequest"></param>
527- /// <returns>Task of InlineResponse200 </returns>
528- public async System . Threading . Tasks . Task < InlineResponse200 > ActionDecisionManagerCaseAsync ( string id , CaseManagementActionsRequest caseManagementActionsRequest )
527+ /// <returns>Task of InlineResponse2001 </returns>
528+ public async System . Threading . Tasks . Task < InlineResponse2001 > ActionDecisionManagerCaseAsync ( string id , CaseManagementActionsRequest caseManagementActionsRequest )
529529 {
530530 logger . Debug ( "CALLING API \" ActionDecisionManagerCaseAsync\" STARTED" ) ;
531531 this . SetStatusCode ( null ) ;
532- ApiResponse < InlineResponse200 > localVarResponse = await ActionDecisionManagerCaseAsyncWithHttpInfo ( id , caseManagementActionsRequest ) ;
532+ ApiResponse < InlineResponse2001 > localVarResponse = await ActionDecisionManagerCaseAsyncWithHttpInfo ( id , caseManagementActionsRequest ) ;
533533 logger . Debug ( "CALLING API \" ActionDecisionManagerCaseAsync\" ENDED" ) ;
534534 this . SetStatusCode ( localVarResponse . StatusCode ) ;
535535 return localVarResponse . Data ;
@@ -542,8 +542,8 @@ public async System.Threading.Tasks.Task<InlineResponse200> ActionDecisionManage
542542 /// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
543543 /// <param name="id">An unique identification number generated by Cybersource to identify the submitted request.</param>
544544 /// <param name="caseManagementActionsRequest"></param>
545- /// <returns>Task of ApiResponse (InlineResponse200 )</returns>
546- public async System . Threading . Tasks . Task < ApiResponse < InlineResponse200 > > ActionDecisionManagerCaseAsyncWithHttpInfo ( string id , CaseManagementActionsRequest caseManagementActionsRequest )
545+ /// <returns>Task of ApiResponse (InlineResponse2001 )</returns>
546+ public async System . Threading . Tasks . Task < ApiResponse < InlineResponse2001 > > ActionDecisionManagerCaseAsyncWithHttpInfo ( string id , CaseManagementActionsRequest caseManagementActionsRequest )
547547 {
548548 LogUtility logUtility = new LogUtility ( ) ;
549549
@@ -635,9 +635,9 @@ public async System.Threading.Tasks.Task<ApiResponse<InlineResponse200>> ActionD
635635 }
636636 }
637637
638- return new ApiResponse < InlineResponse200 > ( localVarStatusCode ,
638+ return new ApiResponse < InlineResponse2001 > ( localVarStatusCode ,
639639 localVarResponse . Headers . GroupBy ( h => h . Name ) . ToDictionary ( x => x . Key , x => string . Join ( ", " , x . Select ( h => h . Value . ToString ( ) ) ) ) ,
640- ( InlineResponse200 ) Configuration . ApiClient . Deserialize ( localVarResponse , typeof ( InlineResponse200 ) ) ) ; // Return statement
640+ ( InlineResponse2001 ) Configuration . ApiClient . Deserialize ( localVarResponse , typeof ( InlineResponse2001 ) ) ) ; // Return statement
641641 }
642642 /// <summary>
643643 /// List Management This call adds/deletes/converts the request information in the negative list. Provide the list to be updated as the path parameter. This value can be 'postiive', 'negative' or 'review'.
0 commit comments