cybersource_rest_client 0.0.19 → 0.0.21

Sign up to get free protection for your applications and to get access to all the features.
Files changed (309) hide show
  1. checksums.yaml +4 -4
  2. data/lib/AuthenticationSDK/core/MerchantConfig.rb +4 -0
  3. data/lib/AuthenticationSDK/util/Constants.rb +8 -0
  4. data/lib/cybersource_rest_client.rb +104 -11
  5. data/lib/cybersource_rest_client/api/authentication_exemptions_api.rb +2 -2
  6. data/lib/cybersource_rest_client/api/conversion_details_api.rb +2 -2
  7. data/lib/cybersource_rest_client/api/decision_manager_api.rb +142 -0
  8. data/lib/cybersource_rest_client/api/download_dtd_api.rb +2 -2
  9. data/lib/cybersource_rest_client/api/download_xsd_api.rb +2 -2
  10. data/lib/cybersource_rest_client/api/net_fundings_api.rb +2 -2
  11. data/lib/cybersource_rest_client/api/notification_of_changes_api.rb +2 -2
  12. data/lib/cybersource_rest_client/api/payer_authentication_api.rb +78 -13
  13. data/lib/cybersource_rest_client/api/payment_batch_summaries_api.rb +2 -2
  14. data/lib/cybersource_rest_client/api/payments_api.rb +71 -0
  15. data/lib/cybersource_rest_client/api/purchase_and_refund_details_api.rb +2 -2
  16. data/lib/cybersource_rest_client/api/report_definitions_api.rb +4 -4
  17. data/lib/cybersource_rest_client/api/report_downloads_api.rb +2 -2
  18. data/lib/cybersource_rest_client/api/report_subscriptions_api.rb +87 -87
  19. data/lib/cybersource_rest_client/api/reports_api.rb +4 -4
  20. data/lib/cybersource_rest_client/api/reversal_api.rb +65 -0
  21. data/lib/cybersource_rest_client/api/search_transactions_api.rb +4 -4
  22. data/lib/cybersource_rest_client/api/secure_file_share_api.rb +4 -4
  23. data/lib/cybersource_rest_client/api/tokenization_api.rb +2 -2
  24. data/lib/cybersource_rest_client/api/transaction_batches_api.rb +15 -9
  25. data/lib/cybersource_rest_client/api/user_management_api.rb +2 -2
  26. data/lib/cybersource_rest_client/api/verification_api.rb +154 -0
  27. data/lib/cybersource_rest_client/api/void_api.rb +65 -0
  28. data/lib/cybersource_rest_client/models/add_negative_list_request.rb +228 -0
  29. data/lib/cybersource_rest_client/models/authentication_exemptions_request.rb +1 -1
  30. data/lib/cybersource_rest_client/models/capture_payment_request.rb +22 -4
  31. data/lib/cybersource_rest_client/models/check_payer_auth_enrollment_request.rb +11 -2
  32. data/lib/cybersource_rest_client/models/create_credit_request.rb +32 -5
  33. data/lib/cybersource_rest_client/models/create_instrument_identifier_request.rb +1 -1
  34. data/lib/cybersource_rest_client/models/create_payment_request.rb +22 -4
  35. data/lib/cybersource_rest_client/models/create_report_subscription_request.rb +1 -1
  36. data/lib/cybersource_rest_client/models/embedded_instrument_identifier_response.rb +10 -1
  37. data/lib/cybersource_rest_client/models/error.rb +13 -23
  38. data/lib/cybersource_rest_client/models/error_bean.rb +1 -1
  39. data/lib/cybersource_rest_client/models/error_links.rb +15 -15
  40. data/lib/cybersource_rest_client/models/error_response.rb +20 -2
  41. data/lib/cybersource_rest_client/models/fraud_marking_action_request.rb +183 -0
  42. data/lib/cybersource_rest_client/models/generate_public_key_request.rb +14 -4
  43. data/lib/cybersource_rest_client/models/increment_auth_request.rb +219 -0
  44. data/lib/cybersource_rest_client/models/inline_response_400.rb +14 -59
  45. data/lib/cybersource_rest_client/models/inline_response_400_1.rb +59 -14
  46. data/lib/cybersource_rest_client/models/{inline_response_400_fields.rb → inline_response_400_1_fields.rb} +1 -1
  47. data/lib/cybersource_rest_client/models/instrument_identifier_enrollable_card.rb +1 -1
  48. data/lib/cybersource_rest_client/models/instrument_identifier_response.rb +10 -1
  49. data/lib/cybersource_rest_client/models/instrument_identifier_tokenized_card.rb +272 -0
  50. data/lib/cybersource_rest_client/models/key_parameters.rb +14 -4
  51. data/lib/cybersource_rest_client/models/link.rb +25 -4
  52. data/lib/cybersource_rest_client/models/links.rb +18 -23
  53. data/lib/cybersource_rest_client/models/mit_reversal_request.rb +219 -0
  54. data/lib/cybersource_rest_client/models/mit_void_request.rb +183 -0
  55. data/lib/cybersource_rest_client/models/oct_create_payment_request.rb +1 -1
  56. data/lib/cybersource_rest_client/models/payer_auth_setup_request.rb +210 -0
  57. data/lib/cybersource_rest_client/models/predefined_subscription_request_bean.rb +1 -1
  58. data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response.rb +15 -6
  59. data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_credit_amount_details.rb +1 -1
  60. data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_processing_information.rb +14 -4
  61. data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_processing_information_bank_transfer_options.rb +1 -1
  62. data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response.rb +298 -0
  63. data/lib/cybersource_rest_client/models/{pts_v2_payments_reversals_post201_response__links.rb → pts_v2_incremental_authorization_patch201_response__links.rb} +1 -1
  64. data/lib/cybersource_rest_client/models/{ptsv2payouts_client_reference_information.rb → pts_v2_incremental_authorization_patch201_response_client_reference_information.rb} +2 -2
  65. data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_error_information.rb +205 -0
  66. data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_order_information.rb +183 -0
  67. data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_payment_information.rb +183 -0
  68. data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_payment_information_account_features.rb +199 -0
  69. data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_processor_information.rb +293 -0
  70. data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch400_response.rb +225 -0
  71. data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response.rb +23 -5
  72. data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_order_information.rb +1 -1
  73. data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_order_information_amount_details.rb +1 -1
  74. data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_order_information_invoice_details.rb +184 -0
  75. data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_point_of_sale_information.rb +199 -0
  76. data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_processing_information.rb +184 -0
  77. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response.rb +1 -1
  78. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_client_reference_information.rb +2 -2
  79. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_installment_information.rb +264 -19
  80. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_issuer_information.rb +28 -3
  81. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_order_information_amount_details.rb +2 -2
  82. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_order_information_invoice_details.rb +29 -4
  83. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_account_features.rb +10 -10
  84. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_bank.rb +1 -1
  85. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_bank_account.rb +1 -1
  86. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_card.rb +2 -2
  87. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_point_of_sale_information.rb +35 -10
  88. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_point_of_sale_information_emv.rb +1 -1
  89. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processing_information.rb +14 -4
  90. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processing_information_bank_transfer_options.rb +2 -2
  91. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information.rb +3 -28
  92. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_ach_verification.rb +2 -2
  93. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_card_verification.rb +1 -1
  94. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_consumer_authentication_response.rb +2 -2
  95. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb +5 -5
  96. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_routing.rb +3 -3
  97. data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response.rb +14 -5
  98. data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_order_information.rb +1 -1
  99. data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_refund_amount_details.rb +1 -1
  100. data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response.rb +2 -2
  101. data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response_reversal_amount_details.rb +3 -3
  102. data/lib/cybersource_rest_client/models/pts_v2_payments_voids_post201_response.rb +2 -2
  103. data/lib/cybersource_rest_client/models/pts_v2_payments_voids_post201_response_void_amount_details.rb +1 -1
  104. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response.rb +2 -2
  105. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_order_information_amount_details.rb +2 -2
  106. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information.rb +1 -1
  107. data/lib/cybersource_rest_client/models/ptsv2credits_installment_information.rb +199 -0
  108. data/lib/cybersource_rest_client/models/ptsv2credits_processing_information.rb +108 -15
  109. data/lib/cybersource_rest_client/models/ptsv2credits_processing_information_bank_transfer_options.rb +3 -3
  110. data/lib/cybersource_rest_client/models/ptsv2credits_processing_information_japan_payment_options.rb +209 -0
  111. data/lib/cybersource_rest_client/models/ptsv2payments_aggregator_information_sub_merchant.rb +32 -7
  112. data/lib/cybersource_rest_client/models/ptsv2payments_buyer_information.rb +2 -2
  113. data/lib/cybersource_rest_client/models/ptsv2payments_buyer_information_personal_identification.rb +1 -1
  114. data/lib/cybersource_rest_client/models/ptsv2payments_client_reference_information.rb +17 -2
  115. data/lib/cybersource_rest_client/models/ptsv2payments_client_reference_information_partner.rb +29 -4
  116. data/lib/cybersource_rest_client/models/ptsv2payments_consumer_authentication_information.rb +55 -21
  117. data/lib/cybersource_rest_client/models/ptsv2payments_consumer_authentication_information_strong_authentication.rb +299 -0
  118. data/lib/cybersource_rest_client/models/ptsv2payments_installment_information.rb +74 -14
  119. data/lib/cybersource_rest_client/models/ptsv2payments_issuer_information.rb +1 -1
  120. data/lib/cybersource_rest_client/models/ptsv2payments_merchant_defined_information.rb +2 -2
  121. data/lib/cybersource_rest_client/models/ptsv2payments_merchant_information.rb +1 -1
  122. data/lib/cybersource_rest_client/models/ptsv2payments_merchant_information_merchant_descriptor.rb +26 -1
  123. data/lib/cybersource_rest_client/models/ptsv2payments_merchant_initiated_transaction.rb +1 -1
  124. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details.rb +21 -12
  125. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details_currency_conversion.rb +249 -0
  126. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details_tax_details.rb +7 -7
  127. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_invoice_details.rb +30 -5
  128. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_line_items.rb +10 -10
  129. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information.rb +29 -4
  130. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank.rb +1 -1
  131. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank_account.rb +1 -1
  132. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_card.rb +27 -2
  133. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_customer.rb +1 -1
  134. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_fluid_data.rb +1 -1
  135. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_tokenized_card.rb +1 -1
  136. data/lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information.rb +91 -16
  137. data/lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information_emv.rb +3 -3
  138. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information.rb +158 -15
  139. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_authorization_options.rb +19 -9
  140. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_authorization_options_initiator.rb +1 -1
  141. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_bank_transfer_options.rb +5 -5
  142. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_japan_payment_options.rb +359 -0
  143. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_loan_options.rb +224 -0
  144. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_recurring_options.rb +2 -2
  145. data/lib/cybersource_rest_client/models/ptsv2payments_promotion_information.rb +224 -0
  146. data/lib/cybersource_rest_client/models/ptsv2payments_recipient_information.rb +3 -3
  147. data/lib/cybersource_rest_client/models/ptsv2payments_travel_information.rb +226 -0
  148. data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_agency.rb +224 -0
  149. data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_lodging.rb +1229 -0
  150. data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_lodging_room.rb +233 -0
  151. data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit.rb +183 -0
  152. data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline.rb +988 -0
  153. data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline_ancillary_information.rb +285 -0
  154. data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline_ancillary_information_service.rb +224 -0
  155. data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline_legs.rb +614 -0
  156. data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline_ticket_issuer.rb +349 -0
  157. data/lib/cybersource_rest_client/models/ptsv2paymentsid_client_reference_information.rb +208 -0
  158. data/lib/cybersource_rest_client/models/ptsv2paymentsid_client_reference_information_partner.rb +249 -0
  159. data/lib/cybersource_rest_client/models/ptsv2paymentsid_merchant_information.rb +199 -0
  160. data/lib/cybersource_rest_client/models/ptsv2paymentsid_order_information.rb +183 -0
  161. data/lib/cybersource_rest_client/models/ptsv2paymentsid_order_information_amount_details.rb +224 -0
  162. data/lib/cybersource_rest_client/models/ptsv2paymentsid_processing_information.rb +183 -0
  163. data/lib/cybersource_rest_client/models/ptsv2paymentsid_processing_information_authorization_options.rb +183 -0
  164. data/lib/cybersource_rest_client/models/ptsv2paymentsid_processing_information_authorization_options_initiator.rb +184 -0
  165. data/lib/cybersource_rest_client/models/ptsv2paymentsid_travel_information.rb +199 -0
  166. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_aggregator_information_sub_merchant.rb +34 -9
  167. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_installment_information.rb +194 -19
  168. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_merchant_information.rb +1 -1
  169. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_amount_details.rb +7 -7
  170. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_payment_information.rb +13 -4
  171. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_payment_information_card.rb +224 -0
  172. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_point_of_sale_information.rb +6 -6
  173. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_point_of_sale_information_emv.rb +1 -1
  174. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processing_information.rb +23 -14
  175. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processing_information_authorization_options.rb +2 -2
  176. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_travel_information.rb +201 -0
  177. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_merchant_information.rb +1 -1
  178. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information_line_items.rb +5 -5
  179. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information.rb +19 -1
  180. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_card.rb +54 -4
  181. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_processing_information.rb +33 -8
  182. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_processing_information_recurring_options.rb +1 -1
  183. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_client_reference_information.rb +1 -1
  184. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_client_reference_information_partner.rb +29 -4
  185. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_order_information_line_items.rb +1 -1
  186. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_point_of_sale_information_emv.rb +1 -1
  187. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_processing_information.rb +4 -4
  188. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_reversal_information.rb +1 -1
  189. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_reversal_information_amount_details.rb +2 -2
  190. data/lib/cybersource_rest_client/models/ptsv2payouts_order_information_amount_details.rb +2 -2
  191. data/lib/cybersource_rest_client/models/ptsv2payouts_processing_information.rb +2 -2
  192. data/lib/cybersource_rest_client/models/refund_capture_request.rb +22 -4
  193. data/lib/cybersource_rest_client/models/refund_payment_request.rb +22 -4
  194. data/lib/cybersource_rest_client/models/reporting_v3_report_subscriptions_get200_response_subscriptions.rb +1 -1
  195. data/lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response.rb +285 -0
  196. data/lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response_address1.rb +224 -0
  197. data/lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response_address_verification_information.rb +327 -0
  198. data/lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response_address_verification_information_bar_code.rb +209 -0
  199. data/lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response_address_verification_information_standard_address.rb +433 -0
  200. data/lib/cybersource_rest_client/models/risk_v1_authentication_exemptions_post201_response.rb +2 -2
  201. data/lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response.rb +3 -3
  202. data/lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb +249 -4
  203. data/lib/cybersource_rest_client/models/risk_v1_authentication_setups_post201_response.rb +246 -0
  204. data/lib/cybersource_rest_client/models/risk_v1_authentication_setups_post201_response_consumer_authentication_information.rb +224 -0
  205. data/lib/cybersource_rest_client/models/risk_v1_authentication_setups_post201_response_error_information.rb +205 -0
  206. data/lib/cybersource_rest_client/models/risk_v1_authentications_post201_response.rb +3 -3
  207. data/lib/cybersource_rest_client/models/risk_v1_authentications_post201_response_consumer_authentication_information.rb +386 -7
  208. data/lib/cybersource_rest_client/models/{riskv1authentications_consumer_authentication_information_ivr.rb → risk_v1_authentications_post201_response_consumer_authentication_information_ivr.rb} +1 -1
  209. data/lib/cybersource_rest_client/models/risk_v1_authentications_post201_response_order_information_amount_details.rb +1 -1
  210. data/lib/cybersource_rest_client/models/risk_v1_authentications_post400_response.rb +225 -0
  211. data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response.rb +1 -1
  212. data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_risk_information_ip_address.rb +54 -4
  213. data/lib/cybersource_rest_client/models/risk_v1_export_compliance_inquiries_post201_response.rb +285 -0
  214. data/lib/cybersource_rest_client/models/risk_v1_export_compliance_inquiries_post201_response_export_compliance_information.rb +229 -0
  215. data/lib/cybersource_rest_client/models/risk_v1_export_compliance_inquiries_post201_response_export_compliance_information_watch_list.rb +185 -0
  216. data/lib/cybersource_rest_client/models/risk_v1_export_compliance_inquiries_post201_response_watch_list_matches.rb +235 -0
  217. data/lib/cybersource_rest_client/models/risk_v1_update_post201_response.rb +237 -0
  218. data/lib/cybersource_rest_client/models/riskv1addressverifications_buyer_information.rb +199 -0
  219. data/lib/cybersource_rest_client/models/riskv1addressverifications_client_reference_information.rb +233 -0
  220. data/lib/cybersource_rest_client/models/riskv1addressverifications_order_information.rb +203 -0
  221. data/lib/cybersource_rest_client/models/riskv1addressverifications_order_information_bill_to.rb +410 -0
  222. data/lib/cybersource_rest_client/models/riskv1addressverifications_order_information_line_items.rb +342 -0
  223. data/lib/cybersource_rest_client/models/riskv1addressverifications_order_information_ship_to.rb +392 -0
  224. data/lib/cybersource_rest_client/models/riskv1authenticationexemptions_acquirer_information.rb +1 -1
  225. data/lib/cybersource_rest_client/models/riskv1authenticationexemptions_order_information_line_items.rb +2 -2
  226. data/lib/cybersource_rest_client/models/riskv1authenticationexemptions_payment_information.rb +13 -4
  227. data/lib/cybersource_rest_client/models/riskv1authenticationexemptions_payment_information_fluid_data.rb +268 -0
  228. data/lib/cybersource_rest_client/models/riskv1authenticationresults_consumer_authentication_information.rb +4 -214
  229. data/lib/cybersource_rest_client/models/riskv1authenticationresults_order_information_line_items.rb +2 -2
  230. data/lib/cybersource_rest_client/models/riskv1authenticationresults_payment_information.rb +13 -4
  231. data/lib/cybersource_rest_client/models/riskv1authentications_acquirer_information.rb +1 -1
  232. data/lib/cybersource_rest_client/models/riskv1authentications_consumer_authentication_information.rb +4 -333
  233. data/lib/cybersource_rest_client/models/riskv1authentications_order_information_line_items.rb +2 -2
  234. data/lib/cybersource_rest_client/models/riskv1authentications_travel_information_legs.rb +2 -2
  235. data/lib/cybersource_rest_client/models/{riskv1authentications_client_reference_information.rb → riskv1authenticationsetups_client_reference_information.rb} +2 -2
  236. data/lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information.rb +210 -0
  237. data/lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information_card.rb +286 -0
  238. data/lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information_tokenized_card.rb +325 -0
  239. data/lib/cybersource_rest_client/models/riskv1authenticationsetups_processing_information.rb +224 -0
  240. data/lib/cybersource_rest_client/models/riskv1authenticationsetups_token_information.rb +184 -0
  241. data/lib/cybersource_rest_client/models/riskv1decisions_buyer_information.rb +2 -2
  242. data/lib/cybersource_rest_client/models/riskv1decisions_card_verification.rb +1 -1
  243. data/lib/cybersource_rest_client/models/riskv1decisions_client_reference_information.rb +1 -1
  244. data/lib/cybersource_rest_client/models/riskv1decisions_device_information.rb +1 -26
  245. data/lib/cybersource_rest_client/models/riskv1decisions_order_information.rb +4 -13
  246. data/lib/cybersource_rest_client/models/riskv1decisions_order_information_amount_details.rb +2 -2
  247. data/lib/cybersource_rest_client/models/riskv1decisions_order_information_bill_to.rb +1 -26
  248. data/lib/cybersource_rest_client/models/riskv1decisions_order_information_line_items.rb +2 -2
  249. data/lib/cybersource_rest_client/models/riskv1decisions_payment_information.rb +4 -13
  250. data/lib/cybersource_rest_client/models/riskv1decisions_risk_information.rb +4 -13
  251. data/lib/cybersource_rest_client/models/riskv1decisions_travel_information_legs.rb +2 -2
  252. data/lib/cybersource_rest_client/models/riskv1decisionsidmarking_risk_information.rb +183 -0
  253. data/lib/cybersource_rest_client/models/riskv1decisionsidmarking_risk_information_marking_details.rb +247 -0
  254. data/lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_device_information.rb +224 -0
  255. data/lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_export_compliance_information.rb +205 -0
  256. data/lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_export_compliance_information_weights.rb +249 -0
  257. data/lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_order_information.rb +203 -0
  258. data/lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_order_information_bill_to.rb +503 -0
  259. data/lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_order_information_bill_to_company.rb +199 -0
  260. data/lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_order_information_line_items.rb +364 -0
  261. data/lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_order_information_ship_to.rb +249 -0
  262. data/lib/cybersource_rest_client/models/riskv1liststypeentries_buyer_information.rb +186 -0
  263. data/lib/cybersource_rest_client/models/riskv1liststypeentries_device_information.rb +224 -0
  264. data/lib/cybersource_rest_client/models/riskv1liststypeentries_order_information.rb +213 -0
  265. data/lib/cybersource_rest_client/models/{riskv1decisions_order_information_address.rb → riskv1liststypeentries_order_information_address.rb} +1 -1
  266. data/lib/cybersource_rest_client/models/riskv1liststypeentries_order_information_bill_to.rb +449 -0
  267. data/lib/cybersource_rest_client/models/riskv1liststypeentries_order_information_line_items.rb +199 -0
  268. data/lib/cybersource_rest_client/models/riskv1liststypeentries_order_information_ship_to.rb +325 -0
  269. data/lib/cybersource_rest_client/models/riskv1liststypeentries_payment_information.rb +193 -0
  270. data/lib/cybersource_rest_client/models/{riskv1decisions_payment_information_bank.rb → riskv1liststypeentries_payment_information_bank.rb} +1 -1
  271. data/lib/cybersource_rest_client/models/riskv1liststypeentries_payment_information_card.rb +234 -0
  272. data/lib/cybersource_rest_client/models/riskv1liststypeentries_risk_information.rb +183 -0
  273. data/lib/cybersource_rest_client/models/{riskv1decisions_risk_information_marking_details.rb → riskv1liststypeentries_risk_information_marking_details.rb} +29 -44
  274. data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_embedded_instrument_identifier.rb +10 -1
  275. data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_post200_response.rb +10 -1
  276. data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_post200_response_tokenized_card.rb +272 -0
  277. data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_post200_response_tokenized_card_card.rb +253 -0
  278. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response.rb +1 -1
  279. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_application_information.rb +2 -2
  280. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_buyer_information.rb +1 -1
  281. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_client_reference_information.rb +1 -1
  282. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_consumer_authentication_information.rb +2 -2
  283. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_fraud_marking_information.rb +1 -1
  284. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_amount_details.rb +2 -2
  285. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_line_items.rb +1 -1
  286. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_account_features.rb +1 -1
  287. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_bank.rb +1 -1
  288. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_bank_account.rb +1 -1
  289. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_bank_mandate.rb +3 -3
  290. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_point_of_sale_information.rb +2 -2
  291. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information.rb +2 -2
  292. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_authorization_options.rb +1 -1
  293. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_bank_transfer_options.rb +1 -1
  294. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information.rb +2 -2
  295. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information_electronic_verification_results.rb +4 -4
  296. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response.rb +1 -1
  297. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_client_reference_information.rb +1 -1
  298. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_consumer_authentication_information.rb +1 -1
  299. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_merchant_information.rb +1 -1
  300. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_point_of_sale_information.rb +3 -3
  301. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_processing_information.rb +1 -1
  302. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_risk_information_providers_fingerprint.rb +2 -2
  303. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_transaction_summaries.rb +1 -1
  304. data/lib/cybersource_rest_client/models/validate_export_compliance_request.rb +219 -0
  305. data/lib/cybersource_rest_client/models/{request.rb → validate_request.rb} +12 -3
  306. data/lib/cybersource_rest_client/models/verify_customer_address_request.rb +201 -0
  307. metadata +107 -14
  308. data/lib/cybersource_rest_client/models/ptsv2credits_point_of_sale_information.rb +0 -365
  309. data/lib/cybersource_rest_client/models/ptsv2credits_point_of_sale_information_emv.rb +0 -221
