cybersource_rest_client 0.0.84 → 0.0.85

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (272) hide show
  1. checksums.yaml +4 -4
  2. data/lib/AuthenticationSDK/core/MerchantConfig.rb +11 -10
  3. data/lib/AuthenticationSDK/logging/sensitive_logging.rb +265 -93
  4. data/lib/AuthenticationSDK/util/AuthJWEUtility.rb +53 -3
  5. data/lib/AuthenticationSDK/util/Cache.rb +13 -8
  6. data/lib/AuthenticationSDK/util/Constants.rb +87 -32
  7. data/lib/AuthenticationSDK/util/MLEUtility.rb +42 -2
  8. data/lib/cybersource_rest_client/api/{instructions_api.rb → agent_capabilities_api.rb} +106 -25
  9. data/lib/cybersource_rest_client/api/billing_agreements_api.rb +6 -6
  10. data/lib/cybersource_rest_client/api/capture_api.rb +2 -2
  11. data/lib/cybersource_rest_client/api/credentials_api.rb +1 -1
  12. data/lib/cybersource_rest_client/api/credit_api.rb +2 -2
  13. data/lib/cybersource_rest_client/api/invoice_settings_api.rb +2 -2
  14. data/lib/cybersource_rest_client/api/invoices_api.rb +6 -6
  15. data/lib/cybersource_rest_client/api/merchant_boarding_api.rb +2 -2
  16. data/lib/cybersource_rest_client/api/orders_api.rb +4 -4
  17. data/lib/cybersource_rest_client/api/payment_links_api.rb +4 -4
  18. data/lib/cybersource_rest_client/api/payment_tokens_api.rb +2 -2
  19. data/lib/cybersource_rest_client/api/payments_api.rb +21 -21
  20. data/lib/cybersource_rest_client/api/refund_api.rb +4 -4
  21. data/lib/cybersource_rest_client/api/reversal_api.rb +4 -4
  22. data/lib/cybersource_rest_client/api/void_api.rb +10 -10
  23. data/lib/cybersource_rest_client/api_client.rb +31 -2
  24. data/lib/cybersource_rest_client/configuration.rb +2 -2
  25. data/lib/cybersource_rest_client/models/{commerce_solutions_products_account_updater_configuration_information_configurations.rb → account_updater_configurations.rb} +4 -4
  26. data/lib/cybersource_rest_client/models/{commerce_solutions_products_account_updater_configuration_information_configurations_amex.rb → account_updater_configurations_amex.rb} +1 -1
  27. data/lib/cybersource_rest_client/models/{commerce_solutions_products_account_updater_configuration_information_configurations_master_card.rb → account_updater_configurations_master_card.rb} +1 -1
  28. data/lib/cybersource_rest_client/models/{commerce_solutions_products_account_updater_configuration_information_configurations_visa.rb → account_updater_configurations_visa.rb} +1 -1
  29. data/lib/cybersource_rest_client/models/{ptsv1pullfundstransfer_processing_information_funding_options.rb → aft_funding_options.rb} +2 -2
  30. data/lib/cybersource_rest_client/models/{ptsv1pullfundstransfer_processing_information_funding_options_initiator.rb → aft_funding_options_initiator.rb} +2 -2
  31. data/lib/cybersource_rest_client/models/{ptsv1pullfundstransfer_processing_info_funding_options_initiator_origin_ini_transaction.rb → aft_funding_options_initiator_originator_initiated_transaction.rb} +1 -1
  32. data/lib/cybersource_rest_client/models/agentic_cancel_purchase_intent_request.rb +3 -3
  33. data/lib/cybersource_rest_client/models/agentic_card_enrollment_request.rb +8 -8
  34. data/lib/cybersource_rest_client/models/agentic_confirm_transaction_events_request.rb +2 -2
  35. data/lib/cybersource_rest_client/models/agentic_create_purchase_intent_request.rb +5 -5
  36. data/lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_request.rb +2 -2
  37. data/lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_response200.rb +1 -1
  38. data/lib/cybersource_rest_client/models/agentic_update_purchase_intent_request.rb +5 -5
  39. data/lib/cybersource_rest_client/models/{payments_products_alternative_payment_methods_configuration_information_configurations_processors.rb → alternative_payments_processor_configuration.rb} +1 -1
  40. data/lib/cybersource_rest_client/models/bin_lookup403_response.rb +223 -0
  41. data/lib/cybersource_rest_client/models/bin_lookupv400_response.rb +235 -0
  42. data/lib/cybersource_rest_client/models/{card_processing_config_common_acquirer_agreement_acquirer_code.rb → boarding_acquirer_details.rb} +2 -2
  43. data/lib/cybersource_rest_client/models/{card_processing_config_common_acquirer_agreement_acquirer_code_payment_options.rb → boarding_acquirer_details_payment_options.rb} +1 -1
  44. data/lib/cybersource_rest_client/models/{boardingv1registrations_organization_information_business_information.rb → boarding_business_information.rb} +6 -6
  45. data/lib/cybersource_rest_client/models/{boardingv1registrations_organization_information_business_information_address.rb → boarding_business_information_address.rb} +1 -1
  46. data/lib/cybersource_rest_client/models/{boardingv1registrations_organization_information_business_information_business_contact.rb → boarding_business_information_business_contact.rb} +1 -1
  47. data/lib/cybersource_rest_client/models/{boardingv1registrations_organization_information_business_information_localized_names.rb → boarding_business_information_localized_names.rb} +1 -1
  48. data/lib/cybersource_rest_client/models/{payments_products_payouts_configuration_information_configurations.rb → boarding_payouts_configurations.rb} +2 -2
  49. data/lib/cybersource_rest_client/models/{payments_products_payouts_configuration_information_configurations_common.rb → boarding_payouts_configurations_common.rb} +2 -2
  50. data/lib/cybersource_rest_client/models/{payments_products_payouts_configuration_information_configurations_common_aggregator.rb → boarding_payouts_configurations_common_aggregator.rb} +1 -1
  51. data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information.rb +1 -1
  52. data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_owners.rb +1 -1
  53. data/lib/cybersource_rest_client/models/card_processing_config_common_acquirer_agreement.rb +1 -1
  54. data/lib/cybersource_rest_client/models/commerce_solutions_products_account_updater_configuration_information.rb +1 -1
  55. data/lib/cybersource_rest_client/models/create_subscription_response.rb +1 -1
  56. data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument.rb → default_payment_instrument.rb} +9 -9
  57. data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument__embedded.rb → default_payment_instrument__embedded.rb} +1 -1
  58. data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument__links.rb → default_payment_instrument__links.rb} +2 -2
  59. data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument__links_self.rb → default_payment_instrument__links_self.rb} +1 -1
  60. data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_bank_account.rb → default_payment_instrument_bank_account.rb} +1 -1
  61. data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_bill_to.rb → default_payment_instrument_bill_to.rb} +1 -1
  62. data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_buyer_information.rb → default_payment_instrument_buyer_information.rb} +2 -2
  63. data/lib/cybersource_rest_client/models/{tmsv2tokenize_default_payment_instrument_buyer_info_issued_by.rb → default_payment_instrument_buyer_information_issued_by.rb} +1 -1
  64. data/lib/cybersource_rest_client/models/{tmsv2tokenize_default_payment_instrument_buyer_info_personal_identification.rb → default_payment_instrument_buyer_information_personal_identification.rb} +2 -2
  65. data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_card.rb → default_payment_instrument_card.rb} +2 -2
  66. data/lib/cybersource_rest_client/models/{tmsv2tokenize_default_payment_instrument_card_tokenized_info.rb → default_payment_instrument_card_tokenized_information.rb} +1 -1
  67. data/lib/cybersource_rest_client/models/{tmsv2tokenize_default_payment_instrument_instrument_identifier.rb → default_payment_instrument_instrument_identifier.rb} +1 -1
  68. data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_metadata.rb → default_payment_instrument_metadata.rb} +1 -1
  69. data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address.rb → default_shipping_address.rb} +4 -4
  70. data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address__links.rb → default_shipping_address__links.rb} +3 -3
  71. data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address__links_customer.rb → default_shipping_address__links_customer.rb} +1 -1
  72. data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address__links_self.rb → default_shipping_address__links_self.rb} +1 -1
  73. data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address_metadata.rb → default_shipping_address_metadata.rb} +1 -1
  74. data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address_ship_to.rb → default_shipping_address_ship_to.rb} +1 -1
  75. data/lib/cybersource_rest_client/models/{pts_v2_payments_post201_response_watchlist_screening_information_watch_list.rb → export_compliance_watch_list.rb} +2 -2
  76. data/lib/cybersource_rest_client/models/{pts_v2_payments_post201_response_watchlist_screening_information_watch_list_matches.rb → export_compliance_watch_list_matches.rb} +1 -1
  77. data/lib/cybersource_rest_client/models/{get_subscription_response_1_payment_instrument_buyer_information.rb → follow_on_transaction_buyer_information.rb} +2 -2
  78. data/lib/cybersource_rest_client/models/generate_unified_checkout_v1_capture_context_request.rb +2 -2
  79. data/lib/cybersource_rest_client/models/get_subscription_response_1_payment_instrument.rb +2 -2
  80. data/lib/cybersource_rest_client/models/get_subscription_response_1_shipping_address.rb +1 -1
  81. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_amount_detail.rb → icc_amount_detail.rb} +1 -1
  82. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_items.rb → icc_line_item.rb} +4 -4
  83. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_items_additional_info.rb → icc_line_item_additional_info.rb} +1 -1
  84. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_items_policies.rb → icc_line_item_policies.rb} +1 -1
  85. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_merchant_information_merchant_descriptor.rb → icc_merchant_descriptor.rb} +1 -1
  86. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_processor_information_payment_instrument.rb → icc_payment_instrument.rb} +2 -2
  87. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconf_processor_info_payment_instrument_verifi_results.rb → icc_payment_instrument_verification_results.rb} +1 -1
  88. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_order_information_shipping_details.rb → icc_shipping_details.rb} +1 -1
  89. data/lib/cybersource_rest_client/models/{agentic_retrieve_payment_credentials_response200_transaction_response_with_pending_events.rb → icc_transaction_response_pending_events.rb} +1 -1
  90. data/lib/cybersource_rest_client/models/{acpv1instructions_decline_threshold.rb → iccv1instructions_decline_threshold.rb} +1 -1
  91. data/lib/cybersource_rest_client/models/{acpv1instructions_mandates.rb → iccv1instructions_mandates.rb} +3 -3
  92. data/lib/cybersource_rest_client/models/{acpv1instructions_recurring_payment_information.rb → iccv1instructions_recurring_payment_information.rb} +1 -1
  93. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_confirmation_data.rb → iccv1instructionsinstruction_idconfirmations_confirmation_data.rb} +5 -5
  94. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_merchant_information.rb → iccv1instructionsinstruction_idconfirmations_merchant_information.rb} +1 -1
  95. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_order_information.rb → iccv1instructionsinstruction_idconfirmations_order_information.rb} +5 -5
  96. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_processor_information.rb → iccv1instructionsinstruction_idconfirmations_processor_information.rb} +3 -3
  97. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_attachments.rb → iccv1instructionsinstruction_idcredentials_attachments.rb} +1 -1
  98. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_client_reference_information.rb → iccv1instructionsinstruction_idcredentials_client_reference_information.rb} +1 -1
  99. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_mandate_reference_data.rb → iccv1instructionsinstruction_idcredentials_mandate_reference_data.rb} +1 -1
  100. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_merchant_information.rb → iccv1instructionsinstruction_idcredentials_merchant_information.rb} +2 -2
  101. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information.rb → iccv1instructionsinstruction_idcredentials_order_information.rb} +4 -4
  102. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_line_items.rb → iccv1instructionsinstruction_idcredentials_order_information_line_items.rb} +2 -2
  103. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_ship_to.rb → iccv1instructionsinstruction_idcredentials_order_information_ship_to.rb} +1 -1
  104. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_payment_options.rb → iccv1instructionsinstruction_idcredentials_payment_options.rb} +1 -1
  105. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_transaction_data.rb → iccv1instructionsinstruction_idcredentials_transaction_data.rb} +7 -7
  106. data/lib/cybersource_rest_client/models/{acpv1mppcredentials_challenge.rb → iccv1mppcredentials_challenge.rb} +2 -2
  107. data/lib/cybersource_rest_client/models/{acpv1mppcredentials_challenge_encryption_jwk.rb → iccv1mppcredentials_challenge_encryption_jwk.rb} +1 -1
  108. data/lib/cybersource_rest_client/models/{acpv1tokens_assurance_data.rb → iccv1tokens_assurance_data.rb} +3 -3
  109. data/lib/cybersource_rest_client/models/{acpv1tokens_authenticated_identities.rb → iccv1tokens_authenticated_identities.rb} +1 -1
  110. data/lib/cybersource_rest_client/models/{acpv1tokens_authentication_context.rb → iccv1tokens_authentication_context.rb} +1 -1
  111. data/lib/cybersource_rest_client/models/{acpv1tokens_bill_to.rb → iccv1tokens_bill_to.rb} +1 -1
  112. data/lib/cybersource_rest_client/models/{acpv1tokens_buyer_information.rb → iccv1tokens_buyer_information.rb} +2 -2
  113. data/lib/cybersource_rest_client/models/{acpv1tokens_buyer_information_personal_identification.rb → iccv1tokens_buyer_information_personal_identification.rb} +9 -9
  114. data/lib/cybersource_rest_client/models/{acpv1tokens_consent_data.rb → iccv1tokens_consent_data.rb} +1 -1
  115. data/lib/cybersource_rest_client/models/{acpv1tokens_consumer_identity.rb → iccv1tokens_consumer_identity.rb} +1 -1
  116. data/lib/cybersource_rest_client/models/{acpv1tokens_device_information.rb → iccv1tokens_device_information.rb} +2 -2
  117. data/lib/cybersource_rest_client/models/{acpv1tokens_device_information_device_data.rb → iccv1tokens_device_information_device_data.rb} +1 -1
  118. data/lib/cybersource_rest_client/models/{acpv1tokens_enrollment_reference_data.rb → iccv1tokens_enrollment_reference_data.rb} +1 -1
  119. data/lib/cybersource_rest_client/models/{acpv1tokens_payment_information.rb → iccv1tokens_payment_information.rb} +4 -4
  120. data/lib/cybersource_rest_client/models/{acpv1tokens_payment_information_customer.rb → iccv1tokens_payment_information_customer.rb} +1 -1
  121. data/lib/cybersource_rest_client/models/{acpv1tokens_payment_information_instrument_identifier.rb → iccv1tokens_payment_information_instrument_identifier.rb} +1 -1
  122. data/lib/cybersource_rest_client/models/{acpv1tokens_payment_information_payment_instrument.rb → iccv1tokens_payment_information_payment_instrument.rb} +1 -1
  123. data/lib/cybersource_rest_client/models/inline_response_201_4_setups.rb +1 -1
  124. data/lib/cybersource_rest_client/models/inline_response_201_4_setups_commerce_solutions.rb +4 -4
  125. data/lib/cybersource_rest_client/models/inline_response_201_4_setups_risk.rb +3 -3
  126. data/lib/cybersource_rest_client/models/inline_response_201_4_setups_value_added_services.rb +5 -5
  127. data/lib/cybersource_rest_client/models/inline_response_400_11.rb +42 -35
  128. data/lib/cybersource_rest_client/models/inline_response_400_12.rb +16 -62
  129. data/lib/cybersource_rest_client/models/{inline_response_400_11_details.rb → inline_response_400_12_details.rb} +1 -1
  130. data/lib/cybersource_rest_client/models/inline_response_400_13.rb +281 -0
  131. data/lib/cybersource_rest_client/models/inline_response_502.rb +9 -53
  132. data/lib/cybersource_rest_client/models/inline_response_502_1.rb +24 -12
  133. data/lib/cybersource_rest_client/models/inline_response_502_2.rb +19 -47
  134. data/lib/cybersource_rest_client/models/inline_response_502_3.rb +251 -0
  135. data/lib/cybersource_rest_client/models/{payments_products_microform_configuration_information_configurations_features.rb → microform_config_features.rb} +2 -2
  136. data/lib/cybersource_rest_client/models/{payments_products_microform_configuration_information_configurations_features_gateway_agnostic.rb → microform_config_features_gateway_agnostic.rb} +1 -1
  137. data/lib/cybersource_rest_client/models/mpp_credentials_request.rb +1 -1
  138. data/lib/cybersource_rest_client/models/patch_customer_payment_instrument_request.rb +7 -7
  139. data/lib/cybersource_rest_client/models/patch_customer_shipping_address_request.rb +3 -3
  140. data/lib/cybersource_rest_client/models/patch_instrument_identifier_request.rb +1 -1
  141. data/lib/cybersource_rest_client/models/patch_payment_instrument_request.rb +7 -7
  142. data/lib/cybersource_rest_client/models/{payment_instrument_list__embedded_payment_instruments.rb → payment_instrument.rb} +8 -8
  143. data/lib/cybersource_rest_client/models/payment_instrument_list__embedded.rb +1 -1
  144. data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments.rb → payments_configuration_setup.rb} +23 -23
  145. data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_alternative_payment_methods.rb → payments_configuration_setup_alternative_payment_methods.rb} +3 -3
  146. data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_alternative_payment_methods_configuration_status.rb → payments_configuration_setup_alternative_payment_methods_configuration_status.rb} +1 -1
  147. data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_card_processing.rb → payments_configuration_setup_card_processing.rb} +3 -3
  148. data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_card_processing_configuration_status.rb → payments_configuration_setup_card_processing_configuration_status.rb} +1 -1
  149. data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_card_processing_subscription_status.rb → payments_configuration_setup_card_processing_subscription_status.rb} +1 -1
  150. data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_digital_payments.rb → payments_configuration_setup_digital_payments.rb} +2 -2
  151. data/lib/cybersource_rest_client/models/payments_products_alternative_payment_methods_configuration_information_configurations.rb +1 -1
  152. data/lib/cybersource_rest_client/models/payments_products_microform_configuration_information_configurations.rb +1 -1
  153. data/lib/cybersource_rest_client/models/payments_products_payouts_configuration_information.rb +1 -1
  154. data/lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information.rb +1 -1
  155. data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information.rb +1 -1
  156. data/lib/cybersource_rest_client/models/post_customer_payment_instrument_request.rb +7 -7
  157. data/lib/cybersource_rest_client/models/post_customer_shipping_address_request.rb +3 -3
  158. data/lib/cybersource_rest_client/models/post_instrument_identifier_enrollment_request.rb +1 -1
  159. data/lib/cybersource_rest_client/models/post_instrument_identifier_request.rb +1 -1
  160. data/lib/cybersource_rest_client/models/post_issuer_life_cycle_simulation_request.rb +1 -1
  161. data/lib/cybersource_rest_client/models/post_payment_credentials_request.rb +1 -1
  162. data/lib/cybersource_rest_client/models/post_payment_credentials_request_1.rb +1 -1
  163. data/lib/cybersource_rest_client/models/post_payment_instrument_request.rb +7 -7
  164. data/lib/cybersource_rest_client/models/{ptsv2payments_processing_information_authorization_options.rb → processing_info_authorization_options.rb} +2 -2
  165. data/lib/cybersource_rest_client/models/{ptsv2payments_processing_information_authorization_options_initiator.rb → processing_info_authorization_options_initiator.rb} +2 -2
  166. data/lib/cybersource_rest_client/models/{ptsv2payments_merchant_initiated_transaction.rb → processing_info_authorization_options_initiator_merchant_initiated_transaction.rb} +4 -4
  167. data/lib/cybersource_rest_client/models/{pts_v2_payments_post201_response_processor_information_seller_protection.rb → processor_information_seller_protection.rb} +1 -1
  168. data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response.rb +1 -1
  169. data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_processor_information.rb +1 -1
  170. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_processor_information.rb +1 -1
  171. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information.rb +1 -1
  172. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_watchlist_screening_information.rb +1 -1
  173. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_issuer_information.rb +166 -1
  174. data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information.rb +1 -1
  175. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information.rb +1 -1
  176. data/lib/cybersource_rest_client/models/ptsv2credits_processing_information.rb +1 -1
  177. data/lib/cybersource_rest_client/models/ptsv2credits_processing_information_refund_options.rb +22 -5
  178. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information.rb +2 -2
  179. data/lib/cybersource_rest_client/models/ptsv2payments_processor_information.rb +22 -5
  180. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processing_information.rb +1 -1
  181. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_processing_information.rb +1 -1
  182. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_processing_information_refund_options.rb +22 -5
  183. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_processing_information.rb +1 -1
  184. data/lib/cybersource_rest_client/models/push_funds201_response.rb +11 -1
  185. data/lib/cybersource_rest_client/models/push_funds201_response_issuer_information.rb +344 -0
  186. data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_recipient_information_payment_information.rb → push_funds_transfer_payment_information.rb} +2 -2
  187. data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_recipient_information_payment_information_card.rb → push_funds_transfer_payment_information_card.rb} +4 -4
  188. data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_recipient_information_payment_information_card_customer.rb → push_funds_transfer_payment_information_card_customer.rb} +1 -1
  189. data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_recipient_information_payment_information_card_instrument_identifier.rb → push_funds_transfer_payment_information_card_instrument_identifier.rb} +1 -1
  190. data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_recipient_information_payment_information_card_payment_instrument.rb → push_funds_transfer_payment_information_card_payment_instrument.rb} +1 -1
  191. data/lib/cybersource_rest_client/models/{rbsv1subscriptions_processing_information_authorization_options.rb → rbs_authorization_options.rb} +2 -2
  192. data/lib/cybersource_rest_client/models/{rbsv1subscriptions_processing_information_authorization_options_initiator.rb → rbs_authorization_options_initiator.rb} +1 -1
  193. data/lib/cybersource_rest_client/models/rbsv1subscriptions_processing_information.rb +1 -1
  194. data/lib/cybersource_rest_client/models/{reporting_v3_report_definitions_name_get200_response_default_settings.rb → report_definition_default_settings.rb} +1 -1
  195. data/lib/cybersource_rest_client/models/reporting_v3_report_definitions_get200_response_report_definitions.rb +1 -1
  196. data/lib/cybersource_rest_client/models/reporting_v3_report_definitions_name_get200_response.rb +1 -1
  197. data/lib/cybersource_rest_client/models/{risk_v1_address_verifications_post201_response_address_verification_information.rb → risk_address_verification_information.rb} +3 -3
  198. data/lib/cybersource_rest_client/models/{risk_v1_address_verifications_post201_response_address_verification_information_bar_code.rb → risk_address_verification_information_bar_code.rb} +1 -1
  199. data/lib/cybersource_rest_client/models/{risk_v1_address_verifications_post201_response_address_verification_information_standard_address.rb → risk_address_verification_information_standard_address.rb} +2 -2
  200. data/lib/cybersource_rest_client/models/{risk_v1_address_verifications_post201_response_address1.rb → risk_address_verification_information_standard_address_address1.rb} +1 -1
  201. data/lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response.rb +1 -1
  202. data/lib/cybersource_rest_client/models/shipping_address_list_for_customer__embedded.rb +1 -1
  203. data/lib/cybersource_rest_client/models/tms_embedded_instrument_identifier.rb +1 -1
  204. data/lib/cybersource_rest_client/models/{tmsv2tokenizedcardstokenized_card_idissuerlifecycleeventsimulations_metadata.rb → tms_issuer_life_cycle_event_simulation_metadata.rb} +2 -2
  205. data/lib/cybersource_rest_client/models/{tmsv2tokenizedcardstokenized_card_idissuerlifecycleeventsimulations_metadata_card_art.rb → tms_issuer_life_cycle_event_simulation_metadata_card_art.rb} +2 -2
  206. data/lib/cybersource_rest_client/models/{tms_issuerlifecycleeventsimulations_metadata_card_art_combined_asset.rb → tms_issuer_life_cycle_event_simulation_metadata_card_art_combined_asset.rb} +1 -1
  207. data/lib/cybersource_rest_client/models/{tms_embedded_instrument_identifier_point_of_sale_information.rb → tms_point_of_sale_information.rb} +2 -2
  208. data/lib/cybersource_rest_client/models/{tms_embedded_instrument_identifier_point_of_sale_information_emv_tags.rb → tms_point_of_sale_information_emv_tags.rb} +1 -1
  209. data/lib/cybersource_rest_client/models/tmsv2customers__embedded.rb +1 -1
  210. data/lib/cybersource_rest_client/models/tmsv2tokenize_token_information.rb +2 -2
  211. data/lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded.rb +2 -2
  212. data/lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_authenticated_identities.rb +19 -8
  213. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_configuration_information_configurations.rb → uc_configurations.rb} +2 -2
  214. data/lib/cybersource_rest_client/models/uc_configurations_features.rb +209 -0
  215. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_configuration_information_configurations_features.rb → uc_configurations_features_click_to_pay.rb} +9 -9
  216. data/lib/cybersource_rest_client/models/uc_configurations_features_click_to_pay_enrollment_data.rb +223 -0
  217. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_configuration_information_configurations_features_paze.rb → uc_configurations_features_paze.rb} +2 -2
  218. data/lib/cybersource_rest_client/models/uc_configurations_features_portfolio_accessto_sensitive_data.rb +190 -0
  219. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features.rb → uc_feature_subscription.rb} +22 -22
  220. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_after_pay.rb → uc_feature_subscription_after_pay.rb} +1 -1
  221. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_apple_pay.rb → uc_feature_subscription_apple_pay.rb} +1 -1
  222. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_bancontact.rb → uc_feature_subscription_bancontact.rb} +1 -1
  223. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_click_to_pay.rb → uc_feature_subscription_click_to_pay.rb} +1 -1
  224. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_decision_manager.rb → uc_feature_subscription_decision_manager.rb} +1 -1
  225. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_dragon_pay.rb → uc_feature_subscription_dragon_pay.rb} +1 -1
  226. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_e_check.rb → uc_feature_subscription_e_check.rb} +1 -1
  227. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_google_pay.rb → uc_feature_subscription_google_pay.rb} +1 -1
  228. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_ideal.rb → uc_feature_subscription_ideal.rb} +1 -1
  229. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_konbini.rb → uc_feature_subscription_konbini.rb} +1 -1
  230. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_multibanco.rb → uc_feature_subscription_multibanco.rb} +1 -1
  231. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_my_bank.rb → uc_feature_subscription_my_bank.rb} +1 -1
  232. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_p24.rb → uc_feature_subscription_p24.rb} +1 -1
  233. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_pay_pal.rb → uc_feature_subscription_pay_pal.rb} +1 -1
  234. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_payer_authentication.rb → uc_feature_subscription_payer_authentication.rb} +1 -1
  235. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_paze_for_unified_checkout.rb → uc_feature_subscription_paze_for_unified_checkout.rb} +1 -1
  236. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_info_features_portfolio_accessof_sensi_data.rb → uc_feature_subscription_portfolio_accessof_sensitive_data.rb} +1 -1
  237. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_tink_pay_by_bank.rb → uc_feature_subscription_tink_pay_by_bank.rb} +1 -1
  238. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_token_management.rb → uc_feature_subscription_token_management.rb} +1 -1
  239. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_unified_click_to_pay_sdk.rb → uc_feature_subscription_unified_click_to_pay_sdk.rb} +1 -1
  240. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_venmo.rb → uc_feature_subscription_venmo.rb} +1 -1
  241. data/lib/cybersource_rest_client/models/ucv1sessions_complete_mandate.rb +1 -1
  242. data/lib/cybersource_rest_client/models/ucv1sessions_data.rb +1 -1
  243. data/lib/cybersource_rest_client/models/ucv1sessions_data_client_reference_information.rb +227 -0
  244. data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information.rb +1 -1
  245. data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_line_items.rb +2 -2
  246. data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_ship_to.rb +388 -0
  247. data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_authorization_options_initiator.rb +1 -1
  248. data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations.rb +11 -1
  249. data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_googlepay.rb +1 -1
  250. data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_paypal.rb +211 -0
  251. data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_paypal_tokenized_payment_method.rb +213 -0
  252. data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_tms_token.rb +1 -1
  253. data/lib/cybersource_rest_client/models/{underwriting_configuration_organization_information_business_information_business_details.rb → underwriting_configuration_business_details.rb} +2 -2
  254. data/lib/cybersource_rest_client/models/underwriting_configuration_business_details_product_services_subscription.rb +1 -1
  255. data/lib/cybersource_rest_client/models/underwriting_configuration_organization_information_business_information.rb +1 -1
  256. data/lib/cybersource_rest_client/models/{upv1capturecontexts_data_processing_info_mit.rb → unified_checkout_merchant_initiated_transaction.rb} +1 -1
  257. data/lib/cybersource_rest_client/models/upv1capturecontexts_data_order_information.rb +4 -2
  258. data/lib/cybersource_rest_client/models/upv1capturecontexts_data_order_information_line_items.rb +2 -2
  259. data/lib/cybersource_rest_client/models/{upv1capturecontexts_data_order_information_line_items_passenger.rb → upv1capturecontexts_data_order_information_passenger.rb} +1 -1
  260. data/lib/cybersource_rest_client/models/{upv1capturecontexts_data_order_information_line_items_tax_details.rb → upv1capturecontexts_data_order_information_tax_details.rb} +1 -1
  261. data/lib/cybersource_rest_client/models/upv1capturecontexts_data_processing_information_authorization_options_initiator.rb +1 -1
  262. data/lib/cybersource_rest_client/models/{vt_config_card_not_present_global_payment_information.rb → virtual_terminal_global_payment_settings.rb} +4 -4
  263. data/lib/cybersource_rest_client/models/{vt_config_card_not_present_global_payment_information_basic_information.rb → virtual_terminal_global_payment_settings_basic_information.rb} +1 -1
  264. data/lib/cybersource_rest_client/models/{vt_config_card_not_present_global_payment_information_merchant_defined_data_fields.rb → virtual_terminal_global_payment_settings_merchant_defined_data_fields.rb} +1 -1
  265. data/lib/cybersource_rest_client/models/{vt_config_card_not_present_global_payment_information_payment_information.rb → virtual_terminal_global_payment_settings_payment_information.rb} +1 -1
  266. data/lib/cybersource_rest_client/models/vt_config_card_not_present.rb +1 -1
  267. data/lib/cybersource_rest_client.rb +160 -152
  268. metadata +161 -153
  269. data/lib/cybersource_rest_client/api/enrollment_api.rb +0 -104
  270. data/lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_merchant_information.rb +0 -189
  271. data/lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_merchant_information_merchant_descriptor.rb +0 -201
  272. data/lib/cybersource_rest_client/utilities/flex/token_verification.rb +0 -42
