cybersource_rest_client 0.0.11 → 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (428) hide show
  1. checksums.yaml +4 -4
  2. data/lib/cybersource_rest_client.rb +104 -84
  3. data/lib/cybersource_rest_client/api/capture_api.rb +2 -2
  4. data/lib/cybersource_rest_client/api/conversion_details_api.rb +6 -6
  5. data/lib/cybersource_rest_client/api/credit_api.rb +2 -2
  6. data/lib/cybersource_rest_client/api/decision_manager_api.rb +89 -0
  7. data/lib/cybersource_rest_client/api/instrument_identifier_api.rb +229 -47
  8. data/lib/cybersource_rest_client/api/key_generation_api.rb +13 -9
  9. data/lib/cybersource_rest_client/api/net_fundings_api.rb +16 -16
  10. data/lib/cybersource_rest_client/api/notification_of_changes_api.rb +6 -6
  11. data/lib/cybersource_rest_client/api/payment_batch_summaries_api.rb +135 -0
  12. data/lib/cybersource_rest_client/api/payment_instrument_api.rb +365 -0
  13. data/lib/cybersource_rest_client/api/payments_api.rb +2 -2
  14. data/lib/cybersource_rest_client/api/{process_a_payout_api.rb → payouts_api.rb} +7 -7
  15. data/lib/cybersource_rest_client/api/purchase_and_refund_details_api.rb +6 -6
  16. data/lib/cybersource_rest_client/api/refund_api.rb +2 -2
  17. data/lib/cybersource_rest_client/api/report_definitions_api.rb +2 -2
  18. data/lib/cybersource_rest_client/api/report_downloads_api.rb +2 -2
  19. data/lib/cybersource_rest_client/api/report_subscriptions_api.rb +2 -2
  20. data/lib/cybersource_rest_client/api/reports_api.rb +6 -6
  21. data/lib/cybersource_rest_client/api/reversal_api.rb +67 -2
  22. data/lib/cybersource_rest_client/api/search_transactions_api.rb +13 -13
  23. data/lib/cybersource_rest_client/api/secure_file_share_api.rb +12 -12
  24. data/lib/cybersource_rest_client/api/{flex_token_api.rb → tokenization_api.rb} +18 -14
  25. data/lib/cybersource_rest_client/api/transaction_batches_api.rb +76 -2
  26. data/lib/cybersource_rest_client/api/transaction_details_api.rb +2 -2
  27. data/lib/cybersource_rest_client/api/user_management_api.rb +2 -2
  28. data/lib/cybersource_rest_client/api/void_api.rb +67 -2
  29. data/lib/cybersource_rest_client/api_client.rb +12 -13
  30. data/lib/cybersource_rest_client/api_error.rb +2 -2
  31. data/lib/cybersource_rest_client/configuration.rb +2 -2
  32. data/lib/cybersource_rest_client/models/auth_reversal_request.rb +2 -2
  33. data/lib/cybersource_rest_client/models/capture_payment_request.rb +2 -2
  34. data/lib/cybersource_rest_client/models/create_credit_request.rb +2 -2
  35. data/lib/cybersource_rest_client/models/{tms_v1_instrumentidentifiers_post200_response.rb → create_decision_manager_case_request.rb} +70 -99
  36. data/lib/cybersource_rest_client/models/{tmsv1paymentinstruments_buyer_information_personal_identification.rb → create_instrument_identifier_request.rb} +20 -21
  37. data/lib/cybersource_rest_client/models/{tms_v1_paymentinstruments_get200_response.rb → create_payment_instrument_request.rb} +13 -13
  38. data/lib/cybersource_rest_client/models/create_payment_request.rb +2 -2
  39. data/lib/cybersource_rest_client/models/{tss_v2_transactions_post_response.rb → create_search_request.rb} +3 -3
  40. data/lib/cybersource_rest_client/models/flex_v1_keys_post200_response.rb +2 -2
  41. data/lib/cybersource_rest_client/models/flex_v1_keys_post200_response_der.rb +2 -2
  42. data/lib/cybersource_rest_client/models/flex_v1_keys_post200_response_jwk.rb +2 -2
  43. data/lib/cybersource_rest_client/models/flex_v1_tokens_post200_response.rb +2 -2
  44. data/lib/cybersource_rest_client/models/flexv1tokens_card_info.rb +12 -2
  45. data/lib/cybersource_rest_client/models/generate_public_key_request.rb +6 -66
  46. data/lib/cybersource_rest_client/models/{der_public_key.rb → inline_response_200.rb} +24 -26
  47. data/lib/cybersource_rest_client/models/inline_response_200_payment_batch_summaries.rb +282 -0
  48. data/lib/cybersource_rest_client/models/inline_response_400.rb +2 -2
  49. data/lib/cybersource_rest_client/models/inline_response_400_1.rb +2 -2
  50. data/lib/cybersource_rest_client/models/inline_response_400_fields.rb +2 -2
  51. data/lib/cybersource_rest_client/models/inline_response_default.rb +2 -2
  52. data/lib/cybersource_rest_client/models/inline_response_default__links.rb +2 -2
  53. data/lib/cybersource_rest_client/models/inline_response_default__links_next.rb +2 -2
  54. data/lib/cybersource_rest_client/models/inline_response_default_response_status.rb +2 -2
  55. data/lib/cybersource_rest_client/models/inline_response_default_response_status_details.rb +2 -2
  56. data/lib/cybersource_rest_client/models/{tokenize_parameters.rb → mit_reversal_request.rb} +43 -17
  57. data/lib/cybersource_rest_client/models/{error.rb → mit_void_request.rb} +10 -19
  58. data/lib/cybersource_rest_client/models/{pts_v2_payouts_post_response.rb → oct_create_payment_request.rb} +3 -3
  59. data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_get200_response.rb +3 -3
  60. data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_get200_response__links.rb +2 -2
  61. data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_get200_response__links_self.rb +2 -2
  62. data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_get200_response_transaction_batches.rb +2 -2
  63. data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_get400_response.rb +3 -3
  64. data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_get400_response_error_information.rb +2 -2
  65. data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_get400_response_error_information_details.rb +2 -2
  66. data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_get500_response.rb +3 -3
  67. data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_get500_response_error_information.rb +2 -2
  68. data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_id_get200_response.rb +2 -2
  69. data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_id_get200_response__links.rb +2 -2
  70. data/lib/cybersource_rest_client/models/pts_v1_transaction_batches_id_get200_response__links_transactions.rb +2 -2
  71. data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response.rb +4 -4
  72. data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_credit_amount_details.rb +2 -2
  73. data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_payment_information.rb +2 -2
  74. data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_processing_information.rb +2 -2
  75. data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_processing_information_bank_transfer_options.rb +2 -2
  76. data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response.rb +4 -4
  77. data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response__links.rb +2 -2
  78. data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_order_information.rb +2 -2
  79. data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_order_information_amount_details.rb +2 -2
  80. data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_processor_information.rb +2 -2
  81. data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post400_response.rb +3 -3
  82. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response.rb +4 -4
  83. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response__links.rb +2 -2
  84. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response__links_self.rb +4 -4
  85. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_client_reference_information.rb +3 -3
  86. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_error_information.rb +5 -5
  87. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_error_information_details.rb +2 -2
  88. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_installment_information.rb +2 -197
  89. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_issuer_information.rb +2 -2
  90. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_order_information.rb +2 -2
  91. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_order_information_amount_details.rb +2 -2
  92. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_order_information_invoice_details.rb +2 -2
  93. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information.rb +2 -2
  94. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_account_features.rb +2 -2
  95. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_bank.rb +2 -2
  96. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_bank_account.rb +2 -2
  97. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_card.rb +2 -17
  98. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_card.rb +3 -3
  99. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_point_of_sale_information.rb +2 -2
  100. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_point_of_sale_information_emv.rb +2 -2
  101. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processing_information.rb +2 -2
  102. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processing_information_bank_transfer_options.rb +2 -2
  103. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information.rb +2 -2
  104. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_ach_verification.rb +2 -2
  105. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_avs.rb +2 -2
  106. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_card_verification.rb +3 -3
  107. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_consumer_authentication_response.rb +2 -2
  108. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_customer.rb +2 -2
  109. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb +2 -2
  110. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_merchant_advice.rb +2 -2
  111. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_routing.rb +2 -2
  112. data/lib/cybersource_rest_client/models/pts_v2_payments_post400_response.rb +3 -3
  113. data/lib/cybersource_rest_client/models/pts_v2_payments_post502_response.rb +5 -5
  114. data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response.rb +4 -4
  115. data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response__links.rb +2 -2
  116. data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_order_information.rb +2 -2
  117. data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_processor_information.rb +2 -2
  118. data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_refund_amount_details.rb +2 -2
  119. data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post400_response.rb +3 -3
  120. data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response.rb +4 -4
  121. data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response__links.rb +2 -2
  122. data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response_authorization_information.rb +2 -2
  123. data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response_issuer_information.rb +2 -2
  124. data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response_processor_information.rb +2 -2
  125. data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response_reversal_amount_details.rb +2 -2
  126. data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post400_response.rb +3 -3
  127. data/lib/cybersource_rest_client/models/pts_v2_payments_voids_post201_response.rb +4 -4
  128. data/lib/cybersource_rest_client/models/pts_v2_payments_voids_post201_response_void_amount_details.rb +2 -2
  129. data/lib/cybersource_rest_client/models/pts_v2_payments_voids_post400_response.rb +3 -3
  130. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response.rb +14 -17
  131. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_error_information.rb +4 -4
  132. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_merchant_information.rb +2 -2
  133. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_merchant_information_merchant_descriptor.rb +2 -2
  134. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_order_information.rb +2 -2
  135. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_order_information_amount_details.rb +4 -4
  136. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information.rb +2 -2
  137. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_recipient_information.rb +2 -2
  138. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_recipient_information_card.rb +2 -2
  139. data/lib/cybersource_rest_client/models/pts_v2_payouts_post400_response.rb +31 -7
  140. data/lib/cybersource_rest_client/models/ptsv2credits_point_of_sale_information.rb +2 -2
  141. data/lib/cybersource_rest_client/models/ptsv2credits_point_of_sale_information_emv.rb +2 -2
  142. data/lib/cybersource_rest_client/models/ptsv2credits_processing_information.rb +2 -2
  143. data/lib/cybersource_rest_client/models/ptsv2credits_processing_information_bank_transfer_options.rb +2 -2
  144. data/lib/cybersource_rest_client/models/ptsv2payments_aggregator_information.rb +2 -2
  145. data/lib/cybersource_rest_client/models/ptsv2payments_aggregator_information_sub_merchant.rb +2 -2
  146. data/lib/cybersource_rest_client/models/ptsv2payments_buyer_information.rb +2 -2
  147. data/lib/cybersource_rest_client/models/ptsv2payments_buyer_information_personal_identification.rb +7 -7
  148. data/lib/cybersource_rest_client/models/ptsv2payments_client_reference_information.rb +4 -4
  149. data/lib/cybersource_rest_client/models/ptsv2payments_client_reference_information_partner.rb +2 -2
  150. data/lib/cybersource_rest_client/models/ptsv2payments_consumer_authentication_information.rb +2 -2
  151. data/lib/cybersource_rest_client/models/ptsv2payments_device_information.rb +4 -4
  152. data/lib/cybersource_rest_client/models/ptsv2payments_installment_information.rb +2 -2
  153. data/lib/cybersource_rest_client/models/ptsv2payments_issuer_information.rb +2 -2
  154. data/lib/cybersource_rest_client/models/ptsv2payments_merchant_defined_information.rb +2 -2
  155. data/lib/cybersource_rest_client/models/ptsv2payments_merchant_information.rb +2 -2
  156. data/lib/cybersource_rest_client/models/ptsv2payments_merchant_information_merchant_descriptor.rb +2 -2
  157. data/lib/cybersource_rest_client/models/ptsv2payments_merchant_information_service_fee_descriptor.rb +2 -2
  158. data/lib/cybersource_rest_client/models/ptsv2payments_merchant_initiated_transaction.rb +2 -2
  159. data/lib/cybersource_rest_client/models/ptsv2payments_order_information.rb +2 -2
  160. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details.rb +2 -2
  161. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details_amex_additional_amounts.rb +2 -2
  162. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details_surcharge.rb +2 -2
  163. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details_tax_details.rb +2 -2
  164. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_bill_to.rb +2 -2
  165. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_bill_to_company.rb +2 -2
  166. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_invoice_details.rb +2 -2
  167. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_invoice_details_transaction_advice_addendum.rb +2 -2
  168. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_line_items.rb +7 -7
  169. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_ship_to.rb +4 -4
  170. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_shipping_details.rb +20 -4
  171. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information.rb +2 -2
  172. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank.rb +2 -2
  173. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank_account.rb +2 -2
  174. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_card.rb +6 -6
  175. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_customer.rb +2 -2
  176. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_fluid_data.rb +2 -2
  177. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_tokenized_card.rb +3 -3
  178. data/lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information.rb +2 -2
  179. data/lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information_emv.rb +2 -2
  180. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information.rb +2 -2
  181. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_authorization_options.rb +2 -2
  182. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_authorization_options_initiator.rb +2 -2
  183. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_bank_transfer_options.rb +2 -2
  184. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_capture_options.rb +2 -2
  185. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_recurring_options.rb +2 -2
  186. data/lib/cybersource_rest_client/models/ptsv2payments_recipient_information.rb +2 -2
  187. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_aggregator_information.rb +2 -2
  188. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_aggregator_information_sub_merchant.rb +2 -2
  189. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_buyer_information.rb +2 -2
  190. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_installment_information.rb +2 -227
  191. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_merchant_information.rb +2 -2
  192. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information.rb +2 -2
  193. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_amount_details.rb +2 -2
  194. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_bill_to.rb +2 -2
  195. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_invoice_details.rb +2 -2
  196. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_ship_to.rb +3 -3
  197. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_shipping_details.rb +2 -2
  198. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_payment_information.rb +2 -2
  199. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_point_of_sale_information.rb +2 -2
  200. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_point_of_sale_information_emv.rb +2 -2
  201. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processing_information.rb +2 -2
  202. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processing_information_authorization_options.rb +2 -2
  203. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processing_information_capture_options.rb +2 -2
  204. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_merchant_information.rb +2 -2
  205. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information.rb +2 -2
  206. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information_line_items.rb +7 -7
  207. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information.rb +2 -2
  208. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_card.rb +6 -6
  209. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_point_of_sale_information.rb +2 -2
  210. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_processing_information.rb +2 -2
  211. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_processing_information_recurring_options.rb +2 -2
  212. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_client_reference_information.rb +3 -3
  213. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_client_reference_information_partner.rb +2 -2
  214. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_order_information.rb +2 -2
  215. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_order_information_amount_details.rb +2 -2
  216. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_order_information_line_items.rb +3 -3
  217. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_point_of_sale_information.rb +2 -2
  218. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_processing_information.rb +2 -2
  219. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_reversal_information.rb +2 -2
  220. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_reversal_information_amount_details.rb +2 -2
  221. data/lib/cybersource_rest_client/models/ptsv2payouts_client_reference_information.rb +3 -3
  222. data/lib/cybersource_rest_client/models/ptsv2payouts_merchant_information.rb +12 -3
  223. data/lib/cybersource_rest_client/models/ptsv2payouts_merchant_information_merchant_descriptor.rb +2 -2
  224. data/lib/cybersource_rest_client/models/ptsv2payouts_order_information.rb +2 -2
  225. data/lib/cybersource_rest_client/models/ptsv2payouts_order_information_amount_details.rb +4 -4
  226. data/lib/cybersource_rest_client/models/ptsv2payouts_order_information_amount_details_surcharge.rb +3 -3
  227. data/lib/cybersource_rest_client/models/ptsv2payouts_order_information_bill_to.rb +11 -11
  228. data/lib/cybersource_rest_client/models/ptsv2payouts_payment_information.rb +15 -6
  229. data/lib/cybersource_rest_client/models/ptsv2payouts_payment_information_card.rb +12 -12
  230. data/lib/cybersource_rest_client/models/ptsv2payouts_processing_information.rb +3 -3
  231. data/lib/cybersource_rest_client/models/ptsv2payouts_processing_information_payouts_options.rb +2 -2
  232. data/lib/cybersource_rest_client/models/ptsv2payouts_recipient_information.rb +2 -2
  233. data/lib/cybersource_rest_client/models/ptsv2payouts_sender_information.rb +2 -2
  234. data/lib/cybersource_rest_client/models/ptsv2payouts_sender_information_account.rb +2 -2
  235. data/lib/cybersource_rest_client/models/refund_capture_request.rb +2 -2
  236. data/lib/cybersource_rest_client/models/refund_payment_request.rb +2 -2
  237. data/lib/cybersource_rest_client/models/reporting_v3_conversion_details_get200_response.rb +2 -2
  238. data/lib/cybersource_rest_client/models/reporting_v3_conversion_details_get200_response_conversion_details.rb +2 -2
  239. data/lib/cybersource_rest_client/models/reporting_v3_conversion_details_get200_response_notes.rb +2 -2
  240. data/lib/cybersource_rest_client/models/reporting_v3_net_fundings_get200_response.rb +2 -2
  241. data/lib/cybersource_rest_client/models/reporting_v3_net_fundings_get200_response_net_funding_summaries.rb +2 -2
  242. data/lib/cybersource_rest_client/models/reporting_v3_net_fundings_get200_response_total_purchases.rb +2 -2
  243. data/lib/cybersource_rest_client/models/reporting_v3_notificationof_changes_get200_response.rb +2 -2
  244. data/lib/cybersource_rest_client/models/reporting_v3_notificationof_changes_get200_response_notification_of_changes.rb +2 -2
  245. data/lib/cybersource_rest_client/models/reporting_v3_purchase_refund_details_get200_response.rb +2 -2
  246. data/lib/cybersource_rest_client/models/reporting_v3_purchase_refund_details_get200_response_authorizations.rb +2 -2
  247. data/lib/cybersource_rest_client/models/reporting_v3_purchase_refund_details_get200_response_fee_and_funding_details.rb +2 -2
  248. data/lib/cybersource_rest_client/models/reporting_v3_purchase_refund_details_get200_response_others.rb +2 -2
  249. data/lib/cybersource_rest_client/models/reporting_v3_purchase_refund_details_get200_response_request_details.rb +2 -2
  250. data/lib/cybersource_rest_client/models/reporting_v3_purchase_refund_details_get200_response_settlement_statuses.rb +2 -2
  251. data/lib/cybersource_rest_client/models/reporting_v3_purchase_refund_details_get200_response_settlements.rb +2 -2
  252. data/lib/cybersource_rest_client/models/reporting_v3_report_definitions_get200_response.rb +2 -2
  253. data/lib/cybersource_rest_client/models/reporting_v3_report_definitions_get200_response_report_definitions.rb +2 -2
  254. data/lib/cybersource_rest_client/models/reporting_v3_report_definitions_name_get200_response.rb +2 -2
  255. data/lib/cybersource_rest_client/models/reporting_v3_report_definitions_name_get200_response_attributes.rb +2 -2
  256. data/lib/cybersource_rest_client/models/reporting_v3_report_subscriptions_get200_response.rb +2 -2
  257. data/lib/cybersource_rest_client/models/reporting_v3_report_subscriptions_get200_response_subscriptions.rb +5 -5
  258. data/lib/cybersource_rest_client/models/reporting_v3_reports_get200_response.rb +2 -2
  259. data/lib/cybersource_rest_client/models/reporting_v3_reports_get200_response_reports.rb +2 -2
  260. data/lib/cybersource_rest_client/models/reporting_v3_reports_id_get200_response.rb +3 -3
  261. data/lib/cybersource_rest_client/models/reportingv3_report_downloads_get400_response.rb +4 -4
  262. data/lib/cybersource_rest_client/models/reportingv3_report_downloads_get400_response_details.rb +2 -2
  263. data/lib/cybersource_rest_client/models/reportingv3reports_report_preferences.rb +2 -2
  264. data/lib/cybersource_rest_client/models/request_body.rb +2 -2
  265. data/lib/cybersource_rest_client/models/request_body_1.rb +5 -5
  266. data/lib/cybersource_rest_client/models/{pts_v2_payouts_post502_response.rb → risk_v1_decisions_post201_response.rb} +58 -62
  267. data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_risk_information.rb +284 -0
  268. data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_risk_information_info_codes.rb +270 -0
  269. data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_risk_information_ip_address.rb +300 -0
  270. data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_risk_information_payment_information.rb +300 -0
  271. data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_risk_information_profile.rb +249 -0
  272. data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_risk_information_providers.rb +185 -0
  273. data/lib/cybersource_rest_client/models/{link.rb → risk_v1_decisions_post201_response_risk_information_providers_provider_name.rb} +21 -28
  274. data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_risk_information_rules.rb +224 -0
  275. data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_risk_information_score.rb +235 -0
  276. data/lib/cybersource_rest_client/models/{key_result.rb → risk_v1_decisions_post201_response_risk_information_velocity.rb} +20 -26
  277. data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_risk_information_velocity_morphing.rb +234 -0
  278. data/lib/cybersource_rest_client/models/{ums_v1_users_get400_response.rb → risk_v1_decisions_post400_response.rb} +7 -19
  279. data/lib/cybersource_rest_client/models/riskv1decisions_buyer_information.rb +236 -0
  280. data/lib/cybersource_rest_client/models/{tss_v2_transactions_get200_response_processor_information_ach_verification.rb → riskv1decisions_card_verification.rb} +8 -33
  281. data/lib/cybersource_rest_client/models/riskv1decisions_client_reference_information.rb +224 -0
  282. data/lib/cybersource_rest_client/models/riskv1decisions_device_information.rb +279 -0
  283. data/lib/cybersource_rest_client/models/{tss_v2_transactions_get200_response_merchant_defined_information.rb → riskv1decisions_merchant_defined_information.rb} +11 -10
  284. data/lib/cybersource_rest_client/models/riskv1decisions_order_information.rb +248 -0
  285. data/lib/cybersource_rest_client/models/{tss_v2_transactions_post201_response__embedded_order_information_amount_details.rb → riskv1decisions_order_information_amount_details.rb} +42 -32
  286. data/lib/cybersource_rest_client/models/riskv1decisions_order_information_bill_to.rb +424 -0
  287. data/lib/cybersource_rest_client/models/riskv1decisions_order_information_line_items.rb +394 -0
  288. data/lib/cybersource_rest_client/models/riskv1decisions_order_information_passenger.rb +350 -0
  289. data/lib/cybersource_rest_client/models/riskv1decisions_order_information_ship_to.rb +400 -0
  290. data/lib/cybersource_rest_client/models/riskv1decisions_order_information_shipping_details.rb +225 -0
  291. data/lib/cybersource_rest_client/models/{error_response.rb → riskv1decisions_payment_information.rb} +17 -16
  292. data/lib/cybersource_rest_client/models/riskv1decisions_payment_information_card.rb +285 -0
  293. data/lib/cybersource_rest_client/models/{tms_v1_paymentinstruments_post201_response_card.rb → riskv1decisions_payment_information_tokenized_card.rb} +57 -99
  294. data/lib/cybersource_rest_client/models/riskv1decisions_processor_information.rb +184 -0
  295. data/lib/cybersource_rest_client/models/{tss_v2_transactions_get200_response_processor_information_card_verification.rb → riskv1decisions_processor_information_avs.rb} +20 -19
  296. data/lib/cybersource_rest_client/models/riskv1decisions_risk_information.rb +183 -0
  297. data/lib/cybersource_rest_client/models/{error_links.rb → riskv1decisions_risk_information_profile.rb} +27 -32
  298. data/lib/cybersource_rest_client/models/riskv1decisions_travel_information.rb +260 -0
  299. data/lib/cybersource_rest_client/models/riskv1decisions_travel_information_legs.rb +224 -0
  300. data/lib/cybersource_rest_client/models/{tms_v1_instrumentidentifiers_delete409_response.rb → tms_v1_instrument_identifiers_delete409_response.rb} +4 -4
  301. data/lib/cybersource_rest_client/models/{tms_v1_instrumentidentifiers_delete409_response__links.rb → tms_v1_instrument_identifiers_delete409_response__links.rb} +4 -4
  302. data/lib/cybersource_rest_client/models/{tms_v1_instrumentidentifiers_delete409_response__links_payment_instruments.rb → tms_v1_instrument_identifiers_delete409_response__links_payment_instruments.rb} +3 -3
  303. data/lib/cybersource_rest_client/models/{tms_v1_instrumentidentifiers_paymentinstruments_get200_response.rb → tms_v1_instrument_identifiers_payment_instruments_get200_response.rb} +5 -6
  304. data/lib/cybersource_rest_client/models/{response_status_details.rb → tms_v1_instrument_identifiers_payment_instruments_get200_response__embedded.rb} +13 -21
  305. data/lib/cybersource_rest_client/models/{pts_v2_payouts_post201_response_error_information_details.rb → tms_v1_instrument_identifiers_payment_instruments_get200_response__embedded_bank_account.rb} +19 -29
  306. data/lib/cybersource_rest_client/models/{tmsv1paymentinstruments_bill_to.rb → tms_v1_instrument_identifiers_payment_instruments_get200_response__embedded_bill_to.rb} +14 -14
  307. data/lib/cybersource_rest_client/models/{tmsv1paymentinstruments_buyer_information.rb → tms_v1_instrument_identifiers_payment_instruments_get200_response__embedded_buyer_information.rb} +31 -7
  308. data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_get200_response__embedded_card.rb +403 -0
  309. data/lib/cybersource_rest_client/models/{tms_v1_instrumentidentifiers_paymentinstruments_get200_response__links.rb → tms_v1_instrument_identifiers_payment_instruments_get200_response__links.rb} +8 -8
  310. data/lib/cybersource_rest_client/models/{tms_v1_instrumentidentifiers_paymentinstruments_get200_response__links_first.rb → tms_v1_instrument_identifiers_payment_instruments_get200_response__links_first.rb} +3 -3
  311. data/lib/cybersource_rest_client/models/{tms_v1_instrumentidentifiers_paymentinstruments_get200_response__links_last.rb → tms_v1_instrument_identifiers_payment_instruments_get200_response__links_last.rb} +3 -3
  312. data/lib/cybersource_rest_client/models/{tms_v1_instrumentidentifiers_paymentinstruments_get200_response__links_next.rb → tms_v1_instrument_identifiers_payment_instruments_get200_response__links_next.rb} +3 -3
  313. data/lib/cybersource_rest_client/models/{tms_v1_instrumentidentifiers_paymentinstruments_get200_response__links_prev.rb → tms_v1_instrument_identifiers_payment_instruments_get200_response__links_prev.rb} +3 -3
  314. data/lib/cybersource_rest_client/models/tms_v1_instrument_identifiers_payment_instruments_get200_response__links_self.rb +184 -0
  315. data/lib/cybersource_rest_client/models/{reporting_v3_reports_id_get200_response_report_preferences.rb → tms_v1_instrument_identifiers_payment_instruments_get200_response_bank_transfer_options.rb} +19 -30
  316. data/lib/cybersource_rest_client/models/{tmsv1paymentinstruments_buyer_information_issued_by.rb → tms_v1_instrument_identifiers_payment_instruments_get200_response_buyer_information_issued_by.rb} +4 -4
  317. data/lib/cybersource_rest_client/models/{tmsv1paymentinstruments_instrument_identifier.rb → tms_v1_instrument_identifiers_payment_instruments_get200_response_instrument_identifier.rb} +10 -10
  318. data/lib/cybersource_rest_client/models/{tmsv1paymentinstruments_merchant_information_merchant_descriptor.rb → tms_v1_instrument_identifiers_payment_instruments_get200_response_merchant_descriptor.rb} +3 -3
  319. data/lib/cybersource_rest_client/models/{tmsv1paymentinstruments_merchant_information.rb → tms_v1_instrument_identifiers_payment_instruments_get200_response_merchant_information.rb} +4 -4
  320. data/lib/cybersource_rest_client/models/{body_2.rb → tms_v1_instrument_identifiers_payment_instruments_get200_response_payment_instruments.rb} +13 -13
  321. data/lib/cybersource_rest_client/models/{pts_v2_payouts_post201_response_status_information.rb → tms_v1_instrument_identifiers_payment_instruments_get200_response_personal_identification.rb} +35 -26
  322. data/lib/cybersource_rest_client/models/{tmsv1paymentinstruments_processing_information.rb → tms_v1_instrument_identifiers_payment_instruments_get200_response_processing_information.rb} +7 -5
  323. data/lib/cybersource_rest_client/models/{body.rb → tms_v1_instrument_identifiers_post200_response.rb} +9 -9
  324. data/lib/cybersource_rest_client/models/{tmsv1instrumentidentifiers__links.rb → tms_v1_instrument_identifiers_post200_response__links.rb} +6 -6
  325. data/lib/cybersource_rest_client/models/{tms_v1_instrumentidentifiers_paymentinstruments_get200_response__links_self.rb → tms_v1_instrument_identifiers_post200_response__links_self.rb} +3 -4
  326. data/lib/cybersource_rest_client/models/{tmsv1instrumentidentifiers_processing_information_authorization_options_initiator.rb → tms_v1_instrument_identifiers_post200_response_authorization_options_initiator.rb} +4 -4
  327. data/lib/cybersource_rest_client/models/{tmsv1instrumentidentifiers_bank_account.rb → tms_v1_instrument_identifiers_post200_response_bank_account.rb} +4 -4
  328. data/lib/cybersource_rest_client/models/{tss_v2_transactions_post201_response__embedded_point_of_sale_information_partner.rb → tms_v1_instrument_identifiers_post200_response_card.rb} +28 -19
  329. data/lib/cybersource_rest_client/models/{tmsv1instrumentidentifiers_merchant_initiated_transaction.rb → tms_v1_instrument_identifiers_post200_response_merchant_initiated_transaction.rb} +3 -3
  330. data/lib/cybersource_rest_client/models/{tmsv1instrumentidentifiers_metadata.rb → tms_v1_instrument_identifiers_post200_response_metadata.rb} +3 -3
  331. data/lib/cybersource_rest_client/models/{tmsv1instrumentidentifiers_processing_information.rb → tms_v1_instrument_identifiers_post200_response_processing_information.rb} +4 -4
  332. data/lib/cybersource_rest_client/models/{tmsv1instrumentidentifiers_processing_information_authorization_options.rb → tms_v1_instrument_identifiers_post200_response_processing_information_authorization_options.rb} +4 -4
  333. data/lib/cybersource_rest_client/models/tmsv1instrumentidentifiers_bill_to.rb +234 -0
  334. data/lib/cybersource_rest_client/models/tmsv1instrumentidentifiers_card.rb +108 -6
  335. data/lib/cybersource_rest_client/models/tmsv1instrumentidentifiers_details.rb +2 -2
  336. data/lib/cybersource_rest_client/models/tokenize_request.rb +7 -2
  337. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response.rb +9 -9
  338. data/lib/cybersource_rest_client/models/{links.rb → tss_v2_transactions_get200_response__links.rb} +12 -23
  339. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_application_information.rb +2 -2
  340. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_application_information_applications.rb +2 -2
  341. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_buyer_information.rb +3 -3
  342. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_client_reference_information.rb +19 -4
  343. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_consumer_authentication_information.rb +4 -4
  344. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_device_information.rb +5 -5
  345. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_error_information.rb +3 -3
  346. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_fraud_marking_information.rb +2 -2
  347. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_installment_information.rb +2 -2
  348. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_merchant_information.rb +2 -2
  349. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_merchant_information_merchant_descriptor.rb +2 -2
  350. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information.rb +2 -2
  351. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_amount_details.rb +58 -8
  352. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_bill_to.rb +18 -34
  353. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_line_items.rb +2 -2
  354. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_ship_to.rb +12 -12
  355. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_shipping_details.rb +20 -5
  356. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information.rb +3 -3
  357. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_account_features.rb +2 -2
  358. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_bank.rb +2 -2
  359. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_bank_account.rb +50 -5
  360. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_bank_mandate.rb +2 -2
  361. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_card.rb +13 -13
  362. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_invoice.rb +2 -2
  363. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_payment_type.rb +6 -16
  364. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_point_of_sale_information.rb +2 -2
  365. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information.rb +3 -3
  366. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_authorization_options.rb +3 -3
  367. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_bank_transfer_options.rb +2 -2
  368. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information.rb +59 -9
  369. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information_electronic_verification_results.rb +2 -2
  370. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information_processor.rb +2 -2
  371. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_risk_information.rb +5 -5
  372. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_risk_information_profile.rb +2 -2
  373. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_risk_information_rules.rb +225 -0
  374. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_risk_information_score.rb +2 -2
  375. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_sender_information.rb +2 -2
  376. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response.rb +19 -19
  377. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded.rb +2 -2
  378. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded__links.rb +2 -2
  379. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_buyer_information.rb +3 -3
  380. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_client_reference_information.rb +3 -3
  381. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_consumer_authentication_information.rb +3 -3
  382. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_device_information.rb +3 -3
  383. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_merchant_information.rb +3 -3
  384. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_order_information.rb +3 -3
  385. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_order_information_bill_to.rb +7 -7
  386. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_order_information_ship_to.rb +5 -5
  387. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_payment_information.rb +10 -10
  388. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_payment_information_card.rb +3 -18
  389. data/lib/cybersource_rest_client/models/{tss_v2_transactions_post201_response__embedded_payment_information_payment_method.rb → tss_v2_transactions_post201_response__embedded_payment_information_payment_type.rb} +18 -8
  390. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_point_of_sale_information.rb +19 -4
  391. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_processing_information.rb +3 -3
  392. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_processor_information.rb +2 -2
  393. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_risk_information.rb +2 -2
  394. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_risk_information_providers.rb +2 -2
  395. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_risk_information_providers_fingerprint.rb +2 -2
  396. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_transaction_summaries.rb +5 -5
  397. data/lib/cybersource_rest_client/models/tss_v2_transactions_post400_response.rb +5 -5
  398. data/lib/cybersource_rest_client/models/ums_v1_users_get200_response.rb +2 -2
  399. data/lib/cybersource_rest_client/models/ums_v1_users_get200_response_account_information.rb +2 -2
  400. data/lib/cybersource_rest_client/models/ums_v1_users_get200_response_contact_information.rb +2 -2
  401. data/lib/cybersource_rest_client/models/ums_v1_users_get200_response_organization_information.rb +2 -2
  402. data/lib/cybersource_rest_client/models/ums_v1_users_get200_response_users.rb +2 -2
  403. data/lib/cybersource_rest_client/models/{body_1.rb → update_instrument_identifier_request.rb} +4 -4
  404. data/lib/cybersource_rest_client/models/{tms_v1_paymentinstruments_post201_response.rb → update_payment_instrument_request.rb} +13 -13
  405. data/lib/cybersource_rest_client/models/v1_file_details_get200_response.rb +2 -2
  406. data/lib/cybersource_rest_client/models/v1_file_details_get200_response__links.rb +2 -2
  407. data/lib/cybersource_rest_client/models/v1_file_details_get200_response__links_files.rb +2 -2
  408. data/lib/cybersource_rest_client/models/v1_file_details_get200_response__links_self.rb +2 -2
  409. data/lib/cybersource_rest_client/models/v1_file_details_get200_response_file_details.rb +2 -2
  410. data/lib/cybersource_rest_client/models/void_capture_request.rb +2 -2
  411. data/lib/cybersource_rest_client/models/void_credit_request.rb +2 -2
  412. data/lib/cybersource_rest_client/models/void_payment_request.rb +2 -2
  413. data/lib/cybersource_rest_client/models/void_refund_request.rb +2 -2
  414. data/lib/cybersource_rest_client/version.rb +2 -2
  415. metadata +89 -71
  416. data/lib/cybersource_rest_client/api/instrument_identifiers_api.rb +0 -102
  417. data/lib/cybersource_rest_client/api/payment_instruments_api.rb +0 -469
  418. data/lib/cybersource_rest_client/models/body_3.rb +0 -331
  419. data/lib/cybersource_rest_client/models/card_info.rb +0 -214
  420. data/lib/cybersource_rest_client/models/json_web_key.rb +0 -225
  421. data/lib/cybersource_rest_client/models/key_parameters.rb +0 -184
  422. data/lib/cybersource_rest_client/models/response_status.rb +0 -225
  423. data/lib/cybersource_rest_client/models/tmsv1instrumentidentifiers__links_self.rb +0 -183
  424. data/lib/cybersource_rest_client/models/tmsv1paymentinstruments_bank_account.rb +0 -184
  425. data/lib/cybersource_rest_client/models/tmsv1paymentinstruments_card.rb +0 -278
  426. data/lib/cybersource_rest_client/models/tmsv1paymentinstruments_processing_information_bank_transfer_options.rb +0 -184
  427. data/lib/cybersource_rest_client/models/tokenize_result.rb +0 -255
  428. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_customer.rb +0 -184
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #CyberSource Flex API
2
+ #CyberSource Merged Spec
3
3
 