@@ -14,24 +14,48 @@ require 'date'
14
14
 
15
15
  module CyberSource
16
16
  class RiskV1AuthenticationsPost201ResponseConsumerAuthenticationInformation
17
+ # Identifies the UI Type the ACS will use to complete the challenge. **NOTE**: Only available for App transactions using the Cardinal Mobile SDK.
18
+ attr_accessor :acs_rendering_type
19
+
20
+ # Unique transaction identifier assigned by the ACS to identify a single transaction.
21
+ attr_accessor :acs_transaction_id
22
+
17
23
  # URL for the card-issuing bank’s authentication form that you receive when the card is enrolled. The value can be very large.
18
24
  attr_accessor :acs_url
19
25
 
20
- # Indicates what displays to the customer during the authentication process. This field can contain one of these values: - `ADS`: (Card not enrolled) customer prompted to activate the card during the checkout process. - `ATTEMPTS`: (Attempts processing) Processing briefly displays before the checkout process is completed. - `ENROLLED`: (Card enrolled) the card issuer’s authentication window displays. - `UNKNOWN`: Card enrollment status cannot be determined. - `NOREDIRECT`: (Card not enrolled, authentication unavailable, or error occurred) nothing displays to the customer. The following values can be returned if you are using rules-based payer authentication. - `RIBA`: The card-issuing bank supports risk-based authentication, but whether the cardholder is likely to be challenged cannot be determined. - `RIBA_PASS`: The card-issuing bank supports risk-based authentication and it is likely that the cardholder will not be challenged to provide credentials, also known as _silent authentication_. For details about possible values, see `pa_enroll_authentication_path` field description and \"Rules-Based Payer Authentication\" in [CyberSource Payer Authentication Using the SCMP API.] (https://apps.cybersource.com/library/documentation/dev_guides/Payer_Authentication_SCMP_API/html/wwhelp/wwhimpl/js/html/wwhelp.htm)
26
+ # Indicates what displays to the customer during the authentication process. This field can contain one of these values: - `ADS`: (Card not enrolled) customer prompted to activate the card during the checkout process. - `ATTEMPTS`: (Attempts processing) Processing briefly displays before the checkout process is completed. - `ENROLLED`: (Card enrolled) the card issuer’s authentication window displays. - `UNKNOWN`: Card enrollment status cannot be determined. - `NOREDIRECT`: (Card not enrolled, authentication unavailable, or error occurred) nothing displays to the customer. The following values can be returned if you are using rules-based payer authentication. - `RIBA`: The card-issuing bank supports risk-based authentication, but whether the cardholder is likely to be challenged cannot be determined. - `RIBA_PASS`: The card-issuing bank supports risk-based authentication and it is likely that the cardholder will not be challenged to provide credentials, also known as _silent authentication_. For details about possible values, see `pa_enroll_authentication_path` field description and \"Rules-Based Payer Authentication\" in [CyberSource Payer Authentication Using the SCMP API.] (https://apps.cybersource.com/library/documentation/dev_guides/Payer_Authentication_SCMP_API/html/)
21
27
  attr_accessor :authentication_path
