Skip to content

Commit

Permalink
Merge pull request #111 from CyberSource/march-release-2024
Browse files Browse the repository at this point in the history
March release 2024
  • Loading branch information
monu-kumar-visa authored Mar 2, 2024
2 parents 9bf1bee + 94b8f04 commit 5dcaea6
Show file tree
Hide file tree
Showing 481 changed files with 10,666 additions and 7,865 deletions.
186 changes: 97 additions & 89 deletions CyberSource/__init__.py

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions CyberSource/api/instrument_identifier_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def get_instrument_identifier(self, instrument_identifier_id, **kwargs):
for asynchronous request. (optional)
:param str instrument_identifier_id: The Id of an Instrument Identifier. (required)
:param str profile_id: The Id of a profile containing user specific TMS configuration.
:return: Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier
:return: TmsEmbeddedInstrumentIdentifier
If the method is called asynchronously,
returns the request thread.
"""
Expand Down Expand Up @@ -209,7 +209,7 @@ def get_instrument_identifier_with_http_info(self, instrument_identifier_id, **k
for asynchronous request. (optional)
:param str instrument_identifier_id: The Id of an Instrument Identifier. (required)
:param str profile_id: The Id of a profile containing user specific TMS configuration.
:return: Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier
:return: TmsEmbeddedInstrumentIdentifier
If the method is called asynchronously,
returns the request thread.
"""
Expand Down Expand Up @@ -271,7 +271,7 @@ def get_instrument_identifier_with_http_info(self, instrument_identifier_id, **k
body=body_params,
post_params=form_params,
files=local_var_files,
response_type='Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier',
response_type='TmsEmbeddedInstrumentIdentifier',
auth_settings=auth_settings,
callback=params.get('callback'),
_return_http_data_only=params.get('_return_http_data_only'),
Expand Down Expand Up @@ -422,7 +422,7 @@ def patch_instrument_identifier(self, instrument_identifier_id, patch_instrument
:param PatchInstrumentIdentifierRequest patch_instrument_identifier_request: Specify the previous transaction Id to update. (required)
:param str profile_id: The Id of a profile containing user specific TMS configuration.
:param str if_match: Contains an ETag value from a GET request to make the request conditional.
:return: Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier
:return: TmsEmbeddedInstrumentIdentifier
If the method is called asynchronously,
returns the request thread.
"""
Expand Down Expand Up @@ -455,7 +455,7 @@ def patch_instrument_identifier_with_http_info(self, instrument_identifier_id, p
:param PatchInstrumentIdentifierRequest patch_instrument_identifier_request: Specify the previous transaction Id to update. (required)
:param str profile_id: The Id of a profile containing user specific TMS configuration.
:param str if_match: Contains an ETag value from a GET request to make the request conditional.
:return: Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier
:return: TmsEmbeddedInstrumentIdentifier
If the method is called asynchronously,
returns the request thread.
"""
Expand Down Expand Up @@ -527,7 +527,7 @@ def patch_instrument_identifier_with_http_info(self, instrument_identifier_id, p
body=body_params,
post_params=form_params,
files=local_var_files,
response_type='Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier',
response_type='TmsEmbeddedInstrumentIdentifier',
auth_settings=auth_settings,
callback=params.get('callback'),
_return_http_data_only=params.get('_return_http_data_only'),
Expand All @@ -551,7 +551,7 @@ def post_instrument_identifier(self, post_instrument_identifier_request, **kwarg
for asynchronous request. (optional)
:param PostInstrumentIdentifierRequest post_instrument_identifier_request: Specify either a Card, Bank Account or Enrollable Card (required)
:param str profile_id: The Id of a profile containing user specific TMS configuration.
:return: Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier
:return: TmsEmbeddedInstrumentIdentifier
If the method is called asynchronously,
returns the request thread.
"""
Expand Down Expand Up @@ -582,7 +582,7 @@ def post_instrument_identifier_with_http_info(self, post_instrument_identifier_r
for asynchronous request. (optional)
:param PostInstrumentIdentifierRequest post_instrument_identifier_request: Specify either a Card, Bank Account or Enrollable Card (required)
:param str profile_id: The Id of a profile containing user specific TMS configuration.
:return: Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier
:return: TmsEmbeddedInstrumentIdentifier
If the method is called asynchronously,
returns the request thread.
"""
Expand Down Expand Up @@ -644,7 +644,7 @@ def post_instrument_identifier_with_http_info(self, post_instrument_identifier_r
body=body_params,
post_params=form_params,
files=local_var_files,
response_type='Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier',
response_type='TmsEmbeddedInstrumentIdentifier',
auth_settings=auth_settings,
callback=params.get('callback'),
_return_http_data_only=params.get('_return_http_data_only'),
Expand Down
Loading

0 comments on commit 5dcaea6

Please sign in to comment.