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
@@ -13,12 +13,72 @@ require 'date'
13
13
 
14
14
  module CyberSource
15
15
  class PtsV2PayoutsPost201ResponseIssuerInformation
16
+ # Domestic indicator for Push funds (OCT). If no Funds Transfer Attributes Inquiry data is available for this card account, the field is omitted. Supported for Visa Direct.
17
+ attr_accessor :oct_domestic_participant_indicator
18
+
19
+ # Cross-border indicator for push funds (OCT). If no Funds Transfer Attributes Inquiry data is available for this card account, the field is omitted. Supported for Visa Direct.
20
+ attr_accessor :oct_cross_border_participant_indicator
21
+
22
+ # Indicates whether domestic money transfer OCTs (push funds) are allowed. If no Funds Transfer Attributes Inquiry data is available for this card account, the field is omitted. Supported for Visa Direct.
23
+ attr_accessor :oct_money_transfer_domestic_indicator
24
+
25
+ # Indicates whether cross-border money transfer OCTs (push funds) are allowed. If no Funds Transfer Attributes Inquiry data is available for this card account, the field is omitted. Supported for Visa Direct.
26
+ attr_accessor :oct_money_transfer_cross_border_indicator
27
+
28
+ # Indicates whether domestic money transfer OCTs (fast push funds) are allowed. If no Funds Transfer Attributes Inquiry data is available for this card account, the field is omitted. Supported for Visa Direct.
29
+ attr_accessor :oct_money_transfer_fast_funds_domestic_indicator
30
+
31
+ # Indicates whether cross-border money transfer OCTs (fast push funds) are allowed. If no Funds Transfer Attributes Inquiry data is available for this card account, the field is omitted. Supported for Visa Direct.
32
+ attr_accessor :oct_money_transfer_fast_funds_cross_border_indicator
33
+
34
+ # This field indicates if the recipient issuer can accept push funds (OCT) transactions from the merchant country. If no Funds Transfer Attributes Inquiry data is available for this card account, the field is omitted. Supported for Visa Direct.
35
+ attr_accessor :oct_money_transfer_merchant_country_restricted
36
+
37
+ # Indicates whether domestic non-money transfer OCTs (push funds) are allowed. If no Funds Transfer Attributes Inquiry data is available for this card account, the field is omitted. Supported for Visa Direct.
38
+ attr_accessor :oct_non_money_transfer_domestic_indicator
39
+
40
+ # Indicates whether cross-border non-money transfer OCTs (push funds) are allowed. If no Funds Transfer Attributes Inquiry data is available for this card account, the field is omitted. Supported for Visa Direct.
41
+ attr_accessor :oct_non_money_transfer_cross_border_indicator
42
+
43
+ # Indicates whether domestic non-money transfer OCTs (fast push funds) are allowed. If no Funds Transfer Attributes Inquiry data is available for this card account, the field is omitted. Supported for Visa Direct.
44
+ attr_accessor :oct_non_money_transfer_fast_funds_domestic_indicator
45
+
46
+ # Indicates whether cross-border non-money transfer OCTs (fast push funds) are allowed. If no Funds Transfer Attributes Inquiry data is available for this card account, the field is omitted. Supported for Visa Direct.
47
+ attr_accessor :oct_non_money_transfer_fast_funds_cross_border_indicator
48
+
49
+ # Indicates whether domestic gambling OCTs (push funds) are allowed. If no Funds Transfer Attributes Inquiry data is available for this card account, the field is omitted. Supported for Visa Direct.
50
+ attr_accessor :oct_online_gambling_domestic_indicator
51
+
52
+ # Indicates whether cross-border gambling OCTs (push funds) are allowed. If no Funds Transfer Attributes Inquiry data is available for this card account, the field is omitted. Supported for Visa Direct.
53
+ attr_accessor :oct_online_gambling_cross_border_indicator
54
+
55
+ # Indicates whether domestic gambling OCTs (fast push funds) are allowed. If no Funds Transfer Attributes Inquiry data is available for this card account, the field is omitted. Supported for Visa Direct.
56
+ attr_accessor :oct_online_gambling_fast_funds_domestic_indicator
57
+
58
+ # Indicates whether cross-border gambling OCTs (fast push funds) are allowed. If no Funds Transfer Attributes Inquiry data is available for this card account, the field is omitted. Supported for Visa Direct.
59
+ attr_accessor :oct_online_gambling_fast_funds_cross_border_indicator
60
+
16
61
  # This field contains values that identify the service type under which the transaction should be processed. The valid value for the Visa Alias Directory Service is A0 (Alias) and 00 (normal transaction).
17
62
  attr_accessor :service_processing_type
18
63
 
19
64
  # Attribute mapping from ruby-style variable name to JSON key.
20
65
  def self.attribute_map
