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,10 +22,12 @@ module CyberSource
22
22
  end
23
23
  # Take action on a DM post-transactional case
24
24
  # Take action on a DM post-transactional case
25
+ #
25
26
  # @param id An unique identification number generated by Cybersource to identify the submitted request.
26
27
  # @param case_management_actions_request
27
28
  # @param [Hash] opts the optional parameters
28
29
  # @return [InlineResponse200]
30
+ #
29
31
  def action_decision_manager_case(id, case_management_actions_request, opts = {})
30
32
  data, status_code, headers = action_decision_manager_case_with_http_info(id, case_management_actions_request, 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(case_management_actions_request)
78
+ sdk_tracker = SdkTracker.new
79
+ post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'CaseManagementActionsRequest', @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
  # List Management
95
99
  # This call adds/deletes/converts the request information in the negative list. Provide the list to be updated as the path parameter. This value can be 'postiive', 'negative' or 'review'.
100
+ #
96
101
  # @param type The list to be updated. It can be 'positive', 'negative' or 'review'.
97
102
  # @param add_negative_list_request
98
103
  # @param [Hash] opts the optional parameters
99
104
  # @return [RiskV1UpdatePost201Response]
105
+ #
100
106
  def add_negative(type, add_negative_list_request, opts = {})
101
107
  data, status_code, headers = add_negative_with_http_info(type, add_negative_list_request, 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(add_negative_list_request)
153
+ sdk_tracker = SdkTracker.new
154
+ post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'AddNegativeListRequest', @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,
@@ -164,10 +172,12 @@ module CyberSource
164
172
  end
165
173
  # Add a comment to a DM post-transactional case
166
174
  # Add a comment to a DM post-transactional case
175
+ #
167
176
  # @param id An unique identification number generated by Cybersource to identify the submitted request.
168
177
  # @param case_management_comments_request
169
178
  # @param [Hash] opts the optional parameters
170
179
  # @return [InlineResponse201]
180
+ #
171
181
  def comment_decision_manager_case(id, case_management_comments_request, opts = {})
172
182
  data, status_code, headers = comment_decision_manager_case_with_http_info(id, case_management_comments_request, opts)
173
183
  return data, status_code, headers
@@ -215,6 +225,8 @@ module CyberSource
215
225
 
216
226
  # http body (model)
217
227
  post_body = @api_client.object_to_http_body(case_management_comments_request)
228
+ sdk_tracker = SdkTracker.new
229
+ post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'CaseManagementCommentsRequest', @api_client.config.host)
218
230
  auth_names = []
219
231
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
220
232
  :header_params => header_params,
@@ -235,9 +247,11 @@ module CyberSource
235
247
  end
236
248
  # Create Decision Manager
237
249
  # Decision Manager can help you automate and streamline your fraud operations. Decision Manager will return a decision based on the request values.
250
+ #
238
251
  # @param create_bundled_decision_manager_case_request
239
252
  # @param [Hash] opts the optional parameters
240
253
  # @return [RiskV1DecisionsPost201Response]
254
+ #
241
255
  def create_bundled_decision_manager_case(create_bundled_decision_manager_case_request, opts = {})
242
256
  data, status_code, headers = create_bundled_decision_manager_case_with_http_info(create_bundled_decision_manager_case_request, opts)
243
257
  return data, status_code, headers
@@ -280,6 +294,8 @@ module CyberSource
280
294
 
281
295
  # http body (model)
282
296
  post_body = @api_client.object_to_http_body(create_bundled_decision_manager_case_request)
297
+ sdk_tracker = SdkTracker.new
298
+ post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'CreateBundledDecisionManagerCaseRequest', @api_client.config.host)
283
299
  auth_names = []
284
300
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
285
301
  :header_params => header_params,
@@ -300,10 +316,12 @@ module CyberSource
300
316
  end
301
317
  # Fraud Marking
302
318
  # This can be used to - 1. Add known fraudulent data to the fraud history 2. Remove data added to history with Transaction Marking Tool or by uploading chargeback files 3. Remove chargeback data from history that was automatically added. For detailed information, contact your Cybersource representative Place the request ID of the transaction you want to mark as suspect (or remove from history) as the path parameter in this request.
319
+ #
303
320
  # @param id Request ID of the transaction that you want to mark as suspect or remove from history.
304
321
  # @param fraud_marking_action_request
305
322
  # @param [Hash] opts the optional parameters
306
323
  # @return [RiskV1UpdatePost201Response]
324
+ #
307
325
  def fraud_update(id, fraud_marking_action_request, opts = {})
308
326
  data, status_code, headers = fraud_update_with_http_info(id, fraud_marking_action_request, opts)
309
327
  return data, status_code, headers
@@ -351,6 +369,8 @@ module CyberSource
351
369
 
352
370
  # http body (model)
353
371
  post_body = @api_client.object_to_http_body(fraud_marking_action_request)
