cybersource_rest_client 0.0.55 → 0.0.57

Sign up to get free protection for your applications and to get access to all the features.
Files changed (478) hide show
  1. checksums.yaml +4 -4
  2. data/lib/cybersource_rest_client/api/asymmetric_key_management_api.rb +14 -0
  3. data/lib/cybersource_rest_client/api/batches_api.rb +19 -37
  4. data/lib/cybersource_rest_client/api/billing_agreements_api.rb +12 -0
  5. data/lib/cybersource_rest_client/api/capture_api.rb +4 -0
  6. data/lib/cybersource_rest_client/api/chargeback_details_api.rb +2 -8
  7. data/lib/cybersource_rest_client/api/chargeback_summaries_api.rb +2 -8
  8. data/lib/cybersource_rest_client/api/conversion_details_api.rb +2 -8
  9. data/lib/cybersource_rest_client/api/create_new_webhooks_api.rb +253 -0
  10. data/lib/cybersource_rest_client/api/credit_api.rb +4 -0
  11. data/lib/cybersource_rest_client/api/customer_api.rb +12 -64
  12. data/lib/cybersource_rest_client/api/customer_payment_instrument_api.rb +14 -124
  13. data/lib/cybersource_rest_client/api/customer_shipping_address_api.rb +14 -124
  14. data/lib/cybersource_rest_client/api/decision_manager_api.rb +20 -0
  15. data/lib/cybersource_rest_client/api/download_dtd_api.rb +2 -0
  16. data/lib/cybersource_rest_client/api/download_xsd_api.rb +2 -0
  17. data/lib/cybersource_rest_client/api/emv_tag_details_api.rb +6 -0
  18. data/lib/cybersource_rest_client/api/instrument_identifier_api.rb +18 -108
  19. data/lib/cybersource_rest_client/api/interchange_clearing_level_details_api.rb +2 -8
  20. data/lib/cybersource_rest_client/api/invoice_settings_api.rb +10 -4
  21. data/lib/cybersource_rest_client/api/invoices_api.rb +28 -12
  22. data/lib/cybersource_rest_client/api/keymanagement_api.rb +2 -0
  23. data/lib/cybersource_rest_client/api/keymanagementpassword_api.rb +4 -0
  24. data/lib/cybersource_rest_client/api/keymanagementpgp_api.rb +4 -0
  25. data/lib/cybersource_rest_client/api/keymanagementscmp_api.rb +4 -0
  26. data/lib/cybersource_rest_client/api/manage_webhooks_api.rb +491 -0
  27. data/lib/cybersource_rest_client/api/merchant_boarding_api.rb +169 -0
  28. data/lib/cybersource_rest_client/api/microform_integration_api.rb +4 -0
  29. data/lib/cybersource_rest_client/api/net_fundings_api.rb +2 -8
  30. data/lib/cybersource_rest_client/api/notification_of_changes_api.rb +2 -0
  31. data/lib/cybersource_rest_client/api/payer_authentication_api.rb +12 -0
  32. data/lib/cybersource_rest_client/api/payment_batch_summaries_api.rb +2 -16
  33. data/lib/cybersource_rest_client/api/payment_instrument_api.rb +12 -64
  34. data/lib/cybersource_rest_client/api/payments_api.rb +12 -0
  35. data/lib/cybersource_rest_client/api/payouts_api.rb +4 -0
  36. data/lib/cybersource_rest_client/api/plans_api.rb +20 -0
  37. data/lib/cybersource_rest_client/api/purchase_and_refund_details_api.rb +2 -16
  38. data/lib/cybersource_rest_client/api/push_funds_api.rb +4 -0
  39. data/lib/cybersource_rest_client/api/refund_api.rb +8 -0
  40. data/lib/cybersource_rest_client/api/report_definitions_api.rb +4 -16
  41. data/lib/cybersource_rest_client/api/report_downloads_api.rb +2 -8
  42. data/lib/cybersource_rest_client/api/report_subscriptions_api.rb +16 -58
  43. data/lib/cybersource_rest_client/api/reports_api.rb +10 -26
  44. data/lib/cybersource_rest_client/api/retrieval_details_api.rb +2 -8
  45. data/lib/cybersource_rest_client/api/retrieval_summaries_api.rb +2 -8
  46. data/lib/cybersource_rest_client/api/reversal_api.rb +8 -0
  47. data/lib/cybersource_rest_client/api/search_transactions_api.rb +6 -0
  48. data/lib/cybersource_rest_client/api/secure_file_share_api.rb +4 -16
  49. data/lib/cybersource_rest_client/api/subscriptions_api.rb +20 -0
  50. data/lib/cybersource_rest_client/api/symmetric_key_management_api.rb +14 -0
  51. data/lib/cybersource_rest_client/api/taxes_api.rb +8 -0
  52. data/lib/cybersource_rest_client/api/token_api.rb +2 -16
  53. data/lib/cybersource_rest_client/api/transaction_batches_api.rb +6 -0
  54. data/lib/cybersource_rest_client/api/transaction_details_api.rb +2 -0
  55. data/lib/cybersource_rest_client/api/transient_token_data_api.rb +2 -0
  56. data/lib/cybersource_rest_client/api/unified_checkout_capture_context_api.rb +4 -0
  57. data/lib/cybersource_rest_client/api/user_management_api.rb +2 -0
  58. data/lib/cybersource_rest_client/api/user_management_search_api.rb +4 -0
  59. data/lib/cybersource_rest_client/api/verification_api.rb +8 -0
  60. data/lib/cybersource_rest_client/api/void_api.rb +20 -0
  61. data/lib/cybersource_rest_client/models/boardingv1registrations_document_information.rb +192 -0
  62. data/lib/cybersource_rest_client/models/boardingv1registrations_document_information_signed_documents.rb +196 -0
  63. data/lib/cybersource_rest_client/models/boardingv1registrations_integration_information.rb +205 -0
  64. data/lib/cybersource_rest_client/models/boardingv1registrations_integration_information_oauth2.rb +221 -0
  65. data/lib/cybersource_rest_client/models/boardingv1registrations_integration_information_tenant_configurations.rb +225 -0
  66. data/lib/cybersource_rest_client/models/boardingv1registrations_integration_information_tenant_information.rb +197 -0
  67. data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information.rb +356 -0
  68. data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_business_information.rb +484 -0
  69. data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_business_information_address.rb +360 -0
  70. data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_business_information_business_contact.rb +341 -0
  71. data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb +382 -0
  72. data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc_deposit_bank_account.rb +331 -0
  73. data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_owners.rb +526 -0
  74. data/lib/cybersource_rest_client/models/boardingv1registrations_product_information.rb +190 -0
  75. data/lib/cybersource_rest_client/models/boardingv1registrations_product_information_selected_products.rb +220 -0
  76. data/lib/cybersource_rest_client/models/boardingv1registrations_registration_information.rb +330 -0
  77. data/lib/cybersource_rest_client/models/capture_payment_request.rb +11 -1
  78. data/lib/cybersource_rest_client/models/commerce_solutions_products.rb +210 -0
  79. data/lib/cybersource_rest_client/models/commerce_solutions_products_account_updater.rb +200 -0
  80. data/lib/cybersource_rest_client/models/commerce_solutions_products_account_updater_configuration_information.rb +200 -0
  81. data/lib/cybersource_rest_client/models/commerce_solutions_products_account_updater_configuration_information_configurations.rb +242 -0
  82. data/lib/cybersource_rest_client/models/commerce_solutions_products_account_updater_configuration_information_configurations_amex.rb +221 -0
  83. data/lib/cybersource_rest_client/models/commerce_solutions_products_account_updater_configuration_information_configurations_master_card.rb +222 -0
  84. data/lib/cybersource_rest_client/models/commerce_solutions_products_account_updater_configuration_information_configurations_visa.rb +222 -0
  85. data/lib/cybersource_rest_client/models/commerce_solutions_products_bin_lookup.rb +200 -0
  86. data/lib/cybersource_rest_client/models/commerce_solutions_products_bin_lookup_configuration_information.rb +190 -0
  87. data/lib/cybersource_rest_client/models/commerce_solutions_products_bin_lookup_configuration_information_configurations.rb +202 -0
  88. data/lib/cybersource_rest_client/models/commerce_solutions_products_token_management.rb +200 -0
  89. data/lib/cybersource_rest_client/models/commerce_solutions_products_token_management_configuration_information.rb +200 -0
  90. data/lib/cybersource_rest_client/models/commerce_solutions_products_token_management_configuration_information_configurations.rb +191 -0
  91. data/lib/cybersource_rest_client/models/create_credit_request.rb +11 -1
  92. data/lib/cybersource_rest_client/models/create_payment_request.rb +11 -1
  93. data/lib/cybersource_rest_client/models/create_search_request.rb +1 -1
  94. data/lib/cybersource_rest_client/models/create_webhook_request.rb +290 -0
  95. data/lib/cybersource_rest_client/models/get_all_subscriptions_response_order_information_bill_to.rb +2 -2
  96. data/lib/cybersource_rest_client/models/inline_response_200_2.rb +54 -52
  97. data/lib/cybersource_rest_client/models/inline_response_200_2_integration_information.rb +205 -0
  98. data/lib/cybersource_rest_client/models/inline_response_200_2_integration_information_tenant_configurations.rb +297 -0
  99. data/lib/cybersource_rest_client/models/inline_response_200_3.rb +26 -103
  100. data/lib/cybersource_rest_client/models/inline_response_200_4.rb +126 -83
  101. data/lib/cybersource_rest_client/models/inline_response_200_5.rb +252 -0
  102. data/lib/cybersource_rest_client/models/{inline_response_200_2__embedded.rb → inline_response_200_5__embedded.rb} +2 -2
  103. data/lib/cybersource_rest_client/models/{inline_response_200_2__embedded__links.rb → inline_response_200_5__embedded__links.rb} +2 -2
  104. data/lib/cybersource_rest_client/models/{inline_response_200_2__embedded__links_reports.rb → inline_response_200_5__embedded__links_reports.rb} +1 -1
  105. data/lib/cybersource_rest_client/models/{inline_response_200_2__embedded_batches.rb → inline_response_200_5__embedded_batches.rb} +3 -3
  106. data/lib/cybersource_rest_client/models/{inline_response_200_2__embedded_totals.rb → inline_response_200_5__embedded_totals.rb} +1 -1
  107. data/lib/cybersource_rest_client/models/{inline_response_200_2__links.rb → inline_response_200_5__links.rb} +1 -1
  108. data/lib/cybersource_rest_client/models/inline_response_200_6.rb +291 -0
  109. data/lib/cybersource_rest_client/models/{inline_response_200_3__links.rb → inline_response_200_6__links.rb} +2 -2
  110. data/lib/cybersource_rest_client/models/{inline_response_200_3__links_report.rb → inline_response_200_6__links_report.rb} +1 -1
  111. data/lib/cybersource_rest_client/models/{inline_response_200_3_billing.rb → inline_response_200_6_billing.rb} +1 -1
  112. data/lib/cybersource_rest_client/models/inline_response_200_7.rb +293 -0
  113. data/lib/cybersource_rest_client/models/{inline_response_200_4_records.rb → inline_response_200_7_records.rb} +3 -3
  114. data/lib/cybersource_rest_client/models/{inline_response_200_4_response_record.rb → inline_response_200_7_response_record.rb} +2 -2
  115. 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
  116. data/lib/cybersource_rest_client/models/{inline_response_200_4_source_record.rb → inline_response_200_7_source_record.rb} +1 -1
  117. data/lib/cybersource_rest_client/models/inline_response_201_1.rb +316 -0
  118. data/lib/cybersource_rest_client/models/inline_response_201_1_integration_information.rb +193 -0
  119. data/lib/cybersource_rest_client/models/inline_response_201_1_integration_information_tenant_configurations.rb +287 -0
  120. data/lib/cybersource_rest_client/models/inline_response_201_1_organization_information.rb +218 -0
  121. data/lib/cybersource_rest_client/models/inline_response_201_1_product_information_setups.rb +215 -0
  122. data/lib/cybersource_rest_client/models/inline_response_201_1_registration_information.rb +257 -0
  123. data/lib/cybersource_rest_client/models/inline_response_201_1_setups.rb +220 -0
  124. data/lib/cybersource_rest_client/models/inline_response_201_1_setups_commerce_solutions.rb +210 -0
  125. data/lib/cybersource_rest_client/models/inline_response_201_1_setups_payments.rb +340 -0
  126. data/lib/cybersource_rest_client/models/inline_response_201_1_setups_payments_card_processing.rb +200 -0
  127. data/lib/cybersource_rest_client/models/inline_response_201_1_setups_payments_card_processing_configuration_status.rb +300 -0
  128. data/lib/cybersource_rest_client/models/inline_response_201_1_setups_payments_card_processing_subscription_status.rb +279 -0
  129. data/lib/cybersource_rest_client/models/inline_response_201_1_setups_payments_digital_payments.rb +190 -0
  130. data/lib/cybersource_rest_client/models/inline_response_201_1_setups_risk.rb +200 -0
  131. data/lib/cybersource_rest_client/models/inline_response_201_1_setups_value_added_services.rb +200 -0
  132. data/lib/cybersource_rest_client/models/inline_response_201_2.rb +223 -0
  133. data/lib/cybersource_rest_client/models/inline_response_201_2_key_information.rb +301 -0
  134. data/lib/cybersource_rest_client/models/inline_response_201_2_key_information_error_information.rb +203 -0
  135. data/lib/cybersource_rest_client/models/inline_response_201_2_key_information_error_information_details.rb +202 -0
  136. data/lib/cybersource_rest_client/models/inline_response_201_3.rb +348 -0
  137. data/lib/cybersource_rest_client/models/inline_response_201_4.rb +223 -0
  138. data/lib/cybersource_rest_client/models/inline_response_400_7.rb +37 -43
  139. data/lib/cybersource_rest_client/models/inline_response_400_7_details.rb +17 -15
  140. data/lib/cybersource_rest_client/models/inline_response_400_8.rb +276 -0
  141. data/lib/cybersource_rest_client/models/inline_response_400_8_details.rb +200 -0
  142. data/lib/cybersource_rest_client/models/inline_response_404_1.rb +270 -0
  143. data/lib/cybersource_rest_client/models/inline_response_404_2.rb +212 -0
  144. data/lib/cybersource_rest_client/models/inline_response_404_2_details.rb +200 -0
  145. data/lib/cybersource_rest_client/models/inline_response_422_1.rb +270 -0
  146. data/lib/cybersource_rest_client/models/inline_response_500_3.rb +258 -0
  147. data/lib/cybersource_rest_client/models/invoicing_v2_invoices_all_get200_response_customer_information.rb +1 -1
  148. data/lib/cybersource_rest_client/models/invoicingv2invoices_customer_information.rb +1 -1
  149. data/lib/cybersource_rest_client/models/invoicingv2invoices_customer_information_company.rb +1 -1
  150. data/lib/cybersource_rest_client/models/kms_v2_keys_asym_deletes_post200_response_key_information.rb +1 -1
  151. data/lib/cybersource_rest_client/models/kms_v2_keys_asym_get200_response_key_information.rb +1 -1
  152. data/lib/cybersource_rest_client/models/kms_v2_keys_asym_post201_response_key_information.rb +1 -1
  153. data/lib/cybersource_rest_client/models/kms_v2_keys_sym_post201_response_key_information.rb +7 -1
  154. data/lib/cybersource_rest_client/models/kmsegressv2keysasym_client_reference_information.rb +198 -0
  155. data/lib/cybersource_rest_client/models/kmsegressv2keysasym_key_information.rb +280 -0
  156. data/lib/cybersource_rest_client/models/kmsegressv2keyssym_client_reference_information.rb +198 -0
  157. data/lib/cybersource_rest_client/models/kmsegressv2keyssym_key_information.rb +280 -0
  158. data/lib/cybersource_rest_client/models/kmsv2keysasym_key_information.rb +1 -1
  159. data/lib/cybersource_rest_client/models/kmsv2keyssym_key_information.rb +1 -1
  160. data/lib/cybersource_rest_client/models/kmsv2keyssymdeletes_key_information.rb +1 -1
  161. data/lib/cybersource_rest_client/models/kmsv2keyssymverifi_key_information.rb +1 -1
  162. data/lib/cybersource_rest_client/models/notificationsubscriptionsv1productsorganization_id_event_types.rb +234 -0
  163. data/lib/cybersource_rest_client/models/notificationsubscriptionsv1webhooks_notification_scope.rb +206 -0
  164. data/lib/cybersource_rest_client/models/notificationsubscriptionsv1webhooks_products.rb +203 -0
  165. data/lib/cybersource_rest_client/models/notificationsubscriptionsv1webhooks_retry_policy.rb +271 -0
  166. data/lib/cybersource_rest_client/models/notificationsubscriptionsv1webhooks_security_policy.rb +202 -0
  167. data/lib/cybersource_rest_client/models/notificationsubscriptionsv1webhooks_security_policy_1.rb +213 -0
  168. data/lib/cybersource_rest_client/models/notificationsubscriptionsv1webhooks_security_policy_1_config.rb +224 -0
  169. data/lib/cybersource_rest_client/models/notificationsubscriptionsv1webhooks_security_policy_1_config_additional_config.rb +221 -0
  170. data/lib/cybersource_rest_client/models/notificationsubscriptionsv1webhooks_security_policy_config.rb +214 -0
  171. data/lib/cybersource_rest_client/models/nrtfv1webhookswebhook_idreplays_by_delivery_status.rb +244 -0
  172. data/lib/cybersource_rest_client/models/payment_products_card_processing_config_card_not_present.rb +236 -0
  173. data/lib/cybersource_rest_client/models/payment_products_card_processing_config_card_not_present_installment.rb +202 -0
  174. data/lib/cybersource_rest_client/models/payment_products_card_processing_config_card_not_present_payouts.rb +281 -0
  175. data/lib/cybersource_rest_client/models/payment_products_card_processing_config_card_not_present_processors.rb +245 -0
  176. data/lib/cybersource_rest_client/models/payment_products_card_processing_config_card_present_processors.rb +259 -0
  177. data/lib/cybersource_rest_client/models/payment_products_card_processing_config_common_merchant_descriptor_info.rb +269 -0
  178. data/lib/cybersource_rest_client/models/payment_products_card_processing_config_features_card_not_present_payouts_currencies.rb +258 -0
  179. data/lib/cybersource_rest_client/models/payment_products_e_check_config_account_validation_service.rb +203 -0
  180. data/lib/cybersource_rest_client/models/payment_products_e_check_config_account_validation_service_internal_only.rb +193 -0
  181. data/lib/cybersource_rest_client/models/payment_products_e_check_config_account_validation_service_processors.rb +262 -0
  182. data/lib/cybersource_rest_client/models/payment_products_payer_authentication_config_card_types_j_cbj_secure.rb +221 -0
  183. data/lib/cybersource_rest_client/models/payment_products_payer_authentication_config_card_types_verified.rb +204 -0
  184. data/lib/cybersource_rest_client/models/payment_products_payer_authentication_config_card_types_verified_currencies.rb +244 -0
  185. data/lib/cybersource_rest_client/models/payment_products_secure_acceptance_config_notifications_customer_notifications.rb +258 -0
  186. data/lib/cybersource_rest_client/models/payment_products_secure_acceptance_config_notifications_merchant_notifications.rb +235 -0
  187. data/lib/cybersource_rest_client/models/payment_products_secure_acceptance_config_payment_types_card_types.rb +220 -0
  188. data/lib/cybersource_rest_client/models/payment_products_secure_acceptance_config_payment_types_card_types_discover.rb +257 -0
  189. data/lib/cybersource_rest_client/models/payment_products_virtual_terminal_config_card_not_present_global_payment_info.rb +210 -0
  190. data/lib/cybersource_rest_client/models/payment_products_virtual_terminal_config_card_not_present_global_payment_info_basic_info.rb +318 -0
  191. data/lib/cybersource_rest_client/models/payment_products_virtual_terminal_config_card_not_present_merchant_defined_data_fields.rb +430 -0
  192. data/lib/cybersource_rest_client/models/payment_products_virtual_terminal_config_card_not_present_payment_info.rb +338 -0
  193. data/lib/cybersource_rest_client/models/payment_products_virtual_terminal_config_card_not_present_receipt_info.rb +210 -0
  194. data/lib/cybersource_rest_client/models/payment_products_virtual_terminal_config_card_not_present_receipt_info_email_receipt.rb +190 -0
  195. data/lib/cybersource_rest_client/models/payment_products_virtual_terminal_config_card_not_present_receipt_info_header.rb +190 -0
  196. data/lib/cybersource_rest_client/models/payment_products_virtual_terminal_config_card_not_present_receipt_info_order_info.rb +200 -0
  197. data/lib/cybersource_rest_client/models/payments_products.rb +350 -0
  198. data/lib/cybersource_rest_client/models/payments_products_card_present_connect.rb +200 -0
  199. data/lib/cybersource_rest_client/models/payments_products_card_present_connect_configuration_information.rb +200 -0
  200. data/lib/cybersource_rest_client/models/payments_products_card_present_connect_configuration_information_configurations.rb +191 -0
  201. data/lib/cybersource_rest_client/models/payments_products_card_present_connect_subscription_information.rb +237 -0
  202. data/lib/cybersource_rest_client/models/payments_products_card_processing.rb +200 -0
  203. data/lib/cybersource_rest_client/models/payments_products_card_processing_configuration_information.rb +200 -0
  204. data/lib/cybersource_rest_client/models/payments_products_card_processing_configuration_information_configurations.rb +200 -0
  205. data/lib/cybersource_rest_client/models/payments_products_card_processing_configuration_information_configurations_common.rb +446 -0
  206. data/lib/cybersource_rest_client/models/payments_products_card_processing_configuration_information_configurations_common_acquirer.rb +236 -0
  207. data/lib/cybersource_rest_client/models/payments_products_card_processing_configuration_information_configurations_common_currencies.rb +258 -0
  208. data/lib/cybersource_rest_client/models/payments_products_card_processing_configuration_information_configurations_common_currencies_1.rb +225 -0
  209. data/lib/cybersource_rest_client/models/payments_products_card_processing_configuration_information_configurations_common_payment_types.rb +203 -0
  210. data/lib/cybersource_rest_client/models/payments_products_card_processing_configuration_information_configurations_common_processors.rb +721 -0
  211. data/lib/cybersource_rest_client/models/payments_products_card_processing_configuration_information_configurations_features.rb +200 -0
  212. data/lib/cybersource_rest_client/models/payments_products_card_processing_configuration_information_configurations_features_card_present.rb +204 -0
  213. data/lib/cybersource_rest_client/models/payments_products_card_processing_subscription_information.rb +250 -0
  214. data/lib/cybersource_rest_client/models/payments_products_card_processing_subscription_information_features.rb +190 -0
  215. data/lib/cybersource_rest_client/models/payments_products_currency_conversion.rb +200 -0
  216. data/lib/cybersource_rest_client/models/payments_products_currency_conversion_configuration_information.rb +200 -0
  217. data/lib/cybersource_rest_client/models/payments_products_currency_conversion_configuration_information_configurations.rb +192 -0
  218. data/lib/cybersource_rest_client/models/payments_products_currency_conversion_configuration_information_configurations_processors.rb +201 -0
  219. data/lib/cybersource_rest_client/models/payments_products_cybs_ready_terminal.rb +190 -0
  220. data/lib/cybersource_rest_client/models/payments_products_differential_fee.rb +190 -0
  221. data/lib/cybersource_rest_client/models/payments_products_differential_fee_subscription_information.rb +247 -0
  222. data/lib/cybersource_rest_client/models/payments_products_differential_fee_subscription_information_features.rb +190 -0
  223. data/lib/cybersource_rest_client/models/payments_products_digital_payments.rb +190 -0
  224. data/lib/cybersource_rest_client/models/payments_products_digital_payments_subscription_information.rb +250 -0
  225. data/lib/cybersource_rest_client/models/payments_products_e_check.rb +200 -0
  226. data/lib/cybersource_rest_client/models/payments_products_e_check_config_common_internal_only_processors.rb +242 -0
  227. data/lib/cybersource_rest_client/models/payments_products_e_check_configuration_information.rb +200 -0
  228. data/lib/cybersource_rest_client/models/payments_products_e_check_configuration_information_configurations.rb +210 -0
  229. data/lib/cybersource_rest_client/models/payments_products_e_check_configuration_information_configurations_common.rb +296 -0
  230. data/lib/cybersource_rest_client/models/payments_products_e_check_configuration_information_configurations_common_internal_only.rb +206 -0
  231. data/lib/cybersource_rest_client/models/payments_products_e_check_configuration_information_configurations_common_processors.rb +261 -0
  232. data/lib/cybersource_rest_client/models/payments_products_e_check_configuration_information_configurations_features.rb +190 -0
  233. data/lib/cybersource_rest_client/models/payments_products_e_check_configuration_information_configurations_underwriting.rb +334 -0
  234. data/lib/cybersource_rest_client/models/payments_products_e_check_subscription_information.rb +250 -0
  235. data/lib/cybersource_rest_client/models/payments_products_payer_authentication.rb +200 -0
  236. data/lib/cybersource_rest_client/models/payments_products_payer_authentication_configuration_information.rb +200 -0
  237. data/lib/cybersource_rest_client/models/payments_products_payer_authentication_configuration_information_configurations.rb +190 -0
  238. data/lib/cybersource_rest_client/models/payments_products_payer_authentication_configuration_information_configurations_card_types.rb +260 -0
  239. data/lib/cybersource_rest_client/models/payments_products_payer_authentication_configuration_information_configurations_card_types_cb.rb +221 -0
  240. data/lib/cybersource_rest_client/models/payments_products_payer_authentication_subscription_information.rb +237 -0
  241. data/lib/cybersource_rest_client/models/payments_products_payouts.rb +200 -0
  242. data/lib/cybersource_rest_client/models/payments_products_payouts_configuration_information.rb +190 -0
  243. data/lib/cybersource_rest_client/models/payments_products_payouts_configuration_information_configurations.rb +204 -0
  244. data/lib/cybersource_rest_client/models/payments_products_payouts_configuration_information_configurations_processor_account.rb +237 -0
  245. data/lib/cybersource_rest_client/models/payments_products_payouts_configuration_information_configurations_pullfunds.rb +311 -0
  246. data/lib/cybersource_rest_client/models/payments_products_payouts_configuration_information_configurations_pushfunds.rb +336 -0
  247. data/lib/cybersource_rest_client/models/payments_products_secure_acceptance.rb +200 -0
  248. data/lib/cybersource_rest_client/models/payments_products_secure_acceptance_configuration_information.rb +200 -0
  249. data/lib/cybersource_rest_client/models/payments_products_secure_acceptance_configuration_information_configurations.rb +251 -0
  250. data/lib/cybersource_rest_client/models/payments_products_secure_acceptance_configuration_information_configurations_checkout.rb +213 -0
  251. data/lib/cybersource_rest_client/models/payments_products_secure_acceptance_configuration_information_configurations_contact_information.rb +221 -0
  252. data/lib/cybersource_rest_client/models/payments_products_secure_acceptance_configuration_information_configurations_notifications.rb +200 -0
  253. data/lib/cybersource_rest_client/models/payments_products_secure_acceptance_configuration_information_configurations_payment_methods.rb +214 -0
  254. data/lib/cybersource_rest_client/models/payments_products_secure_acceptance_configuration_information_configurations_payment_types.rb +191 -0
  255. data/lib/cybersource_rest_client/models/payments_products_secure_acceptance_configuration_information_configurations_service.rb +257 -0
  256. data/lib/cybersource_rest_client/models/payments_products_tax.rb +190 -0
  257. data/lib/cybersource_rest_client/models/payments_products_virtual_terminal.rb +200 -0
  258. data/lib/cybersource_rest_client/models/payments_products_virtual_terminal_configuration_information.rb +200 -0
  259. data/lib/cybersource_rest_client/models/payments_products_virtual_terminal_configuration_information_configurations.rb +200 -0
  260. data/lib/cybersource_rest_client/models/payments_products_virtual_terminal_configuration_information_configurations_card_not_present.rb +200 -0
  261. data/lib/cybersource_rest_client/models/post_registration_body.rb +230 -0
  262. data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_credit_amount_details.rb +1 -1
  263. data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_processor_information.rb +1 -1
  264. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_order_information_bill_to.rb +4 -4
  265. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_order_information_ship_to.rb +6 -6
  266. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_payment_information_payment_type_method.rb +1 -1
  267. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_buyer_information.rb +3 -3
  268. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_consumer_authentication_information.rb +4 -4
  269. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_installment_information.rb +3 -3
  270. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_issuer_information.rb +22 -5
  271. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_account_information_card.rb +1 -1
  272. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information.rb +1 -1
  273. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_card.rb +1 -1
  274. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_point_of_sale_information_emv.rb +1 -1
  275. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information.rb +3 -3
  276. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb +18 -18
  277. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_risk_information_info_codes.rb +3 -3
  278. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_risk_information_score.rb +1 -1
  279. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_watchlist_screening_information.rb +1 -1
  280. data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_refund_amount_details.rb +1 -1
  281. data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response.rb +1 -1
  282. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_merchant_information_merchant_descriptor.rb +3 -3
  283. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_order_information_amount_details.rb +1 -1
  284. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information.rb +1 -1
  285. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_aggregator_information_sub_merchant.rb +8 -8
  286. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_merchant_information.rb +1 -1
  287. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_merchant_information_merchant_descriptor.rb +4 -4
  288. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_point_of_service_information.rb +1 -1
  289. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information.rb +1 -1
  290. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information.rb +1 -1
  291. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_payment_information_card.rb +1 -1
  292. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_sender_information.rb +4 -4
  293. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_sender_information_account.rb +1 -1
  294. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_sender_information_payment_information_card.rb +1 -1
  295. data/lib/cybersource_rest_client/models/ptsv2billingagreements_device_information.rb +2 -2
  296. data/lib/cybersource_rest_client/models/ptsv2billingagreements_installment_information.rb +1 -1
  297. data/lib/cybersource_rest_client/models/ptsv2billingagreements_merchant_information.rb +2 -2
  298. data/lib/cybersource_rest_client/models/ptsv2billingagreements_merchant_information_merchant_descriptor.rb +3 -3
  299. data/lib/cybersource_rest_client/models/ptsv2billingagreements_order_information_bill_to.rb +5 -5
  300. data/lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_card.rb +1 -1
  301. data/lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_tokenized_card.rb +2 -2
  302. data/lib/cybersource_rest_client/models/ptsv2credits_installment_information.rb +1 -1
  303. data/lib/cybersource_rest_client/models/ptsv2credits_processing_information.rb +3 -3
  304. data/lib/cybersource_rest_client/models/ptsv2credits_processing_information_bank_transfer_options.rb +1 -1
  305. data/lib/cybersource_rest_client/models/ptsv2payments_aggregator_information_sub_merchant.rb +9 -9
  306. data/lib/cybersource_rest_client/models/ptsv2payments_buyer_information.rb +5 -5
  307. data/lib/cybersource_rest_client/models/ptsv2payments_buyer_information_personal_identification.rb +1 -1
  308. data/lib/cybersource_rest_client/models/ptsv2payments_client_reference_information_partner.rb +1 -1
  309. data/lib/cybersource_rest_client/models/ptsv2payments_consumer_authentication_information.rb +19 -2
  310. data/lib/cybersource_rest_client/models/ptsv2payments_device_information.rb +5 -5
  311. data/lib/cybersource_rest_client/models/ptsv2payments_installment_information.rb +3 -3
  312. data/lib/cybersource_rest_client/models/ptsv2payments_merchant_defined_secure_information.rb +249 -0
  313. data/lib/cybersource_rest_client/models/ptsv2payments_merchant_information.rb +4 -4
  314. data/lib/cybersource_rest_client/models/ptsv2payments_merchant_information_merchant_descriptor.rb +5 -5
  315. data/lib/cybersource_rest_client/models/ptsv2payments_merchant_information_service_fee_descriptor.rb +3 -3
  316. data/lib/cybersource_rest_client/models/ptsv2payments_merchant_information_service_location.rb +4 -4
  317. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details.rb +2 -2
  318. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_bill_to.rb +9 -9
  319. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_bill_to_company.rb +1 -1
  320. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_invoice_details.rb +1 -1
  321. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_invoice_details_transaction_advice_addendum.rb +1 -1
  322. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_line_items.rb +1 -1
  323. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_ship_to.rb +7 -7
  324. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank.rb +2 -2
  325. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank_account.rb +1 -1
  326. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_card.rb +2 -2
  327. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_customer.rb +1 -1
  328. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_payment_type_method.rb +1 -1
  329. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_tokenized_card.rb +3 -3
  330. data/lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information.rb +4 -4
  331. data/lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information_emv.rb +2 -2
  332. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information.rb +28 -11
  333. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_authorization_options.rb +1 -1
  334. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_authorization_options_initiator.rb +1 -1
  335. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_bank_transfer_options.rb +2 -2
  336. data/lib/cybersource_rest_client/models/ptsv2payments_recipient_information.rb +5 -5
  337. data/lib/cybersource_rest_client/models/ptsv2payments_risk_information_buyer_history_customer_account.rb +1 -1
  338. data/lib/cybersource_rest_client/models/ptsv2payments_travel_information.rb +15 -5
  339. data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_auto_rental.rb +4 -4
  340. data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline.rb +1 -1
  341. data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline_ancillary_information.rb +1 -1
  342. data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline_legs.rb +1 -1
  343. data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_vehicle_data.rb +214 -0
  344. data/lib/cybersource_rest_client/models/ptsv2payments_watchlist_screening_information.rb +1 -1
  345. data/lib/cybersource_rest_client/models/ptsv2payments_watchlist_screening_information_weights.rb +2 -2
  346. data/lib/cybersource_rest_client/models/ptsv2paymentsid_client_reference_information_partner.rb +1 -1
  347. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_aggregator_information_sub_merchant.rb +8 -8
  348. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_buyer_information.rb +3 -3
  349. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_device_information.rb +1 -1
  350. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_installment_information.rb +3 -3
  351. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_merchant_information.rb +1 -1
  352. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_amount_details.rb +1 -1
  353. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_bill_to.rb +6 -6
  354. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_invoice_details.rb +1 -1
  355. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_ship_to.rb +3 -3
  356. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_point_of_sale_information_emv.rb +1 -1
  357. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_merchant_information.rb +1 -1
  358. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information_line_items.rb +1 -1
  359. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_bank.rb +1 -1
  360. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_card.rb +2 -2
  361. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_point_of_sale_information_emv.rb +1 -1
  362. data/lib/cybersource_rest_client/models/ptsv2payouts_merchant_information.rb +1 -1
  363. data/lib/cybersource_rest_client/models/ptsv2payouts_merchant_information_merchant_descriptor.rb +27 -10
  364. data/lib/cybersource_rest_client/models/ptsv2payouts_order_information_bill_to.rb +4 -4
  365. data/lib/cybersource_rest_client/models/ptsv2payouts_payment_information_card.rb +1 -1
  366. data/lib/cybersource_rest_client/models/ptsv2payouts_processing_information.rb +1 -1
  367. data/lib/cybersource_rest_client/models/ptsv2payouts_recipient_information.rb +1 -1
  368. data/lib/cybersource_rest_client/models/ptsv2payouts_sender_information.rb +5 -5
  369. data/lib/cybersource_rest_client/models/ptsv2payouts_sender_information_account.rb +1 -1
  370. data/lib/cybersource_rest_client/models/ptsv2refreshpaymentstatusid_payment_information_customer.rb +1 -1
  371. data/lib/cybersource_rest_client/models/push_funds201_response_order_information_amount_details.rb +1 -1
  372. data/lib/cybersource_rest_client/models/push_funds201_response_processor_information.rb +1 -1
  373. data/lib/cybersource_rest_client/models/replay_webhooks_request.rb +202 -0
  374. data/lib/cybersource_rest_client/models/reporting_v3_purchase_refund_details_get200_response.rb +1 -0
  375. data/lib/cybersource_rest_client/models/risk_products.rb +200 -0
  376. data/lib/cybersource_rest_client/models/risk_products_decision_manager.rb +200 -0
  377. data/lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_accurint.rb +200 -0
  378. data/lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_accurint_creds.rb +200 -0
  379. data/lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_credilink.rb +220 -0
  380. data/lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_credilink_creds.rb +210 -0
  381. data/lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_ekata_creds.rb +190 -0
  382. data/lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_emailage.rb +220 -0
  383. data/lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_perseuss.rb +210 -0
  384. data/lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_signifyd.rb +200 -0
  385. data/lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_signifyd_creds.rb +220 -0
  386. data/lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_targus.rb +210 -0
  387. data/lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_targus_creds.rb +210 -0
  388. data/lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information.rb +200 -0
  389. data/lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information_configurations.rb +220 -0
  390. data/lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information_configurations_organization.rb +191 -0
  391. data/lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information_configurations_portfolio_controls.rb +200 -0
  392. data/lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information_configurations_processing_options.rb +190 -0
  393. data/lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information_configurations_thirdparty.rb +190 -0
  394. data/lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information_configurations_thirdparty_provider.rb +250 -0
  395. data/lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information_configurations_thirdparty_provider_ekata.rb +220 -0
  396. data/lib/cybersource_rest_client/models/risk_products_fraud_management_essentials.rb +200 -0
  397. data/lib/cybersource_rest_client/models/risk_products_fraud_management_essentials_configuration_information.rb +190 -0
  398. data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_consumer_authentication_information.rb +4 -4
  399. data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_payment_information.rb +1 -1
  400. data/lib/cybersource_rest_client/models/riskv1addressverifications_buyer_information.rb +1 -1
  401. data/lib/cybersource_rest_client/models/riskv1addressverifications_order_information_bill_to.rb +1 -1
  402. data/lib/cybersource_rest_client/models/riskv1addressverifications_order_information_line_items.rb +1 -1
  403. data/lib/cybersource_rest_client/models/riskv1addressverifications_order_information_ship_to.rb +7 -7
  404. data/lib/cybersource_rest_client/models/riskv1authenticationresults_payment_information_card.rb +1 -1
  405. data/lib/cybersource_rest_client/models/riskv1authenticationresults_payment_information_tokenized_card.rb +2 -2
  406. data/lib/cybersource_rest_client/models/riskv1authentications_buyer_information.rb +2 -2
  407. data/lib/cybersource_rest_client/models/riskv1authentications_device_information.rb +2 -2
  408. data/lib/cybersource_rest_client/models/riskv1authentications_order_information_bill_to.rb +4 -4
  409. data/lib/cybersource_rest_client/models/riskv1authentications_payment_information_card.rb +1 -1
  410. data/lib/cybersource_rest_client/models/riskv1authentications_payment_information_tokenized_card.rb +2 -2
  411. data/lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information_card.rb +1 -1
  412. data/lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information_tokenized_card.rb +2 -2
  413. data/lib/cybersource_rest_client/models/riskv1decisions_buyer_information.rb +2 -2
  414. data/lib/cybersource_rest_client/models/riskv1decisions_consumer_authentication_information.rb +2 -2
  415. data/lib/cybersource_rest_client/models/riskv1decisions_device_information.rb +6 -6
  416. data/lib/cybersource_rest_client/models/riskv1decisions_merchant_information.rb +1 -1
  417. data/lib/cybersource_rest_client/models/riskv1decisions_merchant_information_merchant_descriptor.rb +1 -1
  418. data/lib/cybersource_rest_client/models/riskv1decisions_order_information_bill_to.rb +4 -4
  419. data/lib/cybersource_rest_client/models/riskv1decisions_order_information_line_items.rb +2 -2
  420. data/lib/cybersource_rest_client/models/riskv1decisions_order_information_ship_to.rb +7 -7
  421. data/lib/cybersource_rest_client/models/riskv1decisions_payment_information_card.rb +1 -1
  422. data/lib/cybersource_rest_client/models/riskv1decisions_payment_information_tokenized_card.rb +2 -2
  423. data/lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_export_compliance_information.rb +1 -1
  424. data/lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_order_information_bill_to.rb +3 -3
  425. data/lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_order_information_line_items.rb +1 -1
  426. data/lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_order_information_ship_to.rb +1 -1
  427. data/lib/cybersource_rest_client/models/riskv1liststypeentries_order_information_bill_to.rb +4 -4
  428. data/lib/cybersource_rest_client/models/riskv1liststypeentries_order_information_ship_to.rb +6 -6
  429. data/lib/cybersource_rest_client/models/riskv1liststypeentries_payment_information_bank.rb +1 -1
  430. data/lib/cybersource_rest_client/models/riskv1liststypeentries_payment_information_card.rb +1 -1
  431. data/lib/cybersource_rest_client/models/riskv1liststypeentries_risk_information_marking_details.rb +2 -2
  432. data/lib/cybersource_rest_client/models/save_asym_egress_key.rb +216 -0
  433. data/lib/cybersource_rest_client/models/save_sym_egress_key.rb +216 -0
  434. data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier_bill_to.rb +1 -1
  435. data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier_card.rb +1 -1
  436. data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument_bill_to.rb +5 -5
  437. data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument_buyer_information.rb +1 -1
  438. data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument_buyer_information_issued_by.rb +1 -1
  439. data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument_card_tokenized_information.rb +2 -2
  440. data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument_merchant_information_merchant_descriptor.rb +1 -1
  441. data/lib/cybersource_rest_client/models/tmsv2customers__embedded_tokenized_card_card.rb +3 -3
  442. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_buyer_information.rb +1 -1
  443. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_device_information.rb +1 -1
  444. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_merchant_information_merchant_descriptor.rb +1 -1
  445. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_amount_details.rb +1 -1
  446. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_bill_to.rb +7 -7
  447. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_ship_to.rb +6 -6
  448. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_bank.rb +3 -3
  449. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_bank_account.rb +3 -3
  450. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_card.rb +2 -2
  451. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_customer.rb +1 -1
  452. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_point_of_sale_information.rb +1 -1
  453. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information.rb +2 -2
  454. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_authorization_options_initiator.rb +1 -1
  455. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information.rb +2 -2
  456. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information_electronic_verification_results.rb +10 -10
  457. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response.rb +1 -1
  458. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_buyer_information.rb +1 -1
  459. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_order_information_bill_to.rb +4 -4
  460. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_order_information_ship_to.rb +2 -2
  461. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_payment_information_bank_account.rb +1 -1
  462. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_payment_information_card.rb +1 -1
  463. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_point_of_sale_information_partner.rb +1 -1
  464. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_processing_information.rb +2 -2
  465. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_risk_information_providers_fingerprint.rb +1 -1
  466. data/lib/cybersource_rest_client/models/tssv2transactionsemv_tag_details_emv_details_list.rb +1 -1
  467. data/lib/cybersource_rest_client/models/update_webhook_request.rb +315 -0
  468. data/lib/cybersource_rest_client/models/upv1capturecontexts_order_information_bill_to.rb +7 -7
  469. data/lib/cybersource_rest_client/models/upv1capturecontexts_order_information_bill_to_company.rb +3 -3
  470. data/lib/cybersource_rest_client/models/value_added_services_products.rb +200 -0
  471. data/lib/cybersource_rest_client/models/vas_v2_payments_post201_response_tax_information.rb +1 -1
  472. data/lib/cybersource_rest_client/models/vasv2tax_buyer_information.rb +1 -1
  473. data/lib/cybersource_rest_client/models/vasv2tax_order_information_line_items.rb +2 -2
  474. data/lib/cybersource_rest_client/models/vasv2tax_order_information_ship_to.rb +7 -7
  475. data/lib/cybersource_rest_client/models/vasv2tax_tax_information.rb +1 -1
  476. data/lib/cybersource_rest_client/utilities/tracking/sdk_tracker.rb +71 -0
  477. data/lib/cybersource_rest_client.rb +214 -13
  478. metadata +217 -30