@@ -70,7 +70,7 @@ module CyberSource
70
70
  post_body = @api_client.object_to_http_body(create_invoice_request)
71
71
  sdk_tracker = SdkTracker.new
72
72
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'CreateInvoiceRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
73
- inbound_mle_status = "false"
73
+ inbound_mle_status = "optional"
74
74
  if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["create_invoice","create_invoice_with_http_info"])
75
75
  begin
76
76
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
@@ -164,7 +164,7 @@ module CyberSource
164
164
  else
165
165
  post_body = nil
166
166
  end
167
- inbound_mle_status = "false"
167
+ inbound_mle_status = "optional"
168
168
  if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_all_invoices","get_all_invoices_with_http_info"])
169
169
  begin
170
170
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
@@ -247,7 +247,7 @@ module CyberSource
247
247
  else
248
248
  post_body = nil
249
249
  end
250
- inbound_mle_status = "false"
250
+ inbound_mle_status = "optional"
251
251
  if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_invoice","get_invoice_with_http_info"])
252
252
  begin
253
253
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
@@ -330,7 +330,7 @@ module CyberSource
330
330
  else
331
331
  post_body = nil
332
332
  end
333
- inbound_mle_status = "false"
333
+ inbound_mle_status = "optional"
334
334
  if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["perform_cancel_action","perform_cancel_action_with_http_info"])
