@@ -178,7 +178,7 @@ def get_instrument_identifier(self, instrument_identifier_id, **kwargs):
178178 for asynchronous request. (optional)
179179 :param str instrument_identifier_id: The Id of an Instrument Identifier. (required)
180180 :param str profile_id: The Id of a profile containing user specific TMS configuration.
181- :return: Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier
181+ :return: TmsEmbeddedInstrumentIdentifier
182182 If the method is called asynchronously,
183183 returns the request thread.
184184 """
@@ -209,7 +209,7 @@ def get_instrument_identifier_with_http_info(self, instrument_identifier_id, **k
209209 for asynchronous request. (optional)
210210 :param str instrument_identifier_id: The Id of an Instrument Identifier. (required)
211211 :param str profile_id: The Id of a profile containing user specific TMS configuration.
212- :return: Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier
212+ :return: TmsEmbeddedInstrumentIdentifier
213213 If the method is called asynchronously,
214214 returns the request thread.
215215 """
@@ -271,7 +271,7 @@ def get_instrument_identifier_with_http_info(self, instrument_identifier_id, **k
271271 body = body_params ,
272272 post_params = form_params ,
273273 files = local_var_files ,
274- response_type = 'Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier ' ,
274+ response_type = 'TmsEmbeddedInstrumentIdentifier ' ,
275275 auth_settings = auth_settings ,
276276 callback = params .get ('callback' ),
277277 _return_http_data_only = params .get ('_return_http_data_only' ),
@@ -422,7 +422,7 @@ def patch_instrument_identifier(self, instrument_identifier_id, patch_instrument
422422 :param PatchInstrumentIdentifierRequest patch_instrument_identifier_request: Specify the previous transaction Id to update. (required)
423423 :param str profile_id: The Id of a profile containing user specific TMS configuration.
424424 :param str if_match: Contains an ETag value from a GET request to make the request conditional.
425- :return: Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier
425+ :return: TmsEmbeddedInstrumentIdentifier
426426 If the method is called asynchronously,
427427 returns the request thread.
428428 """
@@ -455,7 +455,7 @@ def patch_instrument_identifier_with_http_info(self, instrument_identifier_id, p
455455 :param PatchInstrumentIdentifierRequest patch_instrument_identifier_request: Specify the previous transaction Id to update. (required)
456456 :param str profile_id: The Id of a profile containing user specific TMS configuration.
457457 :param str if_match: Contains an ETag value from a GET request to make the request conditional.
458- :return: Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier
458+ :return: TmsEmbeddedInstrumentIdentifier
459459 If the method is called asynchronously,
460460 returns the request thread.
461461 """
@@ -527,7 +527,7 @@ def patch_instrument_identifier_with_http_info(self, instrument_identifier_id, p
527527 body = body_params ,
528528 post_params = form_params ,
529529 files = local_var_files ,
530- response_type = 'Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier ' ,
530+ response_type = 'TmsEmbeddedInstrumentIdentifier ' ,
531531 auth_settings = auth_settings ,
532532 callback = params .get ('callback' ),
533533 _return_http_data_only = params .get ('_return_http_data_only' ),
@@ -551,7 +551,7 @@ def post_instrument_identifier(self, post_instrument_identifier_request, **kwarg
551551 for asynchronous request. (optional)
552552 :param PostInstrumentIdentifierRequest post_instrument_identifier_request: Specify either a Card, Bank Account or Enrollable Card (required)
553553 :param str profile_id: The Id of a profile containing user specific TMS configuration.
554- :return: Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier
554+ :return: TmsEmbeddedInstrumentIdentifier
555555 If the method is called asynchronously,
556556 returns the request thread.
557557 """
@@ -582,7 +582,7 @@ def post_instrument_identifier_with_http_info(self, post_instrument_identifier_r
582582 for asynchronous request. (optional)
583583 :param PostInstrumentIdentifierRequest post_instrument_identifier_request: Specify either a Card, Bank Account or Enrollable Card (required)
584584 :param str profile_id: The Id of a profile containing user specific TMS configuration.
585- :return: Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier
585+ :return: TmsEmbeddedInstrumentIdentifier
586586 If the method is called asynchronously,
587587 returns the request thread.
588588 """
@@ -644,7 +644,7 @@ def post_instrument_identifier_with_http_info(self, post_instrument_identifier_r
644644 body = body_params ,
645645 post_params = form_params ,
646646 files = local_var_files ,
647- response_type = 'Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier ' ,
647+ response_type = 'TmsEmbeddedInstrumentIdentifier ' ,
648648 auth_settings = auth_settings ,
649649 callback = params .get ('callback' ),
650650 _return_http_data_only = params .get ('_return_http_data_only' ),
0 commit comments