4
- #Simple PAN tokenization service
4
+ #All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html
5
5
 
6
6
  OpenAPI spec version: 0.0.1
7
7
 
@@ -13,14 +13,14 @@ Swagger Codegen version: 2.2.3
13
13
  require 'date'
14
14
 
15
15
  module CyberSource
16
- class UmsV1UsersGet400Response
17
- # Time of request in UTC. `Format: YYYY-MM-DDThh:mm:ssZ` Example 2016-08-11T22:47:57Z equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The T separates the date and the time. The Z indicates UTC.
16
+ class RiskV1DecisionsPost400Response
17
+ # Time of request in UTC. Format: `YYYY-MM-DDThh:mm:ssZ` Example `2016-08-11T22:47:57Z` equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The `T` separates the date and the time. The `Z` indicates UTC.
18
18
  attr_accessor :submit_time_utc
19
19
 
20
- # The status of the submitted transaction.
20
+ # The status of the submitted transaction. Possible values: - INVALID_REQUEST
21
21
  attr_accessor :status
22
22
 
23
- # The reason of the status.
23
+ # The reason of the status. Possible values: - MISSING_FIELD - INVALID_DATA - DUPLICATE_REQUEST - INVALID_MERCHANT_CONFIGURATION - PROCESSOR_UNAVAILABLE
24
24
  attr_accessor :reason
