Skip to content

Commit a681968

Browse files
authored
Merge pull request #131 from CyberSource/release-oct24
Release oct24
2 parents b9cce95 + 344fae6 commit a681968

File tree

314 files changed

+12580
-3624
lines changed

Some content is hidden

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

314 files changed

+12580
-3624
lines changed

CyberSource/__init__.py

+40-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
from .models.activate_subscription_response_subscription_information import ActivateSubscriptionResponseSubscriptionInformation
2626
from .models.add_negative_list_request import AddNegativeListRequest
2727
from .models.auth_reversal_request import AuthReversalRequest
28-
from .models.bin_lookupv400_response import BinLookupv400Response
2928
from .models.binv1binlookup_client_reference_information import Binv1binlookupClientReferenceInformation
3029
from .models.binv1binlookup_payment_information import Binv1binlookupPaymentInformation
3130
from .models.binv1binlookup_payment_information_card import Binv1binlookupPaymentInformationCard
@@ -90,6 +89,7 @@
9089
from .models.create_bundled_decision_manager_case_request import CreateBundledDecisionManagerCaseRequest
9190
from .models.create_credit_request import CreateCreditRequest
9291
from .models.create_invoice_request import CreateInvoiceRequest
92+
from .models.create_order_request import CreateOrderRequest
9393
from .models.create_payment_request import CreatePaymentRequest
9494
from .models.create_plan_request import CreatePlanRequest
9595
from .models.create_plan_response import CreatePlanResponse
@@ -431,6 +431,10 @@
431431
from .models.pts_v2_create_billing_agreement_post201_response_risk_information_processor_results import PtsV2CreateBillingAgreementPost201ResponseRiskInformationProcessorResults
432432
from .models.pts_v2_create_billing_agreement_post400_response import PtsV2CreateBillingAgreementPost400Response
433433
from .models.pts_v2_create_billing_agreement_post502_response import PtsV2CreateBillingAgreementPost502Response
434+
from .models.pts_v2_create_order_post201_response import PtsV2CreateOrderPost201Response
435+
from .models.pts_v2_create_order_post201_response_buyer_information import PtsV2CreateOrderPost201ResponseBuyerInformation
436+
from .models.pts_v2_create_order_post201_response_processor_information import PtsV2CreateOrderPost201ResponseProcessorInformation
437+
from .models.pts_v2_create_order_post400_response import PtsV2CreateOrderPost400Response
434438
from .models.pts_v2_credits_post201_response import PtsV2CreditsPost201Response
435439
from .models.pts_v2_credits_post201_response1 import PtsV2CreditsPost201Response1
436440
from .models.pts_v2_credits_post201_response1_processor_information import PtsV2CreditsPost201Response1ProcessorInformation
@@ -458,6 +462,8 @@
458462
from .models.pts_v2_modify_billing_agreement_post201_response_payment_information_bank import PtsV2ModifyBillingAgreementPost201ResponsePaymentInformationBank
459463
from .models.pts_v2_modify_billing_agreement_post201_response_payment_information_e_wallet import PtsV2ModifyBillingAgreementPost201ResponsePaymentInformationEWallet
460464
from .models.pts_v2_payments_captures_post201_response import PtsV2PaymentsCapturesPost201Response
465+
from .models.pts_v2_payments_captures_post201_response_embedded_actions import PtsV2PaymentsCapturesPost201ResponseEmbeddedActions
466+
from .models.pts_v2_payments_captures_post201_response_embedded_actions_ap_capture import PtsV2PaymentsCapturesPost201ResponseEmbeddedActionsApCapture
461467
from .models.pts_v2_payments_captures_post201_response_links import PtsV2PaymentsCapturesPost201ResponseLinks
462468
from .models.pts_v2_payments_captures_post201_response_order_information import PtsV2PaymentsCapturesPost201ResponseOrderInformation
463469
from .models.pts_v2_payments_captures_post201_response_order_information_amount_details import PtsV2PaymentsCapturesPost201ResponseOrderInformationAmountDetails
@@ -538,6 +544,7 @@
538544
from .models.pts_v2_payments_post201_response_point_of_sale_information_emv import PtsV2PaymentsPost201ResponsePointOfSaleInformationEmv
539545
from .models.pts_v2_payments_post201_response_processing_information import PtsV2PaymentsPost201ResponseProcessingInformation
540546
from .models.pts_v2_payments_post201_response_processing_information_bank_transfer_options import PtsV2PaymentsPost201ResponseProcessingInformationBankTransferOptions
547+
from .models.pts_v2_payments_post201_response_processing_information_capture_options import PtsV2PaymentsPost201ResponseProcessingInformationCaptureOptions
541548
from .models.pts_v2_payments_post201_response_processor_information import PtsV2PaymentsPost201ResponseProcessorInformation
542549
from .models.pts_v2_payments_post201_response_processor_information_ach_verification import PtsV2PaymentsPost201ResponseProcessorInformationAchVerification
543550
from .models.pts_v2_payments_post201_response_processor_information_avs import PtsV2PaymentsPost201ResponseProcessorInformationAvs
@@ -601,9 +608,15 @@
601608
from .models.pts_v2_payouts_post201_response_recipient_information import PtsV2PayoutsPost201ResponseRecipientInformation
602609
from .models.pts_v2_payouts_post201_response_recipient_information_card import PtsV2PayoutsPost201ResponseRecipientInformationCard
603610
from .models.pts_v2_payouts_post400_response import PtsV2PayoutsPost400Response
611+
from .models.pts_v2_update_order_patch201_response import PtsV2UpdateOrderPatch201Response
612+
from .models.ptsv1pushfundstransfer_aggregator_information import Ptsv1pushfundstransferAggregatorInformation
613+
from .models.ptsv1pushfundstransfer_aggregator_information_sub_merchant import Ptsv1pushfundstransferAggregatorInformationSubMerchant
604614
from .models.ptsv1pushfundstransfer_client_reference_information import Ptsv1pushfundstransferClientReferenceInformation
615+
from .models.ptsv1pushfundstransfer_merchant_information import Ptsv1pushfundstransferMerchantInformation
605616
from .models.ptsv1pushfundstransfer_order_information import Ptsv1pushfundstransferOrderInformation
606617
from .models.ptsv1pushfundstransfer_order_information_amount_details import Ptsv1pushfundstransferOrderInformationAmountDetails
618+
from .models.ptsv1pushfundstransfer_point_of_service_information import Ptsv1pushfundstransferPointOfServiceInformation
619+
from .models.ptsv1pushfundstransfer_point_of_service_information_emv import Ptsv1pushfundstransferPointOfServiceInformationEmv
607620
from .models.ptsv1pushfundstransfer_processing_information import Ptsv1pushfundstransferProcessingInformation
608621
from .models.ptsv1pushfundstransfer_processing_information_payouts_options import Ptsv1pushfundstransferProcessingInformationPayoutsOptions
609622
from .models.ptsv1pushfundstransfer_recipient_information import Ptsv1pushfundstransferRecipientInformation
@@ -650,6 +663,23 @@
650663
from .models.ptsv2credits_recipient_information import Ptsv2creditsRecipientInformation
651664
from .models.ptsv2credits_sender_information import Ptsv2creditsSenderInformation
652665
from .models.ptsv2credits_sender_information_account import Ptsv2creditsSenderInformationAccount
666+
from .models.ptsv2intents_client_reference_information import Ptsv2intentsClientReferenceInformation
667+
from .models.ptsv2intents_merchant_information import Ptsv2intentsMerchantInformation
668+
from .models.ptsv2intents_merchant_information_merchant_descriptor import Ptsv2intentsMerchantInformationMerchantDescriptor
669+
from .models.ptsv2intents_order_information import Ptsv2intentsOrderInformation
670+
from .models.ptsv2intents_order_information_amount_details import Ptsv2intentsOrderInformationAmountDetails
671+
from .models.ptsv2intents_order_information_bill_to import Ptsv2intentsOrderInformationBillTo
672+
from .models.ptsv2intents_order_information_invoice_details import Ptsv2intentsOrderInformationInvoiceDetails
673+
from .models.ptsv2intents_order_information_line_items import Ptsv2intentsOrderInformationLineItems
674+
from .models.ptsv2intents_order_information_ship_to import Ptsv2intentsOrderInformationShipTo
675+
from .models.ptsv2intents_payment_information import Ptsv2intentsPaymentInformation
676+
from .models.ptsv2intents_payment_information_payment_type import Ptsv2intentsPaymentInformationPaymentType
677+
from .models.ptsv2intents_payment_information_payment_type_method import Ptsv2intentsPaymentInformationPaymentTypeMethod
678+
from .models.ptsv2intents_processing_information import Ptsv2intentsProcessingInformation
679+
from .models.ptsv2intents_processing_information_authorization_options import Ptsv2intentsProcessingInformationAuthorizationOptions
680+
from .models.ptsv2intentsid_merchant_information import Ptsv2intentsidMerchantInformation
681+
from .models.ptsv2intentsid_order_information import Ptsv2intentsidOrderInformation
682+
from .models.ptsv2intentsid_processing_information import Ptsv2intentsidProcessingInformation
653683
from .models.ptsv2paymentreferences_agreement_information import Ptsv2paymentreferencesAgreementInformation
654684
from .models.ptsv2paymentreferences_buyer_information import Ptsv2paymentreferencesBuyerInformation
655685
from .models.ptsv2paymentreferences_device_information import Ptsv2paymentreferencesDeviceInformation
@@ -705,6 +735,7 @@
705735
from .models.ptsv2payments_order_information_amount_details import Ptsv2paymentsOrderInformationAmountDetails
706736
from .models.ptsv2payments_order_information_amount_details_amex_additional_amounts import Ptsv2paymentsOrderInformationAmountDetailsAmexAdditionalAmounts
707737
from .models.ptsv2payments_order_information_amount_details_currency_conversion import Ptsv2paymentsOrderInformationAmountDetailsCurrencyConversion
738+
from .models.ptsv2payments_order_information_amount_details_octsurcharge import Ptsv2paymentsOrderInformationAmountDetailsOctsurcharge
708739
from .models.ptsv2payments_order_information_amount_details_order import Ptsv2paymentsOrderInformationAmountDetailsOrder
709740
from .models.ptsv2payments_order_information_amount_details_surcharge import Ptsv2paymentsOrderInformationAmountDetailsSurcharge
710741
from .models.ptsv2payments_order_information_amount_details_tax_details import Ptsv2paymentsOrderInformationAmountDetailsTaxDetails
@@ -882,7 +913,13 @@
882913
from .models.push_funds201_response_merchant_information_merchant_descriptor import PushFunds201ResponseMerchantInformationMerchantDescriptor
883914
from .models.push_funds201_response_order_information import PushFunds201ResponseOrderInformation
884915
from .models.push_funds201_response_order_information_amount_details import PushFunds201ResponseOrderInformationAmountDetails
916+
from .models.push_funds201_response_payment_information import PushFunds201ResponsePaymentInformation
917+
from .models.push_funds201_response_payment_information_tokenized_card import PushFunds201ResponsePaymentInformationTokenizedCard
918+
from .models.push_funds201_response_processing_information import PushFunds201ResponseProcessingInformation
919+
from .models.push_funds201_response_processing_information_domestic_national_net import PushFunds201ResponseProcessingInformationDomesticNationalNet
885920
from .models.push_funds201_response_processor_information import PushFunds201ResponseProcessorInformation
921+
from .models.push_funds201_response_processor_information_routing import PushFunds201ResponseProcessorInformationRouting
922+
from .models.push_funds201_response_processor_information_settlement import PushFunds201ResponseProcessorInformationSettlement
886923
from .models.push_funds201_response_recipient_information import PushFunds201ResponseRecipientInformation
887924
from .models.push_funds201_response_recipient_information_card import PushFunds201ResponseRecipientInformationCard
888925
from .models.push_funds400_response import PushFunds400Response
@@ -1234,7 +1271,6 @@
12341271
from .models.tss_v2_transactions_post201_response_embedded import TssV2TransactionsPost201ResponseEmbedded
12351272
from .models.tss_v2_transactions_post201_response_embedded_application_information import TssV2TransactionsPost201ResponseEmbeddedApplicationInformation
12361273
from .models.tss_v2_transactions_post201_response_embedded_application_information_applications import TssV2TransactionsPost201ResponseEmbeddedApplicationInformationApplications
1237-
from .models.tss_v2_transactions_post201_response_embedded_buyer_information import TssV2TransactionsPost201ResponseEmbeddedBuyerInformation
12381274
from .models.tss_v2_transactions_post201_response_embedded_client_reference_information import TssV2TransactionsPost201ResponseEmbeddedClientReferenceInformation
12391275
from .models.tss_v2_transactions_post201_response_embedded_client_reference_information_partner import TssV2TransactionsPost201ResponseEmbeddedClientReferenceInformationPartner
12401276
from .models.tss_v2_transactions_post201_response_embedded_consumer_authentication_information import TssV2TransactionsPost201ResponseEmbeddedConsumerAuthenticationInformation
@@ -1264,6 +1300,7 @@
12641300
from .models.ums_v1_users_get200_response_organization_information import UmsV1UsersGet200ResponseOrganizationInformation
12651301
from .models.ums_v1_users_get200_response_users import UmsV1UsersGet200ResponseUsers
12661302
from .models.update_invoice_request import UpdateInvoiceRequest
1303+
from .models.update_order_request import UpdateOrderRequest
12671304
from .models.update_plan_request import UpdatePlanRequest
12681305
from .models.update_plan_response import UpdatePlanResponse
12691306
from .models.update_plan_response_plan_information import UpdatePlanResponsePlanInformation
@@ -1380,6 +1417,7 @@
13801417
from .api.credit_api import CreditApi
13811418
from .api.invoice_settings_api import InvoiceSettingsApi
13821419
from .api.invoices_api import InvoicesApi
1420+
from .api.orders_api import OrdersApi
13831421
from .api.payments_api import PaymentsApi
13841422
from .api.refund_api import RefundApi
13851423
from .api.reversal_api import ReversalApi