335
335
  begin
336
336
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
@@ -496,7 +496,7 @@ module CyberSource
496
496
  else
497
497
  post_body = nil
498
498
  end
499
- inbound_mle_status = "false"
499
+ inbound_mle_status = "optional"
500
500
  if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["perform_send_action","perform_send_action_with_http_info"])
501
501
  begin
502
502
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
@@ -583,7 +583,7 @@ module CyberSource
583
583
  post_body = @api_client.object_to_http_body(update_invoice_request)
584
584
  sdk_tracker = SdkTracker.new
585
585
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'UpdateInvoiceRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
586
- inbound_mle_status = "false"
586
+ inbound_mle_status = "optional"
587
587
  if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["update_invoice","update_invoice_with_http_info"])
588
588
  begin
589
589
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
@@ -72,7 +72,7 @@ module CyberSource
72
72
  else
73
73
  post_body = nil
74
74
  end
75
- inbound_mle_status = "false"
75
+ inbound_mle_status = "mandatory"
76
76
  if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_registration","get_registration_with_http_info"])
77
77
  begin
78
78
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
@@ -156,7 +156,7 @@ module CyberSource
156
156
  post_body = @api_client.object_to_http_body(post_registration_body)
157
157
  sdk_tracker = SdkTracker.new
158
158
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'PostRegistrationBody', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
159
- inbound_mle_status = "false"
159
+ inbound_mle_status = "mandatory"
160
160
  if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["post_registration","post_registration_with_http_info"])