21
66
  {
67
+ :'oct_domestic_participant_indicator' => :'octDomesticParticipantIndicator',
68
+ :'oct_cross_border_participant_indicator' => :'octCrossBorderParticipantIndicator',
69
+ :'oct_money_transfer_domestic_indicator' => :'octMoneyTransferDomesticIndicator',
70
+ :'oct_money_transfer_cross_border_indicator' => :'octMoneyTransferCrossBorderIndicator',
71
+ :'oct_money_transfer_fast_funds_domestic_indicator' => :'octMoneyTransferFastFundsDomesticIndicator',
72
+ :'oct_money_transfer_fast_funds_cross_border_indicator' => :'octMoneyTransferFastFundsCrossBorderIndicator',
73
+ :'oct_money_transfer_merchant_country_restricted' => :'octMoneyTransferMerchantCountryRestricted',
74
+ :'oct_non_money_transfer_domestic_indicator' => :'octNonMoneyTransferDomesticIndicator',
75
+ :'oct_non_money_transfer_cross_border_indicator' => :'octNonMoneyTransferCrossBorderIndicator',
76
+ :'oct_non_money_transfer_fast_funds_domestic_indicator' => :'octNonMoneyTransferFastFundsDomesticIndicator',
77
+ :'oct_non_money_transfer_fast_funds_cross_border_indicator' => :'octNonMoneyTransferFastFundsCrossBorderIndicator',
78
+ :'oct_online_gambling_domestic_indicator' => :'octOnlineGamblingDomesticIndicator',
79
+ :'oct_online_gambling_cross_border_indicator' => :'octOnlineGamblingCrossBorderIndicator',
80
+ :'oct_online_gambling_fast_funds_domestic_indicator' => :'octOnlineGamblingFastFundsDomesticIndicator',
81
+ :'oct_online_gambling_fast_funds_cross_border_indicator' => :'octOnlineGamblingFastFundsCrossBorderIndicator',
22
82
  :'service_processing_type' => :'serviceProcessingType'
23
83
  }
24
84
  end
@@ -26,6 +86,21 @@ module CyberSource
26
86
  # Attribute mapping from JSON key to ruby-style variable name.
27
87
  def self.json_map
28
88
  {
89
+ :'oct_domestic_participant_indicator' => :'oct_domestic_participant_indicator',
90
+ :'oct_cross_border_participant_indicator' => :'oct_cross_border_participant_indicator',
91
+ :'oct_money_transfer_domestic_indicator' => :'oct_money_transfer_domestic_indicator',
92
+ :'oct_money_transfer_cross_border_indicator' => :'oct_money_transfer_cross_border_indicator',
93
+ :'oct_money_transfer_fast_funds_domestic_indicator' => :'oct_money_transfer_fast_funds_domestic_indicator',
94
+ :'oct_money_transfer_fast_funds_cross_border_indicator' => :'oct_money_transfer_fast_funds_cross_border_indicator',
95
+ :'oct_money_transfer_merchant_country_restricted' => :'oct_money_transfer_merchant_country_restricted',
96
+ :'oct_non_money_transfer_domestic_indicator' => :'oct_non_money_transfer_domestic_indicator',
97
+ :'oct_non_money_transfer_cross_border_indicator' => :'oct_non_money_transfer_cross_border_indicator',
98
+ :'oct_non_money_transfer_fast_funds_domestic_indicator' => :'oct_non_money_transfer_fast_funds_domestic_indicator',
99
+ :'oct_non_money_transfer_fast_funds_cross_border_indicator' => :'oct_non_money_transfer_fast_funds_cross_border_indicator',
100
+ :'oct_online_gambling_domestic_indicator' => :'oct_online_gambling_domestic_indicator',
101
+ :'oct_online_gambling_cross_border_indicator' => :'oct_online_gambling_cross_border_indicator',
102
+ :'oct_online_gambling_fast_funds_domestic_indicator' => :'oct_online_gambling_fast_funds_domestic_indicator',
103
+ :'oct_online_gambling_fast_funds_cross_border_indicator' => :'oct_online_gambling_fast_funds_cross_border_indicator',
29
104
  :'service_processing_type' => :'service_processing_type'
30
105
  }
31
106
  end
@@ -33,6 +108,21 @@ module CyberSource
33
108
  # Attribute type mapping.
34
109
  def self.swagger_types