@@ -22,9 +22,11 @@ module CyberSource
22
22
  end
23
23
  # Activate a Plan
24
24
  # Activate a Plan
25
+ #
25
26
  # @param id Plan Id
26
27
  # @param [Hash] opts the optional parameters
27
28
  # @return [ActivateDeactivatePlanResponse]
29
+ #
28
30
  def activate_plan(id, opts = {})
29
31
  data, status_code, headers = activate_plan_with_http_info(id, opts)
30
32
  return data, status_code, headers
@@ -91,9 +93,11 @@ module CyberSource
91
93
  end
92
94
  # Create a Plan
93
95
  # The recurring billing service enables you to manage payment plans and subscriptions for recurring payment schedules. It securely stores your customer's payment information and personal data within secure Visa data centers, reducing storage risks and PCI DSS scope through the use of *Token Management* (*TMS*). The three key elements of *Cybersource* Recurring Billing are: -  **Token**: stores customer billing, shipping, and payment details. -  **Plan**: stores the billing schedule. -  **Subscription**: combines the token and plan, and defines the subscription start date, name, and description. The APIs in this section demonstrate the management of the Plans and Subscriptions. For Tokens please refer to [Token Management](#token-management)
96
+ #
94
97
  # @param create_plan_request
95
98
  # @param [Hash] opts the optional parameters