161
161
  begin
162
162
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
@@ -59,9 +59,9 @@ module CyberSource
59
59
  # header parameters
60
60
  header_params = {}
61
61
  # HTTP header 'Accept' (if needed)
62
- header_params['Accept'] = @api_client.select_header_accept(['application/hal+json;charset=utf-8'])
62
+ header_params['Accept'] = @api_client.select_header_accept(['application/hal+json'])
63
63
  # HTTP header 'Content-Type'
64
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
64
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/json; charset=utf-8'])
65
65
 
66
66
  # form parameters
67
67
  form_params = {}
@@ -146,9 +146,9 @@ module CyberSource
146
146
  # header parameters
147
147
  header_params = {}
148
148
  # HTTP header 'Accept' (if needed)
149
- header_params['Accept'] = @api_client.select_header_accept(['application/hal+json;charset=utf-8'])
149
+ header_params['Accept'] = @api_client.select_header_accept(['application/hal+json'])
150
150
  # HTTP header 'Content-Type'
151
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
151
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/json; charset=utf-8'])
152
152
 
153
153
  # form parameters
154
154
  form_params = {}
@@ -70,7 +70,7 @@ module CyberSource
70
70
  post_body = @api_client.object_to_http_body(create_payment_link_request)
71
71
  sdk_tracker = SdkTracker.new
