cybersource_rest_client 0.0.55 → 0.0.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/cybersource_rest_client/api/asymmetric_key_management_api.rb +6 -0
- data/lib/cybersource_rest_client/api/batches_api.rb +25 -23
- data/lib/cybersource_rest_client/api/billing_agreements_api.rb +6 -0
- data/lib/cybersource_rest_client/api/capture_api.rb +2 -0
- data/lib/cybersource_rest_client/api/create_new_webhooks_api.rb +269 -0
- data/lib/cybersource_rest_client/api/credit_api.rb +2 -0
- data/lib/cybersource_rest_client/api/customer_api.rb +4 -0
- data/lib/cybersource_rest_client/api/customer_payment_instrument_api.rb +4 -0
- data/lib/cybersource_rest_client/api/customer_shipping_address_api.rb +4 -0
- data/lib/cybersource_rest_client/api/decision_manager_api.rb +10 -0
- data/lib/cybersource_rest_client/api/emv_tag_details_api.rb +2 -0
- data/lib/cybersource_rest_client/api/instrument_identifier_api.rb +6 -0
- data/lib/cybersource_rest_client/api/invoice_settings_api.rb +6 -4
- data/lib/cybersource_rest_client/api/invoices_api.rb +16 -12
- data/lib/cybersource_rest_client/api/keymanagementpassword_api.rb +2 -0
- data/lib/cybersource_rest_client/api/keymanagementpgp_api.rb +2 -0
- data/lib/cybersource_rest_client/api/keymanagementscmp_api.rb +2 -0
- data/lib/cybersource_rest_client/api/manage_webhooks_api.rb +507 -0
- data/lib/cybersource_rest_client/api/merchant_boarding_api.rb +169 -0
- data/lib/cybersource_rest_client/api/microform_integration_api.rb +2 -0
- data/lib/cybersource_rest_client/api/payer_authentication_api.rb +6 -0
- data/lib/cybersource_rest_client/api/payment_instrument_api.rb +4 -0
- data/lib/cybersource_rest_client/api/payments_api.rb +6 -0
- data/lib/cybersource_rest_client/api/payouts_api.rb +2 -0
- data/lib/cybersource_rest_client/api/plans_api.rb +4 -0
- data/lib/cybersource_rest_client/api/push_funds_api.rb +2 -0
- data/lib/cybersource_rest_client/api/refund_api.rb +4 -0
- data/lib/cybersource_rest_client/api/report_subscriptions_api.rb +4 -0
- data/lib/cybersource_rest_client/api/reports_api.rb +2 -0
- data/lib/cybersource_rest_client/api/reversal_api.rb +4 -0
- data/lib/cybersource_rest_client/api/search_transactions_api.rb +2 -0
- data/lib/cybersource_rest_client/api/subscriptions_api.rb +4 -0
- data/lib/cybersource_rest_client/api/symmetric_key_management_api.rb +6 -0
- data/lib/cybersource_rest_client/api/taxes_api.rb +4 -0
- data/lib/cybersource_rest_client/api/unified_checkout_capture_context_api.rb +2 -0
- data/lib/cybersource_rest_client/api/user_management_search_api.rb +2 -0
- data/lib/cybersource_rest_client/api/verification_api.rb +4 -0
- data/lib/cybersource_rest_client/api/void_api.rb +10 -0
- data/lib/cybersource_rest_client/models/boardingv1registrations_document_information.rb +192 -0
- data/lib/cybersource_rest_client/models/boardingv1registrations_document_information_signed_documents.rb +196 -0
- data/lib/cybersource_rest_client/models/boardingv1registrations_integration_information.rb +205 -0
- data/lib/cybersource_rest_client/models/boardingv1registrations_integration_information_oauth2.rb +221 -0
- data/lib/cybersource_rest_client/models/boardingv1registrations_integration_information_tenant_configurations.rb +225 -0
- data/lib/cybersource_rest_client/models/boardingv1registrations_integration_information_tenant_information.rb +197 -0
- data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information.rb +356 -0
- data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_business_information.rb +484 -0
- data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_business_information_address.rb +360 -0
- data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_business_information_business_contact.rb +341 -0
- data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb +382 -0
- data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc_deposit_bank_account.rb +331 -0
- data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_owners.rb +526 -0
- data/lib/cybersource_rest_client/models/boardingv1registrations_product_information.rb +190 -0
- data/lib/cybersource_rest_client/models/boardingv1registrations_product_information_selected_products.rb +220 -0
- data/lib/cybersource_rest_client/models/boardingv1registrations_registration_information.rb +330 -0
- data/lib/cybersource_rest_client/models/capture_payment_request.rb +11 -1
- data/lib/cybersource_rest_client/models/commerce_solutions_products.rb +210 -0
- data/lib/cybersource_rest_client/models/commerce_solutions_products_account_updater.rb +200 -0
- data/lib/cybersource_rest_client/models/commerce_solutions_products_account_updater_configuration_information.rb +200 -0
- data/lib/cybersource_rest_client/models/commerce_solutions_products_account_updater_configuration_information_configurations.rb +242 -0
- data/lib/cybersource_rest_client/models/commerce_solutions_products_account_updater_configuration_information_configurations_amex.rb +221 -0
- data/lib/cybersource_rest_client/models/commerce_solutions_products_account_updater_configuration_information_configurations_master_card.rb +222 -0
- data/lib/cybersource_rest_client/models/commerce_solutions_products_account_updater_configuration_information_configurations_visa.rb +222 -0
- data/lib/cybersource_rest_client/models/commerce_solutions_products_bin_lookup.rb +200 -0
- data/lib/cybersource_rest_client/models/commerce_solutions_products_bin_lookup_configuration_information.rb +190 -0
- data/lib/cybersource_rest_client/models/commerce_solutions_products_bin_lookup_configuration_information_configurations.rb +202 -0
- data/lib/cybersource_rest_client/models/commerce_solutions_products_token_management.rb +200 -0
- data/lib/cybersource_rest_client/models/commerce_solutions_products_token_management_configuration_information.rb +200 -0
- data/lib/cybersource_rest_client/models/commerce_solutions_products_token_management_configuration_information_configurations.rb +191 -0
- data/lib/cybersource_rest_client/models/create_credit_request.rb +11 -1
- data/lib/cybersource_rest_client/models/create_payment_request.rb +11 -1
- data/lib/cybersource_rest_client/models/create_webhook.rb +290 -0
- data/lib/cybersource_rest_client/models/inline_response_200_2.rb +54 -52
- data/lib/cybersource_rest_client/models/inline_response_200_2_integration_information.rb +205 -0
- data/lib/cybersource_rest_client/models/inline_response_200_2_integration_information_tenant_configurations.rb +297 -0
- data/lib/cybersource_rest_client/models/inline_response_200_3.rb +26 -103
- data/lib/cybersource_rest_client/models/inline_response_200_4.rb +126 -83
- data/lib/cybersource_rest_client/models/inline_response_200_5.rb +252 -0
- data/lib/cybersource_rest_client/models/{inline_response_200_2__embedded.rb → inline_response_200_5__embedded.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_2__embedded__links.rb → inline_response_200_5__embedded__links.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_2__embedded__links_reports.rb → inline_response_200_5__embedded__links_reports.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_2__embedded_batches.rb → inline_response_200_5__embedded_batches.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_200_2__embedded_totals.rb → inline_response_200_5__embedded_totals.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_2__links.rb → inline_response_200_5__links.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_200_6.rb +291 -0
- data/lib/cybersource_rest_client/models/{inline_response_200_3__links.rb → inline_response_200_6__links.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_3__links_report.rb → inline_response_200_6__links_report.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_3_billing.rb → inline_response_200_6_billing.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_200_7.rb +293 -0
- data/lib/cybersource_rest_client/models/{inline_response_200_4_records.rb → inline_response_200_7_records.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_200_4_response_record.rb → inline_response_200_7_response_record.rb} +2 -2
- 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
- data/lib/cybersource_rest_client/models/{inline_response_200_4_source_record.rb → inline_response_200_7_source_record.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_201_1.rb +316 -0
- data/lib/cybersource_rest_client/models/inline_response_201_1_integration_information.rb +193 -0
- data/lib/cybersource_rest_client/models/inline_response_201_1_integration_information_tenant_configurations.rb +287 -0
- data/lib/cybersource_rest_client/models/inline_response_201_1_organization_information.rb +218 -0
- data/lib/cybersource_rest_client/models/inline_response_201_1_product_information_setups.rb +215 -0
- data/lib/cybersource_rest_client/models/inline_response_201_1_registration_information.rb +257 -0
- data/lib/cybersource_rest_client/models/inline_response_201_1_setups.rb +220 -0
- data/lib/cybersource_rest_client/models/inline_response_201_1_setups_commerce_solutions.rb +210 -0
- data/lib/cybersource_rest_client/models/inline_response_201_1_setups_payments.rb +340 -0
- data/lib/cybersource_rest_client/models/inline_response_201_1_setups_payments_card_processing.rb +200 -0
- data/lib/cybersource_rest_client/models/inline_response_201_1_setups_payments_card_processing_configuration_status.rb +300 -0
- data/lib/cybersource_rest_client/models/inline_response_201_1_setups_payments_card_processing_subscription_status.rb +279 -0
- data/lib/cybersource_rest_client/models/inline_response_201_1_setups_payments_digital_payments.rb +190 -0
- data/lib/cybersource_rest_client/models/inline_response_201_1_setups_risk.rb +200 -0
- data/lib/cybersource_rest_client/models/inline_response_201_1_setups_value_added_services.rb +200 -0
- data/lib/cybersource_rest_client/models/inline_response_201_2.rb +223 -0
- data/lib/cybersource_rest_client/models/inline_response_201_2_key_information.rb +301 -0
- data/lib/cybersource_rest_client/models/inline_response_201_2_key_information_error_information.rb +203 -0
- data/lib/cybersource_rest_client/models/inline_response_201_2_key_information_error_information_details.rb +202 -0
- data/lib/cybersource_rest_client/models/inline_response_201_3.rb +348 -0
- data/lib/cybersource_rest_client/models/inline_response_201_4.rb +223 -0
- data/lib/cybersource_rest_client/models/inline_response_400_7.rb +37 -43
- data/lib/cybersource_rest_client/models/inline_response_400_7_details.rb +17 -15
- data/lib/cybersource_rest_client/models/inline_response_400_8.rb +276 -0
- data/lib/cybersource_rest_client/models/inline_response_400_8_details.rb +200 -0
- data/lib/cybersource_rest_client/models/inline_response_404_1.rb +270 -0
- data/lib/cybersource_rest_client/models/inline_response_404_2.rb +212 -0
- data/lib/cybersource_rest_client/models/inline_response_404_2_details.rb +200 -0
- data/lib/cybersource_rest_client/models/inline_response_422_1.rb +270 -0
- data/lib/cybersource_rest_client/models/inline_response_500_3.rb +258 -0
- data/lib/cybersource_rest_client/models/kms_v2_keys_sym_post201_response_key_information.rb +6 -0
- data/lib/cybersource_rest_client/models/kmsegressv2keysasym_client_reference_information.rb +198 -0
- data/lib/cybersource_rest_client/models/kmsegressv2keysasym_key_information.rb +280 -0
- data/lib/cybersource_rest_client/models/kmsegressv2keyssym_client_reference_information.rb +198 -0
- data/lib/cybersource_rest_client/models/kmsegressv2keyssym_key_information.rb +280 -0
- data/lib/cybersource_rest_client/models/notificationsubscriptionsv1productsorganization_id_event_types.rb +234 -0
- data/lib/cybersource_rest_client/models/notificationsubscriptionsv1webhooks_notification_scope.rb +206 -0
- data/lib/cybersource_rest_client/models/notificationsubscriptionsv1webhooks_products.rb +203 -0
- data/lib/cybersource_rest_client/models/notificationsubscriptionsv1webhooks_retry_policy.rb +271 -0
- data/lib/cybersource_rest_client/models/notificationsubscriptionsv1webhooks_security_policy.rb +202 -0
- data/lib/cybersource_rest_client/models/notificationsubscriptionsv1webhooks_security_policy_1.rb +213 -0
- data/lib/cybersource_rest_client/models/notificationsubscriptionsv1webhooks_security_policy_1_config.rb +224 -0
- data/lib/cybersource_rest_client/models/notificationsubscriptionsv1webhooks_security_policy_1_config_additional_config.rb +221 -0
- data/lib/cybersource_rest_client/models/notificationsubscriptionsv1webhooks_security_policy_config.rb +214 -0
- data/lib/cybersource_rest_client/models/nrtfv1webhookswebhook_idreplays_by_delivery_status.rb +244 -0
- data/lib/cybersource_rest_client/models/payment_products.rb +350 -0
- data/lib/cybersource_rest_client/models/payment_products_card_present_connect.rb +200 -0
- data/lib/cybersource_rest_client/models/payment_products_card_present_connect_configuration_information.rb +200 -0
- data/lib/cybersource_rest_client/models/payment_products_card_present_connect_configuration_information_configurations.rb +191 -0
- data/lib/cybersource_rest_client/models/payment_products_card_present_connect_subscription_information.rb +237 -0
- data/lib/cybersource_rest_client/models/payment_products_card_processing.rb +200 -0
- data/lib/cybersource_rest_client/models/payment_products_card_processing_config_card_not_present.rb +236 -0
- data/lib/cybersource_rest_client/models/payment_products_card_processing_config_card_not_present_installment.rb +202 -0
- data/lib/cybersource_rest_client/models/payment_products_card_processing_config_card_not_present_payouts.rb +281 -0
- data/lib/cybersource_rest_client/models/payment_products_card_processing_config_card_not_present_processors.rb +245 -0
- data/lib/cybersource_rest_client/models/payment_products_card_processing_config_card_present_processors.rb +259 -0
- data/lib/cybersource_rest_client/models/payment_products_card_processing_config_common_merchant_descriptor_info.rb +269 -0
- data/lib/cybersource_rest_client/models/payment_products_card_processing_config_features_card_not_present_payouts_currencies.rb +258 -0
- data/lib/cybersource_rest_client/models/payment_products_card_processing_configuration_information.rb +200 -0
- data/lib/cybersource_rest_client/models/payment_products_card_processing_configuration_information_configurations.rb +200 -0
- data/lib/cybersource_rest_client/models/payment_products_card_processing_configuration_information_configurations_common.rb +446 -0
- data/lib/cybersource_rest_client/models/payment_products_card_processing_configuration_information_configurations_common_acquirer.rb +236 -0
- data/lib/cybersource_rest_client/models/payment_products_card_processing_configuration_information_configurations_common_currencies.rb +258 -0
- data/lib/cybersource_rest_client/models/payment_products_card_processing_configuration_information_configurations_common_currencies_1.rb +225 -0
- data/lib/cybersource_rest_client/models/payment_products_card_processing_configuration_information_configurations_common_payment_types.rb +203 -0
- data/lib/cybersource_rest_client/models/payment_products_card_processing_configuration_information_configurations_common_processors.rb +721 -0
- data/lib/cybersource_rest_client/models/payment_products_card_processing_configuration_information_configurations_features.rb +200 -0
- data/lib/cybersource_rest_client/models/payment_products_card_processing_configuration_information_configurations_features_card_present.rb +204 -0
- data/lib/cybersource_rest_client/models/payment_products_card_processing_subscription_information.rb +250 -0
- data/lib/cybersource_rest_client/models/payment_products_card_processing_subscription_information_features.rb +190 -0
- data/lib/cybersource_rest_client/models/payment_products_currency_conversion.rb +200 -0
- data/lib/cybersource_rest_client/models/payment_products_currency_conversion_configuration_information.rb +200 -0
- data/lib/cybersource_rest_client/models/payment_products_currency_conversion_configuration_information_configurations.rb +192 -0
- data/lib/cybersource_rest_client/models/payment_products_currency_conversion_configuration_information_configurations_processors.rb +201 -0
- data/lib/cybersource_rest_client/models/payment_products_cybs_ready_terminal.rb +190 -0
- data/lib/cybersource_rest_client/models/payment_products_differential_fee.rb +190 -0
- data/lib/cybersource_rest_client/models/payment_products_differential_fee_subscription_information.rb +247 -0
- data/lib/cybersource_rest_client/models/payment_products_differential_fee_subscription_information_features.rb +190 -0
- data/lib/cybersource_rest_client/models/payment_products_digital_payments.rb +190 -0
- data/lib/cybersource_rest_client/models/payment_products_digital_payments_subscription_information.rb +250 -0
- data/lib/cybersource_rest_client/models/payment_products_e_check.rb +200 -0
- data/lib/cybersource_rest_client/models/payment_products_e_check_config_account_validation_service.rb +203 -0
- data/lib/cybersource_rest_client/models/payment_products_e_check_config_account_validation_service_internal_only.rb +193 -0
- data/lib/cybersource_rest_client/models/payment_products_e_check_config_account_validation_service_processors.rb +262 -0
- data/lib/cybersource_rest_client/models/payment_products_e_check_configuration_information.rb +200 -0
- data/lib/cybersource_rest_client/models/payment_products_e_check_configuration_information_configurations.rb +210 -0
- data/lib/cybersource_rest_client/models/payment_products_e_check_configuration_information_configurations_common.rb +296 -0
- data/lib/cybersource_rest_client/models/payment_products_e_check_configuration_information_configurations_common_internal_only.rb +206 -0
- data/lib/cybersource_rest_client/models/payment_products_e_check_configuration_information_configurations_common_internal_only_processors.rb +242 -0
- data/lib/cybersource_rest_client/models/payment_products_e_check_configuration_information_configurations_common_processors.rb +261 -0
- data/lib/cybersource_rest_client/models/payment_products_e_check_configuration_information_configurations_features.rb +190 -0
- data/lib/cybersource_rest_client/models/payment_products_e_check_configuration_information_configurations_underwriting.rb +334 -0
- data/lib/cybersource_rest_client/models/payment_products_e_check_subscription_information.rb +250 -0
- data/lib/cybersource_rest_client/models/payment_products_payer_authentication.rb +200 -0
- data/lib/cybersource_rest_client/models/payment_products_payer_authentication_config_card_types_j_cbj_secure.rb +221 -0
- data/lib/cybersource_rest_client/models/payment_products_payer_authentication_config_card_types_verified.rb +204 -0
- data/lib/cybersource_rest_client/models/payment_products_payer_authentication_config_card_types_verified_currencies.rb +244 -0
- data/lib/cybersource_rest_client/models/payment_products_payer_authentication_configuration_information.rb +200 -0
- data/lib/cybersource_rest_client/models/payment_products_payer_authentication_configuration_information_configurations.rb +190 -0
- data/lib/cybersource_rest_client/models/payment_products_payer_authentication_configuration_information_configurations_card_types.rb +260 -0
- data/lib/cybersource_rest_client/models/payment_products_payer_authentication_configuration_information_configurations_card_types_cb.rb +221 -0
- data/lib/cybersource_rest_client/models/payment_products_payer_authentication_subscription_information.rb +237 -0
- data/lib/cybersource_rest_client/models/payment_products_payouts.rb +200 -0
- data/lib/cybersource_rest_client/models/payment_products_payouts_configuration_information.rb +190 -0
- data/lib/cybersource_rest_client/models/payment_products_payouts_configuration_information_configurations.rb +204 -0
- data/lib/cybersource_rest_client/models/payment_products_payouts_configuration_information_configurations_processor_account.rb +237 -0
- data/lib/cybersource_rest_client/models/payment_products_payouts_configuration_information_configurations_pullfunds.rb +311 -0
- data/lib/cybersource_rest_client/models/payment_products_payouts_configuration_information_configurations_pushfunds.rb +336 -0
- data/lib/cybersource_rest_client/models/payment_products_secure_acceptance.rb +200 -0
- data/lib/cybersource_rest_client/models/payment_products_secure_acceptance_config_notifications_customer_notifications.rb +258 -0
- data/lib/cybersource_rest_client/models/payment_products_secure_acceptance_config_notifications_merchant_notifications.rb +235 -0
- data/lib/cybersource_rest_client/models/payment_products_secure_acceptance_config_payment_types_card_types.rb +220 -0
- data/lib/cybersource_rest_client/models/payment_products_secure_acceptance_config_payment_types_card_types_discover.rb +257 -0
- data/lib/cybersource_rest_client/models/payment_products_secure_acceptance_configuration_information.rb +200 -0
- data/lib/cybersource_rest_client/models/payment_products_secure_acceptance_configuration_information_configurations.rb +251 -0
- data/lib/cybersource_rest_client/models/payment_products_secure_acceptance_configuration_information_configurations_checkout.rb +213 -0
- data/lib/cybersource_rest_client/models/payment_products_secure_acceptance_configuration_information_configurations_contact_information.rb +221 -0
- data/lib/cybersource_rest_client/models/payment_products_secure_acceptance_configuration_information_configurations_notifications.rb +200 -0
- data/lib/cybersource_rest_client/models/payment_products_secure_acceptance_configuration_information_configurations_payment_methods.rb +214 -0
- data/lib/cybersource_rest_client/models/payment_products_secure_acceptance_configuration_information_configurations_payment_types.rb +191 -0
- data/lib/cybersource_rest_client/models/payment_products_secure_acceptance_configuration_information_configurations_service.rb +257 -0
- data/lib/cybersource_rest_client/models/payment_products_tax.rb +190 -0
- data/lib/cybersource_rest_client/models/payment_products_virtual_terminal.rb +200 -0
- data/lib/cybersource_rest_client/models/payment_products_virtual_terminal_config_card_not_present_global_payment_info.rb +210 -0
- data/lib/cybersource_rest_client/models/payment_products_virtual_terminal_config_card_not_present_global_payment_info_basic_info.rb +318 -0
- data/lib/cybersource_rest_client/models/payment_products_virtual_terminal_config_card_not_present_merchant_defined_data_fields.rb +430 -0
- data/lib/cybersource_rest_client/models/payment_products_virtual_terminal_config_card_not_present_payment_info.rb +338 -0
- data/lib/cybersource_rest_client/models/payment_products_virtual_terminal_config_card_not_present_receipt_info.rb +210 -0
- data/lib/cybersource_rest_client/models/payment_products_virtual_terminal_config_card_not_present_receipt_info_email_receipt.rb +190 -0
- data/lib/cybersource_rest_client/models/payment_products_virtual_terminal_config_card_not_present_receipt_info_header.rb +190 -0
- data/lib/cybersource_rest_client/models/payment_products_virtual_terminal_config_card_not_present_receipt_info_order_info.rb +200 -0
- data/lib/cybersource_rest_client/models/payment_products_virtual_terminal_configuration_information.rb +200 -0
- data/lib/cybersource_rest_client/models/payment_products_virtual_terminal_configuration_information_configurations.rb +200 -0
- data/lib/cybersource_rest_client/models/payment_products_virtual_terminal_configuration_information_configurations_card_not_present.rb +200 -0
- data/lib/cybersource_rest_client/models/post_registration_body.rb +230 -0
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_issuer_information.rb +22 -5
- data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_tokenized_card.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_consumer_authentication_information.rb +18 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_merchant_defined_secure_information.rb +249 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_tokenized_card.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information.rb +22 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information.rb +15 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_vehicle_data.rb +214 -0
- data/lib/cybersource_rest_client/models/ptsv2payouts_merchant_information_merchant_descriptor.rb +22 -5
- data/lib/cybersource_rest_client/models/replay_webhooks.rb +202 -0
- data/lib/cybersource_rest_client/models/reporting_v3_purchase_refund_details_get200_response.rb +1 -0
- data/lib/cybersource_rest_client/models/risk_products.rb +200 -0
- data/lib/cybersource_rest_client/models/risk_products_decision_manager.rb +200 -0
- data/lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_accurint.rb +200 -0
- data/lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_accurint_creds.rb +200 -0
- data/lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_credilink.rb +220 -0
- data/lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_credilink_creds.rb +210 -0
- data/lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_ekata_creds.rb +190 -0
- data/lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_emailage.rb +220 -0
- data/lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_perseuss.rb +210 -0
- data/lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_signifyd.rb +200 -0
- data/lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_signifyd_creds.rb +220 -0
- data/lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_targus.rb +210 -0
- data/lib/cybersource_rest_client/models/risk_products_decision_manager_config_thirdparty_provider_targus_creds.rb +210 -0
- data/lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information.rb +200 -0
- data/lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information_configurations.rb +220 -0
- data/lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information_configurations_organization.rb +191 -0
- data/lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information_configurations_portfolio_controls.rb +200 -0
- data/lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information_configurations_processing_options.rb +190 -0
- data/lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information_configurations_thirdparty.rb +190 -0
- data/lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information_configurations_thirdparty_provider.rb +250 -0
- data/lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information_configurations_thirdparty_provider_ekata.rb +220 -0
- data/lib/cybersource_rest_client/models/risk_products_fraud_management_essentials.rb +200 -0
- data/lib/cybersource_rest_client/models/risk_products_fraud_management_essentials_configuration_information.rb +190 -0
- data/lib/cybersource_rest_client/models/riskv1authenticationresults_payment_information_tokenized_card.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1authentications_payment_information_tokenized_card.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information_tokenized_card.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1decisions_consumer_authentication_information.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1decisions_payment_information_tokenized_card.rb +1 -1
- data/lib/cybersource_rest_client/models/save_asym_egress_key.rb +216 -0
- data/lib/cybersource_rest_client/models/save_sym_egress_key.rb +216 -0
- data/lib/cybersource_rest_client/models/update_webhook.rb +315 -0
- data/lib/cybersource_rest_client/models/value_added_services_products.rb +200 -0
- data/lib/cybersource_rest_client/utilities/tracking/sdk_tracker.rb +71 -0
- data/lib/cybersource_rest_client.rb +214 -13
- metadata +216 -29
data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_owners.rb
ADDED
|
@@ -0,0 +1,526 @@
|
|
|
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 Boardingv1registrationsOrganizationInformationOwners
|
|
17
|
+
attr_accessor :first_name
|
|
18
|
+
|
|
19
|
+
attr_accessor :middle_name
|
|
20
|
+
|
|
21
|
+
attr_accessor :last_name
|
|
22
|
+
|
|
23
|
+
# `Format: YYYY-MM-DD` Example 2016-08-11 equals August 11, 2016
|
|
24
|
+
attr_accessor :birth_date
|
|
25
|
+
|
|
26
|
+
# Determines whether the owner is the Primary owner of the organization
|
|
27
|
+
attr_accessor :is_primary
|
|
28
|
+
|
|
29
|
+
# Social Security Number
|
|
30
|
+
attr_accessor :ssn
|
|
31
|
+
|
|
32
|
+
# Passport number
|
|
33
|
+
attr_accessor :passport_number
|
|
34
|
+
|
|
35
|
+
attr_accessor :passport_country
|
|
36
|
+
|
|
37
|
+
attr_accessor :job_title
|
|
38
|
+
|
|
39
|
+
# Determines whether owner has significant responsibility to control, manage or direct the company
|
|
40
|
+
attr_accessor :has_significant_responsability
|
|
41
|
+
|
|
42
|
+
# Determines the percentage of ownership this owner has. For the primary owner the percentage can be from 0-100; for other owners the percentage can be from 25-100 and the sum of ownership accross owners cannot exceed 100
|
|
43
|
+
attr_accessor :ownership_percentage
|
|
44
|
+
|
|
45
|
+
attr_accessor :phone_number
|
|
46
|
+
|
|
47
|
+
attr_accessor :email
|
|
48
|
+
|
|
49
|
+
attr_accessor :address
|
|
50
|
+
|
|
51
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
52
|
+
def self.attribute_map
|
|
53
|
+
{
|
|
54
|
+
:'first_name' => :'firstName',
|
|
55
|
+
:'middle_name' => :'middleName',
|
|
56
|
+
:'last_name' => :'lastName',
|
|
57
|
+
:'birth_date' => :'birthDate',
|
|
58
|
+
:'is_primary' => :'isPrimary',
|
|
59
|
+
:'ssn' => :'ssn',
|
|
60
|
+
:'passport_number' => :'passportNumber',
|
|
61
|
+
:'passport_country' => :'passportCountry',
|
|
62
|
+
:'job_title' => :'jobTitle',
|
|
63
|
+
:'has_significant_responsability' => :'hasSignificantResponsability',
|
|
64
|
+
:'ownership_percentage' => :'ownershipPercentage',
|
|
65
|
+
:'phone_number' => :'phoneNumber',
|
|
66
|
+
:'email' => :'email',
|
|
67
|
+
:'address' => :'address'
|
|
68
|
+
}
|
|
69
|
+
end
|
|
70
|
+
|
|
71
|
+
# Attribute mapping from JSON key to ruby-style variable name.
|
|
72
|
+
def self.json_map
|
|
73
|
+
{
|
|
74
|
+
:'first_name' => :'first_name',
|
|
75
|
+
:'middle_name' => :'middle_name',
|
|
76
|
+
:'last_name' => :'last_name',
|
|
77
|
+
:'birth_date' => :'birth_date',
|
|
78
|
+
:'is_primary' => :'is_primary',
|
|
79
|
+
:'ssn' => :'ssn',
|
|
80
|
+
:'passport_number' => :'passport_number',
|
|
81
|
+
:'passport_country' => :'passport_country',
|
|
82
|
+
:'job_title' => :'job_title',
|
|
83
|
+
:'has_significant_responsability' => :'has_significant_responsability',
|
|
84
|
+
:'ownership_percentage' => :'ownership_percentage',
|
|
85
|
+
:'phone_number' => :'phone_number',
|
|
86
|
+
:'email' => :'email',
|
|
87
|
+
:'address' => :'address'
|
|
88
|
+
}
|
|
89
|
+
end
|
|
90
|
+
|
|
91
|
+
# Attribute type mapping.
|
|
92
|
+
def self.swagger_types
|
|
93
|
+
{
|
|
94
|
+
:'first_name' => :'String',
|
|
95
|
+
:'middle_name' => :'String',
|
|
96
|
+
:'last_name' => :'String',
|
|
97
|
+
:'birth_date' => :'Date',
|
|
98
|
+
:'is_primary' => :'BOOLEAN',
|
|
99
|
+
:'ssn' => :'String',
|
|
100
|
+
:'passport_number' => :'String',
|
|
101
|
+
:'passport_country' => :'String',
|
|
102
|
+
:'job_title' => :'String',
|
|
103
|
+
:'has_significant_responsability' => :'BOOLEAN',
|
|
104
|
+
:'ownership_percentage' => :'Float',
|
|
105
|
+
:'phone_number' => :'String',
|
|
106
|
+
:'email' => :'String',
|
|
107
|
+
:'address' => :'Boardingv1registrationsOrganizationInformationBusinessInformationAddress'
|
|
108
|
+
}
|
|
109
|
+
end
|
|
110
|
+
|
|
111
|
+
# Initializes the object
|
|
112
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
113
|
+
def initialize(attributes = {})
|
|
114
|
+
return unless attributes.is_a?(Hash)
|
|
115
|
+
|
|
116
|
+
# convert string to symbol for hash key
|
|
117
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
118
|
+
|
|
119
|
+
if attributes.has_key?(:'firstName')
|
|
120
|
+
self.first_name = attributes[:'firstName']
|
|
121
|
+
end
|
|
122
|
+
|
|
123
|
+
if attributes.has_key?(:'middleName')
|
|
124
|
+
self.middle_name = attributes[:'middleName']
|
|
125
|
+
end
|
|
126
|
+
|
|
127
|
+
if attributes.has_key?(:'lastName')
|
|
128
|
+
self.last_name = attributes[:'lastName']
|
|
129
|
+
end
|
|
130
|
+
|
|
131
|
+
if attributes.has_key?(:'birthDate')
|
|
132
|
+
self.birth_date = attributes[:'birthDate']
|
|
133
|
+
end
|
|
134
|
+
|
|
135
|
+
if attributes.has_key?(:'isPrimary')
|
|
136
|
+
self.is_primary = attributes[:'isPrimary']
|
|
137
|
+
end
|
|
138
|
+
|
|
139
|
+
if attributes.has_key?(:'ssn')
|
|
140
|
+
self.ssn = attributes[:'ssn']
|
|
141
|
+
end
|
|
142
|
+
|
|
143
|
+
if attributes.has_key?(:'passportNumber')
|
|
144
|
+
self.passport_number = attributes[:'passportNumber']
|
|
145
|
+
end
|
|
146
|
+
|
|
147
|
+
if attributes.has_key?(:'passportCountry')
|
|
148
|
+
self.passport_country = attributes[:'passportCountry']
|
|
149
|
+
end
|
|
150
|
+
|
|
151
|
+
if attributes.has_key?(:'jobTitle')
|
|
152
|
+
self.job_title = attributes[:'jobTitle']
|
|
153
|
+
end
|
|
154
|
+
|
|
155
|
+
if attributes.has_key?(:'hasSignificantResponsability')
|
|
156
|
+
self.has_significant_responsability = attributes[:'hasSignificantResponsability']
|
|
157
|
+
end
|
|
158
|
+
|
|
159
|
+
if attributes.has_key?(:'ownershipPercentage')
|
|
160
|
+
self.ownership_percentage = attributes[:'ownershipPercentage']
|
|
161
|
+
end
|
|
162
|
+
|
|
163
|
+
if attributes.has_key?(:'phoneNumber')
|
|
164
|
+
self.phone_number = attributes[:'phoneNumber']
|
|
165
|
+
end
|
|
166
|
+
|
|
167
|
+
if attributes.has_key?(:'email')
|
|
168
|
+
self.email = attributes[:'email']
|
|
169
|
+
end
|
|
170
|
+
|
|
171
|
+
if attributes.has_key?(:'address')
|
|
172
|
+
self.address = attributes[:'address']
|
|
173
|
+
end
|
|
174
|
+
end
|
|
175
|
+
|
|
176
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
|
177
|
+
# @return Array for valid properties with the reasons
|
|
178
|
+
def list_invalid_properties
|
|
179
|
+
invalid_properties = Array.new
|
|
180
|
+
if @first_name.nil?
|
|
181
|
+
invalid_properties.push('invalid value for "first_name", first_name cannot be nil.')
|
|
182
|
+
end
|
|
183
|
+
|
|
184
|
+
#if @first_name !~ Regexp.new(/[À-ÖØ-öø-ǿÀ-ÖØ-öø-ǿa-zA-Z().\\-_#,;\/\\\\@$:&!?%«»€₣«»€₣ ]{1,}$/)
|
|
185
|
+
#invalid_properties.push('invalid value for "first_name", must conform to the pattern /[À-ÖØ-öø-ǿÀ-ÖØ-öø-ǿa-zA-Z().\\-_#,;\/\\\\@$:&!?%«»€₣«»€₣ ]{1,}$/.')
|
|
186
|
+
#end
|
|
187
|
+
|
|
188
|
+
#if !@middle_name.nil? && @middle_name !~ Regexp.new(/[À-ÖØ-öø-ǿÀ-ÖØ-öø-ǿa-zA-Z().\\-_#,;\/\\\\@$:&!?%«»€₣«»€₣ ]{1,}$/)
|
|
189
|
+
#invalid_properties.push('invalid value for "middle_name", must conform to the pattern /[À-ÖØ-öø-ǿÀ-ÖØ-öø-ǿa-zA-Z().\\-_#,;\/\\\\@$:&!?%«»€₣«»€₣ ]{1,}$/.')
|
|
190
|
+
#end
|
|
191
|
+
|
|
192
|
+
if @last_name.nil?
|
|
193
|
+
invalid_properties.push('invalid value for "last_name", last_name cannot be nil.')
|
|
194
|
+
end
|
|
195
|
+
|
|
196
|
+
#if @last_name !~ Regexp.new(/[À-ÖØ-öø-ǿÀ-ÖØ-öø-ǿa-zA-Z().\\-_#,;\/\\\\@$:&!?%«»€₣«»€₣ ]{1,}$/)
|
|
197
|
+
#invalid_properties.push('invalid value for "last_name", must conform to the pattern /[À-ÖØ-öø-ǿÀ-ÖØ-öø-ǿa-zA-Z().\\-_#,;\/\\\\@$:&!?%«»€₣«»€₣ ]{1,}$/.')
|
|
198
|
+
#end
|
|
199
|
+
|
|
200
|
+
if @birth_date.nil?
|
|
201
|
+
invalid_properties.push('invalid value for "birth_date", birth_date cannot be nil.')
|
|
202
|
+
end
|
|
203
|
+
|
|
204
|
+
if @is_primary.nil?
|
|
205
|
+
invalid_properties.push('invalid value for "is_primary", is_primary cannot be nil.')
|
|
206
|
+
end
|
|
207
|
+
|
|
208
|
+
#if !@ssn.nil? && @ssn !~ Regexp.new(/^\\d{3}-\\d{2}-\\d{4}$|^\\d{9,9}$/)
|
|
209
|
+
#invalid_properties.push('invalid value for "ssn", must conform to the pattern /^\\d{3}-\\d{2}-\\d{4}$|^\\d{9,9}$/.')
|
|
210
|
+
#end
|
|
211
|
+
|
|
212
|
+
#if !@passport_number.nil? && @passport_number !~ Regexp.new(/^(?!^0+$)[a-zA-Z0-9]{3,20}$/)
|
|
213
|
+
#invalid_properties.push('invalid value for "passport_number", must conform to the pattern /^(?!^0+$)[a-zA-Z0-9]{3,20}$/.')
|
|
214
|
+
#end
|
|
215
|
+
|
|
216
|
+
#if !@passport_country.nil? && @passport_country !~ Regexp.new(/^[À-ÖØ-öø-ǿa-zA-Z0-9().\\-_#,;\/@$:!% ]{1,}$/)
|
|
217
|
+
#invalid_properties.push('invalid value for "passport_country", must conform to the pattern /^[À-ÖØ-öø-ǿa-zA-Z0-9().\\-_#,;\/@$:!% ]{1,}$/.')
|
|
218
|
+
#end
|
|
219
|
+
|
|
220
|
+
if @job_title.nil?
|
|
221
|
+
invalid_properties.push('invalid value for "job_title", job_title cannot be nil.')
|
|
222
|
+
end
|
|
223
|
+
|
|
224
|
+
#if @job_title !~ Regexp.new(/^[À-ÖØ-öø-ǿa-zA-Z0-9().\\-_#,;\/@$:!% ]{1,}$/)
|
|
225
|
+
#invalid_properties.push('invalid value for "job_title", must conform to the pattern /^[À-ÖØ-öø-ǿa-zA-Z0-9().\\-_#,;\/@$:!% ]{1,}$/.')
|
|
226
|
+
#end
|
|
227
|
+
|
|
228
|
+
if @has_significant_responsability.nil?
|
|
229
|
+
invalid_properties.push('invalid value for "has_significant_responsability", has_significant_responsability cannot be nil.')
|
|
230
|
+
end
|
|
231
|
+
|
|
232
|
+
if @ownership_percentage.nil?
|
|
233
|
+
invalid_properties.push('invalid value for "ownership_percentage", ownership_percentage cannot be nil.')
|
|
234
|
+
end
|
|
235
|
+
|
|
236
|
+
if @phone_number.nil?
|
|
237
|
+
invalid_properties.push('invalid value for "phone_number", phone_number cannot be nil.')
|
|
238
|
+
end
|
|
239
|
+
|
|
240
|
+
#if @phone_number !~ Regexp.new(/^[0-9a-zA-Z\\\\+\\\\-]+$/)
|
|
241
|
+
#invalid_properties.push('invalid value for "phone_number", must conform to the pattern /^[0-9a-zA-Z\\\\+\\\\-]+$/.')
|
|
242
|
+
#end
|
|
243
|
+
|
|
244
|
+
if @email.nil?
|
|
245
|
+
invalid_properties.push('invalid value for "email", email cannot be nil.')
|
|
246
|
+
end
|
|
247
|
+
|
|
248
|
+
#if @email !~ Regexp.new(/^([a-zA-Z0-9_\\-\\.]+)@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.)|(([a-zA-Z0-9\\-]+\\.)+))([a-zA-Z]{2,50}|[0-9]{1,3})(\\]?)$/)
|
|
249
|
+
#invalid_properties.push('invalid value for "email", must conform to the pattern /^([a-zA-Z0-9_\\-\\.]+)@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.)|(([a-zA-Z0-9\\-]+\\.)+))([a-zA-Z]{2,50}|[0-9]{1,3})(\\]?)$/.')
|
|
250
|
+
#end
|
|
251
|
+
|
|
252
|
+
invalid_properties
|
|
253
|
+
end
|
|
254
|
+
|
|
255
|
+
# Check to see if the all the properties in the model are valid
|
|
256
|
+
# @return true if the model is valid
|
|
257
|
+
def valid?
|
|
258
|
+
return false if @first_name.nil?
|
|
259
|
+
#return false if @first_name !~ Regexp.new(/[À-ÖØ-öø-ǿÀ-ÖØ-öø-ǿa-zA-Z().\\-_#,;\/\\\\@$:&!?%«»€₣«»€₣ ]{1,}$/)
|
|
260
|
+
#return false if !@middle_name.nil? && @middle_name !~ Regexp.new(/[À-ÖØ-öø-ǿÀ-ÖØ-öø-ǿa-zA-Z().\\-_#,;\/\\\\@$:&!?%«»€₣«»€₣ ]{1,}$/)
|
|
261
|
+
return false if @last_name.nil?
|
|
262
|
+
#return false if @last_name !~ Regexp.new(/[À-ÖØ-öø-ǿÀ-ÖØ-öø-ǿa-zA-Z().\\-_#,;\/\\\\@$:&!?%«»€₣«»€₣ ]{1,}$/)
|
|
263
|
+
return false if @birth_date.nil?
|
|
264
|
+
return false if @is_primary.nil?
|
|
265
|
+
#return false if !@ssn.nil? && @ssn !~ Regexp.new(/^\\d{3}-\\d{2}-\\d{4}$|^\\d{9,9}$/)
|
|
266
|
+
#return false if !@passport_number.nil? && @passport_number !~ Regexp.new(/^(?!^0+$)[a-zA-Z0-9]{3,20}$/)
|
|
267
|
+
#return false if !@passport_country.nil? && @passport_country !~ Regexp.new(/^[À-ÖØ-öø-ǿa-zA-Z0-9().\\-_#,;\/@$:!% ]{1,}$/)
|
|
268
|
+
return false if @job_title.nil?
|
|
269
|
+
#return false if @job_title !~ Regexp.new(/^[À-ÖØ-öø-ǿa-zA-Z0-9().\\-_#,;\/@$:!% ]{1,}$/)
|
|
270
|
+
return false if @has_significant_responsability.nil?
|
|
271
|
+
return false if @ownership_percentage.nil?
|
|
272
|
+
return false if @phone_number.nil?
|
|
273
|
+
#return false if @phone_number !~ Regexp.new(/^[0-9a-zA-Z\\\\+\\\\-]+$/)
|
|
274
|
+
return false if @email.nil?
|
|
275
|
+
#return false if @email !~ Regexp.new(/^([a-zA-Z0-9_\\-\\.]+)@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.)|(([a-zA-Z0-9\\-]+\\.)+))([a-zA-Z]{2,50}|[0-9]{1,3})(\\]?)$/)
|
|
276
|
+
true
|
|
277
|
+
end
|
|
278
|
+
|
|
279
|
+
# Custom attribute writer method with validation
|
|
280
|
+
# @param [Object] first_name Value to be assigned
|
|
281
|
+
def first_name=(first_name)
|
|
282
|
+
if first_name.nil?
|
|
283
|
+
fail ArgumentError, 'first_name cannot be nil'
|
|
284
|
+
end
|
|
285
|
+
|
|
286
|
+
#if first_name !~ Regexp.new(/[À-ÖØ-öø-ǿÀ-ÖØ-öø-ǿa-zA-Z().\\-_#,;\/\\\\@$:&!?%«»€₣«»€₣ ]{1,}$/)
|
|
287
|
+
#fail ArgumentError, 'invalid value for "first_name", must conform to the pattern /[À-ÖØ-öø-ǿÀ-ÖØ-öø-ǿa-zA-Z().\\-_#,;\/\\\\@$:&!?%«»€₣«»€₣ ]{1,}$/.'
|
|
288
|
+
#end
|
|
289
|
+
|
|
290
|
+
@first_name = first_name
|
|
291
|
+
end
|
|
292
|
+
|
|
293
|
+
# Custom attribute writer method with validation
|
|
294
|
+
# @param [Object] middle_name Value to be assigned
|
|
295
|
+
def middle_name=(middle_name)
|
|
296
|
+
#if !middle_name.nil? && middle_name !~ Regexp.new(/[À-ÖØ-öø-ǿÀ-ÖØ-öø-ǿa-zA-Z().\\-_#,;\/\\\\@$:&!?%«»€₣«»€₣ ]{1,}$/)
|
|
297
|
+
#fail ArgumentError, 'invalid value for "middle_name", must conform to the pattern /[À-ÖØ-öø-ǿÀ-ÖØ-öø-ǿa-zA-Z().\\-_#,;\/\\\\@$:&!?%«»€₣«»€₣ ]{1,}$/.'
|
|
298
|
+
#end
|
|
299
|
+
|
|
300
|
+
@middle_name = middle_name
|
|
301
|
+
end
|
|
302
|
+
|
|
303
|
+
# Custom attribute writer method with validation
|
|
304
|
+
# @param [Object] last_name Value to be assigned
|
|
305
|
+
def last_name=(last_name)
|
|
306
|
+
if last_name.nil?
|
|
307
|
+
fail ArgumentError, 'last_name cannot be nil'
|
|
308
|
+
end
|
|
309
|
+
|
|
310
|
+
#if last_name !~ Regexp.new(/[À-ÖØ-öø-ǿÀ-ÖØ-öø-ǿa-zA-Z().\\-_#,;\/\\\\@$:&!?%«»€₣«»€₣ ]{1,}$/)
|
|
311
|
+
#fail ArgumentError, 'invalid value for "last_name", must conform to the pattern /[À-ÖØ-öø-ǿÀ-ÖØ-öø-ǿa-zA-Z().\\-_#,;\/\\\\@$:&!?%«»€₣«»€₣ ]{1,}$/.'
|
|
312
|
+
#end
|
|
313
|
+
|
|
314
|
+
@last_name = last_name
|
|
315
|
+
end
|
|
316
|
+
|
|
317
|
+
# Custom attribute writer method with validation
|
|
318
|
+
# @param [Object] ssn Value to be assigned
|
|
319
|
+
def ssn=(ssn)
|
|
320
|
+
#if !ssn.nil? && ssn !~ Regexp.new(/^\\d{3}-\\d{2}-\\d{4}$|^\\d{9,9}$/)
|
|
321
|
+
#fail ArgumentError, 'invalid value for "ssn", must conform to the pattern /^\\d{3}-\\d{2}-\\d{4}$|^\\d{9,9}$/.'
|
|
322
|
+
#end
|
|
323
|
+
|
|
324
|
+
@ssn = ssn
|
|
325
|
+
end
|
|
326
|
+
|
|
327
|
+
# Custom attribute writer method with validation
|
|
328
|
+
# @param [Object] passport_number Value to be assigned
|
|
329
|
+
def passport_number=(passport_number)
|
|
330
|
+
#if !passport_number.nil? && passport_number !~ Regexp.new(/^(?!^0+$)[a-zA-Z0-9]{3,20}$/)
|
|
331
|
+
#fail ArgumentError, 'invalid value for "passport_number", must conform to the pattern /^(?!^0+$)[a-zA-Z0-9]{3,20}$/.'
|
|
332
|
+
#end
|
|
333
|
+
|
|
334
|
+
@passport_number = passport_number
|
|
335
|
+
end
|
|
336
|
+
|
|
337
|
+
# Custom attribute writer method with validation
|
|
338
|
+
# @param [Object] passport_country Value to be assigned
|
|
339
|
+
def passport_country=(passport_country)
|
|
340
|
+
#if !passport_country.nil? && passport_country !~ Regexp.new(/^[À-ÖØ-öø-ǿa-zA-Z0-9().\\-_#,;\/@$:!% ]{1,}$/)
|
|
341
|
+
#fail ArgumentError, 'invalid value for "passport_country", must conform to the pattern /^[À-ÖØ-öø-ǿa-zA-Z0-9().\\-_#,;\/@$:!% ]{1,}$/.'
|
|
342
|
+
#end
|
|
343
|
+
|
|
344
|
+
@passport_country = passport_country
|
|
345
|
+
end
|
|
346
|
+
|
|
347
|
+
# Custom attribute writer method with validation
|
|
348
|
+
# @param [Object] job_title Value to be assigned
|
|
349
|
+
def job_title=(job_title)
|
|
350
|
+
if job_title.nil?
|
|
351
|
+
fail ArgumentError, 'job_title cannot be nil'
|
|
352
|
+
end
|
|
353
|
+
|
|
354
|
+
#if job_title !~ Regexp.new(/^[À-ÖØ-öø-ǿa-zA-Z0-9().\\-_#,;\/@$:!% ]{1,}$/)
|
|
355
|
+
#fail ArgumentError, 'invalid value for "job_title", must conform to the pattern /^[À-ÖØ-öø-ǿa-zA-Z0-9().\\-_#,;\/@$:!% ]{1,}$/.'
|
|
356
|
+
#end
|
|
357
|
+
|
|
358
|
+
@job_title = job_title
|
|
359
|
+
end
|
|
360
|
+
|
|
361
|
+
# Custom attribute writer method with validation
|
|
362
|
+
# @param [Object] phone_number Value to be assigned
|
|
363
|
+
def phone_number=(phone_number)
|
|
364
|
+
if phone_number.nil?
|
|
365
|
+
fail ArgumentError, 'phone_number cannot be nil'
|
|
366
|
+
end
|
|
367
|
+
|
|
368
|
+
#if phone_number !~ Regexp.new(/^[0-9a-zA-Z\\\\+\\\\-]+$/)
|
|
369
|
+
#fail ArgumentError, 'invalid value for "phone_number", must conform to the pattern /^[0-9a-zA-Z\\\\+\\\\-]+$/.'
|
|
370
|
+
#end
|
|
371
|
+
|
|
372
|
+
@phone_number = phone_number
|
|
373
|
+
end
|
|
374
|
+
|
|
375
|
+
# Custom attribute writer method with validation
|
|
376
|
+
# @param [Object] email Value to be assigned
|
|
377
|
+
def email=(email)
|
|
378
|
+
if email.nil?
|
|
379
|
+
fail ArgumentError, 'email cannot be nil'
|
|
380
|
+
end
|
|
381
|
+
|
|
382
|
+
#if email !~ Regexp.new(/^([a-zA-Z0-9_\\-\\.]+)@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.)|(([a-zA-Z0-9\\-]+\\.)+))([a-zA-Z]{2,50}|[0-9]{1,3})(\\]?)$/)
|
|
383
|
+
#fail ArgumentError, 'invalid value for "email", must conform to the pattern /^([a-zA-Z0-9_\\-\\.]+)@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.)|(([a-zA-Z0-9\\-]+\\.)+))([a-zA-Z]{2,50}|[0-9]{1,3})(\\]?)$/.'
|
|
384
|
+
#end
|
|
385
|
+
|
|
386
|
+
@email = email
|
|
387
|
+
end
|
|
388
|
+
|
|
389
|
+
# Checks equality by comparing each attribute.
|
|
390
|
+
# @param [Object] Object to be compared
|
|
391
|
+
def ==(o)
|
|
392
|
+
return true if self.equal?(o)
|
|
393
|
+
self.class == o.class &&
|
|
394
|
+
first_name == o.first_name &&
|
|
395
|
+
middle_name == o.middle_name &&
|
|
396
|
+
last_name == o.last_name &&
|
|
397
|
+
birth_date == o.birth_date &&
|
|
398
|
+
is_primary == o.is_primary &&
|
|
399
|
+
ssn == o.ssn &&
|
|
400
|
+
passport_number == o.passport_number &&
|
|
401
|
+
passport_country == o.passport_country &&
|
|
402
|
+
job_title == o.job_title &&
|
|
403
|
+
has_significant_responsability == o.has_significant_responsability &&
|
|
404
|
+
ownership_percentage == o.ownership_percentage &&
|
|
405
|
+
phone_number == o.phone_number &&
|
|
406
|
+
email == o.email &&
|
|
407
|
+
address == o.address
|
|
408
|
+
end
|
|
409
|
+
|
|
410
|
+
# @see the `==` method
|
|
411
|
+
# @param [Object] Object to be compared
|
|
412
|
+
def eql?(o)
|
|
413
|
+
self == o
|
|
414
|
+
end
|
|
415
|
+
|
|
416
|
+
# Calculates hash code according to all attributes.
|
|
417
|
+
# @return [Fixnum] Hash code
|
|
418
|
+
def hash
|
|
419
|
+
[first_name, middle_name, last_name, birth_date, is_primary, ssn, passport_number, passport_country, job_title, has_significant_responsability, ownership_percentage, phone_number, email, address].hash
|
|
420
|
+
end
|
|
421
|
+
|
|
422
|
+
# Builds the object from hash
|
|
423
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
424
|
+
# @return [Object] Returns the model itself
|
|
425
|
+
def build_from_hash(attributes)
|
|
426
|
+
return nil unless attributes.is_a?(Hash)
|
|
427
|
+
self.class.swagger_types.each_pair do |key, type|
|
|
428
|
+
if type =~ /\AArray<(.*)>/i
|
|
429
|
+
# check to ensure the input is an array given that the the attribute
|
|
430
|
+
# is documented as an array but the input is not
|
|
431
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
432
|
+
self.send("#{self.class.json_map[key]}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
433
|
+
end
|
|
434
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
435
|
+
self.send("#{self.class.json_map[key]}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
|
436
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
|
437
|
+
end
|
|
438
|
+
|
|
439
|
+
self
|
|
440
|
+
end
|
|
441
|
+
|
|
442
|
+
# Deserializes the data based on type
|
|
443
|
+
# @param string type Data type
|
|
444
|
+
# @param string value Value to be deserialized
|
|
445
|
+
# @return [Object] Deserialized data
|
|
446
|
+
def _deserialize(type, value)
|
|
447
|
+
case type.to_sym
|
|
448
|
+
when :DateTime
|
|
449
|
+
DateTime.parse(value)
|
|
450
|
+
when :Date
|
|
451
|
+
Date.parse(value)
|
|
452
|
+
when :String
|
|
453
|
+
value.to_s
|
|
454
|
+
when :Integer
|
|
455
|
+
value.to_i
|
|
456
|
+
when :Float
|
|
457
|
+
value.to_f
|
|
458
|
+
when :BOOLEAN
|
|
459
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
460
|
+
true
|
|
461
|
+
else
|
|
462
|
+
false
|
|
463
|
+
end
|
|
464
|
+
when :Object
|
|
465
|
+
# generic object (usually a Hash), return directly
|
|
466
|
+
value
|
|
467
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
|
468
|
+
inner_type = Regexp.last_match[:inner_type]
|
|
469
|
+
value.map { |v| _deserialize(inner_type, v) }
|
|
470
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
471
|
+
k_type = Regexp.last_match[:k_type]
|
|
472
|
+
v_type = Regexp.last_match[:v_type]
|
|
473
|
+
{}.tap do |hash|
|
|
474
|
+
value.each do |k, v|
|
|
475
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
476
|
+
end
|
|
477
|
+
end
|
|
478
|
+
else # model
|
|
479
|
+
temp_model = CyberSource.const_get(type).new
|
|
480
|
+
temp_model.build_from_hash(value)
|
|
481
|
+
end
|
|
482
|
+
end
|
|
483
|
+
|
|
484
|
+
# Returns the string representation of the object
|
|
485
|
+
# @return [String] String presentation of the object
|
|
486
|
+
def to_s
|
|
487
|
+
to_hash.to_s
|
|
488
|
+
end
|
|
489
|
+
|
|
490
|
+
# to_body is an alias to to_hash (backward compatibility)
|
|
491
|
+
# @return [Hash] Returns the object in the form of hash
|
|
492
|
+
def to_body
|
|
493
|
+
to_hash
|
|
494
|
+
end
|
|
495
|
+
|
|
496
|
+
# Returns the object in the form of hash
|
|
497
|
+
# @return [Hash] Returns the object in the form of hash
|
|
498
|
+
def to_hash
|
|
499
|
+
hash = {}
|
|
500
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
501
|
+
value = self.send(attr)
|
|
502
|
+
next if value.nil?
|
|
503
|
+
hash[param] = _to_hash(value)
|
|
504
|
+
end
|
|
505
|
+
hash
|
|
506
|
+
end
|
|
507
|
+
|
|
508
|
+
# Outputs non-array value in the form of hash
|
|
509
|
+
# For object, use to_hash. Otherwise, just return the value
|
|
510
|
+
# @param [Object] value Any valid value
|
|
511
|
+
# @return [Hash] Returns the value in the form of hash
|
|
512
|
+
def _to_hash(value)
|
|
513
|
+
if value.is_a?(Array)
|
|
514
|
+
value.compact.map { |v| _to_hash(v) }
|
|
515
|
+
elsif value.is_a?(Hash)
|
|
516
|
+
{}.tap do |hash|
|
|
517
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
518
|
+
end
|
|
519
|
+
elsif value.respond_to? :to_hash
|
|
520
|
+
value.to_hash
|
|
521
|
+
else
|
|
522
|
+
value
|
|
523
|
+
end
|
|
524
|
+
end
|
|
525
|
+
end
|
|
526
|
+
end
|