35
110
  {
111
+ :'oct_domestic_participant_indicator' => :'BOOLEAN',
112
+ :'oct_cross_border_participant_indicator' => :'BOOLEAN',
113
+ :'oct_money_transfer_domestic_indicator' => :'BOOLEAN',
114
+ :'oct_money_transfer_cross_border_indicator' => :'BOOLEAN',
115
+ :'oct_money_transfer_fast_funds_domestic_indicator' => :'BOOLEAN',
116
+ :'oct_money_transfer_fast_funds_cross_border_indicator' => :'BOOLEAN',
117
+ :'oct_money_transfer_merchant_country_restricted' => :'BOOLEAN',
118
+ :'oct_non_money_transfer_domestic_indicator' => :'BOOLEAN',
119
+ :'oct_non_money_transfer_cross_border_indicator' => :'BOOLEAN',
120
+ :'oct_non_money_transfer_fast_funds_domestic_indicator' => :'BOOLEAN',
121
+ :'oct_non_money_transfer_fast_funds_cross_border_indicator' => :'BOOLEAN',
122
+ :'oct_online_gambling_domestic_indicator' => :'BOOLEAN',
123
+ :'oct_online_gambling_cross_border_indicator' => :'BOOLEAN',
124
+ :'oct_online_gambling_fast_funds_domestic_indicator' => :'BOOLEAN',
125
+ :'oct_online_gambling_fast_funds_cross_border_indicator' => :'BOOLEAN',
36
126
  :'service_processing_type' => :'String'
37
127
  }
38
128
  end
@@ -45,6 +135,66 @@ module CyberSource
45
135
  # convert string to symbol for hash key
46
136
  attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
47
137
 
138
+ if attributes.has_key?(:'octDomesticParticipantIndicator')
139
+ self.oct_domestic_participant_indicator = attributes[:'octDomesticParticipantIndicator']
140
+ end
141
+
142
+ if attributes.has_key?(:'octCrossBorderParticipantIndicator')
143
+ self.oct_cross_border_participant_indicator = attributes[:'octCrossBorderParticipantIndicator']
144
+ end
145
+
146
+ if attributes.has_key?(:'octMoneyTransferDomesticIndicator')
147
+ self.oct_money_transfer_domestic_indicator = attributes[:'octMoneyTransferDomesticIndicator']
148
+ end
149
+
150
+ if attributes.has_key?(:'octMoneyTransferCrossBorderIndicator')
151
+ self.oct_money_transfer_cross_border_indicator = attributes[:'octMoneyTransferCrossBorderIndicator']
152
+ end
153
+
154
+ if attributes.has_key?(:'octMoneyTransferFastFundsDomesticIndicator')
155
+ self.oct_money_transfer_fast_funds_domestic_indicator = attributes[:'octMoneyTransferFastFundsDomesticIndicator']
156
+ end
157
+
158
+ if attributes.has_key?(:'octMoneyTransferFastFundsCrossBorderIndicator')
159
+ self.oct_money_transfer_fast_funds_cross_border_indicator = attributes[:'octMoneyTransferFastFundsCrossBorderIndicator']
160
+ end
161
+
162
+ if attributes.has_key?(:'octMoneyTransferMerchantCountryRestricted')
163
+ self.oct_money_transfer_merchant_country_restricted = attributes[:'octMoneyTransferMerchantCountryRestricted']
164
+ end
165
+
166
+ if attributes.has_key?(:'octNonMoneyTransferDomesticIndicator')
167
+ self.oct_non_money_transfer_domestic_indicator = attributes[:'octNonMoneyTransferDomesticIndicator']
168
+ end
169
+
170
+ if attributes.has_key?(:'octNonMoneyTransferCrossBorderIndicator')
171
+ self.oct_non_money_transfer_cross_border_indicator = attributes[:'octNonMoneyTransferCrossBorderIndicator']
172
+ end
173
+
174
+ if attributes.has_key?(:'octNonMoneyTransferFastFundsDomesticIndicator')
175
+ self.oct_non_money_transfer_fast_funds_domestic_indicator = attributes[:'octNonMoneyTransferFastFundsDomesticIndicator']
176
+ end
177
+
178
+ if attributes.has_key?(:'octNonMoneyTransferFastFundsCrossBorderIndicator')
179
+ self.oct_non_money_transfer_fast_funds_cross_border_indicator = attributes[:'octNonMoneyTransferFastFundsCrossBorderIndicator']
180
+ end
181
+
182
+ if attributes.has_key?(:'octOnlineGamblingDomesticIndicator')
183
+ self.oct_online_gambling_domestic_indicator = attributes[:'octOnlineGamblingDomesticIndicator']
184
+ end
185
+
186
+ if attributes.has_key?(:'octOnlineGamblingCrossBorderIndicator')
187
+ self.oct_online_gambling_cross_border_indicator = attributes[:'octOnlineGamblingCrossBorderIndicator']
188
+ end
189
+
190
+ if attributes.has_key?(:'octOnlineGamblingFastFundsDomesticIndicator')
191
+ self.oct_online_gambling_fast_funds_domestic_indicator = attributes[:'octOnlineGamblingFastFundsDomesticIndicator']
192
+ end
193
+
194
+ if attributes.has_key?(:'octOnlineGamblingFastFundsCrossBorderIndicator')
195
+ self.oct_online_gambling_fast_funds_cross_border_indicator = attributes[:'octOnlineGamblingFastFundsCrossBorderIndicator']
196
+ end
197
+
48
198
  if attributes.has_key?(:'serviceProcessingType')