72
72
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'CreatePaymentLinkRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
73
- inbound_mle_status = "false"
73
+ inbound_mle_status = "optional"
74
74
  if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["create_payment_link","create_payment_link_with_http_info"])
75
75
  begin
76
76
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
@@ -164,7 +164,7 @@ module CyberSource
164
164
  else
165
165
  post_body = nil
166
166
  end
167
- inbound_mle_status = "false"
167
+ inbound_mle_status = "optional"
168
168
  if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_all_payment_links","get_all_payment_links_with_http_info"])
169
169
  begin
170
170
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
@@ -247,7 +247,7 @@ module CyberSource
247
247
  else
248
248
  post_body = nil
249
249
  end
250
- inbound_mle_status = "false"
250
+ inbound_mle_status = "optional"
251
251
  if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_payment_link","get_payment_link_with_http_info"])
252
252
  begin
253
253
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
@@ -334,7 +334,7 @@ module CyberSource
334
334
  post_body = @api_client.object_to_http_body(update_payment_link_request)
335
335
  sdk_tracker = SdkTracker.new
336
336
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'UpdatePaymentLinkRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
337
- inbound_mle_status = "false"
337
+ inbound_mle_status = "optional"
338
338
  if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["update_payment_link","update_payment_link_with_http_info"])
339
339
  begin
340
340
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
@@ -59,9 +59,9 @@ module CyberSource
59
59
  # header parameters
60
60
  header_params = {}
61
61
  # HTTP header 'Accept' (if needed)
62
- header_params['Accept'] = @api_client.select_header_accept(['application/hal+json;charset=utf-8'])
62
+ header_params['Accept'] = @api_client.select_header_accept(['application/hal+json'])
63
63
  # HTTP header 'Content-Type'
64
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
64
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/json; charset=utf-8'])
65
65
 
66
66
  # form parameters
67
67
  form_params = {}
@@ -65,9 +65,9 @@ module CyberSource
65
65
  # header parameters
66
66
  header_params = {}
67
67
  # HTTP header 'Accept' (if needed)
68
- header_params['Accept'] = @api_client.select_header_accept(['application/hal+json;charset=utf-8'])
68
+ header_params['Accept'] = @api_client.select_header_accept(['application/hal+json'])
69
69
  # HTTP header 'Content-Type'
70
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
70
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/json; charset=utf-8'])
71
71
 
72
72
  # form parameters
73
73
  form_params = {}
@@ -146,9 +146,9 @@ module CyberSource
146
146
  # header parameters
147
147
  header_params = {}
148
148
  # HTTP header 'Accept' (if needed)
149
- header_params['Accept'] = @api_client.select_header_accept(['application/hal+json;charset=utf-8'])
149
+ header_params['Accept'] = @api_client.select_header_accept(['application/hal+json'])
150
150
  # HTTP header 'Content-Type'
151
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
151
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/json; charset=utf-8'])
152
152
 
153
153
  # form parameters
154
154
  form_params = {}
