cybersource_rest_client 0.0.57 → 0.0.59

Sign up to get free protection for your applications and to get access to all the features.
Files changed (145) hide show
  1. checksums.yaml +4 -4
  2. data/lib/AuthenticationSDK/core/Authorization.rb +1 -1
  3. data/lib/cybersource_rest_client/api/batches_api.rb +8 -0
  4. data/lib/cybersource_rest_client/api/instrument_identifier_api.rb +9 -9
  5. data/lib/cybersource_rest_client/api/token_api.rb +12 -8
  6. data/lib/cybersource_rest_client/models/{payments_products_card_processing_configuration_information_configurations.rb → card_processing_config.rb} +3 -3
  7. data/lib/cybersource_rest_client/models/{payments_products_card_processing_configuration_information_configurations_common.rb → card_processing_config_common.rb} +3 -3
  8. data/lib/cybersource_rest_client/models/{payments_products_card_processing_configuration_information_configurations_common_acquirer.rb → card_processing_config_common_acquirer.rb} +1 -1
  9. data/lib/cybersource_rest_client/models/{payments_products_card_processing_configuration_information_configurations_common_currencies.rb → card_processing_config_common_currencies.rb} +1 -1
  10. data/lib/cybersource_rest_client/models/{payments_products_card_processing_configuration_information_configurations_common_currencies_1.rb → card_processing_config_common_currencies_1.rb} +1 -1
  11. data/lib/cybersource_rest_client/models/{payment_products_card_processing_config_common_merchant_descriptor_info.rb → card_processing_config_common_merchant_descriptor_information.rb} +1 -1
  12. data/lib/cybersource_rest_client/models/{payments_products_card_processing_configuration_information_configurations_common_payment_types.rb → card_processing_config_common_payment_types.rb} +2 -2
  13. data/lib/cybersource_rest_client/models/{payments_products_card_processing_configuration_information_configurations_common_processors.rb → card_processing_config_common_processors.rb} +4 -4
  14. data/lib/cybersource_rest_client/models/{payments_products_virtual_terminal_configuration_information_configurations.rb → card_processing_config_features.rb} +3 -3
  15. data/lib/cybersource_rest_client/models/{payment_products_card_processing_config_card_not_present.rb → card_processing_config_features_card_not_present.rb} +3 -3
  16. data/lib/cybersource_rest_client/models/{payment_products_card_processing_config_card_not_present_installment.rb → card_processing_config_features_card_not_present_installment.rb} +1 -1
  17. data/lib/cybersource_rest_client/models/{payment_products_card_processing_config_card_not_present_payouts.rb → card_processing_config_features_card_not_present_payouts.rb} +2 -2
  18. data/lib/cybersource_rest_client/models/{payment_products_card_processing_config_features_card_not_present_payouts_currencies.rb → card_processing_config_features_card_not_present_payouts_currencies.rb} +1 -1
  19. data/lib/cybersource_rest_client/models/{payment_products_card_processing_config_card_not_present_processors.rb → card_processing_config_features_card_not_present_processors.rb} +2 -2
  20. data/lib/cybersource_rest_client/models/{payments_products_card_processing_configuration_information_configurations_features_card_present.rb → card_processing_config_features_card_present.rb} +2 -2
  21. data/lib/cybersource_rest_client/models/{payment_products_card_processing_config_card_present_processors.rb → card_processing_config_features_card_present_processors.rb} +1 -1
  22. data/lib/cybersource_rest_client/models/check_payer_auth_enrollment_request.rb +1 -1
  23. data/lib/cybersource_rest_client/models/create_bundled_decision_manager_case_request.rb +1 -1
  24. data/lib/cybersource_rest_client/models/create_credit_request.rb +21 -1
  25. data/lib/cybersource_rest_client/models/{risk_products_decision_manager_configuration_information_configurations.rb → dm_config.rb} +5 -5
  26. data/lib/cybersource_rest_client/models/{risk_products_decision_manager_configuration_information_configurations_organization.rb → dm_config_organization.rb} +1 -1
  27. data/lib/cybersource_rest_client/models/{risk_products_decision_manager_configuration_information_configurations_portfolio_controls.rb → dm_config_portfolio_controls.rb} +1 -1
  28. data/lib/cybersource_rest_client/models/{risk_products_decision_manager_configuration_information_configurations_processing_options.rb → dm_config_processing_options.rb} +1 -1
  29. data/lib/cybersource_rest_client/models/{risk_products_decision_manager_configuration_information_configurations_thirdparty.rb → dm_config_thirdparty.rb} +2 -2
  30. data/lib/cybersource_rest_client/models/{risk_products_decision_manager_configuration_information_configurations_thirdparty_provider.rb → dm_config_thirdparty_provider.rb} +8 -8
  31. data/lib/cybersource_rest_client/models/{risk_products_decision_manager_config_thirdparty_provider_signifyd.rb → dm_config_thirdparty_provider_accurint.rb} +2 -2
  32. data/lib/cybersource_rest_client/models/{risk_products_decision_manager_config_thirdparty_provider_accurint_creds.rb → dm_config_thirdparty_provider_accurint_credentials.rb} +1 -1
  33. data/lib/cybersource_rest_client/models/{risk_products_decision_manager_configuration_information_configurations_thirdparty_provider_ekata.rb → dm_config_thirdparty_provider_credilink.rb} +2 -2
  34. data/lib/cybersource_rest_client/models/{risk_products_decision_manager_config_thirdparty_provider_credilink_creds.rb → dm_config_thirdparty_provider_credilink_credentials.rb} +1 -1
  35. data/lib/cybersource_rest_client/models/{risk_products_decision_manager_config_thirdparty_provider_emailage.rb → dm_config_thirdparty_provider_ekata.rb} +2 -2
  36. data/lib/cybersource_rest_client/models/{risk_products_decision_manager_config_thirdparty_provider_ekata_creds.rb → dm_config_thirdparty_provider_ekata_credentials.rb} +1 -1
  37. data/lib/cybersource_rest_client/models/{risk_products_decision_manager_config_thirdparty_provider_credilink.rb → dm_config_thirdparty_provider_emailage.rb} +2 -2
  38. data/lib/cybersource_rest_client/models/{risk_products_decision_manager_config_thirdparty_provider_perseuss.rb → dm_config_thirdparty_provider_perseuss.rb} +2 -2
  39. data/lib/cybersource_rest_client/models/{risk_products_decision_manager_config_thirdparty_provider_accurint.rb → dm_config_thirdparty_provider_signifyd.rb} +2 -2
  40. data/lib/cybersource_rest_client/models/{risk_products_decision_manager_config_thirdparty_provider_signifyd_creds.rb → dm_config_thirdparty_provider_signifyd_credentials.rb} +1 -1
  41. data/lib/cybersource_rest_client/models/{risk_products_decision_manager_config_thirdparty_provider_targus.rb → dm_config_thirdparty_provider_targus.rb} +2 -2
  42. data/lib/cybersource_rest_client/models/{risk_products_decision_manager_config_thirdparty_provider_targus_creds.rb → dm_config_thirdparty_provider_targus_credentials.rb} +1 -1
  43. data/lib/cybersource_rest_client/models/{payments_products_e_check_configuration_information_configurations.rb → e_check_config.rb} +4 -4
  44. data/lib/cybersource_rest_client/models/{payments_products_e_check_configuration_information_configurations_common.rb → e_check_config_common.rb} +3 -3
  45. data/lib/cybersource_rest_client/models/{payments_products_e_check_configuration_information_configurations_common_internal_only.rb → e_check_config_common_internal_only.rb} +2 -2
  46. data/lib/cybersource_rest_client/models/{payments_products_e_check_config_common_internal_only_processors.rb → e_check_config_common_internal_only_processors.rb} +1 -1
  47. data/lib/cybersource_rest_client/models/{payments_products_e_check_configuration_information_configurations_common_processors.rb → e_check_config_common_processors.rb} +1 -1
  48. data/lib/cybersource_rest_client/models/{payments_products_e_check_configuration_information_configurations_features.rb → e_check_config_features.rb} +2 -2
  49. data/lib/cybersource_rest_client/models/{payment_products_e_check_config_account_validation_service.rb → e_check_config_features_account_validation_service.rb} +3 -3
  50. data/lib/cybersource_rest_client/models/{payment_products_e_check_config_account_validation_service_internal_only.rb → e_check_config_features_account_validation_service_internal_only.rb} +1 -1
  51. data/lib/cybersource_rest_client/models/{payment_products_e_check_config_account_validation_service_processors.rb → e_check_config_features_account_validation_service_processors.rb} +1 -1
  52. data/lib/cybersource_rest_client/models/{payments_products_e_check_configuration_information_configurations_underwriting.rb → e_check_config_underwriting.rb} +1 -1
  53. data/lib/cybersource_rest_client/models/inline_response_201_1_setups_payments.rb +15 -5
  54. data/lib/cybersource_rest_client/models/invoicing_v2_invoices_all_get404_response.rb +1 -1
  55. data/lib/cybersource_rest_client/models/merchant_initiated_transaction_object.rb +242 -0
  56. data/lib/cybersource_rest_client/models/patch_customer_payment_instrument_request.rb +1 -1
  57. data/lib/cybersource_rest_client/models/patch_instrument_identifier_request.rb +8 -8
  58. data/lib/cybersource_rest_client/models/patch_payment_instrument_request.rb +1 -1
  59. data/lib/cybersource_rest_client/models/{payments_products_payer_authentication_configuration_information_configurations.rb → payer_auth_config.rb} +2 -2
  60. data/lib/cybersource_rest_client/models/{payments_products_payer_authentication_configuration_information_configurations_card_types.rb → payer_auth_config_card_types.rb} +9 -9
  61. data/lib/cybersource_rest_client/models/{payments_products_payer_authentication_configuration_information_configurations_card_types_cb.rb → payer_auth_config_card_types_cb.rb} +2 -2
  62. data/lib/cybersource_rest_client/models/{payment_products_payer_authentication_config_card_types_j_cbj_secure.rb → payer_auth_config_card_types_j_cbj_secure.rb} +2 -2
  63. data/lib/cybersource_rest_client/models/{payment_products_payer_authentication_config_card_types_verified.rb → payer_auth_config_card_types_verified_by_visa.rb} +2 -2
  64. data/lib/cybersource_rest_client/models/{payment_products_payer_authentication_config_card_types_verified_currencies.rb → payer_auth_config_card_types_verified_by_visa_currencies.rb} +1 -1
  65. data/lib/cybersource_rest_client/models/payments_products.rb +15 -5
  66. data/lib/cybersource_rest_client/models/payments_products_card_processing_configuration_information.rb +1 -1
  67. data/lib/cybersource_rest_client/models/payments_products_e_check_configuration_information.rb +1 -1
  68. data/lib/cybersource_rest_client/models/payments_products_payer_authentication_configuration_information.rb +1 -1
  69. data/lib/cybersource_rest_client/models/payments_products_secure_acceptance_configuration_information.rb +1 -1
  70. data/lib/cybersource_rest_client/models/payments_products_virtual_terminal_configuration_information.rb +1 -1
  71. data/lib/cybersource_rest_client/models/{pts_v2_payments_post201_response_consumer_authentication_information_issuer_information.rb → payments_strong_auth_issuer_information.rb} +1 -1
  72. data/lib/cybersource_rest_client/models/post_customer_payment_instrument_request.rb +1 -1
  73. data/lib/cybersource_rest_client/models/post_instrument_identifier_enrollment_request.rb +8 -8
  74. data/lib/cybersource_rest_client/models/post_instrument_identifier_request.rb +8 -8
  75. data/lib/cybersource_rest_client/models/post_payment_credentials_request.rb +191 -0
  76. data/lib/cybersource_rest_client/models/post_payment_instrument_request.rb +1 -1
  77. data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response.rb +1 -1
  78. data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_processor_information.rb +16 -5
  79. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_consumer_authentication_information_strong_authentication.rb +1 -1
  80. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_embedded_actions_capture.rb +1 -1
  81. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_issuer_information.rb +1 -1
  82. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_insights_information_response_insights.rb +22 -5
  83. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_merchant_advice.rb +1 -1
  84. data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response_issuer_information.rb +1 -1
  85. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response.rb +15 -5
  86. data/lib/cybersource_rest_client/models/ptsv2credits_processing_information.rb +15 -5
  87. data/lib/cybersource_rest_client/models/ptsv2credits_processing_information_refund_options.rb +191 -0
  88. data/lib/cybersource_rest_client/models/ptsv2credits_recipient_information.rb +214 -0
  89. data/lib/cybersource_rest_client/models/{riskv1authenticationresults_order_information_line_items.rb → ptsv2credits_sender_information.rb} +78 -43
  90. data/lib/cybersource_rest_client/models/ptsv2credits_sender_information_account.rb +214 -0
  91. data/lib/cybersource_rest_client/models/ptsv2payments_acquirer_information.rb +22 -5
  92. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_authorization_options.rb +12 -1
  93. data/lib/cybersource_rest_client/models/ptsv2payouts_payment_information.rb +35 -5
  94. data/lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information.rb +1 -1
  95. data/lib/cybersource_rest_client/models/riskv1authenticationresults_order_information.rb +5 -17
  96. data/lib/cybersource_rest_client/models/riskv1decisions_acquirer_information.rb +248 -0
  97. data/lib/cybersource_rest_client/models/{payments_products_secure_acceptance_configuration_information_configurations.rb → sa_config.rb} +7 -7
  98. data/lib/cybersource_rest_client/models/{payments_products_secure_acceptance_configuration_information_configurations_checkout.rb → sa_config_checkout.rb} +1 -1
  99. data/lib/cybersource_rest_client/models/{payments_products_secure_acceptance_configuration_information_configurations_contact_information.rb → sa_config_contact_information.rb} +1 -1
  100. data/lib/cybersource_rest_client/models/{payments_products_secure_acceptance_configuration_information_configurations_notifications.rb → sa_config_notifications.rb} +3 -3
  101. data/lib/cybersource_rest_client/models/{payment_products_secure_acceptance_config_notifications_customer_notifications.rb → sa_config_notifications_customer_notifications.rb} +1 -1
  102. data/lib/cybersource_rest_client/models/{payment_products_secure_acceptance_config_notifications_merchant_notifications.rb → sa_config_notifications_merchant_notifications.rb} +1 -1
  103. data/lib/cybersource_rest_client/models/{payments_products_secure_acceptance_configuration_information_configurations_payment_methods.rb → sa_config_payment_methods.rb} +1 -1
  104. data/lib/cybersource_rest_client/models/{payments_products_secure_acceptance_configuration_information_configurations_payment_types.rb → sa_config_payment_types.rb} +2 -2
  105. data/lib/cybersource_rest_client/models/{payment_products_secure_acceptance_config_payment_types_card_types.rb → sa_config_payment_types_card_types.rb} +5 -5
  106. data/lib/cybersource_rest_client/models/{payment_products_secure_acceptance_config_payment_types_card_types_discover.rb → sa_config_payment_types_card_types_discover.rb} +1 -1
  107. data/lib/cybersource_rest_client/models/{payments_products_secure_acceptance_configuration_information_configurations_service.rb → sa_config_service.rb} +1 -1
  108. data/lib/cybersource_rest_client/models/{tmsv2customers__embedded_authorization_options.rb → tms_authorization_options.rb} +2 -2
  109. data/lib/cybersource_rest_client/models/{tmsv2customers__embedded_authorization_options_initiator.rb → tms_authorization_options_initiator.rb} +2 -2
  110. data/lib/cybersource_rest_client/models/{tmsv2customers__embedded_merchant_initiated_transaction.rb → tms_authorization_options_initiator_merchant_initiated_transaction.rb} +1 -1
  111. data/lib/cybersource_rest_client/models/{tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier.rb → tms_embedded_instrument_identifier.rb} +9 -9
  112. data/lib/cybersource_rest_client/models/{tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier__links.rb → tms_embedded_instrument_identifier__links.rb} +3 -3
  113. data/lib/cybersource_rest_client/models/{tmsv2customers__embedded_payment_instruments.rb → tms_embedded_instrument_identifier__links_payment_instruments.rb} +1 -1
  114. data/lib/cybersource_rest_client/models/{tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier__links_self.rb → tms_embedded_instrument_identifier__links_self.rb} +1 -1
  115. data/lib/cybersource_rest_client/models/{tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier_bank_account.rb → tms_embedded_instrument_identifier_bank_account.rb} +1 -1
  116. data/lib/cybersource_rest_client/models/{tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier_bill_to.rb → tms_embedded_instrument_identifier_bill_to.rb} +1 -1
  117. data/lib/cybersource_rest_client/models/{tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier_card.rb → tms_embedded_instrument_identifier_card.rb} +1 -1
  118. data/lib/cybersource_rest_client/models/{tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier_issuer.rb → tms_embedded_instrument_identifier_issuer.rb} +1 -1
  119. data/lib/cybersource_rest_client/models/{tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier_metadata.rb → tms_embedded_instrument_identifier_metadata.rb} +1 -1
  120. data/lib/cybersource_rest_client/models/{tmsv2customers__embedded_processing_information.rb → tms_embedded_instrument_identifier_processing_information.rb} +2 -2
  121. data/lib/cybersource_rest_client/models/{tmsv2customers__embedded_tokenized_card.rb → tms_embedded_instrument_identifier_tokenized_card.rb} +26 -4
  122. data/lib/cybersource_rest_client/models/{tmsv2customers__embedded_tokenized_card_card.rb → tms_embedded_instrument_identifier_tokenized_card_card.rb} +1 -1
  123. data/lib/cybersource_rest_client/models/{tmsv2customers__embedded_default_payment_instrument_processing_information.rb → tms_payment_instrument_processing_info.rb} +2 -2
  124. data/lib/cybersource_rest_client/models/{tmsv2customers__embedded_default_payment_instrument_processing_information_bank_transfer_options.rb → tms_payment_instrument_processing_info_bank_transfer_options.rb} +1 -1
  125. data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument.rb +1 -1
  126. data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument__embedded.rb +1 -1
  127. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response.rb +21 -1
  128. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information.rb +28 -1
  129. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_authorization_options.rb +40 -1
  130. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_authorization_options_initiator.rb +1 -1
  131. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_capture_options.rb +214 -0
  132. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_recurring_payment_information.rb +197 -0
  133. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_unscheduled_payment_information.rb +191 -0
  134. data/lib/cybersource_rest_client/models/{payments_products_card_processing_configuration_information_configurations_features.rb → vt_config.rb} +3 -3
  135. data/lib/cybersource_rest_client/models/{payments_products_virtual_terminal_configuration_information_configurations_card_not_present.rb → vt_config_card_not_present.rb} +3 -3
  136. data/lib/cybersource_rest_client/models/{payment_products_virtual_terminal_config_card_not_present_global_payment_info.rb → vt_config_card_not_present_global_payment_information.rb} +4 -4
  137. data/lib/cybersource_rest_client/models/{payment_products_virtual_terminal_config_card_not_present_global_payment_info_basic_info.rb → vt_config_card_not_present_global_payment_information_basic_information.rb} +1 -1
  138. data/lib/cybersource_rest_client/models/{payment_products_virtual_terminal_config_card_not_present_merchant_defined_data_fields.rb → vt_config_card_not_present_global_payment_information_merchant_defined_data_fields.rb} +1 -1
  139. data/lib/cybersource_rest_client/models/{payment_products_virtual_terminal_config_card_not_present_payment_info.rb → vt_config_card_not_present_global_payment_information_payment_information.rb} +1 -1
  140. data/lib/cybersource_rest_client/models/{payment_products_virtual_terminal_config_card_not_present_receipt_info.rb → vt_config_card_not_present_receipt_information.rb} +4 -4
  141. data/lib/cybersource_rest_client/models/{payment_products_virtual_terminal_config_card_not_present_receipt_info_email_receipt.rb → vt_config_card_not_present_receipt_information_email_receipt.rb} +1 -1
  142. data/lib/cybersource_rest_client/models/{payment_products_virtual_terminal_config_card_not_present_receipt_info_header.rb → vt_config_card_not_present_receipt_information_header.rb} +1 -1
  143. data/lib/cybersource_rest_client/models/{payment_products_virtual_terminal_config_card_not_present_receipt_info_order_info.rb → vt_config_card_not_present_receipt_information_order_information.rb} +1 -1
  144. data/lib/cybersource_rest_client.rb +99 -90
  145. metadata +127 -118
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cybersource_rest_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.57
4
+ version: 0.0.59
5
5
  platform: ruby