49
199
  self.service_processing_type = attributes[:'serviceProcessingType']
50
200
  end
@@ -74,6 +224,21 @@ module CyberSource
74
224
  def ==(o)
75
225
  return true if self.equal?(o)
76
226
  self.class == o.class &&
227
+ oct_domestic_participant_indicator == o.oct_domestic_participant_indicator &&
228
+ oct_cross_border_participant_indicator == o.oct_cross_border_participant_indicator &&
229
+ oct_money_transfer_domestic_indicator == o.oct_money_transfer_domestic_indicator &&
230
+ oct_money_transfer_cross_border_indicator == o.oct_money_transfer_cross_border_indicator &&
231
+ oct_money_transfer_fast_funds_domestic_indicator == o.oct_money_transfer_fast_funds_domestic_indicator &&
232
+ oct_money_transfer_fast_funds_cross_border_indicator == o.oct_money_transfer_fast_funds_cross_border_indicator &&
233
+ oct_money_transfer_merchant_country_restricted == o.oct_money_transfer_merchant_country_restricted &&
234
+ oct_non_money_transfer_domestic_indicator == o.oct_non_money_transfer_domestic_indicator &&
235
+ oct_non_money_transfer_cross_border_indicator == o.oct_non_money_transfer_cross_border_indicator &&
236
+ oct_non_money_transfer_fast_funds_domestic_indicator == o.oct_non_money_transfer_fast_funds_domestic_indicator &&
237
+ oct_non_money_transfer_fast_funds_cross_border_indicator == o.oct_non_money_transfer_fast_funds_cross_border_indicator &&
238
+ oct_online_gambling_domestic_indicator == o.oct_online_gambling_domestic_indicator &&
239
+ oct_online_gambling_cross_border_indicator == o.oct_online_gambling_cross_border_indicator &&
240
+ oct_online_gambling_fast_funds_domestic_indicator == o.oct_online_gambling_fast_funds_domestic_indicator &&
241
+ oct_online_gambling_fast_funds_cross_border_indicator == o.oct_online_gambling_fast_funds_cross_border_indicator &&
77
242
  service_processing_type == o.service_processing_type
78
243
  end
79
244
 
@@ -86,7 +251,7 @@ module CyberSource
86
251
  # Calculates hash code according to all attributes.
87
252
  # @return [Fixnum] Hash code
88
253
  def hash
89
- [service_processing_type].hash
254
+ [oct_domestic_participant_indicator, oct_cross_border_participant_indicator, oct_money_transfer_domestic_indicator, oct_money_transfer_cross_border_indicator, oct_money_transfer_fast_funds_domestic_indicator, oct_money_transfer_fast_funds_cross_border_indicator, oct_money_transfer_merchant_country_restricted, oct_non_money_transfer_domestic_indicator, oct_non_money_transfer_cross_border_indicator, oct_non_money_transfer_fast_funds_domestic_indicator, oct_non_money_transfer_fast_funds_cross_border_indicator, oct_online_gambling_domestic_indicator, oct_online_gambling_cross_border_indicator, oct_online_gambling_fast_funds_domestic_indicator, oct_online_gambling_fast_funds_cross_border_indicator, service_processing_type].hash
90
255
  end
91
256
 
92
257
  # Builds the object from hash
@@ -66,7 +66,7 @@ module CyberSource
66
66
  def self.swagger_types