22
28
 
29
+ # The Base64 encoded JSON Payload of CB specific Authorization Values returned in the challenge Flow
30
+ attr_accessor :authorization_payload
31
+
23
32
  # Payer authentication transaction identifier passed to link the check enrollment and validate authentication messages.
24
33
  attr_accessor :authentication_transaction_id
25
34
 
35
+ # Text provided by the ACS/Issuer to Cardholder during a Frictionless or Decoupled transaction.The Issuer can provide information to Cardholder. For example, “Additional authentication is needed for this transaction, please contact (Issuer Name) at xxx-xxx-xxxx.”. The Issuing Bank can optionally support this value.
36
+ attr_accessor :cardholder_message
37
+
26
38
  # Unique identifier generated by the card-issuing bank for Visa, American Express, JCB, Diners Club, and Discover transactions after the customer is authenticated. The value is in base64. When you request the card authorization service, CyberSource automatically converts the value, not the field name, to the format required by your payment processor.
27
39
  attr_accessor :cavv
28
40
 
29
41
  # Field that is returned only when the CAVV is generated, which occurs when paresStatus contains the values Y (successful authentication) or A (attempted authentication). If you use the ATOS processor, send the value of this field in the `cavv_algorithm` request field of the authorization service. This field contains one of these values: - `2`: Visa, American Express, JCB, Diners Club, and Discover - `3`: Mastercard