6
6
  authors:
7
7
  - CyberSource
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-19 00:00:00.000000000 Z
11
+ date: 2024-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -16,40 +16,40 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.0'
19
+ version: '1.4'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 1.0.1
22
+ version: 1.4.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
27
  - - "~>"
28
28
  - !ruby/object:Gem::Version
29
- version: '1.0'
29
+ version: '1.4'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 1.0.1
32
+ version: 1.4.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: json
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '2.1'
39
+ version: '2.7'
40
40
  - - ">="
41
41
  - !ruby/object:Gem::Version
42
- version: 2.1.0
42
+ version: 2.7.0
43
43
  type: :runtime
44
44
  prerelease: false
45
45
  version_requirements: !ruby/object:Gem::Requirement
46
46
  requirements:
47
47
  - - "~>"
48
48
  - !ruby/object:Gem::Version
49
- version: '2.1'
49
+ version: '2.7'
50
50
  - - ">="
51
51
  - !ruby/object:Gem::Version
52
- version: 2.1.0
52
+ version: 2.7.0
53
53
  - !ruby/object:Gem::Dependency
54
54
  name: activesupport
55
55
  requirement: !ruby/object:Gem::Requirement
@@ -79,7 +79,7 @@ dependencies:
79
79
  version: '1.0'
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
- version: 1.0.4
82
+ version: 1.0.5
83
83
  type: :runtime