67
67
  {
68
68
  :'commerce_indicator' => :'String',
69
- :'funding_options' => :'Ptsv1pullfundstransferProcessingInformationFundingOptions',
69
+ :'funding_options' => :'AftFundingOptions',
70
70
  :'recurring_options' => :'Ptsv1pullfundstransferProcessingInformationRecurringOptions',
71
71
  :'business_application_id' => :'String',
72
72
  :'purpose_of_payment' => :'String',
@@ -106,7 +106,7 @@ module CyberSource
106
106
  # Attribute type mapping.
107
107
  def self.swagger_types
108
108
  {
109
- :'payment_information' => :'Ptsv1pushfundstransferRecipientInformationPaymentInformation',
109
+ :'payment_information' => :'PushFundsTransferPaymentInformation',
110
110
  :'address1' => :'String',
111
111
  :'address2' => :'String',
112
112
  :'locality' => :'String',
@@ -31,7 +31,7 @@ module CyberSource
31
31
  # Please check with Cybersource customer support to see if your merchant account is configured correctly so you can include this field in your request. * For Payouts: max length for FDCCompass is String (22).
32
32
  attr_accessor :reconciliation_id
33
33
 
34
- # Value that links the current authorization request to the original authorization request. Set this value to the ID that was returned in the reply message from the original authorization request. This value is used for: - Partial authorizations - Split shipments
34
+ # Value that links the current authorization request to the original authorization request or previous declined Merchant Initiated Debt Recovery Transactions . Set this value to the ID that was returned in the reply message from the original authorization request or previous declined Merchant Initiated Debt Recovery Transactions. This value is used for: - Partial authorizations - Split shipments - Merchant Initiated Debt Recovery Transactions for Visa Platform Connect and China Union Pay merchants
35
35
  attr_accessor :link_id
36
36
 
37
37
  # Attribute that lets you define custom grouping for your processor reports. This field is supported only for **Worldpay VAP**.
@@ -16,24 +16,30 @@ module CyberSource
16
16
  # Must be set to `pow` for Mastercard Gaming Payment of Winnings tranactions.
17
17
  attr_accessor :reason
18
18
 
19
+ # Alternative reference number that can be up to 12 characters in length. If this field is used, it overrides any data added to the ccCaptureService_reconciliationID field. You can use this value to reconcile Cybersource reports with processor reports.
20
+ attr_accessor :reconciliation_id_alternate
21
+
19
22
  # Attribute mapping from ruby-style variable name to JSON key.
20
23
  def self.attribute_map
21
24
  {
22
- :'reason' => :'reason'
25
+ :'reason' => :'reason',
26
+ :'reconciliation_id_alternate' => :'reconciliationIdAlternate'
23
27
  }
24
28
  end
25
29
 
26
30
  # Attribute mapping from JSON key to ruby-style variable name.
27
31
  def self.json_map
28
32
  {
29
- :'reason' => :'reason'
33
+ :'reason' => :'reason',
34
+ :'reconciliation_id_alternate' => :'reconciliation_id_alternate'
30
35
  }
31
36
  end
32
37
 
33
38
  # Attribute type mapping.
34
39
  def self.swagger_types
35
40
  {
36
- :'reason' => :'String'
41
+ :'reason' => :'String',
42
+ :'reconciliation_id_alternate' => :'String'
37
43
  }
38
44
  end
39
45
 
@@ -48,6 +54,10 @@ module CyberSource
48
54
  if attributes.has_key?(:'reason')
49
55
  self.reason = attributes[:'reason']
50
56
  end
57
+
58
+ if attributes.has_key?(:'reconciliationIdAlternate')
59
+ self.reconciliation_id_alternate = attributes[:'reconciliationIdAlternate']
60
+ end
51
61
  end
52
62
 
53
63
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -63,12 +73,19 @@ module CyberSource
63
73
  true
64
74
  end
65
75
 
76
+ # Custom attribute writer method with validation
77
+ # @param [Object] reconciliation_id_alternate Value to be assigned
78
+ def reconciliation_id_alternate=(reconciliation_id_alternate)
79
+ @reconciliation_id_alternate = reconciliation_id_alternate
80
+ end
81
+
66
82
  # Checks equality by comparing each attribute.
67
83
  # @param [Object] Object to be compared
68
84
  def ==(o)
69
85
  return true if self.equal?(o)
70
86
  self.class == o.class &&
71
- reason == o.reason
87
+ reason == o.reason &&
88
+ reconciliation_id_alternate == o.reconciliation_id_alternate
72
89
  end
73
90
 
74
91
  # @see the `==` method
@@ -80,7 +97,7 @@ module CyberSource
80
97
  # Calculates hash code according to all attributes.
81
98
  # @return [Fixnum] Hash code
82
99
  def hash
83
- [reason].hash
100
+ [reason, reconciliation_id_alternate].hash
84
101
  end
85
102
 
86
103
  # Builds the object from hash
@@ -46,7 +46,7 @@ module CyberSource
46
46
  # Please check with Cybersource customer support to see if your merchant account is configured correctly so you can include this field in your request. * For Payouts: max length for FDCCompass is String (22).
47
47
  attr_accessor :reconciliation_id
48
48
 
49
- # Value that links the current authorization request to the original authorization request. Set this value to the ID that was returned in the reply message from the original authorization request. This value is used for: - Partial authorizations - Split shipments
49
+ # Value that links the current authorization request to the original authorization request or previous declined Merchant Initiated Debt Recovery Transactions . Set this value to the ID that was returned in the reply message from the original authorization request or previous declined Merchant Initiated Debt Recovery Transactions. This value is used for: - Partial authorizations - Split shipments - Merchant Initiated Debt Recovery Transactions for Visa Platform Connect and China Union Pay merchants
50
50
  attr_accessor :link_id
51
51
 
52
52
  # Set this field to 3 to indicate that the request includes Level III data.
@@ -277,7 +277,7 @@ module CyberSource
277
277
  :'report_group' => :'String',
278
278
  :'visa_checkout_id' => :'String',
279
279
  :'industry_data_type' => :'String',
280
- :'authorization_options' => :'Ptsv2paymentsProcessingInformationAuthorizationOptions',
280
+ :'authorization_options' => :'ProcessingInfoAuthorizationOptions',
281
281
  :'capture_options' => :'Ptsv2paymentsProcessingInformationCaptureOptions',
282
282
  :'recurring_options' => :'Ptsv2paymentsProcessingInformationRecurringOptions',
283
283
  :'bank_transfer_options' => :'Ptsv2paymentsProcessingInformationBankTransferOptions',
@@ -35,6 +35,9 @@ module CyberSource
35
35
  # Merchant Commercial Enhanced Data Program (CEDP) verified indicator for capture/bill requests. This field is used when the client is doing authorization with a different gateway and capture/settlement with CyberSource. This field flows in ISO field 34, DSID 02 tag DA, in AN, EBCDIC format. Possible values: - `Y`: Merchant CEDP verified #### Used by **Capture Request** Request field for force capture/bill support when auth is done with a different gateway.
36
36
  attr_accessor :cedp_verified_indicator
37
37
 
38
+ # Interchange reimbursement fee program indicator (FPI), which is used when assessing the fee applied to a cross-border or domestic Asia Pacific financial transaction. Acquirers and issues retain and return the FPI value in chargeback and representments.
39
+ attr_accessor :fee_program_indicator
40
+
38
41
  # Attribute mapping from ruby-style variable name to JSON key.
39
42
  def self.attribute_map
40
43
  {
@@ -45,7 +48,8 @@ module CyberSource
45
48
  :'auth_approval_token' => :'authApprovalToken',
46
49
  :'supplementary_transaction_data' => :'supplementaryTransactionData',
47
50
  :'response_source_code' => :'responseSourceCode',
48
- :'cedp_verified_indicator' => :'cedpVerifiedIndicator'
51
+ :'cedp_verified_indicator' => :'cedpVerifiedIndicator',
52
+ :'fee_program_indicator' => :'feeProgramIndicator'
49
53
  }
50
54
  end
51
55
 
@@ -59,7 +63,8 @@ module CyberSource
59
63
  :'auth_approval_token' => :'auth_approval_token',
60
64
  :'supplementary_transaction_data' => :'supplementary_transaction_data',
61
65
  :'response_source_code' => :'response_source_code',
62
- :'cedp_verified_indicator' => :'cedp_verified_indicator'
66
+ :'cedp_verified_indicator' => :'cedp_verified_indicator',
67
+ :'fee_program_indicator' => :'fee_program_indicator'
63
68
  }
64
69
  end
65
70
 
@@ -73,7 +78,8 @@ module CyberSource
73
78
  :'auth_approval_token' => :'String',
74
79
  :'supplementary_transaction_data' => :'String',
75
80
  :'response_source_code' => :'String',
76
- :'cedp_verified_indicator' => :'String'
81
+ :'cedp_verified_indicator' => :'String',
82
+ :'fee_program_indicator' => :'String'
77
83
  }
