cybersource_rest_client 0.0.82 → 0.0.84

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 (400) hide show
  1. checksums.yaml +4 -4
  2. data/lib/AuthenticationSDK/authentication/jwt/JwtToken.rb +98 -42
  3. data/lib/AuthenticationSDK/core/MerchantConfig.rb +85 -44
  4. data/lib/AuthenticationSDK/logging/log_configuration.rb +2 -1
  5. data/lib/AuthenticationSDK/util/AuthJWEUtility.rb +1 -0
  6. data/lib/AuthenticationSDK/util/Cache.rb +7 -4
  7. data/lib/AuthenticationSDK/util/Constants.rb +8 -0
  8. data/lib/AuthenticationSDK/util/MLEUtility.rb +9 -0
  9. data/lib/cybersource_rest_client/api/batches_api.rb +1 -1
  10. data/lib/cybersource_rest_client/api/create_new_webhooks_api.rb +14 -22
  11. data/lib/cybersource_rest_client/api/credentials_api.rb +104 -0
  12. data/lib/cybersource_rest_client/api/customer_payment_instrument_api.rb +3 -3
  13. data/lib/cybersource_rest_client/api/enrollment_api.rb +2 -2
  14. data/lib/cybersource_rest_client/api/instructions_api.rb +10 -10
  15. data/lib/cybersource_rest_client/api/instrument_identifier_api.rb +3 -3
  16. data/lib/cybersource_rest_client/api/manage_webhooks_api.rb +20 -28
  17. data/lib/cybersource_rest_client/api/network_tokens_api.rb +654 -0
  18. data/lib/cybersource_rest_client/api/offers_api.rb +117 -0
  19. data/lib/cybersource_rest_client/api/plans_api.rb +1 -1
  20. data/lib/cybersource_rest_client/api/pull_funds_api.rb +404 -0
  21. data/lib/cybersource_rest_client/api/subscriptions_api.rb +183 -1
  22. data/lib/cybersource_rest_client/api/subscriptions_follow_ons_api.rb +1 -1
  23. data/lib/cybersource_rest_client/api/{transient_token_data_api.rb → transient_token_data_v2_api.rb} +91 -9
  24. data/lib/cybersource_rest_client/api/unified_checkout_v1_capture_context_api.rb +104 -0
  25. data/lib/cybersource_rest_client/api_client.rb +4 -0
  26. data/lib/cybersource_rest_client/models/account_validations_request.rb +15 -5
  27. data/lib/cybersource_rest_client/models/acpv1instructions_decline_threshold.rb +1 -1
  28. data/lib/cybersource_rest_client/models/acpv1instructions_mandates.rb +1 -1
  29. data/lib/cybersource_rest_client/models/acpv1instructions_recurring_payment_information.rb +1 -1
  30. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_processor_information.rb +1 -1
  31. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_processor_information_payment_instrument.rb +1 -1
  32. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_amount_detail.rb +1 -1
  33. data/lib/cybersource_rest_client/models/acpv1mppcredentials_challenge.rb +369 -0
  34. data/lib/cybersource_rest_client/models/acpv1mppcredentials_challenge_encryption_jwk.rb +336 -0
  35. data/lib/cybersource_rest_client/models/acpv1tokens_assurance_data.rb +7 -7
  36. data/lib/cybersource_rest_client/models/acpv1tokens_authenticated_identities.rb +1 -1
  37. data/lib/cybersource_rest_client/models/acpv1tokens_authentication_context.rb +1 -1
  38. data/lib/cybersource_rest_client/models/acpv1tokens_bill_to.rb +1 -1
  39. data/lib/cybersource_rest_client/models/acpv1tokens_buyer_information.rb +1 -1
  40. data/lib/cybersource_rest_client/models/acpv1tokens_consumer_identity.rb +1 -1
  41. data/lib/cybersource_rest_client/models/acpv1tokens_device_information.rb +1 -1
  42. data/lib/cybersource_rest_client/models/acpv1tokens_enrollment_reference_data.rb +1 -1
  43. data/lib/cybersource_rest_client/models/acpv1tokens_payment_information.rb +1 -1
  44. data/lib/cybersource_rest_client/models/add_negative_list_request.rb +1 -1
  45. data/lib/cybersource_rest_client/models/auth_reversal_request.rb +11 -1
  46. data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information.rb +32 -6
  47. data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_bank.rb +1 -1
  48. data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_bank_account.rb +1 -1
  49. data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_customer.rb +196 -0
  50. data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_instrument_identifier.rb +196 -0
  51. data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_payment_instrument.rb +196 -0
  52. data/lib/cybersource_rest_client/models/bavsv1accountvalidations_token_information.rb +208 -0
  53. data/lib/cybersource_rest_client/models/boardingv1registrations_integration_information.rb +15 -5
  54. data/lib/cybersource_rest_client/models/boardingv1registrations_integration_information_msd.rb +196 -0
  55. data/lib/cybersource_rest_client/models/card_processing_config_common_processors.rb +105 -1
  56. data/lib/cybersource_rest_client/models/check_payer_auth_enrollment_request.rb +1 -1
  57. data/lib/cybersource_rest_client/models/commerce_solutions_products.rb +15 -5
  58. data/lib/cybersource_rest_client/models/create_credit_request.rb +15 -5
  59. data/lib/cybersource_rest_client/models/create_subscription_request.rb +1 -1
  60. data/lib/cybersource_rest_client/models/create_subscription_request_1.rb +1 -1
  61. data/lib/cybersource_rest_client/models/fraud_marking_action_request.rb +1 -1
  62. data/lib/cybersource_rest_client/models/generate_unified_checkout_v1_capture_context_request.rb +334 -0
  63. data/lib/cybersource_rest_client/models/get_all_subscriptions_response_order_information.rb +1 -1
  64. data/lib/cybersource_rest_client/models/get_all_subscriptions_response_order_information_amount_details.rb +240 -0
  65. data/lib/cybersource_rest_client/models/get_all_subscriptions_response_order_information_amount_details_surcharge.rb +213 -0
  66. data/lib/cybersource_rest_client/models/get_subscriptions_payments_response.rb +247 -0
  67. data/lib/cybersource_rest_client/models/get_subscriptions_payments_response_1.rb +224 -0
  68. data/lib/cybersource_rest_client/models/{pbl_payment_links_post201_response__links.rb → get_subscriptions_payments_response_1__links.rb} +1 -1
  69. data/lib/cybersource_rest_client/models/get_subscriptions_payments_response__links.rb +209 -0
  70. data/lib/cybersource_rest_client/models/get_subscriptions_payments_response_cycles_completed_count.rb +191 -0
  71. data/lib/cybersource_rest_client/models/get_subscriptions_payments_response_subscription_payment.rb +356 -0
  72. data/lib/cybersource_rest_client/models/inline_response_200_16.rb +2 -2
  73. data/lib/cybersource_rest_client/models/inline_response_200_5_integration_information.rb +15 -5
  74. data/lib/cybersource_rest_client/models/inline_response_201_1_tokenized_card.rb +27 -6
  75. data/lib/cybersource_rest_client/models/inline_response_201_4_setups_commerce_solutions.rb +15 -5
  76. data/lib/cybersource_rest_client/models/inline_response_201_4_setups_payments.rb +25 -5
  77. data/lib/cybersource_rest_client/models/inline_response_201_4_setups_risk.rb +15 -5
  78. data/lib/cybersource_rest_client/models/inline_response_201_4_setups_value_added_services.rb +25 -5
  79. data/lib/cybersource_rest_client/models/inline_response_201_9.rb +297 -0
  80. data/lib/cybersource_rest_client/models/{kmsegressv2keysasym_client_reference_information.rb → inline_response_201_9_client_reference_information.rb} +2 -3
  81. data/lib/cybersource_rest_client/models/{inline_response_200_16_error_information.rb → inline_response_201_9_error_information.rb} +1 -1
  82. data/lib/cybersource_rest_client/models/{inline_response_200_16_order_information.rb → inline_response_201_9_order_information.rb} +2 -2
  83. data/lib/cybersource_rest_client/models/{inline_response_200_16_order_information_currency_conversion.rb → inline_response_201_9_order_information_currency_conversion.rb} +2 -2
  84. data/lib/cybersource_rest_client/models/{inline_response_200_16_order_information_currency_conversion_offer.rb → inline_response_201_9_order_information_currency_conversion_offer.rb} +1 -1
  85. data/lib/cybersource_rest_client/models/inline_response_201_9_processor_information.rb +196 -0
  86. data/lib/cybersource_rest_client/models/inline_response_400_10.rb +236 -0
  87. data/lib/cybersource_rest_client/models/{inline_response_400_8_details.rb → inline_response_400_10_details.rb} +1 -1
  88. data/lib/cybersource_rest_client/models/inline_response_400_11.rb +235 -0
  89. data/lib/cybersource_rest_client/models/{inline_response_400_7_details.rb → inline_response_400_11_details.rb} +3 -3
  90. data/lib/cybersource_rest_client/models/inline_response_400_12.rb +281 -0
  91. data/lib/cybersource_rest_client/models/inline_response_400_6.rb +37 -60
  92. data/lib/cybersource_rest_client/models/inline_response_400_7.rb +6 -6
  93. data/lib/cybersource_rest_client/models/inline_response_400_8.rb +58 -36
  94. data/lib/cybersource_rest_client/models/{inline_response_400_6_fields.rb → inline_response_400_8_fields.rb} +1 -1
  95. data/lib/cybersource_rest_client/models/inline_response_400_9.rb +16 -16
  96. data/lib/cybersource_rest_client/models/inline_response_400_9_details.rb +2 -2
  97. data/lib/cybersource_rest_client/models/inline_response_404.rb +10 -20
  98. data/lib/cybersource_rest_client/models/inline_response_404_1.rb +7 -42
  99. data/lib/cybersource_rest_client/models/inline_response_404_2.rb +8 -7
  100. data/lib/cybersource_rest_client/models/{inline_response_404_1_details.rb → inline_response_404_2_details.rb} +1 -1
  101. data/lib/cybersource_rest_client/models/inline_response_404_3.rb +26 -2
  102. data/lib/cybersource_rest_client/models/inline_response_404_4.rb +17 -29
  103. data/lib/cybersource_rest_client/models/{inline_response_404_3_details.rb → inline_response_404_4_details.rb} +1 -1
  104. data/lib/cybersource_rest_client/models/inline_response_404_5.rb +28 -28
  105. data/lib/cybersource_rest_client/models/inline_response_404_6.rb +223 -0
  106. data/lib/cybersource_rest_client/models/inline_response_404_errors.rb +201 -0
  107. data/lib/cybersource_rest_client/models/inline_response_422_1.rb +1 -1
  108. data/lib/cybersource_rest_client/models/{inline_response_500_4.rb → inline_response_502_2.rb} +1 -1
  109. data/lib/cybersource_rest_client/models/iplv2paymentlinks_order_information_line_items.rb +73 -5
  110. data/lib/cybersource_rest_client/models/mit_reversal_request.rb +11 -1
  111. data/lib/cybersource_rest_client/models/mpp_credentials_request.rb +221 -0
  112. data/lib/cybersource_rest_client/models/mpp_credentials_response200.rb +338 -0
  113. data/lib/cybersource_rest_client/models/offer_request.rb +219 -0
  114. data/lib/cybersource_rest_client/models/patch_customer_payment_instrument_request.rb +1 -1
  115. data/lib/cybersource_rest_client/models/patch_customer_request.rb +1 -1
  116. data/lib/cybersource_rest_client/models/patch_payment_instrument_request.rb +1 -1
  117. data/lib/cybersource_rest_client/models/payer_auth_setup_request.rb +1 -1
  118. data/lib/cybersource_rest_client/models/payment_instrument_list_1__embedded.rb +1 -1
  119. data/lib/cybersource_rest_client/models/payment_instrument_list__embedded.rb +1 -1
  120. data/lib/cybersource_rest_client/models/{payment_instrument_list_1__embedded__embedded.rb → payment_instrument_list__embedded__embedded.rb} +1 -1
  121. data/lib/cybersource_rest_client/models/{payment_instrument_list_1__embedded_payment_instruments.rb → payment_instrument_list__embedded_payment_instruments.rb} +2 -2
  122. data/lib/cybersource_rest_client/models/payments_products.rb +25 -5
  123. data/lib/cybersource_rest_client/models/payments_products_currency_conversion_configuration_information_configurations_processors.rb +14 -2
  124. data/lib/cybersource_rest_client/models/payments_products_microform.rb +199 -0
  125. data/lib/cybersource_rest_client/models/payments_products_microform_configuration_information.rb +199 -0
  126. data/lib/cybersource_rest_client/models/payments_products_microform_configuration_information_configurations.rb +189 -0
  127. data/lib/cybersource_rest_client/models/payments_products_microform_configuration_information_configurations_features.rb +189 -0
  128. data/lib/cybersource_rest_client/models/payments_products_microform_configuration_information_configurations_features_gateway_agnostic.rb +189 -0
  129. data/lib/cybersource_rest_client/models/payments_products_microform_subscription_information.rb +227 -0
  130. data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_info_features_portfolio_accessof_sensi_data.rb +190 -0
  131. data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features.rb +205 -5
  132. data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_after_pay.rb +190 -0
  133. data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_apple_pay.rb +190 -0
  134. data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_bancontact.rb +190 -0
  135. data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_click_to_pay.rb +190 -0
  136. data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_decision_manager.rb +190 -0
  137. data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_dragon_pay.rb +190 -0
  138. data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_e_check.rb +190 -0
  139. data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_google_pay.rb +190 -0
  140. data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_ideal.rb +190 -0
  141. data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_konbini.rb +190 -0
  142. data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_multibanco.rb +190 -0
  143. data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_my_bank.rb +190 -0
  144. data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_p24.rb +190 -0
  145. data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_pay_pal.rb +190 -0
  146. data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_payer_authentication.rb +190 -0
  147. data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_tink_pay_by_bank.rb +190 -0
  148. data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_token_management.rb +190 -0
  149. data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_unified_click_to_pay_sdk.rb +190 -0
  150. data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_venmo.rb +190 -0
  151. data/lib/cybersource_rest_client/models/pbl_payment_links_get200_response.rb +1 -1
  152. data/lib/cybersource_rest_client/models/pbl_payment_links_post201_response.rb +1 -1
  153. data/lib/cybersource_rest_client/models/post_customer_payment_instrument_request.rb +1 -1
  154. data/lib/cybersource_rest_client/models/post_customer_request.rb +1 -1
  155. data/lib/cybersource_rest_client/models/post_payment_instrument_request.rb +1 -1
  156. data/lib/cybersource_rest_client/models/post_tokenized_card_request.rb +15 -5
  157. data/lib/cybersource_rest_client/models/pts_v2_create_billing_agreement_post201_response_agreement_information.rb +80 -1
  158. data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response.rb +55 -5
  159. data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_merchant_information.rb +196 -0
  160. data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_payment_account_information.rb +189 -0
  161. data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_payment_information.rb +15 -5
  162. data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_payment_information_account_features.rb +196 -0
  163. data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_token_information.rb +189 -0
  164. data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_error_information.rb +1 -1
  165. data/lib/cybersource_rest_client/models/pts_v2_modify_billing_agreement_post201_response_agreement_information.rb +35 -1
  166. data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_point_of_sale_information.rb +22 -5
  167. data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_processor_information.rb +2 -2
  168. data/lib/cybersource_rest_client/models/pts_v2_payments_order_post201_response_order_information_shipping_details.rb +1 -1
  169. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_consumer_authentication_information.rb +106 -5
  170. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_consumer_authentication_information_strong_authentication.rb +22 -5
  171. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_error_information.rb +1 -1
  172. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_account_information.rb +15 -5
  173. data/lib/cybersource_rest_client/models/{pts_v2_payments_post201_response_payment_information_tokenized_card.rb → pts_v2_payments_post201_response_payment_account_information_tokenized_card.rb} +1 -1
  174. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information.rb +1 -1
  175. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processing_information.rb +18 -1
  176. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information.rb +23 -6
  177. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information.rb +15 -5
  178. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_third_party_token.rb +213 -0
  179. data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response.rb +16 -6
  180. data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_error_information.rb +213 -0
  181. data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_order_information_amount_details.rb +18 -1
  182. data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_processor_information.rb +19 -2
  183. data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response_processor_information.rb +1 -1
  184. data/lib/cybersource_rest_client/models/pts_v2_payments_voids_post201_response_processor_information.rb +7 -1
  185. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information.rb +45 -5
  186. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information_avs.rb +196 -0
  187. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information_customer.rb +196 -0
  188. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information_electronic_verification_results.rb +281 -0
  189. data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_aggregator_information.rb +317 -0
  190. data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_aggregator_information_sub_merchant.rb +196 -0
  191. data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_buyer_information.rb +196 -0
  192. data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_client_reference_information.rb +247 -0
  193. data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_merchant_information.rb +189 -0
  194. data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_merchant_information_merchant_descriptor.rb +349 -0
  195. data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_order_information.rb +206 -0
  196. data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_order_information_amount_details.rb +275 -0
  197. data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_info_funding_options_initiator_origin_ini_transaction.rb +222 -0
  198. data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information.rb +308 -0
  199. data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information_funding_options.rb +189 -0
  200. data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information_funding_options_initiator.rb +228 -0
  201. data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information_payouts_options.rb +196 -0
  202. data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information_recurring_options.rb +190 -0
  203. data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_recipient_information.rb +607 -0
  204. data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_recipient_information_personal_identification.rb +265 -0
  205. data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information.rb +595 -0
  206. data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_account.rb +213 -0
  207. data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_consumer_authentication.rb +206 -0
  208. data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_consumer_authentication_strong_authentication.rb +264 -0
  209. data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_payment_information.rb +255 -0
  210. data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_payment_information_card.rb +291 -0
  211. data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_payment_information_customer.rb +196 -0
  212. data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_payment_information_instrument_identifier.rb +196 -0
  213. data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_payment_information_payment_instrument.rb +196 -0
  214. data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_payment_information_tokenized_card.rb +281 -0
  215. data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_personal_identification.rb +274 -0
  216. data/lib/cybersource_rest_client/models/ptsv1pullfundstransferidrefund_order_information.rb +194 -0
  217. data/lib/cybersource_rest_client/models/ptsv1pullfundstransferidrefund_order_information_amount_details.rb +205 -0
  218. data/lib/cybersource_rest_client/models/ptsv1pullfundstransferidreversal_reversal_information.rb +194 -0
  219. data/lib/cybersource_rest_client/models/ptsv1pullfundstransferidreversal_reversal_information_amount_details.rb +205 -0
  220. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_merchant_information.rb +15 -14
  221. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_merchant_information_merchant_descriptor.rb +298 -0
  222. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_payment_information.rb +219 -0
  223. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_payment_information_card.rb +264 -0
  224. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_payment_information_customer.rb +196 -0
  225. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_payment_information_instrument_identifier.rb +196 -0
  226. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_payment_information_payment_instrument.rb +196 -0
  227. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information.rb +36 -6
  228. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information_payouts_options.rb +1 -1
  229. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_payment_information_card.rb +1 -19
  230. data/lib/cybersource_rest_client/models/ptsv2billingagreements_agreement_information.rb +84 -5
  231. data/lib/cybersource_rest_client/models/ptsv2billingagreements_order_information.rb +12 -2
  232. data/lib/cybersource_rest_client/models/ptsv2billingagreements_order_information_amount_details.rb +230 -0
  233. data/lib/cybersource_rest_client/models/{ptsv2intents_order_information_invoice_details.rb → ptsv2billingagreements_order_information_invoice_details.rb} +1 -1
  234. data/lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_bank.rb +15 -5
  235. data/lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_bank_account_alias.rb +207 -0
  236. data/lib/cybersource_rest_client/models/ptsv2billingagreements_processing_information.rb +18 -1
  237. data/lib/cybersource_rest_client/models/ptsv2billingagreementsid_agreement_information.rb +56 -5
  238. data/lib/cybersource_rest_client/models/ptsv2billingagreementsid_processing_information.rb +18 -1
  239. data/lib/cybersource_rest_client/models/ptsv2credits_processing_information.rb +52 -5
  240. data/lib/cybersource_rest_client/models/ptsv2credits_sender_information.rb +18 -1
  241. data/lib/cybersource_rest_client/models/ptsv2credits_token_information.rb +228 -0
  242. data/lib/cybersource_rest_client/models/ptsv2intents_order_information.rb +1 -1
  243. data/lib/cybersource_rest_client/models/ptsv2intentsid_order_information.rb +1 -1
  244. data/lib/cybersource_rest_client/models/ptsv2payments_aggregator_information_sub_merchant.rb +15 -5
  245. data/lib/cybersource_rest_client/models/ptsv2payments_consumer_authentication_information.rb +16 -5
  246. data/lib/cybersource_rest_client/models/ptsv2payments_order_information.rb +28 -1
  247. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_digital_currency.rb +231 -0
  248. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_shipping_details.rb +23 -6
  249. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information.rb +32 -5
  250. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank.rb +15 -5
  251. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank_account_alias.rb +207 -0
  252. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_third_party_token.rb +196 -0
  253. data/lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information.rb +18 -1
  254. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information.rb +89 -6
  255. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_program_indicators.rb +202 -0
  256. data/lib/cybersource_rest_client/models/ptsv2payments_processor_information.rb +56 -5
  257. data/lib/cybersource_rest_client/models/ptsv2payments_recipient_information.rb +16 -5
  258. data/lib/cybersource_rest_client/models/ptsv2payments_sender_information.rb +16 -5
  259. data/lib/cybersource_rest_client/models/ptsv2payments_token_information.rb +32 -5
  260. data/lib/cybersource_rest_client/models/ptsv2payments_token_information_token_authentication_information.rb +193 -0
  261. data/lib/cybersource_rest_client/models/ptsv2payments_token_information_token_authentication_information_authenticated_identities.rb +252 -0
  262. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_aggregator_information_sub_merchant.rb +15 -5
  263. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_shipping_details.rb +100 -5
  264. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_point_of_sale_information.rb +22 -5
  265. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processing_information.rb +18 -1
  266. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processor_information.rb +39 -5
  267. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information.rb +15 -5
  268. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information_shipping_details.rb +196 -0
  269. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information.rb +32 -5
  270. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_processing_information.rb +22 -5
  271. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_device_information.rb +196 -0
  272. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_payment_information.rb +22 -5
  273. data/lib/cybersource_rest_client/models/ptsv2payouts_processing_information.rb +18 -5
  274. data/lib/cybersource_rest_client/models/ptsv2payouts_processing_information_payouts_options.rb +1 -1
  275. data/lib/cybersource_rest_client/models/pull_funds201_response.rb +270 -0
  276. data/lib/cybersource_rest_client/models/pull_funds201_response__links.rb +239 -0
  277. data/lib/cybersource_rest_client/models/pull_funds201_response__links_customer.rb +202 -0
  278. data/lib/cybersource_rest_client/models/pull_funds201_response__links_instrument_identifier.rb +202 -0
  279. data/lib/cybersource_rest_client/models/pull_funds201_response__links_payment_instrument.rb +202 -0
  280. data/lib/cybersource_rest_client/models/pull_funds201_response__links_refund.rb +202 -0
  281. data/lib/cybersource_rest_client/models/pull_funds201_response__links_reversal.rb +202 -0
  282. data/lib/cybersource_rest_client/models/pull_funds201_response__links_self.rb +202 -0
  283. data/lib/cybersource_rest_client/models/pull_funds201_response_error_information.rb +225 -0
  284. data/lib/cybersource_rest_client/models/pull_funds201_response_error_information_details.rb +213 -0
  285. data/lib/cybersource_rest_client/models/pull_funds201_response_order_information.rb +189 -0
  286. data/lib/cybersource_rest_client/models/pull_funds201_response_order_information_amount_details.rb +222 -0
  287. data/lib/cybersource_rest_client/models/pull_funds201_response_processor_information.rb +331 -0
  288. data/lib/cybersource_rest_client/models/pull_funds201_response_processor_information_consumer_authentication_response.rb +196 -0
  289. data/lib/cybersource_rest_client/models/pull_funds_refund201_response.rb +260 -0
  290. data/lib/cybersource_rest_client/models/pull_funds_refund201_response__links.rb +189 -0
  291. data/lib/cybersource_rest_client/models/pull_funds_refund201_response__links_self.rb +202 -0
  292. data/lib/cybersource_rest_client/models/pull_funds_refund201_response_processor_information.rb +213 -0
  293. data/lib/cybersource_rest_client/models/pull_funds_refund_request.rb +204 -0
  294. data/lib/cybersource_rest_client/models/pull_funds_request.rb +259 -0
  295. data/lib/cybersource_rest_client/models/pull_funds_reversal201_response.rb +260 -0
  296. data/lib/cybersource_rest_client/models/pull_funds_reversal201_response__links.rb +189 -0
  297. data/lib/cybersource_rest_client/models/pull_funds_reversal201_response__links_self.rb +202 -0
  298. data/lib/cybersource_rest_client/models/pull_funds_reversal201_response_error_information.rb +219 -0
  299. data/lib/cybersource_rest_client/models/pull_funds_reversal201_response_error_information_details.rb +207 -0
  300. data/lib/cybersource_rest_client/models/pull_funds_reversal201_response_processor_information.rb +247 -0
  301. data/lib/cybersource_rest_client/models/pull_funds_reversal400_response.rb +258 -0
  302. data/lib/cybersource_rest_client/models/pull_funds_reversal_request.rb +204 -0
  303. data/lib/cybersource_rest_client/models/push_funds201_response_error_information.rb +1 -1
  304. data/lib/cybersource_rest_client/models/push_funds201_response_processor_information.rb +55 -5
  305. data/lib/cybersource_rest_client/models/push_funds201_response_processor_information_merchant_advice.rb +213 -0
  306. data/lib/cybersource_rest_client/models/push_funds_request.rb +11 -1
  307. data/lib/cybersource_rest_client/models/rbsv1subscriptions_order_information.rb +189 -0
  308. data/lib/cybersource_rest_client/models/rbsv1subscriptionsid_order_information_amount_details.rb +15 -5
  309. data/lib/cybersource_rest_client/models/risk_products.rb +15 -5
  310. data/lib/cybersource_rest_client/models/riskv1addressverifications_order_information_line_items.rb +1 -10
  311. data/lib/cybersource_rest_client/models/riskv1decisions_client_reference_information.rb +0 -9
  312. data/lib/cybersource_rest_client/models/riskv1decisions_order_information_line_items.rb +1 -1
  313. data/lib/cybersource_rest_client/models/riskv1decisions_order_information_ship_to.rb +39 -5
  314. data/lib/cybersource_rest_client/models/riskv1decisions_order_information_shipping_details.rb +1 -1
  315. data/lib/cybersource_rest_client/models/riskv1liststypeentries_order_information_line_items.rb +1 -1
  316. data/lib/cybersource_rest_client/models/save_asym_egress_key.rb +1 -1
  317. data/lib/cybersource_rest_client/models/tms_bin_lookup_payment_account_information_features.rb +39 -6
  318. data/lib/cybersource_rest_client/models/tms_card_art.rb +23 -1
  319. data/lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_bill_to.rb +22 -5
  320. data/lib/cybersource_rest_client/models/tms_tokenized_card_delete_request.rb +189 -0
  321. data/lib/cybersource_rest_client/models/tmsv1paymentinstruments__embedded.rb +190 -0
  322. data/lib/cybersource_rest_client/models/tmsv2_tokenized_card.rb +23 -2
  323. data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_card.rb +1 -1
  324. data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata.rb +16 -5
  325. data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_issuer.rb +41 -8
  326. data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_issuer_bank_applications.rb +201 -0
  327. data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_issuer_capabilities.rb +257 -0
  328. data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_verification_results.rb +202 -0
  329. data/lib/cybersource_rest_client/models/tmsv2customers__embedded.rb +200 -0
  330. data/lib/cybersource_rest_client/models/tmsv2tokenize_processing_information.rb +1 -1
  331. data/lib/cybersource_rest_client/models/{tmsv3tokenstoken_idpaymentcredentials_order_information_bill_to.rb → tmsv2tokenizedcards_bill_to.rb} +1 -1
  332. data/lib/cybersource_rest_client/models/tmsv2tokenizedcardstokenized_card_iddelete_reason.rb +208 -0
  333. data/lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_order_information.rb +1 -1
  334. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_shipping_details.rb +1 -1
  335. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_sender_information.rb +1 -1
  336. data/lib/cybersource_rest_client/models/ucv1sessions_appearance.rb +207 -0
  337. data/lib/cybersource_rest_client/models/ucv1sessions_appearance_variables.rb +1645 -0
  338. data/lib/cybersource_rest_client/models/ucv1sessions_capture_mandate.rb +296 -0
  339. data/lib/cybersource_rest_client/models/ucv1sessions_capture_mandate_cpf.rb +190 -0
  340. data/lib/cybersource_rest_client/models/ucv1sessions_complete_mandate.rb +229 -0
  341. data/lib/cybersource_rest_client/models/ucv1sessions_complete_mandate_tms.rb +204 -0
  342. data/lib/cybersource_rest_client/models/ucv1sessions_data.rb +311 -0
  343. data/lib/cybersource_rest_client/models/ucv1sessions_data_aggregator_information.rb +325 -0
  344. data/lib/cybersource_rest_client/models/ucv1sessions_data_aggregator_information_sub_merchant.rb +366 -0
  345. data/lib/cybersource_rest_client/models/ucv1sessions_data_buyer_information.rb +259 -0
  346. data/lib/cybersource_rest_client/models/ucv1sessions_data_buyer_information_personal_identification.rb +224 -0
  347. data/lib/cybersource_rest_client/models/ucv1sessions_data_consumer_authentication_information.rb +247 -0
  348. data/lib/cybersource_rest_client/models/ucv1sessions_data_device_information.rb +196 -0
  349. data/lib/cybersource_rest_client/models/ucv1sessions_data_installment_information.rb +196 -0
  350. data/lib/cybersource_rest_client/models/ucv1sessions_data_merchant_defined_information.rb +214 -0
  351. data/lib/cybersource_rest_client/models/ucv1sessions_data_merchant_information.rb +206 -0
  352. data/lib/cybersource_rest_client/models/ucv1sessions_data_merchant_information_merchant_descriptor.rb +332 -0
  353. data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information.rb +241 -0
  354. data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_amount_details.rb +353 -0
  355. data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_amount_details_tax_details.rb +213 -0
  356. data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_bill_to.rb +483 -0
  357. data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_bill_to_company.rb +298 -0
  358. data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_invoice_details.rb +242 -0
  359. data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_invoice_details_transaction_advice_addendum.rb +196 -0
  360. data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_line_items.rb +702 -0
  361. data/lib/cybersource_rest_client/models/{riskv1liststypeentries_client_reference_information.rb → ucv1sessions_data_order_information_shipping_details.rb} +24 -43
  362. data/lib/cybersource_rest_client/models/ucv1sessions_data_payment_information.rb +189 -0
  363. data/lib/cybersource_rest_client/models/ucv1sessions_data_payment_information_card.rb +196 -0
  364. data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information.rb +294 -0
  365. data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_authorization_options.rb +233 -0
  366. data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_authorization_options_initiator.rb +200 -0
  367. data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_bank_transfer_options.rb +196 -0
  368. data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_recurring_options.rb +192 -0
  369. data/lib/cybersource_rest_client/models/ucv1sessions_data_recipient_information.rb +383 -0
  370. data/lib/cybersource_rest_client/models/ucv1sessions_data_sender_information.rb +376 -0
  371. data/lib/cybersource_rest_client/models/ucv1sessions_data_sender_information_account.rb +213 -0
  372. data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations.rb +210 -0
  373. data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_clicktopay.rb +190 -0
  374. data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_googlepay.rb +192 -0
  375. data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_tms_token.rb +216 -0
  376. data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_tms_token_customer.rb +196 -0
  377. data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_tms_token_instrument_identifiers.rb +195 -0
  378. data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_tms_token_payment_instruments.rb +195 -0
  379. data/lib/cybersource_rest_client/models/ucv1sessions_transient_token_response_options.rb +190 -0
  380. data/lib/cybersource_rest_client/models/update_payments.rb +192 -0
  381. data/lib/cybersource_rest_client/models/upv1capturecontexts_data_order_information_bill_to_company.rb +20 -20
  382. data/lib/cybersource_rest_client/models/upv1capturecontexts_order_information.rb +1 -1
  383. data/lib/cybersource_rest_client/models/upv1capturecontexts_order_information_bill_to.rb +483 -0
  384. data/lib/cybersource_rest_client/models/upv1capturecontexts_order_information_bill_to_company.rb +366 -0
  385. data/lib/cybersource_rest_client/models/validate_export_compliance_request.rb +1 -1
  386. data/lib/cybersource_rest_client/models/validate_request.rb +1 -1
  387. data/lib/cybersource_rest_client/models/value_added_services_products.rb +25 -5
  388. data/lib/cybersource_rest_client/models/{riskv1authenticationsetups_client_reference_information.rb → vasv1currencyconversion_client_reference_information.rb} +43 -26
  389. data/lib/cybersource_rest_client/models/vasv1currencyconversion_client_reference_information_partner.rb +213 -0
  390. data/lib/cybersource_rest_client/models/vasv1currencyconversion_order_information.rb +199 -0
  391. data/lib/cybersource_rest_client/models/vasv1currencyconversion_order_information_amount_details.rb +213 -0
  392. data/lib/cybersource_rest_client/models/vasv1currencyconversion_order_information_currency_conversion.rb +198 -0
  393. data/lib/cybersource_rest_client/models/vasv1currencyconversion_payment_information.rb +189 -0
  394. data/lib/cybersource_rest_client/models/vasv1currencyconversion_payment_information_card.rb +196 -0
  395. data/lib/cybersource_rest_client/models/vasv1currencyconversion_point_of_sale_information.rb +213 -0
  396. data/lib/cybersource_rest_client/models/verify_customer_address_request.rb +1 -1
  397. data/lib/cybersource_rest_client.rb +222 -22
  398. metadata +281 -75
  399. data/lib/cybersource_rest_client/api/token_api.rb +0 -306
  400. data/lib/cybersource_rest_client/api/tokenized_card_api.rb +0 -371
