Skip to content

Commit 3384807

Browse files
authored
Merge pull request #84 from CyberSource/may-22-release
May 22 release
2 parents 631cf68 + fdf1397 commit 3384807

File tree

96 files changed

+1678
-113
lines changed

Some content is hidden

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

96 files changed

+1678
-113
lines changed

CyberSource/__init__.py

+4
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@
319319
from .models.ptsv2payments_processing_information_purchase_options import Ptsv2paymentsProcessingInformationPurchaseOptions
320320
from .models.ptsv2payments_processing_information_recurring_options import Ptsv2paymentsProcessingInformationRecurringOptions
321321
from .models.ptsv2payments_processor_information import Ptsv2paymentsProcessorInformation
322+
from .models.ptsv2payments_processor_information_authorization_options import Ptsv2paymentsProcessorInformationAuthorizationOptions
322323
from .models.ptsv2payments_promotion_information import Ptsv2paymentsPromotionInformation
323324
from .models.ptsv2payments_recipient_information import Ptsv2paymentsRecipientInformation
324325
from .models.ptsv2payments_recurring_payment_information import Ptsv2paymentsRecurringPaymentInformation
@@ -392,6 +393,7 @@
392393
from .models.ptsv2paymentsidreversals_processing_information import Ptsv2paymentsidreversalsProcessingInformation
393394
from .models.ptsv2paymentsidreversals_reversal_information import Ptsv2paymentsidreversalsReversalInformation
394395
from .models.ptsv2paymentsidreversals_reversal_information_amount_details import Ptsv2paymentsidreversalsReversalInformationAmountDetails
396+
from .models.ptsv2paymentsidvoids_order_information import Ptsv2paymentsidvoidsOrderInformation
395397
from .models.ptsv2paymentsidvoids_payment_information import Ptsv2paymentsidvoidsPaymentInformation
396398
from .models.ptsv2payouts_client_reference_information import Ptsv2payoutsClientReferenceInformation
397399
from .models.ptsv2payouts_merchant_information import Ptsv2payoutsMerchantInformation
@@ -403,6 +405,8 @@
403405
from .models.ptsv2payouts_payment_information import Ptsv2payoutsPaymentInformation
404406
from .models.ptsv2payouts_payment_information_card import Ptsv2payoutsPaymentInformationCard
405407
from .models.ptsv2payouts_processing_information import Ptsv2payoutsProcessingInformation
408+
from .models.ptsv2payouts_processing_information_funding_options import Ptsv2payoutsProcessingInformationFundingOptions
409+
from .models.ptsv2payouts_processing_information_funding_options_initiator import Ptsv2payoutsProcessingInformationFundingOptionsInitiator
406410
from .models.ptsv2payouts_processing_information_payouts_options import Ptsv2payoutsProcessingInformationPayoutsOptions
407411
from .models.ptsv2payouts_recipient_information import Ptsv2payoutsRecipientInformation
408412
from .models.ptsv2payouts_sender_information import Ptsv2payoutsSenderInformation

CyberSource/apis/asymmetric_key_management_api.py

+2
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,8 @@ def get_p12_key_details_with_http_info(self, key_id, **kwargs):
355355
local_var_files = {}
356356

357357
body_params = None
358+
if 'GET' in ('POST'):
359+
body_params = '{}'
358360
# HTTP header `Accept`
359361
header_params['Accept'] = self.api_client.\
360362
select_header_accept(['application/hal+json;charset=utf-8'])

CyberSource/apis/chargeback_details_api.py

+2
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ def get_chargeback_details_with_http_info(self, start_time, end_time, **kwargs):
156156
local_var_files = {}
157157

158158
body_params = None
159+
if 'GET' in ('POST'):
160+
body_params = '{}'
159161
# HTTP header `Accept`
160162
header_params['Accept'] = self.api_client.\
161163
select_header_accept(['application/hal+json', 'application/xml'])

CyberSource/apis/chargeback_summaries_api.py