30
42
  attr_accessor :cavv_algorithm
31
43
 
44
+ # An indicator as to why the transaction was canceled. Possible Values: - `01`: Cardholder selected Cancel. - `02`: Reserved for future EMVCo use (values invalid until defined by EMVCo). - `03`: Transaction Timed Out—Decoupled Authentication - `04`: Transaction timed out at ACS—other timeouts - `05`: Transaction Timed out at ACS - First CReq not received by ACS - `06`: Transaction Error - `07`: Unknown - `08`: Transaction Timed Out at SDK
45
+ attr_accessor :challenge_cancel_code
46
+
32
47
  # Indicates whether a challenge is required in order to complete authentication. **Note** Regional mandates might determine that a challenge is required. Possible values: - `Y`: Challenge required - `N`: Challenge not required **Note** Used by the Hybrid integration.
33
48
  attr_accessor :challenge_required
34
49
 
50
+ # Indicates whether the 3DS Requestor requests the ACS to utilize Decoupled Authentication and agrees to utilize Decoupled Authentication if the ACS confirms its use. Possible Values: Y - Decoupled Authentication is supported and preferred if challenge is necessary N - Do not use Decoupled Authentication **Default Value**: N
51
+ attr_accessor :decoupled_authentication_indicator
52
+
53
+ # The directory server error code indicating a problem with this transaction.
54
+ attr_accessor :directory_server_error_code
55
+
56
+ # Directory server text and additional detail about the error for this transaction.
57
+ attr_accessor :directory_server_error_description
58
+
35
59
  # Commerce indicator for cards not enrolled. This field contains one of these values: - `internet`: Card not enrolled, or card type not supported by payer authentication. No liability shift. - `js_attempted`: Card not enrolled, but attempt to authenticate is recorded. Liability shift. - `js_failure`: J/Secure directory service is not available. No liability shift. - `spa`: Mastercard card not enrolled in the SecureCode program. No liability shift. - `vbv_attempted`: Card not enrolled, but attempt to authenticate is recorded. Liability shift. - `vbv_failure`: For payment processor Barclays, Streamline, AIBMS, or FDC Germany, you receive this result if Visa’s directory service is not available. No liability shift.
36
60
  attr_accessor :ecommerce_indicator
37
61
 
@@ -41,78 +65,138 @@ module CyberSource
41
65
  # ECI value that can be returned for Visa, Mastercard, American Express, JCB, Diners Club, and Discover. The field is absent when authentication fails. If your payment processor is Streamline, you must pass the value of this field instead of the value of `eci` or `ucafCollectionIndicator`. This field can contain one of these values: - `01`: Authentication attempted (Mastercard) - `02`: Successful authentication (Mastercard) - `05`: Successful authentication (Visa, American Express, JCB, Diners Club, and Discover) - `06`: Authentication attempted (Visa, American Express, JCB, Diners Club, and Discover)
42
66
  attr_accessor :eci_raw
43
67
 
68
+ # This field describes the type of 3DS transaction flow that took place. It can be one of three possible flows; CH - Challenge FR - Frictionless FD - Frictionless with delegation, (challenge not generated by the issuer but by the scheme on behalf of the issuer).
69
+ attr_accessor :effective_authentication_type
70
+
71
+ attr_accessor :ivr
72
+
73
+ # The global score calculated by the CB scoring platform and returned to merchants.
74
+ attr_accessor :network_score
75
+
44
76
  # Payer authentication request (PAReq) message that you need to forward to the ACS. The value can be very large. The value is in base64.
45
77
  attr_accessor :pareq
46
78
 
47
79
  # Raw result of the authentication check. If you are configured for Asia, Middle East, and Africa Gateway Processing, you need to send the value of this field in your authorization request. This field can contain one of these values: - `A`: Proof of authentication attempt was generated. - `N`: Customer failed or canceled authentication. Transaction denied. - `U`: Authentication not completed regardless of the reason. - `Y`: Customer was successfully authenticated.
48
80
  attr_accessor :pares_status
49
81
 
