@@ -58,8 +58,8 @@ public interface IDeviceDeAssociationApi : IApiAccessor
5858 /// </remarks>
5959 /// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
6060 /// <param name="deviceDeAssociateV3Request">deviceId that has to be de-associated to the destination organizationId.</param>
61- /// <returns>List<InlineResponse2007 ></returns>
62- List < InlineResponse2007 > PostDeAssociateV3Terminal ( List < DeviceDeAssociateV3Request > deviceDeAssociateV3Request ) ;
61+ /// <returns>List<InlineResponse2008 ></returns>
62+ List < InlineResponse2008 > PostDeAssociateV3Terminal ( List < DeviceDeAssociateV3Request > deviceDeAssociateV3Request ) ;
6363
6464 /// <summary>
6565 /// De-associate a device from merchant to account or reseller and from account to reseller
@@ -69,8 +69,8 @@ public interface IDeviceDeAssociationApi : IApiAccessor
6969 /// </remarks>
7070 /// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
7171 /// <param name="deviceDeAssociateV3Request">deviceId that has to be de-associated to the destination organizationId.</param>
72- /// <returns>ApiResponse of List<InlineResponse2007 ></returns>
73- ApiResponse < List < InlineResponse2007 > > PostDeAssociateV3TerminalWithHttpInfo ( List < DeviceDeAssociateV3Request > deviceDeAssociateV3Request ) ;
72+ /// <returns>ApiResponse of List<InlineResponse2008 ></returns>
73+ ApiResponse < List < InlineResponse2008 > > PostDeAssociateV3TerminalWithHttpInfo ( List < DeviceDeAssociateV3Request > deviceDeAssociateV3Request ) ;
7474 #endregion Synchronous Operations
7575 #region Asynchronous Operations
7676 /// <summary>
@@ -102,8 +102,8 @@ public interface IDeviceDeAssociationApi : IApiAccessor
102102 /// </remarks>
103103 /// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
104104 /// <param name="deviceDeAssociateV3Request">deviceId that has to be de-associated to the destination organizationId.</param>
105- /// <returns>Task of List<InlineResponse2007 ></returns>
106- System . Threading . Tasks . Task < List < InlineResponse2007 > > PostDeAssociateV3TerminalAsync ( List < DeviceDeAssociateV3Request > deviceDeAssociateV3Request ) ;
105+ /// <returns>Task of List<InlineResponse2008 ></returns>
106+ System . Threading . Tasks . Task < List < InlineResponse2008 > > PostDeAssociateV3TerminalAsync ( List < DeviceDeAssociateV3Request > deviceDeAssociateV3Request ) ;
107107
108108 /// <summary>
109109 /// De-associate a device from merchant to account or reseller and from account to reseller
@@ -113,8 +113,8 @@ public interface IDeviceDeAssociationApi : IApiAccessor
113113 /// </remarks>
114114 /// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
115115 /// <param name="deviceDeAssociateV3Request">deviceId that has to be de-associated to the destination organizationId.</param>
116- /// <returns>Task of ApiResponse (List<InlineResponse2007 >)</returns>
117- System . Threading . Tasks . Task < ApiResponse < List < InlineResponse2007 > > > PostDeAssociateV3TerminalAsyncWithHttpInfo ( List < DeviceDeAssociateV3Request > deviceDeAssociateV3Request ) ;
116+ /// <returns>Task of ApiResponse (List<InlineResponse2008 >)</returns>
117+ System . Threading . Tasks . Task < ApiResponse < List < InlineResponse2008 > > > PostDeAssociateV3TerminalAsyncWithHttpInfo ( List < DeviceDeAssociateV3Request > deviceDeAssociateV3Request ) ;
118118 #endregion Asynchronous Operations
119119 }
120120
@@ -472,12 +472,12 @@ public async System.Threading.Tasks.Task<ApiResponse<Object>> DeleteTerminalAsso
472472 /// </summary>
473473 /// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
474474 /// <param name="deviceDeAssociateV3Request">deviceId that has to be de-associated to the destination organizationId.</param>
475- /// <returns>List<InlineResponse2007 ></returns>
476- public List < InlineResponse2007 > PostDeAssociateV3Terminal ( List < DeviceDeAssociateV3Request > deviceDeAssociateV3Request )
475+ /// <returns>List<InlineResponse2008 ></returns>
476+ public List < InlineResponse2008 > PostDeAssociateV3Terminal ( List < DeviceDeAssociateV3Request > deviceDeAssociateV3Request )
477477 {
478478 logger . Debug ( "CALLING API \" PostDeAssociateV3Terminal\" STARTED" ) ;
479479 this . SetStatusCode ( null ) ;
480- ApiResponse < List < InlineResponse2007 > > localVarResponse = PostDeAssociateV3TerminalWithHttpInfo ( deviceDeAssociateV3Request ) ;
480+ ApiResponse < List < InlineResponse2008 > > localVarResponse = PostDeAssociateV3TerminalWithHttpInfo ( deviceDeAssociateV3Request ) ;
481481 logger . Debug ( "CALLING API \" PostDeAssociateV3Terminal\" ENDED" ) ;
482482 this . SetStatusCode ( localVarResponse . StatusCode ) ;
483483 return localVarResponse . Data ;
@@ -488,8 +488,8 @@ public List<InlineResponse2007> PostDeAssociateV3Terminal (List<DeviceDeAssociat
488488 /// </summary>
489489 /// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
490490 /// <param name="deviceDeAssociateV3Request">deviceId that has to be de-associated to the destination organizationId.</param>
491- /// <returns>ApiResponse of List<InlineResponse2007 ></returns>
492- public ApiResponse < List < InlineResponse2007 > > PostDeAssociateV3TerminalWithHttpInfo ( List < DeviceDeAssociateV3Request > deviceDeAssociateV3Request )
491+ /// <returns>ApiResponse of List<InlineResponse2008 ></returns>
492+ public ApiResponse < List < InlineResponse2008 > > PostDeAssociateV3TerminalWithHttpInfo ( List < DeviceDeAssociateV3Request > deviceDeAssociateV3Request )
493493 {
494494 LogUtility logUtility = new LogUtility ( ) ;
495495
@@ -570,22 +570,22 @@ public ApiResponse< List<InlineResponse2007> > PostDeAssociateV3TerminalWithHttp
570570 }
571571 }
572572
573- return new ApiResponse < List < InlineResponse2007 > > ( localVarStatusCode ,
573+ return new ApiResponse < List < InlineResponse2008 > > ( localVarStatusCode ,
574574 localVarResponse . Headers . GroupBy ( h => h . Name ) . ToDictionary ( x => x . Key , x => string . Join ( ", " , x . Select ( h => h . Value . ToString ( ) ) ) ) ,
575- ( List < InlineResponse2007 > ) Configuration . ApiClient . Deserialize ( localVarResponse , typeof ( List < InlineResponse2007 > ) ) ) ; // Return statement
575+ ( List < InlineResponse2008 > ) Configuration . ApiClient . Deserialize ( localVarResponse , typeof ( List < InlineResponse2008 > ) ) ) ; // Return statement
576576 }
577577
578578 /// <summary>
579579 /// De-associate a device from merchant to account or reseller and from account to reseller A device will be de-associated from its current organization and moved up in the hierarchy. The device's new position will be determined by a specified destination, either an account or a portfolio. If no destination is provided, the device will default to the currently logged-in user.
580580 /// </summary>
581581 /// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
582582 /// <param name="deviceDeAssociateV3Request">deviceId that has to be de-associated to the destination organizationId.</param>
583- /// <returns>Task of List<InlineResponse2007 ></returns>
584- public async System . Threading . Tasks . Task < List < InlineResponse2007 > > PostDeAssociateV3TerminalAsync ( List < DeviceDeAssociateV3Request > deviceDeAssociateV3Request )
583+ /// <returns>Task of List<InlineResponse2008 ></returns>
584+ public async System . Threading . Tasks . Task < List < InlineResponse2008 > > PostDeAssociateV3TerminalAsync ( List < DeviceDeAssociateV3Request > deviceDeAssociateV3Request )
585585 {
586586 logger . Debug ( "CALLING API \" PostDeAssociateV3TerminalAsync\" STARTED" ) ;
587587 this . SetStatusCode ( null ) ;
588- ApiResponse < List < InlineResponse2007 > > localVarResponse = await PostDeAssociateV3TerminalAsyncWithHttpInfo ( deviceDeAssociateV3Request ) ;
588+ ApiResponse < List < InlineResponse2008 > > localVarResponse = await PostDeAssociateV3TerminalAsyncWithHttpInfo ( deviceDeAssociateV3Request ) ;
589589 logger . Debug ( "CALLING API \" PostDeAssociateV3TerminalAsync\" ENDED" ) ;
590590 this . SetStatusCode ( localVarResponse . StatusCode ) ;
591591 return localVarResponse . Data ;
@@ -597,8 +597,8 @@ public async System.Threading.Tasks.Task<List<InlineResponse2007>> PostDeAssocia
597597 /// </summary>
598598 /// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
599599 /// <param name="deviceDeAssociateV3Request">deviceId that has to be de-associated to the destination organizationId.</param>
600- /// <returns>Task of ApiResponse (List<InlineResponse2007 >)</returns>
601- public async System . Threading . Tasks . Task < ApiResponse < List < InlineResponse2007 > > > PostDeAssociateV3TerminalAsyncWithHttpInfo ( List < DeviceDeAssociateV3Request > deviceDeAssociateV3Request )
600+ /// <returns>Task of ApiResponse (List<InlineResponse2008 >)</returns>
601+ public async System . Threading . Tasks . Task < ApiResponse < List < InlineResponse2008 > > > PostDeAssociateV3TerminalAsyncWithHttpInfo ( List < DeviceDeAssociateV3Request > deviceDeAssociateV3Request )
602602 {
603603 LogUtility logUtility = new LogUtility ( ) ;
604604
@@ -679,9 +679,9 @@ public async System.Threading.Tasks.Task<ApiResponse<List<InlineResponse2007>>>
679679 }
680680 }
681681
682- return new ApiResponse < List < InlineResponse2007 > > ( localVarStatusCode ,
682+ return new ApiResponse < List < InlineResponse2008 > > ( localVarStatusCode ,
683683 localVarResponse . Headers . GroupBy ( h => h . Name ) . ToDictionary ( x => x . Key , x => string . Join ( ", " , x . Select ( h => h . Value . ToString ( ) ) ) ) ,
684- ( List < InlineResponse2007 > ) Configuration . ApiClient . Deserialize ( localVarResponse , typeof ( List < InlineResponse2007 > ) ) ) ; // Return statement
684+ ( List < InlineResponse2008 > ) Configuration . ApiClient . Deserialize ( localVarResponse , typeof ( List < InlineResponse2008 > ) ) ) ; // Return statement
685685 }
686686 }
687687}
0 commit comments