96
99
  # @return [CreatePlanResponse]
100
+ #
97
101
  def create_plan(create_plan_request, opts = {})
98
102
  data, status_code, headers = create_plan_with_http_info(create_plan_request, opts)
99
103
  return data, status_code, headers
@@ -136,6 +140,8 @@ module CyberSource
136
140
 
137
141
  # http body (model)
138
142
  post_body = @api_client.object_to_http_body(create_plan_request)
143
+ sdk_tracker = SdkTracker.new
144
+ post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'CreatePlanRequest', @api_client.config.host)
139
145
  auth_names = []
140
146
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
141
147
  :header_params => header_params,
@@ -156,9 +162,11 @@ module CyberSource
156
162
  end
157
163
  # Deactivate a Plan
158
164
  # Deactivate a Plan
165
+ #
159
166
  # @param id Plan Id
160
167
  # @param [Hash] opts the optional parameters
161
168
  # @return [ActivateDeactivatePlanResponse]
169
+ #
162
170
  def deactivate_plan(id, opts = {})
163
171
  data, status_code, headers = deactivate_plan_with_http_info(id, opts)
164
172
  return data, status_code, headers
@@ -225,9 +233,11 @@ module CyberSource
225
233
  end
226
234
  # Delete a Plan
227
235
  # Delete a Plan is only allowed: - plan status is in `DRAFT` - plan status is in `ACTIVE`, and `INACTIVE` only allowed when no subscriptions attached to a plan in the lifetime of a plan