84
84
  prerelease: false
85
85
  version_requirements: !ruby/object:Gem::Requirement
@@ -89,7 +89,7 @@ dependencies:
89
89
  version: '1.0'
90
90
  - - ">="
91
91
  - !ruby/object:Gem::Version
92
- version: 1.0.4
92
+ version: 1.0.5
93
93
  - !ruby/object:Gem::Dependency
94
94
  name: jwt
95
95
  requirement: !ruby/object:Gem::Requirement
@@ -110,20 +110,20 @@ dependencies:
110
110
  requirements:
111
111
  - - "~>"
112
112
  - !ruby/object:Gem::Version
113
- version: '2.3'
113
+ version: '2.8'
114
114
  - - ">="
115
115
  - !ruby/object:Gem::Version
116
- version: 2.3.0
116
+ version: 2.8.0
117
117
  type: :runtime
118
118
  prerelease: false
119
119
  version_requirements: !ruby/object:Gem::Requirement
120
120
  requirements:
121
121
  - - "~>"
122
122
  - !ruby/object:Gem::Version
123
- version: '2.3'
123
+ version: '2.8'
124
124
  - - ">="
125
125
  - !ruby/object:Gem::Version
126
- version: 2.3.0
126
+ version: 2.8.0
127
127
  - !ruby/object:Gem::Dependency
