Skip to content

Commit

Permalink
Merge pull request #131 from CyberSource/release-oct24
Browse files Browse the repository at this point in the history
Release oct24
  • Loading branch information
gaubansa authored Nov 11, 2024
2 parents b9cce95 + 344fae6 commit a681968
Show file tree
Hide file tree
Showing 314 changed files with 12,580 additions and 3,624 deletions.
42 changes: 40 additions & 2 deletions CyberSource/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
from .models.activate_subscription_response_subscription_information import ActivateSubscriptionResponseSubscriptionInformation
from .models.add_negative_list_request import AddNegativeListRequest
from .models.auth_reversal_request import AuthReversalRequest
from .models.bin_lookupv400_response import BinLookupv400Response
from .models.binv1binlookup_client_reference_information import Binv1binlookupClientReferenceInformation
from .models.binv1binlookup_payment_information import Binv1binlookupPaymentInformation
from .models.binv1binlookup_payment_information_card import Binv1binlookupPaymentInformationCard
Expand Down Expand Up @@ -90,6 +89,7 @@
from .models.create_bundled_decision_manager_case_request import CreateBundledDecisionManagerCaseRequest
from .models.create_credit_request import CreateCreditRequest
from .models.create_invoice_request import CreateInvoiceRequest
from .models.create_order_request import CreateOrderRequest
from .models.create_payment_request import CreatePaymentRequest
from .models.create_plan_request import CreatePlanRequest
from .models.create_plan_response import CreatePlanResponse
Expand Down Expand Up @@ -431,6 +431,10 @@
from .models.pts_v2_create_billing_agreement_post201_response_risk_information_processor_results import PtsV2CreateBillingAgreementPost201ResponseRiskInformationProcessorResults
from .models.pts_v2_create_billing_agreement_post400_response import PtsV2CreateBillingAgreementPost400Response
from .models.pts_v2_create_billing_agreement_post502_response import PtsV2CreateBillingAgreementPost502Response
from .models.pts_v2_create_order_post201_response import PtsV2CreateOrderPost201Response
from .models.pts_v2_create_order_post201_response_buyer_information import PtsV2CreateOrderPost201ResponseBuyerInformation
from .models.pts_v2_create_order_post201_response_processor_information import PtsV2CreateOrderPost201ResponseProcessorInformation
from .models.pts_v2_create_order_post400_response import PtsV2CreateOrderPost400Response
from .models.pts_v2_credits_post201_response import PtsV2CreditsPost201Response
from .models.pts_v2_credits_post201_response1 import PtsV2CreditsPost201Response1
from .models.pts_v2_credits_post201_response1_processor_information import PtsV2CreditsPost201Response1ProcessorInformation
Expand Down Expand Up @@ -458,6 +462,8 @@
from .models.pts_v2_modify_billing_agreement_post201_response_payment_information_bank import PtsV2ModifyBillingAgreementPost201ResponsePaymentInformationBank
from .models.pts_v2_modify_billing_agreement_post201_response_payment_information_e_wallet import PtsV2ModifyBillingAgreementPost201ResponsePaymentInformationEWallet
from .models.pts_v2_payments_captures_post201_response import PtsV2PaymentsCapturesPost201Response
from .models.pts_v2_payments_captures_post201_response_embedded_actions import PtsV2PaymentsCapturesPost201ResponseEmbeddedActions
from .models.pts_v2_payments_captures_post201_response_embedded_actions_ap_capture import PtsV2PaymentsCapturesPost201ResponseEmbeddedActionsApCapture
from .models.pts_v2_payments_captures_post201_response_links import PtsV2PaymentsCapturesPost201ResponseLinks
from .models.pts_v2_payments_captures_post201_response_order_information import PtsV2PaymentsCapturesPost201ResponseOrderInformation
from .models.pts_v2_payments_captures_post201_response_order_information_amount_details import PtsV2PaymentsCapturesPost201ResponseOrderInformationAmountDetails
Expand Down Expand Up @@ -538,6 +544,7 @@
from .models.pts_v2_payments_post201_response_point_of_sale_information_emv import PtsV2PaymentsPost201ResponsePointOfSaleInformationEmv
from .models.pts_v2_payments_post201_response_processing_information import PtsV2PaymentsPost201ResponseProcessingInformation
from .models.pts_v2_payments_post201_response_processing_information_bank_transfer_options import PtsV2PaymentsPost201ResponseProcessingInformationBankTransferOptions
from .models.pts_v2_payments_post201_response_processing_information_capture_options import PtsV2PaymentsPost201ResponseProcessingInformationCaptureOptions
from .models.pts_v2_payments_post201_response_processor_information import PtsV2PaymentsPost201ResponseProcessorInformation
from .models.pts_v2_payments_post201_response_processor_information_ach_verification import PtsV2PaymentsPost201ResponseProcessorInformationAchVerification
from .models.pts_v2_payments_post201_response_processor_information_avs import PtsV2PaymentsPost201ResponseProcessorInformationAvs
Expand Down Expand Up @@ -601,9 +608,15 @@
from .models.pts_v2_payouts_post201_response_recipient_information import PtsV2PayoutsPost201ResponseRecipientInformation
from .models.pts_v2_payouts_post201_response_recipient_information_card import PtsV2PayoutsPost201ResponseRecipientInformationCard
from .models.pts_v2_payouts_post400_response import PtsV2PayoutsPost400Response
from .models.pts_v2_update_order_patch201_response import PtsV2UpdateOrderPatch201Response
from .models.ptsv1pushfundstransfer_aggregator_information import Ptsv1pushfundstransferAggregatorInformation
from .models.ptsv1pushfundstransfer_aggregator_information_sub_merchant import Ptsv1pushfundstransferAggregatorInformationSubMerchant
from .models.ptsv1pushfundstransfer_client_reference_information import Ptsv1pushfundstransferClientReferenceInformation
from .models.ptsv1pushfundstransfer_merchant_information import Ptsv1pushfundstransferMerchantInformation
from .models.ptsv1pushfundstransfer_order_information import Ptsv1pushfundstransferOrderInformation
from .models.ptsv1pushfundstransfer_order_information_amount_details import Ptsv1pushfundstransferOrderInformationAmountDetails
from .models.ptsv1pushfundstransfer_point_of_service_information import Ptsv1pushfundstransferPointOfServiceInformation
from .models.ptsv1pushfundstransfer_point_of_service_information_emv import Ptsv1pushfundstransferPointOfServiceInformationEmv
from .models.ptsv1pushfundstransfer_processing_information import Ptsv1pushfundstransferProcessingInformation
from .models.ptsv1pushfundstransfer_processing_information_payouts_options import Ptsv1pushfundstransferProcessingInformationPayoutsOptions
from .models.ptsv1pushfundstransfer_recipient_information import Ptsv1pushfundstransferRecipientInformation
Expand Down Expand Up @@ -650,6 +663,23 @@
from .models.ptsv2credits_recipient_information import Ptsv2creditsRecipientInformation
from .models.ptsv2credits_sender_information import Ptsv2creditsSenderInformation
from .models.ptsv2credits_sender_information_account import Ptsv2creditsSenderInformationAccount
from .models.ptsv2intents_client_reference_information import Ptsv2intentsClientReferenceInformation
from .models.ptsv2intents_merchant_information import Ptsv2intentsMerchantInformation
from .models.ptsv2intents_merchant_information_merchant_descriptor import Ptsv2intentsMerchantInformationMerchantDescriptor
from .models.ptsv2intents_order_information import Ptsv2intentsOrderInformation
from .models.ptsv2intents_order_information_amount_details import Ptsv2intentsOrderInformationAmountDetails
from .models.ptsv2intents_order_information_bill_to import Ptsv2intentsOrderInformationBillTo
from .models.ptsv2intents_order_information_invoice_details import Ptsv2intentsOrderInformationInvoiceDetails
from .models.ptsv2intents_order_information_line_items import Ptsv2intentsOrderInformationLineItems
from .models.ptsv2intents_order_information_ship_to import Ptsv2intentsOrderInformationShipTo
from .models.ptsv2intents_payment_information import Ptsv2intentsPaymentInformation
from .models.ptsv2intents_payment_information_payment_type import Ptsv2intentsPaymentInformationPaymentType
from .models.ptsv2intents_payment_information_payment_type_method import Ptsv2intentsPaymentInformationPaymentTypeMethod
from .models.ptsv2intents_processing_information import Ptsv2intentsProcessingInformation
from .models.ptsv2intents_processing_information_authorization_options import Ptsv2intentsProcessingInformationAuthorizationOptions
from .models.ptsv2intentsid_merchant_information import Ptsv2intentsidMerchantInformation
from .models.ptsv2intentsid_order_information import Ptsv2intentsidOrderInformation
from .models.ptsv2intentsid_processing_information import Ptsv2intentsidProcessingInformation
from .models.ptsv2paymentreferences_agreement_information import Ptsv2paymentreferencesAgreementInformation
from .models.ptsv2paymentreferences_buyer_information import Ptsv2paymentreferencesBuyerInformation
from .models.ptsv2paymentreferences_device_information import Ptsv2paymentreferencesDeviceInformation
Expand Down Expand Up @@ -705,6 +735,7 @@
from .models.ptsv2payments_order_information_amount_details import Ptsv2paymentsOrderInformationAmountDetails
from .models.ptsv2payments_order_information_amount_details_amex_additional_amounts import Ptsv2paymentsOrderInformationAmountDetailsAmexAdditionalAmounts
from .models.ptsv2payments_order_information_amount_details_currency_conversion import Ptsv2paymentsOrderInformationAmountDetailsCurrencyConversion
from .models.ptsv2payments_order_information_amount_details_octsurcharge import Ptsv2paymentsOrderInformationAmountDetailsOctsurcharge
from .models.ptsv2payments_order_information_amount_details_order import Ptsv2paymentsOrderInformationAmountDetailsOrder
from .models.ptsv2payments_order_information_amount_details_surcharge import Ptsv2paymentsOrderInformationAmountDetailsSurcharge
from .models.ptsv2payments_order_information_amount_details_tax_details import Ptsv2paymentsOrderInformationAmountDetailsTaxDetails
Expand Down Expand Up @@ -882,7 +913,13 @@
from .models.push_funds201_response_merchant_information_merchant_descriptor import PushFunds201ResponseMerchantInformationMerchantDescriptor
from .models.push_funds201_response_order_information import PushFunds201ResponseOrderInformation
from .models.push_funds201_response_order_information_amount_details import PushFunds201ResponseOrderInformationAmountDetails
from .models.push_funds201_response_payment_information import PushFunds201ResponsePaymentInformation
from .models.push_funds201_response_payment_information_tokenized_card import PushFunds201ResponsePaymentInformationTokenizedCard
from .models.push_funds201_response_processing_information import PushFunds201ResponseProcessingInformation
from .models.push_funds201_response_processing_information_domestic_national_net import PushFunds201ResponseProcessingInformationDomesticNationalNet
from .models.push_funds201_response_processor_information import PushFunds201ResponseProcessorInformation
from .models.push_funds201_response_processor_information_routing import PushFunds201ResponseProcessorInformationRouting
from .models.push_funds201_response_processor_information_settlement import PushFunds201ResponseProcessorInformationSettlement
from .models.push_funds201_response_recipient_information import PushFunds201ResponseRecipientInformation
from .models.push_funds201_response_recipient_information_card import PushFunds201ResponseRecipientInformationCard
from .models.push_funds400_response import PushFunds400Response
Expand Down Expand Up @@ -1234,7 +1271,6 @@
from .models.tss_v2_transactions_post201_response_embedded import TssV2TransactionsPost201ResponseEmbedded
from .models.tss_v2_transactions_post201_response_embedded_application_information import TssV2TransactionsPost201ResponseEmbeddedApplicationInformation
from .models.tss_v2_transactions_post201_response_embedded_application_information_applications import TssV2TransactionsPost201ResponseEmbeddedApplicationInformationApplications
from .models.tss_v2_transactions_post201_response_embedded_buyer_information import TssV2TransactionsPost201ResponseEmbeddedBuyerInformation
from .models.tss_v2_transactions_post201_response_embedded_client_reference_information import TssV2TransactionsPost201ResponseEmbeddedClientReferenceInformation
from .models.tss_v2_transactions_post201_response_embedded_client_reference_information_partner import TssV2TransactionsPost201ResponseEmbeddedClientReferenceInformationPartner
from .models.tss_v2_transactions_post201_response_embedded_consumer_authentication_information import TssV2TransactionsPost201ResponseEmbeddedConsumerAuthenticationInformation
Expand Down Expand Up @@ -1264,6 +1300,7 @@
from .models.ums_v1_users_get200_response_organization_information import UmsV1UsersGet200ResponseOrganizationInformation
from .models.ums_v1_users_get200_response_users import UmsV1UsersGet200ResponseUsers
from .models.update_invoice_request import UpdateInvoiceRequest
from .models.update_order_request import UpdateOrderRequest
from .models.update_plan_request import UpdatePlanRequest
from .models.update_plan_response import UpdatePlanResponse
from .models.update_plan_response_plan_information import UpdatePlanResponsePlanInformation
Expand Down Expand Up @@ -1380,6 +1417,7 @@
from .api.credit_api import CreditApi
from .api.invoice_settings_api import InvoiceSettingsApi
from .api.invoices_api import InvoicesApi
from .api.orders_api import OrdersApi
from .api.payments_api import PaymentsApi
from .api.refund_api import RefundApi
from .api.reversal_api import ReversalApi
Expand Down
1 change: 1 addition & 0 deletions CyberSource/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
from .credit_api import CreditApi
from .invoice_settings_api import InvoiceSettingsApi
from .invoices_api import InvoicesApi
from .orders_api import OrdersApi
from .payments_api import PaymentsApi
from .refund_api import RefundApi
from .reversal_api import ReversalApi
Expand Down
2 changes: 1 addition & 1 deletion CyberSource/api/batches_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ def post_batch_with_http_info(self, body, **kwargs):
body_params = params['body']

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