372
+ sdk_tracker = SdkTracker.new
373
+ post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'FraudMarkingActionRequest', @api_client.config.host)
354
374
  auth_names = []
355
375
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
356
376
  :header_params => header_params,
@@ -22,9 +22,11 @@ module CyberSource
22
22
  end
23
23
  # Download DTD for Report
24
24
  # Used to download DTDs for reports on no-auth.
25
+ #
25
26
  # @param report_definition_name_version Name and version of DTD file to download. Some DTDs only have one version. In that case version name is not needed. Some example values are ctdr-1.0, tdr, pbdr-1.1
26
27
  # @param [Hash] opts the optional parameters
27
28
  # @return [nil]
29
+ #
28
30
  def get_dtdv2(report_definition_name_version, opts = {})
29
31
  data, status_code, headers = get_dtdv2_with_http_info(report_definition_name_version, opts)
30
32
  return data, status_code, headers
@@ -22,9 +22,11 @@ module CyberSource
22
22
  end
23
23
  # Download XSD for Report
24
24
  # Used to download XSDs for reports on no-auth.
25
+ #
25
26
  # @param report_definition_name_version Name and version of XSD file to download. Some XSDs only have one version. In that case version name is not needed. Some example values are DecisionManagerDetailReport, DecisionManagerTypes
26
27
  # @param [Hash] opts the optional parameters
27
28
  # @return [nil]
29
+ #
28
30
  def get_xsdv2(report_definition_name_version, opts = {})
29
31
  data, status_code, headers = get_xsdv2_with_http_info(report_definition_name_version, opts)
30
32
  return data, status_code, headers
@@ -22,8 +22,10 @@ module CyberSource
22
22
  end
23
23
  # Retrieve the EMV Dictionary
24
24
  # Returns the entire EMV tag dictionary
25
+ #
25
26
  # @param [Hash] opts the optional parameters
26
27
  # @return [TssV2GetEmvTags200Response]
28
+ #
27
29
  def get_emv_tags(opts = {})
28
30
  data, status_code, headers = get_emv_tags_with_http_info(opts)
29
31
  return data, status_code, headers
@@ -85,9 +87,11 @@ module CyberSource
85
87
  end
86
88
  # Parse an EMV String
87
89
  # Pass an EMV Tag-Length-Value (TLV) string for parsing.
90
+ #
88
91
  # @param body
89
92
  # @param [Hash] opts the optional parameters
90
93
  # @return [TssV2PostEmvTags200Response]
94
+ #
91
95
  def parse_emv_tags(body, opts = {})
92
96
  data, status_code, headers = parse_emv_tags_with_http_info(body, opts)
93
97
  return data, status_code, headers
@@ -130,6 +134,8 @@ module CyberSource
130
134
 
131
135
  # http body (model)
132
136
  post_body = @api_client.object_to_http_body(body)
137
+ sdk_tracker = SdkTracker.new
138
+ post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'Body', @api_client.config.host)
133
139
  auth_names = []
134
140
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
135
141
  :header_params => header_params,
@@ -22,10 +22,12 @@ module CyberSource
22
22
  end
23
23
  # Delete an Instrument Identifier
24
24
  # | | | | | --- | --- | --- | |**Instrument Identifiers**<br>An Instrument Identifier represents either a card number, or in the case of an ACH bank account, the routing <br>and account numbers.<br>The same token Id is returned for a specific card number or bank account & routing number allowing the <br>Instrument Identifier Id to be used for cross-channel payment tracking.<br>An Instrument Identifier can exist independently but also be associated with a [Customer Payment Instrument](#token-management_customer-payment-instrument_create-a-customer-payment-instrument) <br>or [Standalone Payment Instrument](#token-management_payment-instrument_create-a-payment-instrument).|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|**Deleting an Instrument Identifier**<br>Your system can use this API to delete an existing Instrument Identifier.<br>An Instrument Identifier cannot be deleted if it is linked to any Payment Instruments.<br>You can [retrieve all Payment Instruments associated with an Instrument Identifier](#token-management_instrument-identifier_list-payment-instruments-for-an-instrument-identifier).
25
+ #
25
26
  # @param instrument_identifier_id The Id of an Instrument Identifier.
26
27
  # @param [Hash] opts the optional parameters
27
28
  # @option opts [String] :profile_id The Id of a profile containing user specific TMS configuration.
28
29
  # @return [nil]
30
+ #
29
31
  def delete_instrument_identifier(instrument_identifier_id, opts = {})
30
32
  data, status_code, headers = delete_instrument_identifier_with_http_info(instrument_identifier_id, opts)
31
33
  return data, status_code, headers
@@ -51,22 +53,6 @@ module CyberSource
51
53
  if @api_client.config.client_side_validation && instrument_identifier_id.nil?
52
54
  fail ArgumentError, "Missing the required parameter 'instrument_identifier_id' when calling InstrumentIdentifierApi.delete_instrument_identifier"
53
55
  end
