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,484 @@
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 Boardingv1registrationsOrganizationInformationBusinessInformation
17
+ attr_accessor :name
18
+
19
+ attr_accessor :doing_business_as
20
+
21
+ attr_accessor :description
22
+
23
+ # `Format: YYYY-MM-DD` Example 2016-08-11 equals August 11, 2016
24
+ attr_accessor :start_date
25
+
26
+ attr_accessor :address
27
+
28
+ # Merchant perferred time zone Possible Values: - 'Pacific/Pago_Pago' - 'Pacific/Honolulu' - 'America/Anchorage' - 'America/Vancouver' - 'America/Los_Angeles' - 'America/Phoenix' - 'America/Edmonton' - 'America/Denver' - 'America/Winnipeg' - 'America/Mexico_City' - 'America/Chicago' - 'America/Bogota' - 'America/Indianapolis' - 'America/New_York' - 'America/La_Paz' - 'America/Halifax' - 'America/St_Johns' - 'America/Buenos_Aires' - 'America/Godthab' - 'America/Sao_Paulo' - 'America/Noronha' - 'Atlantic/Cape_Verde' - 'GMT' - 'Europe/Dublin' - 'Europe/Lisbon' - 'Europe/London' - 'Africa/Tunis' - 'Europe/Vienna' - 'Europe/Brussels' - 'Europe/Zurich' - 'Europe/Prague' - 'Europe/Berlin' - 'Europe/Copenhagen' - 'Europe/Madrid' - 'Europe/Budapest' - 'Europe/Rome' - 'Africa/Tripoli' - 'Europe/Monaco' - 'Europe/Malta' - 'Europe/Amsterdam' - 'Europe/Oslo' - 'Europe/Warsaw' - 'Europe/Stockholm' - 'Europe/Belgrade' - 'Europe/Paris' - 'Africa/Johannesburg' - 'Europe/Minsk' - 'Africa/Cairo' - 'Europe/Helsinki' - 'Europe/Athens' - 'Asia/Jerusalem' - 'Europe/Riga' - 'Europe/Bucharest' - 'Europe/Istanbul' - 'Asia/Riyadh' - 'Europe/Moscow' - 'Asia/Dubai' - 'Asia/Baku' - 'Asia/Tbilisi' - 'Asia/Calcutta' - 'Asia/Katmandu' - 'Asia/Dacca' - 'Asia/Rangoon' - 'Asia/Jakarta' - 'Asia/Saigon' - 'Asia/Bangkok' - 'Australia/Perth' - 'Asia/Hong_Kong' - 'Asia/Macao' - 'Asia/Kuala_Lumpur' - 'Asia/Manila' - 'Asia/Singapore' - 'Asia/Taipei' - 'Asia/Shanghai' - 'Asia/Seoul' - 'Asia/Tokyo' - 'Asia/Yakutsk' - 'Australia/Adelaide' - 'Australia/Brisbane' - 'Australia/Broken_Hill' - 'Australia/Darwin' - 'Australia/Eucla' - 'Australia/Hobart' - 'Australia/Lindeman' - 'Australia/Sydney' - 'Australia/Lord_Howe' - 'Australia/Melbourne' - 'Asia/Magadan' - 'Pacific/Norfolk' - 'Pacific/Auckland'
29
+ attr_accessor :time_zone
30
+
31
+ attr_accessor :website_url
32
+
33
+ # Business type Possible Values: - 'PARTNERSHIP' - 'SOLE_PROPRIETORSHIP' - 'CORPORATION' - 'LLC' - 'NON_PROFIT' - 'TRUST'
34
+ attr_accessor :type
35
+
36
+ attr_accessor :tax_id
37
+
38
+ attr_accessor :phone_number
39
+
40
+ attr_accessor :business_contact
41
+
42
+ attr_accessor :technical_contact
43
+
44
+ attr_accessor :emergency_contact
45
+
46
+ # Industry standard Merchant Category Code (MCC)
47
+ attr_accessor :merchant_category_code
48
+
49
+ class EnumAttributeValidator
50
+ attr_reader :datatype
51
+ attr_reader :allowable_values
52
+
53
+ def initialize(datatype, allowable_values)
54
+ @allowable_values = allowable_values.map do |value|
55
+ case datatype.to_s
56
+ when /Integer/i
57
+ value.to_i
58
+ when /Float/i
59
+ value.to_f
60
+ else
61
+ value
62
+ end
63
+ end
64
+ end
65
+
66
+ def valid?(value)
67
+ !value || allowable_values.include?(value)
68
+ end
69
+ end
70
+
71
+ # Attribute mapping from ruby-style variable name to JSON key.
72
+ def self.attribute_map
73
+ {
74
+ :'name' => :'name',
75
+ :'doing_business_as' => :'doingBusinessAs',
76
+ :'description' => :'description',
77
+ :'start_date' => :'startDate',
78
+ :'address' => :'address',
79
+ :'time_zone' => :'timeZone',
80
+ :'website_url' => :'websiteUrl',
81
+ :'type' => :'type',
82
+ :'tax_id' => :'taxId',
83
+ :'phone_number' => :'phoneNumber',
84
+ :'business_contact' => :'businessContact',
85
+ :'technical_contact' => :'technicalContact',
86
+ :'emergency_contact' => :'emergencyContact',
87
+ :'merchant_category_code' => :'merchantCategoryCode'
88
+ }
89
+ end
90
+
91
+ # Attribute mapping from JSON key to ruby-style variable name.
92
+ def self.json_map
93
+ {
94
+ :'name' => :'name',
95
+ :'doing_business_as' => :'doing_business_as',
96
+ :'description' => :'description',
97
+ :'start_date' => :'start_date',
98
+ :'address' => :'address',
99
+ :'time_zone' => :'time_zone',
100
+ :'website_url' => :'website_url',
101
+ :'type' => :'type',
102
+ :'tax_id' => :'tax_id',
103
+ :'phone_number' => :'phone_number',
104
+ :'business_contact' => :'business_contact',
105
+ :'technical_contact' => :'technical_contact',
106
+ :'emergency_contact' => :'emergency_contact',
107
+ :'merchant_category_code' => :'merchant_category_code'
108
+ }
109
+ end
110
+
111
+ # Attribute type mapping.
112
+ def self.swagger_types
113
+ {
114
+ :'name' => :'String',
115
+ :'doing_business_as' => :'String',
116
+ :'description' => :'String',
117
+ :'start_date' => :'Date',
118
+ :'address' => :'Boardingv1registrationsOrganizationInformationBusinessInformationAddress',
119
+ :'time_zone' => :'String',
120
+ :'website_url' => :'String',
121
+ :'type' => :'String',
122
+ :'tax_id' => :'String',
123
+ :'phone_number' => :'String',
124
+ :'business_contact' => :'Boardingv1registrationsOrganizationInformationBusinessInformationBusinessContact',
125
+ :'technical_contact' => :'Boardingv1registrationsOrganizationInformationBusinessInformationBusinessContact',
126
+ :'emergency_contact' => :'Boardingv1registrationsOrganizationInformationBusinessInformationBusinessContact',
127
+ :'merchant_category_code' => :'String'
128
+ }
129
+ end
130
+
131
+ # Initializes the object
132
+ # @param [Hash] attributes Model attributes in the form of hash
133
+ def initialize(attributes = {})
134
+ return unless attributes.is_a?(Hash)
135
+
136
+ # convert string to symbol for hash key
137
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
138
+
139
+ if attributes.has_key?(:'name')
140
+ self.name = attributes[:'name']
141
+ end
142
+
143
+ if attributes.has_key?(:'doingBusinessAs')
144
+ self.doing_business_as = attributes[:'doingBusinessAs']
145
+ end
146
+
147
+ if attributes.has_key?(:'description')
148
+ self.description = attributes[:'description']
149
+ end
150
+
151
+ if attributes.has_key?(:'startDate')
152
+ self.start_date = attributes[:'startDate']
153
+ end
154
+
155
+ if attributes.has_key?(:'address')
156
+ self.address = attributes[:'address']
157
+ end
158
+
159
+ if attributes.has_key?(:'timeZone')
160
+ self.time_zone = attributes[:'timeZone']
161
+ end
162
+
163
+ if attributes.has_key?(:'websiteUrl')
164
+ self.website_url = attributes[:'websiteUrl']
165
+ end
166
+
167
+ if attributes.has_key?(:'type')
168
+ self.type = attributes[:'type']
169
+ end
170
+
171
+ if attributes.has_key?(:'taxId')
172
+ self.tax_id = attributes[:'taxId']
173
+ end
174
+
175
+ if attributes.has_key?(:'phoneNumber')
176
+ self.phone_number = attributes[:'phoneNumber']
177
+ end
178
+
179
+ if attributes.has_key?(:'businessContact')
180
+ self.business_contact = attributes[:'businessContact']
181
+ end
182
+
183
+ if attributes.has_key?(:'technicalContact')
184
+ self.technical_contact = attributes[:'technicalContact']
185
+ end
186
+
187
+ if attributes.has_key?(:'emergencyContact')
188
+ self.emergency_contact = attributes[:'emergencyContact']
189
+ end
190
+
191
+ if attributes.has_key?(:'merchantCategoryCode')
192
+ self.merchant_category_code = attributes[:'merchantCategoryCode']
193
+ end
194
+ end
195
+
196
+ # Show invalid properties with the reasons. Usually used together with valid?
197
+ # @return Array for valid properties with the reasons
198
+ def list_invalid_properties
199
+ invalid_properties = Array.new
200
+ if @name.nil?
201
+ invalid_properties.push('invalid value for "name", name cannot be nil.')
202
+ end
203
+
204
+ #if @name !~ Regexp.new(/^[0-9a-zA-Z _\\-\\+\\.\\*\\\"\/'&\\,\\(\\)!$;:?@\\#¡-￿]+$/)
205
+ #invalid_properties.push('invalid value for "name", must conform to the pattern /^[0-9a-zA-Z _\\-\\+\\.\\*\\\"\/'&\\,\\(\\)!$;:?@\\#¡-￿]+$/.')
206
+ #end
207
+
208
+ #if !@doing_business_as.nil? && @doing_business_as !~ Regexp.new(/^[0-9a-zA-Z _\\-\\+\\.\\*\\\"\/'&\\,\\(\\)!$;:?@\\#¡-￿]+$/)
209
+ #invalid_properties.push('invalid value for "doing_business_as", must conform to the pattern /^[0-9a-zA-Z _\\-\\+\\.\\*\\\"\/'&\\,\\(\\)!$;:?@\\#¡-￿]+$/.')
210
+ #end
211
+
212
+ #if !@description.nil? && @description !~ Regexp.new(/[À-ÖØ-öø-ǿÀ-ÖØ-öø-ǿ\\n\\ra-zA-Z0-9().\\-_#,;\/\\\\@$:&!?%«»€₣«»€₣ ]{1,}$/)
213
+ #invalid_properties.push('invalid value for "description", must conform to the pattern /[À-ÖØ-öø-ǿÀ-ÖØ-öø-ǿ\\n\\ra-zA-Z0-9().\\-_#,;\/\\\\@$:&!?%«»€₣«»€₣ ]{1,}$/.')
214
+ #end
215
+
216
+ #if !@website_url.nil? && @website_url !~ Regexp.new(/\\b((?:https?:\/\/|www\\d{0,3}[.]|[a-z0-9.\\-]+[.][a-z]{2,4}\/)(?:[^\\s()<>]+|\\(([^\\s()<>]+|(\\([^\\s()<>]+\\)))*\\))+(?:\\(([^\\s()<>]+|(\\([^\\s()<>]+\\)))*\\)|[^\\s`!()\\[\\]{};:'\".,<>?«»“”‘’]))/)
217
+ #invalid_properties.push('invalid value for "website_url", must conform to the pattern /\\b((?:https?:\/\/|www\\d{0,3}[.]|[a-z0-9.\\-]+[.][a-z]{2,4}\/)(?:[^\\s()<>]+|\\(([^\\s()<>]+|(\\([^\\s()<>]+\\)))*\\))+(?:\\(([^\\s()<>]+|(\\([^\\s()<>]+\\)))*\\)|[^\\s`!()\\[\\]{};:'\".,<>?«»“”‘’]))/.')
218
+ #end
219
+
220
+ #if !@tax_id.nil? && @tax_id !~ Regexp.new(/\\d{9}/)
221
+ #invalid_properties.push('invalid value for "tax_id", must conform to the pattern /\\d{9}/.')
222
+ #end
223
+
224
+ #if !@phone_number.nil? && @phone_number !~ Regexp.new(/^[0-9a-zA-Z\\\\+\\\\-]+$/)
225
+ #invalid_properties.push('invalid value for "phone_number", must conform to the pattern /^[0-9a-zA-Z\\\\+\\\\-]+$/.')
226
+ #end
227
+
228
+ #if !@merchant_category_code.nil? && @merchant_category_code !~ Regexp.new(/^\\d{3,4}$/)
229
+ #invalid_properties.push('invalid value for "merchant_category_code", must conform to the pattern /^\\d{3,4}$/.')
230
+ #end
231
+
232
+ invalid_properties
233
+ end
234
+
235
+ # Check to see if the all the properties in the model are valid
236
+ # @return true if the model is valid
237
+ def valid?
238
+ return false if @name.nil?
239
+ #return false if @name !~ Regexp.new(/^[0-9a-zA-Z _\\-\\+\\.\\*\\\"\/'&\\,\\(\\)!$;:?@\\#¡-￿]+$/)
240
+ #return false if !@doing_business_as.nil? && @doing_business_as !~ Regexp.new(/^[0-9a-zA-Z _\\-\\+\\.\\*\\\"\/'&\\,\\(\\)!$;:?@\\#¡-￿]+$/)
241
+ #return false if !@description.nil? && @description !~ Regexp.new(/[À-ÖØ-öø-ǿÀ-ÖØ-öø-ǿ\\n\\ra-zA-Z0-9().\\-_#,;\/\\\\@$:&amp;!?%«»€₣«»€₣ ]{1,}$/)
242
+ time_zone_validator = EnumAttributeValidator.new('String', ['Pacific/Pago_Pago', 'Pacific/Honolulu', 'America/Anchorage', 'America/Vancouver', 'America/Los_Angeles', 'America/Phoenix', 'America/Edmonton', 'America/Denver', 'America/Winnipeg', 'America/Mexico_City', 'America/Chicago', 'America/Bogota', 'America/Indianapolis', 'America/New_York', 'America/La_Paz', 'America/Halifax', 'America/St_Johns', 'America/Buenos_Aires', 'America/Godthab', 'America/Sao_Paulo', 'America/Noronha', 'Atlantic/Cape_Verde', 'GMT', 'Europe/Dublin', 'Europe/Lisbon', 'Europe/London', 'Africa/Tunis', 'Europe/Vienna', 'Europe/Brussels', 'Europe/Zurich', 'Europe/Prague', 'Europe/Berlin', 'Europe/Copenhagen', 'Europe/Madrid', 'Europe/Budapest', 'Europe/Rome', 'Africa/Tripoli', 'Europe/Monaco', 'Europe/Malta', 'Europe/Amsterdam', 'Europe/Oslo', 'Europe/Warsaw', 'Europe/Stockholm', 'Europe/Belgrade', 'Europe/Paris', 'Africa/Johannesburg', 'Europe/Minsk', 'Africa/Cairo', 'Europe/Helsinki', 'Europe/Athens', 'Asia/Jerusalem', 'Europe/Riga', 'Europe/Bucharest', 'Europe/Istanbul', 'Asia/Riyadh', 'Europe/Moscow', 'Asia/Dubai', 'Asia/Baku', 'Asia/Tbilisi', 'Asia/Calcutta', 'Asia/Katmandu', 'Asia/Dacca', 'Asia/Rangoon', 'Asia/Jakarta', 'Asia/Saigon', 'Asia/Bangkok', 'Australia/Perth', 'Asia/Hong_Kong', 'Asia/Macao', 'Asia/Kuala_Lumpur', 'Asia/Manila', 'Asia/Singapore', 'Asia/Taipei', 'Asia/Shanghai', 'Asia/Seoul', 'Asia/Tokyo', 'Asia/Yakutsk', 'Australia/Adelaide', 'Australia/Brisbane', 'Australia/Broken_Hill', 'Australia/Darwin', 'Australia/Eucla', 'Australia/Hobart', 'Australia/Lindeman', 'Australia/Sydney', 'Australia/Lord_Howe', 'Australia/Melbourne', 'Asia/Magadan', 'Pacific/Norfolk', 'Pacific/Auckland'])
243
+ return false unless time_zone_validator.valid?(@time_zone)
244
+ #return false if !@website_url.nil? && @website_url !~ Regexp.new(/\\b((?:https?:\/\/|www\\d{0,3}[.]|[a-z0-9.\\-]+[.][a-z]{2,4}\/)(?:[^\\s()<>]+|\\(([^\\s()<>]+|(\\([^\\s()<>]+\\)))*\\))+(?:\\(([^\\s()<>]+|(\\([^\\s()<>]+\\)))*\\)|[^\\s`!()\\[\\]{};:'\".,<>?«»“”‘’]))/)
245
+ type_validator = EnumAttributeValidator.new('String', ['PARTNERSHIP', 'SOLE_PROPRIETORSHIP', 'CORPORATION', 'LLC', 'NON_PROFIT', 'TRUST'])
246
+ return false unless type_validator.valid?(@type)
247
+ #return false if !@tax_id.nil? && @tax_id !~ Regexp.new(/\\d{9}/)
248
+ #return false if !@phone_number.nil? && @phone_number !~ Regexp.new(/^[0-9a-zA-Z\\\\+\\\\-]+$/)
249
+ #return false if !@merchant_category_code.nil? && @merchant_category_code !~ Regexp.new(/^\\d{3,4}$/)
250
+ true
251
+ end
252
+
253
+ # Custom attribute writer method with validation
254
+ # @param [Object] name Value to be assigned
255
+ def name=(name)
256
+ if name.nil?
257
+ fail ArgumentError, 'name cannot be nil'
258
+ end
259
+
260
+ #if name !~ Regexp.new(/^[0-9a-zA-Z _\\-\\+\\.\\*\\\"\/'&\\,\\(\\)!$;:?@\\#¡-￿]+$/)
261
+ #fail ArgumentError, 'invalid value for "name", must conform to the pattern /^[0-9a-zA-Z _\\-\\+\\.\\*\\\"\/'&\\,\\(\\)!$;:?@\\#¡-￿]+$/.'
262
+ #end
263
+
264
+ @name = name
265
+ end
266
+
267
+ # Custom attribute writer method with validation
268
+ # @param [Object] doing_business_as Value to be assigned
269
+ def doing_business_as=(doing_business_as)
270
+ #if !doing_business_as.nil? && doing_business_as !~ Regexp.new(/^[0-9a-zA-Z _\\-\\+\\.\\*\\\"\/'&\\,\\(\\)!$;:?@\\#¡-￿]+$/)
271
+ #fail ArgumentError, 'invalid value for "doing_business_as", must conform to the pattern /^[0-9a-zA-Z _\\-\\+\\.\\*\\\"\/'&\\,\\(\\)!$;:?@\\#¡-￿]+$/.'
272
+ #end
273
+
274
+ @doing_business_as = doing_business_as
275
+ end
276
+
277
+ # Custom attribute writer method with validation
278
+ # @param [Object] description Value to be assigned
279
+ def description=(description)
280
+ #if !description.nil? && description !~ Regexp.new(/[À-ÖØ-öø-ǿÀ-ÖØ-öø-ǿ\\n\\ra-zA-Z0-9().\\-_#,;\/\\\\@$:&amp;!?%«»€₣«»€₣ ]{1,}$/)
281
+ #fail ArgumentError, 'invalid value for "description", must conform to the pattern /[À-ÖØ-öø-ǿÀ-ÖØ-öø-ǿ\\n\\ra-zA-Z0-9().\\-_#,;\/\\\\@$:&amp;!?%«»€₣«»€₣ ]{1,}$/.'
282
+ #end
283
+
284
+ @description = description
285
+ end
286
+
287
+ # Custom attribute writer method checking allowed values (enum).
288
+ # @param [Object] time_zone Object to be assigned
289
+ def time_zone=(time_zone)
290
+ validator = EnumAttributeValidator.new('String', ['Pacific/Pago_Pago', 'Pacific/Honolulu', 'America/Anchorage', 'America/Vancouver', 'America/Los_Angeles', 'America/Phoenix', 'America/Edmonton', 'America/Denver', 'America/Winnipeg', 'America/Mexico_City', 'America/Chicago', 'America/Bogota', 'America/Indianapolis', 'America/New_York', 'America/La_Paz', 'America/Halifax', 'America/St_Johns', 'America/Buenos_Aires', 'America/Godthab', 'America/Sao_Paulo', 'America/Noronha', 'Atlantic/Cape_Verde', 'GMT', 'Europe/Dublin', 'Europe/Lisbon', 'Europe/London', 'Africa/Tunis', 'Europe/Vienna', 'Europe/Brussels', 'Europe/Zurich', 'Europe/Prague', 'Europe/Berlin', 'Europe/Copenhagen', 'Europe/Madrid', 'Europe/Budapest', 'Europe/Rome', 'Africa/Tripoli', 'Europe/Monaco', 'Europe/Malta', 'Europe/Amsterdam', 'Europe/Oslo', 'Europe/Warsaw', 'Europe/Stockholm', 'Europe/Belgrade', 'Europe/Paris', 'Africa/Johannesburg', 'Europe/Minsk', 'Africa/Cairo', 'Europe/Helsinki', 'Europe/Athens', 'Asia/Jerusalem', 'Europe/Riga', 'Europe/Bucharest', 'Europe/Istanbul', 'Asia/Riyadh', 'Europe/Moscow', 'Asia/Dubai', 'Asia/Baku', 'Asia/Tbilisi', 'Asia/Calcutta', 'Asia/Katmandu', 'Asia/Dacca', 'Asia/Rangoon', 'Asia/Jakarta', 'Asia/Saigon', 'Asia/Bangkok', 'Australia/Perth', 'Asia/Hong_Kong', 'Asia/Macao', 'Asia/Kuala_Lumpur', 'Asia/Manila', 'Asia/Singapore', 'Asia/Taipei', 'Asia/Shanghai', 'Asia/Seoul', 'Asia/Tokyo', 'Asia/Yakutsk', 'Australia/Adelaide', 'Australia/Brisbane', 'Australia/Broken_Hill', 'Australia/Darwin', 'Australia/Eucla', 'Australia/Hobart', 'Australia/Lindeman', 'Australia/Sydney', 'Australia/Lord_Howe', 'Australia/Melbourne', 'Asia/Magadan', 'Pacific/Norfolk', 'Pacific/Auckland'])
291
+ unless validator.valid?(time_zone)
292
+ fail ArgumentError, 'invalid value for "time_zone", must be one of #{validator.allowable_values}.'
293
+ end
294
+ @time_zone = time_zone
295
+ end
296
+
297
+ # Custom attribute writer method with validation
298
+ # @param [Object] website_url Value to be assigned
299
+ def website_url=(website_url)
300
+ #if !website_url.nil? && website_url !~ Regexp.new(/\\b((?:https?:\/\/|www\\d{0,3}[.]|[a-z0-9.\\-]+[.][a-z]{2,4}\/)(?:[^\\s()<>]+|\\(([^\\s()<>]+|(\\([^\\s()<>]+\\)))*\\))+(?:\\(([^\\s()<>]+|(\\([^\\s()<>]+\\)))*\\)|[^\\s`!()\\[\\]{};:'\".,<>?«»“”‘’]))/)
301
+ #fail ArgumentError, 'invalid value for "website_url", must conform to the pattern /\\b((?:https?:\/\/|www\\d{0,3}[.]|[a-z0-9.\\-]+[.][a-z]{2,4}\/)(?:[^\\s()<>]+|\\(([^\\s()<>]+|(\\([^\\s()<>]+\\)))*\\))+(?:\\(([^\\s()<>]+|(\\([^\\s()<>]+\\)))*\\)|[^\\s`!()\\[\\]{};:'\".,<>?«»“”‘’]))/.'
302
+ #end
303
+
304
+ @website_url = website_url
305
+ end
306
+
307
+ # Custom attribute writer method checking allowed values (enum).
308
+ # @param [Object] type Object to be assigned
309
+ def type=(type)
310
+ validator = EnumAttributeValidator.new('String', ['PARTNERSHIP', 'SOLE_PROPRIETORSHIP', 'CORPORATION', 'LLC', 'NON_PROFIT', 'TRUST'])
311
+ unless validator.valid?(type)
312
+ fail ArgumentError, 'invalid value for "type", must be one of #{validator.allowable_values}.'
313
+ end
314
+ @type = type
315
+ end
316
+
317
+ # Custom attribute writer method with validation
318
+ # @param [Object] tax_id Value to be assigned
319
+ def tax_id=(tax_id)
320
+ #if !tax_id.nil? && tax_id !~ Regexp.new(/\\d{9}/)
321
+ #fail ArgumentError, 'invalid value for "tax_id", must conform to the pattern /\\d{9}/.'
322
+ #end
323
+
324
+ @tax_id = tax_id
325
+ end
326
+
327
+ # Custom attribute writer method with validation
328
+ # @param [Object] phone_number Value to be assigned
329
+ def phone_number=(phone_number)
330
+ #if !phone_number.nil? && phone_number !~ Regexp.new(/^[0-9a-zA-Z\\\\+\\\\-]+$/)
331
+ #fail ArgumentError, 'invalid value for "phone_number", must conform to the pattern /^[0-9a-zA-Z\\\\+\\\\-]+$/.'
332
+ #end
333
+
334
+ @phone_number = phone_number
335
+ end
336
+
337
+ # Custom attribute writer method with validation
338
+ # @param [Object] merchant_category_code Value to be assigned
339
+ def merchant_category_code=(merchant_category_code)
340
+ #if !merchant_category_code.nil? && merchant_category_code !~ Regexp.new(/^\\d{3,4}$/)
341
+ #fail ArgumentError, 'invalid value for "merchant_category_code", must conform to the pattern /^\\d{3,4}$/.'
342
+ #end
343
+
344
+ @merchant_category_code = merchant_category_code
345
+ end
346
+
347
+ # Checks equality by comparing each attribute.
348
+ # @param [Object] Object to be compared
349
+ def ==(o)
350
+ return true if self.equal?(o)
351
+ self.class == o.class &&
352
+ name == o.name &&
353
+ doing_business_as == o.doing_business_as &&
354
+ description == o.description &&
355
+ start_date == o.start_date &&
356
+ address == o.address &&
357
+ time_zone == o.time_zone &&
358
+ website_url == o.website_url &&
359
+ type == o.type &&
360
+ tax_id == o.tax_id &&
361
+ phone_number == o.phone_number &&
362
+ business_contact == o.business_contact &&
363
+ technical_contact == o.technical_contact &&
364
+ emergency_contact == o.emergency_contact &&
365
+ merchant_category_code == o.merchant_category_code
366
+ end
367
+
368
+ # @see the `==` method
369
+ # @param [Object] Object to be compared
370
+ def eql?(o)
371
+ self == o
372
+ end
373
+
374
+ # Calculates hash code according to all attributes.
375
+ # @return [Fixnum] Hash code
376
+ def hash
377
+ [name, doing_business_as, description, start_date, address, time_zone, website_url, type, tax_id, phone_number, business_contact, technical_contact, emergency_contact, merchant_category_code].hash
378
+ end
379
+
380
+ # Builds the object from hash
381
+ # @param [Hash] attributes Model attributes in the form of hash
382
+ # @return [Object] Returns the model itself
383
+ def build_from_hash(attributes)
384
+ return nil unless attributes.is_a?(Hash)
385
+ self.class.swagger_types.each_pair do |key, type|
386
+ if type =~ /\AArray<(.*)>/i
387
+ # check to ensure the input is an array given that the the attribute
388
+ # is documented as an array but the input is not
389
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
390
+ self.send("#{self.class.json_map[key]}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
391
+ end
392
+ elsif !attributes[self.class.attribute_map[key]].nil?
393
+ self.send("#{self.class.json_map[key]}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
394
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
395
+ end
396
+
397
+ self
398
+ end
399
+
400
+ # Deserializes the data based on type
401
+ # @param string type Data type
402
+ # @param string value Value to be deserialized
403
+ # @return [Object] Deserialized data
404
+ def _deserialize(type, value)
405
+ case type.to_sym
406
+ when :DateTime
407
+ DateTime.parse(value)
408
+ when :Date
409
+ Date.parse(value)
410
+ when :String
411
+ value.to_s
412
+ when :Integer
413
+ value.to_i
414
+ when :Float
415
+ value.to_f
416
+ when :BOOLEAN
417
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
418
+ true
419
+ else
420
+ false
421
+ end
422
+ when :Object
423
+ # generic object (usually a Hash), return directly
424
+ value
425
+ when /\AArray<(?<inner_type>.+)>\z/
426
+ inner_type = Regexp.last_match[:inner_type]
427
+ value.map { |v| _deserialize(inner_type, v) }
428
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
429
+ k_type = Regexp.last_match[:k_type]
430
+ v_type = Regexp.last_match[:v_type]
431
+ {}.tap do |hash|
432
+ value.each do |k, v|
433
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
434
+ end
435
+ end
436
+ else # model
437
+ temp_model = CyberSource.const_get(type).new
438
+ temp_model.build_from_hash(value)
439
+ end
440
+ end
441
+
442
+ # Returns the string representation of the object
443
+ # @return [String] String presentation of the object
444
+ def to_s
445
+ to_hash.to_s
446
+ end
447
+
448
+ # to_body is an alias to to_hash (backward compatibility)
449
+ # @return [Hash] Returns the object in the form of hash
450
+ def to_body
451
+ to_hash
452
+ end
453
+
454
+ # Returns the object in the form of hash
455
+ # @return [Hash] Returns the object in the form of hash
456
+ def to_hash
457
+ hash = {}
458
+ self.class.attribute_map.each_pair do |attr, param|
459
+ value = self.send(attr)
460
+ next if value.nil?
461
+ hash[param] = _to_hash(value)
462
+ end
463
+ hash
464
+ end
465
+
466
+ # Outputs non-array value in the form of hash
467
+ # For object, use to_hash. Otherwise, just return the value
468
+ # @param [Object] value Any valid value
469
+ # @return [Hash] Returns the value in the form of hash
470
+ def _to_hash(value)
471
+ if value.is_a?(Array)
472
+ value.compact.map { |v| _to_hash(v) }
473
+ elsif value.is_a?(Hash)
474
+ {}.tap do |hash|
475
+ value.each { |k, v| hash[k] = _to_hash(v) }
476
+ end
477
+ elsif value.respond_to? :to_hash
478
+ value.to_hash
479
+ else
480
+ value
481
+ end
482
+ end
483
+ end
484
+ end