128
128
  name: time
129
129
  requirement: !ruby/object:Gem::Requirement
@@ -172,60 +172,60 @@ dependencies:
172
172
  requirements:
173
173
  - - "~>"
174
174
  - !ruby/object:Gem::Version
175
- version: '3.6'
175
+ version: '3.12'
176
176
  - - ">="
177
177
  - !ruby/object:Gem::Version
178
- version: 3.6.0
178
+ version: 3.12.0
179
179
  type: :development
180
180
  prerelease: false
181
181
  version_requirements: !ruby/object:Gem::Requirement
182
182
  requirements:
183
183
  - - "~>"
184
184
  - !ruby/object:Gem::Version
185
- version: '3.6'
185
+ version: '3.12'
186
186
  - - ">="
187
187
  - !ruby/object:Gem::Version
188
- version: 3.6.0
188
+ version: 3.12.0
189
189
  - !ruby/object:Gem::Dependency
190
190
  name: vcr
191
191
  requirement: !ruby/object:Gem::Requirement
192
192
  requirements:
193
193
  - - "~>"
194
194
  - !ruby/object:Gem::Version
195
- version: '3.0'
195
+ version: '5.0'
196
196
  - - ">="
197
197
  - !ruby/object:Gem::Version
198
- version: 3.0.1
198
+ version: 5.0.0
199
199
  type: :development
200
200
  prerelease: false
201
201
  version_requirements: !ruby/object:Gem::Requirement
202
202
  requirements:
203
203
  - - "~>"
204
204
  - !ruby/object:Gem::Version
205
- version: '3.0'
205
+ version: '5.0'
206
206
  - - ">="
207
207
  - !ruby/object:Gem::Version
208
- version: 3.0.1
208
+ version: 5.0.0
209
209
  - !ruby/object:Gem::Dependency
210
210
  name: webmock
211
211
  requirement: !ruby/object:Gem::Requirement
212
212
  requirements:
213
213
  - - "~>"
214
214
  - !ruby/object:Gem::Version
215
- version: '1.24'
215
+ version: '3.19'
216
216
  - - ">="
217
217
  - !ruby/object:Gem::Version
218
- version: 1.24.3
218
+ version: 3.19.0
219
219
  type: :development
220
220
  prerelease: false
221
221
  version_requirements: !ruby/object:Gem::Requirement
222
222
  requirements:
223
223
  - - "~>"
224
224
  - !ruby/object:Gem::Version
225
- version: '1.24'
225
+ version: '3.19'
226
226
  - - ">="
227
227
  - !ruby/object:Gem::Version
228
- version: 1.24.3
228
+ version: 3.19.0
229
229
  - !ruby/object:Gem::Dependency
230
230
  name: autotest
231
231
  requirement: !ruby/object:Gem::Requirement
@@ -423,6 +423,22 @@ files:
423
423
  - lib/cybersource_rest_client/models/cancel_subscription_response.rb
424
424
  - lib/cybersource_rest_client/models/cancel_subscription_response_subscription_information.rb
425
425
  - lib/cybersource_rest_client/models/capture_payment_request.rb
426
+ - lib/cybersource_rest_client/models/card_processing_config.rb
427
+ - lib/cybersource_rest_client/models/card_processing_config_common.rb
428
+ - lib/cybersource_rest_client/models/card_processing_config_common_acquirer.rb
429
+ - lib/cybersource_rest_client/models/card_processing_config_common_currencies.rb
430
+ - lib/cybersource_rest_client/models/card_processing_config_common_currencies_1.rb
431
+ - lib/cybersource_rest_client/models/card_processing_config_common_merchant_descriptor_information.rb
432
+ - lib/cybersource_rest_client/models/card_processing_config_common_payment_types.rb
433
+ - lib/cybersource_rest_client/models/card_processing_config_common_processors.rb
434
+ - lib/cybersource_rest_client/models/card_processing_config_features.rb
435
+ - lib/cybersource_rest_client/models/card_processing_config_features_card_not_present.rb
436
+ - lib/cybersource_rest_client/models/card_processing_config_features_card_not_present_installment.rb
437
+ - lib/cybersource_rest_client/models/card_processing_config_features_card_not_present_payouts.rb
438
+ - lib/cybersource_rest_client/models/card_processing_config_features_card_not_present_payouts_currencies.rb
439
+ - lib/cybersource_rest_client/models/card_processing_config_features_card_not_present_processors.rb
440
+ - lib/cybersource_rest_client/models/card_processing_config_features_card_present.rb
441
+ - lib/cybersource_rest_client/models/card_processing_config_features_card_present_processors.rb
426
442
  - lib/cybersource_rest_client/models/case_management_actions_request.rb
427
443
  - lib/cybersource_rest_client/models/case_management_comments_request.rb
428
444
  - lib/cybersource_rest_client/models/check_payer_auth_enrollment_request.rb
@@ -462,6 +478,34 @@ files:
462
478
  - lib/cybersource_rest_client/models/delete_bulk_p12_keys_request.rb
463
479
  - lib/cybersource_rest_client/models/delete_bulk_symmetric_keys_request.rb
