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
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
13
13
  require 'date'
14
14
 
15
15
  module CyberSource
16
- class RiskProductsDecisionManagerConfigurationInformationConfigurationsThirdpartyProvider
16
+ class DmConfigThirdpartyProvider
17
17
  attr_accessor :accurint
18
18
 
19
19
  attr_accessor :credilink
@@ -57,13 +57,13 @@ module CyberSource
57
57
  # Attribute type mapping.
58
58
  def self.swagger_types
59
59
  {
60
- :'accurint' => :'RiskProductsDecisionManagerConfigurationInformationConfigurationsThirdpartyProviderAccurint',
61
- :'credilink' => :'RiskProductsDecisionManagerConfigurationInformationConfigurationsThirdpartyProviderCredilink',
62
- :'ekata' => :'RiskProductsDecisionManagerConfigurationInformationConfigurationsThirdpartyProviderEkata',
63
- :'emailage' => :'RiskProductsDecisionManagerConfigurationInformationConfigurationsThirdpartyProviderEmailage',
64
- :'perseuss' => :'RiskProductsDecisionManagerConfigurationInformationConfigurationsThirdpartyProviderPerseuss',
65
- :'signifyd' => :'RiskProductsDecisionManagerConfigurationInformationConfigurationsThirdpartyProviderSignifyd',
66
- :'targus' => :'RiskProductsDecisionManagerConfigurationInformationConfigurationsThirdpartyProviderTargus'
60
+ :'accurint' => :'DmConfigThirdpartyProviderAccurint',
61
+ :'credilink' => :'DmConfigThirdpartyProviderCredilink',
62
+ :'ekata' => :'DmConfigThirdpartyProviderEkata',
63
+ :'emailage' => :'DmConfigThirdpartyProviderEmailage',
64
+ :'perseuss' => :'DmConfigThirdpartyProviderPerseuss',
65
+ :'signifyd' => :'DmConfigThirdpartyProviderSignifyd',
66
+ :'targus' => :'DmConfigThirdpartyProviderTargus'
67
67
  }
68
68
  end
69
69
 
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
13
13
  require 'date'
14
14
 
15
15
  module CyberSource
16
- class RiskProductsDecisionManagerConfigurationInformationConfigurationsThirdpartyProviderSignifyd
16
+ class DmConfigThirdpartyProviderAccurint
17
17
  attr_accessor :enabled
18
18
 
19
19
  attr_accessor :credentials
@@ -38,7 +38,7 @@ module CyberSource
38
38
  def self.swagger_types
39
39
  {
40
40
  :'enabled' => :'BOOLEAN',
41
- :'credentials' => :'RiskProductsDecisionManagerConfigurationInformationConfigurationsThirdpartyProviderSignifydCredentials'
41
+ :'credentials' => :'DmConfigThirdpartyProviderAccurintCredentials'
42
42
  }
43
43
  end
44
44
 
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
13
13
  require 'date'
14
14
 
15
15
  module CyberSource
16
- class RiskProductsDecisionManagerConfigurationInformationConfigurationsThirdpartyProviderAccurintCredentials
16
+ class DmConfigThirdpartyProviderAccurintCredentials
17
17
  attr_accessor :username
18
18
 
19
19
  attr_accessor :password
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
13
13
  require 'date'
14
14
 
15
15
  module CyberSource
16
- class RiskProductsDecisionManagerConfigurationInformationConfigurationsThirdpartyProviderEkata
16
+ class DmConfigThirdpartyProviderCredilink
17
17
  attr_accessor :enabled
18
18
 
19
19
  attr_accessor :enable_real_time
@@ -48,7 +48,7 @@ module CyberSource
48
48
  :'enabled' => :'BOOLEAN',
49
49
  :'enable_real_time' => :'BOOLEAN',
50
50
  :'use_cybs_credentials' => :'BOOLEAN',
51
- :'credentials' => :'RiskProductsDecisionManagerConfigurationInformationConfigurationsThirdpartyProviderEkataCredentials'
51
+ :'credentials' => :'DmConfigThirdpartyProviderCredilinkCredentials'
52
52
  }
53
53
  end
54
54
 
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
13
13
  require 'date'
14
14
 
15
15
  module CyberSource
16
- class RiskProductsDecisionManagerConfigurationInformationConfigurationsThirdpartyProviderCredilinkCredentials
16
+ class DmConfigThirdpartyProviderCredilinkCredentials
17
17
  attr_accessor :username
18
18
 
19
19
  attr_accessor :password
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
13
13
  require 'date'
14
14
 