@@ -227,9 +227,9 @@ module CyberSource
227
227
  # header parameters
228
228
  header_params = {}
229
229
  # HTTP header 'Accept' (if needed)
230
- header_params['Accept'] = @api_client.select_header_accept(['application/hal+json;charset=utf-8'])
230
+ header_params['Accept'] = @api_client.select_header_accept(['application/hal+json'])
231
231
  # HTTP header 'Content-Type'
232
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
232
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/json; charset=utf-8'])
233
233
 
234
234
  # form parameters
235
235
  form_params = {}
@@ -314,9 +314,9 @@ module CyberSource
314
314
  # header parameters
315
315
  header_params = {}
316
316
  # HTTP header 'Accept' (if needed)
317
- header_params['Accept'] = @api_client.select_header_accept(['application/hal+json;charset=utf-8'])
317
+ header_params['Accept'] = @api_client.select_header_accept(['application/hal+json'])
318
318
  # HTTP header 'Content-Type'
319
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
319
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/json; charset=utf-8'])
320
320
 
321
321
  # form parameters
322
322
  form_params = {}
@@ -401,9 +401,9 @@ module CyberSource
401
401
  # header parameters
402
402
  header_params = {}
403
403
  # HTTP header 'Accept' (if needed)
404
- header_params['Accept'] = @api_client.select_header_accept(['application/hal+json;charset=utf-8'])
404
+ header_params['Accept'] = @api_client.select_header_accept(['application/hal+json'])
405
405
  # HTTP header 'Content-Type'
406
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
406
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/json; charset=utf-8'])
407
407
 
408
408
  # form parameters
409
409
  form_params = {}
@@ -450,8 +450,8 @@ module CyberSource
450
450
  # @param [Hash] opts the optional parameters
451
451
  # @return [PtsV2PaymentsPost201Response2]
452
452
  #
453
- def update_session_req(create_session_request, id, opts = {})
454
- data, status_code, headers = update_session_req_with_http_info(create_session_request, id, opts)
453
+ def update_session_request(create_session_request, id, opts = {})
454
+ data, status_code, headers = update_session_request_with_http_info(create_session_request, id, opts)
455
455
  return data, status_code, headers
456
456
  end
457
457
 
@@ -461,23 +461,23 @@ module CyberSource
461
461
  # @param id The payment ID. This ID is returned from a previous payment request.
462
462
  # @param [Hash] opts the optional parameters
463
463
  # @return [Array<(PtsV2PaymentsPost201Response2, Fixnum, Hash)>] PtsV2PaymentsPost201Response2 data, response status code and response headers
464
- def update_session_req_with_http_info(create_session_request, id, opts = {})
464
+ def update_session_request_with_http_info(create_session_request, id, opts = {})
465
465
 
466
466
  if @api_client.config.debugging
467
467
  begin
468
468
  raise
469
- @api_client.config.logger.debug 'Calling API: PaymentsApi.update_session_req ...'
469
+ @api_client.config.logger.debug 'Calling API: PaymentsApi.update_session_request ...'
470
470
  rescue
471
471
  puts 'Cannot write to log'
472
472
  end
473
473
  end
474
474
  # verify the required parameter 'create_session_request' is set
475
475
  if @api_client.config.client_side_validation && create_session_request.nil?
476
- fail ArgumentError, "Missing the required parameter 'create_session_request' when calling PaymentsApi.update_session_req"
476
+ fail ArgumentError, "Missing the required parameter 'create_session_request' when calling PaymentsApi.update_session_request"
477
477
  end
478
478
  # verify the required parameter 'id' is set
479
479
  if @api_client.config.client_side_validation && id.nil?
480
- fail ArgumentError, "Missing the required parameter 'id' when calling PaymentsApi.update_session_req"
480
+ fail ArgumentError, "Missing the required parameter 'id' when calling PaymentsApi.update_session_request"
481
481
  end
482
482
  # resource path
483
483
  local_var_path = 'pts/v2/payment-references/{id}'.sub('{' + 'id' + '}', id.to_s)
@@ -488,9 +488,9 @@ module CyberSource
488
488
  # header parameters
489
489
  header_params = {}
490
490
  # HTTP header 'Accept' (if needed)
491
- header_params['Accept'] = @api_client.select_header_accept(['application/hal+json;charset=utf-8'])
491
+ header_params['Accept'] = @api_client.select_header_accept(['application/hal+json'])
492
492
  # HTTP header 'Content-Type'
493
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
493
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/json; charset=utf-8'])
494
494
 
495
495
  # form parameters
496
496
  form_params = {}
@@ -500,7 +500,7 @@ module CyberSource
500
500
  sdk_tracker = SdkTracker.new
501
501
  post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'CreateSessionRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
502
502
  inbound_mle_status = "optional"
503
- if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["update_session_req","update_session_req_with_http_info"])
503
+ if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["update_session_request","update_session_request_with_http_info"])
504
504
  begin
505
505
  post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
506
506
  rescue
@@ -508,7 +508,7 @@ module CyberSource
508
508
  end
509
509
  end
510
510
 
511
- is_response_mle_for_api = MLEUtility.check_is_response_mle_for_api(@api_client.merchantconfig, ["update_session_req","update_session_req_with_http_info"])
511
+ is_response_mle_for_api = MLEUtility.check_is_response_mle_for_api(@api_client.merchantconfig, ["update_session_request","update_session_request_with_http_info"])
512
512
 
513
513
  auth_names = []
514
514
  data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
@@ -522,7 +522,7 @@ module CyberSource
522
522
  if @api_client.config.debugging
523
523
  begin
524
524
  raise
525
- @api_client.config.logger.debug "API called: PaymentsApi#update_session_req\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
525
+ @api_client.config.logger.debug "API called: PaymentsApi#update_session_request\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
526
526
  rescue
527
527
  puts 'Cannot write to log'
528
528
  end
@@ -65,9 +65,9 @@ module CyberSource
65
65
  # header parameters
66
66
  header_params = {}
67
67
  # HTTP header 'Accept' (if needed)
68
- header_params['Accept'] = @api_client.select_header_accept(['application/hal+json;charset=utf-8'])
68
+ header_params['Accept'] = @api_client.select_header_accept(['application/hal+json'])
69
69
  # HTTP header 'Content-Type'
70
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
70
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/json; charset=utf-8'])
71
71
 
72
72
  # form parameters
73
73
  form_params = {}
@@ -152,9 +152,9 @@ module CyberSource
152
152
  # header parameters
153
153
  header_params = {}
154
154
  # HTTP header 'Accept' (if needed)
155
- header_params['Accept'] = @api_client.select_header_accept(['application/hal+json;charset=utf-8'])
155
+ header_params['Accept'] = @api_client.select_header_accept(['application/hal+json'])
156
156
  # HTTP header 'Content-Type'
157
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
157
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/json; charset=utf-8'])
158
158
 
159
159
  # form parameters
160
160
  form_params = {}
@@ -65,9 +65,9 @@ module CyberSource
65
65
  # header parameters
66
66
  header_params = {}
67
67
  # HTTP header 'Accept' (if needed)
68
- header_params['Accept'] = @api_client.select_header_accept(['application/hal+json;charset=utf-8'])
68
+ header_params['Accept'] = @api_client.select_header_accept(['application/hal+json'])
69
69
  # HTTP header 'Content-Type'
70
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
70
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/json; charset=utf-8'])
71
71
 
72
72
  # form parameters
73
73
  form_params = {}
@@ -146,9 +146,9 @@ module CyberSource
146
146
  # header parameters
147
147
  header_params = {}
148
148
  # HTTP header 'Accept' (if needed)