25
25
 
26
26
  # The detail message related to the status and reason listed above.
@@ -68,7 +68,7 @@ module CyberSource
68
68
  :'status' => :'String',
69
69
  :'reason' => :'String',
70
70
  :'message' => :'String',
71
- :'details' => :'Array<PtsV2PayoutsPost201ResponseErrorInformationDetails>'
71
+ :'details' => :'Array<PtsV2PaymentsPost201ResponseErrorInformationDetails>'
72
72
  }
73
73
  end
74
74
 
@@ -115,8 +115,6 @@ module CyberSource
115
115
  def valid?
116
116
  status_validator = EnumAttributeValidator.new('String', ['INVALID_REQUEST'])
117
117
  return false unless status_validator.valid?(@status)
118
- reason_validator = EnumAttributeValidator.new('String', ['MISSING_FIELD', 'INVALID_DATA', 'DUPLICATE_REQUEST', 'INVALID_CARD', 'INVALID_MERCHANT_CONFIGURATION', 'CAPTURE_ALREADY_VOIDED', 'ACCOUNT_NOT_ALLOWED_CREDIT'])
119
- return false unless reason_validator.valid?(@reason)
120
118
  true
121
119
  end
122
120
 
@@ -130,16 +128,6 @@ module CyberSource
130
128
  @status = status
