Skip to content

Commit e8ddfdb

Browse files
api spec changes
1 parent 2b90ebc commit e8ddfdb

File tree

313 files changed

+1797
-5064
lines changed

Some content is hidden

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

313 files changed

+1797
-5064
lines changed

CyberSource/__init__.py

+1-12
Original file line numberDiff line numberDiff line change
@@ -597,22 +597,11 @@
597597
from .models.pts_v2_payouts_post201_response_recipient_information import PtsV2PayoutsPost201ResponseRecipientInformation
598598
from .models.pts_v2_payouts_post201_response_recipient_information_card import PtsV2PayoutsPost201ResponseRecipientInformationCard
599599
from .models.pts_v2_payouts_post400_response import PtsV2PayoutsPost400Response
600-
from .models.ptsv1pushfundstransfer_aggregator_information import Ptsv1pushfundstransferAggregatorInformation
601-
from .models.ptsv1pushfundstransfer_aggregator_information_sub_merchant import Ptsv1pushfundstransferAggregatorInformationSubMerchant
602600
from .models.ptsv1pushfundstransfer_client_reference_information import Ptsv1pushfundstransferClientReferenceInformation
603-
from .models.ptsv1pushfundstransfer_merchant_defined_information import Ptsv1pushfundstransferMerchantDefinedInformation
604-
from .models.ptsv1pushfundstransfer_merchant_information import Ptsv1pushfundstransferMerchantInformation
605-
from .models.ptsv1pushfundstransfer_merchant_information_merchant_descriptor import Ptsv1pushfundstransferMerchantInformationMerchantDescriptor
606601
from .models.ptsv1pushfundstransfer_order_information import Ptsv1pushfundstransferOrderInformation
607602
from .models.ptsv1pushfundstransfer_order_information_amount_details import Ptsv1pushfundstransferOrderInformationAmountDetails
608-
from .models.ptsv1pushfundstransfer_order_information_surcharge import Ptsv1pushfundstransferOrderInformationSurcharge
609-
from .models.ptsv1pushfundstransfer_point_of_service_information import Ptsv1pushfundstransferPointOfServiceInformation
610603
from .models.ptsv1pushfundstransfer_processing_information import Ptsv1pushfundstransferProcessingInformation
611604
from .models.ptsv1pushfundstransfer_processing_information_payouts_options import Ptsv1pushfundstransferProcessingInformationPayoutsOptions
612-
from .models.ptsv1pushfundstransfer_processing_information_recurring_options import Ptsv1pushfundstransferProcessingInformationRecurringOptions
613-
from .models.ptsv1pushfundstransfer_processing_options import Ptsv1pushfundstransferProcessingOptions
614-
from .models.ptsv1pushfundstransfer_processing_options_funding_options import Ptsv1pushfundstransferProcessingOptionsFundingOptions
615-
from .models.ptsv1pushfundstransfer_processing_options_funding_options_initiator import Ptsv1pushfundstransferProcessingOptionsFundingOptionsInitiator
616605
from .models.ptsv1pushfundstransfer_recipient_information import Ptsv1pushfundstransferRecipientInformation
617606
from .models.ptsv1pushfundstransfer_recipient_information_payment_information import Ptsv1pushfundstransferRecipientInformationPaymentInformation
618607
from .models.ptsv1pushfundstransfer_recipient_information_payment_information_card import Ptsv1pushfundstransferRecipientInformationPaymentInformationCard
@@ -770,6 +759,7 @@
770759
from .models.ptsv2payments_token_information import Ptsv2paymentsTokenInformation
771760
from .models.ptsv2payments_token_information_payment_instrument import Ptsv2paymentsTokenInformationPaymentInstrument
772761
from .models.ptsv2payments_token_information_shipping_address import Ptsv2paymentsTokenInformationShippingAddress
762+
from .models.ptsv2payments_token_information_token_provisioning_information import Ptsv2paymentsTokenInformationTokenProvisioningInformation
773763
from .models.ptsv2payments_travel_information import Ptsv2paymentsTravelInformation
774764
from .models.ptsv2payments_travel_information_agency import Ptsv2paymentsTravelInformationAgency
775765
from .models.ptsv2payments_travel_information_auto_rental import Ptsv2paymentsTravelInformationAutoRental
@@ -1114,7 +1104,6 @@
11141104
from .models.tms_embedded_instrument_identifier_links_self import TmsEmbeddedInstrumentIdentifierLinksSelf
11151105
from .models.tms_embedded_instrument_identifier_metadata import TmsEmbeddedInstrumentIdentifierMetadata
11161106
from .models.tms_embedded_instrument_identifier_processing_information import TmsEmbeddedInstrumentIdentifierProcessingInformation
1117-
from .models.tms_embedded_instrument_identifier_token_provisioning_information import TmsEmbeddedInstrumentIdentifierTokenProvisioningInformation
11181107
from .models.tms_embedded_instrument_identifier_tokenized_card import TmsEmbeddedInstrumentIdentifierTokenizedCard
11191108
from .models.tms_embedded_instrument_identifier_tokenized_card_card import TmsEmbeddedInstrumentIdentifierTokenizedCardCard
11201109
from .models.tms_payment_instrument_processing_info import TmsPaymentInstrumentProcessingInfo