15
15
  module CyberSource
16
- class RiskProductsDecisionManagerConfigurationInformationConfigurationsThirdpartyProviderEmailage
16
+ class DmConfigThirdpartyProviderEkata
17
17
  attr_accessor :enabled
18
18
 
19
19
  attr_accessor :enable_real_time
@@ -48,7 +48,7 @@ module CyberSource
48
48
  :'enabled' => :'BOOLEAN',
49
49
  :'enable_real_time' => :'BOOLEAN',
50
50
  :'use_cybs_credentials' => :'BOOLEAN',
51
- :'credentials' => :'RiskProductsDecisionManagerConfigurationInformationConfigurationsThirdpartyProviderAccurintCredentials'
51
+ :'credentials' => :'DmConfigThirdpartyProviderEkataCredentials'
52
52
  }
53
53
  end
54
54
 
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
13
13
  require 'date'
14
14
 
15
15
  module CyberSource
16
- class RiskProductsDecisionManagerConfigurationInformationConfigurationsThirdpartyProviderEkataCredentials
16
+ class DmConfigThirdpartyProviderEkataCredentials
17
17
  attr_accessor :api_key
18
18
 
19
19
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
13
13
  require 'date'
14
14
 
15
15
  module CyberSource
16
- class RiskProductsDecisionManagerConfigurationInformationConfigurationsThirdpartyProviderCredilink
16
+ class DmConfigThirdpartyProviderEmailage
17
17
  attr_accessor :enabled
18
18
 
19
19
  attr_accessor :enable_real_time
@@ -48,7 +48,7 @@ module CyberSource
48
48
  :'enabled' => :'BOOLEAN',
49
49
  :'enable_real_time' => :'BOOLEAN',
50
50
  :'use_cybs_credentials' => :'BOOLEAN',
51
- :'credentials' => :'RiskProductsDecisionManagerConfigurationInformationConfigurationsThirdpartyProviderCredilinkCredentials'
51
+ :'credentials' => :'DmConfigThirdpartyProviderAccurintCredentials'
52
52
  }
53
53
  end
54
54
 
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
13
13
  require 'date'
14
14
 
15
15
  module CyberSource
16
- class RiskProductsDecisionManagerConfigurationInformationConfigurationsThirdpartyProviderPerseuss
16
+ class DmConfigThirdpartyProviderPerseuss
17
17
  attr_accessor :enabled
18
18
 
19
19
  attr_accessor :enable_real_time
@@ -43,7 +43,7 @@ module CyberSource
43
43
  {
44
44
  :'enabled' => :'BOOLEAN',
45
45
  :'enable_real_time' => :'BOOLEAN',
46
- :'credentials' => :'RiskProductsDecisionManagerConfigurationInformationConfigurationsThirdpartyProviderAccurintCredentials'
46
+ :'credentials' => :'DmConfigThirdpartyProviderAccurintCredentials'
47
47
  }
48
48
  end
49
49
 
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
13
13
  require 'date'
14
14
 
15
15
  module CyberSource
16
- class RiskProductsDecisionManagerConfigurationInformationConfigurationsThirdpartyProviderAccurint
16
+ class DmConfigThirdpartyProviderSignifyd
17
17
  attr_accessor :enabled
18
18
 
19
19
  attr_accessor :credentials
@@ -38,7 +38,7 @@ module CyberSource
38
38
  def self.swagger_types
39
39
  {
40
40
  :'enabled' => :'BOOLEAN',
41
- :'credentials' => :'RiskProductsDecisionManagerConfigurationInformationConfigurationsThirdpartyProviderAccurintCredentials'
41
+ :'credentials' => :'DmConfigThirdpartyProviderSignifydCredentials'
42
42
  }
43
43
  end
44
44
 
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
13
13
  require 'date'
14
14
 
15
15
  module CyberSource
16
- class RiskProductsDecisionManagerConfigurationInformationConfigurationsThirdpartyProviderSignifydCredentials
16
+ class DmConfigThirdpartyProviderSignifydCredentials
17
17
  attr_accessor :team_id
18
18
 
19
19
  attr_accessor :api_key
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
13
13
  require 'date'
14
14
 
15
15
  module CyberSource
16
- class RiskProductsDecisionManagerConfigurationInformationConfigurationsThirdpartyProviderTargus
16
+ class DmConfigThirdpartyProviderTargus
17
17
  attr_accessor :enabled
18
18
 
19
19
  attr_accessor :use_cybs_credentials