131
129
  end
132
130
 
133
- # Custom attribute writer method checking allowed values (enum).
134
- # @param [Object] reason Object to be assigned
135
- def reason=(reason)
136
- validator = EnumAttributeValidator.new('String', ['MISSING_FIELD', 'INVALID_DATA', 'DUPLICATE_REQUEST', 'INVALID_CARD', 'INVALID_MERCHANT_CONFIGURATION', 'CAPTURE_ALREADY_VOIDED', 'ACCOUNT_NOT_ALLOWED_CREDIT'])
137
- unless validator.valid?(reason)
138
- fail ArgumentError, 'invalid value for "reason", must be one of #{validator.allowable_values}.'
139
- end
140
- @reason = reason
141
- end
142
-
143
131
  # Checks equality by comparing each attribute.
144
132
  # @param [Object] Object to be compared
145
133
  def ==(o)
@@ -0,0 +1,236 @@
1
+ =begin
2
+ #CyberSource Merged Spec
3
+
4
+ #All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html
5
+
6
+ OpenAPI spec version: 0.0.1
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module CyberSource
16
+ # Contains information about the buyer.
17
+ class Riskv1decisionsBuyerInformation
18
+ # The description for this field is not available.
19
+ attr_accessor :hashed_password
20
+
21
+ # Recipient’s date of birth. **Format**: `YYYYMMDD`. This field is a pass-through, which means that CyberSource ensures that the value is eight numeric characters but otherwise does not verify the value or modify it in any way before sending it to the processor. If the field is not required for the transaction, CyberSource does not forward it to the processor. For more details, see \"Recipients,\" page 224.
22
+ attr_accessor :date_of_birth
23
+
24
+ attr_accessor :personal_identification
25
+
26
+ # Attribute mapping from ruby-style variable name to JSON key.
27
+ def self.attribute_map
28
+ {
29
+ :'hashed_password' => :'hashedPassword',
30
+ :'date_of_birth' => :'dateOfBirth',
31
+ :'personal_identification' => :'personalIdentification'
32
+ }
33
+ end
34
+
35
+ # Attribute type mapping.
36
+ def self.swagger_types
37
+ {
38
+ :'hashed_password' => :'String',
39
+ :'date_of_birth' => :'String',
40
+ :'personal_identification' => :'Array<Ptsv2paymentsBuyerInformationPersonalIdentification>'
41
+ }
42
+ end
43
+
44
+ # Initializes the object
45
+ # @param [Hash] attributes Model attributes in the form of hash
46
+ def initialize(attributes = {})
47
+ return unless attributes.is_a?(Hash)
48
+
49
+ # convert string to symbol for hash key
50
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
51
+
52
+ if attributes.has_key?(:'hashedPassword')
53
+ self.hashed_password = attributes[:'hashedPassword']
54
+ end
55
+
56
+ if attributes.has_key?(:'dateOfBirth')
57
+ self.date_of_birth = attributes[:'dateOfBirth']
58
+ end
59
+
60
+ if attributes.has_key?(:'personalIdentification')
61
+ if (value = attributes[:'personalIdentification']).is_a?(Array)
62
+ self.personal_identification = value
63
+ end
64
+ end
65
+ end
66
+
67
+ # Show invalid properties with the reasons. Usually used together with valid?
68
+ # @return Array for valid properties with the reasons
69
+ def list_invalid_properties
70
+ invalid_properties = Array.new
71
+ if !@hashed_password.nil? && @hashed_password.to_s.length > 100
72
+ invalid_properties.push('invalid value for "hashed_password", the character length must be smaller than or equal to 100.')
73
+ end
74
+
75
+ if !@date_of_birth.nil? && @date_of_birth.to_s.length > 8
76
+ invalid_properties.push('invalid value for "date_of_birth", the character length must be smaller than or equal to 8.')
77
+ end
78
+
79
+ invalid_properties
80
+ end
81
+
82
+ # Check to see if the all the properties in the model are valid
83
+ # @return true if the model is valid
84
+ def valid?
85
+ return false if !@hashed_password.nil? && @hashed_password.to_s.length > 100
86
+ return false if !@date_of_birth.nil? && @date_of_birth.to_s.length > 8
87
+ true
88
+ end
89
+
90
+ # Custom attribute writer method with validation
91
+ # @param [Object] hashed_password Value to be assigned
92
+ def hashed_password=(hashed_password)
93
+ if !hashed_password.nil? && hashed_password.to_s.length > 100
94
+ fail ArgumentError, 'invalid value for "hashed_password", the character length must be smaller than or equal to 100.'
95
+ end
96
+
97
+ @hashed_password = hashed_password
98
+ end
99
+
100
+ # Custom attribute writer method with validation
101
+ # @param [Object] date_of_birth Value to be assigned
102
+ def date_of_birth=(date_of_birth)
103
+ if !date_of_birth.nil? && date_of_birth.to_s.length > 8
104
+ fail ArgumentError, 'invalid value for "date_of_birth", the character length must be smaller than or equal to 8.'
105
+ end
106
+
107
+ @date_of_birth = date_of_birth
108
+ end
109
+
110
+ # Checks equality by comparing each attribute.
111
+ # @param [Object] Object to be compared
112
+ def ==(o)
113
+ return true if self.equal?(o)
114
+ self.class == o.class &&
115
+ hashed_password == o.hashed_password &&
116
+ date_of_birth == o.date_of_birth &&
117
+ personal_identification == o.personal_identification
118
+ end
119
+
120
+ # @see the `==` method
121
+ # @param [Object] Object to be compared
122
+ def eql?(o)
123
+ self == o
124
+ end
125
+
126
+ # Calculates hash code according to all attributes.
127
+ # @return [Fixnum] Hash code
128
+ def hash
129
+ [hashed_password, date_of_birth, personal_identification].hash
130
+ end
131
+
132
+ # Builds the object from hash
133
+ # @param [Hash] attributes Model attributes in the form of hash
134
+ # @return [Object] Returns the model itself
135
+ def build_from_hash(attributes)
136
+ return nil unless attributes.is_a?(Hash)
137
+ self.class.swagger_types.each_pair do |key, type|
138
+ if type =~ /\AArray<(.*)>/i
139
+ # check to ensure the input is an array given that the the attribute
140
+ # is documented as an array but the input is not
141
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
142
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
143
+ end
144
+ elsif !attributes[self.class.attribute_map[key]].nil?
145
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
146
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
147
+ end
148
+
149
+ self
150
+ end
151
+
152
+ # Deserializes the data based on type
153
+ # @param string type Data type
154
+ # @param string value Value to be deserialized
155
+ # @return [Object] Deserialized data
156
+ def _deserialize(type, value)
157
+ case type.to_sym
158
+ when :DateTime
159
+ DateTime.parse(value)
160
+ when :Date
161
+ Date.parse(value)
162
+ when :String
163
+ value.to_s
164
+ when :Integer
165
+ value.to_i
166
+ when :Float
167
+ value.to_f
168
+ when :BOOLEAN
169
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
170
+ true
171
+ else
172
+ false
173
+ end
174
+ when :Object
175
+ # generic object (usually a Hash), return directly
176
+ value
177
+ when /\AArray<(?<inner_type>.+)>\z/
178
+ inner_type = Regexp.last_match[:inner_type]
179
+ value.map { |v| _deserialize(inner_type, v) }
180
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
181
+ k_type = Regexp.last_match[:k_type]
182
+ v_type = Regexp.last_match[:v_type]
183
+ {}.tap do |hash|
184
+ value.each do |k, v|
185
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
186
+ end
187
+ end
188
+ else # model
189
+ temp_model = CyberSource.const_get(type).new
190
+ temp_model.build_from_hash(value)
191
+ end
192
+ end
193
+
194
+ # Returns the string representation of the object
195
+ # @return [String] String presentation of the object
196
+ def to_s
197
+ to_hash.to_s
198
+ end
199
+
200
+ # to_body is an alias to to_hash (backward compatibility)
201
+ # @return [Hash] Returns the object in the form of hash
202
+ def to_body
203
+ to_hash
204
+ end
205
+
206
+ # Returns the object in the form of hash
207
+ # @return [Hash] Returns the object in the form of hash
208
+ def to_hash
209
+ hash = {}
210
+ self.class.attribute_map.each_pair do |attr, param|
211
+ value = self.send(attr)
212
+ next if value.nil?
213
+ hash[param] = _to_hash(value)
214
+ end
215
+ hash
216
+ end
217
+
218
+ # Outputs non-array value in the form of hash
219
+ # For object, use to_hash. Otherwise, just return the value
220
+ # @param [Object] value Any valid value
221
+ # @return [Hash] Returns the value in the form of hash
222
+ def _to_hash(value)
223
+ if value.is_a?(Array)
224
+ value.compact.map { |v| _to_hash(v) }
225
+ elsif value.is_a?(Hash)
226
+ {}.tap do |hash|
227
+ value.each { |k, v| hash[k] = _to_hash(v) }
228
+ end
229
+ elsif value.respond_to? :to_hash
230
+ value.to_hash
231
+ else
232
+ value
233
+ end
234
+ end
235
+ end
236
+ end
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #CyberSource Flex API
2
+ #CyberSource Merged Spec
3
3
 