Expand Down
6 changes: 3 additions & 3 deletions CyberSource/api/billing_agreements_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def billing_agreements_de_registration_with_http_info(self, modify_billing_agree
body_params = params['modify_billing_agreement']

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

Expand Down Expand Up @@ -265,7 +265,7 @@ def billing_agreements_intimation_with_http_info(self, intimate_billing_agreemen
body_params = params['intimate_billing_agreement']

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

Expand Down Expand Up @@ -378,7 +378,7 @@ def billing_agreements_registration_with_http_info(self, create_billing_agreemen
body_params = params['create_billing_agreement']

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

Expand Down
2 changes: 1 addition & 1 deletion CyberSource/api/bin_lookup_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def get_account_info_with_http_info(self, create_bin_lookup_request, **kwargs):
body_params = params['create_bin_lookup_request']

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

Expand Down
2 changes: 1 addition & 1 deletion CyberSource/api/capture_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def capture_payment_with_http_info(self, capture_payment_request, id, **kwargs):
body_params = params['capture_payment_request']

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

Expand Down
4 changes: 2 additions & 2 deletions CyberSource/api/create_new_webhooks_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def create_webhook_subscription_with_http_info(self, **kwargs):
body_params = params['create_webhook_request']

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

Expand Down Expand Up @@ -379,7 +379,7 @@ def save_sym_egress_key_with_http_info(self, v_c_sender_organization_id, v_c_per
body_params = params['save_sym_egress_key']

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

Expand Down
2 changes: 1 addition & 1 deletion CyberSource/api/credit_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def create_credit_with_http_info(self, create_credit_request, **kwargs):
body_params = params['create_credit_request']

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

Expand Down
Loading

0 comments on commit a681968

Please sign in to comment.