149
- header_params['Accept'] = @api_client.select_header_accept(['application/hal+json;charset=utf-8'])
149
+ header_params['Accept'] = @api_client.select_header_accept(['application/hal+json'])
150
150
  # HTTP header 'Content-Type'
151
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
151
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/json; charset=utf-8'])
152
152
 
153
153
  # form parameters
154
154
  form_params = {}
@@ -59,9 +59,9 @@ module CyberSource
59
59
  # header parameters
60
60
  header_params = {}
61
61
  # HTTP header 'Accept' (if needed)
62
- header_params['Accept'] = @api_client.select_header_accept(['application/hal+json;charset=utf-8'])
62
+ header_params['Accept'] = @api_client.select_header_accept(['application/hal+json'])
63
63
  # HTTP header 'Content-Type'
64
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
64
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/json; charset=utf-8'])
65
65
 
66
66
  # form parameters
67
67
  form_params = {}
@@ -146,9 +146,9 @@ module CyberSource
146
146
  # header parameters
147
147
  header_params = {}
148
148
  # HTTP header 'Accept' (if needed)
149
- header_params['Accept'] = @api_client.select_header_accept(['application/hal+json;charset=utf-8'])
149
+ header_params['Accept'] = @api_client.select_header_accept(['application/hal+json'])
150
150
  # HTTP header 'Content-Type'
151
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
151
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/json; charset=utf-8'])
152
152
 
153
153
  # form parameters
154
154
  form_params = {}
@@ -233,9 +233,9 @@ module CyberSource
233
233
  # header parameters
234
234
  header_params = {}
235
235
  # HTTP header 'Accept' (if needed)
236
- header_params['Accept'] = @api_client.select_header_accept(['application/hal+json;charset=utf-8'])
236
+ header_params['Accept'] = @api_client.select_header_accept(['application/hal+json'])
237
237
  # HTTP header 'Content-Type'
238
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
238
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/json; charset=utf-8'])
239
239
 
240
240
  # form parameters
241
241
  form_params = {}
@@ -320,9 +320,9 @@ module CyberSource
320
320
  # header parameters
321
321
  header_params = {}
322
322
  # HTTP header 'Accept' (if needed)
323
- header_params['Accept'] = @api_client.select_header_accept(['application/hal+json;charset=utf-8'])
323
+ header_params['Accept'] = @api_client.select_header_accept(['application/hal+json'])
324
324
  # HTTP header 'Content-Type'
325
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
325
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/json; charset=utf-8'])
326
326
 
327
327
  # form parameters
328
328
  form_params = {}
@@ -407,9 +407,9 @@ module CyberSource
407
407
  # header parameters
408
408
  header_params = {}
409
409
  # HTTP header 'Accept' (if needed)
410
- header_params['Accept'] = @api_client.select_header_accept(['application/hal+json;charset=utf-8'])
410
+ header_params['Accept'] = @api_client.select_header_accept(['application/hal+json'])
411
411
  # HTTP header 'Content-Type'
412
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
412
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/json; charset=utf-8'])
413
413
 
414
414
  # form parameters
415
415
  form_params = {}
@@ -12,6 +12,7 @@ Swagger Codegen version: 2.4.38
12
12
  require 'date'
13
13
  require 'json'
14
14
  require 'logger'
15
+ require 'openssl'
15
16
  require 'tempfile'
16
17
  require 'typhoeus'
17
18
  require 'addressable/uri'
@@ -168,8 +169,13 @@ module CyberSource
168
169
  :maxage_conn => @merchantconfig.keepAliveTime || 118 # Default to 118 seconds as same as default of libcurl
169
170
  }
170
171
 
171
- # set custom cert, if provided
172
- req_opts[:cainfo] = @config.ssl_ca_cert if @config.ssl_ca_cert
172
+ # set CA cert for SSL verification using the first available source (priority order):
173
+ # 1. User-provided ssl_ca_cert (via config) — highest priority, explicit override
174
+ # 2. SSL_CERT_FILE or CURL_CA_BUNDLE env vars — standard curl/system override
175
+ # 3. Ruby's OpenSSL default cert file — reliable cross-platform fallback
176
+ # If none are found, cainfo is not set and libcurl uses its built-in default.
177
+ resolved_ca_cert = resolve_ca_cert_file
178
+ req_opts[:cainfo] = resolved_ca_cert if resolved_ca_cert
173
179
 
174
180
  if [:post, :patch, :put, :delete].include?(http_method)
175
181
  req_body = build_request_body(header_params, form_params, opts[:body])
@@ -269,6 +275,29 @@ module CyberSource
269
275
  request_target
270
276
  end
271
277
 
278
+ # Resolves the CA certificate file to use for SSL verification.
279
+ # Returns the first available file from the following sources (priority order):
280
+ # 1. User-provided ssl_ca_cert from Configuration (explicit override)
281
+ # 2. SSL_CERT_FILE or CURL_CA_BUNDLE environment variables
282
+ # 3. Ruby's OpenSSL default cert file (cross-platform fallback)
283
+ # @return [String, nil] path to the CA cert file, or nil if none found
284
+ def resolve_ca_cert_file
285
+ # Priority 1: User-provided ssl_ca_cert
286
+ user_ca = @config.ssl_ca_cert
287
+ return user_ca if user_ca && File.exist?(user_ca)
288
+
289
+ # Priority 2: System/curl CA bundle (environment variables)
290
+ env_ca = ENV['SSL_CERT_FILE'] || ENV['CURL_CA_BUNDLE']
291
+ return env_ca if env_ca && File.exist?(env_ca)
292
+
293
+ # Priority 3: Ruby's OpenSSL default cert file
294
+ ruby_ca = OpenSSL::X509::DEFAULT_CERT_FILE
295
+ return ruby_ca if ruby_ca && File.exist?(ruby_ca)
296
+
297
+ # No CA cert found — let libcurl use its built-in default
298
+ nil
299
+ end
300
+
272
301
  # Check if the given MIME is a JSON MIME.
273
302
  # JSON MIME examples:
274
303
  # application/json
@@ -134,8 +134,8 @@ module CyberSource
134
134
  @api_key_prefix = {}
135
135
  @timeout = 0
136
136
  @client_side_validation = true
137
- @verify_ssl = false
138
- @verify_ssl_host = false
137
+ @verify_ssl = true
138
+ @verify_ssl_host = true
139
139
  @params_encoding = nil
140
140
  @cert_file = nil
141
141
  @key_file = nil
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
12
12
  require 'date'
13
13
 
14
14
  module CyberSource
15
- class CommerceSolutionsProductsAccountUpdaterConfigurationInformationConfigurations
15
+ class AccountUpdaterConfigurations
16
16
  attr_accessor :master_card
17
17
 
18
18
  attr_accessor :visa
@@ -48,9 +48,9 @@ module CyberSource
48
48
  # Attribute type mapping.
49
49
  def self.swagger_types
50
50
  {
51
- :'master_card' => :'CommerceSolutionsProductsAccountUpdaterConfigurationInformationConfigurationsMasterCard',
52
- :'visa' => :'CommerceSolutionsProductsAccountUpdaterConfigurationInformationConfigurationsVisa',
53
- :'amex' => :'CommerceSolutionsProductsAccountUpdaterConfigurationInformationConfigurationsAmex',
51
+ :'master_card' => :'AccountUpdaterConfigurationsMasterCard',
52
+ :'visa' => :'AccountUpdaterConfigurationsVisa',
53
+ :'amex' => :'AccountUpdaterConfigurationsAmex',
54
54
  :'preferred_day' => :'Float',
55
55
  :'days_window' => :'Float'
56
56
  }
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
12
12
  require 'date'
13
13
 
14
14
  module CyberSource