78
84
  end
79
85
 
@@ -116,6 +122,10 @@ module CyberSource
116
122
  if attributes.has_key?(:'cedpVerifiedIndicator')
117
123
  self.cedp_verified_indicator = attributes[:'cedpVerifiedIndicator']
118
124
  end
125
+
126
+ if attributes.has_key?(:'feeProgramIndicator')
127
+ self.fee_program_indicator = attributes[:'feeProgramIndicator']
128
+ end
119
129
  end
120
130
 
121
131
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -161,6 +171,12 @@ module CyberSource
161
171
  @cedp_verified_indicator = cedp_verified_indicator
162
172
  end
163
173
 
174
+ # Custom attribute writer method with validation
175
+ # @param [Object] fee_program_indicator Value to be assigned
176
+ def fee_program_indicator=(fee_program_indicator)
177
+ @fee_program_indicator = fee_program_indicator
178
+ end
179
+
164
180
  # Checks equality by comparing each attribute.
165
181
  # @param [Object] Object to be compared
166
182
  def ==(o)
@@ -173,7 +189,8 @@ module CyberSource
173
189
  auth_approval_token == o.auth_approval_token &&
174
190
  supplementary_transaction_data == o.supplementary_transaction_data &&
175
191
  response_source_code == o.response_source_code &&
176
- cedp_verified_indicator == o.cedp_verified_indicator
192
+ cedp_verified_indicator == o.cedp_verified_indicator &&
193
+ fee_program_indicator == o.fee_program_indicator
177
194
  end
