cybersource_rest_client 0.0.83 → 0.0.85
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/AuthenticationSDK/authentication/jwt/JwtToken.rb +46 -27
- data/lib/AuthenticationSDK/core/MerchantConfig.rb +93 -58
- data/lib/AuthenticationSDK/logging/sensitive_logging.rb +265 -93
- data/lib/AuthenticationSDK/util/AuthJWEUtility.rb +53 -3
- data/lib/AuthenticationSDK/util/Cache.rb +20 -12
- data/lib/AuthenticationSDK/util/Constants.rb +92 -31
- data/lib/AuthenticationSDK/util/MLEUtility.rb +51 -2
- data/lib/cybersource_rest_client/api/{instructions_api.rb → agent_capabilities_api.rb} +116 -35
- data/lib/cybersource_rest_client/api/batches_api.rb +1 -1
- data/lib/cybersource_rest_client/api/billing_agreements_api.rb +6 -6
- data/lib/cybersource_rest_client/api/capture_api.rb +2 -2
- data/lib/cybersource_rest_client/api/create_new_webhooks_api.rb +14 -22
- data/lib/cybersource_rest_client/api/credentials_api.rb +104 -0
- data/lib/cybersource_rest_client/api/credit_api.rb +2 -2
- data/lib/cybersource_rest_client/api/customer_payment_instrument_api.rb +3 -3
- data/lib/cybersource_rest_client/api/instrument_identifier_api.rb +3 -3
- data/lib/cybersource_rest_client/api/invoice_settings_api.rb +2 -2
- data/lib/cybersource_rest_client/api/invoices_api.rb +6 -6
- data/lib/cybersource_rest_client/api/manage_webhooks_api.rb +20 -28
- data/lib/cybersource_rest_client/api/merchant_boarding_api.rb +2 -2
- data/lib/cybersource_rest_client/api/network_tokens_api.rb +654 -0
- data/lib/cybersource_rest_client/api/orders_api.rb +4 -4
- data/lib/cybersource_rest_client/api/payment_links_api.rb +4 -4
- data/lib/cybersource_rest_client/api/payment_tokens_api.rb +2 -2
- data/lib/cybersource_rest_client/api/payments_api.rb +21 -21
- data/lib/cybersource_rest_client/api/plans_api.rb +1 -1
- data/lib/cybersource_rest_client/api/refund_api.rb +4 -4
- data/lib/cybersource_rest_client/api/reversal_api.rb +4 -4
- data/lib/cybersource_rest_client/api/subscriptions_api.rb +183 -1
- data/lib/cybersource_rest_client/api/subscriptions_follow_ons_api.rb +1 -1
- data/lib/cybersource_rest_client/api/void_api.rb +10 -10
- data/lib/cybersource_rest_client/api_client.rb +35 -2
- data/lib/cybersource_rest_client/configuration.rb +2 -2
- data/lib/cybersource_rest_client/models/{commerce_solutions_products_account_updater_configuration_information_configurations.rb → account_updater_configurations.rb} +4 -4
- data/lib/cybersource_rest_client/models/{commerce_solutions_products_account_updater_configuration_information_configurations_amex.rb → account_updater_configurations_amex.rb} +1 -1
- data/lib/cybersource_rest_client/models/{commerce_solutions_products_account_updater_configuration_information_configurations_master_card.rb → account_updater_configurations_master_card.rb} +1 -1
- data/lib/cybersource_rest_client/models/{commerce_solutions_products_account_updater_configuration_information_configurations_visa.rb → account_updater_configurations_visa.rb} +1 -1
- data/lib/cybersource_rest_client/models/account_validations_request.rb +15 -5
- data/lib/cybersource_rest_client/models/{ptsv1pullfundstransfer_processing_information_funding_options.rb → aft_funding_options.rb} +2 -2
- data/lib/cybersource_rest_client/models/{ptsv1pullfundstransfer_processing_information_funding_options_initiator.rb → aft_funding_options_initiator.rb} +2 -2
- data/lib/cybersource_rest_client/models/{ptsv1pullfundstransfer_processing_info_funding_options_initiator_origin_ini_transaction.rb → aft_funding_options_initiator_originator_initiated_transaction.rb} +1 -1
- data/lib/cybersource_rest_client/models/agentic_cancel_purchase_intent_request.rb +3 -3
- data/lib/cybersource_rest_client/models/agentic_card_enrollment_request.rb +8 -8
- data/lib/cybersource_rest_client/models/agentic_confirm_transaction_events_request.rb +2 -2
- data/lib/cybersource_rest_client/models/agentic_create_purchase_intent_request.rb +5 -5
- data/lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_request.rb +2 -2
- data/lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_response200.rb +1 -1
- data/lib/cybersource_rest_client/models/agentic_update_purchase_intent_request.rb +5 -5
- data/lib/cybersource_rest_client/models/{payments_products_alternative_payment_methods_configuration_information_configurations_processors.rb → alternative_payments_processor_configuration.rb} +1 -1
- data/lib/cybersource_rest_client/models/auth_reversal_request.rb +11 -1
- data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information.rb +32 -6
- data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_bank.rb +1 -1
- data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_bank_account.rb +1 -1
- data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_customer.rb +196 -0
- data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_instrument_identifier.rb +196 -0
- data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_payment_instrument.rb +196 -0
- data/lib/cybersource_rest_client/models/bavsv1accountvalidations_token_information.rb +208 -0
- data/lib/cybersource_rest_client/models/bin_lookup403_response.rb +223 -0
- data/lib/cybersource_rest_client/models/bin_lookupv400_response.rb +235 -0
- data/lib/cybersource_rest_client/models/{card_processing_config_common_acquirer_agreement_acquirer_code.rb → boarding_acquirer_details.rb} +2 -2
- data/lib/cybersource_rest_client/models/{card_processing_config_common_acquirer_agreement_acquirer_code_payment_options.rb → boarding_acquirer_details_payment_options.rb} +1 -1
- data/lib/cybersource_rest_client/models/{boardingv1registrations_organization_information_business_information.rb → boarding_business_information.rb} +6 -6
- data/lib/cybersource_rest_client/models/{boardingv1registrations_organization_information_business_information_address.rb → boarding_business_information_address.rb} +1 -1
- data/lib/cybersource_rest_client/models/{boardingv1registrations_organization_information_business_information_business_contact.rb → boarding_business_information_business_contact.rb} +1 -1
- data/lib/cybersource_rest_client/models/{boardingv1registrations_organization_information_business_information_localized_names.rb → boarding_business_information_localized_names.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_payouts_configuration_information_configurations.rb → boarding_payouts_configurations.rb} +2 -2
- data/lib/cybersource_rest_client/models/{payments_products_payouts_configuration_information_configurations_common.rb → boarding_payouts_configurations_common.rb} +2 -2
- data/lib/cybersource_rest_client/models/{payments_products_payouts_configuration_information_configurations_common_aggregator.rb → boarding_payouts_configurations_common_aggregator.rb} +1 -1
- data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information.rb +1 -1
- data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_owners.rb +1 -1
- data/lib/cybersource_rest_client/models/card_processing_config_common_acquirer_agreement.rb +1 -1
- data/lib/cybersource_rest_client/models/card_processing_config_common_processors.rb +105 -1
- data/lib/cybersource_rest_client/models/commerce_solutions_products.rb +15 -5
- data/lib/cybersource_rest_client/models/commerce_solutions_products_account_updater_configuration_information.rb +1 -1
- data/lib/cybersource_rest_client/models/create_credit_request.rb +15 -5
- data/lib/cybersource_rest_client/models/create_subscription_response.rb +1 -1
- data/lib/cybersource_rest_client/models/{payment_instrument_list_1__embedded_payment_instruments.rb → default_payment_instrument.rb} +9 -9
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument__embedded.rb → default_payment_instrument__embedded.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument__links.rb → default_payment_instrument__links.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument__links_self.rb → default_payment_instrument__links_self.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_bank_account.rb → default_payment_instrument_bank_account.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_bill_to.rb → default_payment_instrument_bill_to.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_buyer_information.rb → default_payment_instrument_buyer_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_default_payment_instrument_buyer_info_issued_by.rb → default_payment_instrument_buyer_information_issued_by.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_default_payment_instrument_buyer_info_personal_identification.rb → default_payment_instrument_buyer_information_personal_identification.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_card.rb → default_payment_instrument_card.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_default_payment_instrument_card_tokenized_info.rb → default_payment_instrument_card_tokenized_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_default_payment_instrument_instrument_identifier.rb → default_payment_instrument_instrument_identifier.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_metadata.rb → default_payment_instrument_metadata.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address.rb → default_shipping_address.rb} +4 -4
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address__links.rb → default_shipping_address__links.rb} +3 -3
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address__links_customer.rb → default_shipping_address__links_customer.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address__links_self.rb → default_shipping_address__links_self.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address_metadata.rb → default_shipping_address_metadata.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address_ship_to.rb → default_shipping_address_ship_to.rb} +1 -1
- data/lib/cybersource_rest_client/models/{pts_v2_payments_post201_response_watchlist_screening_information_watch_list.rb → export_compliance_watch_list.rb} +2 -2
- data/lib/cybersource_rest_client/models/{pts_v2_payments_post201_response_watchlist_screening_information_watch_list_matches.rb → export_compliance_watch_list_matches.rb} +1 -1
- data/lib/cybersource_rest_client/models/{get_subscription_response_1_payment_instrument_buyer_information.rb → follow_on_transaction_buyer_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/generate_unified_checkout_v1_capture_context_request.rb +2 -2
- data/lib/cybersource_rest_client/models/get_all_subscriptions_response_order_information_amount_details_surcharge.rb +22 -5
- data/lib/cybersource_rest_client/models/get_subscription_response_1_payment_instrument.rb +2 -2
- data/lib/cybersource_rest_client/models/get_subscription_response_1_shipping_address.rb +1 -1
- data/lib/cybersource_rest_client/models/get_subscriptions_payments_response.rb +247 -0
- data/lib/cybersource_rest_client/models/get_subscriptions_payments_response_1.rb +224 -0
- data/lib/cybersource_rest_client/models/{pbl_payment_links_post201_response__links.rb → get_subscriptions_payments_response_1__links.rb} +1 -1
- data/lib/cybersource_rest_client/models/get_subscriptions_payments_response__links.rb +209 -0
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_configuration_information_configurations_features.rb → get_subscriptions_payments_response_cycles_completed_count.rb} +11 -9
- data/lib/cybersource_rest_client/models/get_subscriptions_payments_response_subscription_payment.rb +356 -0
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_amount_detail.rb → icc_amount_detail.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_items.rb → icc_line_item.rb} +4 -4
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_items_additional_info.rb → icc_line_item_additional_info.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_items_policies.rb → icc_line_item_policies.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_merchant_information_merchant_descriptor.rb → icc_merchant_descriptor.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_processor_information_payment_instrument.rb → icc_payment_instrument.rb} +3 -3
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconf_processor_info_payment_instrument_verifi_results.rb → icc_payment_instrument_verification_results.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_order_information_shipping_details.rb → icc_shipping_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/{agentic_retrieve_payment_credentials_response200_transaction_response_with_pending_events.rb → icc_transaction_response_pending_events.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructions_decline_threshold.rb → iccv1instructions_decline_threshold.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1instructions_mandates.rb → iccv1instructions_mandates.rb} +4 -4
- data/lib/cybersource_rest_client/models/{acpv1instructions_recurring_payment_information.rb → iccv1instructions_recurring_payment_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_confirmation_data.rb → iccv1instructionsinstruction_idconfirmations_confirmation_data.rb} +5 -5
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_merchant_information.rb → iccv1instructionsinstruction_idconfirmations_merchant_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_order_information.rb → iccv1instructionsinstruction_idconfirmations_order_information.rb} +5 -5
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_processor_information.rb → iccv1instructionsinstruction_idconfirmations_processor_information.rb} +4 -4
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_attachments.rb → iccv1instructionsinstruction_idcredentials_attachments.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_client_reference_information.rb → iccv1instructionsinstruction_idcredentials_client_reference_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_mandate_reference_data.rb → iccv1instructionsinstruction_idcredentials_mandate_reference_data.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_merchant_information.rb → iccv1instructionsinstruction_idcredentials_merchant_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information.rb → iccv1instructionsinstruction_idcredentials_order_information.rb} +4 -4
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_line_items.rb → iccv1instructionsinstruction_idcredentials_order_information_line_items.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_ship_to.rb → iccv1instructionsinstruction_idcredentials_order_information_ship_to.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_payment_options.rb → iccv1instructionsinstruction_idcredentials_payment_options.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_transaction_data.rb → iccv1instructionsinstruction_idcredentials_transaction_data.rb} +7 -7
- data/lib/cybersource_rest_client/models/iccv1mppcredentials_challenge.rb +369 -0
- data/lib/cybersource_rest_client/models/iccv1mppcredentials_challenge_encryption_jwk.rb +336 -0
- data/lib/cybersource_rest_client/models/{acpv1tokens_assurance_data.rb → iccv1tokens_assurance_data.rb} +10 -10
- data/lib/cybersource_rest_client/models/{acpv1tokens_authenticated_identities.rb → iccv1tokens_authenticated_identities.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1tokens_authentication_context.rb → iccv1tokens_authentication_context.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1tokens_bill_to.rb → iccv1tokens_bill_to.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1tokens_buyer_information.rb → iccv1tokens_buyer_information.rb} +3 -3
- data/lib/cybersource_rest_client/models/{acpv1tokens_buyer_information_personal_identification.rb → iccv1tokens_buyer_information_personal_identification.rb} +9 -9
- data/lib/cybersource_rest_client/models/{acpv1tokens_consent_data.rb → iccv1tokens_consent_data.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_consumer_identity.rb → iccv1tokens_consumer_identity.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1tokens_device_information.rb → iccv1tokens_device_information.rb} +3 -3
- data/lib/cybersource_rest_client/models/{acpv1tokens_device_information_device_data.rb → iccv1tokens_device_information_device_data.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_enrollment_reference_data.rb → iccv1tokens_enrollment_reference_data.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1tokens_payment_information.rb → iccv1tokens_payment_information.rb} +5 -5
- data/lib/cybersource_rest_client/models/{acpv1tokens_payment_information_customer.rb → iccv1tokens_payment_information_customer.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_payment_information_instrument_identifier.rb → iccv1tokens_payment_information_instrument_identifier.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_payment_information_payment_instrument.rb → iccv1tokens_payment_information_payment_instrument.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_201_1_tokenized_card.rb +26 -5
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups.rb +1 -1
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_commerce_solutions.rb +17 -7
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_risk.rb +16 -6
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_value_added_services.rb +27 -7
- data/lib/cybersource_rest_client/models/inline_response_400_10.rb +30 -75
- data/lib/cybersource_rest_client/models/{inline_response_400_8_details.rb → inline_response_400_10_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_400_11.rb +242 -0
- data/lib/cybersource_rest_client/models/inline_response_400_12.rb +235 -0
- data/lib/cybersource_rest_client/models/{inline_response_400_7_details.rb → inline_response_400_12_details.rb} +3 -3
- data/lib/cybersource_rest_client/models/inline_response_400_13.rb +281 -0
- data/lib/cybersource_rest_client/models/inline_response_400_6.rb +37 -60
- data/lib/cybersource_rest_client/models/inline_response_400_7.rb +6 -6
- data/lib/cybersource_rest_client/models/inline_response_400_8.rb +58 -36
- data/lib/cybersource_rest_client/models/{inline_response_400_6_fields.rb → inline_response_400_8_fields.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_400_9.rb +16 -16
- data/lib/cybersource_rest_client/models/inline_response_400_9_details.rb +2 -2
- data/lib/cybersource_rest_client/models/inline_response_404_3.rb +1 -1
- data/lib/cybersource_rest_client/models/inline_response_422_1.rb +1 -1
- data/lib/cybersource_rest_client/models/inline_response_502.rb +9 -53
- data/lib/cybersource_rest_client/models/inline_response_502_1.rb +24 -12
- data/lib/cybersource_rest_client/models/inline_response_502_2.rb +19 -47
- data/lib/cybersource_rest_client/models/inline_response_502_3.rb +251 -0
- data/lib/cybersource_rest_client/models/iplv2paymentlinks_order_information_line_items.rb +73 -5
- data/lib/cybersource_rest_client/models/microform_config_features.rb +189 -0
- data/lib/cybersource_rest_client/models/microform_config_features_gateway_agnostic.rb +189 -0
- data/lib/cybersource_rest_client/models/mit_reversal_request.rb +11 -1
- data/lib/cybersource_rest_client/models/mpp_credentials_request.rb +221 -0
- data/lib/cybersource_rest_client/models/mpp_credentials_response200.rb +338 -0
- data/lib/cybersource_rest_client/models/patch_customer_payment_instrument_request.rb +8 -8
- data/lib/cybersource_rest_client/models/patch_customer_request.rb +1 -1
- data/lib/cybersource_rest_client/models/patch_customer_shipping_address_request.rb +3 -3
- data/lib/cybersource_rest_client/models/patch_instrument_identifier_request.rb +1 -1
- data/lib/cybersource_rest_client/models/patch_payment_instrument_request.rb +8 -8
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument.rb → payment_instrument.rb} +9 -9
- data/lib/cybersource_rest_client/models/payment_instrument_list_1__embedded.rb +1 -1
- data/lib/cybersource_rest_client/models/payment_instrument_list__embedded.rb +1 -1
- data/lib/cybersource_rest_client/models/{payment_instrument_list_1__embedded__embedded.rb → payment_instrument_list__embedded__embedded.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments.rb → payments_configuration_setup.rb} +45 -25
- data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_alternative_payment_methods.rb → payments_configuration_setup_alternative_payment_methods.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_alternative_payment_methods_configuration_status.rb → payments_configuration_setup_alternative_payment_methods_configuration_status.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_card_processing.rb → payments_configuration_setup_card_processing.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_card_processing_configuration_status.rb → payments_configuration_setup_card_processing_configuration_status.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_card_processing_subscription_status.rb → payments_configuration_setup_card_processing_subscription_status.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_digital_payments.rb → payments_configuration_setup_digital_payments.rb} +2 -2
- data/lib/cybersource_rest_client/models/payments_products.rb +25 -5
- data/lib/cybersource_rest_client/models/payments_products_alternative_payment_methods_configuration_information_configurations.rb +1 -1
- data/lib/cybersource_rest_client/models/payments_products_currency_conversion_configuration_information_configurations_processors.rb +14 -2
- data/lib/cybersource_rest_client/models/payments_products_microform.rb +199 -0
- data/lib/cybersource_rest_client/models/payments_products_microform_configuration_information.rb +199 -0
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_configuration_information_configurations.rb → payments_products_microform_configuration_information_configurations.rb} +2 -2
- data/lib/cybersource_rest_client/models/payments_products_microform_subscription_information.rb +227 -0
- data/lib/cybersource_rest_client/models/payments_products_payouts_configuration_information.rb +1 -1
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information.rb +1 -1
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pbl_payment_links_get200_response.rb +1 -1
- data/lib/cybersource_rest_client/models/pbl_payment_links_post201_response.rb +1 -1
- data/lib/cybersource_rest_client/models/post_customer_payment_instrument_request.rb +8 -8
- data/lib/cybersource_rest_client/models/post_customer_request.rb +1 -1
- data/lib/cybersource_rest_client/models/post_customer_shipping_address_request.rb +3 -3
- data/lib/cybersource_rest_client/models/post_instrument_identifier_enrollment_request.rb +1 -1
- data/lib/cybersource_rest_client/models/post_instrument_identifier_request.rb +1 -1
- data/lib/cybersource_rest_client/models/post_issuer_life_cycle_simulation_request.rb +1 -1
- data/lib/cybersource_rest_client/models/post_payment_credentials_request.rb +1 -1
- data/lib/cybersource_rest_client/models/post_payment_credentials_request_1.rb +1 -1
- data/lib/cybersource_rest_client/models/post_payment_instrument_request.rb +8 -8
- data/lib/cybersource_rest_client/models/post_tokenized_card_request.rb +15 -5
- data/lib/cybersource_rest_client/models/{ptsv2payments_processing_information_authorization_options.rb → processing_info_authorization_options.rb} +2 -2
- data/lib/cybersource_rest_client/models/{ptsv2payments_processing_information_authorization_options_initiator.rb → processing_info_authorization_options_initiator.rb} +2 -2
- data/lib/cybersource_rest_client/models/{ptsv2payments_merchant_initiated_transaction.rb → processing_info_authorization_options_initiator_merchant_initiated_transaction.rb} +4 -4
- data/lib/cybersource_rest_client/models/{pts_v2_payments_post201_response_processor_information_seller_protection.rb → processor_information_seller_protection.rb} +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_create_billing_agreement_post201_response_agreement_information.rb +80 -1
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response.rb +42 -2
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_merchant_information.rb +196 -0
- data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_recipient_information_payment_information.rb → pts_v2_credits_post201_response_payment_account_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_payment_information.rb +15 -5
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_payment_information_account_features.rb +196 -0
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_token_information.rb +189 -0
- 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_modify_billing_agreement_post201_response_agreement_information.rb +35 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_point_of_sale_information.rb +22 -5
- data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_processor_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_order_post201_response_order_information_shipping_details.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_processor_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_consumer_authentication_information.rb +106 -5
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_consumer_authentication_information_strong_authentication.rb +22 -5
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_account_information.rb +15 -5
- data/lib/cybersource_rest_client/models/{pts_v2_payments_post201_response_payment_information_tokenized_card.rb → pts_v2_payments_post201_response_payment_account_information_tokenized_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_processing_information.rb +18 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information.rb +24 -7
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information.rb +15 -5
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_third_party_token.rb +213 -0
- 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.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_error_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_order_information_amount_details.rb +18 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_processor_information.rb +19 -2
- data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response_processor_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_voids_post201_response_processor_information.rb +7 -1
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_issuer_information.rb +166 -1
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information.rb +45 -5
- data/lib/cybersource_rest_client/models/{pull_funds201_response_processor_information_avs.rb → pts_v2_payouts_post201_response_processor_information_avs.rb} +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information_customer.rb +196 -0
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information_electronic_verification_results.rb +281 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_buyer_information.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_order_information_amount_details.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information.rb +19 -6
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information.rb +19 -6
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_agreement_information.rb +84 -5
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_order_information.rb +12 -2
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_order_information_amount_details.rb +230 -0
- data/lib/cybersource_rest_client/models/{ptsv2intents_order_information_invoice_details.rb → ptsv2billingagreements_order_information_invoice_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_bank.rb +15 -5
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_bank_account_alias.rb +207 -0
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_processing_information.rb +18 -1
- data/lib/cybersource_rest_client/models/ptsv2billingagreementsid_agreement_information.rb +56 -5
- data/lib/cybersource_rest_client/models/ptsv2billingagreementsid_processing_information.rb +18 -1
- data/lib/cybersource_rest_client/models/ptsv2credits_processing_information.rb +36 -6
- data/lib/cybersource_rest_client/models/ptsv2credits_processing_information_refund_options.rb +22 -5
- data/lib/cybersource_rest_client/models/ptsv2credits_token_information.rb +228 -0
- data/lib/cybersource_rest_client/models/ptsv2intents_order_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2intentsid_order_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_aggregator_information_sub_merchant.rb +15 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_consumer_authentication_information.rb +16 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information.rb +28 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_digital_currency.rb +231 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_shipping_details.rb +23 -6
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information.rb +32 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank.rb +15 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank_account_alias.rb +207 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_third_party_token.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information.rb +18 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information.rb +74 -8
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_program_indicators.rb +202 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_processor_information.rb +73 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_recipient_information.rb +16 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_sender_information.rb +16 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_token_information.rb +32 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_token_information_token_authentication_information.rb +193 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_token_information_token_authentication_information_authenticated_identities.rb +252 -0
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_aggregator_information_sub_merchant.rb +15 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_shipping_details.rb +100 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_point_of_sale_information.rb +22 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processing_information.rb +19 -2
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processor_information.rb +39 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information.rb +15 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information_shipping_details.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information.rb +32 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_processing_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_processing_information_refund_options.rb +22 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_device_information.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_payment_information.rb +22 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_processing_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payouts_processing_information.rb +18 -5
- data/lib/cybersource_rest_client/models/pull_funds201_response_processor_information.rb +36 -6
- data/lib/cybersource_rest_client/models/pull_funds_request.rb +11 -1
- data/lib/cybersource_rest_client/models/push_funds201_response.rb +11 -1
- data/lib/cybersource_rest_client/models/push_funds201_response_issuer_information.rb +344 -0
- data/lib/cybersource_rest_client/models/push_funds201_response_processor_information.rb +45 -5
- data/lib/cybersource_rest_client/models/push_funds_transfer_payment_information.rb +189 -0
- data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_recipient_information_payment_information_card.rb → push_funds_transfer_payment_information_card.rb} +4 -4
- data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_recipient_information_payment_information_card_customer.rb → push_funds_transfer_payment_information_card_customer.rb} +1 -1
- data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_recipient_information_payment_information_card_instrument_identifier.rb → push_funds_transfer_payment_information_card_instrument_identifier.rb} +1 -1
- data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_recipient_information_payment_information_card_payment_instrument.rb → push_funds_transfer_payment_information_card_payment_instrument.rb} +1 -1
- data/lib/cybersource_rest_client/models/{rbsv1subscriptions_processing_information_authorization_options.rb → rbs_authorization_options.rb} +2 -2
- data/lib/cybersource_rest_client/models/{rbsv1subscriptions_processing_information_authorization_options_initiator.rb → rbs_authorization_options_initiator.rb} +1 -1
- data/lib/cybersource_rest_client/models/rbsv1subscriptions_processing_information.rb +1 -1
- data/lib/cybersource_rest_client/models/{reporting_v3_report_definitions_name_get200_response_default_settings.rb → report_definition_default_settings.rb} +1 -1
- data/lib/cybersource_rest_client/models/reporting_v3_report_definitions_get200_response_report_definitions.rb +1 -1
- data/lib/cybersource_rest_client/models/reporting_v3_report_definitions_name_get200_response.rb +1 -1
- data/lib/cybersource_rest_client/models/{risk_v1_address_verifications_post201_response_address_verification_information.rb → risk_address_verification_information.rb} +3 -3
- data/lib/cybersource_rest_client/models/{risk_v1_address_verifications_post201_response_address_verification_information_bar_code.rb → risk_address_verification_information_bar_code.rb} +1 -1
- data/lib/cybersource_rest_client/models/{risk_v1_address_verifications_post201_response_address_verification_information_standard_address.rb → risk_address_verification_information_standard_address.rb} +2 -2
- data/lib/cybersource_rest_client/models/{risk_v1_address_verifications_post201_response_address1.rb → risk_address_verification_information_standard_address_address1.rb} +1 -1
- data/lib/cybersource_rest_client/models/risk_products.rb +15 -5
- data/lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1decisions_order_information_ship_to.rb +39 -5
- data/lib/cybersource_rest_client/models/riskv1decisions_order_information_shipping_details.rb +1 -1
- data/lib/cybersource_rest_client/models/shipping_address_list_for_customer__embedded.rb +1 -1
- data/lib/cybersource_rest_client/models/tms_card_art.rb +23 -1
- data/lib/cybersource_rest_client/models/tms_embedded_instrument_identifier.rb +1 -1
- data/lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_bill_to.rb +22 -5
- data/lib/cybersource_rest_client/models/{tmsv2tokenizedcardstokenized_card_idissuerlifecycleeventsimulations_metadata.rb → tms_issuer_life_cycle_event_simulation_metadata.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tmsv2tokenizedcardstokenized_card_idissuerlifecycleeventsimulations_metadata_card_art.rb → tms_issuer_life_cycle_event_simulation_metadata_card_art.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tms_issuerlifecycleeventsimulations_metadata_card_art_combined_asset.rb → tms_issuer_life_cycle_event_simulation_metadata_card_art_combined_asset.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tms_embedded_instrument_identifier_point_of_sale_information.rb → tms_point_of_sale_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tms_embedded_instrument_identifier_point_of_sale_information_emv_tags.rb → tms_point_of_sale_information_emv_tags.rb} +1 -1
- data/lib/cybersource_rest_client/models/tms_tokenized_card_delete_request.rb +189 -0
- data/lib/cybersource_rest_client/models/tmsv1paymentinstruments__embedded.rb +190 -0
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card.rb +22 -1
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_card.rb +1 -1
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata.rb +16 -5
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_issuer.rb +41 -8
- data/lib/cybersource_rest_client/models/{tmsv3tokenstoken_idpaymentcredentials_merchant_information_merchant_descriptor.rb → tmsv2_tokenized_card_metadata_issuer_bank_applications.rb} +11 -11
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_issuer_capabilities.rb +257 -0
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_verification_results.rb +202 -0
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded.rb +200 -0
- data/lib/cybersource_rest_client/models/tmsv2tokenize_token_information.rb +2 -2
- data/lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded.rb +2 -2
- data/lib/cybersource_rest_client/models/{tmsv3tokenstoken_idpaymentcredentials_order_information_bill_to.rb → tmsv2tokenizedcards_bill_to.rb} +1 -1
- data/lib/cybersource_rest_client/models/tmsv2tokenizedcardstokenized_card_iddelete_reason.rb +208 -0
- data/lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_authenticated_identities.rb +19 -8
- data/lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_order_information.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_shipping_details.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_sender_information.rb +1 -1
- data/lib/cybersource_rest_client/models/uc_configurations.rb +189 -0
- data/lib/cybersource_rest_client/models/uc_configurations_features.rb +209 -0
- data/lib/cybersource_rest_client/models/uc_configurations_features_click_to_pay.rb +189 -0
- data/lib/cybersource_rest_client/models/uc_configurations_features_click_to_pay_enrollment_data.rb +223 -0
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_configuration_information_configurations_features_paze.rb → uc_configurations_features_paze.rb} +2 -2
- data/lib/cybersource_rest_client/models/uc_configurations_features_portfolio_accessto_sensitive_data.rb +190 -0
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features.rb → uc_feature_subscription.rb} +22 -22
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_after_pay.rb → uc_feature_subscription_after_pay.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_apple_pay.rb → uc_feature_subscription_apple_pay.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_bancontact.rb → uc_feature_subscription_bancontact.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_click_to_pay.rb → uc_feature_subscription_click_to_pay.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_decision_manager.rb → uc_feature_subscription_decision_manager.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_dragon_pay.rb → uc_feature_subscription_dragon_pay.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_e_check.rb → uc_feature_subscription_e_check.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_google_pay.rb → uc_feature_subscription_google_pay.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_ideal.rb → uc_feature_subscription_ideal.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_konbini.rb → uc_feature_subscription_konbini.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_multibanco.rb → uc_feature_subscription_multibanco.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_my_bank.rb → uc_feature_subscription_my_bank.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_p24.rb → uc_feature_subscription_p24.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_pay_pal.rb → uc_feature_subscription_pay_pal.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_payer_authentication.rb → uc_feature_subscription_payer_authentication.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_paze_for_unified_checkout.rb → uc_feature_subscription_paze_for_unified_checkout.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_info_features_portfolio_accessof_sensi_data.rb → uc_feature_subscription_portfolio_accessof_sensitive_data.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_tink_pay_by_bank.rb → uc_feature_subscription_tink_pay_by_bank.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_token_management.rb → uc_feature_subscription_token_management.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_unified_click_to_pay_sdk.rb → uc_feature_subscription_unified_click_to_pay_sdk.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_venmo.rb → uc_feature_subscription_venmo.rb} +1 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_complete_mandate.rb +1 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_data.rb +45 -15
- data/lib/cybersource_rest_client/models/ucv1sessions_data_aggregator_information.rb +325 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_aggregator_information_sub_merchant.rb +366 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_client_reference_information.rb +227 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_consumer_authentication_information.rb +22 -5
- data/lib/cybersource_rest_client/models/ucv1sessions_data_installment_information.rb +196 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_merchant_information.rb +22 -5
- data/lib/cybersource_rest_client/models/ucv1sessions_data_merchant_information_merchant_descriptor.rb +18 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information.rb +17 -7
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_amount_details.rb +86 -12
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_invoice_details.rb +242 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_invoice_details_transaction_advice_addendum.rb +196 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_line_items.rb +702 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_ship_to.rb +388 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_shipping_details.rb +213 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information.rb +38 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_authorization_options_initiator.rb +1 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_bank_transfer_options.rb +196 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_recurring_options.rb +192 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_recipient_information.rb +107 -53
- data/lib/cybersource_rest_client/models/ucv1sessions_data_sender_information.rb +376 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_sender_information_account.rb +213 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations.rb +11 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_googlepay.rb +1 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_paypal.rb +211 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_paypal_tokenized_payment_method.rb +213 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_tms_token.rb +1 -1
- data/lib/cybersource_rest_client/models/{underwriting_configuration_organization_information_business_information_business_details.rb → underwriting_configuration_business_details.rb} +2 -2
- data/lib/cybersource_rest_client/models/underwriting_configuration_business_details_product_services_subscription.rb +1 -1
- data/lib/cybersource_rest_client/models/underwriting_configuration_organization_information_business_information.rb +1 -1
- data/lib/cybersource_rest_client/models/{upv1capturecontexts_data_processing_info_mit.rb → unified_checkout_merchant_initiated_transaction.rb} +1 -1
- data/lib/cybersource_rest_client/models/update_payments.rb +192 -0
- data/lib/cybersource_rest_client/models/upv1capturecontexts_data_order_information.rb +4 -2
- data/lib/cybersource_rest_client/models/upv1capturecontexts_data_order_information_line_items.rb +2 -2
- data/lib/cybersource_rest_client/models/{upv1capturecontexts_data_order_information_line_items_passenger.rb → upv1capturecontexts_data_order_information_passenger.rb} +1 -1
- data/lib/cybersource_rest_client/models/{upv1capturecontexts_data_order_information_line_items_tax_details.rb → upv1capturecontexts_data_order_information_tax_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/upv1capturecontexts_data_processing_information_authorization_options_initiator.rb +1 -1
- data/lib/cybersource_rest_client/models/value_added_services_products.rb +25 -5
- data/lib/cybersource_rest_client/models/{vt_config_card_not_present_global_payment_information.rb → virtual_terminal_global_payment_settings.rb} +4 -4
- data/lib/cybersource_rest_client/models/{vt_config_card_not_present_global_payment_information_basic_information.rb → virtual_terminal_global_payment_settings_basic_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{vt_config_card_not_present_global_payment_information_merchant_defined_data_fields.rb → virtual_terminal_global_payment_settings_merchant_defined_data_fields.rb} +1 -1
- data/lib/cybersource_rest_client/models/{vt_config_card_not_present_global_payment_information_payment_information.rb → virtual_terminal_global_payment_settings_payment_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/vt_config_card_not_present.rb +1 -1
- data/lib/cybersource_rest_client.rb +225 -158
- metadata +231 -164
- data/lib/cybersource_rest_client/api/enrollment_api.rb +0 -104
- data/lib/cybersource_rest_client/api/token_api.rb +0 -306
- data/lib/cybersource_rest_client/api/tokenized_card_api.rb +0 -371
- data/lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_merchant_information.rb +0 -189
- data/lib/cybersource_rest_client/utilities/flex/token_verification.rb +0 -42
|
@@ -59,9 +59,9 @@ module CyberSource
|
|
|
59
59
|
# header parameters
|
|
60
60
|
header_params = {}
|
|
61
61
|
# HTTP header 'Accept' (if needed)
|
|
62
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json
|
|
62
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json'])
|
|
63
63
|
# HTTP header 'Content-Type'
|
|
64
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
|
|
64
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/json; charset=utf-8'])
|
|
65
65
|
|
|
66
66
|
# form parameters
|
|
67
67
|
form_params = {}
|
|
@@ -146,9 +146,9 @@ module CyberSource
|
|
|
146
146
|
# header parameters
|
|
147
147
|
header_params = {}
|
|
148
148
|
# HTTP header 'Accept' (if needed)
|
|
149
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json
|
|
149
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json'])
|
|
150
150
|
# HTTP header 'Content-Type'
|
|
151
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
|
|
151
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/json; charset=utf-8'])
|
|
152
152
|
|
|
153
153
|
# form parameters
|
|
154
154
|
form_params = {}
|
|
@@ -70,7 +70,7 @@ module CyberSource
|
|
|
70
70
|
post_body = @api_client.object_to_http_body(create_payment_link_request)
|
|
71
71
|
sdk_tracker = SdkTracker.new
|
|
72
72
|
post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'CreatePaymentLinkRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
|
|
73
|
-
inbound_mle_status = "
|
|
73
|
+
inbound_mle_status = "optional"
|
|
74
74
|
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["create_payment_link","create_payment_link_with_http_info"])
|
|
75
75
|
begin
|
|
76
76
|
post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
|
|
@@ -164,7 +164,7 @@ module CyberSource
|
|
|
164
164
|
else
|
|
165
165
|
post_body = nil
|
|
166
166
|
end
|
|
167
|
-
inbound_mle_status = "
|
|
167
|
+
inbound_mle_status = "optional"
|
|
168
168
|
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_all_payment_links","get_all_payment_links_with_http_info"])
|
|
169
169
|
begin
|
|
170
170
|
post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
|
|
@@ -247,7 +247,7 @@ module CyberSource
|
|
|
247
247
|
else
|
|
248
248
|
post_body = nil
|
|
249
249
|
end
|
|
250
|
-
inbound_mle_status = "
|
|
250
|
+
inbound_mle_status = "optional"
|
|
251
251
|
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_payment_link","get_payment_link_with_http_info"])
|
|
252
252
|
begin
|
|
253
253
|
post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
|
|
@@ -334,7 +334,7 @@ module CyberSource
|
|
|
334
334
|
post_body = @api_client.object_to_http_body(update_payment_link_request)
|
|
335
335
|
sdk_tracker = SdkTracker.new
|
|
336
336
|
post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'UpdatePaymentLinkRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
|
|
337
|
-
inbound_mle_status = "
|
|
337
|
+
inbound_mle_status = "optional"
|
|
338
338
|
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["update_payment_link","update_payment_link_with_http_info"])
|
|
339
339
|
begin
|
|
340
340
|
post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
|
|
@@ -59,9 +59,9 @@ module CyberSource
|
|
|
59
59
|
# header parameters
|
|
60
60
|
header_params = {}
|
|
61
61
|
# HTTP header 'Accept' (if needed)
|
|
62
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json
|
|
62
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json'])
|
|
63
63
|
# HTTP header 'Content-Type'
|
|
64
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
|
|
64
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/json; charset=utf-8'])
|
|
65
65
|
|
|
66
66
|
# form parameters
|
|
67
67
|
form_params = {}
|
|
@@ -65,9 +65,9 @@ module CyberSource
|
|
|
65
65
|
# header parameters
|
|
66
66
|
header_params = {}
|
|
67
67
|
# HTTP header 'Accept' (if needed)
|
|
68
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json
|
|
68
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json'])
|
|
69
69
|
# HTTP header 'Content-Type'
|
|
70
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
|
|
70
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/json; charset=utf-8'])
|
|
71
71
|
|
|
72
72
|
# form parameters
|
|
73
73
|
form_params = {}
|
|
@@ -146,9 +146,9 @@ module CyberSource
|
|
|
146
146
|
# header parameters
|
|
147
147
|
header_params = {}
|
|
148
148
|
# HTTP header 'Accept' (if needed)
|
|
149
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json
|
|
149
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json'])
|
|
150
150
|
# HTTP header 'Content-Type'
|
|
151
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
|
|
151
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/json; charset=utf-8'])
|
|
152
152
|
|
|
153
153
|
# form parameters
|
|
154
154
|
form_params = {}
|
|
@@ -227,9 +227,9 @@ module CyberSource
|
|
|
227
227
|
# header parameters
|
|
228
228
|
header_params = {}
|
|
229
229
|
# HTTP header 'Accept' (if needed)
|
|
230
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json
|
|
230
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json'])
|
|
231
231
|
# HTTP header 'Content-Type'
|
|
232
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
|
|
232
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/json; charset=utf-8'])
|
|
233
233
|
|
|
234
234
|
# form parameters
|
|
235
235
|
form_params = {}
|
|
@@ -314,9 +314,9 @@ module CyberSource
|
|
|
314
314
|
# header parameters
|
|
315
315
|
header_params = {}
|
|
316
316
|
# HTTP header 'Accept' (if needed)
|
|
317
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json
|
|
317
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json'])
|
|
318
318
|
# HTTP header 'Content-Type'
|
|
319
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
|
|
319
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/json; charset=utf-8'])
|
|
320
320
|
|
|
321
321
|
# form parameters
|
|
322
322
|
form_params = {}
|
|
@@ -401,9 +401,9 @@ module CyberSource
|
|
|
401
401
|
# header parameters
|
|
402
402
|
header_params = {}
|
|
403
403
|
# HTTP header 'Accept' (if needed)
|
|
404
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json
|
|
404
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json'])
|
|
405
405
|
# HTTP header 'Content-Type'
|
|
406
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
|
|
406
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/json; charset=utf-8'])
|
|
407
407
|
|
|
408
408
|
# form parameters
|
|
409
409
|
form_params = {}
|
|
@@ -450,8 +450,8 @@ module CyberSource
|
|
|
450
450
|
# @param [Hash] opts the optional parameters
|
|
451
451
|
# @return [PtsV2PaymentsPost201Response2]
|
|
452
452
|
#
|
|
453
|
-
def
|
|
454
|
-
data, status_code, headers =
|
|
453
|
+
def update_session_request(create_session_request, id, opts = {})
|
|
454
|
+
data, status_code, headers = update_session_request_with_http_info(create_session_request, id, opts)
|
|
455
455
|
return data, status_code, headers
|
|
456
456
|
end
|
|
457
457
|
|
|
@@ -461,23 +461,23 @@ module CyberSource
|
|
|
461
461
|
# @param id The payment ID. This ID is returned from a previous payment request.
|
|
462
462
|
# @param [Hash] opts the optional parameters
|
|
463
463
|
# @return [Array<(PtsV2PaymentsPost201Response2, Fixnum, Hash)>] PtsV2PaymentsPost201Response2 data, response status code and response headers
|
|
464
|
-
def
|
|
464
|
+
def update_session_request_with_http_info(create_session_request, id, opts = {})
|
|
465
465
|
|
|
466
466
|
if @api_client.config.debugging
|
|
467
467
|
begin
|
|
468
468
|
raise
|
|
469
|
-
@api_client.config.logger.debug 'Calling API: PaymentsApi.
|
|
469
|
+
@api_client.config.logger.debug 'Calling API: PaymentsApi.update_session_request ...'
|
|
470
470
|
rescue
|
|
471
471
|
puts 'Cannot write to log'
|
|
472
472
|
end
|
|
473
473
|
end
|
|
474
474
|
# verify the required parameter 'create_session_request' is set
|
|
475
475
|
if @api_client.config.client_side_validation && create_session_request.nil?
|
|
476
|
-
fail ArgumentError, "Missing the required parameter 'create_session_request' when calling PaymentsApi.
|
|
476
|
+
fail ArgumentError, "Missing the required parameter 'create_session_request' when calling PaymentsApi.update_session_request"
|
|
477
477
|
end
|
|
478
478
|
# verify the required parameter 'id' is set
|
|
479
479
|
if @api_client.config.client_side_validation && id.nil?
|
|
480
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling PaymentsApi.
|
|
480
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling PaymentsApi.update_session_request"
|
|
481
481
|
end
|
|
482
482
|
# resource path
|
|
483
483
|
local_var_path = 'pts/v2/payment-references/{id}'.sub('{' + 'id' + '}', id.to_s)
|
|
@@ -488,9 +488,9 @@ module CyberSource
|
|
|
488
488
|
# header parameters
|
|
489
489
|
header_params = {}
|
|
490
490
|
# HTTP header 'Accept' (if needed)
|
|
491
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json
|
|
491
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json'])
|
|
492
492
|
# HTTP header 'Content-Type'
|
|
493
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
|
|
493
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/json; charset=utf-8'])
|
|
494
494
|
|
|
495
495
|
# form parameters
|
|
496
496
|
form_params = {}
|
|
@@ -500,7 +500,7 @@ module CyberSource
|
|
|
500
500
|
sdk_tracker = SdkTracker.new
|
|
501
501
|
post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'CreateSessionRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
|
|
502
502
|
inbound_mle_status = "optional"
|
|
503
|
-
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["
|
|
503
|
+
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["update_session_request","update_session_request_with_http_info"])
|
|
504
504
|
begin
|
|
505
505
|
post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
|
|
506
506
|
rescue
|
|
@@ -508,7 +508,7 @@ module CyberSource
|
|
|
508
508
|
end
|
|
509
509
|
end
|
|
510
510
|
|
|
511
|
-
is_response_mle_for_api = MLEUtility.check_is_response_mle_for_api(@api_client.merchantconfig, ["
|
|
511
|
+
is_response_mle_for_api = MLEUtility.check_is_response_mle_for_api(@api_client.merchantconfig, ["update_session_request","update_session_request_with_http_info"])
|
|
512
512
|
|
|
513
513
|
auth_names = []
|
|
514
514
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
|
@@ -522,7 +522,7 @@ module CyberSource
|
|
|
522
522
|
if @api_client.config.debugging
|
|
523
523
|
begin
|
|
524
524
|
raise
|
|
525
|
-
@api_client.config.logger.debug "API called: PaymentsApi#
|
|
525
|
+
@api_client.config.logger.debug "API called: PaymentsApi#update_session_request\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
526
526
|
rescue
|
|
527
527
|
puts 'Cannot write to log'
|
|
528
528
|
end
|
|
@@ -153,7 +153,7 @@ module CyberSource
|
|
|
153
153
|
post_body = @api_client.object_to_http_body(create_plan_request)
|
|
154
154
|
sdk_tracker = SdkTracker.new
|
|
155
155
|
post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'CreatePlanRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
|
|
156
|
-
inbound_mle_status = "
|
|
156
|
+
inbound_mle_status = "optional"
|
|
157
157
|
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["create_plan","create_plan_with_http_info"])
|
|
158
158
|
begin
|
|
159
159
|
post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
|
|
@@ -65,9 +65,9 @@ module CyberSource
|
|
|
65
65
|
# header parameters
|
|
66
66
|
header_params = {}
|
|
67
67
|
# HTTP header 'Accept' (if needed)
|
|
68
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json
|
|
68
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json'])
|
|
69
69
|
# HTTP header 'Content-Type'
|
|
70
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
|
|
70
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/json; charset=utf-8'])
|
|
71
71
|
|
|
72
72
|
# form parameters
|
|
73
73
|
form_params = {}
|
|
@@ -152,9 +152,9 @@ module CyberSource
|
|
|
152
152
|
# header parameters
|
|
153
153
|
header_params = {}
|
|
154
154
|
# HTTP header 'Accept' (if needed)
|
|
155
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json
|
|
155
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json'])
|
|
156
156
|
# HTTP header 'Content-Type'
|
|
157
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
|
|
157
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/json; charset=utf-8'])
|
|
158
158
|
|
|
159
159
|
# form parameters
|
|
160
160
|
form_params = {}
|
|
@@ -65,9 +65,9 @@ module CyberSource
|
|
|
65
65
|
# header parameters
|
|
66
66
|
header_params = {}
|
|
67
67
|
# HTTP header 'Accept' (if needed)
|
|
68
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json
|
|
68
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json'])
|
|
69
69
|
# HTTP header 'Content-Type'
|
|
70
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
|
|
70
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/json; charset=utf-8'])
|
|
71
71
|
|
|
72
72
|
# form parameters
|
|
73
73
|
form_params = {}
|
|
@@ -146,9 +146,9 @@ module CyberSource
|
|
|
146
146
|
# header parameters
|
|
147
147
|
header_params = {}
|
|
148
148
|
# HTTP header 'Accept' (if needed)
|
|
149
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json
|
|
149
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json'])
|
|
150
150
|
# HTTP header 'Content-Type'
|
|
151
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
|
|
151
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/json; charset=utf-8'])
|
|
152
152
|
|
|
153
153
|
# form parameters
|
|
154
154
|
form_params = {}
|
|
@@ -239,7 +239,7 @@ module CyberSource
|
|
|
239
239
|
post_body = @api_client.object_to_http_body(create_subscription_request)
|
|
240
240
|
sdk_tracker = SdkTracker.new
|
|
241
241
|
post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'CreateSubscriptionRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
|
|
242
|
-
inbound_mle_status = "
|
|
242
|
+
inbound_mle_status = "optional"
|
|
243
243
|
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["create_subscription","create_subscription_with_http_info"])
|
|
244
244
|
begin
|
|
245
245
|
post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
|
|
@@ -278,6 +278,7 @@ module CyberSource
|
|
|
278
278
|
# @option opts [String] :code Filter by Subscription Code
|
|
279
279
|
# @option opts [String] :status Filter by Subscription Status
|
|
280
280
|
# @option opts [String] :customer_id Filter by Customer Id
|
|
281
|
+
# @option opts [String] :client_reference_information_code Filter by Client Reference Information Code / Merchant Reference Number
|
|
281
282
|
# @return [GetAllSubscriptionsResponse]
|
|
282
283
|
#
|
|
283
284
|
def get_all_subscriptions(opts = {})
|
|
@@ -293,6 +294,7 @@ module CyberSource
|
|
|
293
294
|
# @option opts [String] :code Filter by Subscription Code
|
|
294
295
|
# @option opts [String] :status Filter by Subscription Status
|
|
295
296
|
# @option opts [String] :customer_id Filter by Customer Id
|
|
297
|
+
# @option opts [String] :client_reference_information_code Filter by Client Reference Information Code / Merchant Reference Number
|
|
296
298
|
# @return [Array<(GetAllSubscriptionsResponse, Fixnum, Hash)>] GetAllSubscriptionsResponse data, response status code and response headers
|
|
297
299
|
def get_all_subscriptions_with_http_info(opts = {})
|
|
298
300
|
|
|
@@ -314,6 +316,7 @@ module CyberSource
|
|
|
314
316
|
query_params[:'code'] = opts[:'code'] if !opts[:'code'].nil?
|
|
315
317
|
query_params[:'status'] = opts[:'status'] if !opts[:'status'].nil?
|
|
316
318
|
query_params[:'customerId'] = opts[:'customer_id'] if !opts[:'customer_id'].nil?
|
|
319
|
+
query_params[:'clientReferenceInformationCode'] = opts[:'client_reference_information_code'] if !opts[:'client_reference_information_code'].nil?
|
|
317
320
|
|
|
318
321
|
# header parameters
|
|
319
322
|
header_params = {}
|
|
@@ -521,6 +524,185 @@ module CyberSource
|
|
|
521
524
|
end
|
|
522
525
|
return data, status_code, headers
|
|
523
526
|
end
|
|
527
|
+
# Get Payments for a Subscription
|
|
528
|
+
# Retrieve a list of payments for a specific subscription by its ID.
|
|
529
|
+
#
|
|
530
|
+
# @param id Subscription Id
|
|
531
|
+
# @param [Hash] opts the optional parameters
|
|
532
|
+
# @option opts [Integer] :offset Page offset number.
|
|
533
|
+
# @option opts [Integer] :limit Number of items to be returned. Default - `20`, Max - `100`
|
|
534
|
+
# @option opts [Integer] :scheduled_payments_count Number of existing scheduled payments to be returned. Default - `5`, Max - `9999`
|
|
535
|
+
# @return [GetSubscriptionsPaymentsResponse]
|
|
536
|
+
#
|
|
537
|
+
def subscriptions_id_payments_get(id, opts = {})
|
|
538
|
+
data, status_code, headers = subscriptions_id_payments_get_with_http_info(id, opts)
|
|
539
|
+
return data, status_code, headers
|
|
540
|
+
end
|
|
541
|
+
|
|
542
|
+
# Get Payments for a Subscription
|
|
543
|
+
# Retrieve a list of payments for a specific subscription by its ID.
|
|
544
|
+
# @param id Subscription Id
|
|
545
|
+
# @param [Hash] opts the optional parameters
|
|
546
|
+
# @option opts [Integer] :offset Page offset number.
|
|
547
|
+
# @option opts [Integer] :limit Number of items to be returned. Default - `20`, Max - `100`
|
|
548
|
+
# @option opts [Integer] :scheduled_payments_count Number of existing scheduled payments to be returned. Default - `5`, Max - `9999`
|
|
549
|
+
# @return [Array<(GetSubscriptionsPaymentsResponse, Fixnum, Hash)>] GetSubscriptionsPaymentsResponse data, response status code and response headers
|
|
550
|
+
def subscriptions_id_payments_get_with_http_info(id, opts = {})
|
|
551
|
+
|
|
552
|
+
if @api_client.config.debugging
|
|
553
|
+
begin
|
|
554
|
+
raise
|
|
555
|
+
@api_client.config.logger.debug 'Calling API: SubscriptionsApi.subscriptions_id_payments_get ...'
|
|
556
|
+
rescue
|
|
557
|
+
puts 'Cannot write to log'
|
|
558
|
+
end
|
|
559
|
+
end
|
|
560
|
+
# verify the required parameter 'id' is set
|
|
561
|
+
if @api_client.config.client_side_validation && id.nil?
|
|
562
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling SubscriptionsApi.subscriptions_id_payments_get"
|
|
563
|
+
end
|
|
564
|
+
# resource path
|
|
565
|
+
local_var_path = 'rbs/v1/subscriptions/{id}/payments'.sub('{' + 'id' + '}', id.to_s)
|
|
566
|
+
|
|
567
|
+
# query parameters
|
|
568
|
+
query_params = {}
|
|
569
|
+
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
570
|
+
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
|
571
|
+
query_params[:'scheduledPaymentsCount'] = opts[:'scheduled_payments_count'] if !opts[:'scheduled_payments_count'].nil?
|
|
572
|
+
|
|
573
|
+
# header parameters
|
|
574
|
+
header_params = {}
|
|
575
|
+
# HTTP header 'Accept' (if needed)
|
|
576
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
577
|
+
# HTTP header 'Content-Type'
|
|
578
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
579
|
+
|
|
580
|
+
# form parameters
|
|
581
|
+
form_params = {}
|
|
582
|
+
|
|
583
|
+
# http body (model)
|
|
584
|
+
if 'GET' == 'POST'
|
|
585
|
+
post_body = '{}'
|
|
586
|
+
else
|
|
587
|
+
post_body = nil
|
|
588
|
+
end
|
|
589
|
+
inbound_mle_status = "false"
|
|
590
|
+
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["subscriptions_id_payments_get","subscriptions_id_payments_get_with_http_info"])
|
|
591
|
+
begin
|
|
592
|
+
post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
|
|
593
|
+
rescue
|
|
594
|
+
raise
|
|
595
|
+
end
|
|
596
|
+
end
|
|
597
|
+
|
|
598
|
+
is_response_mle_for_api = MLEUtility.check_is_response_mle_for_api(@api_client.merchantconfig, ["subscriptions_id_payments_get","subscriptions_id_payments_get_with_http_info"])
|
|
599
|
+
|
|
600
|
+
auth_names = []
|
|
601
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
602
|
+
:header_params => header_params,
|
|
603
|
+
:query_params => query_params,
|
|
604
|
+
:form_params => form_params,
|
|
605
|
+
:body => post_body,
|
|
606
|
+
:auth_names => auth_names,
|
|
607
|
+
:return_type => 'GetSubscriptionsPaymentsResponse',
|
|
608
|
+
:isResponseMLEForApi => is_response_mle_for_api)
|
|
609
|
+
if @api_client.config.debugging
|
|
610
|
+
begin
|
|
611
|
+
raise
|
|
612
|
+
@api_client.config.logger.debug "API called: SubscriptionsApi#subscriptions_id_payments_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
613
|
+
rescue
|
|
614
|
+
puts 'Cannot write to log'
|
|
615
|
+
end
|
|
616
|
+
end
|
|
617
|
+
return data, status_code, headers
|
|
618
|
+
end
|
|
619
|
+
# Update Payments for a subscription
|
|
620
|
+
# Modifies the state of a subscription's payments. Currently, the only possible modifications are \"skipping\" and \"restoring\" payments. Marking a payment as \"skipped\" means it will not be processed when its scheduled time arrives. \"Restoring\" a payment removes it from the list of payments to be skipped.
|
|
621
|
+
#
|
|
622
|
+
# @param id Subscription Id
|
|
623
|
+
# @param update_payments Modify payments of a subscription
|
|
624
|
+
# @param [Hash] opts the optional parameters
|
|
625
|
+
# @return [GetSubscriptionsPaymentsResponse1]
|
|
626
|
+
#
|
|
627
|
+
def subscriptions_id_payments_put(id, update_payments, opts = {})
|
|
628
|
+
data, status_code, headers = subscriptions_id_payments_put_with_http_info(id, update_payments, opts)
|
|
629
|
+
return data, status_code, headers
|
|
630
|
+
end
|
|
631
|
+
|
|
632
|
+
# Update Payments for a subscription
|
|
633
|
+
# Modifies the state of a subscription's payments. Currently, the only possible modifications are \"skipping\" and \"restoring\" payments. Marking a payment as \"skipped\" means it will not be processed when its scheduled time arrives. \"Restoring\" a payment removes it from the list of payments to be skipped.
|
|
634
|
+
# @param id Subscription Id
|
|
635
|
+
# @param update_payments Modify payments of a subscription
|
|
636
|
+
# @param [Hash] opts the optional parameters
|
|
637
|
+
# @return [Array<(GetSubscriptionsPaymentsResponse1, Fixnum, Hash)>] GetSubscriptionsPaymentsResponse1 data, response status code and response headers
|
|
638
|
+
def subscriptions_id_payments_put_with_http_info(id, update_payments, opts = {})
|
|
639
|
+
|
|
640
|
+
if @api_client.config.debugging
|
|
641
|
+
begin
|
|
642
|
+
raise
|
|
643
|
+
@api_client.config.logger.debug 'Calling API: SubscriptionsApi.subscriptions_id_payments_put ...'
|
|
644
|
+
rescue
|
|
645
|
+
puts 'Cannot write to log'
|
|
646
|
+
end
|
|
647
|
+
end
|
|
648
|
+
# verify the required parameter 'id' is set
|
|
649
|
+
if @api_client.config.client_side_validation && id.nil?
|
|
650
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling SubscriptionsApi.subscriptions_id_payments_put"
|
|
651
|
+
end
|
|
652
|
+
# verify the required parameter 'update_payments' is set
|
|
653
|
+
if @api_client.config.client_side_validation && update_payments.nil?
|
|
654
|
+
fail ArgumentError, "Missing the required parameter 'update_payments' when calling SubscriptionsApi.subscriptions_id_payments_put"
|
|
655
|
+
end
|
|
656
|
+
# resource path
|
|
657
|
+
local_var_path = 'rbs/v1/subscriptions/{id}/payments'.sub('{' + 'id' + '}', id.to_s)
|
|
658
|
+
|
|
659
|
+
# query parameters
|
|
660
|
+
query_params = {}
|
|
661
|
+
|
|
662
|
+
# header parameters
|
|
663
|
+
header_params = {}
|
|
664
|
+
# HTTP header 'Accept' (if needed)
|
|
665
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
666
|
+
# HTTP header 'Content-Type'
|
|
667
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
668
|
+
|
|
669
|
+
# form parameters
|
|
670
|
+
form_params = {}
|
|
671
|
+
|
|
672
|
+
# http body (model)
|
|
673
|
+
post_body = @api_client.object_to_http_body(update_payments)
|
|
674
|
+
sdk_tracker = SdkTracker.new
|
|
675
|
+
post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'UpdatePayments', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
|
|
676
|
+
inbound_mle_status = "false"
|
|
677
|
+
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["subscriptions_id_payments_put","subscriptions_id_payments_put_with_http_info"])
|
|
678
|
+
begin
|
|
679
|
+
post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
|
|
680
|
+
rescue
|
|
681
|
+
raise
|
|
682
|
+
end
|
|
683
|
+
end
|
|
684
|
+
|
|
685
|
+
is_response_mle_for_api = MLEUtility.check_is_response_mle_for_api(@api_client.merchantconfig, ["subscriptions_id_payments_put","subscriptions_id_payments_put_with_http_info"])
|
|
686
|
+
|
|
687
|
+
auth_names = []
|
|
688
|
+
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
|
689
|
+
:header_params => header_params,
|
|
690
|
+
:query_params => query_params,
|
|
691
|
+
:form_params => form_params,
|
|
692
|
+
:body => post_body,
|
|
693
|
+
:auth_names => auth_names,
|
|
694
|
+
:return_type => 'GetSubscriptionsPaymentsResponse1',
|
|
695
|
+
:isResponseMLEForApi => is_response_mle_for_api)
|
|
696
|
+
if @api_client.config.debugging
|
|
697
|
+
begin
|
|
698
|
+
raise
|
|
699
|
+
@api_client.config.logger.debug "API called: SubscriptionsApi#subscriptions_id_payments_put\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
700
|
+
rescue
|
|
701
|
+
puts 'Cannot write to log'
|
|
702
|
+
end
|
|
703
|
+
end
|
|
704
|
+
return data, status_code, headers
|
|
705
|
+
end
|
|
524
706
|
# Suspend a Subscription
|
|
525
707
|
# Suspend a Subscription
|
|
526
708
|
#
|
|
@@ -159,7 +159,7 @@ module CyberSource
|
|
|
159
159
|
else
|
|
160
160
|
post_body = nil
|
|
161
161
|
end
|
|
162
|
-
inbound_mle_status = "
|
|
162
|
+
inbound_mle_status = "optional"
|
|
163
163
|
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_follow_on_subscription","get_follow_on_subscription_with_http_info"])
|
|
164
164
|
begin
|
|
165
165
|
post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
|
|
@@ -59,9 +59,9 @@ module CyberSource
|
|
|
59
59
|
# header parameters
|
|
60
60
|
header_params = {}
|
|
61
61
|
# HTTP header 'Accept' (if needed)
|
|
62
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json
|
|
62
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json'])
|
|
63
63
|
# HTTP header 'Content-Type'
|
|
64
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
|
|
64
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/json; charset=utf-8'])
|
|
65
65
|
|
|
66
66
|
# form parameters
|
|
67
67
|
form_params = {}
|
|
@@ -146,9 +146,9 @@ module CyberSource
|
|
|
146
146
|
# header parameters
|
|
147
147
|
header_params = {}
|
|
148
148
|
# HTTP header 'Accept' (if needed)
|
|
149
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json
|
|
149
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json'])
|
|
150
150
|
# HTTP header 'Content-Type'
|
|
151
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
|
|
151
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/json; charset=utf-8'])
|
|
152
152
|
|
|
153
153
|
# form parameters
|
|
154
154
|
form_params = {}
|
|
@@ -233,9 +233,9 @@ module CyberSource
|
|
|
233
233
|
# header parameters
|
|
234
234
|
header_params = {}
|
|
235
235
|
# HTTP header 'Accept' (if needed)
|
|
236
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json
|
|
236
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json'])
|
|
237
237
|
# HTTP header 'Content-Type'
|
|
238
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
|
|
238
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/json; charset=utf-8'])
|
|
239
239
|
|
|
240
240
|
# form parameters
|
|
241
241
|
form_params = {}
|
|
@@ -320,9 +320,9 @@ module CyberSource
|
|
|
320
320
|
# header parameters
|
|
321
321
|
header_params = {}
|
|
322
322
|
# HTTP header 'Accept' (if needed)
|
|
323
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json
|
|
323
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json'])
|
|
324
324
|
# HTTP header 'Content-Type'
|
|
325
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
|
|
325
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/json; charset=utf-8'])
|
|
326
326
|
|
|
327
327
|
# form parameters
|
|
328
328
|
form_params = {}
|
|
@@ -407,9 +407,9 @@ module CyberSource
|
|
|
407
407
|
# header parameters
|
|
408
408
|
header_params = {}
|
|
409
409
|
# HTTP header 'Accept' (if needed)
|
|
410
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json
|
|
410
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/hal+json'])
|
|
411
411
|
# HTTP header 'Content-Type'
|
|
412
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
|
|
412
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/json; charset=utf-8'])
|
|
413
413
|
|
|
414
414
|
# form parameters
|
|
415
415
|
form_params = {}
|
|
@@ -12,6 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
require 'json'
|
|
14
14
|
require 'logger'
|
|
15
|
+
require 'openssl'
|
|
15
16
|
require 'tempfile'
|
|
16
17
|
require 'typhoeus'
|
|
17
18
|
require 'addressable/uri'
|
|
@@ -168,8 +169,13 @@ module CyberSource
|
|
|
168
169
|
:maxage_conn => @merchantconfig.keepAliveTime || 118 # Default to 118 seconds as same as default of libcurl
|
|
169
170
|
}
|
|
170
171
|
|
|
171
|
-
# set
|
|
172
|
-
|
|
172
|
+
# set CA cert for SSL verification using the first available source (priority order):
|
|
173
|
+
# 1. User-provided ssl_ca_cert (via config) — highest priority, explicit override
|
|
174
|
+
# 2. SSL_CERT_FILE or CURL_CA_BUNDLE env vars — standard curl/system override
|
|
175
|
+
# 3. Ruby's OpenSSL default cert file — reliable cross-platform fallback
|
|
176
|
+
# If none are found, cainfo is not set and libcurl uses its built-in default.
|
|
177
|
+
resolved_ca_cert = resolve_ca_cert_file
|
|
178
|
+
req_opts[:cainfo] = resolved_ca_cert if resolved_ca_cert
|
|
173
179
|
|
|
174
180
|
if [:post, :patch, :put, :delete].include?(http_method)
|
|
175
181
|
req_body = build_request_body(header_params, form_params, opts[:body])
|
|
@@ -250,6 +256,10 @@ module CyberSource
|
|
|
250
256
|
token = "Bearer " + token
|
|
251
257
|
header_params['Authorization'] = token
|
|
252
258
|
end
|
|
259
|
+
header_params['v-c-sdk-telemetry-merchant-id'] = @merchantconfig.merchantId
|
|
260
|
+
if @merchantconfig.isSDK
|
|
261
|
+
header_params['v-c-sdk-telemetry-mcp'] = @merchantconfig.isSDK.to_s
|
|
262
|
+
end
|
|
253
263
|
# header_params.each do |key, value|
|
|
254
264
|
# log_obj.logger.info("#{key} : #{value}")
|
|
255
265
|
# end
|
|
@@ -265,6 +275,29 @@ module CyberSource
|
|
|
265
275
|
request_target
|
|
266
276
|
end
|
|
267
277
|
|
|
278
|
+
# Resolves the CA certificate file to use for SSL verification.
|
|
279
|
+
# Returns the first available file from the following sources (priority order):
|
|
280
|
+
# 1. User-provided ssl_ca_cert from Configuration (explicit override)
|
|
281
|
+
# 2. SSL_CERT_FILE or CURL_CA_BUNDLE environment variables
|
|
282
|
+
# 3. Ruby's OpenSSL default cert file (cross-platform fallback)
|
|
283
|
+
# @return [String, nil] path to the CA cert file, or nil if none found
|
|
284
|
+
def resolve_ca_cert_file
|
|
285
|
+
# Priority 1: User-provided ssl_ca_cert
|
|
286
|
+
user_ca = @config.ssl_ca_cert
|
|
287
|
+
return user_ca if user_ca && File.exist?(user_ca)
|
|
288
|
+
|
|
289
|
+
# Priority 2: System/curl CA bundle (environment variables)
|
|
290
|
+
env_ca = ENV['SSL_CERT_FILE'] || ENV['CURL_CA_BUNDLE']
|
|
291
|
+
return env_ca if env_ca && File.exist?(env_ca)
|
|
292
|
+
|
|
293
|
+
# Priority 3: Ruby's OpenSSL default cert file
|
|
294
|
+
ruby_ca = OpenSSL::X509::DEFAULT_CERT_FILE
|
|
295
|
+
return ruby_ca if ruby_ca && File.exist?(ruby_ca)
|
|
296
|
+
|
|
297
|
+
# No CA cert found — let libcurl use its built-in default
|
|
298
|
+
nil
|
|
299
|
+
end
|
|
300
|
+
|
|
268
301
|
# Check if the given MIME is a JSON MIME.
|
|
269
302
|
# JSON MIME examples:
|
|
270
303
|
# application/json
|
|
@@ -134,8 +134,8 @@ module CyberSource
|
|
|
134
134
|
@api_key_prefix = {}
|
|
135
135
|
@timeout = 0
|
|
136
136
|
@client_side_validation = true
|
|
137
|
-
@verify_ssl =
|
|
138
|
-
@verify_ssl_host =
|
|
137
|
+
@verify_ssl = true
|
|
138
|
+
@verify_ssl_host = true
|
|
139
139
|
@params_encoding = nil
|
|
140
140
|
@cert_file = nil
|
|
141
141
|
@key_file = nil
|