cybersource_rest_client 0.0.83 → 0.0.85
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/AuthenticationSDK/authentication/jwt/JwtToken.rb +46 -27
- data/lib/AuthenticationSDK/core/MerchantConfig.rb +93 -58
- data/lib/AuthenticationSDK/logging/sensitive_logging.rb +265 -93
- data/lib/AuthenticationSDK/util/AuthJWEUtility.rb +53 -3
- data/lib/AuthenticationSDK/util/Cache.rb +20 -12
- data/lib/AuthenticationSDK/util/Constants.rb +92 -31
- data/lib/AuthenticationSDK/util/MLEUtility.rb +51 -2
- data/lib/cybersource_rest_client/api/{instructions_api.rb → agent_capabilities_api.rb} +116 -35
- data/lib/cybersource_rest_client/api/batches_api.rb +1 -1
- data/lib/cybersource_rest_client/api/billing_agreements_api.rb +6 -6
- data/lib/cybersource_rest_client/api/capture_api.rb +2 -2
- data/lib/cybersource_rest_client/api/create_new_webhooks_api.rb +14 -22
- data/lib/cybersource_rest_client/api/credentials_api.rb +104 -0
- data/lib/cybersource_rest_client/api/credit_api.rb +2 -2
- data/lib/cybersource_rest_client/api/customer_payment_instrument_api.rb +3 -3
- data/lib/cybersource_rest_client/api/instrument_identifier_api.rb +3 -3
- data/lib/cybersource_rest_client/api/invoice_settings_api.rb +2 -2
- data/lib/cybersource_rest_client/api/invoices_api.rb +6 -6
- data/lib/cybersource_rest_client/api/manage_webhooks_api.rb +20 -28
- data/lib/cybersource_rest_client/api/merchant_boarding_api.rb +2 -2
- data/lib/cybersource_rest_client/api/network_tokens_api.rb +654 -0
- data/lib/cybersource_rest_client/api/orders_api.rb +4 -4
- data/lib/cybersource_rest_client/api/payment_links_api.rb +4 -4
- data/lib/cybersource_rest_client/api/payment_tokens_api.rb +2 -2
- data/lib/cybersource_rest_client/api/payments_api.rb +21 -21
- data/lib/cybersource_rest_client/api/plans_api.rb +1 -1
- data/lib/cybersource_rest_client/api/refund_api.rb +4 -4
- data/lib/cybersource_rest_client/api/reversal_api.rb +4 -4
- data/lib/cybersource_rest_client/api/subscriptions_api.rb +183 -1
- data/lib/cybersource_rest_client/api/subscriptions_follow_ons_api.rb +1 -1
- data/lib/cybersource_rest_client/api/void_api.rb +10 -10
- data/lib/cybersource_rest_client/api_client.rb +35 -2
- data/lib/cybersource_rest_client/configuration.rb +2 -2
- data/lib/cybersource_rest_client/models/{commerce_solutions_products_account_updater_configuration_information_configurations.rb → account_updater_configurations.rb} +4 -4
- data/lib/cybersource_rest_client/models/{commerce_solutions_products_account_updater_configuration_information_configurations_amex.rb → account_updater_configurations_amex.rb} +1 -1
- data/lib/cybersource_rest_client/models/{commerce_solutions_products_account_updater_configuration_information_configurations_master_card.rb → account_updater_configurations_master_card.rb} +1 -1
- data/lib/cybersource_rest_client/models/{commerce_solutions_products_account_updater_configuration_information_configurations_visa.rb → account_updater_configurations_visa.rb} +1 -1
- data/lib/cybersource_rest_client/models/account_validations_request.rb +15 -5
- data/lib/cybersource_rest_client/models/{ptsv1pullfundstransfer_processing_information_funding_options.rb → aft_funding_options.rb} +2 -2
- data/lib/cybersource_rest_client/models/{ptsv1pullfundstransfer_processing_information_funding_options_initiator.rb → aft_funding_options_initiator.rb} +2 -2
- data/lib/cybersource_rest_client/models/{ptsv1pullfundstransfer_processing_info_funding_options_initiator_origin_ini_transaction.rb → aft_funding_options_initiator_originator_initiated_transaction.rb} +1 -1
- data/lib/cybersource_rest_client/models/agentic_cancel_purchase_intent_request.rb +3 -3
- data/lib/cybersource_rest_client/models/agentic_card_enrollment_request.rb +8 -8
- data/lib/cybersource_rest_client/models/agentic_confirm_transaction_events_request.rb +2 -2
- data/lib/cybersource_rest_client/models/agentic_create_purchase_intent_request.rb +5 -5
- data/lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_request.rb +2 -2
- data/lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_response200.rb +1 -1
- data/lib/cybersource_rest_client/models/agentic_update_purchase_intent_request.rb +5 -5
- data/lib/cybersource_rest_client/models/{payments_products_alternative_payment_methods_configuration_information_configurations_processors.rb → alternative_payments_processor_configuration.rb} +1 -1
- data/lib/cybersource_rest_client/models/auth_reversal_request.rb +11 -1
- data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information.rb +32 -6
- data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_bank.rb +1 -1
- data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_bank_account.rb +1 -1
- data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_customer.rb +196 -0
- data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_instrument_identifier.rb +196 -0
- data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_payment_instrument.rb +196 -0
- data/lib/cybersource_rest_client/models/bavsv1accountvalidations_token_information.rb +208 -0
- data/lib/cybersource_rest_client/models/bin_lookup403_response.rb +223 -0
- data/lib/cybersource_rest_client/models/bin_lookupv400_response.rb +235 -0
- data/lib/cybersource_rest_client/models/{card_processing_config_common_acquirer_agreement_acquirer_code.rb → boarding_acquirer_details.rb} +2 -2
- data/lib/cybersource_rest_client/models/{card_processing_config_common_acquirer_agreement_acquirer_code_payment_options.rb → boarding_acquirer_details_payment_options.rb} +1 -1
- data/lib/cybersource_rest_client/models/{boardingv1registrations_organization_information_business_information.rb → boarding_business_information.rb} +6 -6
- data/lib/cybersource_rest_client/models/{boardingv1registrations_organization_information_business_information_address.rb → boarding_business_information_address.rb} +1 -1
- data/lib/cybersource_rest_client/models/{boardingv1registrations_organization_information_business_information_business_contact.rb → boarding_business_information_business_contact.rb} +1 -1
- data/lib/cybersource_rest_client/models/{boardingv1registrations_organization_information_business_information_localized_names.rb → boarding_business_information_localized_names.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_payouts_configuration_information_configurations.rb → boarding_payouts_configurations.rb} +2 -2
- data/lib/cybersource_rest_client/models/{payments_products_payouts_configuration_information_configurations_common.rb → boarding_payouts_configurations_common.rb} +2 -2
- data/lib/cybersource_rest_client/models/{payments_products_payouts_configuration_information_configurations_common_aggregator.rb → boarding_payouts_configurations_common_aggregator.rb} +1 -1
- data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information.rb +1 -1
- data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_owners.rb +1 -1
- data/lib/cybersource_rest_client/models/card_processing_config_common_acquirer_agreement.rb +1 -1
- data/lib/cybersource_rest_client/models/card_processing_config_common_processors.rb +105 -1
- data/lib/cybersource_rest_client/models/commerce_solutions_products.rb +15 -5
- data/lib/cybersource_rest_client/models/commerce_solutions_products_account_updater_configuration_information.rb +1 -1
- data/lib/cybersource_rest_client/models/create_credit_request.rb +15 -5
- data/lib/cybersource_rest_client/models/create_subscription_response.rb +1 -1
- data/lib/cybersource_rest_client/models/{payment_instrument_list_1__embedded_payment_instruments.rb → default_payment_instrument.rb} +9 -9
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument__embedded.rb → default_payment_instrument__embedded.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument__links.rb → default_payment_instrument__links.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument__links_self.rb → default_payment_instrument__links_self.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_bank_account.rb → default_payment_instrument_bank_account.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_bill_to.rb → default_payment_instrument_bill_to.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_buyer_information.rb → default_payment_instrument_buyer_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_default_payment_instrument_buyer_info_issued_by.rb → default_payment_instrument_buyer_information_issued_by.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_default_payment_instrument_buyer_info_personal_identification.rb → default_payment_instrument_buyer_information_personal_identification.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_card.rb → default_payment_instrument_card.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_default_payment_instrument_card_tokenized_info.rb → default_payment_instrument_card_tokenized_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_default_payment_instrument_instrument_identifier.rb → default_payment_instrument_instrument_identifier.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_metadata.rb → default_payment_instrument_metadata.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address.rb → default_shipping_address.rb} +4 -4
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address__links.rb → default_shipping_address__links.rb} +3 -3
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address__links_customer.rb → default_shipping_address__links_customer.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address__links_self.rb → default_shipping_address__links_self.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address_metadata.rb → default_shipping_address_metadata.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address_ship_to.rb → default_shipping_address_ship_to.rb} +1 -1
- data/lib/cybersource_rest_client/models/{pts_v2_payments_post201_response_watchlist_screening_information_watch_list.rb → export_compliance_watch_list.rb} +2 -2
- data/lib/cybersource_rest_client/models/{pts_v2_payments_post201_response_watchlist_screening_information_watch_list_matches.rb → export_compliance_watch_list_matches.rb} +1 -1
- data/lib/cybersource_rest_client/models/{get_subscription_response_1_payment_instrument_buyer_information.rb → follow_on_transaction_buyer_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/generate_unified_checkout_v1_capture_context_request.rb +2 -2
- data/lib/cybersource_rest_client/models/get_all_subscriptions_response_order_information_amount_details_surcharge.rb +22 -5
- data/lib/cybersource_rest_client/models/get_subscription_response_1_payment_instrument.rb +2 -2
- data/lib/cybersource_rest_client/models/get_subscription_response_1_shipping_address.rb +1 -1
- data/lib/cybersource_rest_client/models/get_subscriptions_payments_response.rb +247 -0
- data/lib/cybersource_rest_client/models/get_subscriptions_payments_response_1.rb +224 -0
- data/lib/cybersource_rest_client/models/{pbl_payment_links_post201_response__links.rb → get_subscriptions_payments_response_1__links.rb} +1 -1
- data/lib/cybersource_rest_client/models/get_subscriptions_payments_response__links.rb +209 -0
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_configuration_information_configurations_features.rb → get_subscriptions_payments_response_cycles_completed_count.rb} +11 -9
- data/lib/cybersource_rest_client/models/get_subscriptions_payments_response_subscription_payment.rb +356 -0
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_amount_detail.rb → icc_amount_detail.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_items.rb → icc_line_item.rb} +4 -4
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_items_additional_info.rb → icc_line_item_additional_info.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_items_policies.rb → icc_line_item_policies.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_merchant_information_merchant_descriptor.rb → icc_merchant_descriptor.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_processor_information_payment_instrument.rb → icc_payment_instrument.rb} +3 -3
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconf_processor_info_payment_instrument_verifi_results.rb → icc_payment_instrument_verification_results.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_order_information_shipping_details.rb → icc_shipping_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/{agentic_retrieve_payment_credentials_response200_transaction_response_with_pending_events.rb → icc_transaction_response_pending_events.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructions_decline_threshold.rb → iccv1instructions_decline_threshold.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1instructions_mandates.rb → iccv1instructions_mandates.rb} +4 -4
- data/lib/cybersource_rest_client/models/{acpv1instructions_recurring_payment_information.rb → iccv1instructions_recurring_payment_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_confirmation_data.rb → iccv1instructionsinstruction_idconfirmations_confirmation_data.rb} +5 -5
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_merchant_information.rb → iccv1instructionsinstruction_idconfirmations_merchant_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_order_information.rb → iccv1instructionsinstruction_idconfirmations_order_information.rb} +5 -5
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_processor_information.rb → iccv1instructionsinstruction_idconfirmations_processor_information.rb} +4 -4
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_attachments.rb → iccv1instructionsinstruction_idcredentials_attachments.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_client_reference_information.rb → iccv1instructionsinstruction_idcredentials_client_reference_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_mandate_reference_data.rb → iccv1instructionsinstruction_idcredentials_mandate_reference_data.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_merchant_information.rb → iccv1instructionsinstruction_idcredentials_merchant_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information.rb → iccv1instructionsinstruction_idcredentials_order_information.rb} +4 -4
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_line_items.rb → iccv1instructionsinstruction_idcredentials_order_information_line_items.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_ship_to.rb → iccv1instructionsinstruction_idcredentials_order_information_ship_to.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_payment_options.rb → iccv1instructionsinstruction_idcredentials_payment_options.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_transaction_data.rb → iccv1instructionsinstruction_idcredentials_transaction_data.rb} +7 -7
- data/lib/cybersource_rest_client/models/iccv1mppcredentials_challenge.rb +369 -0
- data/lib/cybersource_rest_client/models/iccv1mppcredentials_challenge_encryption_jwk.rb +336 -0
- data/lib/cybersource_rest_client/models/{acpv1tokens_assurance_data.rb → iccv1tokens_assurance_data.rb} +10 -10
- data/lib/cybersource_rest_client/models/{acpv1tokens_authenticated_identities.rb → iccv1tokens_authenticated_identities.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1tokens_authentication_context.rb → iccv1tokens_authentication_context.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1tokens_bill_to.rb → iccv1tokens_bill_to.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1tokens_buyer_information.rb → iccv1tokens_buyer_information.rb} +3 -3
- data/lib/cybersource_rest_client/models/{acpv1tokens_buyer_information_personal_identification.rb → iccv1tokens_buyer_information_personal_identification.rb} +9 -9
- data/lib/cybersource_rest_client/models/{acpv1tokens_consent_data.rb → iccv1tokens_consent_data.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_consumer_identity.rb → iccv1tokens_consumer_identity.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1tokens_device_information.rb → iccv1tokens_device_information.rb} +3 -3
- data/lib/cybersource_rest_client/models/{acpv1tokens_device_information_device_data.rb → iccv1tokens_device_information_device_data.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_enrollment_reference_data.rb → iccv1tokens_enrollment_reference_data.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1tokens_payment_information.rb → iccv1tokens_payment_information.rb} +5 -5
- data/lib/cybersource_rest_client/models/{acpv1tokens_payment_information_customer.rb → iccv1tokens_payment_information_customer.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_payment_information_instrument_identifier.rb → iccv1tokens_payment_information_instrument_identifier.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_payment_information_payment_instrument.rb → iccv1tokens_payment_information_payment_instrument.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_201_1_tokenized_card.rb +26 -5
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups.rb +1 -1
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_commerce_solutions.rb +17 -7
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_risk.rb +16 -6
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_value_added_services.rb +27 -7
- data/lib/cybersource_rest_client/models/inline_response_400_10.rb +30 -75
- data/lib/cybersource_rest_client/models/{inline_response_400_8_details.rb → inline_response_400_10_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_400_11.rb +242 -0
- data/lib/cybersource_rest_client/models/inline_response_400_12.rb +235 -0
- data/lib/cybersource_rest_client/models/{inline_response_400_7_details.rb → inline_response_400_12_details.rb} +3 -3
- data/lib/cybersource_rest_client/models/inline_response_400_13.rb +281 -0
- data/lib/cybersource_rest_client/models/inline_response_400_6.rb +37 -60
- data/lib/cybersource_rest_client/models/inline_response_400_7.rb +6 -6
- data/lib/cybersource_rest_client/models/inline_response_400_8.rb +58 -36
- data/lib/cybersource_rest_client/models/{inline_response_400_6_fields.rb → inline_response_400_8_fields.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_400_9.rb +16 -16
- data/lib/cybersource_rest_client/models/inline_response_400_9_details.rb +2 -2
- data/lib/cybersource_rest_client/models/inline_response_404_3.rb +1 -1
- data/lib/cybersource_rest_client/models/inline_response_422_1.rb +1 -1
- data/lib/cybersource_rest_client/models/inline_response_502.rb +9 -53
- data/lib/cybersource_rest_client/models/inline_response_502_1.rb +24 -12
- data/lib/cybersource_rest_client/models/inline_response_502_2.rb +19 -47
- data/lib/cybersource_rest_client/models/inline_response_502_3.rb +251 -0
- data/lib/cybersource_rest_client/models/iplv2paymentlinks_order_information_line_items.rb +73 -5
- data/lib/cybersource_rest_client/models/microform_config_features.rb +189 -0
- data/lib/cybersource_rest_client/models/microform_config_features_gateway_agnostic.rb +189 -0
- data/lib/cybersource_rest_client/models/mit_reversal_request.rb +11 -1
- data/lib/cybersource_rest_client/models/mpp_credentials_request.rb +221 -0
- data/lib/cybersource_rest_client/models/mpp_credentials_response200.rb +338 -0
- data/lib/cybersource_rest_client/models/patch_customer_payment_instrument_request.rb +8 -8
- data/lib/cybersource_rest_client/models/patch_customer_request.rb +1 -1
- data/lib/cybersource_rest_client/models/patch_customer_shipping_address_request.rb +3 -3
- data/lib/cybersource_rest_client/models/patch_instrument_identifier_request.rb +1 -1
- data/lib/cybersource_rest_client/models/patch_payment_instrument_request.rb +8 -8
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument.rb → payment_instrument.rb} +9 -9
- data/lib/cybersource_rest_client/models/payment_instrument_list_1__embedded.rb +1 -1
- data/lib/cybersource_rest_client/models/payment_instrument_list__embedded.rb +1 -1
- data/lib/cybersource_rest_client/models/{payment_instrument_list_1__embedded__embedded.rb → payment_instrument_list__embedded__embedded.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments.rb → payments_configuration_setup.rb} +45 -25
- data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_alternative_payment_methods.rb → payments_configuration_setup_alternative_payment_methods.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_alternative_payment_methods_configuration_status.rb → payments_configuration_setup_alternative_payment_methods_configuration_status.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_card_processing.rb → payments_configuration_setup_card_processing.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_card_processing_configuration_status.rb → payments_configuration_setup_card_processing_configuration_status.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_card_processing_subscription_status.rb → payments_configuration_setup_card_processing_subscription_status.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_digital_payments.rb → payments_configuration_setup_digital_payments.rb} +2 -2
- data/lib/cybersource_rest_client/models/payments_products.rb +25 -5
- data/lib/cybersource_rest_client/models/payments_products_alternative_payment_methods_configuration_information_configurations.rb +1 -1
- data/lib/cybersource_rest_client/models/payments_products_currency_conversion_configuration_information_configurations_processors.rb +14 -2
- data/lib/cybersource_rest_client/models/payments_products_microform.rb +199 -0
- data/lib/cybersource_rest_client/models/payments_products_microform_configuration_information.rb +199 -0
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_configuration_information_configurations.rb → payments_products_microform_configuration_information_configurations.rb} +2 -2
- data/lib/cybersource_rest_client/models/payments_products_microform_subscription_information.rb +227 -0
- data/lib/cybersource_rest_client/models/payments_products_payouts_configuration_information.rb +1 -1
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information.rb +1 -1
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pbl_payment_links_get200_response.rb +1 -1
- data/lib/cybersource_rest_client/models/pbl_payment_links_post201_response.rb +1 -1
- data/lib/cybersource_rest_client/models/post_customer_payment_instrument_request.rb +8 -8
- data/lib/cybersource_rest_client/models/post_customer_request.rb +1 -1
- data/lib/cybersource_rest_client/models/post_customer_shipping_address_request.rb +3 -3
- data/lib/cybersource_rest_client/models/post_instrument_identifier_enrollment_request.rb +1 -1
- data/lib/cybersource_rest_client/models/post_instrument_identifier_request.rb +1 -1
- data/lib/cybersource_rest_client/models/post_issuer_life_cycle_simulation_request.rb +1 -1
- data/lib/cybersource_rest_client/models/post_payment_credentials_request.rb +1 -1
- data/lib/cybersource_rest_client/models/post_payment_credentials_request_1.rb +1 -1
- data/lib/cybersource_rest_client/models/post_payment_instrument_request.rb +8 -8
- data/lib/cybersource_rest_client/models/post_tokenized_card_request.rb +15 -5
- data/lib/cybersource_rest_client/models/{ptsv2payments_processing_information_authorization_options.rb → processing_info_authorization_options.rb} +2 -2
- data/lib/cybersource_rest_client/models/{ptsv2payments_processing_information_authorization_options_initiator.rb → processing_info_authorization_options_initiator.rb} +2 -2
- data/lib/cybersource_rest_client/models/{ptsv2payments_merchant_initiated_transaction.rb → processing_info_authorization_options_initiator_merchant_initiated_transaction.rb} +4 -4
- data/lib/cybersource_rest_client/models/{pts_v2_payments_post201_response_processor_information_seller_protection.rb → processor_information_seller_protection.rb} +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_create_billing_agreement_post201_response_agreement_information.rb +80 -1
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response.rb +42 -2
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_merchant_information.rb +196 -0
- data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_recipient_information_payment_information.rb → pts_v2_credits_post201_response_payment_account_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_payment_information.rb +15 -5
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_payment_information_account_features.rb +196 -0
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_token_information.rb +189 -0
- data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_processor_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_modify_billing_agreement_post201_response_agreement_information.rb +35 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_point_of_sale_information.rb +22 -5
- data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_processor_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_order_post201_response_order_information_shipping_details.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_processor_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_consumer_authentication_information.rb +106 -5
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_consumer_authentication_information_strong_authentication.rb +22 -5
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_account_information.rb +15 -5
- data/lib/cybersource_rest_client/models/{pts_v2_payments_post201_response_payment_information_tokenized_card.rb → pts_v2_payments_post201_response_payment_account_information_tokenized_card.rb} +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processing_information.rb +18 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information.rb +24 -7
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information.rb +15 -5
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_third_party_token.rb +213 -0
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_watchlist_screening_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_error_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_order_information_amount_details.rb +18 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_processor_information.rb +19 -2
- data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response_processor_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_voids_post201_response_processor_information.rb +7 -1
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_issuer_information.rb +166 -1
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information.rb +45 -5
- data/lib/cybersource_rest_client/models/{pull_funds201_response_processor_information_avs.rb → pts_v2_payouts_post201_response_processor_information_avs.rb} +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information_customer.rb +196 -0
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information_electronic_verification_results.rb +281 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_buyer_information.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_order_information_amount_details.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information.rb +19 -6
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information.rb +19 -6
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_agreement_information.rb +84 -5
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_order_information.rb +12 -2
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_order_information_amount_details.rb +230 -0
- data/lib/cybersource_rest_client/models/{ptsv2intents_order_information_invoice_details.rb → ptsv2billingagreements_order_information_invoice_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_bank.rb +15 -5
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_bank_account_alias.rb +207 -0
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_processing_information.rb +18 -1
- data/lib/cybersource_rest_client/models/ptsv2billingagreementsid_agreement_information.rb +56 -5
- data/lib/cybersource_rest_client/models/ptsv2billingagreementsid_processing_information.rb +18 -1
- data/lib/cybersource_rest_client/models/ptsv2credits_processing_information.rb +36 -6
- data/lib/cybersource_rest_client/models/ptsv2credits_processing_information_refund_options.rb +22 -5
- data/lib/cybersource_rest_client/models/ptsv2credits_token_information.rb +228 -0
- data/lib/cybersource_rest_client/models/ptsv2intents_order_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2intentsid_order_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_aggregator_information_sub_merchant.rb +15 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_consumer_authentication_information.rb +16 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information.rb +28 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_digital_currency.rb +231 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_shipping_details.rb +23 -6
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information.rb +32 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank.rb +15 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank_account_alias.rb +207 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_third_party_token.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information.rb +18 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information.rb +74 -8
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_program_indicators.rb +202 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_processor_information.rb +73 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_recipient_information.rb +16 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_sender_information.rb +16 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_token_information.rb +32 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_token_information_token_authentication_information.rb +193 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_token_information_token_authentication_information_authenticated_identities.rb +252 -0
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_aggregator_information_sub_merchant.rb +15 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_shipping_details.rb +100 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_point_of_sale_information.rb +22 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processing_information.rb +19 -2
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processor_information.rb +39 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information.rb +15 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information_shipping_details.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information.rb +32 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_processing_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_processing_information_refund_options.rb +22 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_device_information.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_payment_information.rb +22 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_processing_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payouts_processing_information.rb +18 -5
- data/lib/cybersource_rest_client/models/pull_funds201_response_processor_information.rb +36 -6
- data/lib/cybersource_rest_client/models/pull_funds_request.rb +11 -1
- data/lib/cybersource_rest_client/models/push_funds201_response.rb +11 -1
- data/lib/cybersource_rest_client/models/push_funds201_response_issuer_information.rb +344 -0
- data/lib/cybersource_rest_client/models/push_funds201_response_processor_information.rb +45 -5
- data/lib/cybersource_rest_client/models/push_funds_transfer_payment_information.rb +189 -0
- data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_recipient_information_payment_information_card.rb → push_funds_transfer_payment_information_card.rb} +4 -4
- data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_recipient_information_payment_information_card_customer.rb → push_funds_transfer_payment_information_card_customer.rb} +1 -1
- data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_recipient_information_payment_information_card_instrument_identifier.rb → push_funds_transfer_payment_information_card_instrument_identifier.rb} +1 -1
- data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_recipient_information_payment_information_card_payment_instrument.rb → push_funds_transfer_payment_information_card_payment_instrument.rb} +1 -1
- data/lib/cybersource_rest_client/models/{rbsv1subscriptions_processing_information_authorization_options.rb → rbs_authorization_options.rb} +2 -2
- data/lib/cybersource_rest_client/models/{rbsv1subscriptions_processing_information_authorization_options_initiator.rb → rbs_authorization_options_initiator.rb} +1 -1
- data/lib/cybersource_rest_client/models/rbsv1subscriptions_processing_information.rb +1 -1
- data/lib/cybersource_rest_client/models/{reporting_v3_report_definitions_name_get200_response_default_settings.rb → report_definition_default_settings.rb} +1 -1
- data/lib/cybersource_rest_client/models/reporting_v3_report_definitions_get200_response_report_definitions.rb +1 -1
- data/lib/cybersource_rest_client/models/reporting_v3_report_definitions_name_get200_response.rb +1 -1
- data/lib/cybersource_rest_client/models/{risk_v1_address_verifications_post201_response_address_verification_information.rb → risk_address_verification_information.rb} +3 -3
- data/lib/cybersource_rest_client/models/{risk_v1_address_verifications_post201_response_address_verification_information_bar_code.rb → risk_address_verification_information_bar_code.rb} +1 -1
- data/lib/cybersource_rest_client/models/{risk_v1_address_verifications_post201_response_address_verification_information_standard_address.rb → risk_address_verification_information_standard_address.rb} +2 -2
- data/lib/cybersource_rest_client/models/{risk_v1_address_verifications_post201_response_address1.rb → risk_address_verification_information_standard_address_address1.rb} +1 -1
- data/lib/cybersource_rest_client/models/risk_products.rb +15 -5
- data/lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response.rb +1 -1
- data/lib/cybersource_rest_client/models/riskv1decisions_order_information_ship_to.rb +39 -5
- data/lib/cybersource_rest_client/models/riskv1decisions_order_information_shipping_details.rb +1 -1
- data/lib/cybersource_rest_client/models/shipping_address_list_for_customer__embedded.rb +1 -1
- data/lib/cybersource_rest_client/models/tms_card_art.rb +23 -1
- data/lib/cybersource_rest_client/models/tms_embedded_instrument_identifier.rb +1 -1
- data/lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_bill_to.rb +22 -5
- data/lib/cybersource_rest_client/models/{tmsv2tokenizedcardstokenized_card_idissuerlifecycleeventsimulations_metadata.rb → tms_issuer_life_cycle_event_simulation_metadata.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tmsv2tokenizedcardstokenized_card_idissuerlifecycleeventsimulations_metadata_card_art.rb → tms_issuer_life_cycle_event_simulation_metadata_card_art.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tms_issuerlifecycleeventsimulations_metadata_card_art_combined_asset.rb → tms_issuer_life_cycle_event_simulation_metadata_card_art_combined_asset.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tms_embedded_instrument_identifier_point_of_sale_information.rb → tms_point_of_sale_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tms_embedded_instrument_identifier_point_of_sale_information_emv_tags.rb → tms_point_of_sale_information_emv_tags.rb} +1 -1
- data/lib/cybersource_rest_client/models/tms_tokenized_card_delete_request.rb +189 -0
- data/lib/cybersource_rest_client/models/tmsv1paymentinstruments__embedded.rb +190 -0
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card.rb +22 -1
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_card.rb +1 -1
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata.rb +16 -5
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_issuer.rb +41 -8
- data/lib/cybersource_rest_client/models/{tmsv3tokenstoken_idpaymentcredentials_merchant_information_merchant_descriptor.rb → tmsv2_tokenized_card_metadata_issuer_bank_applications.rb} +11 -11
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_issuer_capabilities.rb +257 -0
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_verification_results.rb +202 -0
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded.rb +200 -0
- data/lib/cybersource_rest_client/models/tmsv2tokenize_token_information.rb +2 -2
- data/lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded.rb +2 -2
- data/lib/cybersource_rest_client/models/{tmsv3tokenstoken_idpaymentcredentials_order_information_bill_to.rb → tmsv2tokenizedcards_bill_to.rb} +1 -1
- data/lib/cybersource_rest_client/models/tmsv2tokenizedcardstokenized_card_iddelete_reason.rb +208 -0
- data/lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_authenticated_identities.rb +19 -8
- data/lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_order_information.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_shipping_details.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_sender_information.rb +1 -1
- data/lib/cybersource_rest_client/models/uc_configurations.rb +189 -0
- data/lib/cybersource_rest_client/models/uc_configurations_features.rb +209 -0
- data/lib/cybersource_rest_client/models/uc_configurations_features_click_to_pay.rb +189 -0
- data/lib/cybersource_rest_client/models/uc_configurations_features_click_to_pay_enrollment_data.rb +223 -0
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_configuration_information_configurations_features_paze.rb → uc_configurations_features_paze.rb} +2 -2
- data/lib/cybersource_rest_client/models/uc_configurations_features_portfolio_accessto_sensitive_data.rb +190 -0
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features.rb → uc_feature_subscription.rb} +22 -22
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_after_pay.rb → uc_feature_subscription_after_pay.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_apple_pay.rb → uc_feature_subscription_apple_pay.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_bancontact.rb → uc_feature_subscription_bancontact.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_click_to_pay.rb → uc_feature_subscription_click_to_pay.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_decision_manager.rb → uc_feature_subscription_decision_manager.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_dragon_pay.rb → uc_feature_subscription_dragon_pay.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_e_check.rb → uc_feature_subscription_e_check.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_google_pay.rb → uc_feature_subscription_google_pay.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_ideal.rb → uc_feature_subscription_ideal.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_konbini.rb → uc_feature_subscription_konbini.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_multibanco.rb → uc_feature_subscription_multibanco.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_my_bank.rb → uc_feature_subscription_my_bank.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_p24.rb → uc_feature_subscription_p24.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_pay_pal.rb → uc_feature_subscription_pay_pal.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_payer_authentication.rb → uc_feature_subscription_payer_authentication.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_paze_for_unified_checkout.rb → uc_feature_subscription_paze_for_unified_checkout.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_info_features_portfolio_accessof_sensi_data.rb → uc_feature_subscription_portfolio_accessof_sensitive_data.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_tink_pay_by_bank.rb → uc_feature_subscription_tink_pay_by_bank.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_token_management.rb → uc_feature_subscription_token_management.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_unified_click_to_pay_sdk.rb → uc_feature_subscription_unified_click_to_pay_sdk.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_venmo.rb → uc_feature_subscription_venmo.rb} +1 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_complete_mandate.rb +1 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_data.rb +45 -15
- data/lib/cybersource_rest_client/models/ucv1sessions_data_aggregator_information.rb +325 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_aggregator_information_sub_merchant.rb +366 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_client_reference_information.rb +227 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_consumer_authentication_information.rb +22 -5
- data/lib/cybersource_rest_client/models/ucv1sessions_data_installment_information.rb +196 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_merchant_information.rb +22 -5
- data/lib/cybersource_rest_client/models/ucv1sessions_data_merchant_information_merchant_descriptor.rb +18 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information.rb +17 -7
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_amount_details.rb +86 -12
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_invoice_details.rb +242 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_invoice_details_transaction_advice_addendum.rb +196 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_line_items.rb +702 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_ship_to.rb +388 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_shipping_details.rb +213 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information.rb +38 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_authorization_options_initiator.rb +1 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_bank_transfer_options.rb +196 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_recurring_options.rb +192 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_recipient_information.rb +107 -53
- data/lib/cybersource_rest_client/models/ucv1sessions_data_sender_information.rb +376 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_sender_information_account.rb +213 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations.rb +11 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_googlepay.rb +1 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_paypal.rb +211 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_paypal_tokenized_payment_method.rb +213 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_tms_token.rb +1 -1
- data/lib/cybersource_rest_client/models/{underwriting_configuration_organization_information_business_information_business_details.rb → underwriting_configuration_business_details.rb} +2 -2
- data/lib/cybersource_rest_client/models/underwriting_configuration_business_details_product_services_subscription.rb +1 -1
- data/lib/cybersource_rest_client/models/underwriting_configuration_organization_information_business_information.rb +1 -1
- data/lib/cybersource_rest_client/models/{upv1capturecontexts_data_processing_info_mit.rb → unified_checkout_merchant_initiated_transaction.rb} +1 -1
- data/lib/cybersource_rest_client/models/update_payments.rb +192 -0
- data/lib/cybersource_rest_client/models/upv1capturecontexts_data_order_information.rb +4 -2
- data/lib/cybersource_rest_client/models/upv1capturecontexts_data_order_information_line_items.rb +2 -2
- data/lib/cybersource_rest_client/models/{upv1capturecontexts_data_order_information_line_items_passenger.rb → upv1capturecontexts_data_order_information_passenger.rb} +1 -1
- data/lib/cybersource_rest_client/models/{upv1capturecontexts_data_order_information_line_items_tax_details.rb → upv1capturecontexts_data_order_information_tax_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/upv1capturecontexts_data_processing_information_authorization_options_initiator.rb +1 -1
- data/lib/cybersource_rest_client/models/value_added_services_products.rb +25 -5
- data/lib/cybersource_rest_client/models/{vt_config_card_not_present_global_payment_information.rb → virtual_terminal_global_payment_settings.rb} +4 -4
- data/lib/cybersource_rest_client/models/{vt_config_card_not_present_global_payment_information_basic_information.rb → virtual_terminal_global_payment_settings_basic_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{vt_config_card_not_present_global_payment_information_merchant_defined_data_fields.rb → virtual_terminal_global_payment_settings_merchant_defined_data_fields.rb} +1 -1
- data/lib/cybersource_rest_client/models/{vt_config_card_not_present_global_payment_information_payment_information.rb → virtual_terminal_global_payment_settings_payment_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/vt_config_card_not_present.rb +1 -1
- data/lib/cybersource_rest_client.rb +225 -158
- metadata +231 -164
- data/lib/cybersource_rest_client/api/enrollment_api.rb +0 -104
- data/lib/cybersource_rest_client/api/token_api.rb +0 -306
- data/lib/cybersource_rest_client/api/tokenized_card_api.rb +0 -371
- data/lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_merchant_information.rb +0 -189
- data/lib/cybersource_rest_client/utilities/flex/token_verification.rb +0 -42
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
|
|
@@ -56,20 +56,20 @@ dependencies:
|
|
|
56
56
|
requirements:
|
|
57
57
|
- - "~>"
|
|
58
58
|
- !ruby/object:Gem::Version
|
|
59
|
-
version: '7.
|
|
59
|
+
version: '7.2'
|
|
60
60
|
- - ">="
|
|
61
61
|
- !ruby/object:Gem::Version
|
|
62
|
-
version: 7.1
|
|
62
|
+
version: 7.2.3.1
|
|
63
63
|
type: :runtime
|
|
64
64
|
prerelease: false
|
|
65
65
|
version_requirements: !ruby/object:Gem::Requirement
|
|
66
66
|
requirements:
|
|
67
67
|
- - "~>"
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '7.
|
|
69
|
+
version: '7.2'
|
|
70
70
|
- - ">="
|
|
71
71
|
- !ruby/object:Gem::Version
|
|
72
|
-
version: 7.1
|
|
72
|
+
version: 7.2.3.1
|
|
73
73
|
- !ruby/object:Gem::Dependency
|
|
74
74
|
name: interface
|
|
75
75
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -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
|
|
@@ -332,6 +333,7 @@ files:
|
|
|
332
333
|
- lib/cybersource_rest_client/api/chargeback_summaries_api.rb
|
|
333
334
|
- lib/cybersource_rest_client/api/conversion_details_api.rb
|
|
334
335
|
- lib/cybersource_rest_client/api/create_new_webhooks_api.rb
|
|
336
|
+
- lib/cybersource_rest_client/api/credentials_api.rb
|
|
335
337
|
- lib/cybersource_rest_client/api/credit_api.rb
|
|
336
338
|
- lib/cybersource_rest_client/api/customer_api.rb
|
|
337
339
|
- lib/cybersource_rest_client/api/customer_payment_instrument_api.rb
|
|
@@ -342,9 +344,7 @@ files:
|
|
|
342
344
|
- lib/cybersource_rest_client/api/download_dtd_api.rb
|
|
343
345
|
- lib/cybersource_rest_client/api/download_xsd_api.rb
|
|
344
346
|
- lib/cybersource_rest_client/api/emv_tag_details_api.rb
|
|
345
|
-
- lib/cybersource_rest_client/api/enrollment_api.rb
|
|
346
347
|
- lib/cybersource_rest_client/api/flex_api_api.rb
|
|
347
|
-
- lib/cybersource_rest_client/api/instructions_api.rb
|
|
348
348
|
- lib/cybersource_rest_client/api/instrument_identifier_api.rb
|
|
349
349
|
- lib/cybersource_rest_client/api/interchange_clearing_level_details_api.rb
|
|
350
350
|
- lib/cybersource_rest_client/api/invoice_settings_api.rb
|
|
@@ -354,6 +354,7 @@ files:
|
|
|
354
354
|
- lib/cybersource_rest_client/api/merchant_defined_fields_api.rb
|
|
355
355
|
- lib/cybersource_rest_client/api/microform_integration_api.rb
|
|
356
356
|
- lib/cybersource_rest_client/api/net_fundings_api.rb
|
|
357
|
+
- lib/cybersource_rest_client/api/network_tokens_api.rb
|
|
357
358
|
- lib/cybersource_rest_client/api/notification_of_changes_api.rb
|
|
358
359
|
- lib/cybersource_rest_client/api/o_auth_api.rb
|
|
359
360
|
- lib/cybersource_rest_client/api/offers_api.rb
|
|
@@ -382,9 +383,7 @@ files:
|
|
|
382
383
|
- lib/cybersource_rest_client/api/subscriptions_api.rb
|
|
383
384
|
- lib/cybersource_rest_client/api/subscriptions_follow_ons_api.rb
|
|
384
385
|
- lib/cybersource_rest_client/api/taxes_api.rb
|
|
385
|
-
- lib/cybersource_rest_client/api/token_api.rb
|
|
386
386
|
- lib/cybersource_rest_client/api/tokenize_api.rb
|
|
387
|
-
- lib/cybersource_rest_client/api/tokenized_card_api.rb
|
|
388
387
|
- lib/cybersource_rest_client/api/transaction_batches_api.rb
|
|
389
388
|
- lib/cybersource_rest_client/api/transaction_details_api.rb
|
|
390
389
|
- lib/cybersource_rest_client/api/transient_token_data_v2_api.rb
|
|
@@ -399,52 +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/acpv1tokens_assurance_data.rb
|
|
430
|
-
- lib/cybersource_rest_client/models/acpv1tokens_authenticated_identities.rb
|
|
431
|
-
- lib/cybersource_rest_client/models/acpv1tokens_authentication_context.rb
|
|
432
|
-
- lib/cybersource_rest_client/models/acpv1tokens_bill_to.rb
|
|
433
|
-
- lib/cybersource_rest_client/models/acpv1tokens_buyer_information.rb
|
|
434
|
-
- lib/cybersource_rest_client/models/acpv1tokens_buyer_information_personal_identification.rb
|
|
435
|
-
- lib/cybersource_rest_client/models/acpv1tokens_consent_data.rb
|
|
436
|
-
- lib/cybersource_rest_client/models/acpv1tokens_consumer_identity.rb
|
|
437
|
-
- lib/cybersource_rest_client/models/acpv1tokens_device_information.rb
|
|
438
|
-
- lib/cybersource_rest_client/models/acpv1tokens_device_information_device_data.rb
|
|
439
|
-
- lib/cybersource_rest_client/models/acpv1tokens_enrollment_reference_data.rb
|
|
440
|
-
- lib/cybersource_rest_client/models/acpv1tokens_payment_information.rb
|
|
441
|
-
- lib/cybersource_rest_client/models/acpv1tokens_payment_information_customer.rb
|
|
442
|
-
- lib/cybersource_rest_client/models/acpv1tokens_payment_information_instrument_identifier.rb
|
|
443
|
-
- lib/cybersource_rest_client/models/acpv1tokens_payment_information_payment_instrument.rb
|
|
444
408
|
- lib/cybersource_rest_client/models/activate_deactivate_plan_response.rb
|
|
445
409
|
- lib/cybersource_rest_client/models/activate_subscription_response.rb
|
|
446
410
|
- lib/cybersource_rest_client/models/activate_subscription_response_subscription_information.rb
|
|
447
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
|
|
448
415
|
- lib/cybersource_rest_client/models/agentic_cancel_purchase_intent_request.rb
|
|
449
416
|
- lib/cybersource_rest_client/models/agentic_card_enrollment_bad_request_response400.rb
|
|
450
417
|
- lib/cybersource_rest_client/models/agentic_card_enrollment_bad_request_response400_error.rb
|
|
@@ -460,21 +427,36 @@ files:
|
|
|
460
427
|
- lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_request.rb
|
|
461
428
|
- lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_response200.rb
|
|
462
429
|
- lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_response200_transaction_response_complete.rb
|
|
463
|
-
- lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_response200_transaction_response_with_pending_events.rb
|
|
464
430
|
- lib/cybersource_rest_client/models/agentic_update_purchase_intent_request.rb
|
|
431
|
+
- lib/cybersource_rest_client/models/alternative_payments_processor_configuration.rb
|
|
465
432
|
- lib/cybersource_rest_client/models/auth_reversal_request.rb
|
|
466
433
|
- lib/cybersource_rest_client/models/bad_request_error.rb
|
|
467
434
|
- lib/cybersource_rest_client/models/bavsv1accountvalidations_client_reference_information.rb
|
|
468
435
|
- lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information.rb
|
|
469
436
|
- lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_bank.rb
|
|
470
437
|
- lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_bank_account.rb
|
|
438
|
+
- lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_customer.rb
|
|
439
|
+
- lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_instrument_identifier.rb
|
|
440
|
+
- lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_payment_instrument.rb
|
|
471
441
|
- lib/cybersource_rest_client/models/bavsv1accountvalidations_processing_information.rb
|
|
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
|
|
472
445
|
- lib/cybersource_rest_client/models/binv1binlookup_client_reference_information.rb
|
|
473
446
|
- lib/cybersource_rest_client/models/binv1binlookup_payment_information.rb
|
|
474
447
|
- lib/cybersource_rest_client/models/binv1binlookup_payment_information_card.rb
|
|
475
448
|
- lib/cybersource_rest_client/models/binv1binlookup_processing_information.rb
|
|
476
449
|
- lib/cybersource_rest_client/models/binv1binlookup_processing_information_payout_options.rb
|
|
477
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
|
|
478
460
|
- lib/cybersource_rest_client/models/boardingv1registrations_document_information.rb
|
|
479
461
|
- lib/cybersource_rest_client/models/boardingv1registrations_document_information_signed_documents.rb
|
|
480
462
|
- lib/cybersource_rest_client/models/boardingv1registrations_integration_information.rb
|
|
@@ -483,10 +465,6 @@ files:
|
|
|
483
465
|
- lib/cybersource_rest_client/models/boardingv1registrations_integration_information_tenant_configurations.rb
|
|
484
466
|
- lib/cybersource_rest_client/models/boardingv1registrations_integration_information_tenant_information.rb
|
|
485
467
|
- lib/cybersource_rest_client/models/boardingv1registrations_organization_information.rb
|
|
486
|
-
- lib/cybersource_rest_client/models/boardingv1registrations_organization_information_business_information.rb
|
|
487
|
-
- lib/cybersource_rest_client/models/boardingv1registrations_organization_information_business_information_address.rb
|
|
488
|
-
- lib/cybersource_rest_client/models/boardingv1registrations_organization_information_business_information_business_contact.rb
|
|
489
|
-
- lib/cybersource_rest_client/models/boardingv1registrations_organization_information_business_information_localized_names.rb
|
|
490
468
|
- lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb
|
|
491
469
|
- lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc_deposit_bank_account.rb
|
|
492
470
|
- lib/cybersource_rest_client/models/boardingv1registrations_organization_information_owners.rb
|
|
@@ -501,8 +479,6 @@ files:
|
|
|
501
479
|
- lib/cybersource_rest_client/models/card_processing_config_common.rb
|
|
502
480
|
- lib/cybersource_rest_client/models/card_processing_config_common_acquirer.rb
|
|
503
481
|
- lib/cybersource_rest_client/models/card_processing_config_common_acquirer_agreement.rb
|
|
504
|
-
- lib/cybersource_rest_client/models/card_processing_config_common_acquirer_agreement_acquirer_code.rb
|
|
505
|
-
- lib/cybersource_rest_client/models/card_processing_config_common_acquirer_agreement_acquirer_code_payment_options.rb
|
|
506
482
|
- lib/cybersource_rest_client/models/card_processing_config_common_acquirers.rb
|
|
507
483
|
- lib/cybersource_rest_client/models/card_processing_config_common_currencies.rb
|
|
508
484
|
- lib/cybersource_rest_client/models/card_processing_config_common_currencies_1.rb
|
|
@@ -523,10 +499,6 @@ files:
|
|
|
523
499
|
- lib/cybersource_rest_client/models/commerce_solutions_products.rb
|
|
524
500
|
- lib/cybersource_rest_client/models/commerce_solutions_products_account_updater.rb
|
|
525
501
|
- lib/cybersource_rest_client/models/commerce_solutions_products_account_updater_configuration_information.rb
|
|
526
|
-
- lib/cybersource_rest_client/models/commerce_solutions_products_account_updater_configuration_information_configurations.rb
|
|
527
|
-
- lib/cybersource_rest_client/models/commerce_solutions_products_account_updater_configuration_information_configurations_amex.rb
|
|
528
|
-
- lib/cybersource_rest_client/models/commerce_solutions_products_account_updater_configuration_information_configurations_master_card.rb
|
|
529
|
-
- lib/cybersource_rest_client/models/commerce_solutions_products_account_updater_configuration_information_configurations_visa.rb
|
|
530
502
|
- lib/cybersource_rest_client/models/commerce_solutions_products_bin_lookup.rb
|
|
531
503
|
- lib/cybersource_rest_client/models/commerce_solutions_products_bin_lookup_configuration_information.rb
|
|
532
504
|
- lib/cybersource_rest_client/models/commerce_solutions_products_bin_lookup_configuration_information_configurations.rb
|
|
@@ -558,6 +530,25 @@ files:
|
|
|
558
530
|
- lib/cybersource_rest_client/models/create_subscription_response_subscription_information.rb
|
|
559
531
|
- lib/cybersource_rest_client/models/create_webhook.rb
|
|
560
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
|
|
561
552
|
- lib/cybersource_rest_client/models/delete_plan_response.rb
|
|
562
553
|
- lib/cybersource_rest_client/models/device_de_associate_v3_request.rb
|
|
563
554
|
- lib/cybersource_rest_client/models/dm_config.rb
|
|
@@ -590,6 +581,8 @@ files:
|
|
|
590
581
|
- lib/cybersource_rest_client/models/e_check_config_features_account_validation_service_internal_only_processors.rb
|
|
591
582
|
- lib/cybersource_rest_client/models/e_check_config_features_account_validation_service_processors.rb
|
|
592
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
|
|
593
586
|
- lib/cybersource_rest_client/models/flexv2sessions_fields.rb
|
|
594
587
|
- lib/cybersource_rest_client/models/flexv2sessions_fields_order_information.rb
|
|
595
588
|
- lib/cybersource_rest_client/models/flexv2sessions_fields_order_information_amount_details.rb
|
|
@@ -598,6 +591,7 @@ files:
|
|
|
598
591
|
- lib/cybersource_rest_client/models/flexv2sessions_fields_order_information_ship_to.rb
|
|
599
592
|
- lib/cybersource_rest_client/models/flexv2sessions_fields_payment_information.rb
|
|
600
593
|
- lib/cybersource_rest_client/models/flexv2sessions_fields_payment_information_card.rb
|
|
594
|
+
- lib/cybersource_rest_client/models/follow_on_transaction_buyer_information.rb
|
|
601
595
|
- lib/cybersource_rest_client/models/fraud_marking_action_request.rb
|
|
602
596
|
- lib/cybersource_rest_client/models/generate_capture_context_request.rb
|
|
603
597
|
- lib/cybersource_rest_client/models/generate_flex_api_capture_context_request.rb
|
|
@@ -633,10 +627,57 @@ files:
|
|
|
633
627
|
- lib/cybersource_rest_client/models/get_subscription_response_1_buyer_information.rb
|
|
634
628
|
- lib/cybersource_rest_client/models/get_subscription_response_1_payment_instrument.rb
|
|
635
629
|
- lib/cybersource_rest_client/models/get_subscription_response_1_payment_instrument_bank_account.rb
|
|
636
|
-
- lib/cybersource_rest_client/models/get_subscription_response_1_payment_instrument_buyer_information.rb
|
|
637
630
|
- lib/cybersource_rest_client/models/get_subscription_response_1_payment_instrument_card.rb
|
|
638
631
|
- lib/cybersource_rest_client/models/get_subscription_response_1_shipping_address.rb
|
|
639
632
|
- lib/cybersource_rest_client/models/get_subscription_response_reactivation_information.rb
|
|
633
|
+
- lib/cybersource_rest_client/models/get_subscriptions_payments_response.rb
|
|
634
|
+
- lib/cybersource_rest_client/models/get_subscriptions_payments_response_1.rb
|
|
635
|
+
- lib/cybersource_rest_client/models/get_subscriptions_payments_response_1__links.rb
|
|
636
|
+
- lib/cybersource_rest_client/models/get_subscriptions_payments_response__links.rb
|
|
637
|
+
- lib/cybersource_rest_client/models/get_subscriptions_payments_response_cycles_completed_count.rb
|
|
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
|
|
640
681
|
- lib/cybersource_rest_client/models/increment_auth_request.rb
|
|
641
682
|
- lib/cybersource_rest_client/models/inline_response_200.rb
|
|
642
683
|
- lib/cybersource_rest_client/models/inline_response_200_1.rb
|
|
@@ -709,13 +750,6 @@ files:
|
|
|
709
750
|
- lib/cybersource_rest_client/models/inline_response_201_4_registration_information.rb
|
|
710
751
|
- lib/cybersource_rest_client/models/inline_response_201_4_setups.rb
|
|
711
752
|
- lib/cybersource_rest_client/models/inline_response_201_4_setups_commerce_solutions.rb
|
|
712
|
-
- lib/cybersource_rest_client/models/inline_response_201_4_setups_payments.rb
|
|
713
|
-
- lib/cybersource_rest_client/models/inline_response_201_4_setups_payments_alternative_payment_methods.rb
|
|
714
|
-
- lib/cybersource_rest_client/models/inline_response_201_4_setups_payments_alternative_payment_methods_configuration_status.rb
|
|
715
|
-
- lib/cybersource_rest_client/models/inline_response_201_4_setups_payments_card_processing.rb
|
|
716
|
-
- lib/cybersource_rest_client/models/inline_response_201_4_setups_payments_card_processing_configuration_status.rb
|
|
717
|
-
- lib/cybersource_rest_client/models/inline_response_201_4_setups_payments_card_processing_subscription_status.rb
|
|
718
|
-
- lib/cybersource_rest_client/models/inline_response_201_4_setups_payments_digital_payments.rb
|
|
719
753
|
- lib/cybersource_rest_client/models/inline_response_201_4_setups_risk.rb
|
|
720
754
|
- lib/cybersource_rest_client/models/inline_response_201_4_setups_value_added_services.rb
|
|
721
755
|
- lib/cybersource_rest_client/models/inline_response_201_5.rb
|
|
@@ -746,17 +780,20 @@ files:
|
|
|
746
780
|
- lib/cybersource_rest_client/models/inline_response_400.rb
|
|
747
781
|
- lib/cybersource_rest_client/models/inline_response_400_1.rb
|
|
748
782
|
- lib/cybersource_rest_client/models/inline_response_400_10.rb
|
|
783
|
+
- lib/cybersource_rest_client/models/inline_response_400_10_details.rb
|
|
784
|
+
- lib/cybersource_rest_client/models/inline_response_400_11.rb
|
|
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
|
|
749
788
|
- lib/cybersource_rest_client/models/inline_response_400_1_details.rb
|
|
750
789
|
- lib/cybersource_rest_client/models/inline_response_400_2.rb
|
|
751
790
|
- lib/cybersource_rest_client/models/inline_response_400_3.rb
|
|
752
791
|
- lib/cybersource_rest_client/models/inline_response_400_4.rb
|
|
753
792
|
- lib/cybersource_rest_client/models/inline_response_400_5.rb
|
|
754
793
|
- lib/cybersource_rest_client/models/inline_response_400_6.rb
|
|
755
|
-
- lib/cybersource_rest_client/models/inline_response_400_6_fields.rb
|
|
756
794
|
- lib/cybersource_rest_client/models/inline_response_400_7.rb
|
|
757
|
-
- lib/cybersource_rest_client/models/inline_response_400_7_details.rb
|
|
758
795
|
- lib/cybersource_rest_client/models/inline_response_400_8.rb
|
|
759
|
-
- lib/cybersource_rest_client/models/
|
|
796
|
+
- lib/cybersource_rest_client/models/inline_response_400_8_fields.rb
|
|
760
797
|
- lib/cybersource_rest_client/models/inline_response_400_9.rb
|
|
761
798
|
- lib/cybersource_rest_client/models/inline_response_400_9_details.rb
|
|
762
799
|
- lib/cybersource_rest_client/models/inline_response_400_details.rb
|
|
@@ -800,6 +837,7 @@ files:
|
|
|
800
837
|
- lib/cybersource_rest_client/models/inline_response_502.rb
|
|
801
838
|
- lib/cybersource_rest_client/models/inline_response_502_1.rb
|
|
802
839
|
- lib/cybersource_rest_client/models/inline_response_502_2.rb
|
|
840
|
+
- lib/cybersource_rest_client/models/inline_response_502_3.rb
|
|
803
841
|
- lib/cybersource_rest_client/models/inline_response_503.rb
|
|
804
842
|
- lib/cybersource_rest_client/models/inline_response_default.rb
|
|
805
843
|
- lib/cybersource_rest_client/models/inline_response_default__links.rb
|
|
@@ -866,11 +904,15 @@ files:
|
|
|
866
904
|
- lib/cybersource_rest_client/models/merchant_defined_field_core.rb
|
|
867
905
|
- lib/cybersource_rest_client/models/merchant_defined_field_definition_request.rb
|
|
868
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
|
|
869
909
|
- lib/cybersource_rest_client/models/microformv2sessions_transient_token_response_options.rb
|
|
870
910
|
- lib/cybersource_rest_client/models/mit_reversal_request.rb
|
|
871
911
|
- lib/cybersource_rest_client/models/mit_void_request.rb
|
|
872
912
|
- lib/cybersource_rest_client/models/model_400_upload_batch_file_response.rb
|
|
873
913
|
- lib/cybersource_rest_client/models/modify_billing_agreement.rb
|
|
914
|
+
- lib/cybersource_rest_client/models/mpp_credentials_request.rb
|
|
915
|
+
- lib/cybersource_rest_client/models/mpp_credentials_response200.rb
|
|
874
916
|
- lib/cybersource_rest_client/models/network_token_enrollment.rb
|
|
875
917
|
- lib/cybersource_rest_client/models/network_token_services_enablement.rb
|
|
876
918
|
- lib/cybersource_rest_client/models/network_token_services_enablement_mastercard_digital_enablement_service.rb
|
|
@@ -897,24 +939,30 @@ files:
|
|
|
897
939
|
- lib/cybersource_rest_client/models/payer_auth_config_card_types_verified_by_visa.rb
|
|
898
940
|
- lib/cybersource_rest_client/models/payer_auth_config_card_types_verified_by_visa_currencies.rb
|
|
899
941
|
- lib/cybersource_rest_client/models/payer_auth_setup_request.rb
|
|
942
|
+
- lib/cybersource_rest_client/models/payment_instrument.rb
|
|
900
943
|
- lib/cybersource_rest_client/models/payment_instrument_list.rb
|
|
901
944
|
- lib/cybersource_rest_client/models/payment_instrument_list_1.rb
|
|
902
945
|
- lib/cybersource_rest_client/models/payment_instrument_list_1__embedded.rb
|
|
903
|
-
- lib/cybersource_rest_client/models/payment_instrument_list_1__embedded__embedded.rb
|
|
904
|
-
- lib/cybersource_rest_client/models/payment_instrument_list_1__embedded_payment_instruments.rb
|
|
905
946
|
- lib/cybersource_rest_client/models/payment_instrument_list__embedded.rb
|
|
947
|
+
- lib/cybersource_rest_client/models/payment_instrument_list__embedded__embedded.rb
|
|
906
948
|
- lib/cybersource_rest_client/models/payment_instrument_list__links.rb
|
|
907
949
|
- lib/cybersource_rest_client/models/payment_instrument_list__links_first.rb
|
|
908
950
|
- lib/cybersource_rest_client/models/payment_instrument_list__links_last.rb
|
|
909
951
|
- lib/cybersource_rest_client/models/payment_instrument_list__links_next.rb
|
|
910
952
|
- lib/cybersource_rest_client/models/payment_instrument_list__links_prev.rb
|
|
911
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
|
|
912
961
|
- lib/cybersource_rest_client/models/payments_products.rb
|
|
913
962
|
- lib/cybersource_rest_client/models/payments_products_alternative_payment_methods.rb
|
|
914
963
|
- lib/cybersource_rest_client/models/payments_products_alternative_payment_methods_additional_configurations.rb
|
|
915
964
|
- lib/cybersource_rest_client/models/payments_products_alternative_payment_methods_configuration_information.rb
|
|
916
965
|
- lib/cybersource_rest_client/models/payments_products_alternative_payment_methods_configuration_information_configurations.rb
|
|
917
|
-
- lib/cybersource_rest_client/models/payments_products_alternative_payment_methods_configuration_information_configurations_processors.rb
|
|
918
966
|
- lib/cybersource_rest_client/models/payments_products_alternative_payment_methods_configuration_payment_methods.rb
|
|
919
967
|
- lib/cybersource_rest_client/models/payments_products_alternative_payment_methods_subscription_information.rb
|
|
920
968
|
- lib/cybersource_rest_client/models/payments_products_card_present_connect.rb
|
|
@@ -939,14 +987,15 @@ files:
|
|
|
939
987
|
- lib/cybersource_rest_client/models/payments_products_e_check.rb
|
|
940
988
|
- lib/cybersource_rest_client/models/payments_products_e_check_configuration_information.rb
|
|
941
989
|
- lib/cybersource_rest_client/models/payments_products_e_check_subscription_information.rb
|
|
990
|
+
- lib/cybersource_rest_client/models/payments_products_microform.rb
|
|
991
|
+
- lib/cybersource_rest_client/models/payments_products_microform_configuration_information.rb
|
|
992
|
+
- lib/cybersource_rest_client/models/payments_products_microform_configuration_information_configurations.rb
|
|
993
|
+
- lib/cybersource_rest_client/models/payments_products_microform_subscription_information.rb
|
|
942
994
|
- lib/cybersource_rest_client/models/payments_products_payer_authentication.rb
|
|
943
995
|
- lib/cybersource_rest_client/models/payments_products_payer_authentication_configuration_information.rb
|
|
944
996
|
- lib/cybersource_rest_client/models/payments_products_payer_authentication_subscription_information.rb
|
|
945
997
|
- lib/cybersource_rest_client/models/payments_products_payouts.rb
|
|
946
998
|
- lib/cybersource_rest_client/models/payments_products_payouts_configuration_information.rb
|
|
947
|
-
- lib/cybersource_rest_client/models/payments_products_payouts_configuration_information_configurations.rb
|
|
948
|
-
- lib/cybersource_rest_client/models/payments_products_payouts_configuration_information_configurations_common.rb
|
|
949
|
-
- lib/cybersource_rest_client/models/payments_products_payouts_configuration_information_configurations_common_aggregator.rb
|
|
950
999
|
- lib/cybersource_rest_client/models/payments_products_secure_acceptance.rb
|
|
951
1000
|
- lib/cybersource_rest_client/models/payments_products_secure_acceptance_configuration_information.rb
|
|
952
1001
|
- lib/cybersource_rest_client/models/payments_products_service_fee.rb
|
|
@@ -958,32 +1007,7 @@ files:
|
|
|
958
1007
|
- lib/cybersource_rest_client/models/payments_products_tax.rb
|
|
959
1008
|
- lib/cybersource_rest_client/models/payments_products_unified_checkout.rb
|
|
960
1009
|
- lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information.rb
|
|
961
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations.rb
|
|
962
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations_features.rb
|
|
963
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations_features_paze.rb
|
|
964
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_info_features_portfolio_accessof_sensi_data.rb
|
|
965
1010
|
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information.rb
|
|
966
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features.rb
|
|
967
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_after_pay.rb
|
|
968
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_apple_pay.rb
|
|
969
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_bancontact.rb
|
|
970
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_click_to_pay.rb
|
|
971
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_decision_manager.rb
|
|
972
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_dragon_pay.rb
|
|
973
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_e_check.rb
|
|
974
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_google_pay.rb
|
|
975
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_ideal.rb
|
|
976
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_konbini.rb
|
|
977
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_multibanco.rb
|
|
978
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_my_bank.rb
|
|
979
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_p24.rb
|
|
980
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_pay_pal.rb
|
|
981
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_payer_authentication.rb
|
|
982
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_paze_for_unified_checkout.rb
|
|
983
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_tink_pay_by_bank.rb
|
|
984
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_token_management.rb
|
|
985
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_unified_click_to_pay_sdk.rb
|
|
986
|
-
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_venmo.rb
|
|
987
1011
|
- lib/cybersource_rest_client/models/payments_products_virtual_terminal.rb
|
|
988
1012
|
- lib/cybersource_rest_client/models/payments_products_virtual_terminal_configuration_information.rb
|
|
989
1013
|
- lib/cybersource_rest_client/models/payments_strong_auth_issuer_information.rb
|
|
@@ -998,7 +1022,6 @@ files:
|
|
|
998
1022
|
- lib/cybersource_rest_client/models/pbl_payment_links_all_get404_response.rb
|
|
999
1023
|
- lib/cybersource_rest_client/models/pbl_payment_links_get200_response.rb
|
|
1000
1024
|
- lib/cybersource_rest_client/models/pbl_payment_links_post201_response.rb
|
|
1001
|
-
- lib/cybersource_rest_client/models/pbl_payment_links_post201_response__links.rb
|
|
1002
1025
|
- lib/cybersource_rest_client/models/pbl_payment_links_post201_response_order_information.rb
|
|
1003
1026
|
- lib/cybersource_rest_client/models/pbl_payment_links_post201_response_purchase_information.rb
|
|
1004
1027
|
- lib/cybersource_rest_client/models/post_customer_payment_instrument_request.rb
|
|
@@ -1016,6 +1039,10 @@ files:
|
|
|
1016
1039
|
- lib/cybersource_rest_client/models/post_tokenize_request.rb
|
|
1017
1040
|
- lib/cybersource_rest_client/models/post_tokenized_card_request.rb
|
|
1018
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
|
|
1019
1046
|
- lib/cybersource_rest_client/models/pts_v1_transaction_batches_get200_response.rb
|
|
1020
1047
|
- lib/cybersource_rest_client/models/pts_v1_transaction_batches_get200_response__links.rb
|
|
1021
1048
|
- lib/cybersource_rest_client/models/pts_v1_transaction_batches_get200_response__links_self.rb
|
|
@@ -1046,9 +1073,13 @@ files:
|
|
|
1046
1073
|
- lib/cybersource_rest_client/models/pts_v2_credits_post201_response_1.rb
|
|
1047
1074
|
- lib/cybersource_rest_client/models/pts_v2_credits_post201_response_1_processor_information.rb
|
|
1048
1075
|
- lib/cybersource_rest_client/models/pts_v2_credits_post201_response_credit_amount_details.rb
|
|
1076
|
+
- lib/cybersource_rest_client/models/pts_v2_credits_post201_response_merchant_information.rb
|
|
1077
|
+
- lib/cybersource_rest_client/models/pts_v2_credits_post201_response_payment_account_information.rb
|
|
1049
1078
|
- lib/cybersource_rest_client/models/pts_v2_credits_post201_response_payment_information.rb
|
|
1079
|
+
- lib/cybersource_rest_client/models/pts_v2_credits_post201_response_payment_information_account_features.rb
|
|
1050
1080
|
- lib/cybersource_rest_client/models/pts_v2_credits_post201_response_processing_information.rb
|
|
1051
1081
|
- lib/cybersource_rest_client/models/pts_v2_credits_post201_response_processing_information_bank_transfer_options.rb
|
|
1082
|
+
- lib/cybersource_rest_client/models/pts_v2_credits_post201_response_token_information.rb
|
|
1052
1083
|
- lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response.rb
|
|
1053
1084
|
- lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response__links.rb
|
|
1054
1085
|
- lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_client_reference_information.rb
|
|
@@ -1144,6 +1175,7 @@ files:
|
|
|
1144
1175
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_order_information_ship_to.rb
|
|
1145
1176
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_account_information.rb
|
|
1146
1177
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_account_information_card.rb
|
|
1178
|
+
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_account_information_tokenized_card.rb
|
|
1147
1179
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information.rb
|
|
1148
1180
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_account_features.rb
|
|
1149
1181
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_account_features_balances.rb
|
|
@@ -1151,7 +1183,6 @@ files:
|
|
|
1151
1183
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_bank_account.rb
|
|
1152
1184
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_e_wallet.rb
|
|
1153
1185
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_instrument_identifier.rb
|
|
1154
|
-
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_card.rb
|
|
1155
1186
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_payment_method.rb
|
|
1156
1187
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_insights_information.rb
|
|
1157
1188
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_insights_information_orchestration.rb
|
|
@@ -1172,7 +1203,6 @@ files:
|
|
|
1172
1203
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb
|
|
1173
1204
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_merchant_advice.rb
|
|
1174
1205
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_routing.rb
|
|
1175
|
-
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_seller_protection.rb
|
|
1176
1206
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_risk_information.rb
|
|
1177
1207
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_risk_information_info_codes.rb
|
|
1178
1208
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_risk_information_ip_address.rb
|
|
@@ -1192,9 +1222,8 @@ files:
|
|
|
1192
1222
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_instrument_identifier.rb
|
|
1193
1223
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_payment_instrument.rb
|
|
1194
1224
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_shipping_address.rb
|
|
1225
|
+
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_third_party_token.rb
|
|
1195
1226
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_watchlist_screening_information.rb
|
|
1196
|
-
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_watchlist_screening_information_watch_list.rb
|
|
1197
|
-
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_watchlist_screening_information_watch_list_matches.rb
|
|
1198
1227
|
- lib/cybersource_rest_client/models/pts_v2_payments_post400_response.rb
|
|
1199
1228
|
- lib/cybersource_rest_client/models/pts_v2_payments_post502_response.rb
|
|
1200
1229
|
- lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response.rb
|
|
@@ -1226,6 +1255,9 @@ files:
|
|
|
1226
1255
|
- lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_order_information_amount_details.rb
|
|
1227
1256
|
- lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processing_information.rb
|
|
1228
1257
|
- lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information.rb
|
|
1258
|
+
- lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information_avs.rb
|
|
1259
|
+
- lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information_customer.rb
|
|
1260
|
+
- lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information_electronic_verification_results.rb
|
|
1229
1261
|
- lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_recipient_information.rb
|
|
1230
1262
|
- lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_recipient_information_card.rb
|
|
1231
1263
|
- lib/cybersource_rest_client/models/pts_v2_payouts_post400_response.rb
|
|
@@ -1234,15 +1266,13 @@ files:
|
|
|
1234
1266
|
- lib/cybersource_rest_client/models/pts_v2_update_order_patch201_response.rb
|
|
1235
1267
|
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_aggregator_information.rb
|
|
1236
1268
|
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_aggregator_information_sub_merchant.rb
|
|
1269
|
+
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_buyer_information.rb
|
|
1237
1270
|
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_client_reference_information.rb
|
|
1238
1271
|
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_merchant_information.rb
|
|
1239
1272
|
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_merchant_information_merchant_descriptor.rb
|
|
1240
1273
|
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_order_information.rb
|
|
1241
1274
|
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_order_information_amount_details.rb
|
|
1242
|
-
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_info_funding_options_initiator_origin_ini_transaction.rb
|
|
1243
1275
|
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information.rb
|
|
1244
|
-
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information_funding_options.rb
|
|
1245
|
-
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information_funding_options_initiator.rb
|
|
1246
1276
|
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information_payouts_options.rb
|
|
1247
1277
|
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information_recurring_options.rb
|
|
1248
1278
|
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_recipient_information.rb
|
|
@@ -1277,11 +1307,6 @@ files:
|
|
|
1277
1307
|
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information.rb
|
|
1278
1308
|
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information_payouts_options.rb
|
|
1279
1309
|
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information.rb
|
|
1280
|
-
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_payment_information.rb
|
|
1281
|
-
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_payment_information_card.rb
|
|
1282
|
-
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_payment_information_card_customer.rb
|
|
1283
|
-
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_payment_information_card_instrument_identifier.rb
|
|
1284
|
-
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_payment_information_card_payment_instrument.rb
|
|
1285
1310
|
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_personal_identification.rb
|
|
1286
1311
|
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_sender_information.rb
|
|
1287
1312
|
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_sender_information_account.rb
|
|
@@ -1298,10 +1323,13 @@ files:
|
|
|
1298
1323
|
- lib/cybersource_rest_client/models/ptsv2billingagreements_merchant_information.rb
|
|
1299
1324
|
- lib/cybersource_rest_client/models/ptsv2billingagreements_merchant_information_merchant_descriptor.rb
|
|
1300
1325
|
- lib/cybersource_rest_client/models/ptsv2billingagreements_order_information.rb
|
|
1326
|
+
- lib/cybersource_rest_client/models/ptsv2billingagreements_order_information_amount_details.rb
|
|
1301
1327
|
- lib/cybersource_rest_client/models/ptsv2billingagreements_order_information_bill_to.rb
|
|
1328
|
+
- lib/cybersource_rest_client/models/ptsv2billingagreements_order_information_invoice_details.rb
|
|
1302
1329
|
- lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information.rb
|
|
1303
1330
|
- lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_bank.rb
|
|
1304
1331
|
- lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_bank_account.rb
|
|
1332
|
+
- lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_bank_account_alias.rb
|
|
1305
1333
|
- lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_card.rb
|
|
1306
1334
|
- lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_payment_type.rb
|
|
1307
1335
|
- lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_payment_type_method.rb
|
|
@@ -1320,6 +1348,7 @@ files:
|
|
|
1320
1348
|
- lib/cybersource_rest_client/models/ptsv2credits_recipient_information.rb
|
|
1321
1349
|
- lib/cybersource_rest_client/models/ptsv2credits_sender_information.rb
|
|
1322
1350
|
- lib/cybersource_rest_client/models/ptsv2credits_sender_information_account.rb
|
|
1351
|
+
- lib/cybersource_rest_client/models/ptsv2credits_token_information.rb
|
|
1323
1352
|
- lib/cybersource_rest_client/models/ptsv2intents_client_reference_information.rb
|
|
1324
1353
|
- lib/cybersource_rest_client/models/ptsv2intents_event_information.rb
|
|
1325
1354
|
- lib/cybersource_rest_client/models/ptsv2intents_merchant_information.rb
|
|
@@ -1327,7 +1356,6 @@ files:
|
|
|
1327
1356
|
- lib/cybersource_rest_client/models/ptsv2intents_order_information.rb
|
|
1328
1357
|
- lib/cybersource_rest_client/models/ptsv2intents_order_information_amount_details.rb
|
|
1329
1358
|
- lib/cybersource_rest_client/models/ptsv2intents_order_information_bill_to.rb
|
|
1330
|
-
- lib/cybersource_rest_client/models/ptsv2intents_order_information_invoice_details.rb
|
|
1331
1359
|
- lib/cybersource_rest_client/models/ptsv2intents_order_information_line_items.rb
|
|
1332
1360
|
- lib/cybersource_rest_client/models/ptsv2intents_order_information_ship_to.rb
|
|
1333
1361
|
- lib/cybersource_rest_client/models/ptsv2intents_payment_information.rb
|
|
@@ -1397,7 +1425,6 @@ files:
|
|
|
1397
1425
|
- lib/cybersource_rest_client/models/ptsv2payments_merchant_information_merchant_descriptor.rb
|
|
1398
1426
|
- lib/cybersource_rest_client/models/ptsv2payments_merchant_information_service_fee_descriptor.rb
|
|
1399
1427
|
- lib/cybersource_rest_client/models/ptsv2payments_merchant_information_service_location.rb
|
|
1400
|
-
- lib/cybersource_rest_client/models/ptsv2payments_merchant_initiated_transaction.rb
|
|
1401
1428
|
- lib/cybersource_rest_client/models/ptsv2payments_order_information.rb
|
|
1402
1429
|
- lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details.rb
|
|
1403
1430
|
- lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details_amex_additional_amounts.rb
|
|
@@ -1408,6 +1435,7 @@ files:
|
|
|
1408
1435
|
- lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details_tax_details.rb
|
|
1409
1436
|
- lib/cybersource_rest_client/models/ptsv2payments_order_information_bill_to.rb
|
|
1410
1437
|
- lib/cybersource_rest_client/models/ptsv2payments_order_information_bill_to_company.rb
|
|
1438
|
+
- lib/cybersource_rest_client/models/ptsv2payments_order_information_digital_currency.rb
|
|
1411
1439
|
- lib/cybersource_rest_client/models/ptsv2payments_order_information_invoice_details.rb
|
|
1412
1440
|
- lib/cybersource_rest_client/models/ptsv2payments_order_information_invoice_details_transaction_advice_addendum.rb
|
|
1413
1441
|
- lib/cybersource_rest_client/models/ptsv2payments_order_information_line_items.rb
|
|
@@ -1417,6 +1445,7 @@ files:
|
|
|
1417
1445
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information.rb
|
|
1418
1446
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank.rb
|
|
1419
1447
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank_account.rb
|
|
1448
|
+
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank_account_alias.rb
|
|
1420
1449
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_card.rb
|
|
1421
1450
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_customer.rb
|
|
1422
1451
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_direct_debit.rb
|
|
@@ -1433,19 +1462,19 @@ files:
|
|
|
1433
1462
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_sepa.rb
|
|
1434
1463
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_sepa_direct_debit.rb
|
|
1435
1464
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_shipping_address.rb
|
|
1465
|
+
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_third_party_token.rb
|
|
1436
1466
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_tokenized_card.rb
|
|
1437
1467
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_tokenized_payment_method.rb
|
|
1438
1468
|
- lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information.rb
|
|
1439
1469
|
- lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information_emv.rb
|
|
1440
1470
|
- lib/cybersource_rest_client/models/ptsv2payments_processing_information.rb
|
|
1441
|
-
- lib/cybersource_rest_client/models/ptsv2payments_processing_information_authorization_options.rb
|
|
1442
|
-
- lib/cybersource_rest_client/models/ptsv2payments_processing_information_authorization_options_initiator.rb
|
|
1443
1471
|
- lib/cybersource_rest_client/models/ptsv2payments_processing_information_bank_transfer_options.rb
|
|
1444
1472
|
- lib/cybersource_rest_client/models/ptsv2payments_processing_information_capture_options.rb
|
|
1445
1473
|
- lib/cybersource_rest_client/models/ptsv2payments_processing_information_electronic_benefits_transfer.rb
|
|
1446
1474
|
- lib/cybersource_rest_client/models/ptsv2payments_processing_information_japan_payment_options.rb
|
|
1447
1475
|
- lib/cybersource_rest_client/models/ptsv2payments_processing_information_japan_payment_options_bonuses.rb
|
|
1448
1476
|
- lib/cybersource_rest_client/models/ptsv2payments_processing_information_loan_options.rb
|
|
1477
|
+
- lib/cybersource_rest_client/models/ptsv2payments_processing_information_program_indicators.rb
|
|
1449
1478
|
- lib/cybersource_rest_client/models/ptsv2payments_processing_information_purchase_options.rb
|
|
1450
1479
|
- lib/cybersource_rest_client/models/ptsv2payments_processing_information_recurring_options.rb
|
|
1451
1480
|
- lib/cybersource_rest_client/models/ptsv2payments_processor_information.rb
|
|
@@ -1466,6 +1495,8 @@ files:
|
|
|
1466
1495
|
- lib/cybersource_rest_client/models/ptsv2payments_token_information.rb
|
|
1467
1496
|
- lib/cybersource_rest_client/models/ptsv2payments_token_information_payment_instrument.rb
|
|
1468
1497
|
- lib/cybersource_rest_client/models/ptsv2payments_token_information_shipping_address.rb
|
|
1498
|
+
- lib/cybersource_rest_client/models/ptsv2payments_token_information_token_authentication_information.rb
|
|
1499
|
+
- lib/cybersource_rest_client/models/ptsv2payments_token_information_token_authentication_information_authenticated_identities.rb
|
|
1469
1500
|
- lib/cybersource_rest_client/models/ptsv2payments_token_information_token_provisioning_information.rb
|
|
1470
1501
|
- lib/cybersource_rest_client/models/ptsv2payments_travel_information.rb
|
|
1471
1502
|
- lib/cybersource_rest_client/models/ptsv2payments_travel_information_agency.rb
|
|
@@ -1522,6 +1553,7 @@ files:
|
|
|
1522
1553
|
- lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_merchant_information.rb
|
|
1523
1554
|
- lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information.rb
|
|
1524
1555
|
- lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information_line_items.rb
|
|
1556
|
+
- lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information_shipping_details.rb
|
|
1525
1557
|
- lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information.rb
|
|
1526
1558
|
- lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_bank.rb
|
|
1527
1559
|
- lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_bank_account.rb
|
|
@@ -1539,6 +1571,7 @@ files:
|
|
|
1539
1571
|
- lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_travel_information_transit_airline_ancillary_information_service.rb
|
|
1540
1572
|
- lib/cybersource_rest_client/models/ptsv2paymentsidreversals_client_reference_information.rb
|
|
1541
1573
|
- lib/cybersource_rest_client/models/ptsv2paymentsidreversals_client_reference_information_partner.rb
|
|
1574
|
+
- lib/cybersource_rest_client/models/ptsv2paymentsidreversals_device_information.rb
|
|
1542
1575
|
- lib/cybersource_rest_client/models/ptsv2paymentsidreversals_order_information.rb
|
|
1543
1576
|
- lib/cybersource_rest_client/models/ptsv2paymentsidreversals_order_information_amount_details.rb
|
|
1544
1577
|
- lib/cybersource_rest_client/models/ptsv2paymentsidreversals_order_information_line_items.rb
|
|
@@ -1597,7 +1630,6 @@ files:
|
|
|
1597
1630
|
- lib/cybersource_rest_client/models/pull_funds201_response_order_information.rb
|
|
1598
1631
|
- lib/cybersource_rest_client/models/pull_funds201_response_order_information_amount_details.rb
|
|
1599
1632
|
- lib/cybersource_rest_client/models/pull_funds201_response_processor_information.rb
|
|
1600
|
-
- lib/cybersource_rest_client/models/pull_funds201_response_processor_information_avs.rb
|
|
1601
1633
|
- lib/cybersource_rest_client/models/pull_funds201_response_processor_information_consumer_authentication_response.rb
|
|
1602
1634
|
- lib/cybersource_rest_client/models/pull_funds_refund201_response.rb
|
|
1603
1635
|
- lib/cybersource_rest_client/models/pull_funds_refund201_response__links.rb
|
|
@@ -1622,6 +1654,7 @@ files:
|
|
|
1622
1654
|
- lib/cybersource_rest_client/models/push_funds201_response_client_reference_information.rb
|
|
1623
1655
|
- lib/cybersource_rest_client/models/push_funds201_response_error_information.rb
|
|
1624
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
|
|
1625
1658
|
- lib/cybersource_rest_client/models/push_funds201_response_merchant_information.rb
|
|
1626
1659
|
- lib/cybersource_rest_client/models/push_funds201_response_merchant_information_merchant_descriptor.rb
|
|
1627
1660
|
- lib/cybersource_rest_client/models/push_funds201_response_order_information.rb
|
|
@@ -1642,6 +1675,13 @@ files:
|
|
|
1642
1675
|
- lib/cybersource_rest_client/models/push_funds404_response.rb
|
|
1643
1676
|
- lib/cybersource_rest_client/models/push_funds502_response.rb
|
|
1644
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
|
|
1645
1685
|
- lib/cybersource_rest_client/models/rbsv1plans_order_information.rb
|
|
1646
1686
|
- lib/cybersource_rest_client/models/rbsv1plans_order_information_amount_details.rb
|
|
1647
1687
|
- lib/cybersource_rest_client/models/rbsv1plans_plan_information.rb
|
|
@@ -1654,8 +1694,6 @@ files:
|
|
|
1654
1694
|
- lib/cybersource_rest_client/models/rbsv1subscriptions_payment_information_customer.rb
|
|
1655
1695
|
- lib/cybersource_rest_client/models/rbsv1subscriptions_plan_information.rb
|
|
1656
1696
|
- lib/cybersource_rest_client/models/rbsv1subscriptions_processing_information.rb
|
|
1657
|
-
- lib/cybersource_rest_client/models/rbsv1subscriptions_processing_information_authorization_options.rb
|
|
1658
|
-
- lib/cybersource_rest_client/models/rbsv1subscriptions_processing_information_authorization_options_initiator.rb
|
|
1659
1697
|
- lib/cybersource_rest_client/models/rbsv1subscriptions_subscription_information.rb
|
|
1660
1698
|
- lib/cybersource_rest_client/models/rbsv1subscriptionsid_order_information.rb
|
|
1661
1699
|
- lib/cybersource_rest_client/models/rbsv1subscriptionsid_order_information_amount_details.rb
|
|
@@ -1664,6 +1702,7 @@ files:
|
|
|
1664
1702
|
- lib/cybersource_rest_client/models/refresh_payment_status_request.rb
|
|
1665
1703
|
- lib/cybersource_rest_client/models/refund_capture_request.rb
|
|
1666
1704
|
- lib/cybersource_rest_client/models/refund_payment_request.rb
|
|
1705
|
+
- lib/cybersource_rest_client/models/report_definition_default_settings.rb
|
|
1667
1706
|
- lib/cybersource_rest_client/models/reporting_get200_response_interchange_clearing_level_details.rb
|
|
1668
1707
|
- lib/cybersource_rest_client/models/reporting_v3_chargeback_details_get200_response.rb
|
|
1669
1708
|
- lib/cybersource_rest_client/models/reporting_v3_chargeback_details_get200_response_chargeback_details.rb
|
|
@@ -1691,7 +1730,6 @@ files:
|
|
|
1691
1730
|
- lib/cybersource_rest_client/models/reporting_v3_report_definitions_get200_response_report_definitions.rb
|
|
1692
1731
|
- lib/cybersource_rest_client/models/reporting_v3_report_definitions_name_get200_response.rb
|
|
1693
1732
|
- lib/cybersource_rest_client/models/reporting_v3_report_definitions_name_get200_response_attributes.rb
|
|
1694
|
-
- lib/cybersource_rest_client/models/reporting_v3_report_definitions_name_get200_response_default_settings.rb
|
|
1695
1733
|
- lib/cybersource_rest_client/models/reporting_v3_report_subscriptions_get200_response.rb
|
|
1696
1734
|
- lib/cybersource_rest_client/models/reporting_v3_report_subscriptions_get200_response_subscriptions.rb
|
|
1697
1735
|
- lib/cybersource_rest_client/models/reporting_v3_reports_get200_response.rb
|
|
@@ -1708,6 +1746,10 @@ files:
|
|
|
1708
1746
|
- lib/cybersource_rest_client/models/reportingv3reports_report_preferences.rb
|
|
1709
1747
|
- lib/cybersource_rest_client/models/request.rb
|
|
1710
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
|
|
1711
1753
|
- lib/cybersource_rest_client/models/risk_products.rb
|
|
1712
1754
|
- lib/cybersource_rest_client/models/risk_products_decision_manager.rb
|
|
1713
1755
|
- lib/cybersource_rest_client/models/risk_products_decision_manager_configuration_information.rb
|
|
@@ -1717,10 +1759,6 @@ files:
|
|
|
1717
1759
|
- lib/cybersource_rest_client/models/risk_products_portfolio_risk_controls_configuration_information.rb
|
|
1718
1760
|
- lib/cybersource_rest_client/models/risk_products_portfolio_risk_controls_configuration_information_configurations.rb
|
|
1719
1761
|
- lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response.rb
|
|
1720
|
-
- lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response_address1.rb
|
|
1721
|
-
- lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response_address_verification_information.rb
|
|
1722
|
-
- lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response_address_verification_information_bar_code.rb
|
|
1723
|
-
- lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response_address_verification_information_standard_address.rb
|
|
1724
1762
|
- lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response_error_information.rb
|
|
1725
1763
|
- lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response.rb
|
|
1726
1764
|
- lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb
|
|
@@ -1887,10 +1925,10 @@ files:
|
|
|
1887
1925
|
- lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_card.rb
|
|
1888
1926
|
- lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_issuer.rb
|
|
1889
1927
|
- lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_metadata.rb
|
|
1890
|
-
- lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_point_of_sale_information.rb
|
|
1891
|
-
- lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_point_of_sale_information_emv_tags.rb
|
|
1892
1928
|
- lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_processing_information.rb
|
|
1893
|
-
- 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
|
|
1894
1932
|
- lib/cybersource_rest_client/models/tms_merchant_information.rb
|
|
1895
1933
|
- lib/cybersource_rest_client/models/tms_merchant_information_merchant_descriptor.rb
|
|
1896
1934
|
- lib/cybersource_rest_client/models/tms_network_token_services.rb
|
|
@@ -1903,36 +1941,25 @@ files:
|
|
|
1903
1941
|
- lib/cybersource_rest_client/models/tms_nullify.rb
|
|
1904
1942
|
- lib/cybersource_rest_client/models/tms_payment_instrument_processing_info.rb
|
|
1905
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
|
|
1906
1946
|
- lib/cybersource_rest_client/models/tms_sensitive_privileges.rb
|
|
1907
1947
|
- lib/cybersource_rest_client/models/tms_token_formats.rb
|
|
1948
|
+
- lib/cybersource_rest_client/models/tms_tokenized_card_delete_request.rb
|
|
1949
|
+
- lib/cybersource_rest_client/models/tmsv1paymentinstruments__embedded.rb
|
|
1908
1950
|
- lib/cybersource_rest_client/models/tmsv2_tokenized_card.rb
|
|
1909
1951
|
- lib/cybersource_rest_client/models/tmsv2_tokenized_card_card.rb
|
|
1910
1952
|
- lib/cybersource_rest_client/models/tmsv2_tokenized_card_card_terms_and_conditions.rb
|
|
1911
1953
|
- lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata.rb
|
|
1912
1954
|
- lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_issuer.rb
|
|
1913
|
-
- lib/cybersource_rest_client/models/
|
|
1914
|
-
- lib/cybersource_rest_client/models/
|
|
1915
|
-
- lib/cybersource_rest_client/models/
|
|
1916
|
-
- lib/cybersource_rest_client/models/
|
|
1955
|
+
- lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_issuer_bank_applications.rb
|
|
1956
|
+
- lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_issuer_capabilities.rb
|
|
1957
|
+
- lib/cybersource_rest_client/models/tmsv2_tokenized_card_verification_results.rb
|
|
1958
|
+
- lib/cybersource_rest_client/models/tmsv2customers__embedded.rb
|
|
1917
1959
|
- lib/cybersource_rest_client/models/tmsv2tokenize_processing_information.rb
|
|
1918
1960
|
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information.rb
|
|
1919
1961
|
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer.rb
|
|
1920
1962
|
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded.rb
|
|
1921
|
-
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_payment_instrument.rb
|
|
1922
|
-
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_payment_instrument__embedded.rb
|
|
1923
|
-
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_payment_instrument__links.rb
|
|
1924
|
-
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_payment_instrument__links_self.rb
|
|
1925
|
-
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_bank_account.rb
|
|
1926
|
-
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_bill_to.rb
|
|
1927
|
-
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_buyer_information.rb
|
|
1928
|
-
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_card.rb
|
|
1929
|
-
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_metadata.rb
|
|
1930
|
-
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_shipping_address.rb
|
|
1931
|
-
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_shipping_address__links.rb
|
|
1932
|
-
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_shipping_address__links_customer.rb
|
|
1933
|
-
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_shipping_address__links_self.rb
|
|
1934
|
-
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_shipping_address_metadata.rb
|
|
1935
|
-
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_shipping_address_ship_to.rb
|
|
1936
1963
|
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__links.rb
|
|
1937
1964
|
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__links_payment_instruments.rb
|
|
1938
1965
|
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__links_self.rb
|
|
@@ -1944,18 +1971,15 @@ files:
|
|
|
1944
1971
|
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer_merchant_defined_information.rb
|
|
1945
1972
|
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer_metadata.rb
|
|
1946
1973
|
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer_object_information.rb
|
|
1974
|
+
- lib/cybersource_rest_client/models/tmsv2tokenizedcards_bill_to.rb
|
|
1947
1975
|
- lib/cybersource_rest_client/models/tmsv2tokenizedcards_card.rb
|
|
1948
1976
|
- lib/cybersource_rest_client/models/tmsv2tokenizedcards_passcode.rb
|
|
1977
|
+
- lib/cybersource_rest_client/models/tmsv2tokenizedcardstokenized_card_iddelete_reason.rb
|
|
1949
1978
|
- lib/cybersource_rest_client/models/tmsv2tokenizedcardstokenized_card_idissuerlifecycleeventsimulations_card.rb
|
|
1950
|
-
- lib/cybersource_rest_client/models/tmsv2tokenizedcardstokenized_card_idissuerlifecycleeventsimulations_metadata.rb
|
|
1951
|
-
- lib/cybersource_rest_client/models/tmsv2tokenizedcardstokenized_card_idissuerlifecycleeventsimulations_metadata_card_art.rb
|
|
1952
1979
|
- lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_authenticated_identities.rb
|
|
1953
1980
|
- lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_device_information.rb
|
|
1954
|
-
- lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_merchant_information.rb
|
|
1955
|
-
- lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_merchant_information_merchant_descriptor.rb
|
|
1956
1981
|
- lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_order_information.rb
|
|
1957
1982
|
- lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_order_information_amount_details.rb
|
|
1958
|
-
- lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_order_information_bill_to.rb
|
|
1959
1983
|
- lib/cybersource_rest_client/models/token_permissions.rb
|
|
1960
1984
|
- lib/cybersource_rest_client/models/tss_v2_get_emv_tags200_response.rb
|
|
1961
1985
|
- lib/cybersource_rest_client/models/tss_v2_get_emv_tags200_response_emv_tag_breakdown_list.rb
|
|
@@ -2046,6 +2070,34 @@ files:
|
|
|
2046
2070
|
- lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_risk_information_providers_fingerprint.rb
|
|
2047
2071
|
- lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_transaction_summaries.rb
|
|
2048
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
|
|
2049
2101
|
- lib/cybersource_rest_client/models/ucv1sessions_appearance.rb
|
|
2050
2102
|
- lib/cybersource_rest_client/models/ucv1sessions_appearance_variables.rb
|
|
2051
2103
|
- lib/cybersource_rest_client/models/ucv1sessions_capture_mandate.rb
|
|
@@ -2053,10 +2105,14 @@ files:
|
|
|
2053
2105
|
- lib/cybersource_rest_client/models/ucv1sessions_complete_mandate.rb
|
|
2054
2106
|
- lib/cybersource_rest_client/models/ucv1sessions_complete_mandate_tms.rb
|
|
2055
2107
|
- lib/cybersource_rest_client/models/ucv1sessions_data.rb
|
|
2108
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_aggregator_information.rb
|
|
2109
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_aggregator_information_sub_merchant.rb
|
|
2056
2110
|
- lib/cybersource_rest_client/models/ucv1sessions_data_buyer_information.rb
|
|
2057
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
|
|
2058
2113
|
- lib/cybersource_rest_client/models/ucv1sessions_data_consumer_authentication_information.rb
|
|
2059
2114
|
- lib/cybersource_rest_client/models/ucv1sessions_data_device_information.rb
|
|
2115
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_installment_information.rb
|
|
2060
2116
|
- lib/cybersource_rest_client/models/ucv1sessions_data_merchant_defined_information.rb
|
|
2061
2117
|
- lib/cybersource_rest_client/models/ucv1sessions_data_merchant_information.rb
|
|
2062
2118
|
- lib/cybersource_rest_client/models/ucv1sessions_data_merchant_information_merchant_descriptor.rb
|
|
@@ -2065,15 +2121,26 @@ files:
|
|
|
2065
2121
|
- lib/cybersource_rest_client/models/ucv1sessions_data_order_information_amount_details_tax_details.rb
|
|
2066
2122
|
- lib/cybersource_rest_client/models/ucv1sessions_data_order_information_bill_to.rb
|
|
2067
2123
|
- lib/cybersource_rest_client/models/ucv1sessions_data_order_information_bill_to_company.rb
|
|
2124
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_order_information_invoice_details.rb
|
|
2125
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_order_information_invoice_details_transaction_advice_addendum.rb
|
|
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
|
|
2128
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_order_information_shipping_details.rb
|
|
2068
2129
|
- lib/cybersource_rest_client/models/ucv1sessions_data_payment_information.rb
|
|
2069
2130
|
- lib/cybersource_rest_client/models/ucv1sessions_data_payment_information_card.rb
|
|
2070
2131
|
- lib/cybersource_rest_client/models/ucv1sessions_data_processing_information.rb
|
|
2071
2132
|
- lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_authorization_options.rb
|
|
2072
2133
|
- lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_authorization_options_initiator.rb
|
|
2134
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_bank_transfer_options.rb
|
|
2135
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_recurring_options.rb
|
|
2073
2136
|
- lib/cybersource_rest_client/models/ucv1sessions_data_recipient_information.rb
|
|
2137
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_sender_information.rb
|
|
2138
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_sender_information_account.rb
|
|
2074
2139
|
- lib/cybersource_rest_client/models/ucv1sessions_payment_configurations.rb
|
|
2075
2140
|
- lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_clicktopay.rb
|
|
2076
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
|
|
2077
2144
|
- lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_tms_token.rb
|
|
2078
2145
|
- lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_tms_token_customer.rb
|
|
2079
2146
|
- lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_tms_token_instrument_identifiers.rb
|
|
@@ -2088,6 +2155,7 @@ files:
|
|
|
2088
2155
|
- lib/cybersource_rest_client/models/underwriting_configuration.rb
|
|
2089
2156
|
- lib/cybersource_rest_client/models/underwriting_configuration_billing_information.rb
|
|
2090
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
|
|
2091
2159
|
- lib/cybersource_rest_client/models/underwriting_configuration_business_details_product_services_subscription.rb
|
|
2092
2160
|
- lib/cybersource_rest_client/models/underwriting_configuration_client_reference_information.rb
|
|
2093
2161
|
- lib/cybersource_rest_client/models/underwriting_configuration_deposit_information.rb
|
|
@@ -2101,14 +2169,15 @@ files:
|
|
|
2101
2169
|
- lib/cybersource_rest_client/models/underwriting_configuration_organization_information_business_information_address_1.rb
|
|
2102
2170
|
- lib/cybersource_rest_client/models/underwriting_configuration_organization_information_business_information_address_2.rb
|
|
2103
2171
|
- lib/cybersource_rest_client/models/underwriting_configuration_organization_information_business_information_business_contact.rb
|
|
2104
|
-
- lib/cybersource_rest_client/models/underwriting_configuration_organization_information_business_information_business_details.rb
|
|
2105
2172
|
- lib/cybersource_rest_client/models/underwriting_configuration_organization_information_business_information_director_information.rb
|
|
2106
2173
|
- lib/cybersource_rest_client/models/underwriting_configuration_organization_information_business_information_owner_information.rb
|
|
2107
2174
|
- lib/cybersource_rest_client/models/underwriting_configuration_organization_information_business_information_trading_address.rb
|
|
2108
2175
|
- lib/cybersource_rest_client/models/underwriting_configuration_sale_representative_information.rb
|
|
2176
|
+
- lib/cybersource_rest_client/models/unified_checkout_merchant_initiated_transaction.rb
|
|
2109
2177
|
- lib/cybersource_rest_client/models/update_invoice_request.rb
|
|
2110
2178
|
- lib/cybersource_rest_client/models/update_order_request.rb
|
|
2111
2179
|
- lib/cybersource_rest_client/models/update_payment_link_request.rb
|
|
2180
|
+
- lib/cybersource_rest_client/models/update_payments.rb
|
|
2112
2181
|
- lib/cybersource_rest_client/models/update_plan_request.rb
|
|
2113
2182
|
- lib/cybersource_rest_client/models/update_plan_response.rb
|
|
2114
2183
|
- lib/cybersource_rest_client/models/update_plan_response_plan_information.rb
|
|
@@ -2138,12 +2207,11 @@ files:
|
|
|
2138
2207
|
- lib/cybersource_rest_client/models/upv1capturecontexts_data_order_information_bill_to_company.rb
|
|
2139
2208
|
- lib/cybersource_rest_client/models/upv1capturecontexts_data_order_information_invoice_details.rb
|
|
2140
2209
|
- lib/cybersource_rest_client/models/upv1capturecontexts_data_order_information_line_items.rb
|
|
2141
|
-
- lib/cybersource_rest_client/models/
|
|
2142
|
-
- 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
|
|
2143
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
|
|
2144
2213
|
- lib/cybersource_rest_client/models/upv1capturecontexts_data_payment_information.rb
|
|
2145
2214
|
- lib/cybersource_rest_client/models/upv1capturecontexts_data_payment_information_card.rb
|
|
2146
|
-
- lib/cybersource_rest_client/models/upv1capturecontexts_data_processing_info_mit.rb
|
|
2147
2215
|
- lib/cybersource_rest_client/models/upv1capturecontexts_data_processing_information.rb
|
|
2148
2216
|
- lib/cybersource_rest_client/models/upv1capturecontexts_data_processing_information_authorization_options.rb
|
|
2149
2217
|
- lib/cybersource_rest_client/models/upv1capturecontexts_data_processing_information_authorization_options_initiator.rb
|
|
@@ -2194,6 +2262,10 @@ files:
|
|
|
2194
2262
|
- lib/cybersource_rest_client/models/vasv2taxid_client_reference_information.rb
|
|
2195
2263
|
- lib/cybersource_rest_client/models/vasv2taxid_client_reference_information_partner.rb
|
|
2196
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
|
|
2197
2269
|
- lib/cybersource_rest_client/models/void_capture_request.rb
|
|
2198
2270
|
- lib/cybersource_rest_client/models/void_credit_request.rb
|
|
2199
2271
|
- lib/cybersource_rest_client/models/void_payment_request.rb
|
|
@@ -2201,17 +2273,12 @@ files:
|
|
|
2201
2273
|
- lib/cybersource_rest_client/models/void_tax_request.rb
|
|
2202
2274
|
- lib/cybersource_rest_client/models/vt_config.rb
|
|
2203
2275
|
- lib/cybersource_rest_client/models/vt_config_card_not_present.rb
|
|
2204
|
-
- lib/cybersource_rest_client/models/vt_config_card_not_present_global_payment_information.rb
|
|
2205
|
-
- lib/cybersource_rest_client/models/vt_config_card_not_present_global_payment_information_basic_information.rb
|
|
2206
|
-
- lib/cybersource_rest_client/models/vt_config_card_not_present_global_payment_information_merchant_defined_data_fields.rb
|
|
2207
|
-
- lib/cybersource_rest_client/models/vt_config_card_not_present_global_payment_information_payment_information.rb
|
|
2208
2276
|
- lib/cybersource_rest_client/models/vt_config_card_not_present_receipt_information.rb
|
|
2209
2277
|
- lib/cybersource_rest_client/models/vt_config_card_not_present_receipt_information_email_receipt.rb
|
|
2210
2278
|
- lib/cybersource_rest_client/models/vt_config_card_not_present_receipt_information_header.rb
|
|
2211
2279
|
- lib/cybersource_rest_client/models/vt_config_card_not_present_receipt_information_order_information.rb
|
|
2212
2280
|
- lib/cybersource_rest_client/utilities/capture_context/capture_context_parsing_utility.rb
|
|
2213
2281
|
- lib/cybersource_rest_client/utilities/capture_context/public_key_fetcher.rb
|
|
2214
|
-
- lib/cybersource_rest_client/utilities/flex/token_verification.rb
|
|
2215
2282
|
- lib/cybersource_rest_client/utilities/jwe_utility.rb
|
|
2216
2283
|
- lib/cybersource_rest_client/utilities/multipart/multipart_helper.rb
|
|
2217
2284
|
- lib/cybersource_rest_client/utilities/tracking/sdk_tracker.rb
|
|
@@ -2228,7 +2295,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
2228
2295
|
requirements:
|
|
2229
2296
|
- - ">="
|
|
2230
2297
|
- !ruby/object:Gem::Version
|
|
2231
|
-
version: '3.
|
|
2298
|
+
version: '3.1'
|
|
2232
2299
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
2233
2300
|
requirements:
|
|
2234
2301
|
- - ">="
|