178
195
 
179
196
  # @see the `==` method
@@ -185,7 +202,7 @@ module CyberSource
185
202
  # Calculates hash code according to all attributes.
186
203
  # @return [Fixnum] Hash code
187
204
  def hash
188
- [pre_approval_token, authorization_options, reversal, network, auth_approval_token, supplementary_transaction_data, response_source_code, cedp_verified_indicator].hash
205
+ [pre_approval_token, authorization_options, reversal, network, auth_approval_token, supplementary_transaction_data, response_source_code, cedp_verified_indicator, fee_program_indicator].hash
189
206
  end
190
207
 
191
208
  # Builds the object from hash
@@ -19,7 +19,7 @@ module CyberSource
19
19
  # Please check with Cybersource customer support to see if your merchant account is configured correctly so you can include this field in your request. * For Payouts: max length for FDCCompass is String (22).
20
20
  attr_accessor :reconciliation_id
21
21
 
22
- # Value that links the current authorization request to the original authorization request. Set this value to the ID that was returned in the reply message from the original authorization request. This value is used for: - Partial authorizations - Split shipments
22
+ # Value that links the current authorization request to the original authorization request or previous declined Merchant Initiated Debt Recovery Transactions . Set this value to the ID that was returned in the reply message from the original authorization request or previous declined Merchant Initiated Debt Recovery Transactions. This value is used for: - Partial authorizations - Split shipments - Merchant Initiated Debt Recovery Transactions for Visa Platform Connect and China Union Pay merchants
23
23
  attr_accessor :link_id
24
24
 
25
25
  # Attribute that lets you define custom grouping for your processor reports. This field is supported only for **Worldpay VAP**.
@@ -22,7 +22,7 @@ module CyberSource
22
22
  # Please check with Cybersource customer support to see if your merchant account is configured correctly so you can include this field in your request. * For Payouts: max length for FDCCompass is String (22).
23
23
  attr_accessor :reconciliation_id
24
24
 
25
- # Value that links the current authorization request to the original authorization request. Set this value to the ID that was returned in the reply message from the original authorization request. This value is used for: - Partial authorizations - Split shipments
25
+ # Value that links the current authorization request to the original authorization request or previous declined Merchant Initiated Debt Recovery Transactions . Set this value to the ID that was returned in the reply message from the original authorization request or previous declined Merchant Initiated Debt Recovery Transactions. This value is used for: - Partial authorizations - Split shipments - Merchant Initiated Debt Recovery Transactions for Visa Platform Connect and China Union Pay merchants
26
26
  attr_accessor :link_id
27
27
 
28
28
  # Attribute that lets you define custom grouping for your processor reports. This field is supported only for **Worldpay VAP**.
@@ -16,24 +16,30 @@ module CyberSource
16
16
  # The reason for the refund.
17
17
  attr_accessor :reason
18
18
 
19
+ # Alternative reference number that can be up to 12 characters in length. If this field is used, it overrides any data added to the ccCaptureService_reconciliationID field. You can use this value to reconcile Cybersource reports with processor reports.
20
+ attr_accessor :reconciliation_id_alternate
21
+
19
22
  # Attribute mapping from ruby-style variable name to JSON key.
20
23
  def self.attribute_map
21
24
  {
22
- :'reason' => :'reason'
25
+ :'reason' => :'reason',
26
+ :'reconciliation_id_alternate' => :'reconciliationIdAlternate'
23
27
  }
24
28
  end
25
29
 
26
30
  # Attribute mapping from JSON key to ruby-style variable name.
27
31
  def self.json_map
28
32
  {
29
- :'reason' => :'reason'
33
+ :'reason' => :'reason',
34
+ :'reconciliation_id_alternate' => :'reconciliation_id_alternate'
30
35
  }
31
36
  end
32
37
 
33
38
  # Attribute type mapping.
34
39
  def self.swagger_types
35
40
  {
36
- :'reason' => :'String'
41
+ :'reason' => :'String',
42
+ :'reconciliation_id_alternate' => :'String'
37
43
  }
38
44
  end
39
45
 
@@ -48,6 +54,10 @@ module CyberSource
48
54
  if attributes.has_key?(:'reason')
49
55
  self.reason = attributes[:'reason']
50
56
  end
57
+
58
+ if attributes.has_key?(:'reconciliationIdAlternate')
59
+ self.reconciliation_id_alternate = attributes[:'reconciliationIdAlternate']
60
+ end
51
61
  end
52
62
 
53
63
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -63,12 +73,19 @@ module CyberSource
63
73
  true
64
74
  end
65
75
 