54
- if @api_client.config.client_side_validation && instrument_identifier_id.to_s.length > 32
55
- fail ArgumentError, 'invalid value for "instrument_identifier_id" when calling InstrumentIdentifierApi.delete_instrument_identifier, the character length must be smaller than or equal to 32.'
56
- end
57
-
58
- if @api_client.config.client_side_validation && instrument_identifier_id.to_s.length < 12
59
- fail ArgumentError, 'invalid value for "instrument_identifier_id" when calling InstrumentIdentifierApi.delete_instrument_identifier, the character length must be great than or equal to 12.'
60
- end
61
-
62
- if @api_client.config.client_side_validation && !opts[:'profile_id'].nil? && opts[:'profile_id'].to_s.length > 36
63
- fail ArgumentError, 'invalid value for "opts[:"profile_id"]" when calling InstrumentIdentifierApi.delete_instrument_identifier, the character length must be smaller than or equal to 36.'
64
- end
65
-
66
- if @api_client.config.client_side_validation && !opts[:'profile_id'].nil? && opts[:'profile_id'].to_s.length < 36
67
- fail ArgumentError, 'invalid value for "opts[:"profile_id"]" when calling InstrumentIdentifierApi.delete_instrument_identifier, the character length must be great than or equal to 36.'
68
- end
69
-
70
56
  # resource path
71
57
  local_var_path = 'tms/v1/instrumentidentifiers/{instrumentIdentifierId}'.sub('{' + 'instrumentIdentifierId' + '}', instrument_identifier_id.to_s)
72
58
 
@@ -109,10 +95,12 @@ module CyberSource
109
95
  end
110
96
  # Retrieve an Instrument Identifier
111
97
  # | | | | | --- | --- | --- | |**Instrument Identifiers**<br>An Instrument Identifier represents either a card number, or in the case of an ACH bank account, the routing and account number.<br>The same token Id is returned for a specific card number or bank account & routing number allowing the Instrument Identifier Id to be used for cross-channel payment tracking.<br>An Instrument Identifier can exist independently but also be associated with a [Customer Payment Instrument](#token-management_customer-payment-instrument_create-a-customer-payment-instrument) or [Standalone Payment Instrument](#token-management_payment-instrument_create-a-payment-instrument).<br><br>**Retrieving an Instrument Identifier**<br>Your system can use this API to retrieve an Instrument Identifier.<br>**Note: the actual card data will be masked.**<br>The Instrument Identifier will also be returned when retrieving a [Customer](#token-management_customer_retrieve-a-customer), [Customer Payment Instrument](#token-management_customer-payment-instrument_retrieve-a-customer-payment-instrument) or [Standalone Payment Instrument](#token-management_payment-instrument_retrieve-a-payment-instrument).|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|**Payment Network Tokens**<br>Network tokens perform better than regular card numbers and they are not necessarily invalidated when a cardholder loses their card, or it expires.<br>A Payment Network Token will be automatically created and used in future payments if you are enabled for the service.<br>A Payment Network Token can also be [provisioned for an existing Instrument Identifier](#token-management_instrument-identifier_enroll-an-instrument-identifier-for-payment-network-token).<br>For more information about Payment Network Tokens see the Developer Guide.<br><br>**Payments with Instrument Identifiers**<br>To perform a payment with an Instrument Identifier simply specify the [Instrument Identifier Id in the payments request along with the expiration date, card type, & billing address](#payments_payments_process-a-payment_samplerequests-dropdown_authorization-using-tokens_authorization-with-instrument-identifier-token-id_liveconsole-tab-request-body).<br>When an Instrument Identifier is used in a payment the **_previousTransactionId_** and **_originalAuthorizedAmount_** values are automatically recorded.<br>These values will be added for you to future Merchant Initiated Transaction payments.
98
+ #
112
99
  # @param instrument_identifier_id The Id of an Instrument Identifier.
113
100
  # @param [Hash] opts the optional parameters
114
101
  # @option opts [String] :profile_id The Id of a profile containing user specific TMS configuration.
115
102
  # @return [Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier]
103
+ #
116
104
  def get_instrument_identifier(instrument_identifier_id, opts = {})
117
105
  data, status_code, headers = get_instrument_identifier_with_http_info(instrument_identifier_id, opts)
118
106
  return data, status_code, headers
@@ -138,22 +126,6 @@ module CyberSource
138
126
  if @api_client.config.client_side_validation && instrument_identifier_id.nil?
139
127
  fail ArgumentError, "Missing the required parameter 'instrument_identifier_id' when calling InstrumentIdentifierApi.get_instrument_identifier"
140
128
  end