@@ -140,6 +140,27 @@ module CyberSource
140
140
  # Enables the communication of trusted beneficiary/whitelist status between the ACS, the DS and the 3DS Requestor. Possible Values: Y - 3DS Requestor is whitelisted by cardholder N - 3DS Requestor is not whitelisted by cardholder
141
141
  attr_accessor :white_list_status
142
142
 
143
+ #
144
+ attr_accessor :token
145
+
146
+ # Unique identifier assigned by the EMVCo Secretariat upon Testing and Approval.
147
+ attr_accessor :acs_reference_number
148
+
149
+ # Directory Server assigned ACS identifier.
150
+ attr_accessor :acs_operator_id
151
+
152
+ # Risk Assessment from Mastercard
153
+ attr_accessor :idci_score
154
+
155
+ # Decision on the Risk Assessment from Mastercard.
156
+ attr_accessor :idci_decision
157
+
158
+ # ReasonCode from Mastercard
159
+ attr_accessor :idci_reason_code1
160
+
161
+ # ReasonCode from Mastercard
162
+ attr_accessor :idci_reason_code2
163
+
143
164
  # Attribute mapping from ruby-style variable name to JSON key.
144
165
  def self.attribute_map
145
166
  {
@@ -185,7 +206,14 @@ module CyberSource
185
206
  :'authentication_status_msg' => :'authenticationStatusMsg',
186
207
  :'indicator' => :'indicator',
187
208
  :'interaction_counter' => :'interactionCounter',
188
- :'white_list_status' => :'whiteListStatus'
209
+ :'white_list_status' => :'whiteListStatus',
210
+ :'token' => :'token',
211
+ :'acs_reference_number' => :'acsReferenceNumber',
212
+ :'acs_operator_id' => :'acsOperatorID',
213
+ :'idci_score' => :'idciScore',
214
+ :'idci_decision' => :'idciDecision',
215
+ :'idci_reason_code1' => :'idciReasonCode1',
216
+ :'idci_reason_code2' => :'idciReasonCode2'
189
217
  }
