You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CyberSource/__init__.py
+2
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,7 @@
71
71
from .models.invoicing_v2_invoices_post201_response_order_informationimportInvoicingV2InvoicesPost201ResponseOrderInformation
72
72
from .models.invoicing_v2_invoices_post201_response_order_information_amount_detailsimportInvoicingV2InvoicesPost201ResponseOrderInformationAmountDetails
73
73
from .models.invoicing_v2_invoices_post202_responseimportInvoicingV2InvoicesPost202Response
74
+
from .models.invoicingv2invoice_settings_invoice_settings_informationimportInvoicingv2invoiceSettingsInvoiceSettingsInformation
74
75
from .models.invoicingv2invoices_customer_informationimportInvoicingv2invoicesCustomerInformation
75
76
from .models.invoicingv2invoices_invoice_informationimportInvoicingv2invoicesInvoiceInformation
76
77
from .models.invoicingv2invoices_order_informationimportInvoicingv2invoicesOrderInformation
@@ -626,6 +627,7 @@
626
627
from .models.tss_v2_transactions_get200_response_processing_information_japan_payment_optionsimportTssV2TransactionsGet200ResponseProcessingInformationJapanPaymentOptions
627
628
from .models.tss_v2_transactions_get200_response_processor_informationimportTssV2TransactionsGet200ResponseProcessorInformation
628
629
from .models.tss_v2_transactions_get200_response_processor_information_electronic_verification_resultsimportTssV2TransactionsGet200ResponseProcessorInformationElectronicVerificationResults
630
+
from .models.tss_v2_transactions_get200_response_processor_information_multi_processor_routingimportTssV2TransactionsGet200ResponseProcessorInformationMultiProcessorRouting
629
631
from .models.tss_v2_transactions_get200_response_processor_information_processorimportTssV2TransactionsGet200ResponseProcessorInformationProcessor
630
632
from .models.tss_v2_transactions_get200_response_risk_informationimportTssV2TransactionsGet200ResponseRiskInformation
631
633
from .models.tss_v2_transactions_get200_response_risk_information_profileimportTssV2TransactionsGet200ResponseRiskInformationProfile
Include an existing TMS Customer & Instrument Identifier token id in the request. * A Customer token can be created by calling: **POST */tms/v2/customers*** * An Instrument Identifier token can be created by calling: **POST */tms/v1/instrumentidentifiers***
574
575
This method makes a synchronous HTTP request by default. To make an
575
576
asynchronous HTTP request, please define a `callback` function
Include an existing TMS Customer & Instrument Identifier token id in the request. * A Customer token can be created by calling: **POST */tms/v2/customers*** * An Instrument Identifier token can be created by calling: **POST */tms/v1/instrumentidentifiers***
601
603
This method makes a synchronous HTTP request by default. To make an
602
604
asynchronous HTTP request, please define a `callback` function
Include an existing TMS Instrument Identifier id in the request body. * An Instrument Identifier token can be created by calling: **POST */tms/v1/instrumentidentifiers***
411
412
This method makes a synchronous HTTP request by default. To make an
412
413
asynchronous HTTP request, please define a `callback` function
Include an existing TMS Instrument Identifier id in the request body. * An Instrument Identifier token can be created by calling: **POST */tms/v1/instrumentidentifiers***
437
439
This method makes a synchronous HTTP request by default. To make an
438
440
asynchronous HTTP request, please define a `callback` function
Copy file name to clipboardexpand all lines: CyberSource/models/__init__.py
+2
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,7 @@
71
71
from .invoicing_v2_invoices_post201_response_order_informationimportInvoicingV2InvoicesPost201ResponseOrderInformation
72
72
from .invoicing_v2_invoices_post201_response_order_information_amount_detailsimportInvoicingV2InvoicesPost201ResponseOrderInformationAmountDetails
73
73
from .invoicing_v2_invoices_post202_responseimportInvoicingV2InvoicesPost202Response
74
+
from .invoicingv2invoice_settings_invoice_settings_informationimportInvoicingv2invoiceSettingsInvoiceSettingsInformation
74
75
from .invoicingv2invoices_customer_informationimportInvoicingv2invoicesCustomerInformation
75
76
from .invoicingv2invoices_invoice_informationimportInvoicingv2invoicesInvoiceInformation
76
77
from .invoicingv2invoices_order_informationimportInvoicingv2invoicesOrderInformation
@@ -626,6 +627,7 @@
626
627
from .tss_v2_transactions_get200_response_processing_information_japan_payment_optionsimportTssV2TransactionsGet200ResponseProcessingInformationJapanPaymentOptions
627
628
from .tss_v2_transactions_get200_response_processor_informationimportTssV2TransactionsGet200ResponseProcessorInformation
628
629
from .tss_v2_transactions_get200_response_processor_information_electronic_verification_resultsimportTssV2TransactionsGet200ResponseProcessorInformationElectronicVerificationResults
630
+
from .tss_v2_transactions_get200_response_processor_information_multi_processor_routingimportTssV2TransactionsGet200ResponseProcessorInformationMultiProcessorRouting
629
631
from .tss_v2_transactions_get200_response_processor_information_processorimportTssV2TransactionsGet200ResponseProcessorInformationProcessor
630
632
from .tss_v2_transactions_get200_response_risk_informationimportTssV2TransactionsGet200ResponseRiskInformation
631
633
from .tss_v2_transactions_get200_response_risk_information_profileimportTssV2TransactionsGet200ResponseRiskInformationProfile
Sets the payer_authentication3_ds_version of this InvoicingV2InvoiceSettingsGet200ResponseInvoiceSettingsInformation.
270
+
The 3D Secure payer authentication version or status for a merchant's invoice payments. Possible values are: - `1` - `2` - `None` - `Disabled`
271
+
272
+
:param payer_authentication3_ds_version: The payer_authentication3_ds_version of this InvoicingV2InvoiceSettingsGet200ResponseInvoiceSettingsInformation.
0 commit comments