236
+ #
228
237
  # @param id Plan Id
229
238
  # @param [Hash] opts the optional parameters
230
239
  # @return [DeletePlanResponse]
240
+ #
231
241
  def delete_plan(id, opts = {})
232
242
  data, status_code, headers = delete_plan_with_http_info(id, opts)
233
243
  return data, status_code, headers
@@ -294,9 +304,11 @@ module CyberSource
294
304
  end
295
305
  # Get a Plan
296
306
  # Retrieve a Plan details by Plan Id.
307
+ #
297
308
  # @param id Plan Id
298
309
  # @param [Hash] opts the optional parameters
299
310
  # @return [GetPlanResponse]
311
+ #
300
312
  def get_plan(id, opts = {})
301
313
  data, status_code, headers = get_plan_with_http_info(id, opts)
302
314
  return data, status_code, headers
@@ -363,8 +375,10 @@ module CyberSource
363
375
  end
364
376
  # Get a Plan Code
365
377
  # Get a Unique Plan Code
378
+ #
366
379
  # @param [Hash] opts the optional parameters
367
380
  # @return [GetPlanCodeResponse]
381
+ #
368
382
  def get_plan_code(opts = {})
369
383
  data, status_code, headers = get_plan_code_with_http_info(opts)
370
384
  return data, status_code, headers