190
218
  end
191
219
 
@@ -234,7 +262,14 @@ module CyberSource
234
262
  :'authentication_status_msg' => :'authentication_status_msg',
235
263
  :'indicator' => :'indicator',
236
264
  :'interaction_counter' => :'interaction_counter',
237
- :'white_list_status' => :'white_list_status'
265
+ :'white_list_status' => :'white_list_status',
266
+ :'token' => :'token',
267
+ :'acs_reference_number' => :'acs_reference_number',
268
+ :'acs_operator_id' => :'acs_operator_id',
269
+ :'idci_score' => :'idci_score',
270
+ :'idci_decision' => :'idci_decision',
271
+ :'idci_reason_code1' => :'idci_reason_code1',
272
+ :'idci_reason_code2' => :'idci_reason_code2'
238
273
  }
239
274
  end
240
275
 
@@ -283,7 +318,14 @@ module CyberSource
283
318
  :'authentication_status_msg' => :'String',
284
319
  :'indicator' => :'String',
285
320
  :'interaction_counter' => :'String',
286
- :'white_list_status' => :'String'
321
+ :'white_list_status' => :'String',
322
+ :'token' => :'String',
323
+ :'acs_reference_number' => :'String',
324
+ :'acs_operator_id' => :'String',
325
+ :'idci_score' => :'Integer',
326
+ :'idci_decision' => :'String',
327
+ :'idci_reason_code1' => :'String',
328
+ :'idci_reason_code2' => :'String'
287
329
  }