@@ -43,7 +43,7 @@ module CyberSource
43
43
  {
44
44
  :'enabled' => :'BOOLEAN',
45
45
  :'use_cybs_credentials' => :'BOOLEAN',
46
- :'credentials' => :'RiskProductsDecisionManagerConfigurationInformationConfigurationsThirdpartyProviderTargusCredentials'
46
+ :'credentials' => :'DmConfigThirdpartyProviderTargusCredentials'
47
47
  }
48
48
  end
49
49
 
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
13
13
  require 'date'
14
14
 
15
15
  module CyberSource
16
- class RiskProductsDecisionManagerConfigurationInformationConfigurationsThirdpartyProviderTargusCredentials
16
+ class DmConfigThirdpartyProviderTargusCredentials
17
17
  attr_accessor :username
18
18
 
19
19
  attr_accessor :password
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
13
13
  require 'date'
14
14
 
15
15
  module CyberSource
16
- class PaymentsProductsECheckConfigurationInformationConfigurations
16
+ class ECheckConfig
17
17
  attr_accessor :common
18
18
 
19
19
  attr_accessor :underwriting
@@ -41,9 +41,9 @@ module CyberSource
41
41
  # Attribute type mapping.
42
42
  def self.swagger_types
43
43
  {
44
- :'common' => :'PaymentsProductsECheckConfigurationInformationConfigurationsCommon',
45
- :'underwriting' => :'PaymentsProductsECheckConfigurationInformationConfigurationsUnderwriting',
46
- :'features' => :'PaymentsProductsECheckConfigurationInformationConfigurationsFeatures'
44
+ :'common' => :'ECheckConfigCommon',
45
+ :'underwriting' => :'ECheckConfigUnderwriting',
46
+ :'features' => :'ECheckConfigFeatures'
47
47
  }
48
48
  end
49
49
 
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
13
13
  require 'date'
14
14
 
15
15
  module CyberSource
16
- class PaymentsProductsECheckConfigurationInformationConfigurationsCommon
16
+ class ECheckConfigCommon
17
17
  attr_accessor :processors
18
18
 
19
19
  attr_accessor :internal_only
@@ -57,8 +57,8 @@ module CyberSource
57
57
  # Attribute type mapping.
58
58
  def self.swagger_types