CyberSource/api/transaction_batches_api.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def get_transaction_batch_details_with_http_info(self, id, **kwargs):
168168
def get_transaction_batch_id(self, id, **kwargs):
169169
"""
170170
Get Individual Batch File
171-
Provide the search range
171+
This API provides details like upload date, completion date, transaction count and accepted and rejected transaction count of the individual batch file using the batch id
172172
This method makes a synchronous HTTP request by default. To make an
173173
asynchronous HTTP request, please define a `callback` function
174174
to be invoked when receiving the response.
@@ -198,7 +198,7 @@ def get_transaction_batch_id(self, id, **kwargs):
198198
def get_transaction_batch_id_with_http_info(self, id, **kwargs):
199199
"""
200200
Get Individual Batch File
201-
Provide the search range
201+
This API provides details like upload date, completion date, transaction count and accepted and rejected transaction count of the individual batch file using the batch id
202202
This method makes a synchronous HTTP request by default. To make an
203203
asynchronous HTTP request, please define a `callback` function
204204
to be invoked when receiving the response.
@@ -281,7 +281,7 @@ def get_transaction_batch_id_with_http_info(self, id, **kwargs):
281281
def get_transaction_batches(self, start_time, end_time, **kwargs):
282282
"""
283283
Get a List of Batch Files
284-
Provide the search range
284+
Provide the date and time search range to get a list of Batch Files ready for settlement
285285
This method makes a synchronous HTTP request by default. To make an
286286
asynchronous HTTP request, please define a `callback` function
287287
to be invoked when receiving the response.
@@ -312,7 +312,7 @@ def get_transaction_batches(self, start_time, end_time, **kwargs):
312312
def get_transaction_batches_with_http_info(self, start_time, end_time, **kwargs):
313313
"""
314314
Get a List of Batch Files
315-
Provide the search range
315+
Provide the date and time search range to get a list of Batch Files ready for settlement
316316
This method makes a synchronous HTTP request by default. To make an
317317
asynchronous HTTP request, please define a `callback` function
318318
to be invoked when receiving the response.

CyberSource/models/__init__.py

