cybersource_rest_client 0.0.55 → 0.0.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (275) hide show
  1. checksums.yaml +4 -4
  2. data/lib/cybersource_rest_client/api/asymmetric_key_management_api.rb +6 -0
  3. data/lib/cybersource_rest_client/api/batches_api.rb +25 -23
  4. data/lib/cybersource_rest_client/api/billing_agreements_api.rb +6 -0
  5. data/lib/cybersource_rest_client/api/capture_api.rb +2 -0
  6. data/lib/cybersource_rest_client/api/create_new_webhooks_api.rb +269 -0
  7. data/lib/cybersource_rest_client/api/credit_api.rb +2 -0
  8. data/lib/cybersource_rest_client/api/customer_api.rb +4 -0
  9. data/lib/cybersource_rest_client/api/customer_payment_instrument_api.rb +4 -0
  10. data/lib/cybersource_rest_client/api/customer_shipping_address_api.rb +4 -0
  11. data/lib/cybersource_rest_client/api/decision_manager_api.rb +10 -0
  12. data/lib/cybersource_rest_client/api/emv_tag_details_api.rb +2 -0
  13. data/lib/cybersource_rest_client/api/instrument_identifier_api.rb +6 -0
  14. data/lib/cybersource_rest_client/api/invoice_settings_api.rb +6 -4
  15. data/lib/cybersource_rest_client/api/invoices_api.rb +16 -12
  16. data/lib/cybersource_rest_client/api/keymanagementpassword_api.rb +2 -0
  17. data/lib/cybersource_rest_client/api/keymanagementpgp_api.rb +2 -0
  18. data/lib/cybersource_rest_client/api/keymanagementscmp_api.rb +2 -0
  19. data/lib/cybersource_rest_client/api/manage_webhooks_api.rb +507 -0
  20. data/lib/cybersource_rest_client/api/merchant_boarding_api.rb +169 -0
  21. data/lib/cybersource_rest_client/api/microform_integration_api.rb +2 -0
  22. data/lib/cybersource_rest_client/api/payer_authentication_api.rb +6 -0
  23. data/lib/cybersource_rest_client/api/payment_instrument_api.rb +4 -0
  24. data/lib/cybersource_rest_client/api/payments_api.rb +6 -0
  25. data/lib/cybersource_rest_client/api/payouts_api.rb +2 -0
  26. data/lib/cybersource_rest_client/api/plans_api.rb +4 -0
  27. data/lib/cybersource_rest_client/api/push_funds_api.rb +2 -0
  28. data/lib/cybersource_rest_client/api/refund_api.rb +4 -0
  29. data/lib/cybersource_rest_client/api/report_subscriptions_api.rb +4 -0
  30. data/lib/cybersource_rest_client/api/reports_api.rb +2 -0
  31. data/lib/cybersource_rest_client/api/reversal_api.rb +4 -0
  32. data/lib/cybersource_rest_client/api/search_transactions_api.rb +2 -0
  33. data/lib/cybersource_rest_client/api/subscriptions_api.rb +4 -0
  34. data/lib/cybersource_rest_client/api/symmetric_key_management_api.rb +6 -0
  35. data/lib/cybersource_rest_client/api/taxes_api.rb +4 -0
  36. data/lib/cybersource_rest_client/api/unified_checkout_capture_context_api.rb +2 -0
  37. data/lib/cybersource_rest_client/api/user_management_search_api.rb +2 -0
  38. data/lib/cybersource_rest_client/api/verification_api.rb +4 -0
  39. data/lib/cybersource_rest_client/api/void_api.rb +10 -0
  40. data/lib/cybersource_rest_client/models/boardingv1registrations_document_information.rb +192 -0
  41. data/lib/cybersource_rest_client/models/boardingv1registrations_document_information_signed_documents.rb +196 -0
  42. data/lib/cybersource_rest_client/models/boardingv1registrations_integration_information.rb +205 -0
  43. data/lib/cybersource_rest_client/models/boardingv1registrations_integration_information_oauth2.rb +221 -0
  44. data/lib/cybersource_rest_client/models/boardingv1registrations_integration_information_tenant_configurations.rb +225 -0
  45. data/lib/cybersource_rest_client/models/boardingv1registrations_integration_information_tenant_information.rb +197 -0
  46. data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information.rb +356 -0
  47. data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_business_information.rb +484 -0
  48. data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_business_information_address.rb +360 -0
  49. data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_business_information_business_contact.rb +341 -0
  50. data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb +382 -0
  51. data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc_deposit_bank_account.rb +331 -0
  52. data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_owners.rb +526 -0
  53. data/lib/cybersource_rest_client/models/boardingv1registrations_product_information.rb +190 -0
  54. data/lib/cybersource_rest_client/models/boardingv1registrations_product_information_selected_products.rb +220 -0
  55. data/lib/cybersource_rest_client/models/boardingv1registrations_registration_information.rb +330 -0
  56. data/lib/cybersource_rest_client/models/capture_payment_request.rb +11 -1
  57. data/lib/cybersource_rest_client/models/commerce_solutions_products.rb +210 -0
  58. data/lib/cybersource_rest_client/models/commerce_solutions_products_account_updater.rb +200 -0
  59. data/lib/cybersource_rest_client/models/commerce_solutions_products_account_updater_configuration_information.rb +200 -0
  60. data/lib/cybersource_rest_client/models/commerce_solutions_products_account_updater_configuration_information_configurations.rb +242 -0
  61. data/lib/cybersource_rest_client/models/commerce_solutions_products_account_updater_configuration_information_configurations_amex.rb +221 -0
  62. data/lib/cybersource_rest_client/models/commerce_solutions_products_account_updater_configuration_information_configurations_master_card.rb +222 -0
  63. data/lib/cybersource_rest_client/models/commerce_solutions_products_account_updater_configuration_information_configurations_visa.rb +222 -0
  64. data/lib/cybersource_rest_client/models/commerce_solutions_products_bin_lookup.rb +200 -0
  65. data/lib/cybersource_rest_client/models/commerce_solutions_products_bin_lookup_configuration_information.rb +190 -0
  66. data/lib/cybersource_rest_client/models/commerce_solutions_products_bin_lookup_configuration_information_configurations.rb +202 -0
  67. data/lib/cybersource_rest_client/models/commerce_solutions_products_token_management.rb +200 -0
  68. data/lib/cybersource_rest_client/models/commerce_solutions_products_token_management_configuration_information.rb +200 -0
  69. data/lib/cybersource_rest_client/models/commerce_solutions_products_token_management_configuration_information_configurations.rb +191 -0
  70. data/lib/cybersource_rest_client/models/create_credit_request.rb +11 -1
  71. data/lib/cybersource_rest_client/models/create_payment_request.rb +11 -1
  72. data/lib/cybersource_rest_client/models/create_webhook.rb +290 -0
  73. data/lib/cybersource_rest_client/models/inline_response_200_2.rb +54 -52
  74. data/lib/cybersource_rest_client/models/inline_response_200_2_integration_information.rb +205 -0
  75. data/lib/cybersource_rest_client/models/inline_response_200_2_integration_information_tenant_configurations.rb +297 -0
  76. data/lib/cybersource_rest_client/models/inline_response_200_3.rb +26 -103
  77. data/lib/cybersource_rest_client/models/inline_response_200_4.rb +126 -83
  78. data/lib/cybersource_rest_client/models/inline_response_200_5.rb +252 -0
  79. data/lib/cybersource_rest_client/models/{inline_response_200_2__embedded.rb → inline_response_200_5__embedded.rb} +2 -2
  80. data/lib/cybersource_rest_client/models/{inline_response_200_2__embedded__links.rb → inline_response_200_5__embedded__links.rb} +2 -2
  81. data/lib/cybersource_rest_client/models/{inline_response_200_2__embedded__links_reports.rb → inline_response_200_5__embedded__links_reports.rb} +1 -1
  82. data/lib/cybersource_rest_client/models/{inline_response_200_2__embedded_batches.rb → inline_response_200_5__embedded_batches.rb} +3 -3
  83. data/lib/cybersource_rest_client/models/{inline_response_200_2__embedded_totals.rb → inline_response_200_5__embedded_totals.rb} +1 -1
  84. data/lib/cybersource_rest_client/models/{inline_response_200_2__links.rb → inline_response_200_5__links.rb} +1 -1
  85. data/lib/cybersource_rest_client/models/inline_response_200_6.rb +291 -0
  86. data/lib/cybersource_rest_client/models/{inline_response_200_3__links.rb → inline_response_200_6__links.rb} +2 -2
  87. data/lib/cybersource_rest_client/models/{inline_response_200_3__links_report.rb → inline_response_200_6__links_report.rb} +1 -1
  88. data/lib/cybersource_rest_client/models/{inline_response_200_3_billing.rb → inline_response_200_6_billing.rb} +1 -1
  89. data/lib/cybersource_rest_client/models/inline_response_200_7.rb +293 -0
  90. data/lib/cybersource_rest_client/models/{inline_response_200_4_records.rb → inline_response_200_7_records.rb} +3 -3
  91. data/lib/cybersource_rest_client/models/{inline_response_200_4_response_record.rb → inline_response_200_7_response_record.rb} +2 -2
  92. data/lib/cybersource_rest_client/models/{inline_response_200_4_response_record_additional_updates.rb → inline_response_200_7_response_record_additional_updates.rb} +1 -1
  93. data/lib/cybersource_rest_client/models/{inline_response_200_4_source_record.rb → inline_response_200_7_source_record.rb} +1 -1
  94. data/lib/cybersource_rest_client/models/inline_response_201_1.rb +316 -0
  95. data/lib/cybersource_rest_client/models/inline_response_201_1_integration_information.rb +193 -0
  96. data/lib/cybersource_rest_client/models/inline_response_201_1_integration_information_tenant_configurations.rb +287 -0
  97. data/lib/cybersource_rest_client/models/inline_response_201_1_organization_information.rb +218 -0
  98. data/lib/cybersource_rest_client/models/inline_response_201_1_product_information_setups.rb +215 -0
  99. data/lib/cybersource_rest_client/models/inline_response_201_1_registration_information.rb +257 -0
  100. data/lib/cybersource_rest_client/models/inline_response_201_1_setups.rb +220 -0
  101. data/lib/cybersource_rest_client/models/inline_response_201_1_setups_commerce_solutions.rb +210 -0
  102. data/lib/cybersource_rest_client/models/inline_response_201_1_setups_payments.rb +340 -0
  103. data/lib/cybersource_rest_client/models/inline_response_201_1_setups_payments_card_processing.rb +200 -0
  104. data/lib/cybersource_rest_client/models/inline_response_201_1_setups_payments_card_processing_configuration_status.rb +300 -0
  105. data/lib/cybersource_rest_client/models/inline_response_201_1_setups_payments_card_processing_subscription_status.rb +279 -0
  106. data/lib/cybersource_rest_client/models/inline_response_201_1_setups_payments_digital_payments.rb +190 -0
  107. data/lib/cybersource_rest_client/models/inline_response_201_1_setups_risk.rb +200 -0
  108. data/lib/cybersource_rest_client/models/inline_response_201_1_setups_value_added_services.rb +200 -0
  109. data/lib/cybersource_rest_client/models/inline_response_201_2.rb +223 -0
  110. data/lib/cybersource_rest_client/models/inline_response_201_2_key_information.rb +301 -0
  111. data/lib/cybersource_rest_client/models/inline_response_201_2_key_information_error_information.rb +203 -0
  112. data/lib/cybersource_rest_client/models/inline_response_201_2_key_information_error_information_details.rb +202 -0
  113. data/lib/cybersource_rest_client/models/inline_response_201_3.rb +348 -0
  114. data/lib/cybersource_rest_client/models/inline_response_201_4.rb +223 -0
  115. data/lib/cybersource_rest_client/models/inline_response_400_7.rb +37 -43
  116. data/lib/cybersource_rest_client/models/inline_response_400_7_details.rb +17 -15
  117. data/lib/cybersource_rest_client/models/inline_response_400_8.rb +276 -0
  118. data/lib/cybersource_rest_client/models/inline_response_400_8_details.rb +200 -0
  119. data/lib/cybersource_rest_client/models/inline_response_404_1.rb +270 -0
  120. data/lib/cybersource_rest_client/models/inline_response_404_2.rb +212 -0
  121. data/lib/cybersource_rest_client/models/inline_response_404_2_details.rb +200 -0
  122. data/lib/cybersource_rest_client/models/inline_response_422_1.rb +270 -0
  123. data/lib/cybersource_rest_client/models/inline_response_500_3.rb +258 -0
  124. data/lib/cybersource_rest_client/models/kms_v2_keys_sym_post201_response_key_information.rb +6 -0
  125. data/lib/cybersource_rest_client/models/kmsegressv2keysasym_client_reference_information.rb +198 -0
  126. data/lib/cybersource_rest_client/models/kmsegressv2keysasym_key_information.rb +280 -0
  127. data/lib/cybersource_rest_client/models/kmsegressv2keyssym_client_reference_information.rb +198 -0
  128. data/lib/cybersource_rest_client/models/kmsegressv2keyssym_key_information.rb +280 -0
  129. data/lib/cybersource_rest_client/models/notificationsubscriptionsv1productsorganization_id_event_types.rb +234 -0
  130. data/lib/cybersource_rest_client/models/notificationsubscriptionsv1webhooks_notification_scope.rb +206 -0
  131. data/lib/cybersource_rest_client/models/notificationsubscriptionsv1webhooks_products.rb +203 -0
  132. data/lib/cybersource_rest_client/models/notificationsubscriptionsv1webhooks_retry_policy.rb +271 -0
  133. data/lib/cybersource_rest_client/models/notificationsubscriptionsv1webhooks_security_policy.rb +202 -0
  134. data/lib/cybersource_rest_client/models/notificationsubscriptionsv1webhooks_security_policy_1.rb +213 -0
  135. data/lib/cybersource_rest_client/models/notificationsubscriptionsv1webhooks_security_policy_1_config.rb +224 -0
  136. data/lib/cybersource_rest_client/models/notificationsubscriptionsv1webhooks_security_policy_1_config_additional_config.rb +221 -0
  137. data/lib/cybersource_rest_client/models/notificationsubscriptionsv1webhooks_security_policy_config.rb +214 -0
  138. data/lib/cybersource_rest_client/models/nrtfv1webhookswebhook_idreplays_by_delivery_status.rb +244 -0
  139. data/lib/cybersource_rest_client/models/payment_products.rb +350 -0
  140. data/lib/cybersource_rest_client/models/payment_products_card_present_connect.rb +200 -0
  141. data/lib/cybersource_rest_client/models/payment_products_card_present_connect_configuration_information.rb +200 -0
  142. data/lib/cybersource_rest_client/models/payment_products_card_present_connect_configuration_information_configurations.rb +191 -0
  143. data/lib/cybersource_rest_client/models/payment_products_card_present_connect_subscription_information.rb +237 -0
  144. data/lib/cybersource_rest_client/models/payment_products_card_processing.rb +200 -0
  145. data/lib/cybersource_rest_client/models/payment_products_card_processing_config_card_not_present.rb +236 -0
  146. data/lib/cybersource_rest_client/models/payment_products_card_processing_config_card_not_present_installment.rb +202 -0
  147. data/lib/cybersource_rest_client/models/payment_products_card_processing_config_card_not_present_payouts.rb +281 -0
  148. data/lib/cybersource_rest_client/models/payment_products_card_processing_config_card_not_present_processors.rb +245 -0
  149. data/lib/cybersource_rest_client/models/payment_products_card_processing_config_card_present_processors.rb +259 -0
  150. data/lib/cybersource_rest_client/models/payment_products_card_processing_config_common_merchant_descriptor_info.rb +269 -0
  151. data/lib/cybersource_rest_client/models/payment_products_card_processing_config_features_card_not_present_payouts_currencies.rb +258 -0
  152. data/lib/cybersource_rest_client/models/payment_products_card_processing_configuration_information.rb +200 -0
  153. data/lib/cybersource_rest_client/models/payment_products_card_processing_configuration_information_configurations.rb +200 -0
  154. data/lib/cybersource_rest_client/models/payment_products_card_processing_configuration_information_configurations_common.rb +446 -0
  155. data/lib/cybersource_rest_client/models/payment_products_card_processing_configuration_information_configurations_common_acquirer.rb +236 -0
  156. data/lib/cybersource_rest_client/models/payment_products_card_processing_configuration_information_configurations_common_currencies.rb +258 -0
  157. data/lib/cybersource_rest_client/models/payment_products_card_processing_configuration_information_configurations_common_currencies_1.rb +225 -0
  158. data/lib/cybersource_rest_client/models/payment_products_card_processing_configuration_information_configurations_common_payment_types.rb +203 -0
  159. data/lib/cybersource_rest_client/models/payment_products_card_processing_configuration_information_configurations_common_processors.rb +721 -0
  160. data/lib/cybersource_rest_client/models/payment_products_card_processing_configuration_information_configurations_features.rb +200 -0
  161. data/lib/cybersource_rest_client/models/payment_products_card_processing_configuration_information_configurations_features_card_present.rb +204 -0
  162. data/lib/cybersource_rest_client/models/payment_products_card_processing_subscription_information.rb +250 -0
  163. data/lib/cybersource_rest_client/models/payment_products_card_processing_subscription_information_features.rb +190 -0
  164. data/lib/cybersource_rest_client/models/payment_products_currency_conversion.rb +200 -0
  165. data/lib/cybersource_rest_client/models/payment_products_currency_conversion_configuration_information.rb +200 -0
  166. data/lib/cybersource_rest_client/models/payment_products_currency_conversion_configuration_information_configurations.rb +192 -0
  167. data/lib/cybersource_rest_client/models/payment_products_currency_conversion_configuration_information_configurations_processors.rb +201 -0
  168. data/lib/cybersource_rest_client/models/payment_products_cybs_ready_terminal.rb +190 -0
  169. data/lib/cybersource_rest_client/models/payment_products_differential_fee.rb +190 -0
  170. data/lib/cybersource_rest_client/models/payment_products_differential_fee_subscription_information.rb +247 -0
  171. data/lib/cybersource_rest_client/models/payment_products_differential_fee_subscription_information_features.rb +190 -0
  172. data/lib/cybersource_rest_client/models/payment_products_digital_payments.rb +190 -0
  173. data/lib/cybersource_rest_client/models/payment_products_digital_payments_subscription_information.rb +250 -0
  174. data/lib/cybersource_rest_client/models/payment_products_e_check.rb +200 -0
  175. data/lib/cybersource_rest_client/models/payment_products_e_check_config_account_validation_service.rb +203 -0
  176. data/lib/cybersource_rest_client/models/payment_products_e_check_config_account_validation_service_internal_only.rb +193 -0
  177. data/lib/cybersource_rest_client/models/payment_products_e_check_config_account_validation_service_processors.rb +262 -0
  178. data/lib/cybersource_rest_client/models/payment_products_e_check_configuration_information.rb +200 -0
  179. data/lib/cybersource_rest_client/models/payment_products_e_check_configuration_information_configurations.rb +210 -0
  180. data/lib/cybersource_rest_client/models/payment_products_e_check_configuration_information_configurations_common.rb +296 -0
  181. data/lib/cybersource_rest_client/models/payment_products_e_check_configuration_information_configurations_common_internal_only.rb +206 -0
  182. data/lib/cybersource_rest_client/models/payment_products_e_check_configuration_information_configurations_common_internal_only_processors.rb +242 -0
  183. data/lib/cybersource_rest_client/models/payment_products_e_check_configuration_information_configurations_common_processors.rb +261 -0
  184. data/lib/cybersource_rest_client/models/payment_products_e_check_configuration_information_configurations_features.rb +190 -0
  185. data/lib/cybersource_rest_client/models/payment_products_e_check_configuration_information_configurations_underwriting.rb +334 -0
  186. data/lib/cybersource_rest_client/models/payment_products_e_check_subscription_information.rb +250 -0
  187. data/lib/cybersource_rest_client/models/payment_products_payer_authentication.rb +200 -0
  188. data/lib/cybersource_rest_client/models/payment_products_payer_authentication_config_card_types_j_cbj_secure.rb +221 -0
  189. data/lib/cybersource_rest_client/models/payment_products_payer_authentication_config_card_types_verified.rb +204 -0
  190. data/lib/cybersource_rest_client/models/payment_products_payer_authentication_config_card_types_verified_currencies.rb +244 -0
  191. data/lib/cybersource_rest_client/models/payment_products_payer_authentication_configuration_information.rb +200 -0
  192. data/lib/cybersource_rest_client/models/payment_products_payer_authentication_configuration_information_configurations.rb +190 -0
  193. data/lib/cybersource_rest_client/models/payment_products_payer_authentication_configuration_information_configurations_card_types.rb +260 -0
  194. data/lib/cybersource_rest_client/models/payment_products_payer_authentication_configuration_information_configurations_card_types_cb.rb +221 -0
  195. data/lib/cybersource_rest_client/models/payment_products_payer_authentication_subscription_information.rb +237 -0
  196. data/lib/cybersource_rest_client/models/payment_products_payouts.rb +200 -0
  197. data/lib/cybersource_rest_client/models/payment_products_payouts_configuration_information.rb +190 -0
  198. data/lib/cybersource_rest_client/models/payment_products_payouts_configuration_information_configurations.rb +204 -0
  199. data/lib/cybersource_rest_client/models/payment_products_payouts_configuration_information_configurations_processor_account.rb +237 -0
  200. data/lib/cybersource_rest_client/models/payment_products_payouts_configuration_information_configurations_pullfunds.rb +311 -0
  201. data/lib/cybersource_rest_client/models/payment_products_payouts_configuration_information_configurations_pushfunds.rb +336 -0
  202. data/lib/cybersource_rest_client/models/payment_products_secure_acceptance.rb +200 -0
  203. data/lib/cybersource_rest_client/models/payment_products_secure_acceptance_config_notifications_customer_notifications.rb +258 -0
  204. data/lib/cybersource_rest_client/models/payment_products_secure_acceptance_config_notifications_merchant_notifications.rb +235 -0
  205. data/lib/cybersource_rest_client/models/payment_products_secure_acceptance_config_payment_types_card_types.rb +220 -0
  206. data/lib/cybersource_rest_client/models/payment_products_secure_acceptance_config_payment_types_card_types_discover.rb +257 -0
  207. data/lib/cybersource_rest_client/models/payment_products_secure_acceptance_configuration_information.rb +200 -0
  208. data/lib/cybersource_rest_client/models/payment_products_secure_acceptance_configuration_information_configurations.rb +251 -0
  209. data/lib/cybersource_rest_client/models/payment_products_secure_acceptance_configuration_information_configurations_checkout.rb +213 -0
  210. data/lib/cybersource_rest_client/models/payment_products_secure_acceptance_configuration_information_configurations_contact_information.rb +221 -0
  211. data/lib/cybersource_rest_client/models/payment_products_secure_acceptance_configuration_information_configurations_notifications.rb +200 -0
  212. data/lib/cybersource_rest_client/models/payment_products_secure_acceptance_configuration_information_configurations_payment_methods.rb +214 -0
  213. data/lib/cybersource_rest_client/models/payment_products_secure_acceptance_configuration_information_configurations_payment_types.rb +191 -0
  214. data/lib/cybersource_rest_client/models/payment_products_secure_acceptance_configuration_information_configurations_service.rb +257 -0
  215. data/lib/cybersource_rest_client/models/payment_products_tax.rb +190 -0
  216. data/lib/cybersource_rest_client/models/payment_products_virtual_terminal.rb +200 -0
  217. data/lib/cybersource_rest_client/models/payment_products_virtual_terminal_config_card_not_present_global_payment_info.rb +210 -0
  218. data/lib/cybersource_rest_client/models/payment_products_virtual_terminal_config_card_not_present_global_payment_info_basic_info.rb +318 -0
  219. data/lib/cybersource_rest_client/models/payment_products_virtual_terminal_config_card_not_present_merchant_defined_data_fields.rb +430 -0
  220. data/lib/cybersource_rest_client/models/payment_products_virtual_terminal_config_card_not_present_payment_info.rb +338 -0
  221. data/lib/cybersource_rest_client/models/payment_products_virtual_terminal_config_card_not_present_receipt_info.rb +210 -0
  222. data/lib/cybersource_rest_client/models/payment_products_virtual_terminal_config_card_not_present_receipt_info_email_receipt.rb +190 -0
  223. data/lib/cybersource_rest_client/models/payment_products_virtual_terminal_config_card_not_present_receipt_info_header.rb +190 -0
  224. data/lib/cybersource_rest_client/models/payment_products_virtual_terminal_config_card_not_present_receipt_info_order_info.rb +200 -0
  225. data/lib/cybersource_rest_client/models/payment_products_virtual_terminal_configuration_information.rb +200 -0
  226. data/lib/cybersource_rest_client/models/payment_products_virtual_terminal_configuration_information_configurations.rb +200 -0
  227. data/lib/cybersource_rest_client/models/payment_products_virtual_terminal_configuration_information_configurations_card_not_present.rb +200 -0
  228. data/lib/cybersource_rest_client/models/post_registration_body.rb +230 -0
  229. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_issuer_information.rb +22 -5
  230. data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response.rb +1 -1
  231. data/lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_tokenized_card.rb +1 -1
  232. data/lib/cybersource_rest_client/models/ptsv2payments_consumer_authentication_information.rb +18 -1
  233. data/lib/cybersource_rest_client/models/ptsv2payments_merchant_defined_secure_information.rb +249 -0
  234. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_tokenized_card.rb +1 -1
  235. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information.rb +22 -5
  236. data/lib/cybersource_rest_client/models/ptsv2payments_travel_information.rb +15 -5
  237. data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_vehicle_data.rb +214 -0
  238. data/lib/cybersource_rest_client/models/ptsv2payouts_merchant_information_merchant_descriptor.rb +22 -5
  239. data/lib/cybersource_rest_client/models/replay_webhooks.rb +202 -0
  240. data/lib/cybersource_rest_client/models/reporting_v3_purchase_refund_details_get200_response.rb +1 -0
  241. data/lib/cybersource_rest_client/models/risk_products.rb +200 -0
  242. data/lib/cybersource_rest_client/models/risk_products_decision_manager.rb +200 -0
  243. data/lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_accurint.rb +200 -0
  244. data/lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_accurint_creds.rb +200 -0
  245. data/lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_credilink.rb +220 -0
  246. data/lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_credilink_creds.rb +210 -0
  247. data/lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_ekata_creds.rb +190 -0
  248. data/lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_emailage.rb +220 -0
  249. data/lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_perseuss.rb +210 -0
  250. data/lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_signifyd.rb +200 -0
  251. data/lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_signifyd_creds.rb +220 -0
  252. data/lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_targus.rb +210 -0
  253. data/lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_targus_creds.rb +210 -0
  254. data/lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information.rb +200 -0
  255. data/lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information_configurations.rb +220 -0
  256. data/lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information_configurations_organization.rb +191 -0
  257. data/lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information_configurations_portfolio_controls.rb +200 -0
  258. data/lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information_configurations_processing_options.rb +190 -0
  259. data/lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information_configurations_thirdparty.rb +190 -0
  260. data/lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information_configurations_thirdparty_provider.rb +250 -0
  261. data/lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information_configurations_thirdparty_provider_ekata.rb +220 -0
  262. data/lib/cybersource_rest_client/models/risk_products_fraud_management_essentials.rb +200 -0
  263. data/lib/cybersource_rest_client/models/risk_products_fraud_management_essentials_configuration_information.rb +190 -0
  264. data/lib/cybersource_rest_client/models/riskv1authenticationresults_payment_information_tokenized_card.rb +1 -1
  265. data/lib/cybersource_rest_client/models/riskv1authentications_payment_information_tokenized_card.rb +1 -1
  266. data/lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information_tokenized_card.rb +1 -1
  267. data/lib/cybersource_rest_client/models/riskv1decisions_consumer_authentication_information.rb +1 -1
  268. data/lib/cybersource_rest_client/models/riskv1decisions_payment_information_tokenized_card.rb +1 -1
  269. data/lib/cybersource_rest_client/models/save_asym_egress_key.rb +216 -0
  270. data/lib/cybersource_rest_client/models/save_sym_egress_key.rb +216 -0
  271. data/lib/cybersource_rest_client/models/update_webhook.rb +315 -0
  272. data/lib/cybersource_rest_client/models/value_added_services_products.rb +200 -0
  273. data/lib/cybersource_rest_client/utilities/tracking/sdk_tracker.rb +71 -0
  274. data/lib/cybersource_rest_client.rb +214 -13
  275. metadata +216 -29