4
- #Simple PAN tokenization service
4
+ #All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html
5
5
 
6
6
  OpenAPI spec version: 0.0.1
7
7
 
@@ -13,26 +13,21 @@ Swagger Codegen version: 2.2.3
13
13
  require 'date'
14
14
 
15
15
  module CyberSource
16
- class TssV2TransactionsGet200ResponseProcessorInformationAchVerification
17
- # The description for this field is not available..
16
+ class Riskv1decisionsCardVerification
17
+ # Result of card verification. Returned by the authorization service in the `processorInformation.cardVerification.resultCode` reply field. If ics_auth and ics_score are requested at the same time, the value is automatically passed from ics_auth to ics_score. For more information on using this field, see \"\"Sending the Results of Address and Card Verification Tests,\"\" page 16. The field contains one of the following values: - `I`: Card verification number failed processor's data validation check. - `M`: Card verification number matched. - `N`: Card verification number not matched. - `P`: Card verification number not processed. - `S`: Card verification number is on the card but was not included in the request. - `U`: Card verification is not supported by the issuing bank. - `X`: Card verification is not supported by the payment card company. - Space Character: Deprecated. Ignore this value. - `1`: CyberSource does not support card verification for this processor or card type. - `2`: Processor returned value unrecognized for card verification response. - `3`: Processor did not return card verification result code.
18
18
  attr_accessor :result_code