76
+ # Custom attribute writer method with validation
77
+ # @param [Object] reconciliation_id_alternate Value to be assigned
78
+ def reconciliation_id_alternate=(reconciliation_id_alternate)
79
+ @reconciliation_id_alternate = reconciliation_id_alternate
80
+ end
81
+
66
82
  # Checks equality by comparing each attribute.
67
83
  # @param [Object] Object to be compared
68
84
  def ==(o)
69
85
  return true if self.equal?(o)
70
86
  self.class == o.class &&
71
- reason == o.reason
87
+ reason == o.reason &&
88
+ reconciliation_id_alternate == o.reconciliation_id_alternate
72
89
  end
73
90
 
74
91
  # @see the `==` method
@@ -80,7 +97,7 @@ module CyberSource
80
97
  # Calculates hash code according to all attributes.
81
98
  # @return [Fixnum] Hash code
82
99
  def hash
83
- [reason].hash
100
+ [reason, reconciliation_id_alternate].hash
84
101
  end
85
102
 
86
103
  # Builds the object from hash
@@ -19,7 +19,7 @@ module CyberSource
19
19
  # Please check with Cybersource customer support to see if your merchant account is configured correctly so you can include this field in your request. * For Payouts: max length for FDCCompass is String (22).
20
20
  attr_accessor :reconciliation_id
21
21
 
22
- # Value that links the current authorization request to the original authorization request. Set this value to the ID that was returned in the reply message from the original authorization request. This value is used for: - Partial authorizations - Split shipments
22
+ # Value that links the current authorization request to the original authorization request or previous declined Merchant Initiated Debt Recovery Transactions . Set this value to the ID that was returned in the reply message from the original authorization request or previous declined Merchant Initiated Debt Recovery Transactions. This value is used for: - Partial authorizations - Split shipments - Merchant Initiated Debt Recovery Transactions for Visa Platform Connect and China Union Pay merchants
23
23
  attr_accessor :link_id
24
24
 
25
25
  # Attribute that lets you define custom grouping for your processor reports. This field is supported only for **Worldpay VAP**.
@@ -41,6 +41,8 @@ module CyberSource
41
41
 
42
42
  attr_accessor :processing_information
43
43
 
44
+ attr_accessor :issuer_information
45
+
44
46
  attr_accessor :_links
45
47
 
46
48
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -58,6 +60,7 @@ module CyberSource
58
60
  :'order_information' => :'orderInformation',
59
61
  :'payment_information' => :'paymentInformation',
60
62
  :'processing_information' => :'processingInformation',
63
+ :'issuer_information' => :'issuerInformation',
61
64
  :'_links' => :'_links'
62
65
  }
63
66
  end
@@ -77,6 +80,7 @@ module CyberSource
77
80
  :'order_information' => :'order_information',
78
81
  :'payment_information' => :'payment_information',
79
82
  :'processing_information' => :'processing_information',
83
+ :'issuer_information' => :'issuer_information',
80
84
  :'_links' => :'_links'
81
85
  }
82
86
  end
@@ -96,6 +100,7 @@ module CyberSource
96
100
  :'order_information' => :'PushFunds201ResponseOrderInformation',
97
101
  :'payment_information' => :'PushFunds201ResponsePaymentInformation',
98
102
  :'processing_information' => :'PushFunds201ResponseProcessingInformation',
103
+ :'issuer_information' => :'PushFunds201ResponseIssuerInformation',
99
104
  :'_links' => :'PushFunds201ResponseLinks'
100
105
  }
101
106
  end
@@ -156,6 +161,10 @@ module CyberSource
156
161
  self.processing_information = attributes[:'processingInformation']
157
162
  end
158
163
 
164
+ if attributes.has_key?(:'issuerInformation')
165
+ self.issuer_information = attributes[:'issuerInformation']
166
+ end
167
+
159
168
  if attributes.has_key?(:'_links')
160
169
  self._links = attributes[:'_links']
161
170
  end
@@ -215,6 +224,7 @@ module CyberSource
215
224
  order_information == o.order_information &&
216
225
  payment_information == o.payment_information &&
217
226
  processing_information == o.processing_information &&
227
+ issuer_information == o.issuer_information &&
218
228
  _links == o._links
219
229
  end
220
230
 
@@ -227,7 +237,7 @@ module CyberSource
227
237
  # Calculates hash code according to all attributes.
228
238
  # @return [Fixnum] Hash code
229
239
  def hash
230
- [id, submit_time_utc, status, reconciliation_id, client_reference_information, recipient_information, merchant_information, error_information, processor_information, order_information, payment_information, processing_information, _links].hash
240
+ [id, submit_time_utc, status, reconciliation_id, client_reference_information, recipient_information, merchant_information, error_information, processor_information, order_information, payment_information, processing_information, issuer_information, _links].hash
231
241
  end
232
242
 
233
243
  # Builds the object from hash