50
- # Date and time of the enrollment check combined with the VEReq and VERes elements. If you ever need to show proof of enrollment checking, you may need to parse the string for the information required by the payment card company. The value can be very large. For details about possible values, see the `pa_enroll_proofxml` field description in [CyberSource Payer Authentication Using the SCMP API.] (https://apps.cybersource.com/library/documentation/dev_guides/Payer_Authentication_SCMP_API/html/wwhelp/wwhimpl/js/html/wwhelp.htm) - For cards issued in the U.S. or Canada, Visa may require this data for specific merchant category codes. - For cards not issued in the U.S. or Canada, your bank may require this data as proof of enrollment checking for any payer authentication transaction that you re-present because of a chargeback.
82
+ # Date and time of the enrollment check combined with the VEReq and VERes elements. If you ever need to show proof of enrollment checking, you may need to parse the string for the information required by the payment card company. The value can be very large. For details about possible values, see the `pa_enroll_proofxml` field description in [CyberSource Payer Authentication Using the SCMP API.] (https://apps.cybersource.com/library/documentation/dev_guides/Payer_Authentication_SCMP_API/html/) - For cards issued in the U.S. or Canada, Visa may require this data for specific merchant category codes. - For cards not issued in the U.S. or Canada, your bank may require this data as proof of enrollment checking for any payer authentication transaction that you re-present because of a chargeback.
51
83
  attr_accessor :proof_xml
52
84
 
53
85
  # Encrypted version of the card number used in the payer authentication request message.
54
86
  attr_accessor :proxy_pan
55
87
 
88
+ # SDK unique transaction identifier that is generated on each new transaction.
89
+ attr_accessor :sdk_transaction_id
90
+
91
+ # Provides additional information as to why the PAResStatus has a specific value.
92
+ attr_accessor :signed_pares_status_reason
93
+
56
94
  # This field contains the 3D Secure version that was used to process the transaction. For example, 1.0.2 or 2.0.0.
57
95
  attr_accessor :specification_version
58
96
 
97
+ # The fully qualified URL that the merchant uses to post a form to the cardholder in order to complete the Consumer Authentication transaction for the Cardinal Cruise API integration.
98
+ attr_accessor :step_up_url
99
+
100
+ # Unique transaction identifier assigned by the 3DS Server to identify a single transaction.
101
+ attr_accessor :three_ds_server_transaction_id
102
+
59
103
  # AAV is a unique identifier generated by the card-issuing bank for Mastercard Identity Check transactions after the customer is authenticated. The value is in base64. Include the data in the card authorization request.
60
104
  attr_accessor :ucaf_authentication_data
61
105
 
62
106
  # For enroll, Returned only for Mastercard transactions. Indicates that authentication is not required because the customer is not enrolled. Add the value of this field to the authorization field ucaf_collection_indicator. This field can contain these values: 0, 1. For validate, Numeric electronic commerce indicator (ECI) returned only for Mastercard Identity Check transactions. The field is absent when authentication fails. You must send this value to your payment processor in the request for card authorization. This field contain one of these values: - `0`: Authentication data not collected, and customer authentication was not completed. - `1`: Authentication data not collected because customer authentication was not completed. - `2`: Authentication data collected because customer completed authentication.
63
107
  attr_accessor :ucaf_collection_indicator
64
108
 
65
- # Result of the enrollment check. This field can contain one of these values: - `Y`: Card enrolled or can be enrolled; you must authenticate. Liability shift. - `N`: Card not enrolled; proceed with authorization. Liability shift. - `U`: Unable to authenticate regardless of the reason. No liability shift. **Note** This field only applies to the Asia, Middle East, and Africa Gateway. If you are configured for this processor, you must send the value of this field in your authorization request. The following value can be returned if you are using rules-based Payer Authentication: - `B`: Indicates that authentication was bypassed. For details, see `pa_enroll_veres_enrolled` field description in [CyberSource Payer Authentication Using the SCMP API.] (https://apps.cybersource.com/library/documentation/dev_guides/Payer_Authentication_SCMP_API/html/wwhelp/wwhimpl/js/html/wwhelp.htm)
109
+ # Result of the enrollment check. This field can contain one of these values: - `Y`: Card enrolled or can be enrolled; you must authenticate. Liability shift. - `N`: Card not enrolled; proceed with authorization. Liability shift. - `U`: Unable to authenticate regardless of the reason. No liability shift. **Note** This field only applies to the Asia, Middle East, and Africa Gateway. If you are configured for this processor, you must send the value of this field in your authorization request. The following value can be returned if you are using rules-based Payer Authentication: - `B`: Indicates that authentication was bypassed. For details, see `pa_enroll_veres_enrolled` field description in [CyberSource Payer Authentication Using the SCMP API.] (https://apps.cybersource.com/library/documentation/dev_guides/Payer_Authentication_SCMP_API/html/)
66
110
  attr_accessor :veres_enrolled
67
111
 
112
+ # This data element will be populated by the system setting Whitelist Status. Possible Values: 01 - 3DS/ Server/ 02 – DS/03 - ACS
113
+ attr_accessor :white_list_status_source
114
+
68
115
  # Transaction identifier generated by CyberSource for successful enrollment or validation checks. Use this value, which is in base64, to match an outgoing PAReq with an incoming PARes. CyberSource forwards the XID with the card authorization service to these payment processors in these cases: - Barclays - Streamline (when the **ecommerceIndicator**`=spa`)
69
116
  attr_accessor :xid
70
117
 
118
+ # The Directory Server Transaction ID is generated by the Mastercard Directory Server during the authentication transaction and passed back to the merchant with the authentication results. For Cybersource Through Visanet Gateway: The value for this field corresponds to the following data in the TC 33 capture file3: Record: CP01 TCR7, Position: 114-149, Field: MC AVV Verification—Directory Server Transaction ID
119
+ attr_accessor :directory_server_transaction_id
120
+
71
121
  # Attribute mapping from ruby-style variable name to JSON key.
72
122
  def self.attribute_map
73
123
  {
124
+ :'acs_rendering_type' => :'acsRenderingType',
125
+ :'acs_transaction_id' => :'acsTransactionId',
74
126
  :'acs_url' => :'acsUrl',
75
127
  :'authentication_path' => :'authenticationPath',
128
+ :'authorization_payload' => :'authorizationPayload',
76
129
  :'authentication_transaction_id' => :'authenticationTransactionId',
130
+ :'cardholder_message' => :'cardholderMessage',
77
131
  :'cavv' => :'cavv',
78
132
  :'cavv_algorithm' => :'cavvAlgorithm',
133
+ :'challenge_cancel_code' => :'challengeCancelCode',
79
134
  :'challenge_required' => :'challengeRequired',
135
+ :'decoupled_authentication_indicator' => :'decoupledAuthenticationIndicator',
136
+ :'directory_server_error_code' => :'directoryServerErrorCode',
137
+ :'directory_server_error_description' => :'directoryServerErrorDescription',
80
138
  :'ecommerce_indicator' => :'ecommerceIndicator',
81
139
  :'eci' => :'eci',
82
140
  :'eci_raw' => :'eciRaw',
141
+ :'effective_authentication_type' => :'effectiveAuthenticationType',
142
+ :'ivr' => :'ivr',
143
+ :'network_score' => :'networkScore',
83
144
  :'pareq' => :'pareq',
84
145
  :'pares_status' => :'paresStatus',
85
146
  :'proof_xml' => :'proofXml',
86
147
  :'proxy_pan' => :'proxyPan',
148
+ :'sdk_transaction_id' => :'sdkTransactionId',
149
+ :'signed_pares_status_reason' => :'signedParesStatusReason',
87
150
  :'specification_version' => :'specificationVersion',
151
+ :'step_up_url' => :'stepUpUrl',
152
+ :'three_ds_server_transaction_id' => :'threeDSServerTransactionId',
88
153
  :'ucaf_authentication_data' => :'ucafAuthenticationData',
89
154
  :'ucaf_collection_indicator' => :'ucafCollectionIndicator',
90
155
  :'veres_enrolled' => :'veresEnrolled',
91
- :'xid' => :'xid'
156
+ :'white_list_status_source' => :'whiteListStatusSource',
157
+ :'xid' => :'xid',
158
+ :'directory_server_transaction_id' => :'directoryServerTransactionId'
92
159
  }
93
160
  end
94
161
 
95
162
  # Attribute type mapping.
96
163
  def self.swagger_types
