cybersource_rest_client 0.0.84 → 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/core/MerchantConfig.rb +11 -10
- data/lib/AuthenticationSDK/logging/sensitive_logging.rb +265 -93
- data/lib/AuthenticationSDK/util/AuthJWEUtility.rb +53 -3
- data/lib/AuthenticationSDK/util/Cache.rb +13 -8
- data/lib/AuthenticationSDK/util/Constants.rb +87 -32
- data/lib/AuthenticationSDK/util/MLEUtility.rb +42 -2
- data/lib/cybersource_rest_client/api/{instructions_api.rb → agent_capabilities_api.rb} +106 -25
- 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/credentials_api.rb +1 -1
- data/lib/cybersource_rest_client/api/credit_api.rb +2 -2
- 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/merchant_boarding_api.rb +2 -2
- 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/refund_api.rb +4 -4
- data/lib/cybersource_rest_client/api/reversal_api.rb +4 -4
- data/lib/cybersource_rest_client/api/void_api.rb +10 -10
- data/lib/cybersource_rest_client/api_client.rb +31 -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/{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/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/commerce_solutions_products_account_updater_configuration_information.rb +1 -1
- data/lib/cybersource_rest_client/models/create_subscription_response.rb +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument.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_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/{acpv1instructionsinstruction_idcredentials_order_information_amount_detail.rb → icc_amount_detail.rb} +1 -1
- 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} +2 -2
- 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} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructions_mandates.rb → iccv1instructions_mandates.rb} +3 -3
- data/lib/cybersource_rest_client/models/{acpv1instructions_recurring_payment_information.rb → iccv1instructions_recurring_payment_information.rb} +1 -1
- 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} +3 -3
- 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/{acpv1mppcredentials_challenge.rb → iccv1mppcredentials_challenge.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1mppcredentials_challenge_encryption_jwk.rb → iccv1mppcredentials_challenge_encryption_jwk.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_assurance_data.rb → iccv1tokens_assurance_data.rb} +3 -3
- data/lib/cybersource_rest_client/models/{acpv1tokens_authenticated_identities.rb → iccv1tokens_authenticated_identities.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_authentication_context.rb → iccv1tokens_authentication_context.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_bill_to.rb → iccv1tokens_bill_to.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_buyer_information.rb → iccv1tokens_buyer_information.rb} +2 -2
- 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} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_device_information.rb → iccv1tokens_device_information.rb} +2 -2
- 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} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_payment_information.rb → iccv1tokens_payment_information.rb} +4 -4
- 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_4_setups.rb +1 -1
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_commerce_solutions.rb +4 -4
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_risk.rb +3 -3
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_value_added_services.rb +5 -5
- data/lib/cybersource_rest_client/models/inline_response_400_11.rb +42 -35
- data/lib/cybersource_rest_client/models/inline_response_400_12.rb +16 -62
- data/lib/cybersource_rest_client/models/{inline_response_400_11_details.rb → inline_response_400_12_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_400_13.rb +281 -0
- 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/{payments_products_microform_configuration_information_configurations_features.rb → microform_config_features.rb} +2 -2
- data/lib/cybersource_rest_client/models/{payments_products_microform_configuration_information_configurations_features_gateway_agnostic.rb → microform_config_features_gateway_agnostic.rb} +1 -1
- data/lib/cybersource_rest_client/models/mpp_credentials_request.rb +1 -1
- data/lib/cybersource_rest_client/models/patch_customer_payment_instrument_request.rb +7 -7
- 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 +7 -7
- data/lib/cybersource_rest_client/models/{payment_instrument_list__embedded_payment_instruments.rb → payment_instrument.rb} +8 -8
- data/lib/cybersource_rest_client/models/payment_instrument_list__embedded.rb +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments.rb → payments_configuration_setup.rb} +23 -23
- 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_alternative_payment_methods_configuration_information_configurations.rb +1 -1
- data/lib/cybersource_rest_client/models/payments_products_microform_configuration_information_configurations.rb +1 -1
- 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/post_customer_payment_instrument_request.rb +7 -7
- 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 +7 -7
- 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_credits_post201_response.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_processor_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information.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_payouts_post201_response_issuer_information.rb +166 -1
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2credits_processing_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2credits_processing_information_refund_options.rb +22 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2payments_processor_information.rb +22 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processing_information.rb +1 -1
- 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_processing_information.rb +1 -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/{ptsv1pushfundstransfer_recipient_information_payment_information.rb → push_funds_transfer_payment_information.rb} +2 -2
- 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_v1_address_verifications_post201_response.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_embedded_instrument_identifier.rb +1 -1
- 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/tmsv2customers__embedded.rb +1 -1
- 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_authenticated_identities.rb +19 -8
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_configuration_information_configurations.rb → uc_configurations.rb} +2 -2
- data/lib/cybersource_rest_client/models/uc_configurations_features.rb +209 -0
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_configuration_information_configurations_features.rb → uc_configurations_features_click_to_pay.rb} +9 -9
- 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 +1 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_data_client_reference_information.rb +227 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_line_items.rb +2 -2
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_ship_to.rb +388 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_authorization_options_initiator.rb +1 -1
- 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/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/{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 +160 -152
- metadata +161 -153
- data/lib/cybersource_rest_client/api/enrollment_api.rb +0 -104
- data/lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_merchant_information.rb +0 -189
- data/lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_merchant_information_merchant_descriptor.rb +0 -201
- data/lib/cybersource_rest_client/utilities/flex/token_verification.rb +0 -42
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cybersource_rest_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.85
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- CyberSource
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-07-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -323,6 +323,7 @@ files:
|
|
|
323
323
|
- lib/AuthenticationSDK/util/PropertiesUtil.rb
|
|
324
324
|
- lib/AuthenticationSDK/util/Utility.rb
|
|
325
325
|
- lib/cybersource_rest_client.rb
|
|
326
|
+
- lib/cybersource_rest_client/api/agent_capabilities_api.rb
|
|
326
327
|
- lib/cybersource_rest_client/api/bank_account_validation_api.rb
|
|
327
328
|
- lib/cybersource_rest_client/api/batches_api.rb
|
|
328
329
|
- lib/cybersource_rest_client/api/billing_agreements_api.rb
|
|
@@ -343,9 +344,7 @@ files:
|
|
|
343
344
|
- lib/cybersource_rest_client/api/download_dtd_api.rb
|
|
344
345
|
- lib/cybersource_rest_client/api/download_xsd_api.rb
|
|
345
346
|
- lib/cybersource_rest_client/api/emv_tag_details_api.rb
|
|
346
|
-
- lib/cybersource_rest_client/api/enrollment_api.rb
|
|
347
347
|
- lib/cybersource_rest_client/api/flex_api_api.rb
|
|
348
|
-
- lib/cybersource_rest_client/api/instructions_api.rb
|
|
349
348
|
- lib/cybersource_rest_client/api/instrument_identifier_api.rb
|
|
350
349
|
- lib/cybersource_rest_client/api/interchange_clearing_level_details_api.rb
|
|
351
350
|
- lib/cybersource_rest_client/api/invoice_settings_api.rb
|
|
@@ -399,54 +398,20 @@ files:
|
|
|
399
398
|
- lib/cybersource_rest_client/configuration.rb
|
|
400
399
|
- lib/cybersource_rest_client/ethon_extensions.rb
|
|
401
400
|
- lib/cybersource_rest_client/models/access_token_response.rb
|
|
401
|
+
- lib/cybersource_rest_client/models/account_updater_configurations.rb
|
|
402
|
+
- lib/cybersource_rest_client/models/account_updater_configurations_amex.rb
|
|
403
|
+
- lib/cybersource_rest_client/models/account_updater_configurations_master_card.rb
|
|
404
|
+
- lib/cybersource_rest_client/models/account_updater_configurations_visa.rb
|
|
402
405
|
- lib/cybersource_rest_client/models/account_validations_request.rb
|
|
403
406
|
- lib/cybersource_rest_client/models/accountupdaterv1batches_included.rb
|
|
404
407
|
- lib/cybersource_rest_client/models/accountupdaterv1batches_included_tokens.rb
|
|
405
|
-
- lib/cybersource_rest_client/models/acpv1instructions_decline_threshold.rb
|
|
406
|
-
- lib/cybersource_rest_client/models/acpv1instructions_mandates.rb
|
|
407
|
-
- lib/cybersource_rest_client/models/acpv1instructions_recurring_payment_information.rb
|
|
408
|
-
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconf_processor_info_payment_instrument_verifi_results.rb
|
|
409
|
-
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_confirmation_data.rb
|
|
410
|
-
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_merchant_information.rb
|
|
411
|
-
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_order_information.rb
|
|
412
|
-
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_order_information_shipping_details.rb
|
|
413
|
-
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_processor_information.rb
|
|
414
|
-
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_processor_information_payment_instrument.rb
|
|
415
|
-
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_attachments.rb
|
|
416
|
-
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_client_reference_information.rb
|
|
417
|
-
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_mandate_reference_data.rb
|
|
418
|
-
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_merchant_information.rb
|
|
419
|
-
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_merchant_information_merchant_descriptor.rb
|
|
420
|
-
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information.rb
|
|
421
|
-
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_amount_detail.rb
|
|
422
|
-
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_items.rb
|
|
423
|
-
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_items_additional_info.rb
|
|
424
|
-
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_items_policies.rb
|
|
425
|
-
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_line_items.rb
|
|
426
|
-
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_ship_to.rb
|
|
427
|
-
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_payment_options.rb
|
|
428
|
-
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_transaction_data.rb
|
|
429
|
-
- lib/cybersource_rest_client/models/acpv1mppcredentials_challenge.rb
|
|
430
|
-
- lib/cybersource_rest_client/models/acpv1mppcredentials_challenge_encryption_jwk.rb
|
|
431
|
-
- lib/cybersource_rest_client/models/acpv1tokens_assurance_data.rb
|
|
432
|
-
- lib/cybersource_rest_client/models/acpv1tokens_authenticated_identities.rb
|
|
433
|
-
- lib/cybersource_rest_client/models/acpv1tokens_authentication_context.rb
|
|
434
|
-
- lib/cybersource_rest_client/models/acpv1tokens_bill_to.rb
|
|
435
|
-
- lib/cybersource_rest_client/models/acpv1tokens_buyer_information.rb
|
|
436
|
-
- lib/cybersource_rest_client/models/acpv1tokens_buyer_information_personal_identification.rb
|
|
437
|
-
- lib/cybersource_rest_client/models/acpv1tokens_consent_data.rb
|
|
438
|
-
- lib/cybersource_rest_client/models/acpv1tokens_consumer_identity.rb
|
|
439
|
-
- lib/cybersource_rest_client/models/acpv1tokens_device_information.rb
|
|
440
|
-
- lib/cybersource_rest_client/models/acpv1tokens_device_information_device_data.rb
|
|
441
|
-
- lib/cybersource_rest_client/models/acpv1tokens_enrollment_reference_data.rb
|
|
442
|
-
- lib/cybersource_rest_client/models/acpv1tokens_payment_information.rb
|
|
443
|
-
- lib/cybersource_rest_client/models/acpv1tokens_payment_information_customer.rb
|
|
444
|
-
- lib/cybersource_rest_client/models/acpv1tokens_payment_information_instrument_identifier.rb
|
|
445
|
-
- lib/cybersource_rest_client/models/acpv1tokens_payment_information_payment_instrument.rb
|
|
446
408
|
- lib/cybersource_rest_client/models/activate_deactivate_plan_response.rb
|
|
447
409
|
- lib/cybersource_rest_client/models/activate_subscription_response.rb
|
|
448
410
|
- lib/cybersource_rest_client/models/activate_subscription_response_subscription_information.rb
|
|
449
411
|
- lib/cybersource_rest_client/models/add_negative_list_request.rb
|
|
412
|
+
- lib/cybersource_rest_client/models/aft_funding_options.rb
|
|
413
|
+
- lib/cybersource_rest_client/models/aft_funding_options_initiator.rb
|
|
414
|
+
- lib/cybersource_rest_client/models/aft_funding_options_initiator_originator_initiated_transaction.rb
|
|
450
415
|
- lib/cybersource_rest_client/models/agentic_cancel_purchase_intent_request.rb
|
|
451
416
|
- lib/cybersource_rest_client/models/agentic_card_enrollment_bad_request_response400.rb
|
|
452
417
|
- lib/cybersource_rest_client/models/agentic_card_enrollment_bad_request_response400_error.rb
|
|
@@ -462,8 +427,8 @@ files:
|
|
|
462
427
|
- lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_request.rb
|
|
463
428
|
- lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_response200.rb
|
|
464
429
|
- lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_response200_transaction_response_complete.rb
|
|
465
|
-
- lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_response200_transaction_response_with_pending_events.rb
|
|
466
430
|
- lib/cybersource_rest_client/models/agentic_update_purchase_intent_request.rb
|
|
431
|
+
- lib/cybersource_rest_client/models/alternative_payments_processor_configuration.rb
|
|
467
432
|
- lib/cybersource_rest_client/models/auth_reversal_request.rb
|
|
468
433
|
- lib/cybersource_rest_client/models/bad_request_error.rb
|
|
469
434
|
- lib/cybersource_rest_client/models/bavsv1accountvalidations_client_reference_information.rb
|
|
@@ -475,12 +440,23 @@ files:
|
|
|
475
440
|
- lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_payment_instrument.rb
|
|
476
441
|
- lib/cybersource_rest_client/models/bavsv1accountvalidations_processing_information.rb
|
|
477
442
|
- lib/cybersource_rest_client/models/bavsv1accountvalidations_token_information.rb
|
|
443
|
+
- lib/cybersource_rest_client/models/bin_lookup403_response.rb
|
|
444
|
+
- lib/cybersource_rest_client/models/bin_lookupv400_response.rb
|
|
478
445
|
- lib/cybersource_rest_client/models/binv1binlookup_client_reference_information.rb
|
|
479
446
|
- lib/cybersource_rest_client/models/binv1binlookup_payment_information.rb
|
|
480
447
|
- lib/cybersource_rest_client/models/binv1binlookup_payment_information_card.rb
|
|
481
448
|
- lib/cybersource_rest_client/models/binv1binlookup_processing_information.rb
|
|
482
449
|
- lib/cybersource_rest_client/models/binv1binlookup_processing_information_payout_options.rb
|
|
483
450
|
- lib/cybersource_rest_client/models/binv1binlookup_token_information.rb
|
|
451
|
+
- lib/cybersource_rest_client/models/boarding_acquirer_details.rb
|
|
452
|
+
- lib/cybersource_rest_client/models/boarding_acquirer_details_payment_options.rb
|
|
453
|
+
- lib/cybersource_rest_client/models/boarding_business_information.rb
|
|
454
|
+
- lib/cybersource_rest_client/models/boarding_business_information_address.rb
|
|
455
|
+
- lib/cybersource_rest_client/models/boarding_business_information_business_contact.rb
|
|
456
|
+
- lib/cybersource_rest_client/models/boarding_business_information_localized_names.rb
|
|
457
|
+
- lib/cybersource_rest_client/models/boarding_payouts_configurations.rb
|
|
458
|
+
- lib/cybersource_rest_client/models/boarding_payouts_configurations_common.rb
|
|
459
|
+
- lib/cybersource_rest_client/models/boarding_payouts_configurations_common_aggregator.rb
|
|
484
460
|
- lib/cybersource_rest_client/models/boardingv1registrations_document_information.rb
|
|
485
461
|
- lib/cybersource_rest_client/models/boardingv1registrations_document_information_signed_documents.rb
|
|
486
462
|
- lib/cybersource_rest_client/models/boardingv1registrations_integration_information.rb
|
|
@@ -489,10 +465,6 @@ files:
|
|
|
489
465
|
- lib/cybersource_rest_client/models/boardingv1registrations_integration_information_tenant_configurations.rb
|
|
490
466
|
- lib/cybersource_rest_client/models/boardingv1registrations_integration_information_tenant_information.rb
|
|
491
467
|
- lib/cybersource_rest_client/models/boardingv1registrations_organization_information.rb
|
|
492
|
-
- lib/cybersource_rest_client/models/boardingv1registrations_organization_information_business_information.rb
|
|
493
|
-
- lib/cybersource_rest_client/models/boardingv1registrations_organization_information_business_information_address.rb
|
|
494
|
-
- lib/cybersource_rest_client/models/boardingv1registrations_organization_information_business_information_business_contact.rb
|
|
495
|
-
- lib/cybersource_rest_client/models/boardingv1registrations_organization_information_business_information_localized_names.rb
|
|
496
468
|
- lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb
|
|
497
469
|
- lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc_deposit_bank_account.rb
|
|
498
470
|
- lib/cybersource_rest_client/models/boardingv1registrations_organization_information_owners.rb
|
|
@@ -507,8 +479,6 @@ files:
|
|
|
507
479
|
- lib/cybersource_rest_client/models/card_processing_config_common.rb
|
|
508
480
|
- lib/cybersource_rest_client/models/card_processing_config_common_acquirer.rb
|
|
509
481
|
- lib/cybersource_rest_client/models/card_processing_config_common_acquirer_agreement.rb
|
|
510
|
-
- lib/cybersource_rest_client/models/card_processing_config_common_acquirer_agreement_acquirer_code.rb
|
|
511
|
-
- lib/cybersource_rest_client/models/card_processing_config_common_acquirer_agreement_acquirer_code_payment_options.rb
|
|
512
482
|
- lib/cybersource_rest_client/models/card_processing_config_common_acquirers.rb
|
|
513
483
|
- lib/cybersource_rest_client/models/card_processing_config_common_currencies.rb
|
|
514
484
|
- lib/cybersource_rest_client/models/card_processing_config_common_currencies_1.rb
|
|
@@ -529,10 +499,6 @@ files:
|
|
|
529
499
|
- lib/cybersource_rest_client/models/commerce_solutions_products.rb
|
|
530
500
|
- lib/cybersource_rest_client/models/commerce_solutions_products_account_updater.rb
|
|
531
501
|
- lib/cybersource_rest_client/models/commerce_solutions_products_account_updater_configuration_information.rb
|
|
532
|
-
- lib/cybersource_rest_client/models/commerce_solutions_products_account_updater_configuration_information_configurations.rb
|
|
533
|
-
- lib/cybersource_rest_client/models/commerce_solutions_products_account_updater_configuration_information_configurations_amex.rb
|
|
534
|
-
- lib/cybersource_rest_client/models/commerce_solutions_products_account_updater_configuration_information_configurations_master_card.rb
|
|
535
|
-
- lib/cybersource_rest_client/models/commerce_solutions_products_account_updater_configuration_information_configurations_visa.rb
|
|
536
502
|
- lib/cybersource_rest_client/models/commerce_solutions_products_bin_lookup.rb
|
|
537
503
|
- lib/cybersource_rest_client/models/commerce_solutions_products_bin_lookup_configuration_information.rb
|
|
538
504
|
- lib/cybersource_rest_client/models/commerce_solutions_products_bin_lookup_configuration_information_configurations.rb
|
|
@@ -564,6 +530,25 @@ files:
|
|
|
564
530
|
- lib/cybersource_rest_client/models/create_subscription_response_subscription_information.rb
|
|
565
531
|
- lib/cybersource_rest_client/models/create_webhook.rb
|
|
566
532
|
- lib/cybersource_rest_client/models/de_association_request_body.rb
|
|
533
|
+
- lib/cybersource_rest_client/models/default_payment_instrument.rb
|
|
534
|
+
- lib/cybersource_rest_client/models/default_payment_instrument__embedded.rb
|
|
535
|
+
- lib/cybersource_rest_client/models/default_payment_instrument__links.rb
|
|
536
|
+
- lib/cybersource_rest_client/models/default_payment_instrument__links_self.rb
|
|
537
|
+
- lib/cybersource_rest_client/models/default_payment_instrument_bank_account.rb
|
|
538
|
+
- lib/cybersource_rest_client/models/default_payment_instrument_bill_to.rb
|
|
539
|
+
- lib/cybersource_rest_client/models/default_payment_instrument_buyer_information.rb
|
|
540
|
+
- lib/cybersource_rest_client/models/default_payment_instrument_buyer_information_issued_by.rb
|
|
541
|
+
- lib/cybersource_rest_client/models/default_payment_instrument_buyer_information_personal_identification.rb
|
|
542
|
+
- lib/cybersource_rest_client/models/default_payment_instrument_card.rb
|
|
543
|
+
- lib/cybersource_rest_client/models/default_payment_instrument_card_tokenized_information.rb
|
|
544
|
+
- lib/cybersource_rest_client/models/default_payment_instrument_instrument_identifier.rb
|
|
545
|
+
- lib/cybersource_rest_client/models/default_payment_instrument_metadata.rb
|
|
546
|
+
- lib/cybersource_rest_client/models/default_shipping_address.rb
|
|
547
|
+
- lib/cybersource_rest_client/models/default_shipping_address__links.rb
|
|
548
|
+
- lib/cybersource_rest_client/models/default_shipping_address__links_customer.rb
|
|
549
|
+
- lib/cybersource_rest_client/models/default_shipping_address__links_self.rb
|
|
550
|
+
- lib/cybersource_rest_client/models/default_shipping_address_metadata.rb
|
|
551
|
+
- lib/cybersource_rest_client/models/default_shipping_address_ship_to.rb
|
|
567
552
|
- lib/cybersource_rest_client/models/delete_plan_response.rb
|
|
568
553
|
- lib/cybersource_rest_client/models/device_de_associate_v3_request.rb
|
|
569
554
|
- lib/cybersource_rest_client/models/dm_config.rb
|
|
@@ -596,6 +581,8 @@ files:
|
|
|
596
581
|
- lib/cybersource_rest_client/models/e_check_config_features_account_validation_service_internal_only_processors.rb
|
|
597
582
|
- lib/cybersource_rest_client/models/e_check_config_features_account_validation_service_processors.rb
|
|
598
583
|
- lib/cybersource_rest_client/models/e_check_config_underwriting.rb
|
|
584
|
+
- lib/cybersource_rest_client/models/export_compliance_watch_list.rb
|
|
585
|
+
- lib/cybersource_rest_client/models/export_compliance_watch_list_matches.rb
|
|
599
586
|
- lib/cybersource_rest_client/models/flexv2sessions_fields.rb
|
|
600
587
|
- lib/cybersource_rest_client/models/flexv2sessions_fields_order_information.rb
|
|
601
588
|
- lib/cybersource_rest_client/models/flexv2sessions_fields_order_information_amount_details.rb
|
|
@@ -604,6 +591,7 @@ files:
|
|
|
604
591
|
- lib/cybersource_rest_client/models/flexv2sessions_fields_order_information_ship_to.rb
|
|
605
592
|
- lib/cybersource_rest_client/models/flexv2sessions_fields_payment_information.rb
|
|
606
593
|
- lib/cybersource_rest_client/models/flexv2sessions_fields_payment_information_card.rb
|
|
594
|
+
- lib/cybersource_rest_client/models/follow_on_transaction_buyer_information.rb
|
|
607
595
|
- lib/cybersource_rest_client/models/fraud_marking_action_request.rb
|
|
608
596
|
- lib/cybersource_rest_client/models/generate_capture_context_request.rb
|
|
609
597
|
- lib/cybersource_rest_client/models/generate_flex_api_capture_context_request.rb
|
|
@@ -639,7 +627,6 @@ files:
|
|
|
639
627
|
- lib/cybersource_rest_client/models/get_subscription_response_1_buyer_information.rb
|
|
640
628
|
- lib/cybersource_rest_client/models/get_subscription_response_1_payment_instrument.rb
|
|
641
629
|
- lib/cybersource_rest_client/models/get_subscription_response_1_payment_instrument_bank_account.rb
|
|
642
|
-
- lib/cybersource_rest_client/models/get_subscription_response_1_payment_instrument_buyer_information.rb
|
|
643
630
|
- lib/cybersource_rest_client/models/get_subscription_response_1_payment_instrument_card.rb
|
|
644
631
|
- lib/cybersource_rest_client/models/get_subscription_response_1_shipping_address.rb
|
|
645
632
|
- lib/cybersource_rest_client/models/get_subscription_response_reactivation_information.rb
|
|
@@ -649,6 +636,48 @@ files:
|
|
|
649
636
|
- lib/cybersource_rest_client/models/get_subscriptions_payments_response__links.rb
|
|
650
637
|
- lib/cybersource_rest_client/models/get_subscriptions_payments_response_cycles_completed_count.rb
|
|
651
638
|
- lib/cybersource_rest_client/models/get_subscriptions_payments_response_subscription_payment.rb
|
|
639
|
+
- lib/cybersource_rest_client/models/icc_amount_detail.rb
|
|
640
|
+
- lib/cybersource_rest_client/models/icc_line_item.rb
|
|
641
|
+
- lib/cybersource_rest_client/models/icc_line_item_additional_info.rb
|
|
642
|
+
- lib/cybersource_rest_client/models/icc_line_item_policies.rb
|
|
643
|
+
- lib/cybersource_rest_client/models/icc_merchant_descriptor.rb
|
|
644
|
+
- lib/cybersource_rest_client/models/icc_payment_instrument.rb
|
|
645
|
+
- lib/cybersource_rest_client/models/icc_payment_instrument_verification_results.rb
|
|
646
|
+
- lib/cybersource_rest_client/models/icc_shipping_details.rb
|
|
647
|
+
- lib/cybersource_rest_client/models/icc_transaction_response_pending_events.rb
|
|
648
|
+
- lib/cybersource_rest_client/models/iccv1instructions_decline_threshold.rb
|
|
649
|
+
- lib/cybersource_rest_client/models/iccv1instructions_mandates.rb
|
|
650
|
+
- lib/cybersource_rest_client/models/iccv1instructions_recurring_payment_information.rb
|
|
651
|
+
- lib/cybersource_rest_client/models/iccv1instructionsinstruction_idconfirmations_confirmation_data.rb
|
|
652
|
+
- lib/cybersource_rest_client/models/iccv1instructionsinstruction_idconfirmations_merchant_information.rb
|
|
653
|
+
- lib/cybersource_rest_client/models/iccv1instructionsinstruction_idconfirmations_order_information.rb
|
|
654
|
+
- lib/cybersource_rest_client/models/iccv1instructionsinstruction_idconfirmations_processor_information.rb
|
|
655
|
+
- lib/cybersource_rest_client/models/iccv1instructionsinstruction_idcredentials_attachments.rb
|
|
656
|
+
- lib/cybersource_rest_client/models/iccv1instructionsinstruction_idcredentials_client_reference_information.rb
|
|
657
|
+
- lib/cybersource_rest_client/models/iccv1instructionsinstruction_idcredentials_mandate_reference_data.rb
|
|
658
|
+
- lib/cybersource_rest_client/models/iccv1instructionsinstruction_idcredentials_merchant_information.rb
|
|
659
|
+
- lib/cybersource_rest_client/models/iccv1instructionsinstruction_idcredentials_order_information.rb
|
|
660
|
+
- lib/cybersource_rest_client/models/iccv1instructionsinstruction_idcredentials_order_information_line_items.rb
|
|
661
|
+
- lib/cybersource_rest_client/models/iccv1instructionsinstruction_idcredentials_order_information_ship_to.rb
|
|
662
|
+
- lib/cybersource_rest_client/models/iccv1instructionsinstruction_idcredentials_payment_options.rb
|
|
663
|
+
- lib/cybersource_rest_client/models/iccv1instructionsinstruction_idcredentials_transaction_data.rb
|
|
664
|
+
- lib/cybersource_rest_client/models/iccv1mppcredentials_challenge.rb
|
|
665
|
+
- lib/cybersource_rest_client/models/iccv1mppcredentials_challenge_encryption_jwk.rb
|
|
666
|
+
- lib/cybersource_rest_client/models/iccv1tokens_assurance_data.rb
|
|
667
|
+
- lib/cybersource_rest_client/models/iccv1tokens_authenticated_identities.rb
|
|
668
|
+
- lib/cybersource_rest_client/models/iccv1tokens_authentication_context.rb
|
|
669
|
+
- lib/cybersource_rest_client/models/iccv1tokens_bill_to.rb
|
|
670
|
+
- lib/cybersource_rest_client/models/iccv1tokens_buyer_information.rb
|
|
671
|
+
- lib/cybersource_rest_client/models/iccv1tokens_buyer_information_personal_identification.rb
|
|
672
|
+
- lib/cybersource_rest_client/models/iccv1tokens_consent_data.rb
|
|
673
|
+
- lib/cybersource_rest_client/models/iccv1tokens_consumer_identity.rb
|
|
674
|
+
- lib/cybersource_rest_client/models/iccv1tokens_device_information.rb
|
|
675
|
+
- lib/cybersource_rest_client/models/iccv1tokens_device_information_device_data.rb
|
|
676
|
+
- lib/cybersource_rest_client/models/iccv1tokens_enrollment_reference_data.rb
|
|
677
|
+
- lib/cybersource_rest_client/models/iccv1tokens_payment_information.rb
|
|
678
|
+
- lib/cybersource_rest_client/models/iccv1tokens_payment_information_customer.rb
|
|
679
|
+
- lib/cybersource_rest_client/models/iccv1tokens_payment_information_instrument_identifier.rb
|
|
680
|
+
- lib/cybersource_rest_client/models/iccv1tokens_payment_information_payment_instrument.rb
|
|
652
681
|
- lib/cybersource_rest_client/models/increment_auth_request.rb
|
|
653
682
|
- lib/cybersource_rest_client/models/inline_response_200.rb
|
|
654
683
|
- lib/cybersource_rest_client/models/inline_response_200_1.rb
|
|
@@ -721,13 +750,6 @@ files:
|
|
|
721
750
|
- lib/cybersource_rest_client/models/inline_response_201_4_registration_information.rb
|
|
722
751
|
- lib/cybersource_rest_client/models/inline_response_201_4_setups.rb
|
|
723
752
|
- lib/cybersource_rest_client/models/inline_response_201_4_setups_commerce_solutions.rb
|
|
724
|
-
- lib/cybersource_rest_client/models/inline_response_201_4_setups_payments.rb
|
|
725
|
-
- lib/cybersource_rest_client/models/inline_response_201_4_setups_payments_alternative_payment_methods.rb
|
|
726
|
-
- lib/cybersource_rest_client/models/inline_response_201_4_setups_payments_alternative_payment_methods_configuration_status.rb
|
|
727
|
-
- lib/cybersource_rest_client/models/inline_response_201_4_setups_payments_card_processing.rb
|
|
728
|
-
- lib/cybersource_rest_client/models/inline_response_201_4_setups_payments_card_processing_configuration_status.rb
|
|
729
|
-
- lib/cybersource_rest_client/models/inline_response_201_4_setups_payments_card_processing_subscription_status.rb
|
|
730
|
-
- lib/cybersource_rest_client/models/inline_response_201_4_setups_payments_digital_payments.rb
|
|
731
753
|
- lib/cybersource_rest_client/models/inline_response_201_4_setups_risk.rb
|
|
732
754
|
- lib/cybersource_rest_client/models/inline_response_201_4_setups_value_added_services.rb
|
|
733
755
|
- lib/cybersource_rest_client/models/inline_response_201_5.rb
|
|
@@ -760,8 +782,9 @@ files:
|
|
|
760
782
|
- lib/cybersource_rest_client/models/inline_response_400_10.rb
|
|
761
783
|
- lib/cybersource_rest_client/models/inline_response_400_10_details.rb
|
|
762
784
|
- lib/cybersource_rest_client/models/inline_response_400_11.rb
|
|
763
|
-
- lib/cybersource_rest_client/models/inline_response_400_11_details.rb
|
|
764
785
|
- lib/cybersource_rest_client/models/inline_response_400_12.rb
|
|
786
|
+
- lib/cybersource_rest_client/models/inline_response_400_12_details.rb
|
|
787
|
+
- lib/cybersource_rest_client/models/inline_response_400_13.rb
|
|
765
788
|
- lib/cybersource_rest_client/models/inline_response_400_1_details.rb
|
|
766
789
|
- lib/cybersource_rest_client/models/inline_response_400_2.rb
|
|
767
790
|
- lib/cybersource_rest_client/models/inline_response_400_3.rb
|
|
@@ -814,6 +837,7 @@ files:
|
|
|
814
837
|
- lib/cybersource_rest_client/models/inline_response_502.rb
|
|
815
838
|
- lib/cybersource_rest_client/models/inline_response_502_1.rb
|
|
816
839
|
- lib/cybersource_rest_client/models/inline_response_502_2.rb
|
|
840
|
+
- lib/cybersource_rest_client/models/inline_response_502_3.rb
|
|
817
841
|
- lib/cybersource_rest_client/models/inline_response_503.rb
|
|
818
842
|
- lib/cybersource_rest_client/models/inline_response_default.rb
|
|
819
843
|
- lib/cybersource_rest_client/models/inline_response_default__links.rb
|
|
@@ -880,6 +904,8 @@ files:
|
|
|
880
904
|
- lib/cybersource_rest_client/models/merchant_defined_field_core.rb
|
|
881
905
|
- lib/cybersource_rest_client/models/merchant_defined_field_definition_request.rb
|
|
882
906
|
- lib/cybersource_rest_client/models/merchant_initiated_transaction_object.rb
|
|
907
|
+
- lib/cybersource_rest_client/models/microform_config_features.rb
|
|
908
|
+
- lib/cybersource_rest_client/models/microform_config_features_gateway_agnostic.rb
|
|
883
909
|
- lib/cybersource_rest_client/models/microformv2sessions_transient_token_response_options.rb
|
|
884
910
|
- lib/cybersource_rest_client/models/mit_reversal_request.rb
|
|
885
911
|
- lib/cybersource_rest_client/models/mit_void_request.rb
|
|
@@ -913,24 +939,30 @@ files:
|
|
|
913
939
|
- lib/cybersource_rest_client/models/payer_auth_config_card_types_verified_by_visa.rb
|
|
914
940
|
- lib/cybersource_rest_client/models/payer_auth_config_card_types_verified_by_visa_currencies.rb
|
|
915
941
|
- lib/cybersource_rest_client/models/payer_auth_setup_request.rb
|
|
942
|
+
- lib/cybersource_rest_client/models/payment_instrument.rb
|
|
916
943
|
- lib/cybersource_rest_client/models/payment_instrument_list.rb
|
|
917
944
|
- lib/cybersource_rest_client/models/payment_instrument_list_1.rb
|
|
918
945
|
- lib/cybersource_rest_client/models/payment_instrument_list_1__embedded.rb
|
|
919
946
|
- lib/cybersource_rest_client/models/payment_instrument_list__embedded.rb
|
|
920
947
|
- lib/cybersource_rest_client/models/payment_instrument_list__embedded__embedded.rb
|
|
921
|
-
- lib/cybersource_rest_client/models/payment_instrument_list__embedded_payment_instruments.rb
|
|
922
948
|
- lib/cybersource_rest_client/models/payment_instrument_list__links.rb
|
|
923
949
|
- lib/cybersource_rest_client/models/payment_instrument_list__links_first.rb
|
|
924
950
|
- lib/cybersource_rest_client/models/payment_instrument_list__links_last.rb
|
|
925
951
|
- lib/cybersource_rest_client/models/payment_instrument_list__links_next.rb
|
|
926
952
|
- lib/cybersource_rest_client/models/payment_instrument_list__links_prev.rb
|
|
927
953
|
- lib/cybersource_rest_client/models/payment_instrument_list__links_self.rb
|
|
954
|
+
- lib/cybersource_rest_client/models/payments_configuration_setup.rb
|
|
955
|
+
- lib/cybersource_rest_client/models/payments_configuration_setup_alternative_payment_methods.rb
|
|
956
|
+
- lib/cybersource_rest_client/models/payments_configuration_setup_alternative_payment_methods_configuration_status.rb
|
|
957
|
+
- lib/cybersource_rest_client/models/payments_configuration_setup_card_processing.rb
|
|
958
|
+
- lib/cybersource_rest_client/models/payments_configuration_setup_card_processing_configuration_status.rb
|
|
959
|
+
- lib/cybersource_rest_client/models/payments_configuration_setup_card_processing_subscription_status.rb
|
|
960
|
+
- lib/cybersource_rest_client/models/payments_configuration_setup_digital_payments.rb
|
|
928
961
|
- lib/cybersource_rest_client/models/payments_products.rb
|
|
929
962
|
- lib/cybersource_rest_client/models/payments_products_alternative_payment_methods.rb
|
|
930
963
|
- lib/cybersource_rest_client/models/payments_products_alternative_payment_methods_additional_configurations.rb
|
|
931
964
|
- lib/cybersource_rest_client/models/payments_products_alternative_payment_methods_configuration_information.rb
|
|
932
965
|
- lib/cybersource_rest_client/models/payments_products_alternative_payment_methods_configuration_information_configurations.rb
|
|
933
|
-
- lib/cybersource_rest_client/models/payments_products_alternative_payment_methods_configuration_information_configurations_processors.rb
|
|
934
966
|
- lib/cybersource_rest_client/models/payments_products_alternative_payment_methods_configuration_payment_methods.rb
|
|
935
967
|
- lib/cybersource_rest_client/models/payments_products_alternative_payment_methods_subscription_information.rb
|
|
936
968
|
- lib/cybersource_rest_client/models/payments_products_card_present_connect.rb
|
|
@@ -958,17 +990,12 @@ files:
|
|
|
958
990
|
- lib/cybersource_rest_client/models/payments_products_microform.rb
|
|
959
991
|
- lib/cybersource_rest_client/models/payments_products_microform_configuration_information.rb
|
|
960
992
|
- lib/cybersource_rest_client/models/payments_products_microform_configuration_information_configurations.rb
|
|
961
|
-
- lib/cybersource_rest_client/models/payments_products_microform_configuration_information_configurations_features.rb
|
|
962
|
-
- lib/cybersource_rest_client/models/payments_products_microform_configuration_information_configurations_features_gateway_agnostic.rb
|
|
963
993
|
- lib/cybersource_rest_client/models/payments_products_microform_subscription_information.rb
|
|
964
994
|
- lib/cybersource_rest_client/models/payments_products_payer_authentication.rb
|
|
965
995
|
- lib/cybersource_rest_client/models/payments_products_payer_authentication_configuration_information.rb
|
|
966
996
|
- lib/cybersource_rest_client/models/payments_products_payer_authentication_subscription_information.rb
|
|
967
997
|
- lib/cybersource_rest_client/models/payments_products_payouts.rb
|
|
968
998
|
- lib/cybersource_rest_client/models/payments_products_payouts_configuration_information.rb
|
|
969
|
-
- lib/cybersource_rest_client/models/payments_products_payouts_configuration_information_configurations.rb
|
|
970
|
-
- lib/cybersource_rest_client/models/payments_products_payouts_configuration_information_configurations_common.rb
|
|
971
|
-
- lib/cybersource_rest_client/models/payments_products_payouts_configuration_information_configurations_common_aggregator.rb
|
|
972
999
|
- lib/cybersource_rest_client/models/payments_products_secure_acceptance.rb
|
|
973
1000
|
- lib/cybersource_rest_client/models/payments_products_secure_acceptance_configuration_information.rb
|
|
974
1001
|
- lib/cybersource_rest_client/models/payments_products_service_fee.rb
|
|
@@ -980,32 +1007,7 @@ files:
|
|
|
980
1007
|
- lib/cybersource_rest_client/models/payments_products_tax.rb
|
|
981
1008
|
- lib/cybersource_rest_client/models/payments_products_unified_checkout.rb
|
|
982
1009
|
- lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information.rb
|
|
983
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations.rb
|
|
984
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations_features.rb
|
|
985
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations_features_paze.rb
|
|
986
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_info_features_portfolio_accessof_sensi_data.rb
|
|
987
1010
|
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information.rb
|
|
988
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features.rb
|
|
989
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_after_pay.rb
|
|
990
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_apple_pay.rb
|
|
991
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_bancontact.rb
|
|
992
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_click_to_pay.rb
|
|
993
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_decision_manager.rb
|
|
994
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_dragon_pay.rb
|
|
995
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_e_check.rb
|
|
996
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_google_pay.rb
|
|
997
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_ideal.rb
|
|
998
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_konbini.rb
|
|
999
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_multibanco.rb
|
|
1000
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_my_bank.rb
|
|
1001
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_p24.rb
|
|
1002
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_pay_pal.rb
|
|
1003
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_payer_authentication.rb
|
|
1004
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_paze_for_unified_checkout.rb
|
|
1005
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_tink_pay_by_bank.rb
|
|
1006
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_token_management.rb
|
|
1007
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_unified_click_to_pay_sdk.rb
|
|
1008
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_venmo.rb
|
|
1009
1011
|
- lib/cybersource_rest_client/models/payments_products_virtual_terminal.rb
|
|
1010
1012
|
- lib/cybersource_rest_client/models/payments_products_virtual_terminal_configuration_information.rb
|
|
1011
1013
|
- lib/cybersource_rest_client/models/payments_strong_auth_issuer_information.rb
|
|
@@ -1037,6 +1039,10 @@ files:
|
|
|
1037
1039
|
- lib/cybersource_rest_client/models/post_tokenize_request.rb
|
|
1038
1040
|
- lib/cybersource_rest_client/models/post_tokenized_card_request.rb
|
|
1039
1041
|
- lib/cybersource_rest_client/models/predefined_subscription_request_bean.rb
|
|
1042
|
+
- lib/cybersource_rest_client/models/processing_info_authorization_options.rb
|
|
1043
|
+
- lib/cybersource_rest_client/models/processing_info_authorization_options_initiator.rb
|
|
1044
|
+
- lib/cybersource_rest_client/models/processing_info_authorization_options_initiator_merchant_initiated_transaction.rb
|
|
1045
|
+
- lib/cybersource_rest_client/models/processor_information_seller_protection.rb
|
|
1040
1046
|
- lib/cybersource_rest_client/models/pts_v1_transaction_batches_get200_response.rb
|
|
1041
1047
|
- lib/cybersource_rest_client/models/pts_v1_transaction_batches_get200_response__links.rb
|
|
1042
1048
|
- lib/cybersource_rest_client/models/pts_v1_transaction_batches_get200_response__links_self.rb
|
|
@@ -1197,7 +1203,6 @@ files:
|
|
|
1197
1203
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb
|
|
1198
1204
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_merchant_advice.rb
|
|
1199
1205
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_routing.rb
|
|
1200
|
-
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_seller_protection.rb
|
|
1201
1206
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_risk_information.rb
|
|
1202
1207
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_risk_information_info_codes.rb
|
|
1203
1208
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_risk_information_ip_address.rb
|
|
@@ -1219,8 +1224,6 @@ files:
|
|
|
1219
1224
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_shipping_address.rb
|
|
1220
1225
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_third_party_token.rb
|
|
1221
1226
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_watchlist_screening_information.rb
|
|
1222
|
-
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_watchlist_screening_information_watch_list.rb
|
|
1223
|
-
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_watchlist_screening_information_watch_list_matches.rb
|
|
1224
1227
|
- lib/cybersource_rest_client/models/pts_v2_payments_post400_response.rb
|
|
1225
1228
|
- lib/cybersource_rest_client/models/pts_v2_payments_post502_response.rb
|
|
1226
1229
|
- lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response.rb
|
|
@@ -1269,10 +1272,7 @@ files:
|
|
|
1269
1272
|
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_merchant_information_merchant_descriptor.rb
|
|
1270
1273
|
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_order_information.rb
|
|
1271
1274
|
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_order_information_amount_details.rb
|
|
1272
|
-
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_info_funding_options_initiator_origin_ini_transaction.rb
|
|
1273
1275
|
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information.rb
|
|
1274
|
-
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information_funding_options.rb
|
|
1275
|
-
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information_funding_options_initiator.rb
|
|
1276
1276
|
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information_payouts_options.rb
|
|
1277
1277
|
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information_recurring_options.rb
|
|
1278
1278
|
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_recipient_information.rb
|
|
@@ -1307,11 +1307,6 @@ files:
|
|
|
1307
1307
|
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information.rb
|
|
1308
1308
|
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information_payouts_options.rb
|
|
1309
1309
|
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information.rb
|
|
1310
|
-
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_payment_information.rb
|
|
1311
|
-
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_payment_information_card.rb
|
|
1312
|
-
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_payment_information_card_customer.rb
|
|
1313
|
-
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_payment_information_card_instrument_identifier.rb
|
|
1314
|
-
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_payment_information_card_payment_instrument.rb
|
|
1315
1310
|
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_personal_identification.rb
|
|
1316
1311
|
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_sender_information.rb
|
|
1317
1312
|
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_sender_information_account.rb
|
|
@@ -1430,7 +1425,6 @@ files:
|
|
|
1430
1425
|
- lib/cybersource_rest_client/models/ptsv2payments_merchant_information_merchant_descriptor.rb
|
|
1431
1426
|
- lib/cybersource_rest_client/models/ptsv2payments_merchant_information_service_fee_descriptor.rb
|
|
1432
1427
|
- lib/cybersource_rest_client/models/ptsv2payments_merchant_information_service_location.rb
|
|
1433
|
-
- lib/cybersource_rest_client/models/ptsv2payments_merchant_initiated_transaction.rb
|
|
1434
1428
|
- lib/cybersource_rest_client/models/ptsv2payments_order_information.rb
|
|
1435
1429
|
- lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details.rb
|
|
1436
1430
|
- lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details_amex_additional_amounts.rb
|
|
@@ -1474,8 +1468,6 @@ files:
|
|
|
1474
1468
|
- lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information.rb
|
|
1475
1469
|
- lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information_emv.rb
|
|
1476
1470
|
- lib/cybersource_rest_client/models/ptsv2payments_processing_information.rb
|
|
1477
|
-
- lib/cybersource_rest_client/models/ptsv2payments_processing_information_authorization_options.rb
|
|
1478
|
-
- lib/cybersource_rest_client/models/ptsv2payments_processing_information_authorization_options_initiator.rb
|
|
1479
1471
|
- lib/cybersource_rest_client/models/ptsv2payments_processing_information_bank_transfer_options.rb
|
|
1480
1472
|
- lib/cybersource_rest_client/models/ptsv2payments_processing_information_capture_options.rb
|
|
1481
1473
|
- lib/cybersource_rest_client/models/ptsv2payments_processing_information_electronic_benefits_transfer.rb
|
|
@@ -1662,6 +1654,7 @@ files:
|
|
|
1662
1654
|
- lib/cybersource_rest_client/models/push_funds201_response_client_reference_information.rb
|
|
1663
1655
|
- lib/cybersource_rest_client/models/push_funds201_response_error_information.rb
|
|
1664
1656
|
- lib/cybersource_rest_client/models/push_funds201_response_error_information_details.rb
|
|
1657
|
+
- lib/cybersource_rest_client/models/push_funds201_response_issuer_information.rb
|
|
1665
1658
|
- lib/cybersource_rest_client/models/push_funds201_response_merchant_information.rb
|
|
1666
1659
|
- lib/cybersource_rest_client/models/push_funds201_response_merchant_information_merchant_descriptor.rb
|
|
1667
1660
|
- lib/cybersource_rest_client/models/push_funds201_response_order_information.rb
|
|
@@ -1682,6 +1675,13 @@ files:
|
|
|
1682
1675
|
- lib/cybersource_rest_client/models/push_funds404_response.rb
|
|
1683
1676
|
- lib/cybersource_rest_client/models/push_funds502_response.rb
|
|
1684
1677
|
- lib/cybersource_rest_client/models/push_funds_request.rb
|
|
1678
|
+
- lib/cybersource_rest_client/models/push_funds_transfer_payment_information.rb
|
|
1679
|
+
- lib/cybersource_rest_client/models/push_funds_transfer_payment_information_card.rb
|
|
1680
|
+
- lib/cybersource_rest_client/models/push_funds_transfer_payment_information_card_customer.rb
|
|
1681
|
+
- lib/cybersource_rest_client/models/push_funds_transfer_payment_information_card_instrument_identifier.rb
|
|
1682
|
+
- lib/cybersource_rest_client/models/push_funds_transfer_payment_information_card_payment_instrument.rb
|
|
1683
|
+
- lib/cybersource_rest_client/models/rbs_authorization_options.rb
|
|
1684
|
+
- lib/cybersource_rest_client/models/rbs_authorization_options_initiator.rb
|
|
1685
1685
|
- lib/cybersource_rest_client/models/rbsv1plans_order_information.rb
|
|
1686
1686
|
- lib/cybersource_rest_client/models/rbsv1plans_order_information_amount_details.rb
|
|
1687
1687
|
- lib/cybersource_rest_client/models/rbsv1plans_plan_information.rb
|
|
@@ -1694,8 +1694,6 @@ files:
|
|
|
1694
1694
|
- lib/cybersource_rest_client/models/rbsv1subscriptions_payment_information_customer.rb
|
|
1695
1695
|
- lib/cybersource_rest_client/models/rbsv1subscriptions_plan_information.rb
|
|
1696
1696
|
- lib/cybersource_rest_client/models/rbsv1subscriptions_processing_information.rb
|
|
1697
|
-
- lib/cybersource_rest_client/models/rbsv1subscriptions_processing_information_authorization_options.rb
|
|
1698
|
-
- lib/cybersource_rest_client/models/rbsv1subscriptions_processing_information_authorization_options_initiator.rb
|
|
1699
1697
|
- lib/cybersource_rest_client/models/rbsv1subscriptions_subscription_information.rb
|
|
1700
1698
|
- lib/cybersource_rest_client/models/rbsv1subscriptionsid_order_information.rb
|
|
1701
1699
|
- lib/cybersource_rest_client/models/rbsv1subscriptionsid_order_information_amount_details.rb
|
|
@@ -1704,6 +1702,7 @@ files:
|
|
|
1704
1702
|
- lib/cybersource_rest_client/models/refresh_payment_status_request.rb
|
|
1705
1703
|
- lib/cybersource_rest_client/models/refund_capture_request.rb
|
|
1706
1704
|
- lib/cybersource_rest_client/models/refund_payment_request.rb
|
|
1705
|
+
- lib/cybersource_rest_client/models/report_definition_default_settings.rb
|
|
1707
1706
|
- lib/cybersource_rest_client/models/reporting_get200_response_interchange_clearing_level_details.rb
|
|
1708
1707
|
- lib/cybersource_rest_client/models/reporting_v3_chargeback_details_get200_response.rb
|
|
1709
1708
|
- lib/cybersource_rest_client/models/reporting_v3_chargeback_details_get200_response_chargeback_details.rb
|
|
@@ -1731,7 +1730,6 @@ files:
|
|
|
1731
1730
|
- lib/cybersource_rest_client/models/reporting_v3_report_definitions_get200_response_report_definitions.rb
|
|
1732
1731
|
- lib/cybersource_rest_client/models/reporting_v3_report_definitions_name_get200_response.rb
|
|
1733
1732
|
- lib/cybersource_rest_client/models/reporting_v3_report_definitions_name_get200_response_attributes.rb
|
|
1734
|
-
- lib/cybersource_rest_client/models/reporting_v3_report_definitions_name_get200_response_default_settings.rb
|
|
1735
1733
|
- lib/cybersource_rest_client/models/reporting_v3_report_subscriptions_get200_response.rb
|
|
1736
1734
|
- lib/cybersource_rest_client/models/reporting_v3_report_subscriptions_get200_response_subscriptions.rb
|
|
1737
1735
|
- lib/cybersource_rest_client/models/reporting_v3_reports_get200_response.rb
|
|
@@ -1748,6 +1746,10 @@ files:
|
|
|
1748
1746
|
- lib/cybersource_rest_client/models/reportingv3reports_report_preferences.rb
|
|
1749
1747
|
- lib/cybersource_rest_client/models/request.rb
|
|
1750
1748
|
- lib/cybersource_rest_client/models/resource_not_found_error.rb
|
|
1749
|
+
- lib/cybersource_rest_client/models/risk_address_verification_information.rb
|
|
1750
|
+
- lib/cybersource_rest_client/models/risk_address_verification_information_bar_code.rb
|
|
1751
|
+
- lib/cybersource_rest_client/models/risk_address_verification_information_standard_address.rb
|
|
1752
|
+
- lib/cybersource_rest_client/models/risk_address_verification_information_standard_address_address1.rb
|
|
1751
1753
|
- lib/cybersource_rest_client/models/risk_products.rb
|
|
1752
1754
|
- lib/cybersource_rest_client/models/risk_products_decision_manager.rb
|
|
1753
1755
|
- lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information.rb
|
|
@@ -1757,10 +1759,6 @@ files:
|
|
|
1757
1759
|
- lib/cybersource_rest_client/models/risk_products_portfolio_risk_controls_configuration_information.rb
|
|
1758
1760
|
- lib/cybersource_rest_client/models/risk_products_portfolio_risk_controls_configuration_information_configurations.rb
|
|
1759
1761
|
- lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response.rb
|
|
1760
|
-
- lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response_address1.rb
|
|
1761
|
-
- lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response_address_verification_information.rb
|
|
1762
|
-
- lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response_address_verification_information_bar_code.rb
|
|
1763
|
-
- lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response_address_verification_information_standard_address.rb
|
|
1764
1762
|
- lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response_error_information.rb
|
|
1765
1763
|
- lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response.rb
|
|
1766
1764
|
- lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb
|
|
@@ -1927,10 +1925,10 @@ files:
|
|
|
1927
1925
|
- lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_card.rb
|
|
1928
1926
|
- lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_issuer.rb
|
|
1929
1927
|
- lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_metadata.rb
|
|
1930
|
-
- lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_point_of_sale_information.rb
|
|
1931
|
-
- lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_point_of_sale_information_emv_tags.rb
|
|
1932
1928
|
- lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_processing_information.rb
|
|
1933
|
-
- lib/cybersource_rest_client/models/
|
|
1929
|
+
- lib/cybersource_rest_client/models/tms_issuer_life_cycle_event_simulation_metadata.rb
|
|
1930
|
+
- lib/cybersource_rest_client/models/tms_issuer_life_cycle_event_simulation_metadata_card_art.rb
|
|
1931
|
+
- lib/cybersource_rest_client/models/tms_issuer_life_cycle_event_simulation_metadata_card_art_combined_asset.rb
|
|
1934
1932
|
- lib/cybersource_rest_client/models/tms_merchant_information.rb
|
|
1935
1933
|
- lib/cybersource_rest_client/models/tms_merchant_information_merchant_descriptor.rb
|
|
1936
1934
|
- lib/cybersource_rest_client/models/tms_network_token_services.rb
|
|
@@ -1943,6 +1941,8 @@ files:
|
|
|
1943
1941
|
- lib/cybersource_rest_client/models/tms_nullify.rb
|
|
1944
1942
|
- lib/cybersource_rest_client/models/tms_payment_instrument_processing_info.rb
|
|
1945
1943
|
- lib/cybersource_rest_client/models/tms_payment_instrument_processing_info_bank_transfer_options.rb
|
|
1944
|
+
- lib/cybersource_rest_client/models/tms_point_of_sale_information.rb
|
|
1945
|
+
- lib/cybersource_rest_client/models/tms_point_of_sale_information_emv_tags.rb
|
|
1946
1946
|
- lib/cybersource_rest_client/models/tms_sensitive_privileges.rb
|
|
1947
1947
|
- lib/cybersource_rest_client/models/tms_token_formats.rb
|
|
1948
1948
|
- lib/cybersource_rest_client/models/tms_tokenized_card_delete_request.rb
|
|
@@ -1956,29 +1956,10 @@ files:
|
|
|
1956
1956
|
- lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_issuer_capabilities.rb
|
|
1957
1957
|
- lib/cybersource_rest_client/models/tmsv2_tokenized_card_verification_results.rb
|
|
1958
1958
|
- lib/cybersource_rest_client/models/tmsv2customers__embedded.rb
|
|
1959
|
-
- lib/cybersource_rest_client/models/tmsv2tokenize_default_payment_instrument_buyer_info_issued_by.rb
|
|
1960
|
-
- lib/cybersource_rest_client/models/tmsv2tokenize_default_payment_instrument_buyer_info_personal_identification.rb
|
|
1961
|
-
- lib/cybersource_rest_client/models/tmsv2tokenize_default_payment_instrument_card_tokenized_info.rb
|
|
1962
|
-
- lib/cybersource_rest_client/models/tmsv2tokenize_default_payment_instrument_instrument_identifier.rb
|
|
1963
1959
|
- lib/cybersource_rest_client/models/tmsv2tokenize_processing_information.rb
|
|
1964
1960
|
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information.rb
|
|
1965
1961
|
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer.rb
|
|
1966
1962
|
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded.rb
|
|
1967
|
-
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_payment_instrument.rb
|
|
1968
|
-
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_payment_instrument__embedded.rb
|
|
1969
|
-
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_payment_instrument__links.rb
|
|
1970
|
-
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_payment_instrument__links_self.rb
|
|
1971
|
-
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_bank_account.rb
|
|
1972
|
-
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_bill_to.rb
|
|
1973
|
-
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_buyer_information.rb
|
|
1974
|
-
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_card.rb
|
|
1975
|
-
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_metadata.rb
|
|
1976
|
-
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_shipping_address.rb
|
|
1977
|
-
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_shipping_address__links.rb
|
|
1978
|
-
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_shipping_address__links_customer.rb
|
|
1979
|
-
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_shipping_address__links_self.rb
|
|
1980
|
-
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_shipping_address_metadata.rb
|
|
1981
|
-
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_shipping_address_ship_to.rb
|
|
1982
1963
|
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__links.rb
|
|
1983
1964
|
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__links_payment_instruments.rb
|
|
1984
1965
|
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__links_self.rb
|
|
@@ -1995,12 +1976,8 @@ files:
|
|
|
1995
1976
|
- lib/cybersource_rest_client/models/tmsv2tokenizedcards_passcode.rb
|
|
1996
1977
|
- lib/cybersource_rest_client/models/tmsv2tokenizedcardstokenized_card_iddelete_reason.rb
|
|
1997
1978
|
- lib/cybersource_rest_client/models/tmsv2tokenizedcardstokenized_card_idissuerlifecycleeventsimulations_card.rb
|
|
1998
|
-
- lib/cybersource_rest_client/models/tmsv2tokenizedcardstokenized_card_idissuerlifecycleeventsimulations_metadata.rb
|
|
1999
|
-
- lib/cybersource_rest_client/models/tmsv2tokenizedcardstokenized_card_idissuerlifecycleeventsimulations_metadata_card_art.rb
|
|
2000
1979
|
- lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_authenticated_identities.rb
|
|
2001
1980
|
- lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_device_information.rb
|
|
2002
|
-
- lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_merchant_information.rb
|
|
2003
|
-
- lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_merchant_information_merchant_descriptor.rb
|
|
2004
1981
|
- lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_order_information.rb
|
|
2005
1982
|
- lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_order_information_amount_details.rb
|
|
2006
1983
|
- lib/cybersource_rest_client/models/token_permissions.rb
|
|
@@ -2093,6 +2070,34 @@ files:
|
|
|
2093
2070
|
- lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_risk_information_providers_fingerprint.rb
|
|
2094
2071
|
- lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_transaction_summaries.rb
|
|
2095
2072
|
- lib/cybersource_rest_client/models/tssv2transactionsemv_tag_details_emv_details_list.rb
|
|
2073
|
+
- lib/cybersource_rest_client/models/uc_configurations.rb
|
|
2074
|
+
- lib/cybersource_rest_client/models/uc_configurations_features.rb
|
|
2075
|
+
- lib/cybersource_rest_client/models/uc_configurations_features_click_to_pay.rb
|
|
2076
|
+
- lib/cybersource_rest_client/models/uc_configurations_features_click_to_pay_enrollment_data.rb
|
|
2077
|
+
- lib/cybersource_rest_client/models/uc_configurations_features_paze.rb
|
|
2078
|
+
- lib/cybersource_rest_client/models/uc_configurations_features_portfolio_accessto_sensitive_data.rb
|
|
2079
|
+
- lib/cybersource_rest_client/models/uc_feature_subscription.rb
|
|
2080
|
+
- lib/cybersource_rest_client/models/uc_feature_subscription_after_pay.rb
|
|
2081
|
+
- lib/cybersource_rest_client/models/uc_feature_subscription_apple_pay.rb
|
|
2082
|
+
- lib/cybersource_rest_client/models/uc_feature_subscription_bancontact.rb
|
|
2083
|
+
- lib/cybersource_rest_client/models/uc_feature_subscription_click_to_pay.rb
|
|
2084
|
+
- lib/cybersource_rest_client/models/uc_feature_subscription_decision_manager.rb
|
|
2085
|
+
- lib/cybersource_rest_client/models/uc_feature_subscription_dragon_pay.rb
|
|
2086
|
+
- lib/cybersource_rest_client/models/uc_feature_subscription_e_check.rb
|
|
2087
|
+
- lib/cybersource_rest_client/models/uc_feature_subscription_google_pay.rb
|
|
2088
|
+
- lib/cybersource_rest_client/models/uc_feature_subscription_ideal.rb
|
|
2089
|
+
- lib/cybersource_rest_client/models/uc_feature_subscription_konbini.rb
|
|
2090
|
+
- lib/cybersource_rest_client/models/uc_feature_subscription_multibanco.rb
|
|
2091
|
+
- lib/cybersource_rest_client/models/uc_feature_subscription_my_bank.rb
|
|
2092
|
+
- lib/cybersource_rest_client/models/uc_feature_subscription_p24.rb
|
|
2093
|
+
- lib/cybersource_rest_client/models/uc_feature_subscription_pay_pal.rb
|
|
2094
|
+
- lib/cybersource_rest_client/models/uc_feature_subscription_payer_authentication.rb
|
|
2095
|
+
- lib/cybersource_rest_client/models/uc_feature_subscription_paze_for_unified_checkout.rb
|
|
2096
|
+
- lib/cybersource_rest_client/models/uc_feature_subscription_portfolio_accessof_sensitive_data.rb
|
|
2097
|
+
- lib/cybersource_rest_client/models/uc_feature_subscription_tink_pay_by_bank.rb
|
|
2098
|
+
- lib/cybersource_rest_client/models/uc_feature_subscription_token_management.rb
|
|
2099
|
+
- lib/cybersource_rest_client/models/uc_feature_subscription_unified_click_to_pay_sdk.rb
|
|
2100
|
+
- lib/cybersource_rest_client/models/uc_feature_subscription_venmo.rb
|
|
2096
2101
|
- lib/cybersource_rest_client/models/ucv1sessions_appearance.rb
|
|
2097
2102
|
- lib/cybersource_rest_client/models/ucv1sessions_appearance_variables.rb
|
|
2098
2103
|
- lib/cybersource_rest_client/models/ucv1sessions_capture_mandate.rb
|
|
@@ -2104,6 +2109,7 @@ files:
|
|
|
2104
2109
|
- lib/cybersource_rest_client/models/ucv1sessions_data_aggregator_information_sub_merchant.rb
|
|
2105
2110
|
- lib/cybersource_rest_client/models/ucv1sessions_data_buyer_information.rb
|
|
2106
2111
|
- lib/cybersource_rest_client/models/ucv1sessions_data_buyer_information_personal_identification.rb
|
|
2112
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_client_reference_information.rb
|
|
2107
2113
|
- lib/cybersource_rest_client/models/ucv1sessions_data_consumer_authentication_information.rb
|
|
2108
2114
|
- lib/cybersource_rest_client/models/ucv1sessions_data_device_information.rb
|
|
2109
2115
|
- lib/cybersource_rest_client/models/ucv1sessions_data_installment_information.rb
|
|
@@ -2118,6 +2124,7 @@ files:
|
|
|
2118
2124
|
- lib/cybersource_rest_client/models/ucv1sessions_data_order_information_invoice_details.rb
|
|
2119
2125
|
- lib/cybersource_rest_client/models/ucv1sessions_data_order_information_invoice_details_transaction_advice_addendum.rb
|
|
2120
2126
|
- lib/cybersource_rest_client/models/ucv1sessions_data_order_information_line_items.rb
|
|
2127
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_order_information_ship_to.rb
|
|
2121
2128
|
- lib/cybersource_rest_client/models/ucv1sessions_data_order_information_shipping_details.rb
|
|
2122
2129
|
- lib/cybersource_rest_client/models/ucv1sessions_data_payment_information.rb
|
|
2123
2130
|
- lib/cybersource_rest_client/models/ucv1sessions_data_payment_information_card.rb
|
|
@@ -2132,6 +2139,8 @@ files:
|
|
|
2132
2139
|
- lib/cybersource_rest_client/models/ucv1sessions_payment_configurations.rb
|
|
2133
2140
|
- lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_clicktopay.rb
|
|
2134
2141
|
- lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_googlepay.rb
|
|
2142
|
+
- lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_paypal.rb
|
|
2143
|
+
- lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_paypal_tokenized_payment_method.rb
|
|
2135
2144
|
- lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_tms_token.rb
|
|
2136
2145
|
- lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_tms_token_customer.rb
|
|
2137
2146
|
- lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_tms_token_instrument_identifiers.rb
|
|
@@ -2146,6 +2155,7 @@ files:
|
|
|
2146
2155
|
- lib/cybersource_rest_client/models/underwriting_configuration.rb
|
|
2147
2156
|
- lib/cybersource_rest_client/models/underwriting_configuration_billing_information.rb
|
|
2148
2157
|
- lib/cybersource_rest_client/models/underwriting_configuration_billing_information_bank_account_information.rb
|
|
2158
|
+
- lib/cybersource_rest_client/models/underwriting_configuration_business_details.rb
|
|
2149
2159
|
- lib/cybersource_rest_client/models/underwriting_configuration_business_details_product_services_subscription.rb
|
|
2150
2160
|
- lib/cybersource_rest_client/models/underwriting_configuration_client_reference_information.rb
|
|
2151
2161
|
- lib/cybersource_rest_client/models/underwriting_configuration_deposit_information.rb
|
|
@@ -2159,11 +2169,11 @@ files:
|
|
|
2159
2169
|
- lib/cybersource_rest_client/models/underwriting_configuration_organization_information_business_information_address_1.rb
|
|
2160
2170
|
- lib/cybersource_rest_client/models/underwriting_configuration_organization_information_business_information_address_2.rb
|
|
2161
2171
|
- lib/cybersource_rest_client/models/underwriting_configuration_organization_information_business_information_business_contact.rb
|
|
2162
|
-
- lib/cybersource_rest_client/models/underwriting_configuration_organization_information_business_information_business_details.rb
|
|
2163
2172
|
- lib/cybersource_rest_client/models/underwriting_configuration_organization_information_business_information_director_information.rb
|
|
2164
2173
|
- lib/cybersource_rest_client/models/underwriting_configuration_organization_information_business_information_owner_information.rb
|
|
2165
2174
|
- lib/cybersource_rest_client/models/underwriting_configuration_organization_information_business_information_trading_address.rb
|
|
2166
2175
|
- lib/cybersource_rest_client/models/underwriting_configuration_sale_representative_information.rb
|
|
2176
|
+
- lib/cybersource_rest_client/models/unified_checkout_merchant_initiated_transaction.rb
|
|
2167
2177
|
- lib/cybersource_rest_client/models/update_invoice_request.rb
|
|
2168
2178
|
- lib/cybersource_rest_client/models/update_order_request.rb
|
|
2169
2179
|
- lib/cybersource_rest_client/models/update_payment_link_request.rb
|
|
@@ -2197,12 +2207,11 @@ files:
|
|
|
2197
2207
|
- lib/cybersource_rest_client/models/upv1capturecontexts_data_order_information_bill_to_company.rb
|
|
2198
2208
|
- lib/cybersource_rest_client/models/upv1capturecontexts_data_order_information_invoice_details.rb
|
|
2199
2209
|
- lib/cybersource_rest_client/models/upv1capturecontexts_data_order_information_line_items.rb
|
|
2200
|
-
- lib/cybersource_rest_client/models/
|
|
2201
|
-
- lib/cybersource_rest_client/models/upv1capturecontexts_data_order_information_line_items_tax_details.rb
|
|
2210
|
+
- lib/cybersource_rest_client/models/upv1capturecontexts_data_order_information_passenger.rb
|
|
2202
2211
|
- lib/cybersource_rest_client/models/upv1capturecontexts_data_order_information_ship_to.rb
|
|
2212
|
+
- lib/cybersource_rest_client/models/upv1capturecontexts_data_order_information_tax_details.rb
|
|
2203
2213
|
- lib/cybersource_rest_client/models/upv1capturecontexts_data_payment_information.rb
|
|
2204
2214
|
- lib/cybersource_rest_client/models/upv1capturecontexts_data_payment_information_card.rb
|
|
2205
|
-
- lib/cybersource_rest_client/models/upv1capturecontexts_data_processing_info_mit.rb
|
|
2206
2215
|
- lib/cybersource_rest_client/models/upv1capturecontexts_data_processing_information.rb
|
|
2207
2216
|
- lib/cybersource_rest_client/models/upv1capturecontexts_data_processing_information_authorization_options.rb
|
|
2208
2217
|
- lib/cybersource_rest_client/models/upv1capturecontexts_data_processing_information_authorization_options_initiator.rb
|
|
@@ -2253,6 +2262,10 @@ files:
|
|
|
2253
2262
|
- lib/cybersource_rest_client/models/vasv2taxid_client_reference_information.rb
|
|
2254
2263
|
- lib/cybersource_rest_client/models/vasv2taxid_client_reference_information_partner.rb
|
|
2255
2264
|
- lib/cybersource_rest_client/models/verify_customer_address_request.rb
|
|
2265
|
+
- lib/cybersource_rest_client/models/virtual_terminal_global_payment_settings.rb
|
|
2266
|
+
- lib/cybersource_rest_client/models/virtual_terminal_global_payment_settings_basic_information.rb
|
|
2267
|
+
- lib/cybersource_rest_client/models/virtual_terminal_global_payment_settings_merchant_defined_data_fields.rb
|
|
2268
|
+
- lib/cybersource_rest_client/models/virtual_terminal_global_payment_settings_payment_information.rb
|
|
2256
2269
|
- lib/cybersource_rest_client/models/void_capture_request.rb
|
|
2257
2270
|
- lib/cybersource_rest_client/models/void_credit_request.rb
|
|
2258
2271
|
- lib/cybersource_rest_client/models/void_payment_request.rb
|
|
@@ -2260,17 +2273,12 @@ files:
|
|
|
2260
2273
|
- lib/cybersource_rest_client/models/void_tax_request.rb
|
|
2261
2274
|
- lib/cybersource_rest_client/models/vt_config.rb
|
|
2262
2275
|
- lib/cybersource_rest_client/models/vt_config_card_not_present.rb
|
|
2263
|
-
- lib/cybersource_rest_client/models/vt_config_card_not_present_global_payment_information.rb
|
|
2264
|
-
- lib/cybersource_rest_client/models/vt_config_card_not_present_global_payment_information_basic_information.rb
|
|
2265
|
-
- lib/cybersource_rest_client/models/vt_config_card_not_present_global_payment_information_merchant_defined_data_fields.rb
|
|
2266
|
-
- lib/cybersource_rest_client/models/vt_config_card_not_present_global_payment_information_payment_information.rb
|
|
2267
2276
|
- lib/cybersource_rest_client/models/vt_config_card_not_present_receipt_information.rb
|
|
2268
2277
|
- lib/cybersource_rest_client/models/vt_config_card_not_present_receipt_information_email_receipt.rb
|
|
2269
2278
|
- lib/cybersource_rest_client/models/vt_config_card_not_present_receipt_information_header.rb
|
|
2270
2279
|
- lib/cybersource_rest_client/models/vt_config_card_not_present_receipt_information_order_information.rb
|
|
2271
2280
|
- lib/cybersource_rest_client/utilities/capture_context/capture_context_parsing_utility.rb
|
|
2272
2281
|
- lib/cybersource_rest_client/utilities/capture_context/public_key_fetcher.rb
|
|
2273
|
-
- lib/cybersource_rest_client/utilities/flex/token_verification.rb
|
|
2274
2282
|
- lib/cybersource_rest_client/utilities/jwe_utility.rb
|
|
2275
2283
|
- lib/cybersource_rest_client/utilities/multipart/multipart_helper.rb
|
|
2276
2284
|
- lib/cybersource_rest_client/utilities/tracking/sdk_tracker.rb
|