59
59
  {
60
- :'processors' => :'Hash<String, PaymentsProductsECheckConfigurationInformationConfigurationsCommonProcessors>',
61
- :'internal_only' => :'PaymentsProductsECheckConfigurationInformationConfigurationsCommonInternalOnly',
60
+ :'processors' => :'Hash<String, ECheckConfigCommonProcessors>',
61
+ :'internal_only' => :'ECheckConfigCommonInternalOnly',
62
62
  :'account_holder_name' => :'String',
63
63
  :'account_type' => :'String',
64
64
  :'account_routing_number' => :'String',
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
13
13
  require 'date'
14
14
 
15
15
  module CyberSource
16
- class PaymentsProductsECheckConfigurationInformationConfigurationsCommonInternalOnly
16
+ class ECheckConfigCommonInternalOnly
17
17
  # *NEW* Used by EBC UI always set to true
18
18
  attr_accessor :display_echeck_info
19
19
 
@@ -40,7 +40,7 @@ module CyberSource
40
40
  def self.swagger_types
41
41
  {
42
42
  :'display_echeck_info' => :'BOOLEAN',
43
- :'processors' => :'Hash<String, PaymentsProductsECheckConfigurationInformationConfigurationsCommonInternalOnlyProcessors>'
43
+ :'processors' => :'Hash<String, ECheckConfigCommonInternalOnlyProcessors>'
44
44
  }
45
45
  end
46
46
 
@@ -14,7 +14,7 @@ require 'date'
14
14
 
15
15
  module CyberSource
16
16
  # Name of the payment processor. Example - \"wellsfargoach\"
17
- class PaymentsProductsECheckConfigurationInformationConfigurationsCommonInternalOnlyProcessors
17
+ class ECheckConfigCommonInternalOnlyProcessors
18
18
  # *NEW* Flag to indicate whether the processor is migrated to the Common Connectivity Services Platform. Applicable for VPC and amexdirect processors.
19
19
  attr_accessor :enable_ccs
20
20
 
@@ -14,7 +14,7 @@ require 'date'
14
14
 
15
15
  module CyberSource
16
16
  # Payment Processing connection used to support eCheck, aka ACH, payment methods. Example - \"bofaach\"
17
- class PaymentsProductsECheckConfigurationInformationConfigurationsCommonProcessors
17
+ class ECheckConfigCommonProcessors
18
18
  # *EXISTING* Company (merchant) defined description of entry to receive. For e.g. PAYROLL, GAS BILL, INS PREM. This field is alphanumeric
19
19
  attr_accessor :company_entry_description
20
20
 
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
13
13
  require 'date'
14
14
 
15
15
  module CyberSource
16
- class PaymentsProductsECheckConfigurationInformationConfigurationsFeatures
16
+ class ECheckConfigFeatures
17
17
  attr_accessor :account_validation_service
18
18
 
19
19
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -33,7 +33,7 @@ module CyberSource
33
33
  # Attribute type mapping.
34
34
  def self.swagger_types
35
35
  {
36
- :'account_validation_service' => :'PaymentsProductsECheckConfigurationInformationConfigurationsFeaturesAccountValidationService'
36
+ :'account_validation_service' => :'ECheckConfigFeaturesAccountValidationService'
37
37
  }
38
38
  end
39
39
 
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
13
13
  require 'date'
14
14
 
15
15
  module CyberSource
16
- class PaymentsProductsECheckConfigurationInformationConfigurationsFeaturesAccountValidationService
16
+ class ECheckConfigFeaturesAccountValidationService
17
17
  attr_accessor :internal_only
18
18
 
19
19
  # *NEW* Payment Processing connection used to support eCheck, aka ACH, payment methods. Example * \"bofaach\" * \"wellsfargoach\"
@@ -38,8 +38,8 @@ module CyberSource
38
38
  # Attribute type mapping.
39
39
  def self.swagger_types
40
40
  {
41
- :'internal_only' => :'PaymentsProductsECheckConfigurationInformationConfigurationsFeaturesAccountValidationServiceInternalOnly',
42
- :'processors' => :'Hash<String, PaymentsProductsECheckConfigurationInformationConfigurationsFeaturesAccountValidationServiceProcessors>'
41
+ :'internal_only' => :'ECheckConfigFeaturesAccountValidationServiceInternalOnly',
42
+ :'processors' => :'Hash<String, ECheckConfigFeaturesAccountValidationServiceProcessors>'
43
43
  }
44
44
  end
45
45
 
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
13
13
  require 'date'
14
14
 
15
15
  module CyberSource
16
- class PaymentsProductsECheckConfigurationInformationConfigurationsFeaturesAccountValidationServiceInternalOnly
16
+ class ECheckConfigFeaturesAccountValidationServiceInternalOnly
17
17
  # *NEW* Payment Processing connection used to support eCheck, aka ACH, payment methods. Example * \"bofaach\" * \"wellsfargoach\"
18
18
  attr_accessor :processors
19
19
 
@@ -14,7 +14,7 @@ require 'date'
14
14
 
15
15
  module CyberSource
16
16
  # *NEW* Name of the payment processor. Example - \"wellsfargoach\"
17
- class PaymentsProductsECheckConfigurationInformationConfigurationsFeaturesAccountValidationServiceProcessors
17
+ class ECheckConfigFeaturesAccountValidationServiceProcessors
18
18
  # *NEW* Determined in WF eTicket if account has opted into the Account Ownership Service.
19
19
  attr_accessor :avs_account_ownership_service
20
20
 
@@ -13,7 +13,7 @@ Swagger Codegen version: 2.2.3
13
13
  require 'date'
14
14
 
15
15
  module CyberSource
16
- class PaymentsProductsECheckConfigurationInformationConfigurationsUnderwriting
16
+ class ECheckConfigUnderwriting
17
17
  # Mandatory Free-text (csv) Possible values (combination): CCD — Cash Concentration or Disbursement, or CCD, is a charge or refund against a business checking account. One-time or recurring CCD transactions are fund transfers to or from a corporate entity. A standing authorization is required for recurring transactions. PPD — Prearranged Payment and Deposit Entry, or PPD, is a charge or refund against a customer's checking or savings account. PPD entries can only be originated when payment and deposit terms between the merchant and the customer are prearranged. A written authorization from the customer is required for one-time transactions and a written standing authorization is required for recurring transactions. TEL — Telephone-Initiated Entry, or TEL, is a one-time charge against a customer's checking or savings account. TEL transactions can only be originated when a business relationship between the merchant and the customer already exists; or if a relationship does not exist, then only when the customer initiates the telephone call to the merchant. Payment authorization is obtained from the customer by telephone. WEB — Internet-Initiated Entry or WEB is a charge against a customer's checking or savings account. One-time or recurring WEB transactions are originated through the Internet. Payment authorization is also obtained from the customer through the Internet.
18
18
  attr_accessor :standard_entry_class_codes
19
19
 
@@ -46,6 +46,8 @@ module CyberSource
46
46
 
47
47
  attr_accessor :unified_checkout
48
48
 
49
+ attr_accessor :receivables_manager
50
+
49
51
  # Attribute mapping from ruby-style variable name to JSON key.
50
52
  def self.attribute_map
51
53
  {
@@ -64,7 +66,8 @@ module CyberSource
64
66
  :'payment_orchestration' => :'paymentOrchestration',
65
67
  :'payouts' => :'payouts',
66
68
  :'pay_by_link' => :'payByLink',
67
- :'unified_checkout' => :'unifiedCheckout'
69
+ :'unified_checkout' => :'unifiedCheckout',
70
+ :'receivables_manager' => :'receivablesManager'
68
71
  }
69
72
  end
70
73
 
@@ -86,7 +89,8 @@ module CyberSource
86
89
  :'payment_orchestration' => :'payment_orchestration',
87
90
  :'payouts' => :'payouts',
88
91
  :'pay_by_link' => :'pay_by_link',
89
- :'unified_checkout' => :'unified_checkout'
92
+ :'unified_checkout' => :'unified_checkout',
93
+ :'receivables_manager' => :'receivables_manager'
90
94
  }