+2
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ def get_chargeback_summaries_with_http_info(self, start_time, end_time, **kwargs
156156
local_var_files = {}
157157

158158
body_params = None
159+
if 'GET' in ('POST'):
160+
body_params = '{}'
159161
# HTTP header `Accept`
160162
header_params['Accept'] = self.api_client.\
161163
select_header_accept(['application/hal+json', 'application/xml'])

CyberSource/apis/conversion_details_api.py

+2
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ def get_conversion_detail_with_http_info(self, start_time, end_time, **kwargs):
156156
local_var_files = {}
157157

158158
body_params = None
159+
if 'GET' in ('POST'):
160+
body_params = '{}'
159161
# HTTP header `Accept`
160162
header_params['Accept'] = self.api_client.\
161163
select_header_accept(['application/hal+json', 'application/xml'])

CyberSource/apis/customer_api.py

+4
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ def delete_customer_with_http_info(self, customer_token_id, **kwargs):
149149
local_var_files = {}
150150

151151
body_params = None
152+
if 'DELETE' in ('POST'):
153+
body_params = '{}'
152154
# HTTP header `Accept`
153155
header_params['Accept'] = self.api_client.\
154156
select_header_accept(['application/json;charset=utf-8'])
@@ -279,6 +281,8 @@ def get_customer_with_http_info(self, customer_token_id, **kwargs):
279281
local_var_files = {}
280282

281283
body_params = None
284+
if 'GET' in ('POST'):
285+
body_params = '{}'
282286
# HTTP header `Accept`
283287
header_params['Accept'] = self.api_client.\
284288
select_header_accept(['application/json;charset=utf-8'])

CyberSource/apis/customer_payment_instrument_api.py

+6
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ def delete_customer_payment_instrument_with_http_info(self, customer_token_id, p
166166
local_var_files = {}
167167

168168
body_params = None
169+
if 'DELETE' in ('POST'):
170+
body_params = '{}'
169171
# HTTP header `Accept`
170172
header_params['Accept'] = self.api_client.\
171173
select_header_accept(['application/json;charset=utf-8'])
@@ -313,6 +315,8 @@ def get_customer_payment_instrument_with_http_info(self, customer_token_id, paym
313315
local_var_files = {}
314316

315317
body_params = None
318+
if 'GET' in ('POST'):
319+
body_params = '{}'
316320
# HTTP header `Accept`
317321
header_params['Accept'] = self.api_client.\
318322
select_header_accept(['application/json;charset=utf-8'])
@@ -463,6 +467,8 @@ def get_customer_payment_instruments_list_with_http_info(self, customer_token_id
463467
local_var_files = {}
464468

465469
body_params = None
470+
if 'GET' in ('POST'):
471+
body_params = '{}'
466472
# HTTP header `Accept`
467473
header_params['Accept'] = self.api_client.\
468474
select_header_accept(['application/json;charset=utf-8'])

CyberSource/apis/customer_shipping_address_api.py

+6
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ def delete_customer_shipping_address_with_http_info(self, customer_token_id, shi
166166
local_var_files = {}
167167

168168
body_params = None
169+
if 'DELETE' in ('POST'):
170+
body_params = '{}'
169171
# HTTP header `Accept`
170172
header_params['Accept'] = self.api_client.\
171173
select_header_accept(['application/json;charset=utf-8'])
@@ -313,6 +315,8 @@ def get_customer_shipping_address_with_http_info(self, customer_token_id, shippi
313315
local_var_files = {}
314316

315317
body_params = None
318+
if 'GET' in ('POST'):
319+
body_params = '{}'
316320
# HTTP header `Accept`
317321
header_params['Accept'] = self.api_client.\
318322
select_header_accept(['application/json;charset=utf-8'])
@@ -463,6 +467,8 @@ def get_customer_shipping_addresses_list_with_http_info(self, customer_token_id,
463467
local_var_files = {}
464468

465469
body_params = None
470+
if 'GET' in ('POST'):
471+
body_params = '{}'
466472
# HTTP header `Accept`
467473
header_params['Accept'] = self.api_client.\
468474
select_header_accept(['application/json;charset=utf-8'])

CyberSource/apis/download_dtd_api.py

+2
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ def get_dtdv2_with_http_info(self, report_definition_name_version, **kwargs):
131131
local_var_files = {}
132132

133133
body_params = None
134+
if 'GET' in ('POST'):
135+
body_params = '{}'
134136
# HTTP header `Accept`
135137
header_params['Accept'] = self.api_client.\
136138
select_header_accept(['application/xml-dtd'])

CyberSource/apis/download_xsd_api.py

+2
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ def get_xsdv2_with_http_info(self, report_definition_name_version, **kwargs):
131131
local_var_files = {}
132132

133133
body_params = None
134+
if 'GET' in ('POST'):
135+
body_params = '{}'
134136
# HTTP header `Accept`
135137
header_params['Accept'] = self.api_client.\
136138
select_header_accept(['text/xml'])

CyberSource/apis/instrument_identifier_api.py

+6
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ def delete_instrument_identifier_with_http_info(self, instrument_identifier_toke
149149
local_var_files = {}
150150

151151
body_params = None
152+
if 'DELETE' in ('POST'):
153+
body_params = '{}'
152154
# HTTP header `Accept`
153155
header_params['Accept'] = self.api_client.\
154156
select_header_accept(['application/json;charset=utf-8'])
@@ -279,6 +281,8 @@ def get_instrument_identifier_with_http_info(self, instrument_identifier_token_i
279281
local_var_files = {}
280282

281283
body_params = None
284+
if 'GET' in ('POST'):
285+
body_params = '{}'
282286
# HTTP header `Accept`
283287
header_params['Accept'] = self.api_client.\
284288
select_header_accept(['application/json;charset=utf-8'])
@@ -429,6 +433,8 @@ def get_instrument_identifier_payment_instruments_list_with_http_info(self, inst
429433
local_var_files = {}
430434

431435
body_params = None
436+
if 'GET' in ('POST'):
437+
body_params = '{}'
432438
# HTTP header `Accept`
433439
header_params['Accept'] = self.api_client.\
434440
select_header_accept(['application/json;charset=utf-8'])

CyberSource/apis/interchange_clearing_level_details_api.py

+2
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ def get_interchange_clearing_level_details_with_http_info(self, start_time, end_
156156
local_var_files = {}
157157

158158
body_params = None
159+
if 'GET' in ('POST'):
160+
body_params = '{}'
159161
# HTTP header `Accept`
160162
header_params['Accept'] = self.api_client.\
161163
select_header_accept(['application/hal+json', 'application/xml'])

CyberSource/apis/invoice_settings_api.py

+2
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ def get_invoice_settings_with_http_info(self, **kwargs):
121121
local_var_files = {}
122122

123123
body_params = None
124+
if 'GET' in ('POST'):
125+
body_params = '{}'
124126
# HTTP header `Accept`
125127
header_params['Accept'] = self.api_client.\
126128
select_header_accept(['application/json;charset=utf-8'])

CyberSource/apis/invoices_api.py

+8
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,8 @@ def get_all_invoices_with_http_info(self, offset, limit, **kwargs):
256256
local_var_files = {}
257257

258258
body_params = None
259+
if 'GET' in ('POST'):
260+
body_params = '{}'
259261
# HTTP header `Accept`
260262
header_params['Accept'] = self.api_client.\
261263
select_header_accept(['application/json;charset=utf-8'])
@@ -368,6 +370,8 @@ def get_invoice_with_http_info(self, id, **kwargs):
368370
local_var_files = {}
369371

370372
body_params = None
373+
if 'GET' in ('POST'):
374+
body_params = '{}'
371375
# HTTP header `Accept`
372376
header_params['Accept'] = self.api_client.\
373377
select_header_accept(['application/json;charset=utf-8'])
@@ -480,6 +484,8 @@ def perform_cancel_action_with_http_info(self, id, **kwargs):
480484
local_var_files = {}
481485

482486
body_params = None
487+
if 'POST' in ('POST'):
488+
body_params = '{}'
483489
# HTTP header `Accept`
484490
header_params['Accept'] = self.api_client.\
485491
select_header_accept(['application/json;charset=utf-8'])
@@ -592,6 +598,8 @@ def perform_send_action_with_http_info(self, id, **kwargs):
592598
local_var_files = {}
593599

594600
body_params = None
601+
if 'POST' in ('POST'):
602+
body_params = '{}'
595603
# HTTP header `Accept`
596604
header_params['Accept'] = self.api_client.\
597605
select_header_accept(['application/json;charset=utf-8'])

CyberSource/apis/net_fundings_api.py

+2
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ def get_net_funding_details_with_http_info(self, start_time, end_time, **kwargs)
160160
local_var_files = {}
161161

162162
body_params = None
163+
if 'GET' in ('POST'):
164+
body_params = '{}'
163165
# HTTP header `Accept`
164166
header_params['Accept'] = self.api_client.\
165167
select_header_accept(['application/hal+json', 'application/xml'])

CyberSource/apis/notification_of_changes_api.py

+2
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ def get_notification_of_change_report_with_http_info(self, start_time, end_time,
140140
local_var_files = {}
141141

142142
body_params = None
143+
if 'GET' in ('POST'):
144+
body_params = '{}'
143145
# HTTP header `Accept`
144146
header_params['Accept'] = self.api_client.\
145147
select_header_accept(['application/hal+json', 'text/csv', 'application/xml'])

CyberSource/apis/payment_batch_summaries_api.py

+2
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ def get_payment_batch_summary_with_http_info(self, start_time, end_time, **kwarg
176176
local_var_files = {}
177177

178178
body_params = None
179+
if 'GET' in ('POST'):
180+
body_params = '{}'
179181
# HTTP header `Accept`
180182
header_params['Accept'] = self.api_client.\
181183
select_header_accept(['application/hal+json', 'text/csv', 'application/xml'])

CyberSource/apis/payment_instrument_api.py

+4
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ def delete_payment_instrument_with_http_info(self, payment_instrument_token_id,
149149
local_var_files = {}
150150

151151
body_params = None
152+
if 'DELETE' in ('POST'):
153+
body_params = '{}'
152154
# HTTP header `Accept`
153155
header_params['Accept'] = self.api_client.\
154156
select_header_accept(['application/json;charset=utf-8'])
@@ -279,6 +281,8 @@ def get_payment_instrument_with_http_info(self, payment_instrument_token_id, **k
279281
local_var_files = {}
280282

281283
body_params = None
284+
if 'GET' in ('POST'):
285+
body_params = '{}'
282286
# HTTP header `Accept`
283287
header_params['Accept'] = self.api_client.\
284288
select_header_accept(['application/json;charset=utf-8'])

CyberSource/apis/purchase_and_refund_details_api.py

+2
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ def get_purchase_and_refund_details_with_http_info(self, start_time, end_time, *
184184
local_var_files = {}
185185

186186
body_params = None
187+
if 'GET' in ('POST'):
188+
body_params = '{}'
187189
# HTTP header `Accept`
188190
header_params['Accept'] = self.api_client.\
189191
select_header_accept(['application/hal+json', 'application/xml', 'text/csv'])

CyberSource/apis/report_definitions_api.py

+4
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ def get_resource_info_by_report_definition_with_http_info(self, report_definitio
155155
local_var_files = {}
156156

157157
body_params = None
158+
if 'GET' in ('POST'):
159+
body_params = '{}'
158160
# HTTP header `Accept`
159161
header_params['Accept'] = self.api_client.\
160162
select_header_accept(['application/hal+json'])
@@ -278,6 +280,8 @@ def get_resource_v2_info_with_http_info(self, **kwargs):
278280
local_var_files = {}
279281

280282
body_params = None
283+
if 'GET' in ('POST'):
284+
body_params = '{}'
281285
# HTTP header `Accept`
282286
header_params['Accept'] = self.api_client.\
283287
select_header_accept(['application/hal+json'])

CyberSource/apis/report_downloads_api.py

+2
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ def download_report_with_http_info(self, report_date, report_name, **kwargs):
156156
local_var_files = {}
157157

158158
body_params = None
159+
if 'GET' in ('POST'):
160+
body_params = '{}'
159161
# HTTP header `Accept`
160162
header_params['Accept'] = self.api_client.\
161163
select_header_accept(['application/xml', 'text/csv'])

CyberSource/apis/report_subscriptions_api.py

+6
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,8 @@ def delete_subscription_with_http_info(self, report_name, **kwargs):
415415
local_var_files = {}
416416

417417
body_params = None
418+
if 'DELETE' in ('POST'):
419+
body_params = '{}'
418420
# HTTP header `Accept`
419421
header_params['Accept'] = self.api_client.\
420422
select_header_accept(['application/hal+json'])
@@ -534,6 +536,8 @@ def get_all_subscriptions_with_http_info(self, **kwargs):
534536
local_var_files = {}
535537

536538
body_params = None
539+
if 'GET' in ('POST'):
540+
body_params = '{}'
537541
# HTTP header `Accept`
538542
header_params['Accept'] = self.api_client.\
539543
select_header_accept(['application/hal+json'])
@@ -674,6 +678,8 @@ def get_subscription_with_http_info(self, report_name, **kwargs):
674678
local_var_files = {}
675679

676680
body_params = None
681+
if 'GET' in ('POST'):
682+
body_params = '{}'
677683
# HTTP header `Accept`
678684
header_params['Accept'] = self.api_client.\
679685
select_header_accept(['application/hal+json'])

CyberSource/apis/reports_api.py

+4
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ def get_report_by_report_id_with_http_info(self, report_id, **kwargs):
275275
local_var_files = {}
276276

277277
body_params = None
278+
if 'GET' in ('POST'):
279+
body_params = '{}'
278280
# HTTP header `Accept`
279281
header_params['Accept'] = self.api_client.\
280282
select_header_accept(['application/hal+json', 'application/xml'])
@@ -441,6 +443,8 @@ def search_reports_with_http_info(self, start_time, end_time, time_query_type, *
441443
local_var_files = {}
442444

443445
body_params = None
446+
if 'GET' in ('POST'):
447+
body_params = '{}'
444448
# HTTP header `Accept`
445449
header_params['Accept'] = self.api_client.\
446450
select_header_accept(['application/hal+json'])

CyberSource/apis/retrieval_details_api.py

+2
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ def get_retrieval_details_with_http_info(self, start_time, end_time, **kwargs):
156156
local_var_files = {}
157157

158158
body_params = None
159+
if 'GET' in ('POST'):
160+
body_params = '{}'
159161
# HTTP header `Accept`
160162
header_params['Accept'] = self.api_client.\
161163
select_header_accept(['application/hal+json', 'application/xml'])

CyberSource/apis/retrieval_summaries_api.py

+2
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ def get_retrieval_summary_with_http_info(self, start_time, end_time, **kwargs):
156156
local_var_files = {}
157157

158158
body_params = None
159+
if 'GET' in ('POST'):
160+
body_params = '{}'
159161
# HTTP header `Accept`
160162
header_params['Accept'] = self.api_client.\
161163
select_header_accept(['application/hal+json', 'application/xml'])

CyberSource/apis/search_transactions_api.py

+2
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,8 @@ def get_search_with_http_info(self, search_id, **kwargs):
243243
local_var_files = {}
244244

245245
body_params = None
246+
if 'GET' in ('POST'):
247+
body_params = '{}'
246248
# HTTP header `Accept`
247249
header_params['Accept'] = self.api_client.\
248250
select_header_accept(['*/*'])

0 commit comments

Comments
 (0)