@@ -0,0 +1,338 @@
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 PaymentProductsVirtualTerminalConfigurationInformationConfigurationsCardNotPresentGlobalPaymentInformationPaymentInformation
17
+ attr_accessor :display_card_verification_value
18
+
19
+ attr_accessor :require_card_verification_value
20
+
21
+ attr_accessor :accepted_card_types
22
+
23
+ attr_accessor :display_credit_cards
24
+
25
+ attr_accessor :display_echecks
26
+
27
+ attr_accessor :display_debt_indicator
28
+
29
+ attr_accessor :display_bill_payment
30
+
31
+ attr_accessor :enable_echecks
32
+
33
+ attr_accessor :display_ignore_e_check_avs_checkbox
34
+
35
+ attr_accessor :first_name_required
36
+
37
+ attr_accessor :last_name_required
38
+
39
+ attr_accessor :display_first_name
40
+
41
+ attr_accessor :display_last_name
42
+
43
+ class EnumAttributeValidator
44
+ attr_reader :datatype
45
+ attr_reader :allowable_values
46
+
47
+ def initialize(datatype, allowable_values)
48
+ @allowable_values = allowable_values.map do |value|
49
+ case datatype.to_s
50
+ when /Integer/i
51
+ value.to_i
52
+ when /Float/i
53
+ value.to_f
54
+ else
55
+ value
56
+ end
57
+ end
58
+ end
59
+
60
+ def valid?(value)
61
+ !value || allowable_values.include?(value)
62
+ end
63
+ end
64
+
65
+ # Attribute mapping from ruby-style variable name to JSON key.
66
+ def self.attribute_map
67
+ {
68
+ :'display_card_verification_value' => :'displayCardVerificationValue',
69
+ :'require_card_verification_value' => :'requireCardVerificationValue',
70
+ :'accepted_card_types' => :'acceptedCardTypes',
71
+ :'display_credit_cards' => :'displayCreditCards',
72
+ :'display_echecks' => :'displayEchecks',
73
+ :'display_debt_indicator' => :'displayDebtIndicator',
74
+ :'display_bill_payment' => :'displayBillPayment',
75
+ :'enable_echecks' => :'enableEchecks',
76
+ :'display_ignore_e_check_avs_checkbox' => :'displayIgnoreECheckAvsCheckbox',
77
+ :'first_name_required' => :'firstNameRequired',
78
+ :'last_name_required' => :'lastNameRequired',
79
+ :'display_first_name' => :'displayFirstName',
80
+ :'display_last_name' => :'displayLastName'
81
+ }
82
+ end
83
+
84
+ # Attribute mapping from JSON key to ruby-style variable name.
85
+ def self.json_map
86
+ {
87
+ :'display_card_verification_value' => :'display_card_verification_value',
88
+ :'require_card_verification_value' => :'require_card_verification_value',
89
+ :'accepted_card_types' => :'accepted_card_types',
90
+ :'display_credit_cards' => :'display_credit_cards',
91
+ :'display_echecks' => :'display_echecks',
92
+ :'display_debt_indicator' => :'display_debt_indicator',
93
+ :'display_bill_payment' => :'display_bill_payment',
94
+ :'enable_echecks' => :'enable_echecks',
95
+ :'display_ignore_e_check_avs_checkbox' => :'display_ignore_e_check_avs_checkbox',
96
+ :'first_name_required' => :'first_name_required',
97
+ :'last_name_required' => :'last_name_required',
98
+ :'display_first_name' => :'display_first_name',
99
+ :'display_last_name' => :'display_last_name'
100
+ }
101
+ end
102
+
103
+ # Attribute type mapping.
104
+ def self.swagger_types
105
+ {
106
+ :'display_card_verification_value' => :'Array<String>',
107
+ :'require_card_verification_value' => :'Array<String>',
108
+ :'accepted_card_types' => :'Array<String>',
109
+ :'display_credit_cards' => :'BOOLEAN',
110
+ :'display_echecks' => :'BOOLEAN',
111
+ :'display_debt_indicator' => :'BOOLEAN',
112
+ :'display_bill_payment' => :'BOOLEAN',
113
+ :'enable_echecks' => :'BOOLEAN',
114
+ :'display_ignore_e_check_avs_checkbox' => :'BOOLEAN',
115
+ :'first_name_required' => :'BOOLEAN',
116
+ :'last_name_required' => :'BOOLEAN',
117
+ :'display_first_name' => :'BOOLEAN',
118
+ :'display_last_name' => :'BOOLEAN'
119
+ }
120
+ end
121
+
122
+ # Initializes the object
123
+ # @param [Hash] attributes Model attributes in the form of hash
124
+ def initialize(attributes = {})
125
+ return unless attributes.is_a?(Hash)
126
+
127
+ # convert string to symbol for hash key
128
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
129
+
130
+ if attributes.has_key?(:'displayCardVerificationValue')
131
+ if (value = attributes[:'displayCardVerificationValue']).is_a?(Array)
132
+ self.display_card_verification_value = value
133
+ end
134
+ end
135
+
136
+ if attributes.has_key?(:'requireCardVerificationValue')
137
+ if (value = attributes[:'requireCardVerificationValue']).is_a?(Array)
138
+ self.require_card_verification_value = value
139
+ end
140
+ end
141
+
142
+ if attributes.has_key?(:'acceptedCardTypes')
143
+ if (value = attributes[:'acceptedCardTypes']).is_a?(Array)
144
+ self.accepted_card_types = value
145
+ end
146
+ end
147
+
148
+ if attributes.has_key?(:'displayCreditCards')
149
+ self.display_credit_cards = attributes[:'displayCreditCards']
150
+ end
151
+
152
+ if attributes.has_key?(:'displayEchecks')
153
+ self.display_echecks = attributes[:'displayEchecks']
154
+ end
155
+
156
+ if attributes.has_key?(:'displayDebtIndicator')
157
+ self.display_debt_indicator = attributes[:'displayDebtIndicator']
158
+ end
159
+
160
+ if attributes.has_key?(:'displayBillPayment')
161
+ self.display_bill_payment = attributes[:'displayBillPayment']
162
+ end
163
+
164
+ if attributes.has_key?(:'enableEchecks')
165
+ self.enable_echecks = attributes[:'enableEchecks']
166
+ end
167
+
168
+ if attributes.has_key?(:'displayIgnoreECheckAvsCheckbox')
169
+ self.display_ignore_e_check_avs_checkbox = attributes[:'displayIgnoreECheckAvsCheckbox']
170
+ end
171
+
172
+ if attributes.has_key?(:'firstNameRequired')
173
+ self.first_name_required = attributes[:'firstNameRequired']
174
+ end
175
+
176
+ if attributes.has_key?(:'lastNameRequired')
177
+ self.last_name_required = attributes[:'lastNameRequired']
178
+ end
179
+
180
+ if attributes.has_key?(:'displayFirstName')
181
+ self.display_first_name = attributes[:'displayFirstName']
182
+ end
183
+
184
+ if attributes.has_key?(:'displayLastName')
185
+ self.display_last_name = attributes[:'displayLastName']
186
+ end
187
+ end
188
+
189
+ # Show invalid properties with the reasons. Usually used together with valid?
190
+ # @return Array for valid properties with the reasons
191
+ def list_invalid_properties
192
+ invalid_properties = Array.new
193
+ invalid_properties
194
+ end
195
+
196
+ # Check to see if the all the properties in the model are valid
197
+ # @return true if the model is valid
198
+ def valid?
199
+ true
200
+ end
201
+
202
+ # Checks equality by comparing each attribute.
203
+ # @param [Object] Object to be compared
204
+ def ==(o)
205
+ return true if self.equal?(o)
206
+ self.class == o.class &&
207
+ display_card_verification_value == o.display_card_verification_value &&
208
+ require_card_verification_value == o.require_card_verification_value &&
209
+ accepted_card_types == o.accepted_card_types &&
210
+ display_credit_cards == o.display_credit_cards &&
211
+ display_echecks == o.display_echecks &&
212
+ display_debt_indicator == o.display_debt_indicator &&
213
+ display_bill_payment == o.display_bill_payment &&
214
+ enable_echecks == o.enable_echecks &&
215
+ display_ignore_e_check_avs_checkbox == o.display_ignore_e_check_avs_checkbox &&
216
+ first_name_required == o.first_name_required &&
217
+ last_name_required == o.last_name_required &&
218
+ display_first_name == o.display_first_name &&
219
+ display_last_name == o.display_last_name
220
+ end
221
+
222
+ # @see the `==` method
223
+ # @param [Object] Object to be compared
224
+ def eql?(o)
225
+ self == o
226
+ end
227
+
228
+ # Calculates hash code according to all attributes.
229
+ # @return [Fixnum] Hash code
230
+ def hash
231
+ [display_card_verification_value, require_card_verification_value, accepted_card_types, display_credit_cards, display_echecks, display_debt_indicator, display_bill_payment, enable_echecks, display_ignore_e_check_avs_checkbox, first_name_required, last_name_required, display_first_name, display_last_name].hash
232
+ end
233
+
234
+ # Builds the object from hash
235
+ # @param [Hash] attributes Model attributes in the form of hash
236
+ # @return [Object] Returns the model itself
237
+ def build_from_hash(attributes)
238
+ return nil unless attributes.is_a?(Hash)
239
+ self.class.swagger_types.each_pair do |key, type|
240
+ if type =~ /\AArray<(.*)>/i
241
+ # check to ensure the input is an array given that the the attribute
242
+ # is documented as an array but the input is not
243
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
244
+ self.send("#{self.class.json_map[key]}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
245
+ end
246
+ elsif !attributes[self.class.attribute_map[key]].nil?
247
+ self.send("#{self.class.json_map[key]}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
248
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
249
+ end
250
+
251
+ self
252
+ end
253
+
254
+ # Deserializes the data based on type
255
+ # @param string type Data type
256
+ # @param string value Value to be deserialized
257
+ # @return [Object] Deserialized data
258
+ def _deserialize(type, value)
259
+ case type.to_sym
260
+ when :DateTime
261
+ DateTime.parse(value)
262
+ when :Date
263
+ Date.parse(value)
264
+ when :String
265
+ value.to_s
266
+ when :Integer
267
+ value.to_i
268
+ when :Float
269
+ value.to_f
270
+ when :BOOLEAN
271
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
272
+ true
273
+ else
274
+ false
275
+ end
276
+ when :Object
277
+ # generic object (usually a Hash), return directly
278
+ value
279
+ when /\AArray<(?<inner_type>.+)>\z/
280
+ inner_type = Regexp.last_match[:inner_type]
281
+ value.map { |v| _deserialize(inner_type, v) }
282
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
283
+ k_type = Regexp.last_match[:k_type]
284
+ v_type = Regexp.last_match[:v_type]
285
+ {}.tap do |hash|
286
+ value.each do |k, v|
287
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
288
+ end
289
+ end
290
+ else # model
291
+ temp_model = CyberSource.const_get(type).new
292
+ temp_model.build_from_hash(value)
293
+ end
294
+ end
295
+
296
+ # Returns the string representation of the object
297
+ # @return [String] String presentation of the object
298
+ def to_s
299
+ to_hash.to_s
300
+ end
301
+
302
+ # to_body is an alias to to_hash (backward compatibility)
303
+ # @return [Hash] Returns the object in the form of hash
304
+ def to_body
305
+ to_hash
306
+ end
307
+
308
+ # Returns the object in the form of hash
309
+ # @return [Hash] Returns the object in the form of hash
310
+ def to_hash
311
+ hash = {}
312
+ self.class.attribute_map.each_pair do |attr, param|
313
+ value = self.send(attr)
314
+ next if value.nil?
315
+ hash[param] = _to_hash(value)
316
+ end
317
+ hash
318
+ end
319
+
320
+ # Outputs non-array value in the form of hash
321
+ # For object, use to_hash. Otherwise, just return the value
322
+ # @param [Object] value Any valid value
323
+ # @return [Hash] Returns the value in the form of hash
324
+ def _to_hash(value)
325
+ if value.is_a?(Array)
326
+ value.compact.map { |v| _to_hash(v) }
327
+ elsif value.is_a?(Hash)
328
+ {}.tap do |hash|
329
+ value.each { |k, v| hash[k] = _to_hash(v) }
330
+ end
331
+ elsif value.respond_to? :to_hash
332
+ value.to_hash
333
+ else
334
+ value
335
+ end
336
+ end
337
+ end
338
+ end
@@ -0,0 +1,210 @@
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 PaymentProductsVirtualTerminalConfigurationInformationConfigurationsCardNotPresentReceiptInformation
17
+ attr_accessor :header
18
+
19
+ attr_accessor :order_information
20
+
21
+ attr_accessor :email_receipt
22
+
23
+ # Attribute mapping from ruby-style variable name to JSON key.
24
+ def self.attribute_map
25
+ {
26
+ :'header' => :'header',
27
+ :'order_information' => :'orderInformation',
28
+ :'email_receipt' => :'emailReceipt'
29
+ }
30
+ end
31
+
32
+ # Attribute mapping from JSON key to ruby-style variable name.
33
+ def self.json_map
34
+ {
35
+ :'header' => :'header',
36
+ :'order_information' => :'order_information',
37
+ :'email_receipt' => :'email_receipt'
38
+ }
39
+ end
40
+
41
+ # Attribute type mapping.
42
+ def self.swagger_types
43
+ {
44
+ :'header' => :'PaymentProductsVirtualTerminalConfigurationInformationConfigurationsCardNotPresentReceiptInformationHeader',
45
+ :'order_information' => :'PaymentProductsVirtualTerminalConfigurationInformationConfigurationsCardNotPresentReceiptInformationOrderInformation',
46
+ :'email_receipt' => :'PaymentProductsVirtualTerminalConfigurationInformationConfigurationsCardNotPresentReceiptInformationEmailReceipt'
47
+ }
48
+ end
49
+
50
+ # Initializes the object
51
+ # @param [Hash] attributes Model attributes in the form of hash
52
+ def initialize(attributes = {})
53
+ return unless attributes.is_a?(Hash)
54
+
55
+ # convert string to symbol for hash key
56
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
57
+
58
+ if attributes.has_key?(:'header')
59
+ self.header = attributes[:'header']
60
+ end
61
+
62
+ if attributes.has_key?(:'orderInformation')
63
+ self.order_information = attributes[:'orderInformation']
64
+ end
65
+
66
+ if attributes.has_key?(:'emailReceipt')
67
+ self.email_receipt = attributes[:'emailReceipt']
68
+ end
69
+ end
70
+
71
+ # Show invalid properties with the reasons. Usually used together with valid?
72
+ # @return Array for valid properties with the reasons
73
+ def list_invalid_properties
74
+ invalid_properties = Array.new
75
+ invalid_properties
76
+ end
77
+
78
+ # Check to see if the all the properties in the model are valid
79
+ # @return true if the model is valid
80
+ def valid?
81
+ true
82
+ end
83
+
84
+ # Checks equality by comparing each attribute.
85
+ # @param [Object] Object to be compared
86
+ def ==(o)
87
+ return true if self.equal?(o)
88
+ self.class == o.class &&
89
+ header == o.header &&
90
+ order_information == o.order_information &&
91
+ email_receipt == o.email_receipt
92
+ end
93
+
94
+ # @see the `==` method
95
+ # @param [Object] Object to be compared
96
+ def eql?(o)
97
+ self == o
98
+ end
99
+
100
+ # Calculates hash code according to all attributes.
101
+ # @return [Fixnum] Hash code
102
+ def hash
103
+ [header, order_information, email_receipt].hash
104
+ end
105
+
106
+ # Builds the object from hash
107
+ # @param [Hash] attributes Model attributes in the form of hash
108
+ # @return [Object] Returns the model itself
109
+ def build_from_hash(attributes)
110
+ return nil unless attributes.is_a?(Hash)
111
+ self.class.swagger_types.each_pair do |key, type|
112
+ if type =~ /\AArray<(.*)>/i
113
+ # check to ensure the input is an array given that the the attribute
114
+ # is documented as an array but the input is not
115
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
116
+ self.send("#{self.class.json_map[key]}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
117
+ end
118
+ elsif !attributes[self.class.attribute_map[key]].nil?
119
+ self.send("#{self.class.json_map[key]}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
120
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
121
+ end
122
+
123
+ self
124
+ end
125
+
126
+ # Deserializes the data based on type
127
+ # @param string type Data type
128
+ # @param string value Value to be deserialized
129
+ # @return [Object] Deserialized data
130
+ def _deserialize(type, value)
131
+ case type.to_sym
132
+ when :DateTime
133
+ DateTime.parse(value)
134
+ when :Date
135
+ Date.parse(value)
136
+ when :String
137
+ value.to_s
138
+ when :Integer
139
+ value.to_i
140
+ when :Float
141
+ value.to_f
142
+ when :BOOLEAN
143
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
144
+ true
145
+ else
146
+ false
147
+ end
148
+ when :Object
149
+ # generic object (usually a Hash), return directly
150
+ value
151
+ when /\AArray<(?<inner_type>.+)>\z/
152
+ inner_type = Regexp.last_match[:inner_type]
153
+ value.map { |v| _deserialize(inner_type, v) }
154
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
155
+ k_type = Regexp.last_match[:k_type]
156
+ v_type = Regexp.last_match[:v_type]
157
+ {}.tap do |hash|
158
+ value.each do |k, v|
159
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
160
+ end
161
+ end
162
+ else # model
163
+ temp_model = CyberSource.const_get(type).new
164
+ temp_model.build_from_hash(value)
165
+ end
166
+ end
167
+
168
+ # Returns the string representation of the object
169
+ # @return [String] String presentation of the object
170
+ def to_s
171
+ to_hash.to_s
172
+ end
173
+
174
+ # to_body is an alias to to_hash (backward compatibility)
175
+ # @return [Hash] Returns the object in the form of hash
176
+ def to_body
177
+ to_hash
178
+ end
179
+
180
+ # Returns the object in the form of hash
181
+ # @return [Hash] Returns the object in the form of hash
182
+ def to_hash
183
+ hash = {}
184
+ self.class.attribute_map.each_pair do |attr, param|
185
+ value = self.send(attr)
186
+ next if value.nil?
187
+ hash[param] = _to_hash(value)
188
+ end
189
+ hash
190
+ end
191
+
192
+ # Outputs non-array value in the form of hash
193
+ # For object, use to_hash. Otherwise, just return the value
194
+ # @param [Object] value Any valid value
195
+ # @return [Hash] Returns the value in the form of hash
196
+ def _to_hash(value)
197
+ if value.is_a?(Array)
198
+ value.compact.map { |v| _to_hash(v) }
199
+ elsif value.is_a?(Hash)
200
+ {}.tap do |hash|
201
+ value.each { |k, v| hash[k] = _to_hash(v) }
202
+ end
203
+ elsif value.respond_to? :to_hash
204
+ value.to_hash
205
+ else
206
+ value
207
+ end
208
+ end
209
+ end
210
+ end