464
480
  - lib/cybersource_rest_client/models/delete_plan_response.rb
481
+ - lib/cybersource_rest_client/models/dm_config.rb
482
+ - lib/cybersource_rest_client/models/dm_config_organization.rb
483
+ - lib/cybersource_rest_client/models/dm_config_portfolio_controls.rb
484
+ - lib/cybersource_rest_client/models/dm_config_processing_options.rb
485
+ - lib/cybersource_rest_client/models/dm_config_thirdparty.rb
486
+ - lib/cybersource_rest_client/models/dm_config_thirdparty_provider.rb
487
+ - lib/cybersource_rest_client/models/dm_config_thirdparty_provider_accurint.rb
488
+ - lib/cybersource_rest_client/models/dm_config_thirdparty_provider_accurint_credentials.rb
489
+ - lib/cybersource_rest_client/models/dm_config_thirdparty_provider_credilink.rb
490
+ - lib/cybersource_rest_client/models/dm_config_thirdparty_provider_credilink_credentials.rb
491
+ - lib/cybersource_rest_client/models/dm_config_thirdparty_provider_ekata.rb
492
+ - lib/cybersource_rest_client/models/dm_config_thirdparty_provider_ekata_credentials.rb
493
+ - lib/cybersource_rest_client/models/dm_config_thirdparty_provider_emailage.rb
494
+ - lib/cybersource_rest_client/models/dm_config_thirdparty_provider_perseuss.rb
495
+ - lib/cybersource_rest_client/models/dm_config_thirdparty_provider_signifyd.rb
496
+ - lib/cybersource_rest_client/models/dm_config_thirdparty_provider_signifyd_credentials.rb
497
+ - lib/cybersource_rest_client/models/dm_config_thirdparty_provider_targus.rb
498
+ - lib/cybersource_rest_client/models/dm_config_thirdparty_provider_targus_credentials.rb
499
+ - lib/cybersource_rest_client/models/e_check_config.rb
500
+ - lib/cybersource_rest_client/models/e_check_config_common.rb
501
+ - lib/cybersource_rest_client/models/e_check_config_common_internal_only.rb
502
+ - lib/cybersource_rest_client/models/e_check_config_common_internal_only_processors.rb
503
+ - lib/cybersource_rest_client/models/e_check_config_common_processors.rb
504
+ - lib/cybersource_rest_client/models/e_check_config_features.rb
505
+ - lib/cybersource_rest_client/models/e_check_config_features_account_validation_service.rb
506
+ - lib/cybersource_rest_client/models/e_check_config_features_account_validation_service_internal_only.rb
507
+ - lib/cybersource_rest_client/models/e_check_config_features_account_validation_service_processors.rb
508
+ - lib/cybersource_rest_client/models/e_check_config_underwriting.rb
465
509
  - lib/cybersource_rest_client/models/fraud_marking_action_request.rb
466
510
  - lib/cybersource_rest_client/models/generate_capture_context_request.rb
467
511
  - lib/cybersource_rest_client/models/generate_unified_checkout_capture_context_request.rb
@@ -648,6 +692,7 @@ files:
648
692
  - lib/cybersource_rest_client/models/kmsv2keyssym_key_information.rb
649
693
  - lib/cybersource_rest_client/models/kmsv2keyssymdeletes_key_information.rb
650
694
  - lib/cybersource_rest_client/models/kmsv2keyssymverifi_key_information.rb
695
+ - lib/cybersource_rest_client/models/merchant_initiated_transaction_object.rb
651
696
  - lib/cybersource_rest_client/models/microformv2sessions_checkout_api_initialization.rb
652
697
  - lib/cybersource_rest_client/models/mit_reversal_request.rb
653
698
  - lib/cybersource_rest_client/models/mit_void_request.rb
@@ -668,6 +713,12 @@ files:
668
713
  - lib/cybersource_rest_client/models/patch_customer_shipping_address_request.rb
669
714
  - lib/cybersource_rest_client/models/patch_instrument_identifier_request.rb
670
715
  - lib/cybersource_rest_client/models/patch_payment_instrument_request.rb
716
+ - lib/cybersource_rest_client/models/payer_auth_config.rb
717
+ - lib/cybersource_rest_client/models/payer_auth_config_card_types.rb
718
+ - lib/cybersource_rest_client/models/payer_auth_config_card_types_cb.rb
719
+ - lib/cybersource_rest_client/models/payer_auth_config_card_types_j_cbj_secure.rb
720
+ - lib/cybersource_rest_client/models/payer_auth_config_card_types_verified_by_visa.rb
721
+ - lib/cybersource_rest_client/models/payer_auth_config_card_types_verified_by_visa_currencies.rb
671
722
  - lib/cybersource_rest_client/models/payer_auth_setup_request.rb
672
723
  - lib/cybersource_rest_client/models/payment_instrument_list.rb
673
724
  - lib/cybersource_rest_client/models/payment_instrument_list__embedded.rb
@@ -677,31 +728,6 @@ files:
677
728
  - lib/cybersource_rest_client/models/payment_instrument_list__links_next.rb
678
729
  - lib/cybersource_rest_client/models/payment_instrument_list__links_prev.rb
679
730
  - lib/cybersource_rest_client/models/payment_instrument_list__links_self.rb
680
- - lib/cybersource_rest_client/models/payment_products_card_processing_config_card_not_present.rb
681
- - lib/cybersource_rest_client/models/payment_products_card_processing_config_card_not_present_installment.rb
682
- - lib/cybersource_rest_client/models/payment_products_card_processing_config_card_not_present_payouts.rb
683
- - lib/cybersource_rest_client/models/payment_products_card_processing_config_card_not_present_processors.rb
684
- - lib/cybersource_rest_client/models/payment_products_card_processing_config_card_present_processors.rb
685
- - lib/cybersource_rest_client/models/payment_products_card_processing_config_common_merchant_descriptor_info.rb
686
- - lib/cybersource_rest_client/models/payment_products_card_processing_config_features_card_not_present_payouts_currencies.rb
687
- - lib/cybersource_rest_client/models/payment_products_e_check_config_account_validation_service.rb
688
- - lib/cybersource_rest_client/models/payment_products_e_check_config_account_validation_service_internal_only.rb
689
- - lib/cybersource_rest_client/models/payment_products_e_check_config_account_validation_service_processors.rb
690
- - lib/cybersource_rest_client/models/payment_products_payer_authentication_config_card_types_j_cbj_secure.rb
691
- - lib/cybersource_rest_client/models/payment_products_payer_authentication_config_card_types_verified.rb
692
- - lib/cybersource_rest_client/models/payment_products_payer_authentication_config_card_types_verified_currencies.rb
693
- - lib/cybersource_rest_client/models/payment_products_secure_acceptance_config_notifications_customer_notifications.rb
694
- - lib/cybersource_rest_client/models/payment_products_secure_acceptance_config_notifications_merchant_notifications.rb
695
- - lib/cybersource_rest_client/models/payment_products_secure_acceptance_config_payment_types_card_types.rb
696
- - lib/cybersource_rest_client/models/payment_products_secure_acceptance_config_payment_types_card_types_discover.rb
697
- - lib/cybersource_rest_client/models/payment_products_virtual_terminal_config_card_not_present_global_payment_info.rb
698
- - lib/cybersource_rest_client/models/payment_products_virtual_terminal_config_card_not_present_global_payment_info_basic_info.rb
699
- - lib/cybersource_rest_client/models/payment_products_virtual_terminal_config_card_not_present_merchant_defined_data_fields.rb
700
- - lib/cybersource_rest_client/models/payment_products_virtual_terminal_config_card_not_present_payment_info.rb
701
- - lib/cybersource_rest_client/models/payment_products_virtual_terminal_config_card_not_present_receipt_info.rb
702
- - lib/cybersource_rest_client/models/payment_products_virtual_terminal_config_card_not_present_receipt_info_email_receipt.rb
703
- - lib/cybersource_rest_client/models/payment_products_virtual_terminal_config_card_not_present_receipt_info_header.rb
704
- - lib/cybersource_rest_client/models/payment_products_virtual_terminal_config_card_not_present_receipt_info_order_info.rb
705
731
  - lib/cybersource_rest_client/models/payments_products.rb