141
- if @api_client.config.client_side_validation && instrument_identifier_id.to_s.length > 32
142
- fail ArgumentError, 'invalid value for "instrument_identifier_id" when calling InstrumentIdentifierApi.get_instrument_identifier, the character length must be smaller than or equal to 32.'
143
- end
144
-
145
- if @api_client.config.client_side_validation && instrument_identifier_id.to_s.length < 12
146
- fail ArgumentError, 'invalid value for "instrument_identifier_id" when calling InstrumentIdentifierApi.get_instrument_identifier, the character length must be great than or equal to 12.'
147
- end
148
-
149
- if @api_client.config.client_side_validation && !opts[:'profile_id'].nil? && opts[:'profile_id'].to_s.length > 36
150
- fail ArgumentError, 'invalid value for "opts[:"profile_id"]" when calling InstrumentIdentifierApi.get_instrument_identifier, the character length must be smaller than or equal to 36.'
151
- end
152
-
153
- if @api_client.config.client_side_validation && !opts[:'profile_id'].nil? && opts[:'profile_id'].to_s.length < 36
154
- fail ArgumentError, 'invalid value for "opts[:"profile_id"]" when calling InstrumentIdentifierApi.get_instrument_identifier, the character length must be great than or equal to 36.'
155
- end
156
-
157
129
  # resource path
158
130
  local_var_path = 'tms/v1/instrumentidentifiers/{instrumentIdentifierId}'.sub('{' + 'instrumentIdentifierId' + '}', instrument_identifier_id.to_s)
159
131
 
@@ -197,12 +169,14 @@ module CyberSource
197
169
  end
198
170
  # List Payment Instruments for an Instrument Identifier
199
171
  # | | | | | --- | --- | --- | |**Instrument Identifiers**<br>An Instrument Identifier represents either a card number, or in the case of an ACH bank account, the routing <br>and account numbers.<br>The same token Id is returned for a specific card number or bank account & routing number allowing the <br>Instrument Identifier Id to be used for cross-channel payment tracking.<br>An Instrument Identifier can exist independently but also be associated with a [Customer Payment Instrument](#token-management_customer-payment-instrument_create-a-customer-payment-instrument) <br>or [Standalone Payment Instrument](#token-management_payment-instrument_create-a-payment-instrument).|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|**Retrieving all Payment Instruments associated with an Instrument Identifier**<br>Your system can use this API to retrieve all Payment Instruments linked to an Instrument Identifier.
172
+ #
200
173
  # @param instrument_identifier_id The Id of an Instrument Identifier.
201
174
  # @param [Hash] opts the optional parameters
202
175
  # @option opts [String] :profile_id The Id of a profile containing user specific TMS configuration.
203
176
  # @option opts [Integer] :offset Starting record in zero-based dataset that should be returned as the first object in the array. Default is 0. (default to 0)
204
177
  # @option opts [Integer] :limit The maximum number that can be returned in the array starting from the offset record in zero-based dataset. Default is 20, maximum is 100. (default to 20)
205
178
  # @return [PaymentInstrumentList]
179
+ #
206
180
  def get_instrument_identifier_payment_instruments_list(instrument_identifier_id, opts = {})
207
181
  data, status_code, headers = get_instrument_identifier_payment_instruments_list_with_http_info(instrument_identifier_id, opts)
208
182
  return data, status_code, headers
@@ -230,34 +204,6 @@ module CyberSource
230
204
  if @api_client.config.client_side_validation && instrument_identifier_id.nil?
231
205
  fail ArgumentError, "Missing the required parameter 'instrument_identifier_id' when calling InstrumentIdentifierApi.get_instrument_identifier_payment_instruments_list"
232
206
  end
233
- if @api_client.config.client_side_validation && instrument_identifier_id.to_s.length > 32
234
- fail ArgumentError, 'invalid value for "instrument_identifier_id" when calling InstrumentIdentifierApi.get_instrument_identifier_payment_instruments_list, the character length must be smaller than or equal to 32.'
235
- end
236
-
237
- if @api_client.config.client_side_validation && instrument_identifier_id.to_s.length < 12
238
- fail ArgumentError, 'invalid value for "instrument_identifier_id" when calling InstrumentIdentifierApi.get_instrument_identifier_payment_instruments_list, the character length must be great than or equal to 12.'
239
- end
240
-
241
- if @api_client.config.client_side_validation && !opts[:'profile_id'].nil? && opts[:'profile_id'].to_s.length > 36
242
- fail ArgumentError, 'invalid value for "opts[:"profile_id"]" when calling InstrumentIdentifierApi.get_instrument_identifier_payment_instruments_list, the character length must be smaller than or equal to 36.'
243
- end
244
-
245
- if @api_client.config.client_side_validation && !opts[:'profile_id'].nil? && opts[:'profile_id'].to_s.length < 36
246
- fail ArgumentError, 'invalid value for "opts[:"profile_id"]" when calling InstrumentIdentifierApi.get_instrument_identifier_payment_instruments_list, the character length must be great than or equal to 36.'
247
- end
248
-
249
- if @api_client.config.client_side_validation && !opts[:'offset'].nil? && opts[:'offset'] < 0
250
- fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling InstrumentIdentifierApi.get_instrument_identifier_payment_instruments_list, must be greater than or equal to 0.'
251
- end
252
-
253
- if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] > 100
254
- fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling InstrumentIdentifierApi.get_instrument_identifier_payment_instruments_list, must be smaller than or equal to 100.'
255
- end
256
-
257
- if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] < 1
258
- fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling InstrumentIdentifierApi.get_instrument_identifier_payment_instruments_list, must be greater than or equal to 1.'
259
- end
260
-
261
207
  # resource path