+1-12
Original file line numberDiff line numberDiff line change
@@ -597,22 +597,11 @@
597597
from .pts_v2_payouts_post201_response_recipient_information import PtsV2PayoutsPost201ResponseRecipientInformation
598598
from .pts_v2_payouts_post201_response_recipient_information_card import PtsV2PayoutsPost201ResponseRecipientInformationCard
599599
from .pts_v2_payouts_post400_response import PtsV2PayoutsPost400Response
600-
from .ptsv1pushfundstransfer_aggregator_information import Ptsv1pushfundstransferAggregatorInformation
601-
from .ptsv1pushfundstransfer_aggregator_information_sub_merchant import Ptsv1pushfundstransferAggregatorInformationSubMerchant
602600
from .ptsv1pushfundstransfer_client_reference_information import Ptsv1pushfundstransferClientReferenceInformation
603-
from .ptsv1pushfundstransfer_merchant_defined_information import Ptsv1pushfundstransferMerchantDefinedInformation
604-
from .ptsv1pushfundstransfer_merchant_information import Ptsv1pushfundstransferMerchantInformation
605-
from .ptsv1pushfundstransfer_merchant_information_merchant_descriptor import Ptsv1pushfundstransferMerchantInformationMerchantDescriptor
606601
from .ptsv1pushfundstransfer_order_information import Ptsv1pushfundstransferOrderInformation
607602
from .ptsv1pushfundstransfer_order_information_amount_details import Ptsv1pushfundstransferOrderInformationAmountDetails
608-
from .ptsv1pushfundstransfer_order_information_surcharge import Ptsv1pushfundstransferOrderInformationSurcharge
609-
from .ptsv1pushfundstransfer_point_of_service_information import Ptsv1pushfundstransferPointOfServiceInformation
610603
from .ptsv1pushfundstransfer_processing_information import Ptsv1pushfundstransferProcessingInformation
611604
from .ptsv1pushfundstransfer_processing_information_payouts_options import Ptsv1pushfundstransferProcessingInformationPayoutsOptions
612-
from .ptsv1pushfundstransfer_processing_information_recurring_options import Ptsv1pushfundstransferProcessingInformationRecurringOptions
613-
from .ptsv1pushfundstransfer_processing_options import Ptsv1pushfundstransferProcessingOptions
614-
from .ptsv1pushfundstransfer_processing_options_funding_options import Ptsv1pushfundstransferProcessingOptionsFundingOptions
615-
from .ptsv1pushfundstransfer_processing_options_funding_options_initiator import Ptsv1pushfundstransferProcessingOptionsFundingOptionsInitiator
616605
from .ptsv1pushfundstransfer_recipient_information import Ptsv1pushfundstransferRecipientInformation
617606
from .ptsv1pushfundstransfer_recipient_information_payment_information import Ptsv1pushfundstransferRecipientInformationPaymentInformation
618607
from .ptsv1pushfundstransfer_recipient_information_payment_information_card import Ptsv1pushfundstransferRecipientInformationPaymentInformationCard
@@ -770,6 +759,7 @@
770759
from .ptsv2payments_token_information import Ptsv2paymentsTokenInformation
771760
from .ptsv2payments_token_information_payment_instrument import Ptsv2paymentsTokenInformationPaymentInstrument
772761
from .ptsv2payments_token_information_shipping_address import Ptsv2paymentsTokenInformationShippingAddress
762+
from .ptsv2payments_token_information_token_provisioning_information import Ptsv2paymentsTokenInformationTokenProvisioningInformation
773763
from .ptsv2payments_travel_information import Ptsv2paymentsTravelInformation
774764
from .ptsv2payments_travel_information_agency import Ptsv2paymentsTravelInformationAgency
775765
from .ptsv2payments_travel_information_auto_rental import Ptsv2paymentsTravelInformationAutoRental
@@ -1114,7 +1104,6 @@
11141104
from .tms_embedded_instrument_identifier_links_self import TmsEmbeddedInstrumentIdentifierLinksSelf
11151105
from .tms_embedded_instrument_identifier_metadata import TmsEmbeddedInstrumentIdentifierMetadata
11161106
from .tms_embedded_instrument_identifier_processing_information import TmsEmbeddedInstrumentIdentifierProcessingInformation
1117-
from .tms_embedded_instrument_identifier_token_provisioning_information import TmsEmbeddedInstrumentIdentifierTokenProvisioningInformation
11181107
from .tms_embedded_instrument_identifier_tokenized_card import TmsEmbeddedInstrumentIdentifierTokenizedCard
11191108
from .tms_embedded_instrument_identifier_tokenized_card_card import TmsEmbeddedInstrumentIdentifierTokenizedCardCard
11201109
from .tms_payment_instrument_processing_info import TmsPaymentInstrumentProcessingInfo