19
19
 
20
- # The description for this field is not available.
21
- attr_accessor :result_code_raw
22
-
23
20
  # Attribute mapping from ruby-style variable name to JSON key.
24
21
  def self.attribute_map
25
22
  {
26
- :'result_code' => :'resultCode',
27
- :'result_code_raw' => :'resultCodeRaw'
23
+ :'result_code' => :'resultCode'
28
24
  }
29
25
  end
30
26
 
31
27
  # Attribute type mapping.
32
28
  def self.swagger_types
33
29
  {
34
- :'result_code' => :'String',
35
- :'result_code_raw' => :'String'
30
+ :'result_code' => :'String'
36
31
  }
37
32
  end
38
33
 
@@ -47,10 +42,6 @@ module CyberSource
47
42
  if attributes.has_key?(:'resultCode')
48
43
  self.result_code = attributes[:'resultCode']
49
44
  end
50
-
51
- if attributes.has_key?(:'resultCodeRaw')
52
- self.result_code_raw = attributes[:'resultCodeRaw']
53
- end
54
45
  end
55
46
 
56
47
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -61,10 +52,6 @@ module CyberSource
61
52
  invalid_properties.push('invalid value for "result_code", the character length must be smaller than or equal to 1.')
62
53
  end
63
54
 
64
- if !@result_code_raw.nil? && @result_code_raw.to_s.length > 10
65
- invalid_properties.push('invalid value for "result_code_raw", the character length must be smaller than or equal to 10.')
66
- end
67
-
68
55
  invalid_properties
