Skip to content

Commit e26399f

Browse files
authored
Merge pull request #114 from CyberSource/release-may-2024
Release May 2024
2 parents 55c3bbc + 93d08d0 commit e26399f

File tree

3,271 files changed

+59859
-56927
lines changed

Some content is hidden

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

3,271 files changed

+59859
-56927
lines changed

CyberSource/__init__.py

+242-228
Large diffs are not rendered by default.

CyberSource/api/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
from .plans_api import PlansApi
3030
from .purchase_and_refund_details_api import PurchaseAndRefundDetailsApi
3131
from .push_funds_api import PushFundsApi
32+
from .replay_webhooks_api import ReplayWebhooksApi
3233
from .report_definitions_api import ReportDefinitionsApi
3334
from .report_downloads_api import ReportDownloadsApi
3435
from .report_subscriptions_api import ReportSubscriptionsApi

CyberSource/api/asymmetric_key_management_api.py

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""
1212

13-
1413
from __future__ import absolute_import
1514

1615
import sys

CyberSource/api/batches_api.py

+9-10
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""
1212

13-
1413
from __future__ import absolute_import
1514

1615
import sys
@@ -60,7 +59,7 @@ def get_batch_report(self, batch_id, **kwargs):
6059
:param callback function: The callback function
6160
for asynchronous request. (optional)
6261
:param str batch_id: Unique identification number assigned to the submitted request. (required)
63-
:return: InlineResponse2007
62+
:return: InlineResponse2008
6463
If the method is called asynchronously,
6564
returns the request thread.
6665
"""
@@ -90,7 +89,7 @@ def get_batch_report_with_http_info(self, batch_id, **kwargs):
9089
:param callback function: The callback function
9190
for asynchronous request. (optional)
9291
:param str batch_id: Unique identification number assigned to the submitted request. (required)
93-
:return: InlineResponse2007
92+
:return: InlineResponse2008
9493
If the method is called asynchronously,
9594
returns the request thread.
9695
"""
@@ -154,7 +153,7 @@ def get_batch_report_with_http_info(self, batch_id, **kwargs):
154153
body=body_params,
155154
post_params=form_params,
156155
files=local_var_files,
157-
response_type='InlineResponse2007',
156+
response_type='InlineResponse2008',
158157
auth_settings=auth_settings,
159158
callback=params.get('callback'),
160159
_return_http_data_only=params.get('_return_http_data_only'),
@@ -177,7 +176,7 @@ def get_batch_status(self, batch_id, **kwargs):
177176
:param callback function: The callback function
178177
for asynchronous request. (optional)
179178
:param str batch_id: Unique identification number assigned to the submitted request. (required)
180-
:return: InlineResponse2006
179+
:return: InlineResponse2007
181180
If the method is called asynchronously,
182181
returns the request thread.
183182
"""
@@ -207,7 +206,7 @@ def get_batch_status_with_http_info(self, batch_id, **kwargs):
207206
:param callback function: The callback function
208207
for asynchronous request. (optional)
209208
:param str batch_id: Unique identification number assigned to the submitted request. (required)
210-
:return: InlineResponse2006
209+
:return: InlineResponse2007
211210
If the method is called asynchronously,
212211
returns the request thread.
213212
"""
@@ -271,7 +270,7 @@ def get_batch_status_with_http_info(self, batch_id, **kwargs):
271270
body=body_params,
272271
post_params=form_params,
273272
files=local_var_files,
274-
response_type='InlineResponse2006',
273+
response_type='InlineResponse2007',
275274
auth_settings=auth_settings,
276275
callback=params.get('callback'),
277276
_return_http_data_only=params.get('_return_http_data_only'),
@@ -297,7 +296,7 @@ def get_batches_list(self, **kwargs):
297296
:param int limit: The maximum number that can be returned in the array starting from the offset record in zero-based dataset.
298297
:param str from_date: ISO-8601 format: yyyyMMddTHHmmssZ
299298
:param str to_date: ISO-8601 format: yyyyMMddTHHmmssZ
300-
:return: InlineResponse2005
299+
:return: InlineResponse2006
301300
If the method is called asynchronously,
302301
returns the request thread.
303302
"""
@@ -330,7 +329,7 @@ def get_batches_list_with_http_info(self, **kwargs):
330329
:param int limit: The maximum number that can be returned in the array starting from the offset record in zero-based dataset.
331330
:param str from_date: ISO-8601 format: yyyyMMddTHHmmssZ
332331
:param str to_date: ISO-8601 format: yyyyMMddTHHmmssZ
333-
:return: InlineResponse2005
332+
:return: InlineResponse2006
334333
If the method is called asynchronously,
335334
returns the request thread.
336335
"""
@@ -390,7 +389,7 @@ def get_batches_list_with_http_info(self, **kwargs):
390389
body=body_params,
391390
post_params=form_params,
392391
files=local_var_files,
393-
response_type='InlineResponse2005',
392+
response_type='InlineResponse2006',
394393
auth_settings=auth_settings,
395394
callback=params.get('callback'),
396395
_return_http_data_only=params.get('_return_http_data_only'),