91
95
  end
92
96
 
@@ -108,7 +112,8 @@ module CyberSource
108
112
  :'payment_orchestration' => :'InlineResponse2011SetupsPaymentsDigitalPayments',
109
113
  :'payouts' => :'InlineResponse2011SetupsPaymentsCardProcessing',
110
114
  :'pay_by_link' => :'InlineResponse2011SetupsPaymentsDigitalPayments',
111
- :'unified_checkout' => :'InlineResponse2011SetupsPaymentsDigitalPayments'
115
+ :'unified_checkout' => :'InlineResponse2011SetupsPaymentsDigitalPayments',
116
+ :'receivables_manager' => :'InlineResponse2011SetupsPaymentsDigitalPayments'
112
117
  }
113
118
  end
114
119
 
@@ -183,6 +188,10 @@ module CyberSource
183
188
  if attributes.has_key?(:'unifiedCheckout')
184
189
  self.unified_checkout = attributes[:'unifiedCheckout']
185
190
  end
191
+
192
+ if attributes.has_key?(:'receivablesManager')
193
+ self.receivables_manager = attributes[:'receivablesManager']
194
+ end
186
195
  end
187
196
 
188
197
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -218,7 +227,8 @@ module CyberSource
218
227
  payment_orchestration == o.payment_orchestration &&
219
228
  payouts == o.payouts &&
220
229
  pay_by_link == o.pay_by_link &&
221
- unified_checkout == o.unified_checkout
230
+ unified_checkout == o.unified_checkout &&
231
+ receivables_manager == o.receivables_manager
222
232
  end
223
233
 
224
234
  # @see the `==` method
@@ -230,7 +240,7 @@ module CyberSource
230
240
  # Calculates hash code according to all attributes.
231
241
  # @return [Fixnum] Hash code
232
242
  def hash
233
- [card_processing, card_present_connect, e_check, payer_authentication, digital_payments, secure_acceptance, virtual_terminal, currency_conversion, tax, customer_invoicing, recurring_billing, cybs_ready_terminal, payment_orchestration, payouts, pay_by_link, unified_checkout].hash
243
+ [card_processing, card_present_connect, e_check, payer_authentication, digital_payments, secure_acceptance, virtual_terminal, currency_conversion, tax, customer_invoicing, recurring_billing, cybs_ready_terminal, payment_orchestration, payouts, pay_by_link, unified_checkout, receivables_manager].hash
234
244
  end
235
245
 
236
246
  # Builds the object from hash
@@ -17,7 +17,7 @@ module CyberSource
17
17
  # Time of request in UTC. Format: `YYYY-MM-DDThh:mm:ssZ` **Example** `2016-08-11T22:47:57Z` equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The `T` separates the date and the time. The `Z` indicates UTC. Returned by Cybersource for all services.
18
18
  attr_accessor :submit_time_utc
19
19
 
20
- # The status of the invoice. Possible values: - NOTFOUND
20
+ # The status of the invoice. Possible values: - NOTFOUND
21
21
  attr_accessor :status
22
22
 
23
23
  # The reason of the status. Possible values: - MISSING_FIELD - INVALID_DATA - DUPLICATE_REQUEST - INVALID_MERCHANT_CONFIGURATION - PROCESSOR_UNAVAILABLE