288
330
  end
289
331
 
@@ -466,6 +508,34 @@ module CyberSource
466
508
  if attributes.has_key?(:'whiteListStatus')
467
509
  self.white_list_status = attributes[:'whiteListStatus']
468
510
  end
511
+
512
+ if attributes.has_key?(:'token')
513
+ self.token = attributes[:'token']
514
+ end
515
+
516
+ if attributes.has_key?(:'acsReferenceNumber')
517
+ self.acs_reference_number = attributes[:'acsReferenceNumber']
518
+ end
519
+
520
+ if attributes.has_key?(:'acsOperatorID')
521
+ self.acs_operator_id = attributes[:'acsOperatorID']
522
+ end
523
+
524
+ if attributes.has_key?(:'idciScore')
525
+ self.idci_score = attributes[:'idciScore']
526
+ end
527
+
528
+ if attributes.has_key?(:'idciDecision')
529
+ self.idci_decision = attributes[:'idciDecision']
530
+ end
531
+
532
+ if attributes.has_key?(:'idciReasonCode1')
533
+ self.idci_reason_code1 = attributes[:'idciReasonCode1']
534
+ end
535
+
536
+ if attributes.has_key?(:'idciReasonCode2')
537
+ self.idci_reason_code2 = attributes[:'idciReasonCode2']
538
+ end
469
539
  end