97
164
  {
165
+ :'acs_rendering_type' => :'String',
166
+ :'acs_transaction_id' => :'String',
98
167
  :'acs_url' => :'String',
99
168
  :'authentication_path' => :'String',
169
+ :'authorization_payload' => :'String',
100
170
  :'authentication_transaction_id' => :'String',
171
+ :'cardholder_message' => :'String',
101
172
  :'cavv' => :'String',
102
173
  :'cavv_algorithm' => :'String',
174
+ :'challenge_cancel_code' => :'String',
103
175
  :'challenge_required' => :'String',
176
+ :'decoupled_authentication_indicator' => :'String',
177
+ :'directory_server_error_code' => :'String',
178
+ :'directory_server_error_description' => :'String',
104
179
  :'ecommerce_indicator' => :'String',
105
180
  :'eci' => :'String',
106
181
  :'eci_raw' => :'String',
182
+ :'effective_authentication_type' => :'String',
183
+ :'ivr' => :'RiskV1AuthenticationsPost201ResponseConsumerAuthenticationInformationIvr',
184
+ :'network_score' => :'String',
107
185
  :'pareq' => :'String',
108
186
  :'pares_status' => :'String',
109
187
  :'proof_xml' => :'String',
110
188
  :'proxy_pan' => :'String',
189
+ :'sdk_transaction_id' => :'String',
190
+ :'signed_pares_status_reason' => :'String',
111
191
  :'specification_version' => :'String',
192
+ :'step_up_url' => :'String',
193
+ :'three_ds_server_transaction_id' => :'String',
112
194
  :'ucaf_authentication_data' => :'String',
113
195
  :'ucaf_collection_indicator' => :'Float',
114
196
  :'veres_enrolled' => :'String',
115
- :'xid' => :'String'
197
+ :'white_list_status_source' => :'String',
198
+ :'xid' => :'String',
199
+ :'directory_server_transaction_id' => :'String'
116
200
  }
117
201
  end
118
202
 
@@ -124,6 +208,14 @@ module CyberSource
124
208
  # convert string to symbol for hash key
125
209
  attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
126
210
 
211
+ if attributes.has_key?(:'acsRenderingType')
212
+ self.acs_rendering_type = attributes[:'acsRenderingType']
213
+ end
214
+
215
+ if attributes.has_key?(:'acsTransactionId')
216
+ self.acs_transaction_id = attributes[:'acsTransactionId']
217
+ end
218
+
127
219
  if attributes.has_key?(:'acsUrl')
128
220
  self.acs_url = attributes[:'acsUrl']
129
221
  end
@@ -132,10 +224,18 @@ module CyberSource
132
224
  self.authentication_path = attributes[:'authenticationPath']
133
225
  end
134
226
 
227
+ if attributes.has_key?(:'authorizationPayload')
228
+ self.authorization_payload = attributes[:'authorizationPayload']
229
+ end
230
+
135
231
  if attributes.has_key?(:'authenticationTransactionId')
136
232
  self.authentication_transaction_id = attributes[:'authenticationTransactionId']
137
233
  end
138
234
 
235
+ if attributes.has_key?(:'cardholderMessage')
236
+ self.cardholder_message = attributes[:'cardholderMessage']
237
+ end
238
+
139
239
  if attributes.has_key?(:'cavv')
140
240
  self.cavv = attributes[:'cavv']
141
241
  end
@@ -144,10 +244,26 @@ module CyberSource
144
244
  self.cavv_algorithm = attributes[:'cavvAlgorithm']
145
245
  end
146
246
 
247
+ if attributes.has_key?(:'challengeCancelCode')
248
+ self.challenge_cancel_code = attributes[:'challengeCancelCode']
249
+ end
250
+
147
251
  if attributes.has_key?(:'challengeRequired')
148
252
  self.challenge_required = attributes[:'challengeRequired']
149
253
  end
150
254
 
255
+ if attributes.has_key?(:'decoupledAuthenticationIndicator')
256
+ self.decoupled_authentication_indicator = attributes[:'decoupledAuthenticationIndicator']
257
+ end
258
+
259
+ if attributes.has_key?(:'directoryServerErrorCode')
260
+ self.directory_server_error_code = attributes[:'directoryServerErrorCode']
261
+ end
262
+
263
+ if attributes.has_key?(:'directoryServerErrorDescription')
264
+ self.directory_server_error_description = attributes[:'directoryServerErrorDescription']
265
+ end
266
+
151
267
  if attributes.has_key?(:'ecommerceIndicator')
152
268
  self.ecommerce_indicator = attributes[:'ecommerceIndicator']
153
269
  end
@@ -160,6 +276,18 @@ module CyberSource
160
276
  self.eci_raw = attributes[:'eciRaw']
161
277
  end
162
278
 
279
+ if attributes.has_key?(:'effectiveAuthenticationType')
280
+ self.effective_authentication_type = attributes[:'effectiveAuthenticationType']
281
+ end
282
+
283
+ if attributes.has_key?(:'ivr')
284
+ self.ivr = attributes[:'ivr']
285
+ end
286
+
287
+ if attributes.has_key?(:'networkScore')
288
+ self.network_score = attributes[:'networkScore']
289
+ end
290
+
163
291
  if attributes.has_key?(:'pareq')
164
292
  self.pareq = attributes[:'pareq']
165
293
  end
@@ -176,10 +304,26 @@ module CyberSource
176
304
  self.proxy_pan = attributes[:'proxyPan']
177
305
  end
178
306
 
307
+ if attributes.has_key?(:'sdkTransactionId')
308
+ self.sdk_transaction_id = attributes[:'sdkTransactionId']
309
+ end
310
+
311
+ if attributes.has_key?(:'signedParesStatusReason')
312
+ self.signed_pares_status_reason = attributes[:'signedParesStatusReason']
313
+ end
314
+
179
315
  if attributes.has_key?(:'specificationVersion')
180
316
  self.specification_version = attributes[:'specificationVersion']
181
317
  end
182
318
 
319
+ if attributes.has_key?(:'stepUpUrl')
320
+ self.step_up_url = attributes[:'stepUpUrl']
321
+ end
322
+
323
+ if attributes.has_key?(:'threeDSServerTransactionId')
324
+ self.three_ds_server_transaction_id = attributes[:'threeDSServerTransactionId']
325
+ end
326
+
183
327
  if attributes.has_key?(:'ucafAuthenticationData')
184
328
  self.ucaf_authentication_data = attributes[:'ucafAuthenticationData']
185
329
  end
@@ -192,15 +336,27 @@ module CyberSource
192
336
  self.veres_enrolled = attributes[:'veresEnrolled']
193
337
  end
194
338
 
339
+ if attributes.has_key?(:'whiteListStatusSource')
340
+ self.white_list_status_source = attributes[:'whiteListStatusSource']
341
+ end
342
+
195
343
  if attributes.has_key?(:'xid')
196
344
  self.xid = attributes[:'xid']
197
345
  end
346
+
347
+ if attributes.has_key?(:'directoryServerTransactionId')
348
+ self.directory_server_transaction_id = attributes[:'directoryServerTransactionId']
349
+ end
198
350
  end
199
351
 
200
352
  # Show invalid properties with the reasons. Usually used together with valid?
201
353
  # @return Array for valid properties with the reasons
202
354
  def list_invalid_properties
203
355
  invalid_properties = Array.new
356
+ if !@acs_transaction_id.nil? && @acs_transaction_id.to_s.length > 36
357
+ invalid_properties.push('invalid value for "acs_transaction_id", the character length must be smaller than or equal to 36.')
358
+ end
359
+
204
360
  if !@acs_url.nil? && @acs_url.to_s.length > 2048
205
361
  invalid_properties.push('invalid value for "acs_url", the character length must be smaller than or equal to 2048.')
206
362
  end
@@ -209,6 +365,10 @@ module CyberSource
209
365
  invalid_properties.push('invalid value for "authentication_transaction_id", the character length must be smaller than or equal to 20.')
210
366
  end
211
367
 
368
+ if !@cardholder_message.nil? && @cardholder_message.to_s.length > 128
369
+ invalid_properties.push('invalid value for "cardholder_message", the character length must be smaller than or equal to 128.')
370
+ end
371
+
212
372
  if !@cavv.nil? && @cavv.to_s.length > 255
213
373
  invalid_properties.push('invalid value for "cavv", the character length must be smaller than or equal to 255.')
214
374
  end
@@ -217,29 +377,101 @@ module CyberSource
217
377
  invalid_properties.push('invalid value for "cavv_algorithm", the character length must be smaller than or equal to 1.')
218
378
  end
219
379
 