706
732
  - lib/cybersource_rest_client/models/payments_products_card_present_connect.rb
707
733
  - lib/cybersource_rest_client/models/payments_products_card_present_connect_configuration_information.rb
@@ -709,15 +735,6 @@ files:
709
735
  - lib/cybersource_rest_client/models/payments_products_card_present_connect_subscription_information.rb
710
736
  - lib/cybersource_rest_client/models/payments_products_card_processing.rb
711
737
  - lib/cybersource_rest_client/models/payments_products_card_processing_configuration_information.rb
712
- - lib/cybersource_rest_client/models/payments_products_card_processing_configuration_information_configurations.rb
713
- - lib/cybersource_rest_client/models/payments_products_card_processing_configuration_information_configurations_common.rb
714
- - lib/cybersource_rest_client/models/payments_products_card_processing_configuration_information_configurations_common_acquirer.rb
715
- - lib/cybersource_rest_client/models/payments_products_card_processing_configuration_information_configurations_common_currencies.rb
716
- - lib/cybersource_rest_client/models/payments_products_card_processing_configuration_information_configurations_common_currencies_1.rb
717
- - lib/cybersource_rest_client/models/payments_products_card_processing_configuration_information_configurations_common_payment_types.rb
718
- - lib/cybersource_rest_client/models/payments_products_card_processing_configuration_information_configurations_common_processors.rb
719
- - lib/cybersource_rest_client/models/payments_products_card_processing_configuration_information_configurations_features.rb
720
- - lib/cybersource_rest_client/models/payments_products_card_processing_configuration_information_configurations_features_card_present.rb
721
738
  - lib/cybersource_rest_client/models/payments_products_card_processing_subscription_information.rb
722
739
  - lib/cybersource_rest_client/models/payments_products_card_processing_subscription_information_features.rb
723
740
  - lib/cybersource_rest_client/models/payments_products_currency_conversion.rb
@@ -731,20 +748,10 @@ files:
731
748
  - lib/cybersource_rest_client/models/payments_products_digital_payments.rb
732
749
  - lib/cybersource_rest_client/models/payments_products_digital_payments_subscription_information.rb
733
750
  - lib/cybersource_rest_client/models/payments_products_e_check.rb
734
- - lib/cybersource_rest_client/models/payments_products_e_check_config_common_internal_only_processors.rb
735
751
  - lib/cybersource_rest_client/models/payments_products_e_check_configuration_information.rb
736
- - lib/cybersource_rest_client/models/payments_products_e_check_configuration_information_configurations.rb
737
- - lib/cybersource_rest_client/models/payments_products_e_check_configuration_information_configurations_common.rb
738
- - lib/cybersource_rest_client/models/payments_products_e_check_configuration_information_configurations_common_internal_only.rb
739
- - lib/cybersource_rest_client/models/payments_products_e_check_configuration_information_configurations_common_processors.rb
740
- - lib/cybersource_rest_client/models/payments_products_e_check_configuration_information_configurations_features.rb
741
- - lib/cybersource_rest_client/models/payments_products_e_check_configuration_information_configurations_underwriting.rb
742
752
  - lib/cybersource_rest_client/models/payments_products_e_check_subscription_information.rb
743
753
  - lib/cybersource_rest_client/models/payments_products_payer_authentication.rb
744
754
  - lib/cybersource_rest_client/models/payments_products_payer_authentication_configuration_information.rb
745
- - lib/cybersource_rest_client/models/payments_products_payer_authentication_configuration_information_configurations.rb
746
- - lib/cybersource_rest_client/models/payments_products_payer_authentication_configuration_information_configurations_card_types.rb
747
- - lib/cybersource_rest_client/models/payments_products_payer_authentication_configuration_information_configurations_card_types_cb.rb
748
755
  - lib/cybersource_rest_client/models/payments_products_payer_authentication_subscription_information.rb
749
756
  - lib/cybersource_rest_client/models/payments_products_payouts.rb
750
757
  - lib/cybersource_rest_client/models/payments_products_payouts_configuration_information.rb
@@ -754,23 +761,16 @@ files:
754
761
  - lib/cybersource_rest_client/models/payments_products_payouts_configuration_information_configurations_pushfunds.rb
755
762
  - lib/cybersource_rest_client/models/payments_products_secure_acceptance.rb
756
763
  - lib/cybersource_rest_client/models/payments_products_secure_acceptance_configuration_information.rb
757
- - lib/cybersource_rest_client/models/payments_products_secure_acceptance_configuration_information_configurations.rb
758
- - lib/cybersource_rest_client/models/payments_products_secure_acceptance_configuration_information_configurations_checkout.rb
759
- - lib/cybersource_rest_client/models/payments_products_secure_acceptance_configuration_information_configurations_contact_information.rb
760
- - lib/cybersource_rest_client/models/payments_products_secure_acceptance_configuration_information_configurations_notifications.rb
761
- - lib/cybersource_rest_client/models/payments_products_secure_acceptance_configuration_information_configurations_payment_methods.rb
762
- - lib/cybersource_rest_client/models/payments_products_secure_acceptance_configuration_information_configurations_payment_types.rb
763
- - lib/cybersource_rest_client/models/payments_products_secure_acceptance_configuration_information_configurations_service.rb
764
764
  - lib/cybersource_rest_client/models/payments_products_tax.rb
765
765
  - lib/cybersource_rest_client/models/payments_products_virtual_terminal.rb
766
766
  - lib/cybersource_rest_client/models/payments_products_virtual_terminal_configuration_information.rb
767
- - lib/cybersource_rest_client/models/payments_products_virtual_terminal_configuration_information_configurations.rb
768
- - lib/cybersource_rest_client/models/payments_products_virtual_terminal_configuration_information_configurations_card_not_present.rb
767
+ - lib/cybersource_rest_client/models/payments_strong_auth_issuer_information.rb
769
768
  - lib/cybersource_rest_client/models/post_customer_payment_instrument_request.rb
770
769
  - lib/cybersource_rest_client/models/post_customer_request.rb
771
770
  - lib/cybersource_rest_client/models/post_customer_shipping_address_request.rb