CyberSource/models/get_all_plans_response_order_information_amount_details.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def __init__(self, currency=None, billing_amount=None, setup_fee=None):
6161
def currency(self):
6262
"""
6363
Gets the currency of this GetAllPlansResponseOrderInformationAmountDetails.
64-
Currency used for the order. Use the three-character [ISO Standard Currency Codes.](http://apps.cybersource.com/library/documentation/sbc/quickref/currencies.pdf) #### Used by **Authorization** Required field. **Authorization Reversal** For an authorization reversal (`reversalInformation`) or a capture (`processingOptions.capture` is set to `true`), you must use the same currency that you used in your payment authorization request. #### PIN Debit Currency for the amount you requested for the PIN debit purchase. This value is returned for partial authorizations. The issuing bank can approve a partial amount if the balance on the debit card is less than the requested transaction amount. For the possible values, see the [ISO Standard Currency Codes](https://developer.cybersource.com/library/documentation/sbc/quickref/currencies.pdf). Returned by PIN debit purchase. For PIN debit reversal requests, you must use the same currency that was used for the PIN debit purchase or PIN debit credit that you are reversing. For the possible values, see the [ISO Standard Currency Codes](https://developer.cybersource.com/library/documentation/sbc/quickref/currencies.pdf). Required field for PIN Debit purchase and PIN Debit credit requests. Optional field for PIN Debit reversal requests. #### GPX This field is optional for reversing an authorization or credit. #### DCC for First Data Your local currency. For details, see the `currency` field description in [Dynamic Currency Conversion For First Data Using the SCMP API](http://apps.cybersource.com/library/documentation/dev_guides/DCC_FirstData_SCMP/DCC_FirstData_SCMP_API.pdf). #### Tax Calculation Required for international tax and value added tax only. Optional for U.S. and Canadian taxes. Your local currency.
64+
Currency used for the order. Use the three-character [ISO Standard Currency Codes.](http://apps.cybersource.com/library/documentation/sbc/quickref/currencies.pdf) #### Used by **Authorization** Required field. **Authorization Reversal** For an authorization reversal (`reversalInformation`) or a capture (`processingOptions.capture` is set to `true`), you must use the same currency that you used in your payment authorization request. #### PIN Debit Currency for the amount you requested for the PIN debit purchase. This value is returned for partial authorizations. The issuing bank can approve a partial amount if the balance on the debit card is less than the requested transaction amount. For the possible values, see the [ISO Standard Currency Codes](https://developer.cybersource.com/library/documentation/sbc/quickref/currencies.pdf). Returned by PIN debit purchase. For PIN debit reversal requests, you must use the same currency that was used for the PIN debit purchase or PIN debit credit that you are reversing. For the possible values, see the [ISO Standard Currency Codes](https://developer.cybersource.com/library/documentation/sbc/quickref/currencies.pdf). Required field for PIN Debit purchase and PIN Debit credit requests. Optional field for PIN Debit reversal requests. #### GPX This field is optional for reversing an authorization or credit. #### DCC for First Data Your local currency. #### Tax Calculation Required for international tax and value added tax only. Optional for U.S. and Canadian taxes. Your local currency.
6565
6666
:return: The currency of this GetAllPlansResponseOrderInformationAmountDetails.
6767
:rtype: str
@@ -72,7 +72,7 @@ def currency(self):
7272
def currency(self, currency):
7373
"""
7474
Sets the currency of this GetAllPlansResponseOrderInformationAmountDetails.
75-
Currency used for the order. Use the three-character [ISO Standard Currency Codes.](http://apps.cybersource.com/library/documentation/sbc/quickref/currencies.pdf) #### Used by **Authorization** Required field. **Authorization Reversal** For an authorization reversal (`reversalInformation`) or a capture (`processingOptions.capture` is set to `true`), you must use the same currency that you used in your payment authorization request. #### PIN Debit Currency for the amount you requested for the PIN debit purchase. This value is returned for partial authorizations. The issuing bank can approve a partial amount if the balance on the debit card is less than the requested transaction amount. For the possible values, see the [ISO Standard Currency Codes](https://developer.cybersource.com/library/documentation/sbc/quickref/currencies.pdf). Returned by PIN debit purchase. For PIN debit reversal requests, you must use the same currency that was used for the PIN debit purchase or PIN debit credit that you are reversing. For the possible values, see the [ISO Standard Currency Codes](https://developer.cybersource.com/library/documentation/sbc/quickref/currencies.pdf). Required field for PIN Debit purchase and PIN Debit credit requests. Optional field for PIN Debit reversal requests. #### GPX This field is optional for reversing an authorization or credit. #### DCC for First Data Your local currency. For details, see the `currency` field description in [Dynamic Currency Conversion For First Data Using the SCMP API](http://apps.cybersource.com/library/documentation/dev_guides/DCC_FirstData_SCMP/DCC_FirstData_SCMP_API.pdf). #### Tax Calculation Required for international tax and value added tax only. Optional for U.S. and Canadian taxes. Your local currency.
75+
Currency used for the order. Use the three-character [ISO Standard Currency Codes.](http://apps.cybersource.com/library/documentation/sbc/quickref/currencies.pdf) #### Used by **Authorization** Required field. **Authorization Reversal** For an authorization reversal (`reversalInformation`) or a capture (`processingOptions.capture` is set to `true`), you must use the same currency that you used in your payment authorization request. #### PIN Debit Currency for the amount you requested for the PIN debit purchase. This value is returned for partial authorizations. The issuing bank can approve a partial amount if the balance on the debit card is less than the requested transaction amount. For the possible values, see the [ISO Standard Currency Codes](https://developer.cybersource.com/library/documentation/sbc/quickref/currencies.pdf). Returned by PIN debit purchase. For PIN debit reversal requests, you must use the same currency that was used for the PIN debit purchase or PIN debit credit that you are reversing. For the possible values, see the [ISO Standard Currency Codes](https://developer.cybersource.com/library/documentation/sbc/quickref/currencies.pdf). Required field for PIN Debit purchase and PIN Debit credit requests. Optional field for PIN Debit reversal requests. #### GPX This field is optional for reversing an authorization or credit. #### DCC for First Data Your local currency. #### Tax Calculation Required for international tax and value added tax only. Optional for U.S. and Canadian taxes. Your local currency.
7676
7777
:param currency: The currency of this GetAllPlansResponseOrderInformationAmountDetails.
7878
:type: str

0 commit comments

Comments
 (0)