262
208
  local_var_path = 'tms/v1/instrumentidentifiers/{instrumentIdentifierId}/paymentinstruments'.sub('{' + 'instrumentIdentifierId' + '}', instrument_identifier_id.to_s)
263
209
 
@@ -303,12 +249,14 @@ module CyberSource
303
249
  end
304
250
  # Update an Instrument Identifier
305
251
  # | | | | | --- | --- | --- | |**Instrument Identifiers**<br>An Instrument Identifier represents either a card number, or in the case of an ACH bank account, the routing and account number.<br>The same token Id is returned for a specific card number or bank account & routing number allowing the Instrument Identifier Id to be used for cross-channel payment tracking.<br>An Instrument Identifier can exist independently but also be associated with a [Customer Payment Instrument](#token-management_customer-payment-instrument_create-a-customer-payment-instrument) or [Standalone Payment Instrument](#token-management_payment-instrument_create-a-payment-instrument).|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|**Updating an Instrument Identifier**<br>When an Instrument Identifier is used in a payment the **_previousTransactionId_** and **_originalAuthorizedAmount_** values are automatically recorded.<br>These values will be added for you to future Merchant Initiated Transaction payments.<br>Your system can use this API to update these values.
252
+ #
306
253
  # @param instrument_identifier_id The Id of an Instrument Identifier.
307
254
  # @param patch_instrument_identifier_request Specify the previous transaction Id to update.
308
255
  # @param [Hash] opts the optional parameters
309
256
  # @option opts [String] :profile_id The Id of a profile containing user specific TMS configuration.
310
257
  # @option opts [String] :if_match Contains an ETag value from a GET request to make the request conditional.
311
258
  # @return [Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier]
259
+ #
312
260
  def patch_instrument_identifier(instrument_identifier_id, patch_instrument_identifier_request, opts = {})
313
261
  data, status_code, headers = patch_instrument_identifier_with_http_info(instrument_identifier_id, patch_instrument_identifier_request, opts)
314
262
  return data, status_code, headers
@@ -336,34 +284,10 @@ module CyberSource
336
284
  if @api_client.config.client_side_validation && instrument_identifier_id.nil?
337
285
  fail ArgumentError, "Missing the required parameter 'instrument_identifier_id' when calling InstrumentIdentifierApi.patch_instrument_identifier"
338
286
  end
339
- if @api_client.config.client_side_validation && instrument_identifier_id.to_s.length > 32
340
- fail ArgumentError, 'invalid value for "instrument_identifier_id" when calling InstrumentIdentifierApi.patch_instrument_identifier, the character length must be smaller than or equal to 32.'
341
- end
342
-
343
- if @api_client.config.client_side_validation && instrument_identifier_id.to_s.length < 12
344
- fail ArgumentError, 'invalid value for "instrument_identifier_id" when calling InstrumentIdentifierApi.patch_instrument_identifier, the character length must be great than or equal to 12.'
345
- end
346
-
347
287
  # verify the required parameter 'patch_instrument_identifier_request' is set
348
288
  if @api_client.config.client_side_validation && patch_instrument_identifier_request.nil?
349
289
  fail ArgumentError, "Missing the required parameter 'patch_instrument_identifier_request' when calling InstrumentIdentifierApi.patch_instrument_identifier"
350
290
  end
351
- if @api_client.config.client_side_validation && !opts[:'profile_id'].nil? && opts[:'profile_id'].to_s.length > 36
352
- fail ArgumentError, 'invalid value for "opts[:"profile_id"]" when calling InstrumentIdentifierApi.patch_instrument_identifier, the character length must be smaller than or equal to 36.'
353
- end
354
-
355
- if @api_client.config.client_side_validation && !opts[:'profile_id'].nil? && opts[:'profile_id'].to_s.length < 36
356
- fail ArgumentError, 'invalid value for "opts[:"profile_id"]" when calling InstrumentIdentifierApi.patch_instrument_identifier, the character length must be great than or equal to 36.'
357
- end
358
-
359
- if @api_client.config.client_side_validation && !opts[:'if_match'].nil? && opts[:'if_match'].to_s.length > 32
360
- fail ArgumentError, 'invalid value for "opts[:"if_match"]" when calling InstrumentIdentifierApi.patch_instrument_identifier, the character length must be smaller than or equal to 32.'
361
- end
362
-
363
- if @api_client.config.client_side_validation && !opts[:'if_match'].nil? && opts[:'if_match'].to_s.length < 1
364
- fail ArgumentError, 'invalid value for "opts[:"if_match"]" when calling InstrumentIdentifierApi.patch_instrument_identifier, the character length must be great than or equal to 1.'
365
- end
366
-
367
291
  # resource path