@@ -426,6 +440,7 @@ module CyberSource
426
440
  end
427
441
  # Get a List of Plans
428
442
  # Retrieve Plans by Plan Code & Plan Status.
443
+ #
429
444
  # @param [Hash] opts the optional parameters
430
445
  # @option opts [Integer] :offset Page offset number.
431
446
  # @option opts [Integer] :limit Number of items to be returned. Default - `20`, Max - `100`
@@ -433,6 +448,7 @@ module CyberSource
433
448
  # @option opts [String] :status Filter by Plan Status
434
449
  # @option opts [String] :name Filter by Plan Name. (First sub string or full string) **[Not Recommended]**
435
450
  # @return [GetAllPlansResponse]
451
+ #
436
452
  def get_plans(opts = {})
437
453
  data, status_code, headers = get_plans_with_http_info(opts)
438
454
  return data, status_code, headers
@@ -504,10 +520,12 @@ module CyberSource
504
520
  end
505
521
  # Update a Plan
506
522
  # Update a Plan Plan in `DRAFT` status - All updates are allowed on Plan with `DRAFT` status Plan in `ACTIVE` status [Following fields are **Not Updatable**] - `planInformation.billingPeriod` - `planInformation.billingCycles` [Update is only allowed to **increase** billingCycles] - `orderInformation.amountDetails.currency`
523
+ #
507
524
  # @param id Plan Id
508
525
  # @param update_plan_request
509
526
  # @param [Hash] opts the optional parameters
510
527
  # @return [UpdatePlanResponse]
528
+ #
511
529
  def update_plan(id, update_plan_request, opts = {})
512
530
  data, status_code, headers = update_plan_with_http_info(id, update_plan_request, opts)
513
531
  return data, status_code, headers
@@ -555,6 +573,8 @@ module CyberSource
555
573
 
556
574
  # http body (model)
557
575
  post_body = @api_client.object_to_http_body(update_plan_request)
576
+ sdk_tracker = SdkTracker.new
577
+ post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'UpdatePlanRequest', @api_client.config.host)
558
578
  auth_names = []
559
579
  data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
560
580
  :header_params => header_params,
@@ -22,6 +22,7 @@ module CyberSource
22
22
  end
23
23
  # Get Purchase and Refund Details
24
24
  # Download the Purchase and Refund Details report. This report report includes all purchases and refund transactions, as well as all activities related to transactions resulting in an adjustment to the net proceeds.
25
+ #
25
26
  # @param start_time Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z)
26
27
  # @param end_time Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z)
27
28
  # @param [Hash] opts the optional parameters
@@ -32,6 +33,7 @@ module CyberSource
32
33
  # @option opts [Integer] :offset Offset of the Purchase and Refund Results.
33
34
  # @option opts [Integer] :limit Results count per page. Range(1-2000) (default to 2000)
34
35
  # @return [ReportingV3PurchaseRefundDetailsGet200Response]
36
+ #
35
37
  def get_purchase_and_refund_details(start_time, end_time, opts = {})
36
38
  data, status_code, headers = get_purchase_and_refund_details_with_http_info(start_time, end_time, opts)
37
39
  return data, status_code, headers
@@ -67,26 +69,10 @@ module CyberSource
67
69
  if @api_client.config.client_side_validation && end_time.nil?
68
70
  fail ArgumentError, "Missing the required parameter 'end_time' when calling PurchaseAndRefundDetailsApi.get_purchase_and_refund_details"
69
71
  end