772
771
  - lib/cybersource_rest_client/models/post_instrument_identifier_enrollment_request.rb
773
772
  - lib/cybersource_rest_client/models/post_instrument_identifier_request.rb
773
+ - lib/cybersource_rest_client/models/post_payment_credentials_request.rb
774
774
  - lib/cybersource_rest_client/models/post_payment_instrument_request.rb
775
775
  - lib/cybersource_rest_client/models/post_registration_body.rb
776
776
  - lib/cybersource_rest_client/models/predefined_subscription_request_bean.rb
@@ -830,7 +830,6 @@ files:
830
830
  - lib/cybersource_rest_client/models/pts_v2_payments_post201_response_buyer_information.rb
831
831
  - lib/cybersource_rest_client/models/pts_v2_payments_post201_response_client_reference_information.rb
832
832
  - lib/cybersource_rest_client/models/pts_v2_payments_post201_response_consumer_authentication_information.rb
833
- - lib/cybersource_rest_client/models/pts_v2_payments_post201_response_consumer_authentication_information_issuer_information.rb
834
833
  - lib/cybersource_rest_client/models/pts_v2_payments_post201_response_consumer_authentication_information_ivr.rb
835
834
  - lib/cybersource_rest_client/models/pts_v2_payments_post201_response_consumer_authentication_information_strong_authentication.rb
836
835
  - lib/cybersource_rest_client/models/pts_v2_payments_post201_response_embedded_actions.rb
@@ -968,6 +967,10 @@ files:
968
967
  - lib/cybersource_rest_client/models/ptsv2credits_processing_information_electronic_benefits_transfer.rb
969
968
  - lib/cybersource_rest_client/models/ptsv2credits_processing_information_japan_payment_options.rb
970
969
  - lib/cybersource_rest_client/models/ptsv2credits_processing_information_purchase_options.rb
970
+ - lib/cybersource_rest_client/models/ptsv2credits_processing_information_refund_options.rb
971
+ - lib/cybersource_rest_client/models/ptsv2credits_recipient_information.rb
972
+ - lib/cybersource_rest_client/models/ptsv2credits_sender_information.rb
973
+ - lib/cybersource_rest_client/models/ptsv2credits_sender_information_account.rb
971
974
  - lib/cybersource_rest_client/models/ptsv2payments_acquirer_information.rb
972
975
  - lib/cybersource_rest_client/models/ptsv2payments_aggregator_information.rb
973
976
  - lib/cybersource_rest_client/models/ptsv2payments_aggregator_information_sub_merchant.rb
@@ -1231,25 +1234,7 @@ files:
1231
1234
  - lib/cybersource_rest_client/models/resource_not_found_error.rb
1232
1235
  - lib/cybersource_rest_client/models/risk_products.rb
1233
1236
  - lib/cybersource_rest_client/models/risk_products_decision_manager.rb
1234
- - lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_accurint.rb
1235
- - lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_accurint_creds.rb
1236
- - lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_credilink.rb
1237
- - lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_credilink_creds.rb
1238
- - lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_ekata_creds.rb
1239
- - lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_emailage.rb
1240
- - lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_perseuss.rb
1241
- - lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_signifyd.rb
1242
- - lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_signifyd_creds.rb
1243
- - lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_targus.rb
1244
- - lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_targus_creds.rb
1245
1237
  - lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information.rb
1246
- - lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information_configurations.rb
1247
- - lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information_configurations_organization.rb
1248
- - lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information_configurations_portfolio_controls.rb
1249
- - lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information_configurations_processing_options.rb
1250
- - lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information_configurations_thirdparty.rb
1251
- - lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information_configurations_thirdparty_provider.rb
1252
- - lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information_configurations_thirdparty_provider_ekata.rb
1253
1238
  - lib/cybersource_rest_client/models/risk_products_fraud_management_essentials.rb
1254
1239
  - lib/cybersource_rest_client/models/risk_products_fraud_management_essentials_configuration_information.rb
1255
1240
  - lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response.rb
@@ -1288,7 +1273,6 @@ files:
1288
1273
  - lib/cybersource_rest_client/models/riskv1authenticationresults_device_information.rb
1289
1274
  - lib/cybersource_rest_client/models/riskv1authenticationresults_order_information.rb
1290
1275
  - lib/cybersource_rest_client/models/riskv1authenticationresults_order_information_amount_details.rb
1291
- - lib/cybersource_rest_client/models/riskv1authenticationresults_order_information_line_items.rb
1292
1276
  - lib/cybersource_rest_client/models/riskv1authenticationresults_payment_information.rb
1293
1277
  - lib/cybersource_rest_client/models/riskv1authenticationresults_payment_information_card.rb
1294
1278
  - lib/cybersource_rest_client/models/riskv1authenticationresults_payment_information_fluid_data.rb
@@ -1311,6 +1295,7 @@ files:
1311
1295
  - lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information_tokenized_card.rb
1312
1296
  - lib/cybersource_rest_client/models/riskv1authenticationsetups_processing_information.rb
1313
1297
  - lib/cybersource_rest_client/models/riskv1authenticationsetups_token_information.rb
1298
+ - lib/cybersource_rest_client/models/riskv1decisions_acquirer_information.rb
1314
1299
  - lib/cybersource_rest_client/models/riskv1decisions_buyer_information.rb
1315
1300
  - lib/cybersource_rest_client/models/riskv1decisions_client_reference_information.rb
1316
1301
  - lib/cybersource_rest_client/models/riskv1decisions_client_reference_information_partner.rb
@@ -1362,6 +1347,17 @@ files:
1362
1347
  - lib/cybersource_rest_client/models/riskv1liststypeentries_payment_information_card.rb
1363
1348
  - lib/cybersource_rest_client/models/riskv1liststypeentries_risk_information.rb
1364
1349
  - lib/cybersource_rest_client/models/riskv1liststypeentries_risk_information_marking_details.rb
1350
+ - lib/cybersource_rest_client/models/sa_config.rb
1351
+ - lib/cybersource_rest_client/models/sa_config_checkout.rb
1352
+ - lib/cybersource_rest_client/models/sa_config_contact_information.rb
1353
+ - lib/cybersource_rest_client/models/sa_config_notifications.rb
1354
+ - lib/cybersource_rest_client/models/sa_config_notifications_customer_notifications.rb
1355
+ - lib/cybersource_rest_client/models/sa_config_notifications_merchant_notifications.rb
1356
+ - lib/cybersource_rest_client/models/sa_config_payment_methods.rb
1357
+ - lib/cybersource_rest_client/models/sa_config_payment_types.rb
1358
+ - lib/cybersource_rest_client/models/sa_config_payment_types_card_types.rb
1359
+ - lib/cybersource_rest_client/models/sa_config_payment_types_card_types_discover.rb
1360
+ - lib/cybersource_rest_client/models/sa_config_service.rb
1365
1361
  - lib/cybersource_rest_client/models/save_asym_egress_key.rb
1366
1362
  - lib/cybersource_rest_client/models/save_sym_egress_key.rb
1367
1363
  - lib/cybersource_rest_client/models/search_request.rb
@@ -1376,20 +1372,27 @@ files:
1376
1372
  - lib/cybersource_rest_client/models/suspend_subscription_response.rb