470
540
 
471
541
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -613,6 +683,30 @@ module CyberSource
613
683
  @white_list_status = white_list_status
614
684
  end
615
685
 
686
+ # Custom attribute writer method with validation
687
+ # @param [Object] acs_reference_number Value to be assigned
688
+ def acs_reference_number=(acs_reference_number)
689
+ @acs_reference_number = acs_reference_number
690
+ end
691
+
692
+ # Custom attribute writer method with validation
693
+ # @param [Object] idci_decision Value to be assigned
694
+ def idci_decision=(idci_decision)
695
+ @idci_decision = idci_decision
696
+ end
697
+
698
+ # Custom attribute writer method with validation
699
+ # @param [Object] idci_reason_code1 Value to be assigned
700
+ def idci_reason_code1=(idci_reason_code1)
701
+ @idci_reason_code1 = idci_reason_code1
702
+ end
703
+
704
+ # Custom attribute writer method with validation
705
+ # @param [Object] idci_reason_code2 Value to be assigned
706
+ def idci_reason_code2=(idci_reason_code2)
707
+ @idci_reason_code2 = idci_reason_code2
708
+ end
709
+
616
710
  # Checks equality by comparing each attribute.
617
711
  # @param [Object] Object to be compared
618
712
  def ==(o)
@@ -660,7 +754,14 @@ module CyberSource
660
754
  authentication_status_msg == o.authentication_status_msg &&
661
755
  indicator == o.indicator &&
662
756
  interaction_counter == o.interaction_counter &&
663
- white_list_status == o.white_list_status
757
+ white_list_status == o.white_list_status &&
758
+ token == o.token &&
759
+ acs_reference_number == o.acs_reference_number &&
760
+ acs_operator_id == o.acs_operator_id &&
761
+ idci_score == o.idci_score &&
762
+ idci_decision == o.idci_decision &&
763
+ idci_reason_code1 == o.idci_reason_code1 &&
764
+ idci_reason_code2 == o.idci_reason_code2
664
765
  end
665
766
 
666
767
  # @see the `==` method
@@ -672,7 +773,7 @@ module CyberSource
672
773
  # Calculates hash code according to all attributes.
673
774
  # @return [Fixnum] Hash code
674
775
  def hash