368
292
  local_var_path = 'tms/v1/instrumentidentifiers/{instrumentIdentifierId}'.sub('{' + 'instrumentIdentifierId' + '}', instrument_identifier_id.to_s)
369
293
 
@@ -384,6 +308,8 @@ module CyberSource
384
308
 
385
309
  # http body (model)
386
310
  post_body = @api_client.object_to_http_body(patch_instrument_identifier_request)
311
+ sdk_tracker = SdkTracker.new
312
+ post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'PatchInstrumentIdentifierRequest', @api_client.config.host)
387
313
  auth_names = []
388
314
  data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
389
315
  :header_params => header_params,
@@ -404,10 +330,12 @@ module CyberSource
404
330
  end
405
331
  # Create an Instrument Identifier
406
332
  # | | | | | --- | --- | --- | |**Instrument Identifiers**<br>An Instrument Identifier represents either a card number, or in the case of an ACH bank account, the routing and account number.<br>The same token Id is returned for a specific card number or bank account & routing number allowing the Instrument Identifier Id to be used for cross-channel payment tracking.<br>An Instrument Identifier can exist independently but also be associated with a [Customer Payment Instrument](#token-management_customer-payment-instrument_create-a-customer-payment-instrument) or [Standalone Payment Instrument](#token-management_payment-instrument_create-a-payment-instrument).<br><br>**Creating an Instrument Identifier**<br>It is recommended you [create an Instrument Identifier via a Payment Authorization](#payments_payments_process-a-payment_samplerequests-dropdown_authorization-with-token-create_authorization-with-instrument-identifier-token-creation_liveconsole-tab-request-body), this can be for a zero amount.<br>An Instrument Identifier will also be created if you [create a Customer via a Payment Authorization](#payments_payments_process-a-payment_samplerequests-dropdown_authorization-with-token-create_authorization-with-customer-token-creation_liveconsole-tab-request-body)<br>In Europe: You should perform Payer Authentication alongside the Authorization.|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|**Payment Network Tokens**<br>Network tokens perform better than regular card numbers and they are not necessarily invalidated when a cardholder loses their card, or it expires.<br>A Payment Network Token will be automatically created and used in future payments if you are enabled for the service.<br>A Payment Network Token can also be [provisioned for an existing Instrument Identifier](#token-management_instrument-identifier_enroll-an-instrument-identifier-for-payment-network-token).<br>For more information about Payment Network Tokens see the Developer Guide.<br><br>**Payments with Instrument Identifiers**<br>To perform a payment with an Instrument Identifier simply specify the [Instrument Identifier Id in the payments request along with the expiration date, card type, & billing address](#payments_payments_process-a-payment_samplerequests-dropdown_authorization-using-tokens_authorization-with-instrument-identifier-token-id_liveconsole-tab-request-body).<br>When an Instrument Identifier is used in a payment the **_previousTransactionId_** and **_originalAuthorizedAmount_** values are automatically recorded.<br>These values will be added for you to future Merchant Initiated Transaction payments.
333
+ #
407
334
  # @param post_instrument_identifier_request Specify either a Card, Bank Account or Enrollable Card
408
335
  # @param [Hash] opts the optional parameters
409
336
  # @option opts [String] :profile_id The Id of a profile containing user specific TMS configuration.
410
337
  # @return [Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier]
338
+ #
411
339
  def post_instrument_identifier(post_instrument_identifier_request, opts = {})
412
340
  data, status_code, headers = post_instrument_identifier_with_http_info(post_instrument_identifier_request, opts)
413
341
  return data, status_code, headers
@@ -433,14 +361,6 @@ module CyberSource
433
361
  if @api_client.config.client_side_validation && post_instrument_identifier_request.nil?
434
362
  fail ArgumentError, "Missing the required parameter 'post_instrument_identifier_request' when calling InstrumentIdentifierApi.post_instrument_identifier"
435
363
  end
436
- if @api_client.config.client_side_validation && !opts[:'profile_id'].nil? && opts[:'profile_id'].to_s.length > 36
437
- fail ArgumentError, 'invalid value for "opts[:"profile_id"]" when calling InstrumentIdentifierApi.post_instrument_identifier, the character length must be smaller than or equal to 36.'
438
- end
439
-
440
- if @api_client.config.client_side_validation && !opts[:'profile_id'].nil? && opts[:'profile_id'].to_s.length < 36
441
- fail ArgumentError, 'invalid value for "opts[:"profile_id"]" when calling InstrumentIdentifierApi.post_instrument_identifier, the character length must be great than or equal to 36.'
442
- end
443
-
444
364
  # resource path
445
365
  local_var_path = 'tms/v1/instrumentidentifiers'
446
366
 
@@ -460,6 +380,8 @@ module CyberSource
460
380
 