380
+ if !@challenge_cancel_code.nil? && @challenge_cancel_code.to_s.length > 2
381
+ invalid_properties.push('invalid value for "challenge_cancel_code", the character length must be smaller than or equal to 2.')
382
+ end
383
+
220
384
  if !@challenge_required.nil? && @challenge_required.to_s.length > 1
221
385
  invalid_properties.push('invalid value for "challenge_required", the character length must be smaller than or equal to 1.')
222
386
  end
223
387
 
388
+ if !@decoupled_authentication_indicator.nil? && @decoupled_authentication_indicator.to_s.length > 1
389
+ invalid_properties.push('invalid value for "decoupled_authentication_indicator", the character length must be smaller than or equal to 1.')
390
+ end
391
+
392
+ if !@directory_server_error_code.nil? && @directory_server_error_code.to_s.length > 3
393
+ invalid_properties.push('invalid value for "directory_server_error_code", the character length must be smaller than or equal to 3.')
394
+ end
395
+
396
+ if !@directory_server_error_description.nil? && @directory_server_error_description.to_s.length > 4096
397
+ invalid_properties.push('invalid value for "directory_server_error_description", the character length must be smaller than or equal to 4096.')
398
+ end
399
+
224
400
  if !@ecommerce_indicator.nil? && @ecommerce_indicator.to_s.length > 255
225
401
  invalid_properties.push('invalid value for "ecommerce_indicator", the character length must be smaller than or equal to 255.')
226
402
  end
227
403
 
404
+ if !@effective_authentication_type.nil? && @effective_authentication_type.to_s.length > 2
405
+ invalid_properties.push('invalid value for "effective_authentication_type", the character length must be smaller than or equal to 2.')
406
+ end
407
+
408
+ if !@network_score.nil? && @network_score.to_s.length > 2
409
+ invalid_properties.push('invalid value for "network_score", the character length must be smaller than or equal to 2.')
410
+ end
411
+
412
+ if !@sdk_transaction_id.nil? && @sdk_transaction_id.to_s.length > 36
413
+ invalid_properties.push('invalid value for "sdk_transaction_id", the character length must be smaller than or equal to 36.')
414
+ end
415
+
416
+ if !@signed_pares_status_reason.nil? && @signed_pares_status_reason.to_s.length > 2
417
+ invalid_properties.push('invalid value for "signed_pares_status_reason", the character length must be smaller than or equal to 2.')
418
+ end
419
+
420
+ if !@step_up_url.nil? && @step_up_url.to_s.length > 2048
421
+ invalid_properties.push('invalid value for "step_up_url", the character length must be smaller than or equal to 2048.')
422
+ end
423
+
424
+ if !@three_ds_server_transaction_id.nil? && @three_ds_server_transaction_id.to_s.length > 36
425
+ invalid_properties.push('invalid value for "three_ds_server_transaction_id", the character length must be smaller than or equal to 36.')
426
+ end
427
+
428
+ if !@white_list_status_source.nil? && @white_list_status_source.to_s.length > 2
429
+ invalid_properties.push('invalid value for "white_list_status_source", the character length must be smaller than or equal to 2.')
430
+ end
431
+
432
+ if !@directory_server_transaction_id.nil? && @directory_server_transaction_id.to_s.length > 36
433
+ invalid_properties.push('invalid value for "directory_server_transaction_id", the character length must be smaller than or equal to 36.')
434
+ end
435
+
228
436
  invalid_properties
229
437
  end
230
438
 
231
439
  # Check to see if the all the properties in the model are valid
232
440
  # @return true if the model is valid
233
441
  def valid?
442
+ return false if !@acs_transaction_id.nil? && @acs_transaction_id.to_s.length > 36
234
443
  return false if !@acs_url.nil? && @acs_url.to_s.length > 2048
235
444
  return false if !@authentication_transaction_id.nil? && @authentication_transaction_id.to_s.length > 20
445
+ return false if !@cardholder_message.nil? && @cardholder_message.to_s.length > 128
236
446
  return false if !@cavv.nil? && @cavv.to_s.length > 255
237
447
  return false if !@cavv_algorithm.nil? && @cavv_algorithm.to_s.length > 1
448
+ return false if !@challenge_cancel_code.nil? && @challenge_cancel_code.to_s.length > 2
238
449
  return false if !@challenge_required.nil? && @challenge_required.to_s.length > 1
450
+ return false if !@decoupled_authentication_indicator.nil? && @decoupled_authentication_indicator.to_s.length > 1
451
+ return false if !@directory_server_error_code.nil? && @directory_server_error_code.to_s.length > 3
452
+ return false if !@directory_server_error_description.nil? && @directory_server_error_description.to_s.length > 4096
239
453
  return false if !@ecommerce_indicator.nil? && @ecommerce_indicator.to_s.length > 255
454
+ return false if !@effective_authentication_type.nil? && @effective_authentication_type.to_s.length > 2
455
+ return false if !@network_score.nil? && @network_score.to_s.length > 2
456
+ return false if !@sdk_transaction_id.nil? && @sdk_transaction_id.to_s.length > 36
457
+ return false if !@signed_pares_status_reason.nil? && @signed_pares_status_reason.to_s.length > 2
458
+ return false if !@step_up_url.nil? && @step_up_url.to_s.length > 2048
459
+ return false if !@three_ds_server_transaction_id.nil? && @three_ds_server_transaction_id.to_s.length > 36
460
+ return false if !@white_list_status_source.nil? && @white_list_status_source.to_s.length > 2
461
+ return false if !@directory_server_transaction_id.nil? && @directory_server_transaction_id.to_s.length > 36
240
462
  true
241
463
  end
242
464
 
465
+ # Custom attribute writer method with validation
466
+ # @param [Object] acs_transaction_id Value to be assigned
467
+ def acs_transaction_id=(acs_transaction_id)
468
+ if !acs_transaction_id.nil? && acs_transaction_id.to_s.length > 36
469
+ fail ArgumentError, 'invalid value for "acs_transaction_id", the character length must be smaller than or equal to 36.'
470
+ end
471
+
472
+ @acs_transaction_id = acs_transaction_id
473
+ end
474
+
243
475
  # Custom attribute writer method with validation
244
476
  # @param [Object] acs_url Value to be assigned
245
477
  def acs_url=(acs_url)
@@ -260,6 +492,16 @@ module CyberSource
260
492
  @authentication_transaction_id = authentication_transaction_id
261
493
  end
262
494
 
495
+ # Custom attribute writer method with validation
496
+ # @param [Object] cardholder_message Value to be assigned
497
+ def cardholder_message=(cardholder_message)
498
+ if !cardholder_message.nil? && cardholder_message.to_s.length > 128
499
+ fail ArgumentError, 'invalid value for "cardholder_message", the character length must be smaller than or equal to 128.'
500
+ end
501
+
502
+ @cardholder_message = cardholder_message
503
+ end
504
+
263
505
  # Custom attribute writer method with validation
264
506
  # @param [Object] cavv Value to be assigned
265
507
  def cavv=(cavv)
@@ -280,6 +522,16 @@ module CyberSource
280
522
  @cavv_algorithm = cavv_algorithm
281
523
  end
282
524
 
525
+ # Custom attribute writer method with validation
526
+ # @param [Object] challenge_cancel_code Value to be assigned
527
+ def challenge_cancel_code=(challenge_cancel_code)
528
+ if !challenge_cancel_code.nil? && challenge_cancel_code.to_s.length > 2
529
+ fail ArgumentError, 'invalid value for "challenge_cancel_code", the character length must be smaller than or equal to 2.'
530
+ end
531
+
532
+ @challenge_cancel_code = challenge_cancel_code
533
+ end
534
+
283
535
  # Custom attribute writer method with validation
284
536
  # @param [Object] challenge_required Value to be assigned
285
537
  def challenge_required=(challenge_required)
@@ -290,6 +542,36 @@ module CyberSource
290
542
  @challenge_required = challenge_required
291
543
  end
292
544
 