675
- [access_token, acs_rendering_type, acs_transaction_id, acs_url, authentication_path, authorization_payload, authentication_transaction_id, cardholder_message, cavv, cavv_algorithm, challenge_cancel_code, challenge_required, decoupled_authentication_indicator, directory_server_error_code, directory_server_error_description, ecommerce_indicator, eci, eci_raw, effective_authentication_type, ivr, strong_authentication, network_score, pareq, pares_status, proof_xml, proxy_pan, sdk_transaction_id, signed_pares_status_reason, specification_version, step_up_url, three_ds_server_transaction_id, ucaf_authentication_data, ucaf_collection_indicator, veres_enrolled, white_list_status_source, xid, directory_server_transaction_id, data_quality_indicator, authentication_result, authentication_status_msg, indicator, interaction_counter, white_list_status].hash
776
+ [access_token, acs_rendering_type, acs_transaction_id, acs_url, authentication_path, authorization_payload, authentication_transaction_id, cardholder_message, cavv, cavv_algorithm, challenge_cancel_code, challenge_required, decoupled_authentication_indicator, directory_server_error_code, directory_server_error_description, ecommerce_indicator, eci, eci_raw, effective_authentication_type, ivr, strong_authentication, network_score, pareq, pares_status, proof_xml, proxy_pan, sdk_transaction_id, signed_pares_status_reason, specification_version, step_up_url, three_ds_server_transaction_id, ucaf_authentication_data, ucaf_collection_indicator, veres_enrolled, white_list_status_source, xid, directory_server_transaction_id, data_quality_indicator, authentication_result, authentication_status_msg, indicator, interaction_counter, white_list_status, token, acs_reference_number, acs_operator_id, idci_score, idci_decision, idci_reason_code1, idci_reason_code2].hash
676
777
  end
677
778
 
678
779
  # Builds the object from hash
@@ -15,24 +15,30 @@ module CyberSource
15
15
  class PtsV2PaymentsPost201ResponseConsumerAuthenticationInformationStrongAuthentication
16
16
  attr_accessor :issuer_information
17
17
 
18
+ # This field will contain the outage exemption indicator with one of the following values: Possible values: - `0` (Outage Authentication exemption does not apply to the transaction) - `1` (Outage exempt from SCA as authentication could not be done due to outage)
19
+ attr_accessor :outage_exemption_indicator
20
+
18
21
  # Attribute mapping from ruby-style variable name to JSON key.
19
22
  def self.attribute_map
20
23
  {
21
- :'issuer_information' => :'issuerInformation'
24
+ :'issuer_information' => :'issuerInformation',
25
+ :'outage_exemption_indicator' => :'outageExemptionIndicator'
22
26
  }
23
27
  end
24
28
 
25
29
  # Attribute mapping from JSON key to ruby-style variable name.
26
30
  def self.json_map
27
31
  {
28
- :'issuer_information' => :'issuer_information'
32
+ :'issuer_information' => :'issuer_information',
33
+ :'outage_exemption_indicator' => :'outage_exemption_indicator'
29
34
  }
30
35
  end
31
36
 
32
37
  # Attribute type mapping.
33
38
  def self.swagger_types
34
39
  {
35
- :'issuer_information' => :'PaymentsStrongAuthIssuerInformation'
40
+ :'issuer_information' => :'PaymentsStrongAuthIssuerInformation',
41
+ :'outage_exemption_indicator' => :'String'
36
42
  }
37
43
  end
38
44
 
@@ -47,6 +53,10 @@ module CyberSource
47
53
  if attributes.has_key?(:'issuerInformation')
48
54
  self.issuer_information = attributes[:'issuerInformation']
49
55
  end
56
+
57
+ if attributes.has_key?(:'outageExemptionIndicator')
58
+ self.outage_exemption_indicator = attributes[:'outageExemptionIndicator']
59
+ end
50
60
  end
51
61
 
52
62
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -62,12 +72,19 @@ module CyberSource
62
72
  true
63
73
  end
64
74
 
75
+ # Custom attribute writer method with validation
76
+ # @param [Object] outage_exemption_indicator Value to be assigned
77
+ def outage_exemption_indicator=(outage_exemption_indicator)
78
+ @outage_exemption_indicator = outage_exemption_indicator
79
+ end
80
+
65
81
  # Checks equality by comparing each attribute.
66
82
  # @param [Object] Object to be compared
67
83
  def ==(o)
68
84
  return true if self.equal?(o)
69
85
  self.class == o.class &&
70
- issuer_information == o.issuer_information
86
+ issuer_information == o.issuer_information &&
87
+ outage_exemption_indicator == o.outage_exemption_indicator
71
88
  end
72
89
 
73
90
  # @see the `==` method
@@ -79,7 +96,7 @@ module CyberSource
79
96
  # Calculates hash code according to all attributes.
80
97
  # @return [Fixnum] Hash code
81
98
  def hash
82
- [issuer_information].hash
99
+ [issuer_information, outage_exemption_indicator].hash
83
100
  end
84
101
 
85
102
  # Builds the object from hash
@@ -13,7 +13,7 @@ require 'date'
13
13
 
14
14
  module CyberSource
15
15
  class PtsV2PaymentsPost201ResponseErrorInformation
16
- # The reason of the status. Possible values: - AVS_FAILED - CONTACT_PROCESSOR - EXPIRED_CARD - PROCESSOR_DECLINED - INSUFFICIENT_FUND - STOLEN_LOST_CARD - ISSUER_UNAVAILABLE - UNAUTHORIZED_CARD - CVN_NOT_MATCH - EXCEEDS_CREDIT_LIMIT - INVALID_CVN - BLOCKED_BY_CARDHOLDER - DECLINED_CHECK - BLACKLISTED_CUSTOMER - SUSPENDED_ACCOUNT - PAYMENT_REFUSED - CV_FAILED - INVALID_ACCOUNT - GENERAL_DECLINE - INVALID_MERCHANT_CONFIGURATION - DECISION_PROFILE_REJECT - SCORE_EXCEEDS_THRESHOLD - PENDING_AUTHENTICATION - ACH_VERIFICATION_FAILED - DECISION_PROFILE_REVIEW - CONSUMER_AUTHENTICATION_REQUIRED - CONSUMER_AUTHENTICATION_FAILED - ALLOWABLE_PIN_RETRIES_EXCEEDED - PROCESSOR_ERROR - CUSTOMER_WATCHLIST_MATCH - ADDRESS_COUNTRY_WATCHLIST_MATCH - EMAIL_COUNTRY_WATCHLIST_MATCH - IP_COUNTRY_WATCHLIST_MATCH - INVALID_MERCHANT_CONFIGURATION
16
+ # The reason of the status. Possible values: - AVS_FAILED - CONTACT_PROCESSOR - EXPIRED_CARD - PROCESSOR_DECLINED - INSUFFICIENT_FUND - STOLEN_LOST_CARD - ISSUER_UNAVAILABLE - UNAUTHORIZED_CARD - CVN_NOT_MATCH - EXCEEDS_CREDIT_LIMIT - INVALID_CVN - BLOCKED_BY_CARDHOLDER - DECLINED_CHECK - BLACKLISTED_CUSTOMER - SUSPENDED_ACCOUNT - PAYMENT_REFUSED - CV_FAILED - INVALID_ACCOUNT - GENERAL_DECLINE - INVALID_MERCHANT_CONFIGURATION - DECISION_PROFILE_REJECT - SCORE_EXCEEDS_THRESHOLD - PENDING_AUTHENTICATION - ACH_VERIFICATION_FAILED - DECISION_PROFILE_REVIEW - CONSUMER_AUTHENTICATION_REQUIRED - CONSUMER_AUTHENTICATION_FAILED - ALLOWABLE_PIN_RETRIES_EXCEEDED - PROCESSOR_ERROR - CUSTOMER_WATCHLIST_MATCH - ADDRESS_COUNTRY_WATCHLIST_MATCH - EMAIL_COUNTRY_WATCHLIST_MATCH - IP_COUNTRY_WATCHLIST_MATCH - INVALID_MERCHANT_CONFIGURATION - DAGGREJECTED - DAGGDENIED - DSYSREJECTED
17
17
  attr_accessor :reason
18
18
 
19
19
  # The detail message related to the status and reason listed above.
@@ -15,24 +15,29 @@ module CyberSource
15
15
  class PtsV2PaymentsPost201ResponsePaymentAccountInformation
16
16
  attr_accessor :card
17
17
 
18
+ attr_accessor :tokenized_card
19
+
18
20
  # Attribute mapping from ruby-style variable name to JSON key.
19
21
  def self.attribute_map
20
22
  {
21
- :'card' => :'card'
23
+ :'card' => :'card',
24
+ :'tokenized_card' => :'tokenizedCard'
22
25
  }
23
26
  end
24
27
 
25
28
  # Attribute mapping from JSON key to ruby-style variable name.
26
29
  def self.json_map
27
30
  {
28
- :'card' => :'card'
31
+ :'card' => :'card',
32
+ :'tokenized_card' => :'tokenized_card'
29
33
  }
30
34
  end
31
35
 
32
36
  # Attribute type mapping.
