cybersource_rest_client 0.0.55 → 0.0.57
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 +14 -0
- data/lib/cybersource_rest_client/api/batches_api.rb +19 -37
- data/lib/cybersource_rest_client/api/billing_agreements_api.rb +12 -0
- data/lib/cybersource_rest_client/api/capture_api.rb +4 -0
- data/lib/cybersource_rest_client/api/chargeback_details_api.rb +2 -8
- data/lib/cybersource_rest_client/api/chargeback_summaries_api.rb +2 -8
- data/lib/cybersource_rest_client/api/conversion_details_api.rb +2 -8
- data/lib/cybersource_rest_client/api/create_new_webhooks_api.rb +253 -0
- data/lib/cybersource_rest_client/api/credit_api.rb +4 -0
- data/lib/cybersource_rest_client/api/customer_api.rb +12 -64
- data/lib/cybersource_rest_client/api/customer_payment_instrument_api.rb +14 -124
- data/lib/cybersource_rest_client/api/customer_shipping_address_api.rb +14 -124
- data/lib/cybersource_rest_client/api/decision_manager_api.rb +20 -0
- data/lib/cybersource_rest_client/api/download_dtd_api.rb +2 -0
- data/lib/cybersource_rest_client/api/download_xsd_api.rb +2 -0
- data/lib/cybersource_rest_client/api/emv_tag_details_api.rb +6 -0
- data/lib/cybersource_rest_client/api/instrument_identifier_api.rb +18 -108
- data/lib/cybersource_rest_client/api/interchange_clearing_level_details_api.rb +2 -8
- data/lib/cybersource_rest_client/api/invoice_settings_api.rb +10 -4
- data/lib/cybersource_rest_client/api/invoices_api.rb +28 -12
- data/lib/cybersource_rest_client/api/keymanagement_api.rb +2 -0
- data/lib/cybersource_rest_client/api/keymanagementpassword_api.rb +4 -0
- data/lib/cybersource_rest_client/api/keymanagementpgp_api.rb +4 -0
- data/lib/cybersource_rest_client/api/keymanagementscmp_api.rb +4 -0
- data/lib/cybersource_rest_client/api/manage_webhooks_api.rb +491 -0
- data/lib/cybersource_rest_client/api/merchant_boarding_api.rb +169 -0
- data/lib/cybersource_rest_client/api/microform_integration_api.rb +4 -0
- data/lib/cybersource_rest_client/api/net_fundings_api.rb +2 -8
- data/lib/cybersource_rest_client/api/notification_of_changes_api.rb +2 -0
- data/lib/cybersource_rest_client/api/payer_authentication_api.rb +12 -0
- data/lib/cybersource_rest_client/api/payment_batch_summaries_api.rb +2 -16
- data/lib/cybersource_rest_client/api/payment_instrument_api.rb +12 -64
- data/lib/cybersource_rest_client/api/payments_api.rb +12 -0
- data/lib/cybersource_rest_client/api/payouts_api.rb +4 -0
- data/lib/cybersource_rest_client/api/plans_api.rb +20 -0
- data/lib/cybersource_rest_client/api/purchase_and_refund_details_api.rb +2 -16
- data/lib/cybersource_rest_client/api/push_funds_api.rb +4 -0
- data/lib/cybersource_rest_client/api/refund_api.rb +8 -0
- data/lib/cybersource_rest_client/api/report_definitions_api.rb +4 -16
- data/lib/cybersource_rest_client/api/report_downloads_api.rb +2 -8
- data/lib/cybersource_rest_client/api/report_subscriptions_api.rb +16 -58
- data/lib/cybersource_rest_client/api/reports_api.rb +10 -26
- data/lib/cybersource_rest_client/api/retrieval_details_api.rb +2 -8
- data/lib/cybersource_rest_client/api/retrieval_summaries_api.rb +2 -8
- data/lib/cybersource_rest_client/api/reversal_api.rb +8 -0
- data/lib/cybersource_rest_client/api/search_transactions_api.rb +6 -0
- data/lib/cybersource_rest_client/api/secure_file_share_api.rb +4 -16
- data/lib/cybersource_rest_client/api/subscriptions_api.rb +20 -0
- data/lib/cybersource_rest_client/api/symmetric_key_management_api.rb +14 -0
- data/lib/cybersource_rest_client/api/taxes_api.rb +8 -0
- data/lib/cybersource_rest_client/api/token_api.rb +2 -16
- data/lib/cybersource_rest_client/api/transaction_batches_api.rb +6 -0
- data/lib/cybersource_rest_client/api/transaction_details_api.rb +2 -0
- data/lib/cybersource_rest_client/api/transient_token_data_api.rb +2 -0
- data/lib/cybersource_rest_client/api/unified_checkout_capture_context_api.rb +4 -0
- data/lib/cybersource_rest_client/api/user_management_api.rb +2 -0
- data/lib/cybersource_rest_client/api/user_management_search_api.rb +4 -0
- data/lib/cybersource_rest_client/api/verification_api.rb +8 -0
- data/lib/cybersource_rest_client/api/void_api.rb +20 -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_search_request.rb +1 -1
- data/lib/cybersource_rest_client/models/create_webhook_request.rb +290 -0
- data/lib/cybersource_rest_client/models/get_all_subscriptions_response_order_information_bill_to.rb +2 -2
- 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/invoicing_v2_invoices_all_get200_response_customer_information.rb +1 -1
- data/lib/cybersource_rest_client/models/invoicingv2invoices_customer_information.rb +1 -1
- data/lib/cybersource_rest_client/models/invoicingv2invoices_customer_information_company.rb +1 -1
- data/lib/cybersource_rest_client/models/kms_v2_keys_asym_deletes_post200_response_key_information.rb +1 -1
- data/lib/cybersource_rest_client/models/kms_v2_keys_asym_get200_response_key_information.rb +1 -1
- data/lib/cybersource_rest_client/models/kms_v2_keys_asym_post201_response_key_information.rb +1 -1
- data/lib/cybersource_rest_client/models/kms_v2_keys_sym_post201_response_key_information.rb +7 -1
- 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/kmsv2keysasym_key_information.rb +1 -1
- data/lib/cybersource_rest_client/models/kmsv2keyssym_key_information.rb +1 -1
- data/lib/cybersource_rest_client/models/kmsv2keyssymdeletes_key_information.rb +1 -1
- data/lib/cybersource_rest_client/models/kmsv2keyssymverifi_key_information.rb +1 -1
- 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_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_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_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_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_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/payments_products.rb +350 -0
- data/lib/cybersource_rest_client/models/payments_products_card_present_connect.rb +200 -0
- data/lib/cybersource_rest_client/models/payments_products_card_present_connect_configuration_information.rb +200 -0
- data/lib/cybersource_rest_client/models/payments_products_card_present_connect_configuration_information_configurations.rb +191 -0
- data/lib/cybersource_rest_client/models/payments_products_card_present_connect_subscription_information.rb +237 -0
- data/lib/cybersource_rest_client/models/payments_products_card_processing.rb +200 -0
- data/lib/cybersource_rest_client/models/payments_products_card_processing_configuration_information.rb +200 -0
- data/lib/cybersource_rest_client/models/payments_products_card_processing_configuration_information_configurations.rb +200 -0
- data/lib/cybersource_rest_client/models/payments_products_card_processing_configuration_information_configurations_common.rb +446 -0
- data/lib/cybersource_rest_client/models/payments_products_card_processing_configuration_information_configurations_common_acquirer.rb +236 -0
- data/lib/cybersource_rest_client/models/payments_products_card_processing_configuration_information_configurations_common_currencies.rb +258 -0
- data/lib/cybersource_rest_client/models/payments_products_card_processing_configuration_information_configurations_common_currencies_1.rb +225 -0
- data/lib/cybersource_rest_client/models/payments_products_card_processing_configuration_information_configurations_common_payment_types.rb +203 -0
- data/lib/cybersource_rest_client/models/payments_products_card_processing_configuration_information_configurations_common_processors.rb +721 -0
- data/lib/cybersource_rest_client/models/payments_products_card_processing_configuration_information_configurations_features.rb +200 -0
- data/lib/cybersource_rest_client/models/payments_products_card_processing_configuration_information_configurations_features_card_present.rb +204 -0
- data/lib/cybersource_rest_client/models/payments_products_card_processing_subscription_information.rb +250 -0
- data/lib/cybersource_rest_client/models/payments_products_card_processing_subscription_information_features.rb +190 -0
- data/lib/cybersource_rest_client/models/payments_products_currency_conversion.rb +200 -0
- data/lib/cybersource_rest_client/models/payments_products_currency_conversion_configuration_information.rb +200 -0
- data/lib/cybersource_rest_client/models/payments_products_currency_conversion_configuration_information_configurations.rb +192 -0
- data/lib/cybersource_rest_client/models/payments_products_currency_conversion_configuration_information_configurations_processors.rb +201 -0
- data/lib/cybersource_rest_client/models/payments_products_cybs_ready_terminal.rb +190 -0
- data/lib/cybersource_rest_client/models/payments_products_differential_fee.rb +190 -0
- data/lib/cybersource_rest_client/models/payments_products_differential_fee_subscription_information.rb +247 -0
- data/lib/cybersource_rest_client/models/payments_products_differential_fee_subscription_information_features.rb +190 -0
- data/lib/cybersource_rest_client/models/payments_products_digital_payments.rb +190 -0
- data/lib/cybersource_rest_client/models/payments_products_digital_payments_subscription_information.rb +250 -0
- data/lib/cybersource_rest_client/models/payments_products_e_check.rb +200 -0
- data/lib/cybersource_rest_client/models/payments_products_e_check_config_common_internal_only_processors.rb +242 -0
- data/lib/cybersource_rest_client/models/payments_products_e_check_configuration_information.rb +200 -0
- data/lib/cybersource_rest_client/models/payments_products_e_check_configuration_information_configurations.rb +210 -0
- data/lib/cybersource_rest_client/models/payments_products_e_check_configuration_information_configurations_common.rb +296 -0
- data/lib/cybersource_rest_client/models/payments_products_e_check_configuration_information_configurations_common_internal_only.rb +206 -0
- data/lib/cybersource_rest_client/models/payments_products_e_check_configuration_information_configurations_common_processors.rb +261 -0
- data/lib/cybersource_rest_client/models/payments_products_e_check_configuration_information_configurations_features.rb +190 -0
- data/lib/cybersource_rest_client/models/payments_products_e_check_configuration_information_configurations_underwriting.rb +334 -0
- data/lib/cybersource_rest_client/models/payments_products_e_check_subscription_information.rb +250 -0
- data/lib/cybersource_rest_client/models/payments_products_payer_authentication.rb +200 -0
- data/lib/cybersource_rest_client/models/payments_products_payer_authentication_configuration_information.rb +200 -0
- data/lib/cybersource_rest_client/models/payments_products_payer_authentication_configuration_information_configurations.rb +190 -0
- data/lib/cybersource_rest_client/models/payments_products_payer_authentication_configuration_information_configurations_card_types.rb +260 -0
- data/lib/cybersource_rest_client/models/payments_products_payer_authentication_configuration_information_configurations_card_types_cb.rb +221 -0
- data/lib/cybersource_rest_client/models/payments_products_payer_authentication_subscription_information.rb +237 -0
- data/lib/cybersource_rest_client/models/payments_products_payouts.rb +200 -0
- data/lib/cybersource_rest_client/models/payments_products_payouts_configuration_information.rb +190 -0
- data/lib/cybersource_rest_client/models/payments_products_payouts_configuration_information_configurations.rb +204 -0
- data/lib/cybersource_rest_client/models/payments_products_payouts_configuration_information_configurations_processor_account.rb +237 -0
- data/lib/cybersource_rest_client/models/payments_products_payouts_configuration_information_configurations_pullfunds.rb +311 -0
- data/lib/cybersource_rest_client/models/payments_products_payouts_configuration_information_configurations_pushfunds.rb +336 -0
- data/lib/cybersource_rest_client/models/payments_products_secure_acceptance.rb +200 -0
- data/lib/cybersource_rest_client/models/payments_products_secure_acceptance_configuration_information.rb +200 -0
- data/lib/cybersource_rest_client/models/payments_products_secure_acceptance_configuration_information_configurations.rb +251 -0
- data/lib/cybersource_rest_client/models/payments_products_secure_acceptance_configuration_information_configurations_checkout.rb +213 -0
- data/lib/cybersource_rest_client/models/payments_products_secure_acceptance_configuration_information_configurations_contact_information.rb +221 -0
- data/lib/cybersource_rest_client/models/payments_products_secure_acceptance_configuration_information_configurations_notifications.rb +200 -0
- data/lib/cybersource_rest_client/models/payments_products_secure_acceptance_configuration_information_configurations_payment_methods.rb +214 -0
- data/lib/cybersource_rest_client/models/payments_products_secure_acceptance_configuration_information_configurations_payment_types.rb +191 -0
- data/lib/cybersource_rest_client/models/payments_products_secure_acceptance_configuration_information_configurations_service.rb +257 -0
- data/lib/cybersource_rest_client/models/payments_products_tax.rb +190 -0
- data/lib/cybersource_rest_client/models/payments_products_virtual_terminal.rb +200 -0
- data/lib/cybersource_rest_client/models/payments_products_virtual_terminal_configuration_information.rb +200 -0
- data/lib/cybersource_rest_client/models/payments_products_virtual_terminal_configuration_information_configurations.rb +200 -0
- data/lib/cybersource_rest_client/models/payments_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_credits_post201_response_credit_amount_details.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_processor_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_order_information_bill_to.rb +4 -4
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_order_information_ship_to.rb +6 -6
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_payment_information_payment_type_method.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_buyer_information.rb +3 -3
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_consumer_authentication_information.rb +4 -4
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_installment_information.rb +3 -3
- 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_post201_response_payment_account_information_card.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_card.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_point_of_sale_information_emv.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information.rb +3 -3
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb +18 -18
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_risk_information_info_codes.rb +3 -3
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_risk_information_score.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_watchlist_screening_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_refund_amount_details.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_merchant_information_merchant_descriptor.rb +3 -3
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_order_information_amount_details.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_aggregator_information_sub_merchant.rb +8 -8
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_merchant_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_merchant_information_merchant_descriptor.rb +4 -4
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_point_of_service_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_payment_information_card.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_sender_information.rb +4 -4
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_sender_information_account.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_sender_information_payment_information_card.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_device_information.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_installment_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_merchant_information.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_merchant_information_merchant_descriptor.rb +3 -3
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_order_information_bill_to.rb +5 -5
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_card.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_tokenized_card.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2credits_installment_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2credits_processing_information.rb +3 -3
- data/lib/cybersource_rest_client/models/ptsv2credits_processing_information_bank_transfer_options.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_aggregator_information_sub_merchant.rb +9 -9
- data/lib/cybersource_rest_client/models/ptsv2payments_buyer_information.rb +5 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_buyer_information_personal_identification.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_client_reference_information_partner.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_consumer_authentication_information.rb +19 -2
- data/lib/cybersource_rest_client/models/ptsv2payments_device_information.rb +5 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_installment_information.rb +3 -3
- data/lib/cybersource_rest_client/models/ptsv2payments_merchant_defined_secure_information.rb +249 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_merchant_information.rb +4 -4
- data/lib/cybersource_rest_client/models/ptsv2payments_merchant_information_merchant_descriptor.rb +5 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_merchant_information_service_fee_descriptor.rb +3 -3
- data/lib/cybersource_rest_client/models/ptsv2payments_merchant_information_service_location.rb +4 -4
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_bill_to.rb +9 -9
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_bill_to_company.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_invoice_details.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_invoice_details_transaction_advice_addendum.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_line_items.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_ship_to.rb +7 -7
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank_account.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_card.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_customer.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_payment_type_method.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_tokenized_card.rb +3 -3
- data/lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information.rb +4 -4
- data/lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information_emv.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information.rb +28 -11
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_authorization_options.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_authorization_options_initiator.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_bank_transfer_options.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2payments_recipient_information.rb +5 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_risk_information_buyer_history_customer_account.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information.rb +15 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_auto_rental.rb +4 -4
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline_ancillary_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline_legs.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_vehicle_data.rb +214 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_watchlist_screening_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_watchlist_screening_information_weights.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2paymentsid_client_reference_information_partner.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_aggregator_information_sub_merchant.rb +8 -8
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_buyer_information.rb +3 -3
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_device_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_installment_information.rb +3 -3
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_merchant_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_amount_details.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_bill_to.rb +6 -6
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_invoice_details.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_ship_to.rb +3 -3
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_point_of_sale_information_emv.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_merchant_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information_line_items.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_bank.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_card.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_point_of_sale_information_emv.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payouts_merchant_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payouts_merchant_information_merchant_descriptor.rb +27 -10
- data/lib/cybersource_rest_client/models/ptsv2payouts_order_information_bill_to.rb +4 -4
- data/lib/cybersource_rest_client/models/ptsv2payouts_payment_information_card.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payouts_processing_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payouts_recipient_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payouts_sender_information.rb +5 -5
- data/lib/cybersource_rest_client/models/ptsv2payouts_sender_information_account.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2refreshpaymentstatusid_payment_information_customer.rb +1 -1
- data/lib/cybersource_rest_client/models/push_funds201_response_order_information_amount_details.rb +1 -1
- data/lib/cybersource_rest_client/models/push_funds201_response_processor_information.rb +1 -1
- data/lib/cybersource_rest_client/models/replay_webhooks_request.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/risk_v1_decisions_post201_response_consumer_authentication_information.rb +4 -4
- data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_payment_information.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1addressverifications_buyer_information.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1addressverifications_order_information_bill_to.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1addressverifications_order_information_line_items.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1addressverifications_order_information_ship_to.rb +7 -7
- data/lib/cybersource_rest_client/models/riskv1authenticationresults_payment_information_card.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1authenticationresults_payment_information_tokenized_card.rb +2 -2
- data/lib/cybersource_rest_client/models/riskv1authentications_buyer_information.rb +2 -2
- data/lib/cybersource_rest_client/models/riskv1authentications_device_information.rb +2 -2
- data/lib/cybersource_rest_client/models/riskv1authentications_order_information_bill_to.rb +4 -4
- data/lib/cybersource_rest_client/models/riskv1authentications_payment_information_card.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1authentications_payment_information_tokenized_card.rb +2 -2
- data/lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information_card.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information_tokenized_card.rb +2 -2
- data/lib/cybersource_rest_client/models/riskv1decisions_buyer_information.rb +2 -2
- data/lib/cybersource_rest_client/models/riskv1decisions_consumer_authentication_information.rb +2 -2
- data/lib/cybersource_rest_client/models/riskv1decisions_device_information.rb +6 -6
- data/lib/cybersource_rest_client/models/riskv1decisions_merchant_information.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1decisions_merchant_information_merchant_descriptor.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1decisions_order_information_bill_to.rb +4 -4
- data/lib/cybersource_rest_client/models/riskv1decisions_order_information_line_items.rb +2 -2
- data/lib/cybersource_rest_client/models/riskv1decisions_order_information_ship_to.rb +7 -7
- data/lib/cybersource_rest_client/models/riskv1decisions_payment_information_card.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1decisions_payment_information_tokenized_card.rb +2 -2
- data/lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_export_compliance_information.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_order_information_bill_to.rb +3 -3
- data/lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_order_information_line_items.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_order_information_ship_to.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1liststypeentries_order_information_bill_to.rb +4 -4
- data/lib/cybersource_rest_client/models/riskv1liststypeentries_order_information_ship_to.rb +6 -6
- data/lib/cybersource_rest_client/models/riskv1liststypeentries_payment_information_bank.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1liststypeentries_payment_information_card.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1liststypeentries_risk_information_marking_details.rb +2 -2
- 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/tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier_bill_to.rb +1 -1
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument__embedded_instrument_identifier_card.rb +1 -1
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument_bill_to.rb +5 -5
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument_buyer_information.rb +1 -1
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument_buyer_information_issued_by.rb +1 -1
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument_card_tokenized_information.rb +2 -2
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_default_payment_instrument_merchant_information_merchant_descriptor.rb +1 -1
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded_tokenized_card_card.rb +3 -3
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_buyer_information.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_device_information.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_merchant_information_merchant_descriptor.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_amount_details.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_bill_to.rb +7 -7
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_ship_to.rb +6 -6
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_bank.rb +3 -3
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_bank_account.rb +3 -3
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_card.rb +2 -2
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_customer.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_point_of_sale_information.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information.rb +2 -2
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_authorization_options_initiator.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information.rb +2 -2
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information_electronic_verification_results.rb +10 -10
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_buyer_information.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_order_information_bill_to.rb +4 -4
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_order_information_ship_to.rb +2 -2
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_payment_information_bank_account.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_payment_information_card.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_point_of_sale_information_partner.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_processing_information.rb +2 -2
- data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_risk_information_providers_fingerprint.rb +1 -1
- data/lib/cybersource_rest_client/models/tssv2transactionsemv_tag_details_emv_details_list.rb +1 -1
- data/lib/cybersource_rest_client/models/update_webhook_request.rb +315 -0
- data/lib/cybersource_rest_client/models/upv1capturecontexts_order_information_bill_to.rb +7 -7
- data/lib/cybersource_rest_client/models/upv1capturecontexts_order_information_bill_to_company.rb +3 -3
- data/lib/cybersource_rest_client/models/value_added_services_products.rb +200 -0
- data/lib/cybersource_rest_client/models/vas_v2_payments_post201_response_tax_information.rb +1 -1
- data/lib/cybersource_rest_client/models/vasv2tax_buyer_information.rb +1 -1
- data/lib/cybersource_rest_client/models/vasv2tax_order_information_line_items.rb +2 -2
- data/lib/cybersource_rest_client/models/vasv2tax_order_information_ship_to.rb +7 -7
- data/lib/cybersource_rest_client/models/vasv2tax_tax_information.rb +1 -1
- data/lib/cybersource_rest_client/utilities/tracking/sdk_tracker.rb +71 -0
- data/lib/cybersource_rest_client.rb +214 -13
- metadata +217 -30
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a683a5c7392bdf85074a522eee216c14d79fd35fe32280dce2fac36e82478b0
|
4
|
+
data.tar.gz: f8b335f0a758f528e7c1ba0dd577eaf4dc037ebc54857fc119863735e7fbdeff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: de2a006815dba5e37637d4542f80a4c476605e53f58a47ae75eda87999635cb23a0ca28ab857927f218a58f956efb3fc29d92260852170dc2daf7151e1683d83
|
7
|
+
data.tar.gz: 4ac65e83d52b0f67a2471e07d637c6ab2687f4100caa450bdb616e4a361d6b9ecd9f476109d6d793e2c9b236f37e113bc91fecd19774123618b9d51d1e10c01b
|
@@ -22,9 +22,11 @@ module CyberSource
|
|
22
22
|
end
|
23
23
|
# Create one or more PKCS12 keys
|
24
24
|
# 'Create one or more PKCS12 keys'
|
25
|
+
#
|
25
26
|
# @param create_p12_keys_request
|
26
27
|
# @param [Hash] opts the optional parameters
|
27
28
|
# @return [KmsV2KeysAsymPost201Response]
|
29
|
+
#
|
28
30
|
def create_p12_keys(create_p12_keys_request, opts = {})
|
29
31
|
data, status_code, headers = create_p12_keys_with_http_info(create_p12_keys_request, opts)
|
30
32
|
return data, status_code, headers
|
@@ -67,6 +69,8 @@ module CyberSource
|
|
67
69
|
|
68
70
|
# http body (model)
|
69
71
|
post_body = @api_client.object_to_http_body(create_p12_keys_request)
|
72
|
+
sdk_tracker = SdkTracker.new
|
73
|
+
post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'CreateP12KeysRequest', @api_client.config.host)
|
70
74
|
auth_names = []
|
71
75
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
72
76
|
:header_params => header_params,
|
@@ -87,9 +91,11 @@ module CyberSource
|
|
87
91
|
end
|
88
92
|
# Delete one or more PKCS12 keys
|
89
93
|
# 'Delete one or more PKCS12 keys'
|
94
|
+
#
|
90
95
|
# @param delete_bulk_p12_keys_request
|
91
96
|
# @param [Hash] opts the optional parameters
|
92
97
|
# @return [KmsV2KeysAsymDeletesPost200Response]
|
98
|
+
#
|
93
99
|
def delete_bulk_p12_keys(delete_bulk_p12_keys_request, opts = {})
|
94
100
|
data, status_code, headers = delete_bulk_p12_keys_with_http_info(delete_bulk_p12_keys_request, opts)
|
95
101
|
return data, status_code, headers
|
@@ -132,6 +138,8 @@ module CyberSource
|
|
132
138
|
|
133
139
|
# http body (model)
|
134
140
|
post_body = @api_client.object_to_http_body(delete_bulk_p12_keys_request)
|
141
|
+
sdk_tracker = SdkTracker.new
|
142
|
+
post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'DeleteBulkP12KeysRequest', @api_client.config.host)
|
135
143
|
auth_names = []
|
136
144
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
137
145
|
:header_params => header_params,
|
@@ -152,9 +160,11 @@ module CyberSource
|
|
152
160
|
end
|
153
161
|
# Retrieves PKCS12 key details
|
154
162
|
# Retrieves keys details by providing the key id.
|
163
|
+
#
|
155
164
|
# @param key_id Key ID.
|
156
165
|
# @param [Hash] opts the optional parameters
|
157
166
|
# @return [KmsV2KeysAsymGet200Response]
|
167
|
+
#
|
158
168
|
def get_p12_key_details(key_id, opts = {})
|
159
169
|
data, status_code, headers = get_p12_key_details_with_http_info(key_id, opts)
|
160
170
|
return data, status_code, headers
|
@@ -221,10 +231,12 @@ module CyberSource
|
|
221
231
|
end
|
222
232
|
# Activate or De-activate Asymmetric Key
|
223
233
|
# Activate or De-activate Asymmetric Key
|
234
|
+
#
|
224
235
|
# @param key_id Key ID.
|
225
236
|
# @param update_asym_keys_request
|
226
237
|
# @param [Hash] opts the optional parameters
|
227
238
|
# @return [Object]
|
239
|
+
#
|
228
240
|
def update_asym_key(key_id, update_asym_keys_request, opts = {})
|
229
241
|
data, status_code, headers = update_asym_key_with_http_info(key_id, update_asym_keys_request, opts)
|
230
242
|
return data, status_code, headers
|
@@ -272,6 +284,8 @@ module CyberSource
|
|
272
284
|
|
273
285
|
# http body (model)
|
274
286
|
post_body = @api_client.object_to_http_body(update_asym_keys_request)
|
287
|
+
sdk_tracker = SdkTracker.new
|
288
|
+
post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'UpdateAsymKeysRequest', @api_client.config.host)
|
275
289
|
auth_names = []
|
276
290
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
277
291
|
:header_params => header_params,
|
@@ -22,9 +22,11 @@ module CyberSource
|
|
22
22
|
end
|
23
23
|
# Retrieve a Batch Report
|
24
24
|
# **Get Batch Report**<br>This resource accepts a batch id and returns: - The batch status. - The total number of accepted, rejected, updated records. - The total number of card association responses. - The billable quantities of: - New Account Numbers (NAN) - New Expiry Dates (NED) - Account Closures (ACL) - Contact Card Holders (CCH) - Source record information including token ids, masked card number, expiration dates & card type. - Response record information including response code, reason, token ids, masked card number, expiration dates & card type.
|
25
|
+
#
|
25
26
|
# @param batch_id Unique identification number assigned to the submitted request.
|
26
27
|
# @param [Hash] opts the optional parameters
|
27
|
-
# @return [
|
28
|
+
# @return [InlineResponse2007]
|
29
|
+
#
|
28
30
|
def get_batch_report(batch_id, opts = {})
|
29
31
|
data, status_code, headers = get_batch_report_with_http_info(batch_id, opts)
|
30
32
|
return data, status_code, headers
|
@@ -34,7 +36,7 @@ module CyberSource
|
|
34
36
|
# **Get Batch Report**<br>This resource accepts a batch id and returns: - The batch status. - The total number of accepted, rejected, updated records. - The total number of card association responses. - The billable quantities of: - New Account Numbers (NAN) - New Expiry Dates (NED) - Account Closures (ACL) - Contact Card Holders (CCH) - Source record information including token ids, masked card number, expiration dates & card type. - Response record information including response code, reason, token ids, masked card number, expiration dates & card type.
|
35
37
|
# @param batch_id Unique identification number assigned to the submitted request.
|
36
38
|
# @param [Hash] opts the optional parameters
|
37
|
-
# @return [Array<(
|
39
|
+
# @return [Array<(InlineResponse2007, Fixnum, Hash)>] InlineResponse2007 data, response status code and response headers
|
38
40
|
def get_batch_report_with_http_info(batch_id, opts = {})
|
39
41
|
|
40
42
|
if @api_client.config.debugging
|
@@ -49,14 +51,6 @@ module CyberSource
|
|
49
51
|
if @api_client.config.client_side_validation && batch_id.nil?
|
50
52
|
fail ArgumentError, "Missing the required parameter 'batch_id' when calling BatchesApi.get_batch_report"
|
51
53
|
end
|
52
|
-
if @api_client.config.client_side_validation && batch_id > 32
|
53
|
-
fail ArgumentError, 'invalid value for "batch_id" when calling BatchesApi.get_batch_report, must be smaller than or equal to 32.'
|
54
|
-
end
|
55
|
-
|
56
|
-
if @api_client.config.client_side_validation && batch_id < 16
|
57
|
-
fail ArgumentError, 'invalid value for "batch_id" when calling BatchesApi.get_batch_report, must be greater than or equal to 16.'
|
58
|
-
end
|
59
|
-
|
60
54
|
# resource path
|
61
55
|
local_var_path = 'accountupdater/v1/batches/{batchId}/report'.sub('{' + 'batchId' + '}', batch_id.to_s)
|
62
56
|
|
@@ -86,7 +80,7 @@ module CyberSource
|
|
86
80
|
:form_params => form_params,
|
87
81
|
:body => post_body,
|
88
82
|
:auth_names => auth_names,
|
89
|
-
:return_type => '
|
83
|
+
:return_type => 'InlineResponse2007')
|
90
84
|
if @api_client.config.debugging
|
91
85
|
begin
|
92
86
|
raise
|
@@ -99,9 +93,11 @@ module CyberSource
|
|
99
93
|
end
|
100
94
|
# Retrieve a Batch Status
|
101
95
|
# **Get Batch Status**<br>This resource accepts a batch id and returns: - The batch status. - The total number of accepted, rejected, updated records. - The total number of card association responses. - The billable quantities of: - New Account Numbers (NAN) - New Expiry Dates (NED) - Account Closures (ACL) - Contact Card Holders (CCH)
|
96
|
+
#
|
102
97
|
# @param batch_id Unique identification number assigned to the submitted request.
|
103
98
|
# @param [Hash] opts the optional parameters
|
104
|
-
# @return [
|
99
|
+
# @return [InlineResponse2006]
|
100
|
+
#
|
105
101
|
def get_batch_status(batch_id, opts = {})
|
106
102
|
data, status_code, headers = get_batch_status_with_http_info(batch_id, opts)
|
107
103
|
return data, status_code, headers
|
@@ -111,7 +107,7 @@ module CyberSource
|
|
111
107
|
# **Get Batch Status**<br>This resource accepts a batch id and returns: - The batch status. - The total number of accepted, rejected, updated records. - The total number of card association responses. - The billable quantities of: - New Account Numbers (NAN) - New Expiry Dates (NED) - Account Closures (ACL) - Contact Card Holders (CCH)
|
112
108
|
# @param batch_id Unique identification number assigned to the submitted request.
|
113
109
|
# @param [Hash] opts the optional parameters
|
114
|
-
# @return [Array<(
|
110
|
+
# @return [Array<(InlineResponse2006, Fixnum, Hash)>] InlineResponse2006 data, response status code and response headers
|
115
111
|
def get_batch_status_with_http_info(batch_id, opts = {})
|
116
112
|
|
117
113
|
if @api_client.config.debugging
|
@@ -126,14 +122,6 @@ module CyberSource
|
|
126
122
|
if @api_client.config.client_side_validation && batch_id.nil?
|
127
123
|
fail ArgumentError, "Missing the required parameter 'batch_id' when calling BatchesApi.get_batch_status"
|
128
124
|
end
|
129
|
-
if @api_client.config.client_side_validation && batch_id > 32
|
130
|
-
fail ArgumentError, 'invalid value for "batch_id" when calling BatchesApi.get_batch_status, must be smaller than or equal to 32.'
|
131
|
-
end
|
132
|
-
|
133
|
-
if @api_client.config.client_side_validation && batch_id < 16
|
134
|
-
fail ArgumentError, 'invalid value for "batch_id" when calling BatchesApi.get_batch_status, must be greater than or equal to 16.'
|
135
|
-
end
|
136
|
-
|
137
125
|
# resource path
|
138
126
|
local_var_path = 'accountupdater/v1/batches/{batchId}/status'.sub('{' + 'batchId' + '}', batch_id.to_s)
|
139
127
|
|
@@ -163,7 +151,7 @@ module CyberSource
|
|
163
151
|
:form_params => form_params,
|
164
152
|
:body => post_body,
|
165
153
|
:auth_names => auth_names,
|
166
|
-
:return_type => '
|
154
|
+
:return_type => 'InlineResponse2006')
|
167
155
|
if @api_client.config.debugging
|
168
156
|
begin
|
169
157
|
raise
|
@@ -176,12 +164,14 @@ module CyberSource
|
|
176
164
|
end
|
177
165
|
# List Batches
|
178
166
|
# **List Batches**<br>This resource accepts a optional date range, record offset and limit, returning a paginated response of batches containing: - The batch id. - The batch status. - The batch created / modified dates. - The total number of accepted, rejected, updated records. - The total number of card association responses.
|
167
|
+
#
|
179
168
|
# @param [Hash] opts the optional parameters
|
180
169
|
# @option opts [Integer] :offset Starting record in zero-based dataset that should be returned as the first object in the array. (default to 0)
|
181
170
|
# @option opts [Integer] :limit The maximum number that can be returned in the array starting from the offset record in zero-based dataset. (default to 20)
|
182
171
|
# @option opts [String] :from_date ISO-8601 format: yyyyMMddTHHmmssZ
|
183
172
|
# @option opts [String] :to_date ISO-8601 format: yyyyMMddTHHmmssZ
|
184
|
-
# @return [
|
173
|
+
# @return [InlineResponse2005]
|
174
|
+
#
|
185
175
|
def get_batches_list(opts = {})
|
186
176
|
data, status_code, headers = get_batches_list_with_http_info(opts)
|
187
177
|
return data, status_code, headers
|
@@ -194,7 +184,7 @@ module CyberSource
|
|
194
184
|
# @option opts [Integer] :limit The maximum number that can be returned in the array starting from the offset record in zero-based dataset.
|
195
185
|
# @option opts [String] :from_date ISO-8601 format: yyyyMMddTHHmmssZ
|
196
186
|
# @option opts [String] :to_date ISO-8601 format: yyyyMMddTHHmmssZ
|
197
|
-
# @return [Array<(
|
187
|
+
# @return [Array<(InlineResponse2005, Fixnum, Hash)>] InlineResponse2005 data, response status code and response headers
|
198
188
|
def get_batches_list_with_http_info(opts = {})
|
199
189
|
|
200
190
|
if @api_client.config.debugging
|
@@ -205,18 +195,6 @@ module CyberSource
|
|
205
195
|
puts 'Cannot write to log'
|
206
196
|
end
|
207
197
|
end
|
208
|
-
if @api_client.config.client_side_validation && !opts[:'offset'].nil? && opts[:'offset'] < 0
|
209
|
-
fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling BatchesApi.get_batches_list, must be greater than or equal to 0.'
|
210
|
-
end
|
211
|
-
|
212
|
-
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] > 500
|
213
|
-
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling BatchesApi.get_batches_list, must be smaller than or equal to 500.'
|
214
|
-
end
|
215
|
-
|
216
|
-
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] < 1
|
217
|
-
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling BatchesApi.get_batches_list, must be greater than or equal to 1.'
|
218
|
-
end
|
219
|
-
|
220
198
|
# resource path
|
221
199
|
local_var_path = 'accountupdater/v1/batches'
|
222
200
|
|
@@ -250,7 +228,7 @@ module CyberSource
|
|
250
228
|
:form_params => form_params,
|
251
229
|
:body => post_body,
|
252
230
|
:auth_names => auth_names,
|
253
|
-
:return_type => '
|
231
|
+
:return_type => 'InlineResponse2005')
|
254
232
|
if @api_client.config.debugging
|
255
233
|
begin
|
256
234
|
raise
|
@@ -263,9 +241,11 @@ module CyberSource
|
|
263
241
|
end
|
264
242
|
# Create a Batch
|
265
243
|
# **Create a Batch**<br>This resource accepts TMS tokens ids of a Customer, Payment Instrument or Instrument Identifier. <br> The card numbers for the supplied tokens ids are then sent to the relevant card associations to check for updates.<br>The following type of batches can be submitted: - **oneOff** batch containing tokens id for Visa or MasterCard card numbers. - **amexRegistration** batch containing tokens id for Amex card numbers. A batch id will be returned on a successful response which can be used to get the batch status and the batch report.
|
244
|
+
#
|
266
245
|
# @param body
|
267
246
|
# @param [Hash] opts the optional parameters
|
268
247
|
# @return [InlineResponse202]
|
248
|
+
#
|
269
249
|
def post_batch(body, opts = {})
|
270
250
|
data, status_code, headers = post_batch_with_http_info(body, opts)
|
271
251
|
return data, status_code, headers
|
@@ -308,6 +288,8 @@ module CyberSource
|
|
308
288
|
|
309
289
|
# http body (model)
|
310
290
|
post_body = @api_client.object_to_http_body(body)
|
291
|
+
sdk_tracker = SdkTracker.new
|
292
|
+
post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'Body', @api_client.config.host)
|
311
293
|
auth_names = []
|
312
294
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
313
295
|
:header_params => header_params,
|
@@ -22,10 +22,12 @@ module CyberSource
|
|
22
22
|
end
|
23
23
|
# Standing Instruction Cancellation or Modification
|
24
24
|
# Standing Instruction with or without Token
|
25
|
+
#
|
25
26
|
# @param modify_billing_agreement
|
26
27
|
# @param id ID for de-registration or cancellation of Billing Agreement
|
27
28
|
# @param [Hash] opts the optional parameters
|
28
29
|
# @return [PtsV2CreditsPost201Response1]
|
30
|
+
#
|
29
31
|
def billing_agreements_de_registration(modify_billing_agreement, id, opts = {})
|
30
32
|
data, status_code, headers = billing_agreements_de_registration_with_http_info(modify_billing_agreement, id, opts)
|
31
33
|
return data, status_code, headers
|
@@ -73,6 +75,8 @@ module CyberSource
|
|
73
75
|
|
74
76
|
# http body (model)
|
75
77
|
post_body = @api_client.object_to_http_body(modify_billing_agreement)
|
78
|
+
sdk_tracker = SdkTracker.new
|
79
|
+
post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'ModifyBillingAgreement', @api_client.config.host)
|
76
80
|
auth_names = []
|
77
81
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
78
82
|
:header_params => header_params,
|
@@ -93,10 +97,12 @@ module CyberSource
|
|
93
97
|
end
|
94
98
|
# Standing Instruction intimation
|
95
99
|
# Standing Instruction with or without Token.
|
100
|
+
#
|
96
101
|
# @param intimate_billing_agreement
|
97
102
|
# @param id ID for intimation of Billing Agreement
|
98
103
|
# @param [Hash] opts the optional parameters
|
99
104
|
# @return [PtsV2CreditsPost201Response1]
|
105
|
+
#
|
100
106
|
def billing_agreements_intimation(intimate_billing_agreement, id, opts = {})
|
101
107
|
data, status_code, headers = billing_agreements_intimation_with_http_info(intimate_billing_agreement, id, opts)
|
102
108
|
return data, status_code, headers
|
@@ -144,6 +150,8 @@ module CyberSource
|
|
144
150
|
|
145
151
|
# http body (model)
|
146
152
|
post_body = @api_client.object_to_http_body(intimate_billing_agreement)
|
153
|
+
sdk_tracker = SdkTracker.new
|
154
|
+
post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'IntimateBillingAgreement', @api_client.config.host)
|
147
155
|
auth_names = []
|
148
156
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
149
157
|
:header_params => header_params,
|
@@ -164,9 +172,11 @@ module CyberSource
|
|
164
172
|
end
|
165
173
|
# Standing Instruction completion registration
|
166
174
|
# Standing Instruction with or without Token. Transaction amount in case First payment is coming along with registration. Only 2 decimal places allowed
|
175
|
+
#
|
167
176
|
# @param create_billing_agreement
|
168
177
|
# @param [Hash] opts the optional parameters
|
169
178
|
# @return [PtsV2CreditsPost201Response1]
|
179
|
+
#
|
170
180
|
def billing_agreements_registration(create_billing_agreement, opts = {})
|
171
181
|
data, status_code, headers = billing_agreements_registration_with_http_info(create_billing_agreement, opts)
|
172
182
|
return data, status_code, headers
|
@@ -209,6 +219,8 @@ module CyberSource
|
|
209
219
|
|
210
220
|
# http body (model)
|
211
221
|
post_body = @api_client.object_to_http_body(create_billing_agreement)
|
222
|
+
sdk_tracker = SdkTracker.new
|
223
|
+
post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'CreateBillingAgreement', @api_client.config.host)
|
212
224
|
auth_names = []
|
213
225
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
214
226
|
:header_params => header_params,
|
@@ -22,10 +22,12 @@ module CyberSource
|
|
22
22
|
end
|
23
23
|
# Capture a Payment
|
24
24
|
# Include the payment ID in the POST request to capture the payment amount.
|
25
|
+
#
|
25
26
|
# @param capture_payment_request
|
26
27
|
# @param id The payment ID returned from a previous payment request. This ID links the capture to the payment.
|
27
28
|
# @param [Hash] opts the optional parameters
|
28
29
|
# @return [PtsV2PaymentsCapturesPost201Response]
|
30
|
+
#
|
29
31
|
def capture_payment(capture_payment_request, id, opts = {})
|
30
32
|
data, status_code, headers = capture_payment_with_http_info(capture_payment_request, id, opts)
|
31
33
|
return data, status_code, headers
|
@@ -73,6 +75,8 @@ module CyberSource
|
|
73
75
|
|
74
76
|
# http body (model)
|
75
77
|
post_body = @api_client.object_to_http_body(capture_payment_request)
|
78
|
+
sdk_tracker = SdkTracker.new
|
79
|
+
post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'CapturePaymentRequest', @api_client.config.host)
|
76
80
|
auth_names = []
|
77
81
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
78
82
|
:header_params => header_params,
|
@@ -22,11 +22,13 @@ module CyberSource
|
|
22
22
|
end
|
23
23
|
# Get Chargeback Details
|
24
24
|
# Chargeback Detail Report Description
|
25
|
+
#
|
25
26
|
# @param start_time Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z)
|
26
27
|
# @param end_time Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z)
|
27
28
|
# @param [Hash] opts the optional parameters
|
28
29
|
# @option opts [String] :organization_id Valid Organization Id
|
29
30
|
# @return [ReportingV3ChargebackDetailsGet200Response]
|
31
|
+
#
|
30
32
|
def get_chargeback_details(start_time, end_time, opts = {})
|
31
33
|
data, status_code, headers = get_chargeback_details_with_http_info(start_time, end_time, opts)
|
32
34
|
return data, status_code, headers
|
@@ -57,14 +59,6 @@ module CyberSource
|
|
57
59
|
if @api_client.config.client_side_validation && end_time.nil?
|
58
60
|
fail ArgumentError, "Missing the required parameter 'end_time' when calling ChargebackDetailsApi.get_chargeback_details"
|
59
61
|
end
|
60
|
-
if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'].to_s.length > 32
|
61
|
-
fail ArgumentError, 'invalid value for "opts[:"organization_id"]" when calling ChargebackDetailsApi.get_chargeback_details, the character length must be smaller than or equal to 32.'
|
62
|
-
end
|
63
|
-
|
64
|
-
if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'].to_s.length < 1
|
65
|
-
fail ArgumentError, 'invalid value for "opts[:"organization_id"]" when calling ChargebackDetailsApi.get_chargeback_details, the character length must be great than or equal to 1.'
|
66
|
-
end
|
67
|
-
|
68
62
|
#if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'] !~ Regexp.new(/[a-zA-Z0-9-_]+/)
|
69
63
|
#fail ArgumentError, "invalid value for 'opts[:\"organization_id\"]' when calling ChargebackDetailsApi.get_chargeback_details, must conform to the pattern /[a-zA-Z0-9-_]+/."
|
70
64
|
#end
|
@@ -22,11 +22,13 @@ module CyberSource
|
|
22
22
|
end
|
23
23
|
# Get Chargeback Summaries
|
24
24
|
# Chargeback Summary Report Description
|
25
|
+
#
|
25
26
|
# @param start_time Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z)
|
26
27
|
# @param end_time Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z)
|
27
28
|
# @param [Hash] opts the optional parameters
|
28
29
|
# @option opts [String] :organization_id Valid Organization Id
|
29
30
|
# @return [ReportingV3ChargebackSummariesGet200Response]
|
31
|
+
#
|
30
32
|
def get_chargeback_summaries(start_time, end_time, opts = {})
|
31
33
|
data, status_code, headers = get_chargeback_summaries_with_http_info(start_time, end_time, opts)
|
32
34
|
return data, status_code, headers
|
@@ -57,14 +59,6 @@ module CyberSource
|
|
57
59
|
if @api_client.config.client_side_validation && end_time.nil?
|
58
60
|
fail ArgumentError, "Missing the required parameter 'end_time' when calling ChargebackSummariesApi.get_chargeback_summaries"
|
59
61
|
end
|
60
|
-
if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'].to_s.length > 32
|
61
|
-
fail ArgumentError, 'invalid value for "opts[:"organization_id"]" when calling ChargebackSummariesApi.get_chargeback_summaries, the character length must be smaller than or equal to 32.'
|
62
|
-
end
|
63
|
-
|
64
|
-
if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'].to_s.length < 1
|
65
|
-
fail ArgumentError, 'invalid value for "opts[:"organization_id"]" when calling ChargebackSummariesApi.get_chargeback_summaries, the character length must be great than or equal to 1.'
|
66
|
-
end
|
67
|
-
|
68
62
|
#if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'] !~ Regexp.new(/[a-zA-Z0-9-_]+/)
|
69
63
|
#fail ArgumentError, "invalid value for 'opts[:\"organization_id\"]' when calling ChargebackSummariesApi.get_chargeback_summaries, must conform to the pattern /[a-zA-Z0-9-_]+/."
|
70
64
|
#end
|
@@ -22,11 +22,13 @@ module CyberSource
|
|
22
22
|
end
|
23
23
|
# Get Conversion Detail Transactions
|
24
24
|
# Get conversion detail of transactions for a merchant.
|
25
|
+
#
|
25
26
|
# @param start_time Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z)
|
26
27
|
# @param end_time Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z)
|
27
28
|
# @param [Hash] opts the optional parameters
|
28
29
|
# @option opts [String] :organization_id Valid Organization Id
|
29
30
|
# @return [ReportingV3ConversionDetailsGet200Response]
|
31
|
+
#
|
30
32
|
def get_conversion_detail(start_time, end_time, opts = {})
|
31
33
|
data, status_code, headers = get_conversion_detail_with_http_info(start_time, end_time, opts)
|
32
34
|
return data, status_code, headers
|
@@ -57,14 +59,6 @@ module CyberSource
|
|
57
59
|
if @api_client.config.client_side_validation && end_time.nil?
|
58
60
|
fail ArgumentError, "Missing the required parameter 'end_time' when calling ConversionDetailsApi.get_conversion_detail"
|
59
61
|
end
|
60
|
-
if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'].to_s.length > 32
|
61
|
-
fail ArgumentError, 'invalid value for "opts[:"organization_id"]" when calling ConversionDetailsApi.get_conversion_detail, the character length must be smaller than or equal to 32.'
|
62
|
-
end
|
63
|
-
|
64
|
-
if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'].to_s.length < 1
|
65
|
-
fail ArgumentError, 'invalid value for "opts[:"organization_id"]" when calling ConversionDetailsApi.get_conversion_detail, the character length must be great than or equal to 1.'
|
66
|
-
end
|
67
|
-
|
68
62
|
#if @api_client.config.client_side_validation && !opts[:'organization_id'].nil? && opts[:'organization_id'] !~ Regexp.new(/[a-zA-Z0-9-_]+/)
|
69
63
|
#fail ArgumentError, "invalid value for 'opts[:\"organization_id\"]' when calling ConversionDetailsApi.get_conversion_detail, must conform to the pattern /[a-zA-Z0-9-_]+/."
|
70
64
|
#end
|