545
+ # Custom attribute writer method with validation
546
+ # @param [Object] decoupled_authentication_indicator Value to be assigned
547
+ def decoupled_authentication_indicator=(decoupled_authentication_indicator)
548
+ if !decoupled_authentication_indicator.nil? && decoupled_authentication_indicator.to_s.length > 1
549
+ fail ArgumentError, 'invalid value for "decoupled_authentication_indicator", the character length must be smaller than or equal to 1.'
550
+ end
551
+
552
+ @decoupled_authentication_indicator = decoupled_authentication_indicator
553
+ end
554
+
555
+ # Custom attribute writer method with validation
556
+ # @param [Object] directory_server_error_code Value to be assigned
557
+ def directory_server_error_code=(directory_server_error_code)
558
+ if !directory_server_error_code.nil? && directory_server_error_code.to_s.length > 3
559
+ fail ArgumentError, 'invalid value for "directory_server_error_code", the character length must be smaller than or equal to 3.'
560
+ end
561
+
562
+ @directory_server_error_code = directory_server_error_code
563
+ end
564
+
565
+ # Custom attribute writer method with validation
566
+ # @param [Object] directory_server_error_description Value to be assigned
567
+ def directory_server_error_description=(directory_server_error_description)
568
+ if !directory_server_error_description.nil? && directory_server_error_description.to_s.length > 4096
569
+ fail ArgumentError, 'invalid value for "directory_server_error_description", the character length must be smaller than or equal to 4096.'
570
+ end
571
+
572
+ @directory_server_error_description = directory_server_error_description
573
+ end
574
+
293
575
  # Custom attribute writer method with validation
294
576
  # @param [Object] ecommerce_indicator Value to be assigned
295
577
  def ecommerce_indicator=(ecommerce_indicator)
@@ -300,29 +582,126 @@ module CyberSource
300
582
  @ecommerce_indicator = ecommerce_indicator
301
583
  end
302
584
 
585
+ # Custom attribute writer method with validation
586
+ # @param [Object] effective_authentication_type Value to be assigned
587
+ def effective_authentication_type=(effective_authentication_type)
588
+ if !effective_authentication_type.nil? && effective_authentication_type.to_s.length > 2
589
+ fail ArgumentError, 'invalid value for "effective_authentication_type", the character length must be smaller than or equal to 2.'
590
+ end
591
+
592
+ @effective_authentication_type = effective_authentication_type
593
+ end
594
+
595
+ # Custom attribute writer method with validation
596
+ # @param [Object] network_score Value to be assigned
597
+ def network_score=(network_score)
598
+ if !network_score.nil? && network_score.to_s.length > 2
599
+ fail ArgumentError, 'invalid value for "network_score", the character length must be smaller than or equal to 2.'
600
+ end
601
+
602
+ @network_score = network_score
603
+ end
604
+
605
+ # Custom attribute writer method with validation
606
+ # @param [Object] sdk_transaction_id Value to be assigned
607
+ def sdk_transaction_id=(sdk_transaction_id)
608
+ if !sdk_transaction_id.nil? && sdk_transaction_id.to_s.length > 36
609
+ fail ArgumentError, 'invalid value for "sdk_transaction_id", the character length must be smaller than or equal to 36.'
610
+ end
611
+
612
+ @sdk_transaction_id = sdk_transaction_id
613
+ end
614
+
615
+ # Custom attribute writer method with validation
616
+ # @param [Object] signed_pares_status_reason Value to be assigned
617
+ def signed_pares_status_reason=(signed_pares_status_reason)
618
+ if !signed_pares_status_reason.nil? && signed_pares_status_reason.to_s.length > 2
619
+ fail ArgumentError, 'invalid value for "signed_pares_status_reason", the character length must be smaller than or equal to 2.'
620
+ end
621
+
622
+ @signed_pares_status_reason = signed_pares_status_reason
623
+ end
624
+
625
+ # Custom attribute writer method with validation
626
+ # @param [Object] step_up_url Value to be assigned
627
+ def step_up_url=(step_up_url)
628
+ if !step_up_url.nil? && step_up_url.to_s.length > 2048
629
+ fail ArgumentError, 'invalid value for "step_up_url", the character length must be smaller than or equal to 2048.'
630
+ end
631
+
632
+ @step_up_url = step_up_url
633
+ end
634
+
635
+ # Custom attribute writer method with validation
636
+ # @param [Object] three_ds_server_transaction_id Value to be assigned
637
+ def three_ds_server_transaction_id=(three_ds_server_transaction_id)
638
+ if !three_ds_server_transaction_id.nil? && three_ds_server_transaction_id.to_s.length > 36
639
+ fail ArgumentError, 'invalid value for "three_ds_server_transaction_id", the character length must be smaller than or equal to 36.'
640
+ end
641
+
642
+ @three_ds_server_transaction_id = three_ds_server_transaction_id
643
+ end
644
+
645
+ # Custom attribute writer method with validation
646
+ # @param [Object] white_list_status_source Value to be assigned
647
+ def white_list_status_source=(white_list_status_source)
648
+ if !white_list_status_source.nil? && white_list_status_source.to_s.length > 2
649
+ fail ArgumentError, 'invalid value for "white_list_status_source", the character length must be smaller than or equal to 2.'
650
+ end
651
+
652
+ @white_list_status_source = white_list_status_source
653
+ end
654
+
655
+ # Custom attribute writer method with validation
656
+ # @param [Object] directory_server_transaction_id Value to be assigned
657
+ def directory_server_transaction_id=(directory_server_transaction_id)
658
+ if !directory_server_transaction_id.nil? && directory_server_transaction_id.to_s.length > 36
659
+ fail ArgumentError, 'invalid value for "directory_server_transaction_id", the character length must be smaller than or equal to 36.'
660
+ end
661
+
662
+ @directory_server_transaction_id = directory_server_transaction_id
663
+ end
664
+
303
665
  # Checks equality by comparing each attribute.
304
666
  # @param [Object] Object to be compared
305
667
  def ==(o)
306
668
  return true if self.equal?(o)
307
669
  self.class == o.class &&
670
+ acs_rendering_type == o.acs_rendering_type &&
671
+ acs_transaction_id == o.acs_transaction_id &&
308
672
  acs_url == o.acs_url &&
309
673
  authentication_path == o.authentication_path &&
674
+ authorization_payload == o.authorization_payload &&
310
675
  authentication_transaction_id == o.authentication_transaction_id &&
676
+ cardholder_message == o.cardholder_message &&
311
677
  cavv == o.cavv &&
312
678
  cavv_algorithm == o.cavv_algorithm &&
679
+ challenge_cancel_code == o.challenge_cancel_code &&
313
680
  challenge_required == o.challenge_required &&
681
+ decoupled_authentication_indicator == o.decoupled_authentication_indicator &&
682
+ directory_server_error_code == o.directory_server_error_code &&
683
+ directory_server_error_description == o.directory_server_error_description &&
314
684
  ecommerce_indicator == o.ecommerce_indicator &&
315
685
  eci == o.eci &&
316
686
  eci_raw == o.eci_raw &&
687
+ effective_authentication_type == o.effective_authentication_type &&
688
+ ivr == o.ivr &&
689
+ network_score == o.network_score &&
317
690
  pareq == o.pareq &&
318
691
  pares_status == o.pares_status &&
319
692
  proof_xml == o.proof_xml &&
320
693
  proxy_pan == o.proxy_pan &&
694
+ sdk_transaction_id == o.sdk_transaction_id &&
695
+ signed_pares_status_reason == o.signed_pares_status_reason &&
321
696
  specification_version == o.specification_version &&
697
+ step_up_url == o.step_up_url &&
698
+ three_ds_server_transaction_id == o.three_ds_server_transaction_id &&
322
699
  ucaf_authentication_data == o.ucaf_authentication_data &&
323
700
  ucaf_collection_indicator == o.ucaf_collection_indicator &&
324
701
  veres_enrolled == o.veres_enrolled &&
325
- xid == o.xid
702
+ white_list_status_source == o.white_list_status_source &&
703
+ xid == o.xid &&
704
+ directory_server_transaction_id == o.directory_server_transaction_id
326
705
  end
327
706
 
328
707
  # @see the `==` method
@@ -334,7 +713,7 @@ module CyberSource
334
713
  # Calculates hash code according to all attributes.
335
714
  # @return [Fixnum] Hash code
336
715
  def hash
337
- [acs_url, authentication_path, authentication_transaction_id, cavv, cavv_algorithm, challenge_required, ecommerce_indicator, eci, eci_raw, pareq, pares_status, proof_xml, proxy_pan, specification_version, ucaf_authentication_data, ucaf_collection_indicator, veres_enrolled, xid].hash
716
+ [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, 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].hash
338
717
  end
339
718
 
340
719
  # Builds the object from hash