@@ -71,7 +71,7 @@ public interface IInstrumentIdentifierApi : IApiAccessor
7171 /// <returns>ApiResponse of Object(void)</returns>
7272 ApiResponse < Object > DeleteInstrumentIdentifierWithHttpInfo ( string profileId , string tokenId ) ;
7373 /// <summary>
74- /// Retrieve all Payment Instruments associated with an Instrument Identifier
74+ /// Retrieve all Payment Instruments
7575 /// </summary>
7676 /// <remarks>
7777 ///
@@ -85,7 +85,7 @@ public interface IInstrumentIdentifierApi : IApiAccessor
8585 TmsV1InstrumentIdentifiersPaymentInstrumentsGet200Response GetAllPaymentInstruments ( string profileId , string tokenId , long ? offset = null , long ? limit = null ) ;
8686
8787 /// <summary>
88- /// Retrieve all Payment Instruments associated with an Instrument Identifier
88+ /// Retrieve all Payment Instruments
8989 /// </summary>
9090 /// <remarks>
9191 ///
@@ -194,7 +194,7 @@ public interface IInstrumentIdentifierApi : IApiAccessor
194194 /// <returns>Task of ApiResponse</returns>
195195 System . Threading . Tasks . Task < ApiResponse < Object > > DeleteInstrumentIdentifierAsyncWithHttpInfo ( string profileId , string tokenId ) ;
196196 /// <summary>
197- /// Retrieve all Payment Instruments associated with an Instrument Identifier
197+ /// Retrieve all Payment Instruments
198198 /// </summary>
199199 /// <remarks>
200200 ///
@@ -208,7 +208,7 @@ public interface IInstrumentIdentifierApi : IApiAccessor
208208 System . Threading . Tasks . Task < TmsV1InstrumentIdentifiersPaymentInstrumentsGet200Response > GetAllPaymentInstrumentsAsync ( string profileId , string tokenId , long ? offset = null , long ? limit = null ) ;
209209
210210 /// <summary>
211- /// Retrieve all Payment Instruments associated with an Instrument Identifier
211+ /// Retrieve all Payment Instruments
212212 /// </summary>
213213 /// <remarks>
214214 ///
@@ -310,11 +310,7 @@ public InstrumentIdentifierApi(Configuration configuration = null)
310310
311311 ExceptionFactory = CyberSource . Client . Configuration . DefaultExceptionFactory ;
312312
313- // ensure API client has configuration ready
314- if ( Configuration . ApiClient . Configuration == null )
315- {
316- this . Configuration . ApiClient . Configuration = this . Configuration ;
317- }
313+ this . Configuration . ApiClient . Configuration = this . Configuration ;
318314 }
319315
320316 /// <summary>
@@ -687,7 +683,7 @@ public async System.Threading.Tasks.Task<ApiResponse<Object>> DeleteInstrumentId
687683 }
688684
689685 /// <summary>
690- /// Retrieve all Payment Instruments associated with an Instrument Identifier
686+ /// Retrieve all Payment Instruments
691687 /// </summary>
692688 /// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
693689 /// <param name="profileId">The id of a profile containing user specific TMS configuration.</param>
@@ -702,7 +698,7 @@ public TmsV1InstrumentIdentifiersPaymentInstrumentsGet200Response GetAllPaymentI
702698 }
703699
704700 /// <summary>
705- /// Retrieve all Payment Instruments associated with an Instrument Identifier
701+ /// Retrieve all Payment Instruments
706702 /// </summary>
707703 /// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
708704 /// <param name="profileId">The id of a profile containing user specific TMS configuration.</param>
@@ -766,7 +762,7 @@ public ApiResponse< TmsV1InstrumentIdentifiersPaymentInstrumentsGet200Response >
766762 }
767763
768764 /// <summary>
769- /// Retrieve all Payment Instruments associated with an Instrument Identifier
765+ /// Retrieve all Payment Instruments
770766 /// </summary>
771767 /// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
772768 /// <param name="profileId">The id of a profile containing user specific TMS configuration.</param>
@@ -782,7 +778,7 @@ public async System.Threading.Tasks.Task<TmsV1InstrumentIdentifiersPaymentInstru
782778 }
783779
784780 /// <summary>
785- /// Retrieve all Payment Instruments associated with an Instrument Identifier
781+ /// Retrieve all Payment Instruments
786782 /// </summary>
787783 /// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
788784 /// <param name="profileId">The id of a profile containing user specific TMS configuration.</param>
0 commit comments