CyberSource/api/billing_agreements_api.py

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""
1212

13-
1413
from __future__ import absolute_import
1514

1615
import sys

CyberSource/api/capture_api.py

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""
1212

13-
1413
from __future__ import absolute_import
1514

1615
import sys

CyberSource/api/chargeback_details_api.py

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""
1212

13-
1413
from __future__ import absolute_import
1514

1615
import sys

CyberSource/api/chargeback_summaries_api.py

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""
1212

13-
1413
from __future__ import absolute_import
1514

1615
import sys

CyberSource/api/conversion_details_api.py

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""
1212

13-
1413
from __future__ import absolute_import
1514

1615
import sys

CyberSource/api/create_new_webhooks_api.py

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""
1212

13-
1413
from __future__ import absolute_import
1514

1615
import sys

CyberSource/api/credit_api.py

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""
1212

13-
1413
from __future__ import absolute_import
1514

1615
import sys

CyberSource/api/customer_api.py

+9-10
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""
1212

13-
1413
from __future__ import absolute_import
1514

1615
import sys
@@ -178,7 +177,7 @@ def get_customer(self, customer_id, **kwargs):
178177
for asynchronous request. (optional)
179178
:param str customer_id: The Id of a Customer. (required)
180179
:param str profile_id: The Id of a profile containing user specific TMS configuration.
181-
:return: TmsV2CustomersResponse
180+
:return: PostCustomerRequest
182181
If the method is called asynchronously,
183182
returns the request thread.
184183
"""
@@ -209,7 +208,7 @@ def get_customer_with_http_info(self, customer_id, **kwargs):
209208
for asynchronous request. (optional)
210209
:param str customer_id: The Id of a Customer. (required)
211210
:param str profile_id: The Id of a profile containing user specific TMS configuration.
212-
:return: TmsV2CustomersResponse
211+
:return: PostCustomerRequest
213212
If the method is called asynchronously,
214213
returns the request thread.
215214
"""
@@ -271,7 +270,7 @@ def get_customer_with_http_info(self, customer_id, **kwargs):
271270
body=body_params,
272271
post_params=form_params,
273272
files=local_var_files,
274-
response_type='TmsV2CustomersResponse',
273+
response_type='PostCustomerRequest',
275274
auth_settings=auth_settings,
276275
callback=params.get('callback'),
277276
_return_http_data_only=params.get('_return_http_data_only'),
@@ -297,7 +296,7 @@ def patch_customer(self, customer_id, patch_customer_request, **kwargs):
297296
:param PatchCustomerRequest patch_customer_request: (required)
298297
:param str profile_id: The Id of a profile containing user specific TMS configuration.
299298
:param str if_match: Contains an ETag value from a GET request to make the request conditional.
300-
:return: TmsV2CustomersResponse
299+
:return: PatchCustomerRequest
301300
If the method is called asynchronously,
302301
returns the request thread.
303302
"""
@@ -330,7 +329,7 @@ def patch_customer_with_http_info(self, customer_id, patch_customer_request, **k
330329
:param PatchCustomerRequest patch_customer_request: (required)
331330
:param str profile_id: The Id of a profile containing user specific TMS configuration.
332331
:param str if_match: Contains an ETag value from a GET request to make the request conditional.
333-
:return: TmsV2CustomersResponse
332+
:return: PatchCustomerRequest
334333
If the method is called asynchronously,
335334
returns the request thread.
336335
"""
@@ -402,7 +401,7 @@ def patch_customer_with_http_info(self, customer_id, patch_customer_request, **k
402401
body=body_params,
403402
post_params=form_params,
404403
files=local_var_files,
405-
response_type='TmsV2CustomersResponse',
404+
response_type='PatchCustomerRequest',
406405
auth_settings=auth_settings,
407406
callback=params.get('callback'),
408407
_return_http_data_only=params.get('_return_http_data_only'),
@@ -426,7 +425,7 @@ def post_customer(self, post_customer_request, **kwargs):
426425
for asynchronous request. (optional)
427426
:param PostCustomerRequest post_customer_request: (required)
428427
:param str profile_id: The Id of a profile containing user specific TMS configuration.
429-
:return: TmsV2CustomersResponse
428+
:return: PostCustomerRequest
430429
If the method is called asynchronously,
431430
returns the request thread.
432431
"""
@@ -457,7 +456,7 @@ def post_customer_with_http_info(self, post_customer_request, **kwargs):
457456
for asynchronous request. (optional)
458457
:param PostCustomerRequest post_customer_request: (required)
459458
:param str profile_id: The Id of a profile containing user specific TMS configuration.
460-
:return: TmsV2CustomersResponse
459+
:return: PostCustomerRequest
461460
If the method is called asynchronously,
462461
returns the request thread.
463462
"""
@@ -519,7 +518,7 @@ def post_customer_with_http_info(self, post_customer_request, **kwargs):
519518
body=body_params,
520519
post_params=form_params,
521520
files=local_var_files,
522-
response_type='TmsV2CustomersResponse',
521+
response_type='PostCustomerRequest',
523522
auth_settings=auth_settings,
524523
callback=params.get('callback'),
525524
_return_http_data_only=params.get('_return_http_data_only'),

CyberSource/api/customer_payment_instrument_api.py

+9-10
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""
1212

13-
1413
from __future__ import absolute_import
1514

1615
import sys
@@ -189,7 +188,7 @@ def get_customer_payment_instrument(self, customer_id, payment_instrument_id, **
189188
:param str customer_id: The Id of a Customer. (required)
190189
:param str payment_instrument_id: The Id of a payment instrument. (required)
191190
:param str profile_id: The Id of a profile containing user specific TMS configuration.
192-
:return: Tmsv2customersEmbeddedDefaultPaymentInstrument
191+
:return: PostCustomerPaymentInstrumentRequest
193192
If the method is called asynchronously,
194193
returns the request thread.
195194
"""
@@ -221,7 +220,7 @@ def get_customer_payment_instrument_with_http_info(self, customer_id, payment_in
221220
:param str customer_id: The Id of a Customer. (required)
222221
:param str payment_instrument_id: The Id of a payment instrument. (required)
223222
:param str profile_id: The Id of a profile containing user specific TMS configuration.
224-
:return: Tmsv2customersEmbeddedDefaultPaymentInstrument
223+
:return: PostCustomerPaymentInstrumentRequest
225224
If the method is called asynchronously,
226225
returns the request thread.
227226
"""
@@ -291,7 +290,7 @@ def get_customer_payment_instrument_with_http_info(self, customer_id, payment_in
291290
body=body_params,
292291
post_params=form_params,
293292
files=local_var_files,
294-
response_type='Tmsv2customersEmbeddedDefaultPaymentInstrument',
293+
response_type='PostCustomerPaymentInstrumentRequest',
295294
auth_settings=auth_settings,
296295
callback=params.get('callback'),
297296
_return_http_data_only=params.get('_return_http_data_only'),
@@ -443,7 +442,7 @@ def patch_customers_payment_instrument(self, customer_id, payment_instrument_id,
443442
:param PatchCustomerPaymentInstrumentRequest patch_customer_payment_instrument_request: (required)
444443
:param str profile_id: The Id of a profile containing user specific TMS configuration.
445444
:param str if_match: Contains an ETag value from a GET request to make the request conditional.
446-
:return: Tmsv2customersEmbeddedDefaultPaymentInstrument
445+
:return: PatchCustomerPaymentInstrumentRequest
447446
If the method is called asynchronously,
448447
returns the request thread.
449448
"""
@@ -477,7 +476,7 @@ def patch_customers_payment_instrument_with_http_info(self, customer_id, payment
477476
:param PatchCustomerPaymentInstrumentRequest patch_customer_payment_instrument_request: (required)
478477
:param str profile_id: The Id of a profile containing user specific TMS configuration.
479478
:param str if_match: Contains an ETag value from a GET request to make the request conditional.
480-
:return: Tmsv2customersEmbeddedDefaultPaymentInstrument
479+
:return: PatchCustomerPaymentInstrumentRequest
481480
If the method is called asynchronously,
482481
returns the request thread.
483482
"""
@@ -557,7 +556,7 @@ def patch_customers_payment_instrument_with_http_info(self, customer_id, payment
557556
body=body_params,
558557
post_params=form_params,
559558
files=local_var_files,
560-
response_type='Tmsv2customersEmbeddedDefaultPaymentInstrument',
559+
response_type='PatchCustomerPaymentInstrumentRequest',
561560
auth_settings=auth_settings,
562561
callback=params.get('callback'),
563562
_return_http_data_only=params.get('_return_http_data_only'),
@@ -582,7 +581,7 @@ def post_customer_payment_instrument(self, customer_id, post_customer_payment_in
582581
:param str customer_id: The Id of a Customer. (required)
583582
:param PostCustomerPaymentInstrumentRequest post_customer_payment_instrument_request: (required)
584583
:param str profile_id: The Id of a profile containing user specific TMS configuration.
585-
:return: Tmsv2customersEmbeddedDefaultPaymentInstrument
584+
:return: PostCustomerPaymentInstrumentRequest
586585
If the method is called asynchronously,
587586
returns the request thread.
588587
"""
@@ -614,7 +613,7 @@ def post_customer_payment_instrument_with_http_info(self, customer_id, post_cust
614613
:param str customer_id: The Id of a Customer. (required)
615614
:param PostCustomerPaymentInstrumentRequest post_customer_payment_instrument_request: (required)
616615
:param str profile_id: The Id of a profile containing user specific TMS configuration.
617-
:return: Tmsv2customersEmbeddedDefaultPaymentInstrument
616+
:return: PostCustomerPaymentInstrumentRequest
618617
If the method is called asynchronously,
619618
returns the request thread.
620619
"""
@@ -684,7 +683,7 @@ def post_customer_payment_instrument_with_http_info(self, customer_id, post_cust
684683
body=body_params,
685684
post_params=form_params,
686685
files=local_var_files,
687-
response_type='Tmsv2customersEmbeddedDefaultPaymentInstrument',
686+
response_type='PostCustomerPaymentInstrumentRequest',
688687
auth_settings=auth_settings,
689688
callback=params.get('callback'),
690689
_return_http_data_only=params.get('_return_http_data_only'),

0 commit comments

Comments
 (0)