461
381
  # http body (model)
462
382
  post_body = @api_client.object_to_http_body(post_instrument_identifier_request)
383
+ sdk_tracker = SdkTracker.new
384
+ post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'PostInstrumentIdentifierRequest', @api_client.config.host)
463
385
  auth_names = []
464
386
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
465
387
  :header_params => header_params,
@@ -480,11 +402,13 @@ module CyberSource
480
402
  end
481
403
  # Enroll an Instrument Identifier for Payment Network Token
482
404
  # | | | | | --- | --- | --- | |**Instrument Identifiers**<br>An Instrument Identifier represents either a card number, or in the case of an ACH bank account, the routing and account number.<br>The same token Id is returned for a specific card number or bank account & routing number allowing the Instrument Identifier Id to be used for cross-channel payment tracking.<br>An Instrument Identifier can exist independently but also be associated with a [Customer Payment Instrument](#token-management_customer-payment-instrument_create-a-customer-payment-instrument) or [Standalone Payment Instrument](#token-management_payment-instrument_create-a-payment-instrument).|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|**Enroll an Instrument Identifier for a Payment Network Token**<br>Your system can use this API to provision a Network token for an existing Instrument Identifier.<br>Network tokens perform better than regular card numbers and they are not necessarily invalidated when a cardholder loses their card, or it expires.<br>A Network token can be [provisioned when creating an Instrument Identifier](#token-management_instrument-identifier_create-an-instrument-identifier_samplerequests-dropdown_create-instrument-identifier-card-enroll-for-network-token_liveconsole-tab-request-body).This will occur automatically when creating a [Customer](#payments_payments_process-a-payment_samplerequests-dropdown_authorization-with-token-create_authorization-with-customer-token-creation_liveconsole-tab-request-body), [Payment Instrument](#payments_payments_process-a-payment_samplerequests-dropdown_authorization-with-token-create_authorization-create-default-payment-instrument-shipping-address-for-existing-customer_liveconsole-tab-request-body) or [Instrument Identifier](#payments_payments_process-a-payment_samplerequests-dropdown_authorization-with-token-create_authorization-with-instrument-identifier-token-creation_liveconsole-tab-request-body) via the Payments API.<br>For more information about Payment Network Tokens see the Developer Guide.
405
+ #
483
406
  # @param instrument_identifier_id The Id of an Instrument Identifier.
484
407
  # @param post_instrument_identifier_enrollment_request Specify Enrollable Card details
485
408
  # @param [Hash] opts the optional parameters
486
409
  # @option opts [String] :profile_id The Id of a profile containing user specific TMS configuration.
487
410
  # @return [nil]
411
+ #
488
412
  def post_instrument_identifier_enrollment(instrument_identifier_id, post_instrument_identifier_enrollment_request, opts = {})
489
413
  data, status_code, headers = post_instrument_identifier_enrollment_with_http_info(instrument_identifier_id, post_instrument_identifier_enrollment_request, opts)
490
414
  return data, status_code, headers
@@ -511,26 +435,10 @@ module CyberSource
511
435
  if @api_client.config.client_side_validation && instrument_identifier_id.nil?
512
436
  fail ArgumentError, "Missing the required parameter 'instrument_identifier_id' when calling InstrumentIdentifierApi.post_instrument_identifier_enrollment"
513
437
  end
514
- if @api_client.config.client_side_validation && instrument_identifier_id.to_s.length > 32
515
- fail ArgumentError, 'invalid value for "instrument_identifier_id" when calling InstrumentIdentifierApi.post_instrument_identifier_enrollment, the character length must be smaller than or equal to 32.'
516
- end
517
-
518
- if @api_client.config.client_side_validation && instrument_identifier_id.to_s.length < 12
519
- fail ArgumentError, 'invalid value for "instrument_identifier_id" when calling InstrumentIdentifierApi.post_instrument_identifier_enrollment, the character length must be great than or equal to 12.'
520
- end
521
-
522
438
  # verify the required parameter 'post_instrument_identifier_enrollment_request' is set
523
439
  if @api_client.config.client_side_validation && post_instrument_identifier_enrollment_request.nil?
524
440
  fail ArgumentError, "Missing the required parameter 'post_instrument_identifier_enrollment_request' when calling InstrumentIdentifierApi.post_instrument_identifier_enrollment"
525
441
  end
526
- if @api_client.config.client_side_validation && !opts[:'profile_id'].nil? && opts[:'profile_id'].to_s.length > 36
527
- fail ArgumentError, 'invalid value for "opts[:"profile_id"]" when calling InstrumentIdentifierApi.post_instrument_identifier_enrollment, the character length must be smaller than or equal to 36.'
528
- end
529
-
530
- if @api_client.config.client_side_validation && !opts[:'profile_id'].nil? && opts[:'profile_id'].to_s.length < 36
531
- fail ArgumentError, 'invalid value for "opts[:"profile_id"]" when calling InstrumentIdentifierApi.post_instrument_identifier_enrollment, the character length must be great than or equal to 36.'
532
- end
533
-
534
442
  # resource path