33
37
  def self.swagger_types
34
38
  {
35
- :'card' => :'PtsV2PaymentsPost201ResponsePaymentAccountInformationCard'
39
+ :'card' => :'PtsV2PaymentsPost201ResponsePaymentAccountInformationCard',
40
+ :'tokenized_card' => :'PtsV2PaymentsPost201ResponsePaymentAccountInformationTokenizedCard'
36
41
  }
37
42
  end
38
43
 
@@ -47,6 +52,10 @@ module CyberSource
47
52
  if attributes.has_key?(:'card')
48
53
  self.card = attributes[:'card']
49
54
  end
55
+
56
+ if attributes.has_key?(:'tokenizedCard')
57
+ self.tokenized_card = attributes[:'tokenizedCard']
58
+ end
50
59
  end
51
60
 
52
61
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -67,7 +76,8 @@ module CyberSource
67
76
  def ==(o)
68
77
  return true if self.equal?(o)
69
78
  self.class == o.class &&
70
- card == o.card
79
+ card == o.card &&
80
+ tokenized_card == o.tokenized_card
71
81
  end
72
82
 
73
83
  # @see the `==` method
@@ -79,7 +89,7 @@ module CyberSource
79
89
  # Calculates hash code according to all attributes.
80
90
  # @return [Fixnum] Hash code
81
91
  def hash
82
- [card].hash
92
+ [card, tokenized_card].hash
83
93
  end
84
94
 
85
95
  # Builds the object from hash
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
12
12
  require 'date'
13
13
 
14
14
  module CyberSource
15
- class PtsV2PaymentsPost201ResponsePaymentInformationTokenizedCard
15
+ class PtsV2PaymentsPost201ResponsePaymentAccountInformationTokenizedCard
16
16
  # First six digits of token. CyberSource includes this field in the reply message when it decrypts the payment blob for the tokenized transaction.
17
17
  attr_accessor :prefix
18
18
 
@@ -94,7 +94,7 @@ module CyberSource
94
94
  def self.swagger_types
95
95
  {
96
96
  :'card' => :'PtsV2PaymentsPost201ResponsePaymentAccountInformationCard',
97
- :'tokenized_card' => :'PtsV2PaymentsPost201ResponsePaymentInformationTokenizedCard',
97
+ :'tokenized_card' => :'PtsV2PaymentsPost201ResponsePaymentAccountInformationTokenizedCard',
98
98
  :'tokenized_payment_method' => :'PtsV2PaymentsPost201ResponsePaymentInformationTokenizedPaymentMethod',
99
99
  :'account_features' => :'PtsV2PaymentsPost201ResponsePaymentInformationAccountFeatures',
100
100
  :'bank' => :'PtsV2PaymentsPost201ResponsePaymentInformationBank',
@@ -21,6 +21,9 @@ module CyberSource
21
21
  # The possible values for the reply field are: - `true` : the airline data was included in the request to the processor. - `false` : the airline data was not included in the request to the processor. Returned by authorization, capture, or credit services.
22
22
  attr_accessor :enhanced_data_enabled
23
23
 
24
+ # Mastercard Digital Enablement Service (MDES) digital service indicators received in the authorization response message for MDES transactions. This data is provided in the 0110 response in the Field 34—Acceptance Environment Data (TLV Format), Dataset ID 04—Additional Service Result Data, Tag DF1F—Mastercard Digital Enablement Service Indicator for Acquirer to acquirers. This field is in ANS, EBCDIC format and flows in Field 34, DSID 04 Tag DF1F, mapped to Mastercard Data Element DE119, Sub-element 004. This field is supported for all flavors of Authorization response only. #### Used by **Authorization Response** Response field only.
25
+ attr_accessor :digital_service_indicator
26
+
24
27
  attr_accessor :capture_options
25
28
 
26
29
  attr_accessor :authorization_options
@@ -33,6 +36,7 @@ module CyberSource
33
36
  :'bank_transfer_options' => :'bankTransferOptions',
34
37
  :'payment_solution' => :'paymentSolution',
35
38
  :'enhanced_data_enabled' => :'enhancedDataEnabled',
39
+ :'digital_service_indicator' => :'digitalServiceIndicator',
36
40
  :'capture_options' => :'captureOptions',
37
41
  :'authorization_options' => :'authorizationOptions',
38
42
  :'purchase_options' => :'purchaseOptions'
@@ -45,6 +49,7 @@ module CyberSource
45
49
  :'bank_transfer_options' => :'bank_transfer_options',
46
50
  :'payment_solution' => :'payment_solution',
47
51
  :'enhanced_data_enabled' => :'enhanced_data_enabled',
52
+ :'digital_service_indicator' => :'digital_service_indicator',
48
53
  :'capture_options' => :'capture_options',
49
54
  :'authorization_options' => :'authorization_options',
50
55
  :'purchase_options' => :'purchase_options'
@@ -57,6 +62,7 @@ module CyberSource
57
62
  :'bank_transfer_options' => :'PtsV2PaymentsPost201ResponseProcessingInformationBankTransferOptions',
58
63
  :'payment_solution' => :'String',
59
64
  :'enhanced_data_enabled' => :'BOOLEAN',
65
+ :'digital_service_indicator' => :'String',
60
66
  :'capture_options' => :'PtsV2PaymentsPost201ResponseProcessingInformationCaptureOptions',
61
67
  :'authorization_options' => :'PtsV2PaymentsPost201ResponseProcessingInformationAuthorizationOptions',
62
68
  :'purchase_options' => :'PtsV2PaymentsPost201ResponseProcessingInformationPurchaseOptions'
@@ -83,6 +89,10 @@ module CyberSource
83
89
  self.enhanced_data_enabled = attributes[:'enhancedDataEnabled']
84
90
  end
85
91
 
92
+ if attributes.has_key?(:'digitalServiceIndicator')
93
+ self.digital_service_indicator = attributes[:'digitalServiceIndicator']
94
+ end
95
+
86
96
  if attributes.has_key?(:'captureOptions')
87
97
  self.capture_options = attributes[:'captureOptions']
88
98
  end
@@ -115,6 +125,12 @@ module CyberSource
115
125
  @payment_solution = payment_solution
116
126
  end
117
127
 
128
+ # Custom attribute writer method with validation
129
+ # @param [Object] digital_service_indicator Value to be assigned
130
+ def digital_service_indicator=(digital_service_indicator)
131
+ @digital_service_indicator = digital_service_indicator
132
+ end
133
+
118
134
  # Checks equality by comparing each attribute.
119
135
  # @param [Object] Object to be compared
120
136
  def ==(o)
@@ -123,6 +139,7 @@ module CyberSource
123
139
  bank_transfer_options == o.bank_transfer_options &&
124
140
  payment_solution == o.payment_solution &&
125
141
  enhanced_data_enabled == o.enhanced_data_enabled &&
142
+ digital_service_indicator == o.digital_service_indicator &&
126
143
  capture_options == o.capture_options &&
127
144
  authorization_options == o.authorization_options &&
128
145
  purchase_options == o.purchase_options
@@ -137,7 +154,7 @@ module CyberSource
137
154
  # Calculates hash code according to all attributes.
138
155
  # @return [Fixnum] Hash code
139
156
  def hash
140
- [bank_transfer_options, payment_solution, enhanced_data_enabled, capture_options, authorization_options, purchase_options].hash
157
+ [bank_transfer_options, payment_solution, enhanced_data_enabled, digital_service_indicator, capture_options, authorization_options, purchase_options].hash
141
158
  end
142
159
 
143
160
  # Builds the object from hash
@@ -134,7 +134,7 @@ module CyberSource
134
134
  # The id of the order
135
135
  attr_accessor :order_id
136
136
 
137
- # The order status. Possible values: - `CREATED` - `VOIDED` - `COMPLETED` - `PAYER_ACTION_REQUIRED`
137
+ # The order status. Possible values: - `CREATED` - `VOIDED` - `COMPLETED` - `PAYER_ACTION_REQUIRED` - `STEP_UP_REQUIRED`
138
138
  attr_accessor :order_status
139
139
 
140
140
  # Mastercard is introducing the Merchant Risk Predict Service in the middle East/Africa Region. A newly launched service comprised of seven independent artificial intelligence (AI)-powered scores intended to augment existing merchant risk management practices.
@@ -142,6 +142,9 @@ module CyberSource
142
142
 
143
143
  attr_accessor :network
144
144
 
145
+ # Merchant Commercial Enhanced Data Program (CEDP) verified indicator received in authorization response messages for U.S. domestic transactions containing a credential for the commercial credit products. This field flows in ISO field 34, DSID 02 tag DA, in AN, EBCDIC format. Possible values: - `Y`: Merchant CEDP verified This field is for internal processing only (TC33A usage) and is not sent back to the merchant. #### Used by **Authorization Response** Response field only.
146
+ attr_accessor :cedp_verified_indicator
147
+
145
148
  # Attribute mapping from ruby-style variable name to JSON key.
146
149
  def self.attribute_map
147
150
  {
@@ -191,7 +194,8 @@ module CyberSource
191
194
  :'order_id' => :'orderId',
192
195
  :'order_status' => :'orderStatus',
193
196
  :'merchant_risk_prediction' => :'merchantRiskPrediction',
194
- :'network' => :'network'
197
+ :'network' => :'network',
198
+ :'cedp_verified_indicator' => :'cedpVerifiedIndicator'
195
199
  }
196
200
  end
197
201
 
@@ -244,7 +248,8 @@ module CyberSource
244
248
  :'order_id' => :'order_id',
245
249
  :'order_status' => :'order_status',
246
250
  :'merchant_risk_prediction' => :'merchant_risk_prediction',
247
- :'network' => :'network'
251
+ :'network' => :'network',
252
+ :'cedp_verified_indicator' => :'cedp_verified_indicator'
248
253
  }