70
- if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'].to_s.length > 32
71
- fail ArgumentError, 'invalid value for "opts[:"organization_id"]" when calling PurchaseAndRefundDetailsApi.get_purchase_and_refund_details, the character length must be smaller than or equal to 32.'
72
- end
73
-
74
- if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'].to_s.length < 1
75
- fail ArgumentError, 'invalid value for "opts[:"organization_id"]" when calling PurchaseAndRefundDetailsApi.get_purchase_and_refund_details, the character length must be great than or equal to 1.'
76
- end
77
-
78
72
  #if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'] !~ Regexp.new(/[a-zA-Z0-9-_]+/)
79
73
  #fail ArgumentError, "invalid value for 'opts[:\"organization_id\"]' when calling PurchaseAndRefundDetailsApi.get_purchase_and_refund_details, must conform to the pattern /[a-zA-Z0-9-_]+/."
80
74
  #end
81
75
 
82
- if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] > 2000
83
- fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling PurchaseAndRefundDetailsApi.get_purchase_and_refund_details, must be smaller than or equal to 2000.'
84
- end
85
-
86
- if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] < 1
87
- fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling PurchaseAndRefundDetailsApi.get_purchase_and_refund_details, must be greater than or equal to 1.'
88
- end
89
-
90
76
  # resource path
91
77
  local_var_path = 'reporting/v3/purchase-refund-details'
92
78
 
@@ -22,6 +22,7 @@ module CyberSource
22
22
  end
23
23
  # Process a Push Funds Transfer
24
24
  # Receive funds using an Original Credit Transaction (OCT).
25
+ #
25
26
  # @param push_funds_request
26
27
  # @param content_type
27
28
  # @param x_requestid
@@ -31,6 +32,7 @@ module CyberSource
31
32
  # @param v_c_organization_id
32
33
  # @param [Hash] opts the optional parameters
33
34
  # @return [PushFunds201Response]
35
+ #
34
36
  def create_push_funds_transfer(push_funds_request, content_type, x_requestid, v_c_merchant_id, v_c_permissions, v_c_correlation_id, v_c_organization_id, opts = {})
35
37
  data, status_code, headers = create_push_funds_transfer_with_http_info(push_funds_request, content_type, x_requestid, v_c_merchant_id, v_c_permissions, v_c_correlation_id, v_c_organization_id, opts)
36
38
  return data, status_code, headers
@@ -109,6 +111,8 @@ module CyberSource
109
111
 
110
112
  # http body (model)
111
113
  post_body = @api_client.object_to_http_body(push_funds_request)
114
+ sdk_tracker = SdkTracker.new
115
+ post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'PushFundsRequest', @api_client.config.host)
112
116
  auth_names = []
113
117
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
114
118
  :header_params => header_params,
@@ -22,10 +22,12 @@ module CyberSource
22
22
  end
23
23
  # Refund a Capture
24
24
  # Refund a capture API is only used, if you have requested Capture independenlty using [/pts/v2/payments/{id}/captures](https://developer.cybersource.com/api-reference-assets/index.html#payments_capture) API call. Include the capture ID in the POST request to refund the captured amount.
25
+ #
25
26
  # @param refund_capture_request
26
27
  # @param id The capture ID. This ID is returned from a previous capture request.
27
28
  # @param [Hash] opts the optional parameters
28
29
  # @return [PtsV2PaymentsRefundPost201Response]
30
+ #
29
31
  def refund_capture(refund_capture_request, id, opts = {})
30
32
  data, status_code, headers = refund_capture_with_http_info(refund_capture_request, id, opts)
31
33
  return data, status_code, headers
@@ -73,6 +75,8 @@ module CyberSource
73
75
 
74
76
  # http body (model)
75
77
  post_body = @api_client.object_to_http_body(refund_capture_request)
78
+ sdk_tracker = SdkTracker.new
79
+ post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'RefundCaptureRequest', @api_client.config.host)
76
80
  auth_names = []
77
81
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
78
82
  :header_params => header_params,
@@ -93,10 +97,12 @@ module CyberSource
93
97
  end
94
98
  # Refund a Payment
95
99
  # Refund a Payment API is only used, if you have requested Authorization and Capture together in [/pts/v2/payments](https://developer.cybersource.com/api-reference-assets/index.html#payments_payments) API call. Include the payment ID in the POST request to refund the payment amount.
100
+ #
96
101
  # @param refund_payment_request
97
102
  # @param id The payment ID. This ID is returned from a previous payment request.
98
103
  # @param [Hash] opts the optional parameters
99
104
  # @return [PtsV2PaymentsRefundPost201Response]
105
+ #
100
106
  def refund_payment(refund_payment_request, id, opts = {})
101
107
  data, status_code, headers = refund_payment_with_http_info(refund_payment_request, id, opts)
102
108
  return data, status_code, headers
@@ -144,6 +150,8 @@ module CyberSource
144
150
 
145
151
  # http body (model)
146
152
  post_body = @api_client.object_to_http_body(refund_payment_request)
153
+ sdk_tracker = SdkTracker.new
154
+ post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'RefundPaymentRequest', @api_client.config.host)
147
155
  auth_names = []
148
156
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
149
157
  :header_params => header_params,
@@ -22,12 +22,14 @@ module CyberSource
22
22
  end
23
23
  # Get Report Definition
24
24
  # View the attributes of an individual report type. For a list of values for reportDefinitionName, see the [Reporting Developer Guide](https://www.cybersource.com/developers/documentation/reporting_and_reconciliation/)
25
+ #
25
26
  # @param report_definition_name Name of the Report definition to retrieve
26
27
  # @param [Hash] opts the optional parameters
27
28
  # @option opts [String] :subscription_type The subscription type for which report definition is required. By default the type will be CUSTOM. Valid Values: - CLASSIC - CUSTOM - STANDARD
28
29
  # @option opts [String] :report_mime_type The format for which the report definition is required. By default the value will be CSV. Valid Values: - application/xml - text/csv
29
30
  # @option opts [String] :organization_id Valid Organization Id
30
31
  # @return [ReportingV3ReportDefinitionsNameGet200Response]
32
+ #
31
33
  def get_resource_info_by_report_definition(report_definition_name, opts = {})
32
34
  data, status_code, headers = get_resource_info_by_report_definition_with_http_info(report_definition_name, opts)
33
35
  return data, status_code, headers
@@ -55,14 +57,6 @@ module CyberSource
55
57
  if @api_client.config.client_side_validation && report_definition_name.nil?
56
58
  fail ArgumentError, "Missing the required parameter 'report_definition_name' when calling ReportDefinitionsApi.get_resource_info_by_report_definition"
57
59
  end
58
- if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'].to_s.length > 32
59
- fail ArgumentError, 'invalid value for "opts[:"organization_id"]" when calling ReportDefinitionsApi.get_resource_info_by_report_definition, the character length must be smaller than or equal to 32.'
60
- end
61
-
62
- if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'].to_s.length < 1
63
- fail ArgumentError, 'invalid value for "opts[:"organization_id"]" when calling ReportDefinitionsApi.get_resource_info_by_report_definition, the character length must be great than or equal to 1.'
64
- end
65
-
66
60
  #if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'] !~ Regexp.new(/[a-zA-Z0-9-_]+/)
67
61
  #fail ArgumentError, "invalid value for 'opts[:\"organization_id\"]' when calling ReportDefinitionsApi.get_resource_info_by_report_definition, must conform to the pattern /[a-zA-Z0-9-_]+/."
68
62
  #end
@@ -112,10 +106,12 @@ module CyberSource
112
106
  end
113
107
  # Get Reporting Resource Information
114
108
  # View a list of supported reports and their attributes before subscribing to them.
109
+ #
115
110
  # @param [Hash] opts the optional parameters
116
111
  # @option opts [String] :subscription_type Valid Values: - CLASSIC - CUSTOM - STANDARD
117
112
  # @option opts [String] :organization_id Valid Organization Id
118
113
  # @return [ReportingV3ReportDefinitionsGet200Response]
114
+ #
119
115
  def get_resource_v2_info(opts = {})
120
116
  data, status_code, headers = get_resource_v2_info_with_http_info(opts)
121
117
  return data, status_code, headers
@@ -137,14 +133,6 @@ module CyberSource
137
133
  puts 'Cannot write to log'
138
134
  end
139
135
  end
140
- if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'].to_s.length > 32
141
- fail ArgumentError, 'invalid value for "opts[:"organization_id"]" when calling ReportDefinitionsApi.get_resource_v2_info, the character length must be smaller than or equal to 32.'
142
- end
143
-
144
- if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'].to_s.length < 1
145
- fail ArgumentError, 'invalid value for "opts[:"organization_id"]" when calling ReportDefinitionsApi.get_resource_v2_info, the character length must be great than or equal to 1.'
146
- end
147
-
148
136
  #if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'] !~ Regexp.new(/[a-zA-Z0-9-_]+/)
149
137
  #fail ArgumentError, "invalid value for 'opts[:\"organization_id\"]' when calling ReportDefinitionsApi.get_resource_v2_info, must conform to the pattern /[a-zA-Z0-9-_]+/."
150
138
  #end
@@ -22,11 +22,13 @@ module CyberSource
22
22
  end
23
23
  # Download a Report
24
24
  # Download a report using the unique report name and date.
25
+ #
25
26
  # @param report_date Valid date on which to download the report in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** yyyy-mm-dd For reports that span multiple days, this value would be the end date of the report in the time zone of the report subscription. Example 1: If your report start date is 2020-03-06 and the end date is 2020-03-09, the reportDate passed in the query is 2020-03-09. Example 2: If your report runs from midnight to midnight on 2020-03-09, the reportDate passed in the query is 2020-03-10
26
27
  # @param report_name Name of the report to download
27
28
  # @param [Hash] opts the optional parameters
28
29
  # @option opts [String] :organization_id Valid Organization Id
29
30
  # @return [nil]
31
+ #
30
32
  def download_report(report_date, report_name, opts = {})
31
33
  data, status_code, headers = download_report_with_http_info(report_date, report_name, opts)
32
34
  return data, status_code, headers
@@ -57,14 +59,6 @@ module CyberSource
57
59
  if @api_client.config.client_side_validation && report_name.nil?
58
60
  fail ArgumentError, "Missing the required parameter 'report_name' when calling ReportDownloadsApi.download_report"
59
61
  end