1377
1373
  - lib/cybersource_rest_client/models/suspend_subscription_response_subscription_information.rb
1378
1374
  - lib/cybersource_rest_client/models/tax_request.rb
1375
+ - lib/cybersource_rest_client/models/tms_authorization_options.rb
1376
+ - lib/cybersource_rest_client/models/tms_authorization_options_initiator.rb
1377
+ - lib/cybersource_rest_client/models/tms_authorization_options_initiator_merchant_initiated_transaction.rb
1378
+ - lib/cybersource_rest_client/models/tms_embedded_instrument_identifier.rb
1379
+ - lib/cybersource_rest_client/models/tms_embedded_instrument_identifier__links.rb
1380
+ - lib/cybersource_rest_client/models/tms_embedded_instrument_identifier__links_payment_instruments.rb
1381
+ - lib/cybersource_rest_client/models/tms_embedded_instrument_identifier__links_self.rb
1382
+ - lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_bank_account.rb
1383
+ - lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_bill_to.rb
1384
+ - lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_card.rb
1385
+ - lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_issuer.rb
1386
+ - lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_metadata.rb
1387
+ - lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_processing_information.rb
1388
+ - lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_tokenized_card.rb
1389
+ - lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_tokenized_card_card.rb
1390
+ - lib/cybersource_rest_client/models/tms_payment_instrument_processing_info.rb
1391
+ - lib/cybersource_rest_client/models/tms_payment_instrument_processing_info_bank_transfer_options.rb
1379
1392
  - lib/cybersource_rest_client/models/tms_v2_customers_response.rb
1380
1393
  - lib/cybersource_rest_client/models/tmsv2customers__embedded.rb
1381
- - lib/cybersource_rest_client/models/tmsv2customers__embedded_authorization_options.rb
1382
- - lib/cybersource_rest_client/models/tmsv2customers__embedded_authorization_options_initiator.rb
1383
1394
  - lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument.rb
1384
1395
  - lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument__embedded.rb
1385
- - lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier.rb
1386
- - lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier__links.rb
1387
- - lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier__links_self.rb
1388
- - lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier_bank_account.rb
1389
- - lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier_bill_to.rb
1390
- - lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier_card.rb
1391
- - lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier_issuer.rb
1392
- - lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier_metadata.rb
1393
1396
  - lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument__links.rb
1394
1397
  - lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument__links_self.rb
1395
1398
  - lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument_bank_account.rb
@@ -1403,19 +1406,12 @@ files:
1403
1406
  - lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument_merchant_information.rb
1404
1407
  - lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument_merchant_information_merchant_descriptor.rb
1405
1408
  - lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument_metadata.rb
1406
- - lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument_processing_information.rb
1407
- - lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument_processing_information_bank_transfer_options.rb
1408
1409
  - lib/cybersource_rest_client/models/tmsv2customers__embedded_default_shipping_address.rb
1409
1410
  - lib/cybersource_rest_client/models/tmsv2customers__embedded_default_shipping_address__links.rb
1410
1411
  - lib/cybersource_rest_client/models/tmsv2customers__embedded_default_shipping_address__links_customer.rb
1411
1412
  - lib/cybersource_rest_client/models/tmsv2customers__embedded_default_shipping_address__links_self.rb
1412
1413
  - lib/cybersource_rest_client/models/tmsv2customers__embedded_default_shipping_address_metadata.rb
1413
1414
  - lib/cybersource_rest_client/models/tmsv2customers__embedded_default_shipping_address_ship_to.rb
1414
- - lib/cybersource_rest_client/models/tmsv2customers__embedded_merchant_initiated_transaction.rb
1415
- - lib/cybersource_rest_client/models/tmsv2customers__embedded_payment_instruments.rb
1416
- - lib/cybersource_rest_client/models/tmsv2customers__embedded_processing_information.rb
1417
- - lib/cybersource_rest_client/models/tmsv2customers__embedded_tokenized_card.rb
1418
- - lib/cybersource_rest_client/models/tmsv2customers__embedded_tokenized_card_card.rb
1419
1415
  - lib/cybersource_rest_client/models/tmsv2customers__links.rb
1420
1416
  - lib/cybersource_rest_client/models/tmsv2customers__links_payment_instruments.rb
1421
1417
  - lib/cybersource_rest_client/models/tmsv2customers__links_self.rb
@@ -1475,17 +1471,20 @@ files:
1475
1471
  - lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_authorization_options.rb
1476
1472
  - lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_authorization_options_initiator.rb
1477
1473
  - lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_bank_transfer_options.rb
1474
+ - lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_capture_options.rb
1478
1475
  - lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_japan_payment_options.rb
1479
1476
  - lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information.rb
1480
1477
  - lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information_electronic_verification_results.rb
1481
1478
  - lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information_multi_processor_routing.rb
1482
1479
  - lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information_processor.rb
1480
+ - lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_recurring_payment_information.rb
1483
1481
  - lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_risk_information.rb
1484
1482
  - lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_risk_information_profile.rb
1485
1483
  - lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_risk_information_rules.rb
1486
1484
  - lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_risk_information_score.rb
1487
1485
  - lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_sender_information.rb
1488
1486
  - lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_token_information.rb
1487
+ - lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_unscheduled_payment_information.rb
1489
1488
  - lib/cybersource_rest_client/models/tss_v2_transactions_post201_response.rb
1490
1489
  - lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded.rb
1491
1490
  - lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded__links.rb
@@ -1578,6 +1577,16 @@ files:
1578
1577
  - lib/cybersource_rest_client/models/void_payment_request.rb
1579
1578
  - lib/cybersource_rest_client/models/void_refund_request.rb
1580
1579
  - lib/cybersource_rest_client/models/void_tax_request.rb
1580
+ - lib/cybersource_rest_client/models/vt_config.rb
1581
+ - lib/cybersource_rest_client/models/vt_config_card_not_present.rb
1582
+ - lib/cybersource_rest_client/models/vt_config_card_not_present_global_payment_information.rb
1583
+ - lib/cybersource_rest_client/models/vt_config_card_not_present_global_payment_information_basic_information.rb
1584
+ - lib/cybersource_rest_client/models/vt_config_card_not_present_global_payment_information_merchant_defined_data_fields.rb
1585
+ - lib/cybersource_rest_client/models/vt_config_card_not_present_global_payment_information_payment_information.rb
1586
+ - lib/cybersource_rest_client/models/vt_config_card_not_present_receipt_information.rb
1587
+ - lib/cybersource_rest_client/models/vt_config_card_not_present_receipt_information_email_receipt.rb
1588
+ - lib/cybersource_rest_client/models/vt_config_card_not_present_receipt_information_header.rb
1589
+ - lib/cybersource_rest_client/models/vt_config_card_not_present_receipt_information_order_information.rb
1581
1590
  - lib/cybersource_rest_client/utilities/flex/token_verification.rb
1582
1591
  - lib/cybersource_rest_client/utilities/jwe_utility.rb
1583
1592
  - lib/cybersource_rest_client/utilities/tracking/sdk_tracker.rb