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
@@ -0,0 +1,721 @@
1
+ =begin
2
+ #CyberSource Merged Spec
3
+
4
+ #All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html
5
+
6
+ OpenAPI spec version: 0.0.1
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module CyberSource
16
+ class PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonProcessors
17
+ # Determines the batching group that separates merchants for special batching times. Batching groups can separate merchant batches by the following criteria: * Timezone * Merchant deadlines * Large merchants (top 10) * Merchants with Service-Level Agreements Applicable for Chase Paymentech Salem (chasepaymentechsalem), Streamline (streamline2), Six (six), Barclays (barclays2), Paymentech Tampa (paymentechtampa), CMCIC (cmcic), FDC Nashville (smartfdc), RUPAY, American Express Direct (amexdirect), GPN (gpn), VPC, GPX (gpx), CB2A, Barclays HISO (barclayshiso), TSYS (tsys) and FDI Global (fdiglobal) processors. Validation details (for selected processors)... <table> <thead><tr><th>Processor</th><th>Acceptance Type</th><th>Required</th></tr></thead> <tr><td>Barclays</td><td>cnp, cp, hybrid</td><td>Yes</td></tr> <tr><td>Barclays HISO</td><td>cnp, cp, hybrid</td><td>Yes</td></tr> <tr><td>American Express Direct</td><td>cnp, cp, hybrid</td><td>No</td></tr> </table>
18
+ attr_accessor :batch_group
19
+
20
+ # Indicates the type of money transfer used in the transaction. Applicable for VPC and GPX (gpx) processors.
21
+ attr_accessor :business_application_id
22
+
23
+ # Identify merchants that participate in Select Merchant Fee (SMF) programs. Unique to the merchant. Applicable for GPX (gpx) and VPC processors.
24
+ attr_accessor :merchant_verification_value
25
+
26
+ # Routing Number to identify banks within the United States. Applicable for GPX (gpx) processors.
27
+ attr_accessor :aba_number
28
+
29
+ attr_accessor :acquirer
30
+
31
+ # Merchant ID assigned by an acquirer or a processor. Should not be overriden by any other party. Validation details (for selected processors)... <table> <thead><tr><th>Processor</th><th>Acceptance Type</th><th>Required</th><th>Min. Length</th><th>Max. Length</th><th>Regex</th></tr></thead> <tr><td>Barclays HISO</td><td>cp, cnp, hybrid</td><td>Yes</td><td>1</td><td>15</td><td>^[0-9a-zA-Z]+$</td></tr> <tr><td>Barclays</td><td>cp, cnp, hybrid</td><td>Yes</td><td>1</td><td>11</td><td>^[0-9a-zA-Z]+$</td></tr> </table>
32
+ attr_accessor :merchant_id
33
+
34
+ # The 'Terminal Id' aka TID, is an identifier used for with your payments processor. Depending on the processor and payment acceptance type this may also be the default Terminal ID used for Card Present and Virtual Terminal transactions. Validation details (for selected processors)... <table> <thead><tr><th>Processor</th><th>Acceptance Type</th><th>Required</th><th>Min. Length</th><th>Max. Length</th><th>Regex</th></tr></thead> <tr><td>Barclays HISO</td><td>cnp, hybrid</td><td>Yes</td><td>1</td><td>16</td><td>^[0-9a-zA-Z]+$</td></tr> <tr><td>Barclays HISO</td><td>cp</td><td>No</td><td>1</td><td>16</td><td>^[0-9a-zA-Z]+$</td></tr> </table>
35
+ attr_accessor :terminal_id
36
+
37
+ # Valid values are: * VISA * MASTERCARD * AMERICAN_EXPRESS * CUP * EFTPOS * DINERS_CLUB * DISCOVER * JCB
38
+ attr_accessor :payment_types
39
+
40
+ # Three-character [ISO 4217 ALPHA-3 Standard Currency Codes.](http://apps.cybersource.com/library/documentation/sbc/quickref/currencies.pdf)
41
+ attr_accessor :currencies
42
+
43
+ # The Standard Industrial Classification (SIC) are four-digit codes that categorize the industries that companies belong to based on their business activities. Standard Industrial Classification codes were mostly replaced by the six-digit North American Industry Classification System (NAICS). Applicable for VPC and GPX (gpx) processors.
44
+ attr_accessor :sic_code
45
+
46
+ # Allows multiple captures for a single authorization transaction. Applicable for Paymentech Tampa (paymentechtampa), VPC, American Express Direct (amexdirect) and GPX (gpx) processors. Validation details (for selected processors)... <table> <thead><tr><th>Processor</th><th>Acceptance Type</th><th>Required</th><th>Default Value</th></tr></thead> <tr><td>American Express Direct</td><td>cp, hybrid</td><td>Yes</td><td>No</td></tr> <tr><td>American Express Direct</td><td>cnp</td><td>No</td><td>No</td></tr> </table>
47
+ attr_accessor :allow_multiple_bills
48
+
49
+ # Enables partner to enable/disable merchant descriptors values. Applicable for VPC, EFTPOS and CUP processors.
50
+ attr_accessor :allow_merchant_descriptor_override
51
+
52
+ # To enable airline transactions. Applicable for TSYS (tsys), VPC, Elavon Americas (elavonamericas), FDI Global (fdiglobal), GPX (gpx), Barclays (barclays2) and American Express Direct (amexdirect) processors. Validation details (for selected processors)... <table> <thead><tr><th>Processor</th><th>Acceptance Type</th><th>Required</th></tr></thead> <tr><td>Barclays</td><td>cnp, cp, hybrid</td><td>No</td></tr> <tr><td>American Express Direct</td><td>cp, cnp, hybrid</td><td>No</td></tr> </table>
53
+ attr_accessor :enhanced_data
54
+
55
+ # Indicates whether the merchant is compliant with Hotel and Motel Fire Safety Act of 1990. Applicable for GPX (gpx) and VPC processors.
56
+ attr_accessor :fire_safety_indicator
57
+
58
+ # To enable quasi-cash transactions. A quasi-cash transaction is a cash-like transaction for the sale of items that are directly convertible to cash, such as:- Casino gaming chips, Money orders, Wire transfers. Applicable for GPX (gpx), TSYS (tsys), Barclays (barclays2) and VPC processors. Validation details (for selected processors)... <table> <thead><tr><th>Processor</th><th>Acceptance Type</th><th>Required</th><th>Default Value</th></tr></thead> <tr><td>Barclays</td><td>cnp, cp, hybrid</td><td>No</td><td>No</td></tr> </table>
59
+ attr_accessor :quasi_cash
60
+
61
+ # Identifier assigned by the acquirer. Applicable for RUPAY, VPC and Six (six) processors.
62
+ attr_accessor :acquirer_merchant_id
63
+
64
+ # Enables Enhanced AVS/Automated Address Verification Plus (AAV+). Valid values: \"basic\" - Standard address verification system. When a processor supports AVS for a transaction's card type, the issuing bank uses AVS to confirm that the customer has provided the correct billing address. When a customer provides incorrect information, the transaction might be fraudulent. \"basic + name\" - Enhanced address verification system. Consists of the standard AVS functionality plus verification of some additional fields. The additional fields that are verified for Enhanced AVS are: - customer_firstname - customer_lastname \"basic + name + shipto\" - Automated address verification plus. Consists of the Enhanced AVS functionality plus verification of some additional fields. AAV+ intended for merchants who deliver physical goods to a different address than the billing address. AAV+ verifies the additional fields only when the standard and Enhanced AVS tests pass first. For information about Enhanced AVS - The additional fields that are verified for AAV+ are: - ship_to_firstname - ship_to_lastname - ship_to_address1 - ship_to_country - ship_to_zip - ship_to_phone - customer_phone(American Express Direct only) Applicable for American Express Direct (amexdirect) processor. Validation details (for selected processors)... <table> <thead><tr><th>Processor</th><th>Acceptance Type</th><th>Required</th><th>Default Value</th></tr></thead> <tr><td>American Express Direct</td><td>cnp, cp, hybrid</td><td>Yes</td><td>basic</td></tr> </table>
65
+ attr_accessor :avs_format
66
+
67
+ # Amex Direct specific merchant config value which determines what length (either 9 or Unique 12-char reference number) of reference number will be CYBS generated if the merchant does not pass in a trans_ref_no. Can be any combination of alpha, numeric and special characters, and/or binary data in hexadecimal. Applicable for American Express Direct (amexdirect) processor. Validation details (for selected processors)... <table> <thead><tr><th>Processor</th><th>Acceptance Type</th><th>Required</th><th>Default Value</th></tr></thead> <tr><td>American Express Direct</td><td>cp, cnp, hybrid</td><td>No</td><td>No</td></tr> </table>
68
+ attr_accessor :enable_long_trans_ref_no
69
+
70
+ # Field that indicates whether merchant will send level 2 data for Amex cards. Applicable for American Express Direct (amexdirect) processor. Validation details (for selected processors)... <table> <thead><tr><th>Processor</th><th>Acceptance Type</th><th>Required</th><th>Default Value</th></tr></thead> <tr><td>American Express Direct</td><td>cp, cnp, hybrid</td><td>No</td><td>No</td></tr> </table>
71
+ attr_accessor :enable_level2
72
+
73
+ # This flag related to multiple transaction advice addendum field. It is used to display descriptive information about a transaction on customer's American Express card statement. Applicable for American Express Direct (amexdirect) processor. Validation details (for selected processors)... <table> <thead><tr><th>Processor</th><th>Acceptance Type</th><th>Required</th><th>Default Value</th></tr></thead> <tr><td>American Express Direct</td><td>cp, cnp, hybrid</td><td>No</td><td>No</td></tr> </table>
74
+ attr_accessor :enable_multiple_transaction_advice_addendum
75
+
76
+ # Advice addendum field. It is used to display descriptive information about a transaction on customer's American Express card statement. Applicable for TSYS (tsys), FDI Global (fdiglobal) and American Express Direct (amexdirect) processors. Validation details (for selected processors)... <table> <thead><tr><th>Processor</th><th>Acceptance Type</th><th>Required</th><th>Min. Length</th><th>Max. Length</th><th>Regex</th></tr></thead> <tr><td>American Express Direct</td><td>cnp, cp, hybrid</td><td>No</td><td>1</td><td>40</td><td>^[0-9a-zA-Z&#92;-\\s.]+$</td></tr> </table>
77
+ attr_accessor :amex_transaction_advice_addendum1
78
+
79
+ # This flag is related to offer/line item details to be included instead of sending one line item, and a grand total. Example, offer0, offer 1...offer n. Applicable for American Express Direct (amexdirect) and Elavon Americas (elavonamericas) processors. Validation details (for selected processors)... <table> <thead><tr><th>Processor</th><th>Acceptance Type</th><th>Required</th><th>Default Value</th></tr></thead> <tr><td>American Express Direct</td><td>cp, cnp, hybrid</td><td>No</td><td>No</td></tr> </table>
80
+ attr_accessor :enable_multi_line_items
81
+
82
+ # To enable merchant to send in transaction reference number (unique reconciliation ID). Applicable for VPC, Vero (vero), FDI Global (fdiglobal), Six (six), CB2A, CUP, VPC, Chase Paymentech Salem (chasepaymentechsalem), Fiserv (fiserv), Elavon Americas (elavonamericas) and EFTPOS processors.
83
+ attr_accessor :enable_transaction_reference_number
84
+
85
+ # Enables to meet the Visa mandate requirements to reverse unused authorizations, benefitting the customer by releasing the hold on unused credit card funds. Applicable for CB2A, Elavon Americas (elavonamericas), Six (six), VPC and American Express Direct (amexdirect) processors. Validation details (for selected processors)... <table> <thead><tr><th>Processor</th><th>Acceptance Type</th><th>Required</th><th>Default Value</th></tr></thead> <tr><td>American Express Direct</td><td>cp, cnp, hybrid</td><td>No</td><td>No</td></tr> </table>
86
+ attr_accessor :enable_auto_auth_reversal_after_void
87
+
88
+ # When this is enabled, authorization responses from American Express expresspay transactions include the Primary Account Number (PAN) and expiration date of the card. Applicable for American Express Direct (amexdirect) processor.
89
+ attr_accessor :enable_expresspay_pan_translation
90
+
91
+ # Authorizes a credit. Reduces refund chargebacks and prevents customers from seeing the online update for credits which are otherwise offline settlements.
92
+ attr_accessor :enable_credit_auth
93
+
94
+ # Field used to identify the industry type of the merchant submitting the authorization request. Valid values: `0` – unknown or unsure `A` – auto rental (EMV supported) `B` – bank/financial institution (EMV supported) `D` – direct marketing `F` – food/restaurant (EMV supported) `G` – grocery store/super market (EMV supported) `H` – hotel (EMV supported) `L` – limited amount terminal (EMV supported) `O` – oil company/automated fueling system (EMV supported) `P` – passenger transport (EMV supported) `R` – retail (EMV supported) Applicable for TSYS (tsys), RUPAY and Elavon Americas (elavonamericas) processors.
95
+ attr_accessor :industry_code
96
+
97
+ # Field that indicates whether merchant will send level 2 data for Amex cards. Applicable for TSYS (tsys) processor.
98
+ attr_accessor :send_amex_level2_data
99
+
100
+ # A soft descriptor is a text, rendered on a cardholder's statement, describing a particular product or service, purchased by the cardholder. Descriptors are intended to help the cardholder identify the products or services purchased. Valid values: `1` - trans_ref_no `2` - merchant_descriptor `3` - trans_ref_no and merchant_descriptor Applicable for TSYS (tsys) processor.
101
+ attr_accessor :soft_descriptor_type
102
+
103
+ # V-number provided by TSYS info. The leading `V` must be replaced by a `7`. For example, replace `V1234567` with `71234567`. Applicable for TSYS (tsys) processor.
104
+ attr_accessor :vital_number
105
+
106
+ # 6 digit agent bank number provided by acquirer. Applicable for TSYS (tsys) processor.
107
+ attr_accessor :bank_number
108
+
109
+ # 6 digit chain number provided by acquirer. Applicable for TSYS (tsys) processor.
110
+ attr_accessor :chain_number
111
+
112
+ # 6 digits acquirer bank identification number. Applicable for TSYS (tsys) processor.
113
+ attr_accessor :merchant_bin_number
114
+
115
+ # 5 digit merchant location number. Unless otherwise specified by merchant's bank or processor, this field should default to 00001. Applicable for TSYS (tsys) processor.
116
+ attr_accessor :merchant_location_number
117
+
118
+ # 4 digits number used to identify a specific merchant store location within the member systems. Applicable for TSYS (tsys) processor.
119
+ attr_accessor :store_id
120
+
121
+ # Contains travel agency code if airline ticket was issued by a travel agency. Applicable for TSYS (tsys) processor.
122
+ attr_accessor :travel_agency_code
123
+
124
+ # Contains travel agency name if airline ticket was issued by travel agency. Applicable for TSYS (tsys) processor.
125
+ attr_accessor :travel_agency_name
126
+
127
+ # This field is used to indicate Merchant's settlement currency. [ISO 4217 ALPHA-3 Standard Currency Codes] Applicable for TSYS (tsys) and Streamline (streamline2) processors.
128
+ attr_accessor :settlement_currency
129
+
130
+ # Indicates whether Least Cost Routing is enabled. Applicable for EFTPOS and CUP processors.
131
+ attr_accessor :enable_least_cost_routing
132
+
133
+ # This field denotes EFTPOS Merchant's choice of receiving CVV Processing Response in return. Applicable for EFTPOS processors.
134
+ attr_accessor :enable_cvv_response_indicator
135
+
136
+ # Applicable for Barclays (barclays2) processor. Validation details (for selected processors)... <table> <thead><tr><th>Processor</th><th>Acceptance Type</th><th>Required</th><th>Default Value</th></tr></thead> <tr><td>Barclays</td><td>cnp, cp, hybrid</td><td>No</td><td>Yes</td></tr> </table>
137
+ attr_accessor :enable_multi_currency_processing
138
+
139
+ # 'POS Network Switching' or 'Alternate Routing' means merchant can process PIN Debit transactions without a PIN. Set the value to 'Yes' if it is supported. Applicable for FDI Global (fdiglobal) processor.
140
+ attr_accessor :enable_pos_network_switching
141
+
142
+ # Enable dynamic currency conversion for a merchant.
143
+ attr_accessor :enable_dynamic_currency_conversion
144
+
145
+ # Merchant Tier defines the type of merchant, the numeric Merchant Tier value is allocated by EFTPOS. Applicable for EFTPOS processors.
146
+ attr_accessor :merchant_tier
147
+
148
+ class EnumAttributeValidator
149
+ attr_reader :datatype
150
+ attr_reader :allowable_values
151
+
152
+ def initialize(datatype, allowable_values)
153
+ @allowable_values = allowable_values.map do |value|
154
+ case datatype.to_s
155
+ when /Integer/i
156
+ value.to_i
157
+ when /Float/i
158
+ value.to_f
159
+ else
160
+ value
161
+ end
162
+ end
163
+ end
164
+
165
+ def valid?(value)
166
+ !value || allowable_values.include?(value)
167
+ end
168
+ end
169
+
170
+ # Attribute mapping from ruby-style variable name to JSON key.
171
+ def self.attribute_map
172
+ {
173
+ :'batch_group' => :'batchGroup',
174
+ :'business_application_id' => :'businessApplicationId',
175
+ :'merchant_verification_value' => :'merchantVerificationValue',
176
+ :'aba_number' => :'abaNumber',
177
+ :'acquirer' => :'acquirer',
178
+ :'merchant_id' => :'merchantId',
179
+ :'terminal_id' => :'terminalId',
180
+ :'payment_types' => :'paymentTypes',
181
+ :'currencies' => :'currencies',
182
+ :'sic_code' => :'sicCode',
183
+ :'allow_multiple_bills' => :'allowMultipleBills',
184
+ :'allow_merchant_descriptor_override' => :'allowMerchantDescriptorOverride',
185
+ :'enhanced_data' => :'enhancedData',
186
+ :'fire_safety_indicator' => :'fireSafetyIndicator',
187
+ :'quasi_cash' => :'quasiCash',
188
+ :'acquirer_merchant_id' => :'acquirerMerchantId',
189
+ :'avs_format' => :'avsFormat',
190
+ :'enable_long_trans_ref_no' => :'enableLongTransRefNo',
191
+ :'enable_level2' => :'enableLevel2',
192
+ :'enable_multiple_transaction_advice_addendum' => :'enableMultipleTransactionAdviceAddendum',
193
+ :'amex_transaction_advice_addendum1' => :'amexTransactionAdviceAddendum1',
194
+ :'enable_multi_line_items' => :'enableMultiLineItems',
195
+ :'enable_transaction_reference_number' => :'enableTransactionReferenceNumber',
196
+ :'enable_auto_auth_reversal_after_void' => :'enableAutoAuthReversalAfterVoid',
197
+ :'enable_expresspay_pan_translation' => :'enableExpresspayPanTranslation',
198
+ :'enable_credit_auth' => :'enableCreditAuth',
199
+ :'industry_code' => :'industryCode',
200
+ :'send_amex_level2_data' => :'sendAmexLevel2Data',
201
+ :'soft_descriptor_type' => :'softDescriptorType',
202
+ :'vital_number' => :'vitalNumber',
203
+ :'bank_number' => :'bankNumber',
204
+ :'chain_number' => :'chainNumber',
205
+ :'merchant_bin_number' => :'merchantBinNumber',
206
+ :'merchant_location_number' => :'merchantLocationNumber',
207
+ :'store_id' => :'storeID',
208
+ :'travel_agency_code' => :'travelAgencyCode',
209
+ :'travel_agency_name' => :'travelAgencyName',
210
+ :'settlement_currency' => :'settlementCurrency',
211
+ :'enable_least_cost_routing' => :'enableLeastCostRouting',
212
+ :'enable_cvv_response_indicator' => :'enableCVVResponseIndicator',
213
+ :'enable_multi_currency_processing' => :'enableMultiCurrencyProcessing',
214
+ :'enable_pos_network_switching' => :'enablePosNetworkSwitching',
215
+ :'enable_dynamic_currency_conversion' => :'enableDynamicCurrencyConversion',
216
+ :'merchant_tier' => :'merchantTier'
217
+ }
218
+ end
219
+
220
+ # Attribute mapping from JSON key to ruby-style variable name.
221
+ def self.json_map
222
+ {
223
+ :'batch_group' => :'batch_group',
224
+ :'business_application_id' => :'business_application_id',
225
+ :'merchant_verification_value' => :'merchant_verification_value',
226
+ :'aba_number' => :'aba_number',
227
+ :'acquirer' => :'acquirer',
228
+ :'merchant_id' => :'merchant_id',
229
+ :'terminal_id' => :'terminal_id',
230
+ :'payment_types' => :'payment_types',
231
+ :'currencies' => :'currencies',
232
+ :'sic_code' => :'sic_code',
233
+ :'allow_multiple_bills' => :'allow_multiple_bills',
234
+ :'allow_merchant_descriptor_override' => :'allow_merchant_descriptor_override',
235
+ :'enhanced_data' => :'enhanced_data',
236
+ :'fire_safety_indicator' => :'fire_safety_indicator',
237
+ :'quasi_cash' => :'quasi_cash',
238
+ :'acquirer_merchant_id' => :'acquirer_merchant_id',
239
+ :'avs_format' => :'avs_format',
240
+ :'enable_long_trans_ref_no' => :'enable_long_trans_ref_no',
241
+ :'enable_level2' => :'enable_level2',
242
+ :'enable_multiple_transaction_advice_addendum' => :'enable_multiple_transaction_advice_addendum',
243
+ :'amex_transaction_advice_addendum1' => :'amex_transaction_advice_addendum1',
244
+ :'enable_multi_line_items' => :'enable_multi_line_items',
245
+ :'enable_transaction_reference_number' => :'enable_transaction_reference_number',
246
+ :'enable_auto_auth_reversal_after_void' => :'enable_auto_auth_reversal_after_void',
247
+ :'enable_expresspay_pan_translation' => :'enable_expresspay_pan_translation',
248
+ :'enable_credit_auth' => :'enable_credit_auth',
249
+ :'industry_code' => :'industry_code',
250
+ :'send_amex_level2_data' => :'send_amex_level2_data',
251
+ :'soft_descriptor_type' => :'soft_descriptor_type',
252
+ :'vital_number' => :'vital_number',
253
+ :'bank_number' => :'bank_number',
254
+ :'chain_number' => :'chain_number',
255
+ :'merchant_bin_number' => :'merchant_bin_number',
256
+ :'merchant_location_number' => :'merchant_location_number',
257
+ :'store_id' => :'store_id',
258
+ :'travel_agency_code' => :'travel_agency_code',
259
+ :'travel_agency_name' => :'travel_agency_name',
260
+ :'settlement_currency' => :'settlement_currency',
261
+ :'enable_least_cost_routing' => :'enable_least_cost_routing',
262
+ :'enable_cvv_response_indicator' => :'enable_cvv_response_indicator',
263
+ :'enable_multi_currency_processing' => :'enable_multi_currency_processing',
264
+ :'enable_pos_network_switching' => :'enable_pos_network_switching',
265
+ :'enable_dynamic_currency_conversion' => :'enable_dynamic_currency_conversion',
266
+ :'merchant_tier' => :'merchant_tier'
267
+ }
268
+ end
269
+
270
+ # Attribute type mapping.
271
+ def self.swagger_types
272
+ {
273
+ :'batch_group' => :'String',
274
+ :'business_application_id' => :'String',
275
+ :'merchant_verification_value' => :'String',
276
+ :'aba_number' => :'String',
277
+ :'acquirer' => :'PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonAcquirer',
278
+ :'merchant_id' => :'String',
279
+ :'terminal_id' => :'String',
280
+ :'payment_types' => :'Hash<String, PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonPaymentTypes>',
281
+ :'currencies' => :'Hash<String, PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonCurrencies1>',
282
+ :'sic_code' => :'String',
283
+ :'allow_multiple_bills' => :'BOOLEAN',
284
+ :'allow_merchant_descriptor_override' => :'BOOLEAN',
285
+ :'enhanced_data' => :'String',
286
+ :'fire_safety_indicator' => :'BOOLEAN',
287
+ :'quasi_cash' => :'BOOLEAN',
288
+ :'acquirer_merchant_id' => :'String',
289
+ :'avs_format' => :'String',
290
+ :'enable_long_trans_ref_no' => :'BOOLEAN',
291
+ :'enable_level2' => :'BOOLEAN',
292
+ :'enable_multiple_transaction_advice_addendum' => :'BOOLEAN',
293
+ :'amex_transaction_advice_addendum1' => :'String',
294
+ :'enable_multi_line_items' => :'BOOLEAN',
295
+ :'enable_transaction_reference_number' => :'BOOLEAN',
296
+ :'enable_auto_auth_reversal_after_void' => :'BOOLEAN',
297
+ :'enable_expresspay_pan_translation' => :'BOOLEAN',
298
+ :'enable_credit_auth' => :'BOOLEAN',
299
+ :'industry_code' => :'String',
300
+ :'send_amex_level2_data' => :'BOOLEAN',
301
+ :'soft_descriptor_type' => :'String',
302
+ :'vital_number' => :'String',
303
+ :'bank_number' => :'String',
304
+ :'chain_number' => :'String',
305
+ :'merchant_bin_number' => :'String',
306
+ :'merchant_location_number' => :'String',
307
+ :'store_id' => :'String',
308
+ :'travel_agency_code' => :'String',
309
+ :'travel_agency_name' => :'String',
310
+ :'settlement_currency' => :'String',
311
+ :'enable_least_cost_routing' => :'BOOLEAN',
312
+ :'enable_cvv_response_indicator' => :'BOOLEAN',
313
+ :'enable_multi_currency_processing' => :'String',
314
+ :'enable_pos_network_switching' => :'BOOLEAN',
315
+ :'enable_dynamic_currency_conversion' => :'BOOLEAN',
316
+ :'merchant_tier' => :'String'
317
+ }
318
+ end
319
+
320
+ # Initializes the object
321
+ # @param [Hash] attributes Model attributes in the form of hash
322
+ def initialize(attributes = {})
323
+ return unless attributes.is_a?(Hash)
324
+
325
+ # convert string to symbol for hash key
326
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
327
+
328
+ if attributes.has_key?(:'batchGroup')
329
+ self.batch_group = attributes[:'batchGroup']
330
+ end
331
+
332
+ if attributes.has_key?(:'businessApplicationId')
333
+ self.business_application_id = attributes[:'businessApplicationId']
334
+ end
335
+
336
+ if attributes.has_key?(:'merchantVerificationValue')
337
+ self.merchant_verification_value = attributes[:'merchantVerificationValue']
338
+ end
339
+
340
+ if attributes.has_key?(:'abaNumber')
341
+ self.aba_number = attributes[:'abaNumber']
342
+ end
343
+
344
+ if attributes.has_key?(:'acquirer')
345
+ self.acquirer = attributes[:'acquirer']
346
+ end
347
+
348
+ if attributes.has_key?(:'merchantId')
349
+ self.merchant_id = attributes[:'merchantId']
350
+ end
351
+
352
+ if attributes.has_key?(:'terminalId')
353
+ self.terminal_id = attributes[:'terminalId']
354
+ end
355
+
356
+ if attributes.has_key?(:'paymentTypes')
357
+ if (value = attributes[:'paymentTypes']).is_a?(Hash)
358
+ self.payment_types = value
359
+ end
360
+ end
361
+
362
+ if attributes.has_key?(:'currencies')
363
+ if (value = attributes[:'currencies']).is_a?(Hash)
364
+ self.currencies = value
365
+ end
366
+ end
367
+
368
+ if attributes.has_key?(:'sicCode')
369
+ self.sic_code = attributes[:'sicCode']
370
+ end
371
+
372
+ if attributes.has_key?(:'allowMultipleBills')
373
+ self.allow_multiple_bills = attributes[:'allowMultipleBills']
374
+ end
375
+
376
+ if attributes.has_key?(:'allowMerchantDescriptorOverride')
377
+ self.allow_merchant_descriptor_override = attributes[:'allowMerchantDescriptorOverride']
378
+ end
379
+
380
+ if attributes.has_key?(:'enhancedData')
381
+ self.enhanced_data = attributes[:'enhancedData']
382
+ end
383
+
384
+ if attributes.has_key?(:'fireSafetyIndicator')
385
+ self.fire_safety_indicator = attributes[:'fireSafetyIndicator']
386
+ end
387
+
388
+ if attributes.has_key?(:'quasiCash')
389
+ self.quasi_cash = attributes[:'quasiCash']
390
+ end
391
+
392
+ if attributes.has_key?(:'acquirerMerchantId')
393
+ self.acquirer_merchant_id = attributes[:'acquirerMerchantId']
394
+ end
395
+
396
+ if attributes.has_key?(:'avsFormat')
397
+ self.avs_format = attributes[:'avsFormat']
398
+ end
399
+
400
+ if attributes.has_key?(:'enableLongTransRefNo')
401
+ self.enable_long_trans_ref_no = attributes[:'enableLongTransRefNo']
402
+ end
403
+
404
+ if attributes.has_key?(:'enableLevel2')
405
+ self.enable_level2 = attributes[:'enableLevel2']
406
+ end
407
+
408
+ if attributes.has_key?(:'enableMultipleTransactionAdviceAddendum')
409
+ self.enable_multiple_transaction_advice_addendum = attributes[:'enableMultipleTransactionAdviceAddendum']
410
+ end
411
+
412
+ if attributes.has_key?(:'amexTransactionAdviceAddendum1')
413
+ self.amex_transaction_advice_addendum1 = attributes[:'amexTransactionAdviceAddendum1']
414
+ end
415
+
416
+ if attributes.has_key?(:'enableMultiLineItems')
417
+ self.enable_multi_line_items = attributes[:'enableMultiLineItems']
418
+ end
419
+
420
+ if attributes.has_key?(:'enableTransactionReferenceNumber')
421
+ self.enable_transaction_reference_number = attributes[:'enableTransactionReferenceNumber']
422
+ end
423
+
424
+ if attributes.has_key?(:'enableAutoAuthReversalAfterVoid')
425
+ self.enable_auto_auth_reversal_after_void = attributes[:'enableAutoAuthReversalAfterVoid']
426
+ end
427
+
428
+ if attributes.has_key?(:'enableExpresspayPanTranslation')
429
+ self.enable_expresspay_pan_translation = attributes[:'enableExpresspayPanTranslation']
430
+ end
431
+
432
+ if attributes.has_key?(:'enableCreditAuth')
433
+ self.enable_credit_auth = attributes[:'enableCreditAuth']
434
+ end
435
+
436
+ if attributes.has_key?(:'industryCode')
437
+ self.industry_code = attributes[:'industryCode']
438
+ end
439
+
440
+ if attributes.has_key?(:'sendAmexLevel2Data')
441
+ self.send_amex_level2_data = attributes[:'sendAmexLevel2Data']
442
+ end
443
+
444
+ if attributes.has_key?(:'softDescriptorType')
445
+ self.soft_descriptor_type = attributes[:'softDescriptorType']
446
+ end
447
+
448
+ if attributes.has_key?(:'vitalNumber')
449
+ self.vital_number = attributes[:'vitalNumber']
450
+ end
451
+
452
+ if attributes.has_key?(:'bankNumber')
453
+ self.bank_number = attributes[:'bankNumber']
454
+ end
455
+
456
+ if attributes.has_key?(:'chainNumber')
457
+ self.chain_number = attributes[:'chainNumber']
458
+ end
459
+
460
+ if attributes.has_key?(:'merchantBinNumber')
461
+ self.merchant_bin_number = attributes[:'merchantBinNumber']
462
+ end
463
+
464
+ if attributes.has_key?(:'merchantLocationNumber')
465
+ self.merchant_location_number = attributes[:'merchantLocationNumber']
466
+ end
467
+
468
+ if attributes.has_key?(:'storeID')
469
+ self.store_id = attributes[:'storeID']
470
+ end
471
+
472
+ if attributes.has_key?(:'travelAgencyCode')
473
+ self.travel_agency_code = attributes[:'travelAgencyCode']
474
+ end
475
+
476
+ if attributes.has_key?(:'travelAgencyName')
477
+ self.travel_agency_name = attributes[:'travelAgencyName']
478
+ end
479
+
480
+ if attributes.has_key?(:'settlementCurrency')
481
+ self.settlement_currency = attributes[:'settlementCurrency']
482
+ end
483
+
484
+ if attributes.has_key?(:'enableLeastCostRouting')
485
+ self.enable_least_cost_routing = attributes[:'enableLeastCostRouting']
486
+ end
487
+
488
+ if attributes.has_key?(:'enableCVVResponseIndicator')
489
+ self.enable_cvv_response_indicator = attributes[:'enableCVVResponseIndicator']
490
+ end
491
+
492
+ if attributes.has_key?(:'enableMultiCurrencyProcessing')
493
+ self.enable_multi_currency_processing = attributes[:'enableMultiCurrencyProcessing']
494
+ end
495
+
496
+ if attributes.has_key?(:'enablePosNetworkSwitching')
497
+ self.enable_pos_network_switching = attributes[:'enablePosNetworkSwitching']
498
+ end
499
+
500
+ if attributes.has_key?(:'enableDynamicCurrencyConversion')
501
+ self.enable_dynamic_currency_conversion = attributes[:'enableDynamicCurrencyConversion']
502
+ end
503
+
504
+ if attributes.has_key?(:'merchantTier')
505
+ self.merchant_tier = attributes[:'merchantTier']
506
+ end
507
+ end
508
+
509
+ # Show invalid properties with the reasons. Usually used together with valid?
510
+ # @return Array for valid properties with the reasons
511
+ def list_invalid_properties
512
+ invalid_properties = Array.new
513
+ if @merchant_id.nil?
514
+ invalid_properties.push('invalid value for "merchant_id", merchant_id cannot be nil.')
515
+ end
516
+
517
+ #if !@merchant_tier.nil? && @merchant_tier !~ Regexp.new(/^[0-9]+$/)
518
+ #invalid_properties.push('invalid value for "merchant_tier", must conform to the pattern /^[0-9]+$/.')
519
+ #end
520
+
521
+ invalid_properties
522
+ end
523
+
524
+ # Check to see if the all the properties in the model are valid
525
+ # @return true if the model is valid
526
+ def valid?
527
+ return false if @merchant_id.nil?
528
+ industry_code_validator = EnumAttributeValidator.new('String', ['0', 'A', 'B', 'D', 'F', 'G', 'H', 'L', 'O', 'P', 'R'])
529
+ return false unless industry_code_validator.valid?(@industry_code)
530
+ #return false if !@merchant_tier.nil? && @merchant_tier !~ Regexp.new(/^[0-9]+$/)
531
+ true
532
+ end
533
+
534
+ # Custom attribute writer method checking allowed values (enum).
535
+ # @param [Object] industry_code Object to be assigned
536
+ def industry_code=(industry_code)
537
+ validator = EnumAttributeValidator.new('String', ['0', 'A', 'B', 'D', 'F', 'G', 'H', 'L', 'O', 'P', 'R'])
538
+ unless validator.valid?(industry_code)
539
+ fail ArgumentError, 'invalid value for "industry_code", must be one of #{validator.allowable_values}.'
540
+ end
541
+ @industry_code = industry_code
542
+ end
543
+
544
+ # Custom attribute writer method with validation
545
+ # @param [Object] merchant_tier Value to be assigned
546
+ def merchant_tier=(merchant_tier)
547
+ #if !merchant_tier.nil? && merchant_tier !~ Regexp.new(/^[0-9]+$/)
548
+ #fail ArgumentError, 'invalid value for "merchant_tier", must conform to the pattern /^[0-9]+$/.'
549
+ #end
550
+
551
+ @merchant_tier = merchant_tier
552
+ end
553
+
554
+ # Checks equality by comparing each attribute.
555
+ # @param [Object] Object to be compared
556
+ def ==(o)
557
+ return true if self.equal?(o)
558
+ self.class == o.class &&
559
+ batch_group == o.batch_group &&
560
+ business_application_id == o.business_application_id &&
561
+ merchant_verification_value == o.merchant_verification_value &&
562
+ aba_number == o.aba_number &&
563
+ acquirer == o.acquirer &&
564
+ merchant_id == o.merchant_id &&
565
+ terminal_id == o.terminal_id &&
566
+ payment_types == o.payment_types &&
567
+ currencies == o.currencies &&
568
+ sic_code == o.sic_code &&
569
+ allow_multiple_bills == o.allow_multiple_bills &&
570
+ allow_merchant_descriptor_override == o.allow_merchant_descriptor_override &&
571
+ enhanced_data == o.enhanced_data &&
572
+ fire_safety_indicator == o.fire_safety_indicator &&
573
+ quasi_cash == o.quasi_cash &&
574
+ acquirer_merchant_id == o.acquirer_merchant_id &&
575
+ avs_format == o.avs_format &&
576
+ enable_long_trans_ref_no == o.enable_long_trans_ref_no &&
577
+ enable_level2 == o.enable_level2 &&
578
+ enable_multiple_transaction_advice_addendum == o.enable_multiple_transaction_advice_addendum &&
579
+ amex_transaction_advice_addendum1 == o.amex_transaction_advice_addendum1 &&
580
+ enable_multi_line_items == o.enable_multi_line_items &&
581
+ enable_transaction_reference_number == o.enable_transaction_reference_number &&
582
+ enable_auto_auth_reversal_after_void == o.enable_auto_auth_reversal_after_void &&
583
+ enable_expresspay_pan_translation == o.enable_expresspay_pan_translation &&
584
+ enable_credit_auth == o.enable_credit_auth &&
585
+ industry_code == o.industry_code &&
586
+ send_amex_level2_data == o.send_amex_level2_data &&
587
+ soft_descriptor_type == o.soft_descriptor_type &&
588
+ vital_number == o.vital_number &&
589
+ bank_number == o.bank_number &&
590
+ chain_number == o.chain_number &&
591
+ merchant_bin_number == o.merchant_bin_number &&
592
+ merchant_location_number == o.merchant_location_number &&
593
+ store_id == o.store_id &&
594
+ travel_agency_code == o.travel_agency_code &&
595
+ travel_agency_name == o.travel_agency_name &&
596
+ settlement_currency == o.settlement_currency &&
597
+ enable_least_cost_routing == o.enable_least_cost_routing &&
598
+ enable_cvv_response_indicator == o.enable_cvv_response_indicator &&
599
+ enable_multi_currency_processing == o.enable_multi_currency_processing &&
600
+ enable_pos_network_switching == o.enable_pos_network_switching &&
601
+ enable_dynamic_currency_conversion == o.enable_dynamic_currency_conversion &&
602
+ merchant_tier == o.merchant_tier
603
+ end
604
+
605
+ # @see the `==` method
606
+ # @param [Object] Object to be compared
607
+ def eql?(o)
608
+ self == o
609
+ end
610
+
611
+ # Calculates hash code according to all attributes.
612
+ # @return [Fixnum] Hash code
613
+ def hash
614
+ [batch_group, business_application_id, merchant_verification_value, aba_number, acquirer, merchant_id, terminal_id, payment_types, currencies, sic_code, allow_multiple_bills, allow_merchant_descriptor_override, enhanced_data, fire_safety_indicator, quasi_cash, acquirer_merchant_id, avs_format, enable_long_trans_ref_no, enable_level2, enable_multiple_transaction_advice_addendum, amex_transaction_advice_addendum1, enable_multi_line_items, enable_transaction_reference_number, enable_auto_auth_reversal_after_void, enable_expresspay_pan_translation, enable_credit_auth, industry_code, send_amex_level2_data, soft_descriptor_type, vital_number, bank_number, chain_number, merchant_bin_number, merchant_location_number, store_id, travel_agency_code, travel_agency_name, settlement_currency, enable_least_cost_routing, enable_cvv_response_indicator, enable_multi_currency_processing, enable_pos_network_switching, enable_dynamic_currency_conversion, merchant_tier].hash
615
+ end
616
+
617
+ # Builds the object from hash
618
+ # @param [Hash] attributes Model attributes in the form of hash
619
+ # @return [Object] Returns the model itself
620
+ def build_from_hash(attributes)
621
+ return nil unless attributes.is_a?(Hash)
622
+ self.class.swagger_types.each_pair do |key, type|
623
+ if type =~ /\AArray<(.*)>/i
624
+ # check to ensure the input is an array given that the the attribute
625
+ # is documented as an array but the input is not
626
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
627
+ self.send("#{self.class.json_map[key]}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
628
+ end
629
+ elsif !attributes[self.class.attribute_map[key]].nil?
630
+ self.send("#{self.class.json_map[key]}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
631
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
632
+ end
633
+
634
+ self
635
+ end
636
+
637
+ # Deserializes the data based on type
638
+ # @param string type Data type
639
+ # @param string value Value to be deserialized
640
+ # @return [Object] Deserialized data
641
+ def _deserialize(type, value)
642
+ case type.to_sym
643
+ when :DateTime
644
+ DateTime.parse(value)
645
+ when :Date
646
+ Date.parse(value)
647
+ when :String
648
+ value.to_s
649
+ when :Integer
650
+ value.to_i
651
+ when :Float
652
+ value.to_f
653
+ when :BOOLEAN
654
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
655
+ true
656
+ else
657
+ false
658
+ end
659
+ when :Object
660
+ # generic object (usually a Hash), return directly
661
+ value
662
+ when /\AArray<(?<inner_type>.+)>\z/
663
+ inner_type = Regexp.last_match[:inner_type]
664
+ value.map { |v| _deserialize(inner_type, v) }
665
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
666
+ k_type = Regexp.last_match[:k_type]
667
+ v_type = Regexp.last_match[:v_type]
668
+ {}.tap do |hash|
669
+ value.each do |k, v|
670
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
671
+ end
672
+ end
673
+ else # model
674
+ temp_model = CyberSource.const_get(type).new
675
+ temp_model.build_from_hash(value)
676
+ end
677
+ end
678
+
679
+ # Returns the string representation of the object
680
+ # @return [String] String presentation of the object
681
+ def to_s
682
+ to_hash.to_s
683
+ end
684
+
685
+ # to_body is an alias to to_hash (backward compatibility)
686
+ # @return [Hash] Returns the object in the form of hash
687
+ def to_body
688
+ to_hash
689
+ end
690
+
691
+ # Returns the object in the form of hash
692
+ # @return [Hash] Returns the object in the form of hash
693
+ def to_hash
694
+ hash = {}
695
+ self.class.attribute_map.each_pair do |attr, param|
696
+ value = self.send(attr)
697
+ next if value.nil?
698
+ hash[param] = _to_hash(value)
699
+ end
700
+ hash
701
+ end
702
+
703
+ # Outputs non-array value in the form of hash
704
+ # For object, use to_hash. Otherwise, just return the value
705
+ # @param [Object] value Any valid value
706
+ # @return [Hash] Returns the value in the form of hash
707
+ def _to_hash(value)
708
+ if value.is_a?(Array)
709
+ value.compact.map { |v| _to_hash(v) }
710
+ elsif value.is_a?(Hash)
711
+ {}.tap do |hash|
712
+ value.each { |k, v| hash[k] = _to_hash(v) }
713
+ end
714
+ elsif value.respond_to? :to_hash
715
+ value.to_hash
716
+ else
717
+ value
718
+ end
719
+ end
720
+ end
721
+ end