60
- if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'].to_s.length > 32
61
- fail ArgumentError, 'invalid value for "opts[:"organization_id"]" when calling ReportDownloadsApi.download_report, the character length must be smaller than or equal to 32.'
62
- end
63
-
64
- if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'].to_s.length < 1
65
- fail ArgumentError, 'invalid value for "opts[:"organization_id"]" when calling ReportDownloadsApi.download_report, the character length must be great than or equal to 1.'
66
- end
67
-
68
62
  #if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'] !~ Regexp.new(/[a-zA-Z0-9-_]+/)
69
63
  #fail ArgumentError, "invalid value for 'opts[:\"organization_id\"]' when calling ReportDownloadsApi.download_report, must conform to the pattern /[a-zA-Z0-9-_]+/."
70
64
  #end
@@ -22,10 +22,12 @@ module CyberSource
22
22
  end
23
23
  # Create a Standard or Classic Subscription
24
24
  # Create or update an already existing classic or standard subscription.
25
+ #
25
26
  # @param predefined_subscription_request_bean Report subscription request payload
26
27
  # @param [Hash] opts the optional parameters
27
28
  # @option opts [String] :organization_id Valid Organization Id
28
29
  # @return [nil]
30
+ #
29
31
  def create_standard_or_classic_subscription(predefined_subscription_request_bean, opts = {})
30
32
  data, status_code, headers = create_standard_or_classic_subscription_with_http_info(predefined_subscription_request_bean, opts)
31
33
  return data, status_code, headers
@@ -51,14 +53,6 @@ module CyberSource
51
53
  if @api_client.config.client_side_validation && predefined_subscription_request_bean.nil?
52
54
  fail ArgumentError, "Missing the required parameter 'predefined_subscription_request_bean' when calling ReportSubscriptionsApi.create_standard_or_classic_subscription"
53
55
  end
54
- if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'].to_s.length > 32
55
- fail ArgumentError, 'invalid value for "opts[:"organization_id"]" when calling ReportSubscriptionsApi.create_standard_or_classic_subscription, the character length must be smaller than or equal to 32.'
56
- end
57
-
58
- if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'].to_s.length < 1
59
- fail ArgumentError, 'invalid value for "opts[:"organization_id"]" when calling ReportSubscriptionsApi.create_standard_or_classic_subscription, the character length must be great than or equal to 1.'
60
- end
61
-
62
56
  #if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'] !~ Regexp.new(/[a-zA-Z0-9-_]+/)
63
57
  #fail ArgumentError, "invalid value for 'opts[:\"organization_id\"]' when calling ReportSubscriptionsApi.create_standard_or_classic_subscription, must conform to the pattern /[a-zA-Z0-9-_]+/."
64
58
  #end
@@ -82,6 +76,8 @@ module CyberSource
82
76
 
83
77
  # http body (model)
84
78
  post_body = @api_client.object_to_http_body(predefined_subscription_request_bean)
79
+ sdk_tracker = SdkTracker.new
80
+ post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'PredefinedSubscriptionRequestBean', @api_client.config.host)
85
81
  auth_names = []
86
82
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
87
83
  :header_params => header_params,
@@ -101,10 +97,12 @@ module CyberSource
101
97
  end
102
98
  # Create Report Subscription for a Report Name by Organization
103
99
  # Create a report subscription for your organization. The report name must be unique.
100
+ #
104
101
  # @param create_report_subscription_request Report subscription request payload
105
102
  # @param [Hash] opts the optional parameters
106
103
  # @option opts [String] :organization_id Valid Organization Id
107
104
  # @return [nil]
105
+ #
108
106
  def create_subscription(create_report_subscription_request, opts = {})
109
107
  data, status_code, headers = create_subscription_with_http_info(create_report_subscription_request, opts)
110
108
  return data, status_code, headers
@@ -130,14 +128,6 @@ module CyberSource
130
128
  if @api_client.config.client_side_validation && create_report_subscription_request.nil?
131
129
  fail ArgumentError, "Missing the required parameter 'create_report_subscription_request' when calling ReportSubscriptionsApi.create_subscription"
132
130
  end
133
- if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'].to_s.length > 32
134
- fail ArgumentError, 'invalid value for "opts[:"organization_id"]" when calling ReportSubscriptionsApi.create_subscription, the character length must be smaller than or equal to 32.'
135
- end
136
-
137
- if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'].to_s.length < 1
138
- fail ArgumentError, 'invalid value for "opts[:"organization_id"]" when calling ReportSubscriptionsApi.create_subscription, the character length must be great than or equal to 1.'
139
- end
140
-
141
131
  #if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'] !~ Regexp.new(/[a-zA-Z0-9-_]+/)
142
132
  #fail ArgumentError, "invalid value for 'opts[:\"organization_id\"]' when calling ReportSubscriptionsApi.create_subscription, must conform to the pattern /[a-zA-Z0-9-_]+/."
143
133
  #end
@@ -161,6 +151,8 @@ module CyberSource
161
151
 
162
152
  # http body (model)
163
153
  post_body = @api_client.object_to_http_body(create_report_subscription_request)
154
+ sdk_tracker = SdkTracker.new
155
+ post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'CreateReportSubscriptionRequest', @api_client.config.host)
164
156
  auth_names = []
165
157
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
166
158
  :header_params => header_params,
@@ -180,10 +172,12 @@ module CyberSource
180
172
  end
181
173
  # Delete Subscription of a Report Name by Organization
182
174
  # Delete a report subscription for your organization. You must know the unique name of the report you want to delete.
175
+ #
183
176
  # @param report_name Name of the Report to Delete
184
177
  # @param [Hash] opts the optional parameters
185
178
  # @option opts [String] :organization_id Valid Organization Id
186
179
  # @return [nil]
180
+ #
187
181
  def delete_subscription(report_name, opts = {})
188
182
  data, status_code, headers = delete_subscription_with_http_info(report_name, opts)
189
183
  return data, status_code, headers
@@ -209,26 +203,10 @@ module CyberSource
209
203
  if @api_client.config.client_side_validation && report_name.nil?
210
204
  fail ArgumentError, "Missing the required parameter 'report_name' when calling ReportSubscriptionsApi.delete_subscription"
211
205
  end
212
- if @api_client.config.client_side_validation && report_name.to_s.length > 80
213
- fail ArgumentError, 'invalid value for "report_name" when calling ReportSubscriptionsApi.delete_subscription, the character length must be smaller than or equal to 80.'
214
- end
215
-
216
- if @api_client.config.client_side_validation && report_name.to_s.length < 1
217
- fail ArgumentError, 'invalid value for "report_name" when calling ReportSubscriptionsApi.delete_subscription, the character length must be great than or equal to 1.'
218
- end
219
-
220
206
  #if @api_client.config.client_side_validation && report_name !~ Regexp.new(/[a-zA-Z0-9-_+]+/)
221
207
  #fail ArgumentError, "invalid value for 'report_name' when calling ReportSubscriptionsApi.delete_subscription, must conform to the pattern /[a-zA-Z0-9-_+]+/."
222
208
  #end
223
209
 
224
- if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'].to_s.length > 32
225
- fail ArgumentError, 'invalid value for "opts[:"organization_id"]" when calling ReportSubscriptionsApi.delete_subscription, the character length must be smaller than or equal to 32.'
226
- end
227
-
228
- if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'].to_s.length < 1
229
- fail ArgumentError, 'invalid value for "opts[:"organization_id"]" when calling ReportSubscriptionsApi.delete_subscription, the character length must be great than or equal to 1.'
230
- end
231
-
232
210
  #if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'] !~ Regexp.new(/[a-zA-Z0-9-_]+/)
233
211
  #fail ArgumentError, "invalid value for 'opts[:\"organization_id\"]' when calling ReportSubscriptionsApi.delete_subscription, must conform to the pattern /[a-zA-Z0-9-_]+/."
234
212
  #end
@@ -275,9 +253,11 @@ module CyberSource
275
253
  end
276
254
  # Get All Subscriptions
277
255
  # View a summary of all report subscriptions.
256
+ #
278
257
  # @param [Hash] opts the optional parameters
279
258
  # @option opts [String] :organization_id Valid Organization Id
280
259
  # @return [ReportingV3ReportSubscriptionsGet200Response]
260
+ #
281
261
  def get_all_subscriptions(opts = {})
282
262
  data, status_code, headers = get_all_subscriptions_with_http_info(opts)
283
263
  return data, status_code, headers
@@ -298,14 +278,6 @@ module CyberSource
298
278
  puts 'Cannot write to log'
299
279
  end
300
280
  end
301
- if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'].to_s.length > 32
302
- fail ArgumentError, 'invalid value for "opts[:"organization_id"]" when calling ReportSubscriptionsApi.get_all_subscriptions, the character length must be smaller than or equal to 32.'
303
- end
304
-
305
- if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'].to_s.length < 1
306
- fail ArgumentError, 'invalid value for "opts[:"organization_id"]" when calling ReportSubscriptionsApi.get_all_subscriptions, the character length must be great than or equal to 1.'
307
- end
308
-
309
281
  #if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'] !~ Regexp.new(/[a-zA-Z0-9-_]+/)
310
282
  #fail ArgumentError, "invalid value for 'opts[:\"organization_id\"]' when calling ReportSubscriptionsApi.get_all_subscriptions, must conform to the pattern /[a-zA-Z0-9-_]+/."
311
283
  #end
@@ -352,18 +324,20 @@ module CyberSource
352
324
  return data, status_code, headers
353
325
  end
354
326
  # Get Subscription for Report Name
355
- # View the details of a report subscription, such as the report format or report frequency, using the reports unique name.
327
+ # View the details of a report subscription, such as the report format or report frequency, using the report's unique name.
328
+ #
356
329
  # @param report_name Name of the Report to Retrieve
357
330
  # @param [Hash] opts the optional parameters
358
331
  # @option opts [String] :organization_id Valid Organization Id
359
332
  # @return [ReportingV3ReportSubscriptionsGet200ResponseSubscriptions]
333
+ #
360
334
  def get_subscription(report_name, opts = {})
361
335
  data, status_code, headers = get_subscription_with_http_info(report_name, opts)
362
336
  return data, status_code, headers
363
337
  end
364
338
 
365
339
  # Get Subscription for Report Name
366
- # View the details of a report subscription, such as the report format or report frequency, using the reports unique name.
340
+ # View the details of a report subscription, such as the report format or report frequency, using the report&#39;s unique name.
367
341
  # @param report_name Name of the Report to Retrieve
368
342
  # @param [Hash] opts the optional parameters