CyberSource/api/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
from .credit_api import CreditApi
5454
from .invoice_settings_api import InvoiceSettingsApi
5555
from .invoices_api import InvoicesApi
56+
from .orders_api import OrdersApi
5657
from .payments_api import PaymentsApi
5758
from .refund_api import RefundApi
5859
from .reversal_api import ReversalApi

CyberSource/api/batches_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ def post_batch_with_http_info(self, body, **kwargs):
477477
body_params = params['body']
478478

479479
sdkTracker = SdkTracker()
480-
body_params = sdkTracker.insert_developer_id_tracker(body_params, 'body', self.api_client.mconfig.run_environment)
480+
body_params = sdkTracker.insert_developer_id_tracker(body_params, 'body', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId)
481481
# HTTP header `Accept`
482482
header_params['Accept'] = self.api_client.select_header_accept(['application/json;charset=utf-8'])
483483

CyberSource/api/billing_agreements_api.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def billing_agreements_de_registration_with_http_info(self, modify_billing_agree
142142
body_params = params['modify_billing_agreement']
143143

144144
sdkTracker = SdkTracker()
145-
body_params = sdkTracker.insert_developer_id_tracker(body_params, 'modify_billing_agreement', self.api_client.mconfig.run_environment)
145+
body_params = sdkTracker.insert_developer_id_tracker(body_params, 'modify_billing_agreement', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId)
146146
# HTTP header `Accept`
147147
header_params['Accept'] = self.api_client.select_header_accept(['application/hal+json;charset=utf-8'])
148148

@@ -265,7 +265,7 @@ def billing_agreements_intimation_with_http_info(self, intimate_billing_agreemen
265265
body_params = params['intimate_billing_agreement']
266266

267267
sdkTracker = SdkTracker()
268-
body_params = sdkTracker.insert_developer_id_tracker(body_params, 'intimate_billing_agreement', self.api_client.mconfig.run_environment)
268+
body_params = sdkTracker.insert_developer_id_tracker(body_params, 'intimate_billing_agreement', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId)
269269
# HTTP header `Accept`
270270
header_params['Accept'] = self.api_client.select_header_accept(['application/hal+json;charset=utf-8'])
271271

@@ -378,7 +378,7 @@ def billing_agreements_registration_with_http_info(self, create_billing_agreemen
378378
body_params = params['create_billing_agreement']
379379

380380
sdkTracker = SdkTracker()
381-
body_params = sdkTracker.insert_developer_id_tracker(body_params, 'create_billing_agreement', self.api_client.mconfig.run_environment)
381+
body_params = sdkTracker.insert_developer_id_tracker(body_params, 'create_billing_agreement', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId)
382382
# HTTP header `Accept`
383383
header_params['Accept'] = self.api_client.select_header_accept(['application/hal+json;charset=utf-8'])
384384

CyberSource/api/bin_lookup_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def get_account_info_with_http_info(self, create_bin_lookup_request, **kwargs):
135135
body_params = params['create_bin_lookup_request']
136136

137137
sdkTracker = SdkTracker()
138-
body_params = sdkTracker.insert_developer_id_tracker(body_params, 'create_bin_lookup_request', self.api_client.mconfig.run_environment)
138+
body_params = sdkTracker.insert_developer_id_tracker(body_params, 'create_bin_lookup_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId)
139139
# HTTP header `Accept`
140140
header_params['Accept'] = self.api_client.select_header_accept(['application/json;charset=utf-8'])
141141

CyberSource/api/capture_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def capture_payment_with_http_info(self, capture_payment_request, id, **kwargs):
142142
body_params = params['capture_payment_request']
143143

144144
sdkTracker = SdkTracker()
145-
body_params = sdkTracker.insert_developer_id_tracker(body_params, 'capture_payment_request', self.api_client.mconfig.run_environment)
145+
body_params = sdkTracker.insert_developer_id_tracker(body_params, 'capture_payment_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId)
146146
# HTTP header `Accept`
147147
header_params['Accept'] = self.api_client.select_header_accept(['application/hal+json;charset=utf-8'])
148148

CyberSource/api/create_new_webhooks_api.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def create_webhook_subscription_with_http_info(self, **kwargs):
130130
body_params = params['create_webhook_request']
131131

132132
sdkTracker = SdkTracker()
133-
body_params = sdkTracker.insert_developer_id_tracker(body_params, 'create_webhook_request', self.api_client.mconfig.run_environment)
133+
body_params = sdkTracker.insert_developer_id_tracker(body_params, 'create_webhook_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId)
134134
# HTTP header `Accept`
135135
header_params['Accept'] = self.api_client.select_header_accept(['application/json;charset=utf-8'])
136136

@@ -379,7 +379,7 @@ def save_sym_egress_key_with_http_info(self, v_c_sender_organization_id, v_c_per
379379
body_params = params['save_sym_egress_key']
380380

381381
sdkTracker = SdkTracker()
382-
body_params = sdkTracker.insert_developer_id_tracker(body_params, 'save_sym_egress_key', self.api_client.mconfig.run_environment)
382+
body_params = sdkTracker.insert_developer_id_tracker(body_params, 'save_sym_egress_key', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId)
383383
# HTTP header `Accept`
384384
header_params['Accept'] = self.api_client.select_header_accept(['application/json;charset=utf-8'])
385385

CyberSource/api/credit_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def create_credit_with_http_info(self, create_credit_request, **kwargs):
132132
body_params = params['create_credit_request']
133133

134134
sdkTracker = SdkTracker()
135-
body_params = sdkTracker.insert_developer_id_tracker(body_params, 'create_credit_request', self.api_client.mconfig.run_environment)
135+
body_params = sdkTracker.insert_developer_id_tracker(body_params, 'create_credit_request', self.api_client.mconfig.run_environment, self.api_client.mconfig.defaultDeveloperId)
136136
# HTTP header `Accept`
137137
header_params['Accept'] = self.api_client.select_header_accept(['application/hal+json;charset=utf-8'])
138138

0 commit comments

Comments
 (0)