535
443
  local_var_path = 'tms/v1/instrumentidentifiers/{instrumentIdentifierId}/enrollment'.sub('{' + 'instrumentIdentifierId' + '}', instrument_identifier_id.to_s)
536
444
 
@@ -550,6 +458,8 @@ module CyberSource
550
458
 
551
459
  # http body (model)
552
460
  post_body = @api_client.object_to_http_body(post_instrument_identifier_enrollment_request)
461
+ sdk_tracker = SdkTracker.new
462
+ post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'PostInstrumentIdentifierEnrollmentRequest', @api_client.config.host)
553
463
  auth_names = []
554
464
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
555
465
  :header_params => header_params,
@@ -22,11 +22,13 @@ module CyberSource
22
22
  end
23
23
  # Interchange Clearing Level data for an account or a merchant
24
24
  # Interchange Clearing Level data for an account or a merchant
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 [ReportingV3InterchangeClearingLevelDetailsGet200Response]
31
+ #
30
32
  def get_interchange_clearing_level_details(start_time, end_time, opts = {})
31
33
  data, status_code, headers = get_interchange_clearing_level_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 InterchangeClearingLevelDetailsApi.get_interchange_clearing_level_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 InterchangeClearingLevelDetailsApi.get_interchange_clearing_level_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 InterchangeClearingLevelDetailsApi.get_interchange_clearing_level_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 InterchangeClearingLevelDetailsApi.get_interchange_clearing_level_details, must conform to the pattern /[a-zA-Z0-9-_]+/."
70
64
  #end
@@ -21,16 +21,18 @@ module CyberSource
21
21
  @api_client.set_configuration(config)
22
22
  end
23
23
  # Get Invoice Settings
24
- # Get the invoice settings for the invoice payment page.
24
+ # Allows you to retrieve the invoice settings for the payment page.
25
+ #
25
26
  # @param [Hash] opts the optional parameters
26
27
  # @return [InvoicingV2InvoiceSettingsGet200Response]
28
+ #
27
29
  def get_invoice_settings(opts = {})
28
30
  data, status_code, headers = get_invoice_settings_with_http_info(opts)
29
31
  return data, status_code, headers
30
32
  end
31
33
 
32
34
  # Get Invoice Settings
33
- # Get the invoice settings for the invoice payment page.
35
+ # Allows you to retrieve the invoice settings for the payment page.
34
36
  # @param [Hash] opts the optional parameters
35
37
  # @return [Array<(InvoicingV2InvoiceSettingsGet200Response, Fixnum, Hash)>] InvoicingV2InvoiceSettingsGet200Response data, response status code and response headers
36
38
  def get_invoice_settings_with_http_info(opts = {})
@@ -84,17 +86,19 @@ module CyberSource
84
86
  return data, status_code, headers
85
87
  end
86
88
  # Update Invoice Settings
87
- # Update invoice settings for the invoice payment page.
89
+ # Allows you to customize the payment page, the checkout experience, email communication and payer authentication. You can customize the invoice to match your brand with your business name, logo and brand colors, and a VAT Tax number. You can choose to capture the payers shipping details, phone number and email during the checkout process. You can add a custom message to all invoice emails and enable or disable payer authentication for invoice payments.
90
+ #
88
91
  # @param invoice_settings_request
89
92
  # @param [Hash] opts the optional parameters
90
93
  # @return [InvoicingV2InvoiceSettingsGet200Response]
94
+ #
91
95
  def update_invoice_settings(invoice_settings_request, opts = {})
92
96
  data, status_code, headers = update_invoice_settings_with_http_info(invoice_settings_request, opts)
93
97
  return data, status_code, headers
94
98
  end
95
99
 
96
100
  # Update Invoice Settings
97
- # Update invoice settings for the invoice payment page.
101
+ # Allows you to customize the payment page, the checkout experience, email communication and payer authentication. You can customize the invoice to match your brand with your business name, logo and brand colors, and a VAT Tax number. You can choose to capture the payers shipping details, phone number and email during the checkout process. You can add a custom message to all invoice emails and enable or disable payer authentication for invoice payments.
98
102
  # @param invoice_settings_request
99
103
  # @param [Hash] opts the optional parameters
100
104
  # @return [Array<(InvoicingV2InvoiceSettingsGet200Response, Fixnum, Hash)>] InvoicingV2InvoiceSettingsGet200Response data, response status code and response headers
@@ -130,6 +134,8 @@ module CyberSource
130
134
 
131
135
  # http body (model)
132
136
  post_body = @api_client.object_to_http_body(invoice_settings_request)
137
+ sdk_tracker = SdkTracker.new
138
+ post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'InvoiceSettingsRequest', @api_client.config.host)
133
139
  auth_names = []
134
140
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
135
141
  :header_params => header_params,