249
254
  end
250
255
 
@@ -297,7 +302,8 @@ module CyberSource
297
302
  :'order_id' => :'String',
298
303
  :'order_status' => :'String',
299
304
  :'merchant_risk_prediction' => :'String',
300
- :'network' => :'Ptsv2paymentsProcessorInformationReversalNetwork'
305
+ :'network' => :'Ptsv2paymentsProcessorInformationReversalNetwork',
306
+ :'cedp_verified_indicator' => :'String'
301
307
  }
302
308
  end
303
309
 
@@ -496,6 +502,10 @@ module CyberSource
496
502
  if attributes.has_key?(:'network')
497
503
  self.network = attributes[:'network']
498
504
  end
505
+
506
+ if attributes.has_key?(:'cedpVerifiedIndicator')
507
+ self.cedp_verified_indicator = attributes[:'cedpVerifiedIndicator']
508
+ end
499
509
  end
500
510
 
501
511
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -685,6 +695,12 @@ module CyberSource
685
695
  @merchant_risk_prediction = merchant_risk_prediction
686
696
  end
687
697
 
698
+ # Custom attribute writer method with validation
699
+ # @param [Object] cedp_verified_indicator Value to be assigned
700
+ def cedp_verified_indicator=(cedp_verified_indicator)
701
+ @cedp_verified_indicator = cedp_verified_indicator
702
+ end
703
+
688
704
  # Checks equality by comparing each attribute.
689
705
  # @param [Object] Object to be compared
690
706
  def ==(o)
@@ -736,7 +752,8 @@ module CyberSource
736
752
  order_id == o.order_id &&
737
753
  order_status == o.order_status &&
738
754
  merchant_risk_prediction == o.merchant_risk_prediction &&
739
- network == o.network
755
+ network == o.network &&
756
+ cedp_verified_indicator == o.cedp_verified_indicator
740
757
  end
741
758
 
742
759
  # @see the `==` method
@@ -748,7 +765,7 @@ module CyberSource
748
765
  # Calculates hash code according to all attributes.
749
766
  # @return [Fixnum] Hash code
750
767
  def hash
751
- [auth_indicator, approval_code, card_reference_data, transaction_id, network_transaction_id, response_code, response_code_source, response_details, response_category_code, response_source_code, forwarded_acquirer_code, settlement_date, sequence_number, avs, card_verification, merchant_advice, electronic_verification_results, ach_verification, customer, consumer_authentication_response, system_trace_audit_number, payment_account_reference_number, transaction_integrity_code, amex_verbal_auth_reference_number, master_card_service_code, master_card_service_reply_code, master_card_authentication_type, name, routing, merchant_number, retrieval_reference_number, payment_url, complete_url, signature, public_key, seller_protection, transaction_expiry_date, custom_url, scheme_assigned_id, device_url, disbursement_mode, update_time_utc, expiration_time_utc, order_id, order_status, merchant_risk_prediction, network].hash
768
+ [auth_indicator, approval_code, card_reference_data, transaction_id, network_transaction_id, response_code, response_code_source, response_details, response_category_code, response_source_code, forwarded_acquirer_code, settlement_date, sequence_number, avs, card_verification, merchant_advice, electronic_verification_results, ach_verification, customer, consumer_authentication_response, system_trace_audit_number, payment_account_reference_number, transaction_integrity_code, amex_verbal_auth_reference_number, master_card_service_code, master_card_service_reply_code, master_card_authentication_type, name, routing, merchant_number, retrieval_reference_number, payment_url, complete_url, signature, public_key, seller_protection, transaction_expiry_date, custom_url, scheme_assigned_id, device_url, disbursement_mode, update_time_utc, expiration_time_utc, order_id, order_status, merchant_risk_prediction, network, cedp_verified_indicator].hash
752
769
  end
753
770
 
754
771
  # Builds the object from hash
@@ -24,6 +24,8 @@ module CyberSource
24
24
 
25
25
  attr_accessor :instrument_identifier
26
26
 
27
+ attr_accessor :third_party_token
28
+
27
29
  # Attribute mapping from ruby-style variable name to JSON key.
28
30
  def self.attribute_map
29
31
  {
@@ -31,7 +33,8 @@ module CyberSource
31
33
  :'customer' => :'customer',
32
34
  :'payment_instrument' => :'paymentInstrument',
33
35
  :'shipping_address' => :'shippingAddress',
34
- :'instrument_identifier' => :'instrumentIdentifier'
36
+ :'instrument_identifier' => :'instrumentIdentifier',
37
+ :'third_party_token' => :'thirdPartyToken'
35
38
  }
36
39
  end
37
40
 
@@ -42,7 +45,8 @@ module CyberSource
42
45
  :'customer' => :'customer',
43
46
  :'payment_instrument' => :'payment_instrument',
44
47
  :'shipping_address' => :'shipping_address',
45
- :'instrument_identifier' => :'instrument_identifier'
48
+ :'instrument_identifier' => :'instrument_identifier',
49
+ :'third_party_token' => :'third_party_token'
46
50
  }
47
51
  end
48
52
 
@@ -53,7 +57,8 @@ module CyberSource
53
57
  :'customer' => :'PtsV2PaymentsPost201ResponseTokenInformationCustomer',
54
58
  :'payment_instrument' => :'PtsV2PaymentsPost201ResponseTokenInformationPaymentInstrument',
55
59
  :'shipping_address' => :'PtsV2PaymentsPost201ResponseTokenInformationShippingAddress',
56
- :'instrument_identifier' => :'PtsV2PaymentsPost201ResponseTokenInformationInstrumentIdentifier'
60
+ :'instrument_identifier' => :'PtsV2PaymentsPost201ResponseTokenInformationInstrumentIdentifier',
61
+ :'third_party_token' => :'PtsV2PaymentsPost201ResponseTokenInformationThirdPartyToken'
57
62
  }
58
63
  end
59
64
 
@@ -84,6 +89,10 @@ module CyberSource
84
89
  if attributes.has_key?(:'instrumentIdentifier')
85
90
  self.instrument_identifier = attributes[:'instrumentIdentifier']
86
91
  end
92
+
93
+ if attributes.has_key?(:'thirdPartyToken')
94
+ self.third_party_token = attributes[:'thirdPartyToken']
95
+ end
87
96
  end
88
97
 
89
98
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -108,7 +117,8 @@ module CyberSource
108
117
  customer == o.customer &&
109
118
  payment_instrument == o.payment_instrument &&
110
119
  shipping_address == o.shipping_address &&
111
- instrument_identifier == o.instrument_identifier
120
+ instrument_identifier == o.instrument_identifier &&
121
+ third_party_token == o.third_party_token
112
122
  end
113
123
 
114
124
  # @see the `==` method
@@ -120,7 +130,7 @@ module CyberSource
120
130
  # Calculates hash code according to all attributes.
121
131
  # @return [Fixnum] Hash code
122
132
  def hash
123
- [instrumentidentifier_new, customer, payment_instrument, shipping_address, instrument_identifier].hash
133
+ [instrumentidentifier_new, customer, payment_instrument, shipping_address, instrument_identifier, third_party_token].hash
124
134
  end
125
135
 
126
136
  # Builds the object from hash