69
56
  end
70
57
 
@@ -72,7 +59,6 @@ module CyberSource
72
59
  # @return true if the model is valid
73
60
  def valid?
74
61
  return false if !@result_code.nil? && @result_code.to_s.length > 1
75
- return false if !@result_code_raw.nil? && @result_code_raw.to_s.length > 10
76
62
  true
77
63
  end
78
64
 
@@ -86,23 +72,12 @@ module CyberSource
86
72
  @result_code = result_code
87
73
  end
88
74
 
89
- # Custom attribute writer method with validation
90
- # @param [Object] result_code_raw Value to be assigned
91
- def result_code_raw=(result_code_raw)
92
- if !result_code_raw.nil? && result_code_raw.to_s.length > 10
93
- fail ArgumentError, 'invalid value for "result_code_raw", the character length must be smaller than or equal to 10.'
94
- end
95
-
96
- @result_code_raw = result_code_raw
97
- end
98
-
99
75
  # Checks equality by comparing each attribute.
100
76
  # @param [Object] Object to be compared
101
77
  def ==(o)
102
78
  return true if self.equal?(o)
103
79
  self.class == o.class &&
104
- result_code == o.result_code &&
105
- result_code_raw == o.result_code_raw
80
+ result_code == o.result_code
106
81
  end
107
82
 
108
83
  # @see the `==` method
@@ -114,7 +89,7 @@ module CyberSource
114
89
  # Calculates hash code according to all attributes.
115
90
  # @return [Fixnum] Hash code
116
91
  def hash