15
- class CommerceSolutionsProductsAccountUpdaterConfigurationInformationConfigurationsAmex
15
+ class AccountUpdaterConfigurationsAmex
16
16
  # Type of mode. Valid values are `tokenApi` or `dailyHarvest`.
17
17
  attr_accessor :mode
18
18
 
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
12
12
  require 'date'
13
13
 
14
14
  module CyberSource
15
- class CommerceSolutionsProductsAccountUpdaterConfigurationInformationConfigurationsMasterCard
15
+ class AccountUpdaterConfigurationsMasterCard
16
16
  # MasterCard merchant identified number
17
17
  attr_accessor :merchant_id
18
18
 
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
12
12
  require 'date'
13
13
 
14
14
  module CyberSource
15
- class CommerceSolutionsProductsAccountUpdaterConfigurationInformationConfigurationsVisa
15
+ class AccountUpdaterConfigurationsVisa
16
16
  # Visa merchant identified number
17
17
  attr_accessor :merchant_id
18
18
 
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
12
12
  require 'date'
13
13
 
14
14
  module CyberSource
15
- class Ptsv1pullfundstransferProcessingInformationFundingOptions
15
+ class AftFundingOptions
16
16
  attr_accessor :initiator
17
17
 
18
18
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -32,7 +32,7 @@ module CyberSource
32
32
  # Attribute type mapping.
33
33
  def self.swagger_types
34
34
  {
35
- :'initiator' => :'Ptsv1pullfundstransferProcessingInformationFundingOptionsInitiator'
35
+ :'initiator' => :'AftFundingOptionsInitiator'
36
36
  }
37
37
  end
38
38
 
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
12
12
  require 'date'
13
13
 
14
14
  module CyberSource
15
- class Ptsv1pullfundstransferProcessingInformationFundingOptionsInitiator
15
+ class AftFundingOptionsInitiator
16
16
  attr_accessor :originator_initiated_transaction
17
17
 
18
18
  # This field indicates whether the transaction is a originator-initiated transaction or sender-initiated transaction. Valid values: - `sender` - `originator` Conditional field. If value in this field is `originator`, this field is mandatory for originator-initated transactions.
@@ -47,7 +47,7 @@ module CyberSource
47
47
  # Attribute type mapping.
48
48
  def self.swagger_types
49
49
  {
50
- :'originator_initiated_transaction' => :'Ptsv1pullfundstransferProcessingInformationFundingOptionsInitiatorOriginatorInitiatedTransaction',
50
+ :'originator_initiated_transaction' => :'AftFundingOptionsInitiatorOriginatorInitiatedTransaction',
51
51
  :'type' => :'String',
52
52
  :'stored_credential_used' => :'BOOLEAN',
53
53
  :'credential_stored_on_file' => :'BOOLEAN'
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
12
12
  require 'date'
13
13
 
14
14
  module CyberSource
15
- class Ptsv1pullfundstransferProcessingInformationFundingOptionsInitiatorOriginatorInitiatedTransaction
15
+ class AftFundingOptionsInitiatorOriginatorInitiatedTransaction
16
16
  # Contains a Visa-generated Transaction Identifier (TID) that is unique for each original authorization and financial request. The identifier links original messages to subsequent messages. Conditional field. If the `processingInformation.fundingOptions.initiator.type`=`originator`, this field is mandatory. **Notes**: 1. If an Pull Funds Transfer (AFT) transaction has a corresponding Push Funds Transfer (OCT) transaction, originators are strongly recommended to take the Transaction ID from the AFT and populate it into the OCT to link the two transactions together. 2. Originators must link the Originator-Initiated Transaction with the original transaction using the Transaction Identifier that was generated for the original cardholder initiated transaction. However, for standing-instruction MITs (i.e., recurring), acquirers can use the Transaction Identifier generated for the previous transaction in the series to link the subsequent transactions.
17
17
  attr_accessor :original_transaction_id
18
18
 
@@ -47,9 +47,9 @@ module CyberSource
47
47
  def self.swagger_types
48
48
  {
49
49
  :'client_correlation_id' => :'String',
50
- :'payment_information' => :'Acpv1tokensPaymentInformation',
51
- :'device_information' => :'Acpv1tokensDeviceInformation',
52
- :'assurance_data' => :'Array<Acpv1tokensAssuranceData>'
50
+ :'payment_information' => :'Iccv1tokensPaymentInformation',
51
+ :'device_information' => :'Iccv1tokensDeviceInformation',
52
+ :'assurance_data' => :'Array<Iccv1tokensAssuranceData>'
53
53
  }
54
54
  end
55
55
 
@@ -68,14 +68,14 @@ module CyberSource
68
68
  def self.swagger_types
69
69
  {
70
70
  :'client_correlation_id' => :'String',
71
- :'device_information' => :'Acpv1tokensDeviceInformation',
72
- :'buyer_information' => :'Acpv1tokensBuyerInformation',
73
- :'bill_to' => :'Acpv1tokensBillTo',
74
- :'consumer_identity' => :'Acpv1tokensConsumerIdentity',
75
- :'payment_information' => :'Acpv1tokensPaymentInformation',
76
- :'enrollment_reference_data' => :'Acpv1tokensEnrollmentReferenceData',
77
- :'assurance_data' => :'Array<Acpv1tokensAssuranceData>',
78
- :'consent_data' => :'Array<Acpv1tokensConsentData>'
71
+ :'device_information' => :'Iccv1tokensDeviceInformation',
72
+ :'buyer_information' => :'Iccv1tokensBuyerInformation',
73
+ :'bill_to' => :'Iccv1tokensBillTo',
74
+ :'consumer_identity' => :'Iccv1tokensConsumerIdentity',
75
+ :'payment_information' => :'Iccv1tokensPaymentInformation',
76
+ :'enrollment_reference_data' => :'Iccv1tokensEnrollmentReferenceData',
77
+ :'assurance_data' => :'Array<Iccv1tokensAssuranceData>',
78
+ :'consent_data' => :'Array<Iccv1tokensConsentData>'
79
79
  }
80
80
  end
81
81
 
@@ -43,8 +43,8 @@ module CyberSource
43
43
  def self.swagger_types
44
44
  {
45
45
  :'client_correlation_id' => :'String',
46
- :'payment_information' => :'Acpv1tokensPaymentInformation',
47
- :'confirmation_data' => :'Array<Acpv1instructionsinstructionIdconfirmationsConfirmationData>'
46
+ :'payment_information' => :'Iccv1tokensPaymentInformation',
47
+ :'confirmation_data' => :'Array<Iccv1instructionsinstructionIdconfirmationsConfirmationData>'
48
48
  }
49
49
  end
50
50
 
@@ -66,11 +66,11 @@ module CyberSource
66
66
  def self.swagger_types
67
67
  {
68
68
  :'client_correlation_id' => :'String',
69
- :'payment_information' => :'Acpv1tokensPaymentInformation',
70
- :'device_information' => :'Acpv1tokensDeviceInformation',
71
- :'assurance_data' => :'Array<Acpv1tokensAssuranceData>',
72
- :'mandates' => :'Array<Acpv1instructionsMandates>',
73
- :'buyer_information' => :'Acpv1tokensBuyerInformation',
69
+ :'payment_information' => :'Iccv1tokensPaymentInformation',
70
+ :'device_information' => :'Iccv1tokensDeviceInformation',
71
+ :'assurance_data' => :'Array<Iccv1tokensAssuranceData>',
72
+ :'mandates' => :'Array<Iccv1instructionsMandates>',
73
+ :'buyer_information' => :'Iccv1tokensBuyerInformation',
74
74
  :'is_recurring' => :'BOOLEAN',
75
75
  :'consumer_prompt' => :'String'
76
76
  }