Skip to content

Commit 5dcaea6

Browse files
Merge pull request #111 from CyberSource/march-release-2024
March release 2024
2 parents 9bf1bee + 94b8f04 commit 5dcaea6

481 files changed

Lines changed: 10666 additions & 7865 deletions

File tree

Some content is hidden

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

CyberSource/__init__.py

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

CyberSource/api/instrument_identifier_api.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)