117
- [result_code, result_code_raw].hash
92
+ [result_code].hash
118
93
  end
119
94
 
120
95
  # Builds the object from hash
@@ -0,0 +1,224 @@
1
+ =begin
2
+ #CyberSource Merged Spec
3
+
4
+ #All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html
5
+
6
+ OpenAPI spec version: 0.0.1
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module CyberSource
16
+ class Riskv1decisionsClientReferenceInformation
17
+ # Client-generated order reference or tracking number. CyberSource recommends that you send a unique value for each transaction so that you can perform meaningful searches for the transaction. For information about tracking orders, see [Getting Started with CyberSource Advanced for the SCMP API](http://apps.cybersource.com/library/documentation/dev_guides/Getting_Started_SCMP/html/wwhelp/wwhimpl/js/html/wwhelp.htm). **FDC Nashville Global**\\ Certain circumstances can cause the processor to truncate this value to 15 or 17 characters for Level II and Level III processing, which can cause a discrepancy between the value you submit and the value included in some processor reports.
18
+ attr_accessor :code
19
+
20
+ # Brief description of the order or any comment you wish to add to the order.
21
+ attr_accessor :comments
22
+
23
+ # Attribute mapping from ruby-style variable name to JSON key.
24
+ def self.attribute_map
25
+ {
26
+ :'code' => :'code',
27
+ :'comments' => :'comments'
28
+ }
29
+ end
30
+
31
+ # Attribute type mapping.
32
+ def self.swagger_types
33
+ {
34
+ :'code' => :'String',
35
+ :'comments' => :'String'
36
+ }
37
+ end
38
+
39
+ # Initializes the object
40
+ # @param [Hash] attributes Model attributes in the form of hash
41
+ def initialize(attributes = {})
42
+ return unless attributes.is_a?(Hash)
43
+
44
+ # convert string to symbol for hash key
45
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
46
+
47
+ if attributes.has_key?(:'code')
48
+ self.code = attributes[:'code']
49
+ end
50
+
51
+ if attributes.has_key?(:'comments')
52
+ self.comments = attributes[:'comments']
53
+ end
54
+ end
55
+
56
+ # Show invalid properties with the reasons. Usually used together with valid?
57
+ # @return Array for valid properties with the reasons
58
+ def list_invalid_properties
59
+ invalid_properties = Array.new
60
+ if !@code.nil? && @code.to_s.length > 50
61
+ invalid_properties.push('invalid value for "code", the character length must be smaller than or equal to 50.')
62
+ end
63
+
64
+ if !@comments.nil? && @comments.to_s.length > 255
65
+ invalid_properties.push('invalid value for "comments", the character length must be smaller than or equal to 255.')
66
+ end
67
+
68
+ invalid_properties
69
+ end
70
+
71
+ # Check to see if the all the properties in the model are valid
72
+ # @return true if the model is valid
73
+ def valid?
74
+ return false if !@code.nil? && @code.to_s.length > 50
75
+ return false if !@comments.nil? && @comments.to_s.length > 255
76
+ true
77
+ end
78
+
79
+ # Custom attribute writer method with validation
80
+ # @param [Object] code Value to be assigned
81
+ def code=(code)
82
+ if !code.nil? && code.to_s.length > 50
83
+ fail ArgumentError, 'invalid value for "code", the character length must be smaller than or equal to 50.'
84
+ end
85
+
86
+ @code = code
87
+ end
88
+
89
+ # Custom attribute writer method with validation
90
+ # @param [Object] comments Value to be assigned
91
+ def comments=(comments)
92
+ if !comments.nil? && comments.to_s.length > 255
93
+ fail ArgumentError, 'invalid value for "comments", the character length must be smaller than or equal to 255.'
94
+ end
95
+
96
+ @comments = comments
97
+ end
98
+
99
+ # Checks equality by comparing each attribute.
100
+ # @param [Object] Object to be compared
101
+ def ==(o)
102
+ return true if self.equal?(o)
103
+ self.class == o.class &&
104
+ code == o.code &&
105
+ comments == o.comments
106
+ end
107
+
108
+ # @see the `==` method
109
+ # @param [Object] Object to be compared
110
+ def eql?(o)
111
+ self == o
112
+ end
113
+
114
+ # Calculates hash code according to all attributes.
115
+ # @return [Fixnum] Hash code
116
+ def hash
117
+ [code, comments].hash
118
+ end
119
+
120
+ # Builds the object from hash
121
+ # @param [Hash] attributes Model attributes in the form of hash
122
+ # @return [Object] Returns the model itself
123
+ def build_from_hash(attributes)
124
+ return nil unless attributes.is_a?(Hash)
125
+ self.class.swagger_types.each_pair do |key, type|
126
+ if type =~ /\AArray<(.*)>/i
127
+ # check to ensure the input is an array given that the the attribute
128
+ # is documented as an array but the input is not
129
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
130
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
131
+ end
132
+ elsif !attributes[self.class.attribute_map[key]].nil?
133
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
134
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
135
+ end
136
+
137
+ self
138
+ end
139
+
140
+ # Deserializes the data based on type
141
+ # @param string type Data type
142
+ # @param string value Value to be deserialized
143
+ # @return [Object] Deserialized data
144
+ def _deserialize(type, value)
145
+ case type.to_sym
146
+ when :DateTime
147
+ DateTime.parse(value)
148
+ when :Date
149
+ Date.parse(value)
150
+ when :String
151
+ value.to_s
152
+ when :Integer
153
+ value.to_i
154
+ when :Float
155
+ value.to_f
156
+ when :BOOLEAN
157
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
158
+ true
159
+ else
160
+ false
161
+ end
162
+ when :Object
163
+ # generic object (usually a Hash), return directly
164
+ value
165
+ when /\AArray<(?<inner_type>.+)>\z/
166
+ inner_type = Regexp.last_match[:inner_type]
167
+ value.map { |v| _deserialize(inner_type, v) }
168
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
169
+ k_type = Regexp.last_match[:k_type]
170
+ v_type = Regexp.last_match[:v_type]
171
+ {}.tap do |hash|
172
+ value.each do |k, v|
173
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
174
+ end
175
+ end
176
+ else # model
177
+ temp_model = CyberSource.const_get(type).new
178
+ temp_model.build_from_hash(value)
179
+ end
180
+ end
181
+
182
+ # Returns the string representation of the object
183
+ # @return [String] String presentation of the object
184
+ def to_s
185
+ to_hash.to_s
186
+ end
187
+
188
+ # to_body is an alias to to_hash (backward compatibility)
189
+ # @return [Hash] Returns the object in the form of hash
190
+ def to_body
191
+ to_hash
192
+ end
193
+
194
+ # Returns the object in the form of hash
195
+ # @return [Hash] Returns the object in the form of hash
196
+ def to_hash
197
+ hash = {}
198
+ self.class.attribute_map.each_pair do |attr, param|
199
+ value = self.send(attr)
200
+ next if value.nil?
201
+ hash[param] = _to_hash(value)
202
+ end
203
+ hash
204
+ end
205
+
206
+ # Outputs non-array value in the form of hash
207
+ # For object, use to_hash. Otherwise, just return the value
208
+ # @param [Object] value Any valid value
209
+ # @return [Hash] Returns the value in the form of hash
210
+ def _to_hash(value)
211
+ if value.is_a?(Array)
212
+ value.compact.map { |v| _to_hash(v) }
213
+ elsif value.is_a?(Hash)
214
+ {}.tap do |hash|
215
+ value.each { |k, v| hash[k] = _to_hash(v) }
216
+ end
217
+ elsif value.respond_to? :to_hash
218
+ value.to_hash
219
+ else
220
+ value
221
+ end
222
+ end
223
+ end
224
+ end