369
343
  # @option opts [String] :organization_id Valid Organization Id
@@ -382,26 +356,10 @@ module CyberSource
382
356
  if @api_client.config.client_side_validation && report_name.nil?
383
357
  fail ArgumentError, "Missing the required parameter 'report_name' when calling ReportSubscriptionsApi.get_subscription"
384
358
  end
385
- if @api_client.config.client_side_validation && report_name.to_s.length > 80
386
- fail ArgumentError, 'invalid value for "report_name" when calling ReportSubscriptionsApi.get_subscription, the character length must be smaller than or equal to 80.'
387
- end
388
-
389
- if @api_client.config.client_side_validation && report_name.to_s.length < 1
390
- fail ArgumentError, 'invalid value for "report_name" when calling ReportSubscriptionsApi.get_subscription, the character length must be great than or equal to 1.'
391
- end
392
-
393
359
  #if @api_client.config.client_side_validation && report_name !~ Regexp.new(/[a-zA-Z0-9-_+]+/)
394
360
  #fail ArgumentError, "invalid value for 'report_name' when calling ReportSubscriptionsApi.get_subscription, must conform to the pattern /[a-zA-Z0-9-_+]+/."
395
361
  #end
396
362
 
397
- if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'].to_s.length > 32
398
- fail ArgumentError, 'invalid value for "opts[:"organization_id"]" when calling ReportSubscriptionsApi.get_subscription, the character length must be smaller than or equal to 32.'
399
- end
400
-
401
- if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'].to_s.length < 1
402
- fail ArgumentError, 'invalid value for "opts[:"organization_id"]" when calling ReportSubscriptionsApi.get_subscription, the character length must be great than or equal to 1.'
403
- end
404
-
405
363
  #if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'] !~ Regexp.new(/[a-zA-Z0-9-_]+/)
406
364
  #fail ArgumentError, "invalid value for 'opts[:\"organization_id\"]' when calling ReportSubscriptionsApi.get_subscription, must conform to the pattern /[a-zA-Z0-9-_]+/."
407
365
  #end
@@ -22,10 +22,12 @@ module CyberSource
22
22
  end
23
23
  # Create Adhoc Report
24
24
  # Create a one-time report. You must specify the type of report in reportDefinitionName. For a list of values for reportDefinitionName, see the [Reporting Developer Guide](https://www.cybersource.com/developers/documentation/reporting_and_reconciliation)
25
+ #
25
26
  # @param create_adhoc_report_request Report subscription request payload
26
27
  # @param [Hash] opts the optional parameters
27
28
  # @option opts [String] :organization_id Valid Organization Id
28
29
  # @return [nil]
30
+ #
29
31
  def create_report(create_adhoc_report_request, opts = {})
30
32
  data, status_code, headers = create_report_with_http_info(create_adhoc_report_request, opts)
31
33
  return data, status_code, headers
@@ -51,14 +53,6 @@ module CyberSource
51
53
  if @api_client.config.client_side_validation && create_adhoc_report_request.nil?
52
54
  fail ArgumentError, "Missing the required parameter 'create_adhoc_report_request' when calling ReportsApi.create_report"
53
55
  end
54
- if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'].to_s.length > 32
55
- fail ArgumentError, 'invalid value for "opts[:"organization_id"]" when calling ReportsApi.create_report, the character length must be smaller than or equal to 32.'
56
- end
57
-
58
- if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'].to_s.length < 1
59
- fail ArgumentError, 'invalid value for "opts[:"organization_id"]" when calling ReportsApi.create_report, the character length must be great than or equal to 1.'
60
- end
61
-
62
56
  #if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'] !~ Regexp.new(/[a-zA-Z0-9-_]+/)
63
57
  #fail ArgumentError, "invalid value for 'opts[:\"organization_id\"]' when calling ReportsApi.create_report, must conform to the pattern /[a-zA-Z0-9-_]+/."
64
58
  #end
@@ -82,6 +76,8 @@ module CyberSource
82
76
 
83
77
  # http body (model)
84
78
  post_body = @api_client.object_to_http_body(create_adhoc_report_request)
79
+ sdk_tracker = SdkTracker.new
80
+ post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'CreateAdhocReportRequest', @api_client.config.host)
85
81
  auth_names = []
86
82
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
87
83
  :header_params => header_params,
@@ -100,18 +96,20 @@ module CyberSource
100
96
  return data, status_code, headers
101
97
  end
102
98
  # Get Report Based on Report Id
103
- # Download a report using the reportId value. If you dont already know this value, you can obtain it using the Retrieve available reports call.
99
+ # Download a report using the reportId value. If you don't already know this value, you can obtain it using the Retrieve available reports call.
100
+ #
104
101
  # @param report_id Valid Report Id
105
102
  # @param [Hash] opts the optional parameters
106
103
  # @option opts [String] :organization_id Valid Organization Id
107
104
  # @return [ReportingV3ReportsIdGet200Response]
105
+ #
108
106
  def get_report_by_report_id(report_id, opts = {})
109
107
  data, status_code, headers = get_report_by_report_id_with_http_info(report_id, opts)
110
108
  return data, status_code, headers
111
109
  end
112
110
 
113
111
  # Get Report Based on Report Id
114
- # Download a report using the reportId value. If you dont already know this value, you can obtain it using the Retrieve available reports call.
112
+ # Download a report using the reportId value. If you don&#39;t already know this value, you can obtain it using the Retrieve available reports call.
115
113
  # @param report_id Valid Report Id
116
114
  # @param [Hash] opts the optional parameters
117
115
  # @option opts [String] :organization_id Valid Organization Id
@@ -130,14 +128,6 @@ module CyberSource
130
128
  if @api_client.config.client_side_validation && report_id.nil?
131
129
  fail ArgumentError, "Missing the required parameter 'report_id' when calling ReportsApi.get_report_by_report_id"
132
130
  end
133
- if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'].to_s.length > 32
134
- fail ArgumentError, 'invalid value for "opts[:"organization_id"]" when calling ReportsApi.get_report_by_report_id, the character length must be smaller than or equal to 32.'
135
- end
136
-
137
- if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'].to_s.length < 1
138
- fail ArgumentError, 'invalid value for "opts[:"organization_id"]" when calling ReportsApi.get_report_by_report_id, the character length must be great than or equal to 1.'
139
- end
140
-
141
131
  #if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'] !~ Regexp.new(/[a-zA-Z0-9-_]+/)
142
132
  #fail ArgumentError, "invalid value for 'opts[:\"organization_id\"]' when calling ReportsApi.get_report_by_report_id, must conform to the pattern /[a-zA-Z0-9-_]+/."
143
133
  #end
@@ -185,6 +175,7 @@ module CyberSource
185
175
  end
186
176
  # Retrieve Available Reports
187
177
  # Retrieve a list of the available reports to which you are subscribed. This will also give you the reportId value, which you can also use to download a report.
178
+ #
188
179
  # @param start_time Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z)
189
180
  # @param end_time Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z)
190
181
  # @param time_query_type Specify time you would like to search Valid values: - reportTimeFrame - executedTime
@@ -196,6 +187,7 @@ module CyberSource
196
187
  # @option opts [Integer] :report_definition_id Valid Report Definition Id
197
188
  # @option opts [String] :report_status Valid Report Status Valid values: - COMPLETED - PENDING - QUEUED - RUNNING - ERROR - NO_DATA
198
189
  # @return [ReportingV3ReportsGet200Response]
190
+ #
199
191
  def search_reports(start_time, end_time, time_query_type, opts = {})
200
192
  data, status_code, headers = search_reports_with_http_info(start_time, end_time, time_query_type, opts)
201
193
  return data, status_code, headers
@@ -236,14 +228,6 @@ module CyberSource
236
228
  if @api_client.config.client_side_validation && time_query_type.nil?
237
229
  fail ArgumentError, "Missing the required parameter 'time_query_type' when calling ReportsApi.search_reports"
238
230
  end
239
- if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'].to_s.length > 32
240
- fail ArgumentError, 'invalid value for "opts[:"organization_id"]" when calling ReportsApi.search_reports, the character length must be smaller than or equal to 32.'
241
- end
242
-
243
- if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'].to_s.length < 1
244
- fail ArgumentError, 'invalid value for "opts[:"organization_id"]" when calling ReportsApi.search_reports, the character length must be great than or equal to 1.'
245
- end
246
-
247
231
  #if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'] !~ Regexp.new(/[a-zA-Z0-9-_]+/)
248
232
  #fail ArgumentError, "invalid value for 'opts[:\"organization_id\"]' when calling ReportsApi.search_reports, must conform to the pattern /[a-zA-Z0-9-_]+/."
249
233
  #end
@@ -22,11 +22,13 @@ module CyberSource
22
22
  end
23
23
  # Get Retrieval Details
24
24
  # Retrieval Detail Report Description
25
+ #
25
26
  # @param start_time Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z)
26
27
  # @param end_time Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z)
27
28
  # @param [Hash] opts the optional parameters
28
29
  # @option opts [String] :organization_id Valid Organization Id
29
30
  # @return [ReportingV3RetrievalDetailsGet200Response]
31
+ #
30
32
  def get_retrieval_details(start_time, end_time, opts = {})
31
33
  data, status_code, headers = get_retrieval_details_with_http_info(start_time, end_time, opts)
32
34
  return data, status_code, headers
@@ -57,14 +59,6 @@ module CyberSource
57
59
  if @api_client.config.client_side_validation && end_time.nil?
58
60
  fail ArgumentError, "Missing the required parameter 'end_time' when calling RetrievalDetailsApi.get_retrieval_details"
59
61
  end
60
- if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'].to_s.length > 32
61
- fail ArgumentError, 'invalid value for "opts[:"organization_id"]" when calling RetrievalDetailsApi.get_retrieval_details, the character length must be smaller than or equal to 32.'
62
- end
63
-
64
- if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'].to_s.length < 1
65
- fail ArgumentError, 'invalid value for "opts[:"organization_id"]" when calling RetrievalDetailsApi.get_retrieval_details, the character length must be great than or equal to 1.'
66
- end
67
-
68
62
  #if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'] !~ Regexp.new(/[a-zA-Z0-9-_]+/)
69
63
  #fail ArgumentError, "invalid value for 'opts[:\"organization_id\"]' when calling RetrievalDetailsApi.get_retrieval_details, must conform to the pattern /[a-zA-Z0-9-_]+/."
70
64
  #end