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
|
@@ -38,52 +38,20 @@ require 'cybersource_rest_client/models/unauthorized_client_error'
|
|
|
38
38
|
require 'cybersource_rest_client/models/access_token_response'
|
|
39
39
|
require 'cybersource_rest_client/models/bad_request_error'
|
|
40
40
|
require 'cybersource_rest_client/models/create_access_token_request'
|
|
41
|
+
require 'cybersource_rest_client/models/account_updater_configurations'
|
|
42
|
+
require 'cybersource_rest_client/models/account_updater_configurations_amex'
|
|
43
|
+
require 'cybersource_rest_client/models/account_updater_configurations_master_card'
|
|
44
|
+
require 'cybersource_rest_client/models/account_updater_configurations_visa'
|
|
41
45
|
require 'cybersource_rest_client/models/account_validations_request'
|
|
42
46
|
require 'cybersource_rest_client/models/accountupdaterv1batches_included'
|
|
43
47
|
require 'cybersource_rest_client/models/accountupdaterv1batches_included_tokens'
|
|
44
|
-
require 'cybersource_rest_client/models/acpv1instructions_decline_threshold'
|
|
45
|
-
require 'cybersource_rest_client/models/acpv1instructions_mandates'
|
|
46
|
-
require 'cybersource_rest_client/models/acpv1instructions_recurring_payment_information'
|
|
47
|
-
require 'cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_confirmation_data'
|
|
48
|
-
require 'cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_merchant_information'
|
|
49
|
-
require 'cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_order_information'
|
|
50
|
-
require 'cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_order_information_shipping_details'
|
|
51
|
-
require 'cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_processor_information'
|
|
52
|
-
require 'cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_processor_information_payment_instrument'
|
|
53
|
-
require 'cybersource_rest_client/models/acpv1instructionsinstruction_idconf_processor_info_payment_instrument_verifi_results'
|
|
54
|
-
require 'cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_attachments'
|
|
55
|
-
require 'cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_client_reference_information'
|
|
56
|
-
require 'cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_mandate_reference_data'
|
|
57
|
-
require 'cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_merchant_information'
|
|
58
|
-
require 'cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_merchant_information_merchant_descriptor'
|
|
59
|
-
require 'cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information'
|
|
60
|
-
require 'cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_amount_detail'
|
|
61
|
-
require 'cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_items'
|
|
62
|
-
require 'cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_items_additional_info'
|
|
63
|
-
require 'cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_items_policies'
|
|
64
|
-
require 'cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_line_items'
|
|
65
|
-
require 'cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_ship_to'
|
|
66
|
-
require 'cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_payment_options'
|
|
67
|
-
require 'cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_transaction_data'
|
|
68
|
-
require 'cybersource_rest_client/models/acpv1tokens_assurance_data'
|
|
69
|
-
require 'cybersource_rest_client/models/acpv1tokens_authenticated_identities'
|
|
70
|
-
require 'cybersource_rest_client/models/acpv1tokens_authentication_context'
|
|
71
|
-
require 'cybersource_rest_client/models/acpv1tokens_bill_to'
|
|
72
|
-
require 'cybersource_rest_client/models/acpv1tokens_buyer_information'
|
|
73
|
-
require 'cybersource_rest_client/models/acpv1tokens_buyer_information_personal_identification'
|
|
74
|
-
require 'cybersource_rest_client/models/acpv1tokens_consent_data'
|
|
75
|
-
require 'cybersource_rest_client/models/acpv1tokens_consumer_identity'
|
|
76
|
-
require 'cybersource_rest_client/models/acpv1tokens_device_information'
|
|
77
|
-
require 'cybersource_rest_client/models/acpv1tokens_device_information_device_data'
|
|
78
|
-
require 'cybersource_rest_client/models/acpv1tokens_enrollment_reference_data'
|
|
79
|
-
require 'cybersource_rest_client/models/acpv1tokens_payment_information'
|
|
80
|
-
require 'cybersource_rest_client/models/acpv1tokens_payment_information_customer'
|
|
81
|
-
require 'cybersource_rest_client/models/acpv1tokens_payment_information_instrument_identifier'
|
|
82
|
-
require 'cybersource_rest_client/models/acpv1tokens_payment_information_payment_instrument'
|
|
83
48
|
require 'cybersource_rest_client/models/activate_deactivate_plan_response'
|
|
84
49
|
require 'cybersource_rest_client/models/activate_subscription_response'
|
|
85
50
|
require 'cybersource_rest_client/models/activate_subscription_response_subscription_information'
|
|
86
51
|
require 'cybersource_rest_client/models/add_negative_list_request'
|
|
52
|
+
require 'cybersource_rest_client/models/aft_funding_options'
|
|
53
|
+
require 'cybersource_rest_client/models/aft_funding_options_initiator'
|
|
54
|
+
require 'cybersource_rest_client/models/aft_funding_options_initiator_originator_initiated_transaction'
|
|
87
55
|
require 'cybersource_rest_client/models/agentic_cancel_purchase_intent_request'
|
|
88
56
|
require 'cybersource_rest_client/models/agentic_card_enrollment_bad_request_response400'
|
|
89
57
|
require 'cybersource_rest_client/models/agentic_card_enrollment_bad_request_response400_error'
|
|
@@ -99,20 +67,35 @@ require 'cybersource_rest_client/models/agentic_pending_purchase_intent_response
|
|
|
99
67
|
require 'cybersource_rest_client/models/agentic_retrieve_payment_credentials_request'
|
|
100
68
|
require 'cybersource_rest_client/models/agentic_retrieve_payment_credentials_response200'
|
|
101
69
|
require 'cybersource_rest_client/models/agentic_retrieve_payment_credentials_response200_transaction_response_complete'
|
|
102
|
-
require 'cybersource_rest_client/models/agentic_retrieve_payment_credentials_response200_transaction_response_with_pending_events'
|
|
103
70
|
require 'cybersource_rest_client/models/agentic_update_purchase_intent_request'
|
|
71
|
+
require 'cybersource_rest_client/models/alternative_payments_processor_configuration'
|
|
104
72
|
require 'cybersource_rest_client/models/auth_reversal_request'
|
|
105
73
|
require 'cybersource_rest_client/models/bavsv1accountvalidations_client_reference_information'
|
|
106
74
|
require 'cybersource_rest_client/models/bavsv1accountvalidations_payment_information'
|
|
107
75
|
require 'cybersource_rest_client/models/bavsv1accountvalidations_payment_information_bank'
|
|
108
76
|
require 'cybersource_rest_client/models/bavsv1accountvalidations_payment_information_bank_account'
|
|
77
|
+
require 'cybersource_rest_client/models/bavsv1accountvalidations_payment_information_customer'
|
|
78
|
+
require 'cybersource_rest_client/models/bavsv1accountvalidations_payment_information_instrument_identifier'
|
|
79
|
+
require 'cybersource_rest_client/models/bavsv1accountvalidations_payment_information_payment_instrument'
|
|
109
80
|
require 'cybersource_rest_client/models/bavsv1accountvalidations_processing_information'
|
|
81
|
+
require 'cybersource_rest_client/models/bavsv1accountvalidations_token_information'
|
|
82
|
+
require 'cybersource_rest_client/models/bin_lookup403_response'
|
|
83
|
+
require 'cybersource_rest_client/models/bin_lookupv400_response'
|
|
110
84
|
require 'cybersource_rest_client/models/binv1binlookup_client_reference_information'
|
|
111
85
|
require 'cybersource_rest_client/models/binv1binlookup_payment_information'
|
|
112
86
|
require 'cybersource_rest_client/models/binv1binlookup_payment_information_card'
|
|
113
87
|
require 'cybersource_rest_client/models/binv1binlookup_processing_information'
|
|
114
88
|
require 'cybersource_rest_client/models/binv1binlookup_processing_information_payout_options'
|
|
115
89
|
require 'cybersource_rest_client/models/binv1binlookup_token_information'
|
|
90
|
+
require 'cybersource_rest_client/models/boarding_acquirer_details'
|
|
91
|
+
require 'cybersource_rest_client/models/boarding_acquirer_details_payment_options'
|
|
92
|
+
require 'cybersource_rest_client/models/boarding_business_information'
|
|
93
|
+
require 'cybersource_rest_client/models/boarding_business_information_address'
|
|
94
|
+
require 'cybersource_rest_client/models/boarding_business_information_business_contact'
|
|
95
|
+
require 'cybersource_rest_client/models/boarding_business_information_localized_names'
|
|
96
|
+
require 'cybersource_rest_client/models/boarding_payouts_configurations'
|
|
97
|
+
require 'cybersource_rest_client/models/boarding_payouts_configurations_common'
|
|
98
|
+
require 'cybersource_rest_client/models/boarding_payouts_configurations_common_aggregator'
|
|
116
99
|
require 'cybersource_rest_client/models/boardingv1registrations_document_information'
|
|
117
100
|
require 'cybersource_rest_client/models/boardingv1registrations_document_information_signed_documents'
|
|
118
101
|
require 'cybersource_rest_client/models/boardingv1registrations_integration_information'
|
|
@@ -121,10 +104,6 @@ require 'cybersource_rest_client/models/boardingv1registrations_integration_info
|
|
|
121
104
|
require 'cybersource_rest_client/models/boardingv1registrations_integration_information_tenant_configurations'
|
|
122
105
|
require 'cybersource_rest_client/models/boardingv1registrations_integration_information_tenant_information'
|
|
123
106
|
require 'cybersource_rest_client/models/boardingv1registrations_organization_information'
|
|
124
|
-
require 'cybersource_rest_client/models/boardingv1registrations_organization_information_business_information'
|
|
125
|
-
require 'cybersource_rest_client/models/boardingv1registrations_organization_information_business_information_address'
|
|
126
|
-
require 'cybersource_rest_client/models/boardingv1registrations_organization_information_business_information_business_contact'
|
|
127
|
-
require 'cybersource_rest_client/models/boardingv1registrations_organization_information_business_information_localized_names'
|
|
128
107
|
require 'cybersource_rest_client/models/boardingv1registrations_organization_information_kyc'
|
|
129
108
|
require 'cybersource_rest_client/models/boardingv1registrations_organization_information_kyc_deposit_bank_account'
|
|
130
109
|
require 'cybersource_rest_client/models/boardingv1registrations_organization_information_owners'
|
|
@@ -139,8 +118,6 @@ require 'cybersource_rest_client/models/card_processing_config'
|
|
|
139
118
|
require 'cybersource_rest_client/models/card_processing_config_common'
|
|
140
119
|
require 'cybersource_rest_client/models/card_processing_config_common_acquirer'
|
|
141
120
|
require 'cybersource_rest_client/models/card_processing_config_common_acquirer_agreement'
|
|
142
|
-
require 'cybersource_rest_client/models/card_processing_config_common_acquirer_agreement_acquirer_code'
|
|
143
|
-
require 'cybersource_rest_client/models/card_processing_config_common_acquirer_agreement_acquirer_code_payment_options'
|
|
144
121
|
require 'cybersource_rest_client/models/card_processing_config_common_acquirers'
|
|
145
122
|
require 'cybersource_rest_client/models/card_processing_config_common_currencies'
|
|
146
123
|
require 'cybersource_rest_client/models/card_processing_config_common_currencies_1'
|
|
@@ -161,10 +138,6 @@ require 'cybersource_rest_client/models/check_payer_auth_enrollment_request'
|
|
|
161
138
|
require 'cybersource_rest_client/models/commerce_solutions_products'
|
|
162
139
|
require 'cybersource_rest_client/models/commerce_solutions_products_account_updater'
|
|
163
140
|
require 'cybersource_rest_client/models/commerce_solutions_products_account_updater_configuration_information'
|
|
164
|
-
require 'cybersource_rest_client/models/commerce_solutions_products_account_updater_configuration_information_configurations'
|
|
165
|
-
require 'cybersource_rest_client/models/commerce_solutions_products_account_updater_configuration_information_configurations_amex'
|
|
166
|
-
require 'cybersource_rest_client/models/commerce_solutions_products_account_updater_configuration_information_configurations_master_card'
|
|
167
|
-
require 'cybersource_rest_client/models/commerce_solutions_products_account_updater_configuration_information_configurations_visa'
|
|
168
141
|
require 'cybersource_rest_client/models/commerce_solutions_products_bin_lookup'
|
|
169
142
|
require 'cybersource_rest_client/models/commerce_solutions_products_bin_lookup_configuration_information'
|
|
170
143
|
require 'cybersource_rest_client/models/commerce_solutions_products_bin_lookup_configuration_information_configurations'
|
|
@@ -195,6 +168,25 @@ require 'cybersource_rest_client/models/create_subscription_response__links'
|
|
|
195
168
|
require 'cybersource_rest_client/models/create_subscription_response_subscription_information'
|
|
196
169
|
require 'cybersource_rest_client/models/create_webhook'
|
|
197
170
|
require 'cybersource_rest_client/models/de_association_request_body'
|
|
171
|
+
require 'cybersource_rest_client/models/default_payment_instrument'
|
|
172
|
+
require 'cybersource_rest_client/models/default_payment_instrument_bank_account'
|
|
173
|
+
require 'cybersource_rest_client/models/default_payment_instrument_bill_to'
|
|
174
|
+
require 'cybersource_rest_client/models/default_payment_instrument_buyer_information'
|
|
175
|
+
require 'cybersource_rest_client/models/default_payment_instrument_buyer_information_issued_by'
|
|
176
|
+
require 'cybersource_rest_client/models/default_payment_instrument_buyer_information_personal_identification'
|
|
177
|
+
require 'cybersource_rest_client/models/default_payment_instrument_card'
|
|
178
|
+
require 'cybersource_rest_client/models/default_payment_instrument_card_tokenized_information'
|
|
179
|
+
require 'cybersource_rest_client/models/default_payment_instrument__embedded'
|
|
180
|
+
require 'cybersource_rest_client/models/default_payment_instrument_instrument_identifier'
|
|
181
|
+
require 'cybersource_rest_client/models/default_payment_instrument__links'
|
|
182
|
+
require 'cybersource_rest_client/models/default_payment_instrument__links_self'
|
|
183
|
+
require 'cybersource_rest_client/models/default_payment_instrument_metadata'
|
|
184
|
+
require 'cybersource_rest_client/models/default_shipping_address'
|
|
185
|
+
require 'cybersource_rest_client/models/default_shipping_address__links'
|
|
186
|
+
require 'cybersource_rest_client/models/default_shipping_address__links_customer'
|
|
187
|
+
require 'cybersource_rest_client/models/default_shipping_address__links_self'
|
|
188
|
+
require 'cybersource_rest_client/models/default_shipping_address_metadata'
|
|
189
|
+
require 'cybersource_rest_client/models/default_shipping_address_ship_to'
|
|
198
190
|
require 'cybersource_rest_client/models/delete_plan_response'
|
|
199
191
|
require 'cybersource_rest_client/models/device_de_associate_v3_request'
|
|
200
192
|
require 'cybersource_rest_client/models/dm_config'
|
|
@@ -227,6 +219,8 @@ require 'cybersource_rest_client/models/e_check_config_features_account_validati
|
|
|
227
219
|
require 'cybersource_rest_client/models/e_check_config_features_account_validation_service_internal_only_processors'
|
|
228
220
|
require 'cybersource_rest_client/models/e_check_config_features_account_validation_service_processors'
|
|
229
221
|
require 'cybersource_rest_client/models/e_check_config_underwriting'
|
|
222
|
+
require 'cybersource_rest_client/models/export_compliance_watch_list'
|
|
223
|
+
require 'cybersource_rest_client/models/export_compliance_watch_list_matches'
|
|
230
224
|
require 'cybersource_rest_client/models/flexv2sessions_fields'
|
|
231
225
|
require 'cybersource_rest_client/models/flexv2sessions_fields_order_information'
|
|
232
226
|
require 'cybersource_rest_client/models/flexv2sessions_fields_order_information_amount_details'
|
|
@@ -235,6 +229,7 @@ require 'cybersource_rest_client/models/flexv2sessions_fields_order_information_
|
|
|
235
229
|
require 'cybersource_rest_client/models/flexv2sessions_fields_order_information_ship_to'
|
|
236
230
|
require 'cybersource_rest_client/models/flexv2sessions_fields_payment_information'
|
|
237
231
|
require 'cybersource_rest_client/models/flexv2sessions_fields_payment_information_card'
|
|
232
|
+
require 'cybersource_rest_client/models/follow_on_transaction_buyer_information'
|
|
238
233
|
require 'cybersource_rest_client/models/fraud_marking_action_request'
|
|
239
234
|
require 'cybersource_rest_client/models/generate_capture_context_request'
|
|
240
235
|
require 'cybersource_rest_client/models/generate_flex_api_capture_context_request'
|
|
@@ -270,10 +265,57 @@ require 'cybersource_rest_client/models/get_subscription_response_1_buyer_inform
|
|
|
270
265
|
require 'cybersource_rest_client/models/get_subscription_response_1__links'
|
|
271
266
|
require 'cybersource_rest_client/models/get_subscription_response_1_payment_instrument'
|
|
272
267
|
require 'cybersource_rest_client/models/get_subscription_response_1_payment_instrument_bank_account'
|
|
273
|
-
require 'cybersource_rest_client/models/get_subscription_response_1_payment_instrument_buyer_information'
|
|
274
268
|
require 'cybersource_rest_client/models/get_subscription_response_1_payment_instrument_card'
|
|
275
269
|
require 'cybersource_rest_client/models/get_subscription_response_1_shipping_address'
|
|
276
270
|
require 'cybersource_rest_client/models/get_subscription_response_reactivation_information'
|
|
271
|
+
require 'cybersource_rest_client/models/get_subscriptions_payments_response'
|
|
272
|
+
require 'cybersource_rest_client/models/get_subscriptions_payments_response_1'
|
|
273
|
+
require 'cybersource_rest_client/models/get_subscriptions_payments_response_1__links'
|
|
274
|
+
require 'cybersource_rest_client/models/get_subscriptions_payments_response_cycles_completed_count'
|
|
275
|
+
require 'cybersource_rest_client/models/get_subscriptions_payments_response__links'
|
|
276
|
+
require 'cybersource_rest_client/models/get_subscriptions_payments_response_subscription_payment'
|
|
277
|
+
require 'cybersource_rest_client/models/icc_amount_detail'
|
|
278
|
+
require 'cybersource_rest_client/models/icc_line_item'
|
|
279
|
+
require 'cybersource_rest_client/models/icc_line_item_additional_info'
|
|
280
|
+
require 'cybersource_rest_client/models/icc_line_item_policies'
|
|
281
|
+
require 'cybersource_rest_client/models/icc_merchant_descriptor'
|
|
282
|
+
require 'cybersource_rest_client/models/icc_payment_instrument'
|
|
283
|
+
require 'cybersource_rest_client/models/icc_payment_instrument_verification_results'
|
|
284
|
+
require 'cybersource_rest_client/models/icc_shipping_details'
|
|
285
|
+
require 'cybersource_rest_client/models/icc_transaction_response_pending_events'
|
|
286
|
+
require 'cybersource_rest_client/models/iccv1instructions_decline_threshold'
|
|
287
|
+
require 'cybersource_rest_client/models/iccv1instructions_mandates'
|
|
288
|
+
require 'cybersource_rest_client/models/iccv1instructions_recurring_payment_information'
|
|
289
|
+
require 'cybersource_rest_client/models/iccv1instructionsinstruction_idconfirmations_confirmation_data'
|
|
290
|
+
require 'cybersource_rest_client/models/iccv1instructionsinstruction_idconfirmations_merchant_information'
|
|
291
|
+
require 'cybersource_rest_client/models/iccv1instructionsinstruction_idconfirmations_order_information'
|
|
292
|
+
require 'cybersource_rest_client/models/iccv1instructionsinstruction_idconfirmations_processor_information'
|
|
293
|
+
require 'cybersource_rest_client/models/iccv1instructionsinstruction_idcredentials_attachments'
|
|
294
|
+
require 'cybersource_rest_client/models/iccv1instructionsinstruction_idcredentials_client_reference_information'
|
|
295
|
+
require 'cybersource_rest_client/models/iccv1instructionsinstruction_idcredentials_mandate_reference_data'
|
|
296
|
+
require 'cybersource_rest_client/models/iccv1instructionsinstruction_idcredentials_merchant_information'
|
|
297
|
+
require 'cybersource_rest_client/models/iccv1instructionsinstruction_idcredentials_order_information'
|
|
298
|
+
require 'cybersource_rest_client/models/iccv1instructionsinstruction_idcredentials_order_information_line_items'
|
|
299
|
+
require 'cybersource_rest_client/models/iccv1instructionsinstruction_idcredentials_order_information_ship_to'
|
|
300
|
+
require 'cybersource_rest_client/models/iccv1instructionsinstruction_idcredentials_payment_options'
|
|
301
|
+
require 'cybersource_rest_client/models/iccv1instructionsinstruction_idcredentials_transaction_data'
|
|
302
|
+
require 'cybersource_rest_client/models/iccv1mppcredentials_challenge'
|
|
303
|
+
require 'cybersource_rest_client/models/iccv1mppcredentials_challenge_encryption_jwk'
|
|
304
|
+
require 'cybersource_rest_client/models/iccv1tokens_assurance_data'
|
|
305
|
+
require 'cybersource_rest_client/models/iccv1tokens_authenticated_identities'
|
|
306
|
+
require 'cybersource_rest_client/models/iccv1tokens_authentication_context'
|
|
307
|
+
require 'cybersource_rest_client/models/iccv1tokens_bill_to'
|
|
308
|
+
require 'cybersource_rest_client/models/iccv1tokens_buyer_information'
|
|
309
|
+
require 'cybersource_rest_client/models/iccv1tokens_buyer_information_personal_identification'
|
|
310
|
+
require 'cybersource_rest_client/models/iccv1tokens_consent_data'
|
|
311
|
+
require 'cybersource_rest_client/models/iccv1tokens_consumer_identity'
|
|
312
|
+
require 'cybersource_rest_client/models/iccv1tokens_device_information'
|
|
313
|
+
require 'cybersource_rest_client/models/iccv1tokens_device_information_device_data'
|
|
314
|
+
require 'cybersource_rest_client/models/iccv1tokens_enrollment_reference_data'
|
|
315
|
+
require 'cybersource_rest_client/models/iccv1tokens_payment_information'
|
|
316
|
+
require 'cybersource_rest_client/models/iccv1tokens_payment_information_customer'
|
|
317
|
+
require 'cybersource_rest_client/models/iccv1tokens_payment_information_instrument_identifier'
|
|
318
|
+
require 'cybersource_rest_client/models/iccv1tokens_payment_information_payment_instrument'
|
|
277
319
|
require 'cybersource_rest_client/models/increment_auth_request'
|
|
278
320
|
require 'cybersource_rest_client/models/inline_response_200'
|
|
279
321
|
require 'cybersource_rest_client/models/inline_response_200_1'
|
|
@@ -346,13 +388,6 @@ require 'cybersource_rest_client/models/inline_response_201_4_product_informatio
|
|
|
346
388
|
require 'cybersource_rest_client/models/inline_response_201_4_registration_information'
|
|
347
389
|
require 'cybersource_rest_client/models/inline_response_201_4_setups'
|
|
348
390
|
require 'cybersource_rest_client/models/inline_response_201_4_setups_commerce_solutions'
|
|
349
|
-
require 'cybersource_rest_client/models/inline_response_201_4_setups_payments'
|
|
350
|
-
require 'cybersource_rest_client/models/inline_response_201_4_setups_payments_alternative_payment_methods'
|
|
351
|
-
require 'cybersource_rest_client/models/inline_response_201_4_setups_payments_alternative_payment_methods_configuration_status'
|
|
352
|
-
require 'cybersource_rest_client/models/inline_response_201_4_setups_payments_card_processing'
|
|
353
|
-
require 'cybersource_rest_client/models/inline_response_201_4_setups_payments_card_processing_configuration_status'
|
|
354
|
-
require 'cybersource_rest_client/models/inline_response_201_4_setups_payments_card_processing_subscription_status'
|
|
355
|
-
require 'cybersource_rest_client/models/inline_response_201_4_setups_payments_digital_payments'
|
|
356
391
|
require 'cybersource_rest_client/models/inline_response_201_4_setups_risk'
|
|
357
392
|
require 'cybersource_rest_client/models/inline_response_201_4_setups_value_added_services'
|
|
358
393
|
require 'cybersource_rest_client/models/inline_response_201_5'
|
|
@@ -383,17 +418,20 @@ require 'cybersource_rest_client/models/inline_response_206'
|
|
|
383
418
|
require 'cybersource_rest_client/models/inline_response_400'
|
|
384
419
|
require 'cybersource_rest_client/models/inline_response_400_1'
|
|
385
420
|
require 'cybersource_rest_client/models/inline_response_400_10'
|
|
421
|
+
require 'cybersource_rest_client/models/inline_response_400_10_details'
|
|
422
|
+
require 'cybersource_rest_client/models/inline_response_400_11'
|
|
423
|
+
require 'cybersource_rest_client/models/inline_response_400_12'
|
|
424
|
+
require 'cybersource_rest_client/models/inline_response_400_12_details'
|
|
425
|
+
require 'cybersource_rest_client/models/inline_response_400_13'
|
|
386
426
|
require 'cybersource_rest_client/models/inline_response_400_1_details'
|
|
387
427
|
require 'cybersource_rest_client/models/inline_response_400_2'
|
|
388
428
|
require 'cybersource_rest_client/models/inline_response_400_3'
|
|
389
429
|
require 'cybersource_rest_client/models/inline_response_400_4'
|
|
390
430
|
require 'cybersource_rest_client/models/inline_response_400_5'
|
|
391
431
|
require 'cybersource_rest_client/models/inline_response_400_6'
|
|
392
|
-
require 'cybersource_rest_client/models/inline_response_400_6_fields'
|
|
393
432
|
require 'cybersource_rest_client/models/inline_response_400_7'
|
|
394
|
-
require 'cybersource_rest_client/models/inline_response_400_7_details'
|
|
395
433
|
require 'cybersource_rest_client/models/inline_response_400_8'
|
|
396
|
-
require 'cybersource_rest_client/models/
|
|
434
|
+
require 'cybersource_rest_client/models/inline_response_400_8_fields'
|
|
397
435
|
require 'cybersource_rest_client/models/inline_response_400_9'
|
|
398
436
|
require 'cybersource_rest_client/models/inline_response_400_9_details'
|
|
399
437
|
require 'cybersource_rest_client/models/inline_response_400_details'
|
|
@@ -437,6 +475,7 @@ require 'cybersource_rest_client/models/inline_response_500_errors'
|
|
|
437
475
|
require 'cybersource_rest_client/models/inline_response_502'
|
|
438
476
|
require 'cybersource_rest_client/models/inline_response_502_1'
|
|
439
477
|
require 'cybersource_rest_client/models/inline_response_502_2'
|
|
478
|
+
require 'cybersource_rest_client/models/inline_response_502_3'
|
|
440
479
|
require 'cybersource_rest_client/models/inline_response_503'
|
|
441
480
|
require 'cybersource_rest_client/models/inline_response_default'
|
|
442
481
|
require 'cybersource_rest_client/models/inline_response_default__links'
|
|
@@ -503,11 +542,15 @@ require 'cybersource_rest_client/models/kmsegressv2keyssym_key_information'
|
|
|
503
542
|
require 'cybersource_rest_client/models/merchant_defined_field_core'
|
|
504
543
|
require 'cybersource_rest_client/models/merchant_defined_field_definition_request'
|
|
505
544
|
require 'cybersource_rest_client/models/merchant_initiated_transaction_object'
|
|
545
|
+
require 'cybersource_rest_client/models/microform_config_features'
|
|
546
|
+
require 'cybersource_rest_client/models/microform_config_features_gateway_agnostic'
|
|
506
547
|
require 'cybersource_rest_client/models/microformv2sessions_transient_token_response_options'
|
|
507
548
|
require 'cybersource_rest_client/models/mit_reversal_request'
|
|
508
549
|
require 'cybersource_rest_client/models/mit_void_request'
|
|
509
550
|
require 'cybersource_rest_client/models/model_400_upload_batch_file_response'
|
|
510
551
|
require 'cybersource_rest_client/models/modify_billing_agreement'
|
|
552
|
+
require 'cybersource_rest_client/models/mpp_credentials_request'
|
|
553
|
+
require 'cybersource_rest_client/models/mpp_credentials_response200'
|
|
511
554
|
require 'cybersource_rest_client/models/network_token_enrollment'
|
|
512
555
|
require 'cybersource_rest_client/models/network_token_services_enablement'
|
|
513
556
|
require 'cybersource_rest_client/models/network_token_services_enablement_mastercard_digital_enablement_service'
|
|
@@ -534,25 +577,31 @@ require 'cybersource_rest_client/models/payer_auth_config_card_types_j_cbj_secur
|
|
|
534
577
|
require 'cybersource_rest_client/models/payer_auth_config_card_types_verified_by_visa'
|
|
535
578
|
require 'cybersource_rest_client/models/payer_auth_config_card_types_verified_by_visa_currencies'
|
|
536
579
|
require 'cybersource_rest_client/models/payer_auth_setup_request'
|
|
580
|
+
require 'cybersource_rest_client/models/payment_instrument'
|
|
537
581
|
require 'cybersource_rest_client/models/payment_instrument_list'
|
|
538
582
|
require 'cybersource_rest_client/models/payment_instrument_list_1'
|
|
539
583
|
require 'cybersource_rest_client/models/payment_instrument_list_1__embedded'
|
|
540
|
-
require 'cybersource_rest_client/models/payment_instrument_list_1__embedded__embedded'
|
|
541
|
-
require 'cybersource_rest_client/models/payment_instrument_list_1__embedded_payment_instruments'
|
|
542
584
|
require 'cybersource_rest_client/models/payment_instrument_list__embedded'
|
|
585
|
+
require 'cybersource_rest_client/models/payment_instrument_list__embedded__embedded'
|
|
543
586
|
require 'cybersource_rest_client/models/payment_instrument_list__links'
|
|
544
587
|
require 'cybersource_rest_client/models/payment_instrument_list__links_first'
|
|
545
588
|
require 'cybersource_rest_client/models/payment_instrument_list__links_last'
|
|
546
589
|
require 'cybersource_rest_client/models/payment_instrument_list__links_next'
|
|
547
590
|
require 'cybersource_rest_client/models/payment_instrument_list__links_prev'
|
|
548
591
|
require 'cybersource_rest_client/models/payment_instrument_list__links_self'
|
|
592
|
+
require 'cybersource_rest_client/models/payments_configuration_setup'
|
|
593
|
+
require 'cybersource_rest_client/models/payments_configuration_setup_alternative_payment_methods'
|
|
594
|
+
require 'cybersource_rest_client/models/payments_configuration_setup_alternative_payment_methods_configuration_status'
|
|
595
|
+
require 'cybersource_rest_client/models/payments_configuration_setup_card_processing'
|
|
596
|
+
require 'cybersource_rest_client/models/payments_configuration_setup_card_processing_configuration_status'
|
|
597
|
+
require 'cybersource_rest_client/models/payments_configuration_setup_card_processing_subscription_status'
|
|
598
|
+
require 'cybersource_rest_client/models/payments_configuration_setup_digital_payments'
|
|
549
599
|
require 'cybersource_rest_client/models/payments_products'
|
|
550
600
|
require 'cybersource_rest_client/models/payments_products_alternative_payment_methods'
|
|
551
601
|
require 'cybersource_rest_client/models/payments_products_alternative_payment_methods_configuration_information'
|
|
552
602
|
require 'cybersource_rest_client/models/payments_products_alternative_payment_methods_configuration_information_configurations'
|
|
553
603
|
require 'cybersource_rest_client/models/payments_products_alternative_payment_methods_additional_configurations'
|
|
554
604
|
require 'cybersource_rest_client/models/payments_products_alternative_payment_methods_configuration_payment_methods'
|
|
555
|
-
require 'cybersource_rest_client/models/payments_products_alternative_payment_methods_configuration_information_configurations_processors'
|
|
556
605
|
require 'cybersource_rest_client/models/payments_products_alternative_payment_methods_subscription_information'
|
|
557
606
|
require 'cybersource_rest_client/models/payments_products_card_present_connect'
|
|
558
607
|
require 'cybersource_rest_client/models/payments_products_card_present_connect_configuration_information'
|
|
@@ -576,14 +625,15 @@ require 'cybersource_rest_client/models/payments_products_digital_payments_subsc
|
|
|
576
625
|
require 'cybersource_rest_client/models/payments_products_e_check'
|
|
577
626
|
require 'cybersource_rest_client/models/payments_products_e_check_configuration_information'
|
|
578
627
|
require 'cybersource_rest_client/models/payments_products_e_check_subscription_information'
|
|
628
|
+
require 'cybersource_rest_client/models/payments_products_microform'
|
|
629
|
+
require 'cybersource_rest_client/models/payments_products_microform_configuration_information'
|
|
630
|
+
require 'cybersource_rest_client/models/payments_products_microform_configuration_information_configurations'
|
|
631
|
+
require 'cybersource_rest_client/models/payments_products_microform_subscription_information'
|
|
579
632
|
require 'cybersource_rest_client/models/payments_products_payer_authentication'
|
|
580
633
|
require 'cybersource_rest_client/models/payments_products_payer_authentication_configuration_information'
|
|
581
634
|
require 'cybersource_rest_client/models/payments_products_payer_authentication_subscription_information'
|
|
582
635
|
require 'cybersource_rest_client/models/payments_products_payouts'
|
|
583
636
|
require 'cybersource_rest_client/models/payments_products_payouts_configuration_information'
|
|
584
|
-
require 'cybersource_rest_client/models/payments_products_payouts_configuration_information_configurations'
|
|
585
|
-
require 'cybersource_rest_client/models/payments_products_payouts_configuration_information_configurations_common'
|
|
586
|
-
require 'cybersource_rest_client/models/payments_products_payouts_configuration_information_configurations_common_aggregator'
|
|
587
637
|
require 'cybersource_rest_client/models/payments_products_secure_acceptance'
|
|
588
638
|
require 'cybersource_rest_client/models/payments_products_secure_acceptance_configuration_information'
|
|
589
639
|
require 'cybersource_rest_client/models/payments_products_service_fee'
|
|
@@ -595,32 +645,7 @@ require 'cybersource_rest_client/models/payments_products_service_fee_configurat
|
|
|
595
645
|
require 'cybersource_rest_client/models/payments_products_tax'
|
|
596
646
|
require 'cybersource_rest_client/models/payments_products_unified_checkout'
|
|
597
647
|
require 'cybersource_rest_client/models/payments_products_unified_checkout_configuration_information'
|
|
598
|
-
require 'cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations'
|
|
599
|
-
require 'cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations_features'
|
|
600
|
-
require 'cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations_features_paze'
|
|
601
648
|
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information'
|
|
602
|
-
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features'
|
|
603
|
-
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_after_pay'
|
|
604
|
-
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_apple_pay'
|
|
605
|
-
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_bancontact'
|
|
606
|
-
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_click_to_pay'
|
|
607
|
-
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_decision_manager'
|
|
608
|
-
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_dragon_pay'
|
|
609
|
-
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_e_check'
|
|
610
|
-
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_google_pay'
|
|
611
|
-
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_ideal'
|
|
612
|
-
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_konbini'
|
|
613
|
-
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_multibanco'
|
|
614
|
-
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_my_bank'
|
|
615
|
-
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_p24'
|
|
616
|
-
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_pay_pal'
|
|
617
|
-
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_payer_authentication'
|
|
618
|
-
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_paze_for_unified_checkout'
|
|
619
|
-
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_info_features_portfolio_accessof_sensi_data'
|
|
620
|
-
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_tink_pay_by_bank'
|
|
621
|
-
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_token_management'
|
|
622
|
-
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_unified_click_to_pay_sdk'
|
|
623
|
-
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_venmo'
|
|
624
649
|
require 'cybersource_rest_client/models/payments_products_virtual_terminal'
|
|
625
650
|
require 'cybersource_rest_client/models/payments_products_virtual_terminal_configuration_information'
|
|
626
651
|
require 'cybersource_rest_client/models/payments_strong_auth_issuer_information'
|
|
@@ -635,7 +660,6 @@ require 'cybersource_rest_client/models/pbl_payment_links_all_get400_response'
|
|
|
635
660
|
require 'cybersource_rest_client/models/pbl_payment_links_all_get404_response'
|
|
636
661
|
require 'cybersource_rest_client/models/pbl_payment_links_get200_response'
|
|
637
662
|
require 'cybersource_rest_client/models/pbl_payment_links_post201_response'
|
|
638
|
-
require 'cybersource_rest_client/models/pbl_payment_links_post201_response__links'
|
|
639
663
|
require 'cybersource_rest_client/models/pbl_payment_links_post201_response_order_information'
|
|
640
664
|
require 'cybersource_rest_client/models/pbl_payment_links_post201_response_purchase_information'
|
|
641
665
|
require 'cybersource_rest_client/models/post_customer_payment_instrument_request'
|
|
@@ -653,6 +677,10 @@ require 'cybersource_rest_client/models/post_registration_body'
|
|
|
653
677
|
require 'cybersource_rest_client/models/post_tokenize_request'
|
|
654
678
|
require 'cybersource_rest_client/models/post_tokenized_card_request'
|
|
655
679
|
require 'cybersource_rest_client/models/predefined_subscription_request_bean'
|
|
680
|
+
require 'cybersource_rest_client/models/processing_info_authorization_options'
|
|
681
|
+
require 'cybersource_rest_client/models/processing_info_authorization_options_initiator'
|
|
682
|
+
require 'cybersource_rest_client/models/processing_info_authorization_options_initiator_merchant_initiated_transaction'
|
|
683
|
+
require 'cybersource_rest_client/models/processor_information_seller_protection'
|
|
656
684
|
require 'cybersource_rest_client/models/pts_v1_transaction_batches_get200_response'
|
|
657
685
|
require 'cybersource_rest_client/models/pts_v1_transaction_batches_get200_response__links'
|
|
658
686
|
require 'cybersource_rest_client/models/pts_v1_transaction_batches_get200_response__links_self'
|
|
@@ -683,9 +711,13 @@ require 'cybersource_rest_client/models/pts_v2_credits_post201_response'
|
|
|
683
711
|
require 'cybersource_rest_client/models/pts_v2_credits_post201_response_1'
|
|
684
712
|
require 'cybersource_rest_client/models/pts_v2_credits_post201_response_1_processor_information'
|
|
685
713
|
require 'cybersource_rest_client/models/pts_v2_credits_post201_response_credit_amount_details'
|
|
714
|
+
require 'cybersource_rest_client/models/pts_v2_credits_post201_response_merchant_information'
|
|
715
|
+
require 'cybersource_rest_client/models/pts_v2_credits_post201_response_payment_account_information'
|
|
686
716
|
require 'cybersource_rest_client/models/pts_v2_credits_post201_response_payment_information'
|
|
717
|
+
require 'cybersource_rest_client/models/pts_v2_credits_post201_response_payment_information_account_features'
|
|
687
718
|
require 'cybersource_rest_client/models/pts_v2_credits_post201_response_processing_information'
|
|
688
719
|
require 'cybersource_rest_client/models/pts_v2_credits_post201_response_processing_information_bank_transfer_options'
|
|
720
|
+
require 'cybersource_rest_client/models/pts_v2_credits_post201_response_token_information'
|
|
689
721
|
require 'cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response'
|
|
690
722
|
require 'cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_client_reference_information'
|
|
691
723
|
require 'cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_error_information'
|
|
@@ -781,6 +813,7 @@ require 'cybersource_rest_client/models/pts_v2_payments_post201_response_order_i
|
|
|
781
813
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_order_information_ship_to'
|
|
782
814
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_account_information'
|
|
783
815
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_account_information_card'
|
|
816
|
+
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_account_information_tokenized_card'
|
|
784
817
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information'
|
|
785
818
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_account_features'
|
|
786
819
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_account_features_balances'
|
|
@@ -788,7 +821,6 @@ require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment
|
|
|
788
821
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_bank_account'
|
|
789
822
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_e_wallet'
|
|
790
823
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_instrument_identifier'
|
|
791
|
-
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_card'
|
|
792
824
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_payment_method'
|
|
793
825
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_insights_information'
|
|
794
826
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_insights_information_orchestration'
|
|
@@ -809,7 +841,6 @@ require 'cybersource_rest_client/models/pts_v2_payments_post201_response_process
|
|
|
809
841
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results'
|
|
810
842
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_merchant_advice'
|
|
811
843
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_routing'
|
|
812
|
-
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_seller_protection'
|
|
813
844
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_risk_information'
|
|
814
845
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_risk_information_info_codes'
|
|
815
846
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_risk_information_ip_address'
|
|
@@ -829,9 +860,8 @@ require 'cybersource_rest_client/models/pts_v2_payments_post201_response_token_i
|
|
|
829
860
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_instrument_identifier'
|
|
830
861
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_payment_instrument'
|
|
831
862
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_shipping_address'
|
|
863
|
+
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_third_party_token'
|
|
832
864
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_watchlist_screening_information'
|
|
833
|
-
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_watchlist_screening_information_watch_list'
|
|
834
|
-
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_watchlist_screening_information_watch_list_matches'
|
|
835
865
|
require 'cybersource_rest_client/models/pts_v2_payments_post400_response'
|
|
836
866
|
require 'cybersource_rest_client/models/pts_v2_payments_post502_response'
|
|
837
867
|
require 'cybersource_rest_client/models/pts_v2_payments_refund_post201_response'
|
|
@@ -863,6 +893,9 @@ require 'cybersource_rest_client/models/pts_v2_payouts_post201_response_order_in
|
|
|
863
893
|
require 'cybersource_rest_client/models/pts_v2_payouts_post201_response_order_information_amount_details'
|
|
864
894
|
require 'cybersource_rest_client/models/pts_v2_payouts_post201_response_processing_information'
|
|
865
895
|
require 'cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information'
|
|
896
|
+
require 'cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information_avs'
|
|
897
|
+
require 'cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information_customer'
|
|
898
|
+
require 'cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information_electronic_verification_results'
|
|
866
899
|
require 'cybersource_rest_client/models/pts_v2_payouts_post201_response_recipient_information'
|
|
867
900
|
require 'cybersource_rest_client/models/pts_v2_payouts_post201_response_recipient_information_card'
|
|
868
901
|
require 'cybersource_rest_client/models/pts_v2_payouts_post400_response'
|
|
@@ -871,15 +904,13 @@ require 'cybersource_rest_client/models/pts_v2_retrieve_payment_token_get502_res
|
|
|
871
904
|
require 'cybersource_rest_client/models/pts_v2_update_order_patch201_response'
|
|
872
905
|
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_aggregator_information'
|
|
873
906
|
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_aggregator_information_sub_merchant'
|
|
907
|
+
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_buyer_information'
|
|
874
908
|
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_client_reference_information'
|
|
875
909
|
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_merchant_information'
|
|
876
910
|
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_merchant_information_merchant_descriptor'
|
|
877
911
|
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_order_information'
|
|
878
912
|
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_order_information_amount_details'
|
|
879
913
|
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information'
|
|
880
|
-
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information_funding_options'
|
|
881
|
-
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information_funding_options_initiator'
|
|
882
|
-
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_processing_info_funding_options_initiator_origin_ini_transaction'
|
|
883
914
|
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information_payouts_options'
|
|
884
915
|
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information_recurring_options'
|
|
885
916
|
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_recipient_information'
|
|
@@ -914,11 +945,6 @@ require 'cybersource_rest_client/models/ptsv1pushfundstransfer_point_of_service_
|
|
|
914
945
|
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information'
|
|
915
946
|
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information_payouts_options'
|
|
916
947
|
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information'
|
|
917
|
-
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_payment_information'
|
|
918
|
-
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_payment_information_card'
|
|
919
|
-
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_payment_information_card_customer'
|
|
920
|
-
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_payment_information_card_instrument_identifier'
|
|
921
|
-
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_payment_information_card_payment_instrument'
|
|
922
948
|
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_personal_identification'
|
|
923
949
|
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_sender_information'
|
|
924
950
|
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_sender_information_account'
|
|
@@ -935,10 +961,13 @@ require 'cybersource_rest_client/models/ptsv2billingagreements_installment_infor
|
|
|
935
961
|
require 'cybersource_rest_client/models/ptsv2billingagreements_merchant_information'
|
|
936
962
|
require 'cybersource_rest_client/models/ptsv2billingagreements_merchant_information_merchant_descriptor'
|
|
937
963
|
require 'cybersource_rest_client/models/ptsv2billingagreements_order_information'
|
|
964
|
+
require 'cybersource_rest_client/models/ptsv2billingagreements_order_information_amount_details'
|
|
938
965
|
require 'cybersource_rest_client/models/ptsv2billingagreements_order_information_bill_to'
|
|
966
|
+
require 'cybersource_rest_client/models/ptsv2billingagreements_order_information_invoice_details'
|
|
939
967
|
require 'cybersource_rest_client/models/ptsv2billingagreements_payment_information'
|
|
940
968
|
require 'cybersource_rest_client/models/ptsv2billingagreements_payment_information_bank'
|
|
941
969
|
require 'cybersource_rest_client/models/ptsv2billingagreements_payment_information_bank_account'
|
|
970
|
+
require 'cybersource_rest_client/models/ptsv2billingagreements_payment_information_bank_account_alias'
|
|
942
971
|
require 'cybersource_rest_client/models/ptsv2billingagreements_payment_information_card'
|
|
943
972
|
require 'cybersource_rest_client/models/ptsv2billingagreements_payment_information_payment_type'
|
|
944
973
|
require 'cybersource_rest_client/models/ptsv2billingagreements_payment_information_payment_type_method'
|
|
@@ -957,6 +986,7 @@ require 'cybersource_rest_client/models/ptsv2credits_processing_information_refu
|
|
|
957
986
|
require 'cybersource_rest_client/models/ptsv2credits_recipient_information'
|
|
958
987
|
require 'cybersource_rest_client/models/ptsv2credits_sender_information'
|
|
959
988
|
require 'cybersource_rest_client/models/ptsv2credits_sender_information_account'
|
|
989
|
+
require 'cybersource_rest_client/models/ptsv2credits_token_information'
|
|
960
990
|
require 'cybersource_rest_client/models/ptsv2intents_client_reference_information'
|
|
961
991
|
require 'cybersource_rest_client/models/ptsv2intents_event_information'
|
|
962
992
|
require 'cybersource_rest_client/models/ptsv2intents_merchant_information'
|
|
@@ -964,7 +994,6 @@ require 'cybersource_rest_client/models/ptsv2intents_merchant_information_mercha
|
|
|
964
994
|
require 'cybersource_rest_client/models/ptsv2intents_order_information'
|
|
965
995
|
require 'cybersource_rest_client/models/ptsv2intents_order_information_amount_details'
|
|
966
996
|
require 'cybersource_rest_client/models/ptsv2intents_order_information_bill_to'
|
|
967
|
-
require 'cybersource_rest_client/models/ptsv2intents_order_information_invoice_details'
|
|
968
997
|
require 'cybersource_rest_client/models/ptsv2intents_order_information_line_items'
|
|
969
998
|
require 'cybersource_rest_client/models/ptsv2intents_order_information_ship_to'
|
|
970
999
|
require 'cybersource_rest_client/models/ptsv2intents_payment_information'
|
|
@@ -1044,6 +1073,7 @@ require 'cybersource_rest_client/models/ptsv2payments_order_information_amount_d
|
|
|
1044
1073
|
require 'cybersource_rest_client/models/ptsv2payments_order_information_amount_details_tax_details'
|
|
1045
1074
|
require 'cybersource_rest_client/models/ptsv2payments_order_information_bill_to'
|
|
1046
1075
|
require 'cybersource_rest_client/models/ptsv2payments_order_information_bill_to_company'
|
|
1076
|
+
require 'cybersource_rest_client/models/ptsv2payments_order_information_digital_currency'
|
|
1047
1077
|
require 'cybersource_rest_client/models/ptsv2payments_order_information_invoice_details'
|
|
1048
1078
|
require 'cybersource_rest_client/models/ptsv2payments_order_information_invoice_details_transaction_advice_addendum'
|
|
1049
1079
|
require 'cybersource_rest_client/models/ptsv2payments_order_information_line_items'
|
|
@@ -1053,6 +1083,7 @@ require 'cybersource_rest_client/models/ptsv2payments_order_information_shipping
|
|
|
1053
1083
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information'
|
|
1054
1084
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_bank'
|
|
1055
1085
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_bank_account'
|
|
1086
|
+
require 'cybersource_rest_client/models/ptsv2payments_payment_information_bank_account_alias'
|
|
1056
1087
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_card'
|
|
1057
1088
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_customer'
|
|
1058
1089
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_direct_debit'
|
|
@@ -1069,20 +1100,19 @@ require 'cybersource_rest_client/models/ptsv2payments_payment_information_paymen
|
|
|
1069
1100
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_sepa'
|
|
1070
1101
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_sepa_direct_debit'
|
|
1071
1102
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_shipping_address'
|
|
1103
|
+
require 'cybersource_rest_client/models/ptsv2payments_payment_information_third_party_token'
|
|
1072
1104
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_tokenized_card'
|
|
1073
1105
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_tokenized_payment_method'
|
|
1074
1106
|
require 'cybersource_rest_client/models/ptsv2payments_point_of_sale_information'
|
|
1075
1107
|
require 'cybersource_rest_client/models/ptsv2payments_point_of_sale_information_emv'
|
|
1076
1108
|
require 'cybersource_rest_client/models/ptsv2payments_processing_information'
|
|
1077
|
-
require 'cybersource_rest_client/models/ptsv2payments_processing_information_authorization_options'
|
|
1078
|
-
require 'cybersource_rest_client/models/ptsv2payments_processing_information_authorization_options_initiator'
|
|
1079
|
-
require 'cybersource_rest_client/models/ptsv2payments_merchant_initiated_transaction'
|
|
1080
1109
|
require 'cybersource_rest_client/models/ptsv2payments_processing_information_bank_transfer_options'
|
|
1081
1110
|
require 'cybersource_rest_client/models/ptsv2payments_processing_information_capture_options'
|
|
1082
1111
|
require 'cybersource_rest_client/models/ptsv2payments_processing_information_electronic_benefits_transfer'
|
|
1083
1112
|
require 'cybersource_rest_client/models/ptsv2payments_processing_information_japan_payment_options'
|
|
1084
1113
|
require 'cybersource_rest_client/models/ptsv2payments_processing_information_japan_payment_options_bonuses'
|
|
1085
1114
|
require 'cybersource_rest_client/models/ptsv2payments_processing_information_loan_options'
|
|
1115
|
+
require 'cybersource_rest_client/models/ptsv2payments_processing_information_program_indicators'
|
|
1086
1116
|
require 'cybersource_rest_client/models/ptsv2payments_processing_information_purchase_options'
|
|
1087
1117
|
require 'cybersource_rest_client/models/ptsv2payments_processing_information_recurring_options'
|
|
1088
1118
|
require 'cybersource_rest_client/models/ptsv2payments_processor_information'
|
|
@@ -1103,6 +1133,8 @@ require 'cybersource_rest_client/models/ptsv2payments_sender_information_account
|
|
|
1103
1133
|
require 'cybersource_rest_client/models/ptsv2payments_token_information'
|
|
1104
1134
|
require 'cybersource_rest_client/models/ptsv2payments_token_information_payment_instrument'
|
|
1105
1135
|
require 'cybersource_rest_client/models/ptsv2payments_token_information_shipping_address'
|
|
1136
|
+
require 'cybersource_rest_client/models/ptsv2payments_token_information_token_authentication_information'
|
|
1137
|
+
require 'cybersource_rest_client/models/ptsv2payments_token_information_token_authentication_information_authenticated_identities'
|
|
1106
1138
|
require 'cybersource_rest_client/models/ptsv2payments_token_information_token_provisioning_information'
|
|
1107
1139
|
require 'cybersource_rest_client/models/ptsv2payments_travel_information'
|
|
1108
1140
|
require 'cybersource_rest_client/models/ptsv2payments_travel_information_agency'
|
|
@@ -1159,6 +1191,7 @@ require 'cybersource_rest_client/models/ptsv2paymentsidrefunds_client_reference_
|
|
|
1159
1191
|
require 'cybersource_rest_client/models/ptsv2paymentsidrefunds_merchant_information'
|
|
1160
1192
|
require 'cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information'
|
|
1161
1193
|
require 'cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information_line_items'
|
|
1194
|
+
require 'cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information_shipping_details'
|
|
1162
1195
|
require 'cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information'
|
|
1163
1196
|
require 'cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_bank'
|
|
1164
1197
|
require 'cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_bank_account'
|
|
@@ -1176,6 +1209,7 @@ require 'cybersource_rest_client/models/ptsv2paymentsidrefunds_travel_informatio
|
|
|
1176
1209
|
require 'cybersource_rest_client/models/ptsv2paymentsidrefunds_travel_information_transit_airline_ancillary_information_service'
|
|
1177
1210
|
require 'cybersource_rest_client/models/ptsv2paymentsidreversals_client_reference_information'
|
|
1178
1211
|
require 'cybersource_rest_client/models/ptsv2paymentsidreversals_client_reference_information_partner'
|
|
1212
|
+
require 'cybersource_rest_client/models/ptsv2paymentsidreversals_device_information'
|
|
1179
1213
|
require 'cybersource_rest_client/models/ptsv2paymentsidreversals_order_information'
|
|
1180
1214
|
require 'cybersource_rest_client/models/ptsv2paymentsidreversals_order_information_amount_details'
|
|
1181
1215
|
require 'cybersource_rest_client/models/ptsv2paymentsidreversals_order_information_line_items'
|
|
@@ -1234,7 +1268,6 @@ require 'cybersource_rest_client/models/pull_funds201_response__links_self'
|
|
|
1234
1268
|
require 'cybersource_rest_client/models/pull_funds201_response_order_information'
|
|
1235
1269
|
require 'cybersource_rest_client/models/pull_funds201_response_order_information_amount_details'
|
|
1236
1270
|
require 'cybersource_rest_client/models/pull_funds201_response_processor_information'
|
|
1237
|
-
require 'cybersource_rest_client/models/pull_funds201_response_processor_information_avs'
|
|
1238
1271
|
require 'cybersource_rest_client/models/pull_funds201_response_processor_information_consumer_authentication_response'
|
|
1239
1272
|
require 'cybersource_rest_client/models/pull_funds_refund201_response'
|
|
1240
1273
|
require 'cybersource_rest_client/models/pull_funds_refund201_response__links'
|
|
@@ -1254,6 +1287,7 @@ require 'cybersource_rest_client/models/push_funds201_response'
|
|
|
1254
1287
|
require 'cybersource_rest_client/models/push_funds201_response_client_reference_information'
|
|
1255
1288
|
require 'cybersource_rest_client/models/push_funds201_response_error_information'
|
|
1256
1289
|
require 'cybersource_rest_client/models/push_funds201_response_error_information_details'
|
|
1290
|
+
require 'cybersource_rest_client/models/push_funds201_response_issuer_information'
|
|
1257
1291
|
require 'cybersource_rest_client/models/push_funds201_response__links'
|
|
1258
1292
|
require 'cybersource_rest_client/models/push_funds201_response__links_customer'
|
|
1259
1293
|
require 'cybersource_rest_client/models/push_funds201_response__links_instrument_identifier'
|
|
@@ -1279,6 +1313,13 @@ require 'cybersource_rest_client/models/push_funds401_response'
|
|
|
1279
1313
|
require 'cybersource_rest_client/models/push_funds404_response'
|
|
1280
1314
|
require 'cybersource_rest_client/models/push_funds502_response'
|
|
1281
1315
|
require 'cybersource_rest_client/models/push_funds_request'
|
|
1316
|
+
require 'cybersource_rest_client/models/push_funds_transfer_payment_information'
|
|
1317
|
+
require 'cybersource_rest_client/models/push_funds_transfer_payment_information_card'
|
|
1318
|
+
require 'cybersource_rest_client/models/push_funds_transfer_payment_information_card_customer'
|
|
1319
|
+
require 'cybersource_rest_client/models/push_funds_transfer_payment_information_card_instrument_identifier'
|
|
1320
|
+
require 'cybersource_rest_client/models/push_funds_transfer_payment_information_card_payment_instrument'
|
|
1321
|
+
require 'cybersource_rest_client/models/rbs_authorization_options'
|
|
1322
|
+
require 'cybersource_rest_client/models/rbs_authorization_options_initiator'
|
|
1282
1323
|
require 'cybersource_rest_client/models/rbsv1plans_order_information'
|
|
1283
1324
|
require 'cybersource_rest_client/models/rbsv1plans_order_information_amount_details'
|
|
1284
1325
|
require 'cybersource_rest_client/models/rbsv1plans_plan_information'
|
|
@@ -1291,8 +1332,6 @@ require 'cybersource_rest_client/models/rbsv1subscriptions_payment_information'
|
|
|
1291
1332
|
require 'cybersource_rest_client/models/rbsv1subscriptions_payment_information_customer'
|
|
1292
1333
|
require 'cybersource_rest_client/models/rbsv1subscriptions_plan_information'
|
|
1293
1334
|
require 'cybersource_rest_client/models/rbsv1subscriptions_processing_information'
|
|
1294
|
-
require 'cybersource_rest_client/models/rbsv1subscriptions_processing_information_authorization_options'
|
|
1295
|
-
require 'cybersource_rest_client/models/rbsv1subscriptions_processing_information_authorization_options_initiator'
|
|
1296
1335
|
require 'cybersource_rest_client/models/rbsv1subscriptions_subscription_information'
|
|
1297
1336
|
require 'cybersource_rest_client/models/rbsv1subscriptionsid_order_information'
|
|
1298
1337
|
require 'cybersource_rest_client/models/rbsv1subscriptionsid_order_information_amount_details'
|
|
@@ -1301,6 +1340,7 @@ require 'cybersource_rest_client/models/rbsv1subscriptionsid_subscription_inform
|
|
|
1301
1340
|
require 'cybersource_rest_client/models/refresh_payment_status_request'
|
|
1302
1341
|
require 'cybersource_rest_client/models/refund_capture_request'
|
|
1303
1342
|
require 'cybersource_rest_client/models/refund_payment_request'
|
|
1343
|
+
require 'cybersource_rest_client/models/report_definition_default_settings'
|
|
1304
1344
|
require 'cybersource_rest_client/models/reporting_v3_chargeback_details_get200_response'
|
|
1305
1345
|
require 'cybersource_rest_client/models/reporting_v3_chargeback_details_get200_response_chargeback_details'
|
|
1306
1346
|
require 'cybersource_rest_client/models/reporting_v3_chargeback_summaries_get200_response'
|
|
@@ -1328,7 +1368,6 @@ require 'cybersource_rest_client/models/reporting_v3_report_definitions_get200_r
|
|
|
1328
1368
|
require 'cybersource_rest_client/models/reporting_v3_report_definitions_get200_response_report_definitions'
|
|
1329
1369
|
require 'cybersource_rest_client/models/reporting_v3_report_definitions_name_get200_response'
|
|
1330
1370
|
require 'cybersource_rest_client/models/reporting_v3_report_definitions_name_get200_response_attributes'
|
|
1331
|
-
require 'cybersource_rest_client/models/reporting_v3_report_definitions_name_get200_response_default_settings'
|
|
1332
1371
|
require 'cybersource_rest_client/models/reporting_v3_report_subscriptions_get200_response'
|
|
1333
1372
|
require 'cybersource_rest_client/models/reporting_v3_report_subscriptions_get200_response_subscriptions'
|
|
1334
1373
|
require 'cybersource_rest_client/models/reporting_v3_reports_get200_response'
|
|
@@ -1344,6 +1383,10 @@ require 'cybersource_rest_client/models/reportingv3_report_downloads_get400_resp
|
|
|
1344
1383
|
require 'cybersource_rest_client/models/reportingv3reports_report_filters'
|
|
1345
1384
|
require 'cybersource_rest_client/models/reportingv3reports_report_preferences'
|
|
1346
1385
|
require 'cybersource_rest_client/models/request'
|
|
1386
|
+
require 'cybersource_rest_client/models/risk_address_verification_information'
|
|
1387
|
+
require 'cybersource_rest_client/models/risk_address_verification_information_bar_code'
|
|
1388
|
+
require 'cybersource_rest_client/models/risk_address_verification_information_standard_address'
|
|
1389
|
+
require 'cybersource_rest_client/models/risk_address_verification_information_standard_address_address1'
|
|
1347
1390
|
require 'cybersource_rest_client/models/risk_products'
|
|
1348
1391
|
require 'cybersource_rest_client/models/risk_products_decision_manager'
|
|
1349
1392
|
require 'cybersource_rest_client/models/risk_products_decision_manager_configuration_information'
|
|
@@ -1353,10 +1396,6 @@ require 'cybersource_rest_client/models/risk_products_portfolio_risk_controls'
|
|
|
1353
1396
|
require 'cybersource_rest_client/models/risk_products_portfolio_risk_controls_configuration_information'
|
|
1354
1397
|
require 'cybersource_rest_client/models/risk_products_portfolio_risk_controls_configuration_information_configurations'
|
|
1355
1398
|
require 'cybersource_rest_client/models/risk_v1_address_verifications_post201_response'
|
|
1356
|
-
require 'cybersource_rest_client/models/risk_v1_address_verifications_post201_response_address_verification_information'
|
|
1357
|
-
require 'cybersource_rest_client/models/risk_v1_address_verifications_post201_response_address_verification_information_bar_code'
|
|
1358
|
-
require 'cybersource_rest_client/models/risk_v1_address_verifications_post201_response_address_verification_information_standard_address'
|
|
1359
|
-
require 'cybersource_rest_client/models/risk_v1_address_verifications_post201_response_address1'
|
|
1360
1399
|
require 'cybersource_rest_client/models/risk_v1_address_verifications_post201_response_error_information'
|
|
1361
1400
|
require 'cybersource_rest_client/models/risk_v1_authentication_results_post201_response'
|
|
1362
1401
|
require 'cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information'
|
|
@@ -1523,9 +1562,10 @@ require 'cybersource_rest_client/models/tms_embedded_instrument_identifier__link
|
|
|
1523
1562
|
require 'cybersource_rest_client/models/tms_embedded_instrument_identifier__links_self'
|
|
1524
1563
|
require 'cybersource_rest_client/models/tms_embedded_instrument_identifier__links_tokenizedcards'
|
|
1525
1564
|
require 'cybersource_rest_client/models/tms_embedded_instrument_identifier_metadata'
|
|
1526
|
-
require 'cybersource_rest_client/models/tms_embedded_instrument_identifier_point_of_sale_information'
|
|
1527
|
-
require 'cybersource_rest_client/models/tms_embedded_instrument_identifier_point_of_sale_information_emv_tags'
|
|
1528
1565
|
require 'cybersource_rest_client/models/tms_embedded_instrument_identifier_processing_information'
|
|
1566
|
+
require 'cybersource_rest_client/models/tms_issuer_life_cycle_event_simulation_metadata'
|
|
1567
|
+
require 'cybersource_rest_client/models/tms_issuer_life_cycle_event_simulation_metadata_card_art'
|
|
1568
|
+
require 'cybersource_rest_client/models/tms_issuer_life_cycle_event_simulation_metadata_card_art_combined_asset'
|
|
1529
1569
|
require 'cybersource_rest_client/models/tms_merchant_information'
|
|
1530
1570
|
require 'cybersource_rest_client/models/tms_merchant_information_merchant_descriptor'
|
|
1531
1571
|
require 'cybersource_rest_client/models/tms_network_token_services'
|
|
@@ -1538,13 +1578,21 @@ require 'cybersource_rest_client/models/tms_network_token_services_visa_token_se
|
|
|
1538
1578
|
require 'cybersource_rest_client/models/tms_nullify'
|
|
1539
1579
|
require 'cybersource_rest_client/models/tms_payment_instrument_processing_info'
|
|
1540
1580
|
require 'cybersource_rest_client/models/tms_payment_instrument_processing_info_bank_transfer_options'
|
|
1581
|
+
require 'cybersource_rest_client/models/tms_point_of_sale_information'
|
|
1582
|
+
require 'cybersource_rest_client/models/tms_point_of_sale_information_emv_tags'
|
|
1541
1583
|
require 'cybersource_rest_client/models/tms_sensitive_privileges'
|
|
1542
1584
|
require 'cybersource_rest_client/models/tms_token_formats'
|
|
1585
|
+
require 'cybersource_rest_client/models/tms_tokenized_card_delete_request'
|
|
1586
|
+
require 'cybersource_rest_client/models/tmsv1paymentinstruments__embedded'
|
|
1543
1587
|
require 'cybersource_rest_client/models/tmsv2_tokenized_card'
|
|
1544
1588
|
require 'cybersource_rest_client/models/tmsv2_tokenized_card_card'
|
|
1545
1589
|
require 'cybersource_rest_client/models/tmsv2_tokenized_card_card_terms_and_conditions'
|
|
1546
1590
|
require 'cybersource_rest_client/models/tmsv2_tokenized_card_metadata'
|
|
1547
1591
|
require 'cybersource_rest_client/models/tmsv2_tokenized_card_metadata_issuer'
|
|
1592
|
+
require 'cybersource_rest_client/models/tmsv2_tokenized_card_metadata_issuer_bank_applications'
|
|
1593
|
+
require 'cybersource_rest_client/models/tmsv2_tokenized_card_metadata_issuer_capabilities'
|
|
1594
|
+
require 'cybersource_rest_client/models/tmsv2_tokenized_card_verification_results'
|
|
1595
|
+
require 'cybersource_rest_client/models/tmsv2customers__embedded'
|
|
1548
1596
|
require 'cybersource_rest_client/models/tmsv2tokenize_processing_information'
|
|
1549
1597
|
require 'cybersource_rest_client/models/tmsv2tokenize_token_information'
|
|
1550
1598
|
require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer'
|
|
@@ -1553,25 +1601,6 @@ require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer
|
|
|
1553
1601
|
require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer_default_payment_instrument'
|
|
1554
1602
|
require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer_default_shipping_address'
|
|
1555
1603
|
require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded'
|
|
1556
|
-
require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_payment_instrument'
|
|
1557
|
-
require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_bank_account'
|
|
1558
|
-
require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_bill_to'
|
|
1559
|
-
require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_buyer_information'
|
|
1560
|
-
require 'cybersource_rest_client/models/tmsv2tokenize_default_payment_instrument_buyer_info_issued_by'
|
|
1561
|
-
require 'cybersource_rest_client/models/tmsv2tokenize_default_payment_instrument_buyer_info_personal_identification'
|
|
1562
|
-
require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_card'
|
|
1563
|
-
require 'cybersource_rest_client/models/tmsv2tokenize_default_payment_instrument_card_tokenized_info'
|
|
1564
|
-
require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_payment_instrument__embedded'
|
|
1565
|
-
require 'cybersource_rest_client/models/tmsv2tokenize_default_payment_instrument_instrument_identifier'
|
|
1566
|
-
require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_payment_instrument__links'
|
|
1567
|
-
require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_payment_instrument__links_self'
|
|
1568
|
-
require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_metadata'
|
|
1569
|
-
require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_shipping_address'
|
|
1570
|
-
require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_shipping_address__links'
|
|
1571
|
-
require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_shipping_address__links_customer'
|
|
1572
|
-
require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_shipping_address__links_self'
|
|
1573
|
-
require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_shipping_address_metadata'
|
|
1574
|
-
require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded_default_shipping_address_ship_to'
|
|
1575
1604
|
require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer__links'
|
|
1576
1605
|
require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer__links_payment_instruments'
|
|
1577
1606
|
require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer__links_self'
|
|
@@ -1579,19 +1608,15 @@ require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer
|
|
|
1579
1608
|
require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer_merchant_defined_information'
|
|
1580
1609
|
require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer_metadata'
|
|
1581
1610
|
require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer_object_information'
|
|
1611
|
+
require 'cybersource_rest_client/models/tmsv2tokenizedcards_bill_to'
|
|
1582
1612
|
require 'cybersource_rest_client/models/tmsv2tokenizedcards_card'
|
|
1583
1613
|
require 'cybersource_rest_client/models/tmsv2tokenizedcards_passcode'
|
|
1614
|
+
require 'cybersource_rest_client/models/tmsv2tokenizedcardstokenized_card_iddelete_reason'
|
|
1584
1615
|
require 'cybersource_rest_client/models/tmsv2tokenizedcardstokenized_card_idissuerlifecycleeventsimulations_card'
|
|
1585
|
-
require 'cybersource_rest_client/models/tmsv2tokenizedcardstokenized_card_idissuerlifecycleeventsimulations_metadata'
|
|
1586
|
-
require 'cybersource_rest_client/models/tmsv2tokenizedcardstokenized_card_idissuerlifecycleeventsimulations_metadata_card_art'
|
|
1587
|
-
require 'cybersource_rest_client/models/tms_issuerlifecycleeventsimulations_metadata_card_art_combined_asset'
|
|
1588
1616
|
require 'cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_authenticated_identities'
|
|
1589
1617
|
require 'cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_device_information'
|
|
1590
|
-
require 'cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_merchant_information'
|
|
1591
|
-
require 'cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_merchant_information_merchant_descriptor'
|
|
1592
1618
|
require 'cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_order_information'
|
|
1593
1619
|
require 'cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_order_information_amount_details'
|
|
1594
|
-
require 'cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_order_information_bill_to'
|
|
1595
1620
|
require 'cybersource_rest_client/models/token_permissions'
|
|
1596
1621
|
require 'cybersource_rest_client/models/tss_v2_get_emv_tags200_response'
|
|
1597
1622
|
require 'cybersource_rest_client/models/tss_v2_get_emv_tags200_response_emv_tag_breakdown_list'
|
|
@@ -1682,6 +1707,34 @@ require 'cybersource_rest_client/models/tss_v2_transactions_post201_response__em
|
|
|
1682
1707
|
require 'cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_risk_information_providers_fingerprint'
|
|
1683
1708
|
require 'cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_transaction_summaries'
|
|
1684
1709
|
require 'cybersource_rest_client/models/tssv2transactionsemv_tag_details_emv_details_list'
|
|
1710
|
+
require 'cybersource_rest_client/models/uc_configurations'
|
|
1711
|
+
require 'cybersource_rest_client/models/uc_configurations_features'
|
|
1712
|
+
require 'cybersource_rest_client/models/uc_configurations_features_click_to_pay'
|
|
1713
|
+
require 'cybersource_rest_client/models/uc_configurations_features_click_to_pay_enrollment_data'
|
|
1714
|
+
require 'cybersource_rest_client/models/uc_configurations_features_paze'
|
|
1715
|
+
require 'cybersource_rest_client/models/uc_configurations_features_portfolio_accessto_sensitive_data'
|
|
1716
|
+
require 'cybersource_rest_client/models/uc_feature_subscription'
|
|
1717
|
+
require 'cybersource_rest_client/models/uc_feature_subscription_after_pay'
|
|
1718
|
+
require 'cybersource_rest_client/models/uc_feature_subscription_apple_pay'
|
|
1719
|
+
require 'cybersource_rest_client/models/uc_feature_subscription_bancontact'
|
|
1720
|
+
require 'cybersource_rest_client/models/uc_feature_subscription_click_to_pay'
|
|
1721
|
+
require 'cybersource_rest_client/models/uc_feature_subscription_decision_manager'
|
|
1722
|
+
require 'cybersource_rest_client/models/uc_feature_subscription_dragon_pay'
|
|
1723
|
+
require 'cybersource_rest_client/models/uc_feature_subscription_e_check'
|
|
1724
|
+
require 'cybersource_rest_client/models/uc_feature_subscription_google_pay'
|
|
1725
|
+
require 'cybersource_rest_client/models/uc_feature_subscription_ideal'
|
|
1726
|
+
require 'cybersource_rest_client/models/uc_feature_subscription_konbini'
|
|
1727
|
+
require 'cybersource_rest_client/models/uc_feature_subscription_multibanco'
|
|
1728
|
+
require 'cybersource_rest_client/models/uc_feature_subscription_my_bank'
|
|
1729
|
+
require 'cybersource_rest_client/models/uc_feature_subscription_p24'
|
|
1730
|
+
require 'cybersource_rest_client/models/uc_feature_subscription_pay_pal'
|
|
1731
|
+
require 'cybersource_rest_client/models/uc_feature_subscription_payer_authentication'
|
|
1732
|
+
require 'cybersource_rest_client/models/uc_feature_subscription_paze_for_unified_checkout'
|
|
1733
|
+
require 'cybersource_rest_client/models/uc_feature_subscription_portfolio_accessof_sensitive_data'
|
|
1734
|
+
require 'cybersource_rest_client/models/uc_feature_subscription_tink_pay_by_bank'
|
|
1735
|
+
require 'cybersource_rest_client/models/uc_feature_subscription_token_management'
|
|
1736
|
+
require 'cybersource_rest_client/models/uc_feature_subscription_unified_click_to_pay_sdk'
|
|
1737
|
+
require 'cybersource_rest_client/models/uc_feature_subscription_venmo'
|
|
1685
1738
|
require 'cybersource_rest_client/models/ucv1sessions_appearance'
|
|
1686
1739
|
require 'cybersource_rest_client/models/ucv1sessions_appearance_variables'
|
|
1687
1740
|
require 'cybersource_rest_client/models/ucv1sessions_capture_mandate'
|
|
@@ -1689,10 +1742,14 @@ require 'cybersource_rest_client/models/ucv1sessions_capture_mandate_cpf'
|
|
|
1689
1742
|
require 'cybersource_rest_client/models/ucv1sessions_complete_mandate'
|
|
1690
1743
|
require 'cybersource_rest_client/models/ucv1sessions_complete_mandate_tms'
|
|
1691
1744
|
require 'cybersource_rest_client/models/ucv1sessions_data'
|
|
1745
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_aggregator_information'
|
|
1746
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_aggregator_information_sub_merchant'
|
|
1692
1747
|
require 'cybersource_rest_client/models/ucv1sessions_data_buyer_information'
|
|
1693
1748
|
require 'cybersource_rest_client/models/ucv1sessions_data_buyer_information_personal_identification'
|
|
1749
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_client_reference_information'
|
|
1694
1750
|
require 'cybersource_rest_client/models/ucv1sessions_data_consumer_authentication_information'
|
|
1695
1751
|
require 'cybersource_rest_client/models/ucv1sessions_data_device_information'
|
|
1752
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_installment_information'
|
|
1696
1753
|
require 'cybersource_rest_client/models/ucv1sessions_data_merchant_defined_information'
|
|
1697
1754
|
require 'cybersource_rest_client/models/ucv1sessions_data_merchant_information'
|
|
1698
1755
|
require 'cybersource_rest_client/models/ucv1sessions_data_merchant_information_merchant_descriptor'
|
|
@@ -1701,15 +1758,26 @@ require 'cybersource_rest_client/models/ucv1sessions_data_order_information_amou
|
|
|
1701
1758
|
require 'cybersource_rest_client/models/ucv1sessions_data_order_information_amount_details_tax_details'
|
|
1702
1759
|
require 'cybersource_rest_client/models/ucv1sessions_data_order_information_bill_to'
|
|
1703
1760
|
require 'cybersource_rest_client/models/ucv1sessions_data_order_information_bill_to_company'
|
|
1761
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_order_information_invoice_details'
|
|
1762
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_order_information_invoice_details_transaction_advice_addendum'
|
|
1763
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_order_information_line_items'
|
|
1764
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_order_information_ship_to'
|
|
1765
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_order_information_shipping_details'
|
|
1704
1766
|
require 'cybersource_rest_client/models/ucv1sessions_data_payment_information'
|
|
1705
1767
|
require 'cybersource_rest_client/models/ucv1sessions_data_payment_information_card'
|
|
1706
1768
|
require 'cybersource_rest_client/models/ucv1sessions_data_processing_information'
|
|
1707
1769
|
require 'cybersource_rest_client/models/ucv1sessions_data_processing_information_authorization_options'
|
|
1708
1770
|
require 'cybersource_rest_client/models/ucv1sessions_data_processing_information_authorization_options_initiator'
|
|
1771
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_processing_information_bank_transfer_options'
|
|
1772
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_processing_information_recurring_options'
|
|
1709
1773
|
require 'cybersource_rest_client/models/ucv1sessions_data_recipient_information'
|
|
1774
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_sender_information'
|
|
1775
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_sender_information_account'
|
|
1710
1776
|
require 'cybersource_rest_client/models/ucv1sessions_payment_configurations'
|
|
1711
1777
|
require 'cybersource_rest_client/models/ucv1sessions_payment_configurations_clicktopay'
|
|
1712
1778
|
require 'cybersource_rest_client/models/ucv1sessions_payment_configurations_googlepay'
|
|
1779
|
+
require 'cybersource_rest_client/models/ucv1sessions_payment_configurations_paypal'
|
|
1780
|
+
require 'cybersource_rest_client/models/ucv1sessions_payment_configurations_paypal_tokenized_payment_method'
|
|
1713
1781
|
require 'cybersource_rest_client/models/ucv1sessions_payment_configurations_tms_token'
|
|
1714
1782
|
require 'cybersource_rest_client/models/ucv1sessions_payment_configurations_tms_token_customer'
|
|
1715
1783
|
require 'cybersource_rest_client/models/ucv1sessions_payment_configurations_tms_token_instrument_identifiers'
|
|
@@ -1723,6 +1791,8 @@ require 'cybersource_rest_client/models/ums_v1_users_get200_response_users'
|
|
|
1723
1791
|
require 'cybersource_rest_client/models/underwriting_configuration'
|
|
1724
1792
|
require 'cybersource_rest_client/models/underwriting_configuration_billing_information'
|
|
1725
1793
|
require 'cybersource_rest_client/models/underwriting_configuration_billing_information_bank_account_information'
|
|
1794
|
+
require 'cybersource_rest_client/models/underwriting_configuration_business_details'
|
|
1795
|
+
require 'cybersource_rest_client/models/underwriting_configuration_business_details_product_services_subscription'
|
|
1726
1796
|
require 'cybersource_rest_client/models/underwriting_configuration_client_reference_information'
|
|
1727
1797
|
require 'cybersource_rest_client/models/underwriting_configuration_deposit_information'
|
|
1728
1798
|
require 'cybersource_rest_client/models/underwriting_configuration_device_information'
|
|
@@ -1735,15 +1805,15 @@ require 'cybersource_rest_client/models/underwriting_configuration_organization_
|
|
|
1735
1805
|
require 'cybersource_rest_client/models/underwriting_configuration_organization_information_business_information_address_1'
|
|
1736
1806
|
require 'cybersource_rest_client/models/underwriting_configuration_organization_information_business_information_address_2'
|
|
1737
1807
|
require 'cybersource_rest_client/models/underwriting_configuration_organization_information_business_information_business_contact'
|
|
1738
|
-
require 'cybersource_rest_client/models/underwriting_configuration_organization_information_business_information_business_details'
|
|
1739
|
-
require 'cybersource_rest_client/models/underwriting_configuration_business_details_product_services_subscription'
|
|
1740
1808
|
require 'cybersource_rest_client/models/underwriting_configuration_organization_information_business_information_director_information'
|
|
1741
1809
|
require 'cybersource_rest_client/models/underwriting_configuration_organization_information_business_information_owner_information'
|
|
1742
1810
|
require 'cybersource_rest_client/models/underwriting_configuration_organization_information_business_information_trading_address'
|
|
1743
1811
|
require 'cybersource_rest_client/models/underwriting_configuration_sale_representative_information'
|
|
1812
|
+
require 'cybersource_rest_client/models/unified_checkout_merchant_initiated_transaction'
|
|
1744
1813
|
require 'cybersource_rest_client/models/update_invoice_request'
|
|
1745
1814
|
require 'cybersource_rest_client/models/update_order_request'
|
|
1746
1815
|
require 'cybersource_rest_client/models/update_payment_link_request'
|
|
1816
|
+
require 'cybersource_rest_client/models/update_payments'
|
|
1747
1817
|
require 'cybersource_rest_client/models/update_plan_request'
|
|
1748
1818
|
require 'cybersource_rest_client/models/update_plan_response'
|
|
1749
1819
|
require 'cybersource_rest_client/models/update_plan_response_plan_information'
|
|
@@ -1773,15 +1843,14 @@ require 'cybersource_rest_client/models/upv1capturecontexts_data_order_informati
|
|
|
1773
1843
|
require 'cybersource_rest_client/models/upv1capturecontexts_data_order_information_bill_to_company'
|
|
1774
1844
|
require 'cybersource_rest_client/models/upv1capturecontexts_data_order_information_invoice_details'
|
|
1775
1845
|
require 'cybersource_rest_client/models/upv1capturecontexts_data_order_information_line_items'
|
|
1776
|
-
require 'cybersource_rest_client/models/
|
|
1777
|
-
require 'cybersource_rest_client/models/upv1capturecontexts_data_order_information_line_items_tax_details'
|
|
1846
|
+
require 'cybersource_rest_client/models/upv1capturecontexts_data_order_information_passenger'
|
|
1778
1847
|
require 'cybersource_rest_client/models/upv1capturecontexts_data_order_information_ship_to'
|
|
1848
|
+
require 'cybersource_rest_client/models/upv1capturecontexts_data_order_information_tax_details'
|
|
1779
1849
|
require 'cybersource_rest_client/models/upv1capturecontexts_data_payment_information'
|
|
1780
1850
|
require 'cybersource_rest_client/models/upv1capturecontexts_data_payment_information_card'
|
|
1781
1851
|
require 'cybersource_rest_client/models/upv1capturecontexts_data_processing_information'
|
|
1782
1852
|
require 'cybersource_rest_client/models/upv1capturecontexts_data_processing_information_authorization_options'
|
|
1783
1853
|
require 'cybersource_rest_client/models/upv1capturecontexts_data_processing_information_authorization_options_initiator'
|
|
1784
|
-
require 'cybersource_rest_client/models/upv1capturecontexts_data_processing_info_mit'
|
|
1785
1854
|
require 'cybersource_rest_client/models/upv1capturecontexts_data_recipient_information'
|
|
1786
1855
|
require 'cybersource_rest_client/models/upv1capturecontexts_order_information'
|
|
1787
1856
|
require 'cybersource_rest_client/models/upv1capturecontexts_order_information_amount_details'
|
|
@@ -1794,10 +1863,6 @@ require 'cybersource_rest_client/models/v1_file_details_get200_response__links_f
|
|
|
1794
1863
|
require 'cybersource_rest_client/models/v1_file_details_get200_response__links_self'
|
|
1795
1864
|
require 'cybersource_rest_client/models/vt_config'
|
|
1796
1865
|
require 'cybersource_rest_client/models/vt_config_card_not_present'
|
|
1797
|
-
require 'cybersource_rest_client/models/vt_config_card_not_present_global_payment_information'
|
|
1798
|
-
require 'cybersource_rest_client/models/vt_config_card_not_present_global_payment_information_basic_information'
|
|
1799
|
-
require 'cybersource_rest_client/models/vt_config_card_not_present_global_payment_information_merchant_defined_data_fields'
|
|
1800
|
-
require 'cybersource_rest_client/models/vt_config_card_not_present_global_payment_information_payment_information'
|
|
1801
1866
|
require 'cybersource_rest_client/models/vt_config_card_not_present_receipt_information'
|
|
1802
1867
|
require 'cybersource_rest_client/models/vt_config_card_not_present_receipt_information_email_receipt'
|
|
1803
1868
|
require 'cybersource_rest_client/models/vt_config_card_not_present_receipt_information_header'
|
|
@@ -1839,6 +1904,10 @@ require 'cybersource_rest_client/models/vasv2tax_tax_information'
|
|
|
1839
1904
|
require 'cybersource_rest_client/models/vasv2taxid_client_reference_information'
|
|
1840
1905
|
require 'cybersource_rest_client/models/vasv2taxid_client_reference_information_partner'
|
|
1841
1906
|
require 'cybersource_rest_client/models/verify_customer_address_request'
|
|
1907
|
+
require 'cybersource_rest_client/models/virtual_terminal_global_payment_settings'
|
|
1908
|
+
require 'cybersource_rest_client/models/virtual_terminal_global_payment_settings_basic_information'
|
|
1909
|
+
require 'cybersource_rest_client/models/virtual_terminal_global_payment_settings_merchant_defined_data_fields'
|
|
1910
|
+
require 'cybersource_rest_client/models/virtual_terminal_global_payment_settings_payment_information'
|
|
1842
1911
|
require 'cybersource_rest_client/models/void_capture_request'
|
|
1843
1912
|
require 'cybersource_rest_client/models/void_credit_request'
|
|
1844
1913
|
require 'cybersource_rest_client/models/void_payment_request'
|
|
@@ -1847,6 +1916,7 @@ require 'cybersource_rest_client/models/void_tax_request'
|
|
|
1847
1916
|
|
|
1848
1917
|
# APIs
|
|
1849
1918
|
require 'cybersource_rest_client/api/o_auth_api'
|
|
1919
|
+
require 'cybersource_rest_client/api/agent_capabilities_api'
|
|
1850
1920
|
require 'cybersource_rest_client/api/bank_account_validation_api'
|
|
1851
1921
|
require 'cybersource_rest_client/api/batches_api'
|
|
1852
1922
|
require 'cybersource_rest_client/api/billing_agreements_api'
|
|
@@ -1856,6 +1926,7 @@ require 'cybersource_rest_client/api/chargeback_details_api'
|
|
|
1856
1926
|
require 'cybersource_rest_client/api/chargeback_summaries_api'
|
|
1857
1927
|
require 'cybersource_rest_client/api/conversion_details_api'
|
|
1858
1928
|
require 'cybersource_rest_client/api/create_new_webhooks_api'
|
|
1929
|
+
require 'cybersource_rest_client/api/credentials_api'
|
|
1859
1930
|
require 'cybersource_rest_client/api/credit_api'
|
|
1860
1931
|
require 'cybersource_rest_client/api/customer_api'
|
|
1861
1932
|
require 'cybersource_rest_client/api/customer_payment_instrument_api'
|
|
@@ -1866,9 +1937,7 @@ require 'cybersource_rest_client/api/device_search_api'
|
|
|
1866
1937
|
require 'cybersource_rest_client/api/download_dtd_api'
|
|
1867
1938
|
require 'cybersource_rest_client/api/download_xsd_api'
|
|
1868
1939
|
require 'cybersource_rest_client/api/emv_tag_details_api'
|
|
1869
|
-
require 'cybersource_rest_client/api/enrollment_api'
|
|
1870
1940
|
require 'cybersource_rest_client/api/flex_api_api'
|
|
1871
|
-
require 'cybersource_rest_client/api/instructions_api'
|
|
1872
1941
|
require 'cybersource_rest_client/api/instrument_identifier_api'
|
|
1873
1942
|
require 'cybersource_rest_client/api/interchange_clearing_level_details_api'
|
|
1874
1943
|
require 'cybersource_rest_client/api/invoice_settings_api'
|
|
@@ -1878,6 +1947,7 @@ require 'cybersource_rest_client/api/merchant_boarding_api'
|
|
|
1878
1947
|
require 'cybersource_rest_client/api/merchant_defined_fields_api'
|
|
1879
1948
|
require 'cybersource_rest_client/api/microform_integration_api'
|
|
1880
1949
|
require 'cybersource_rest_client/api/net_fundings_api'
|
|
1950
|
+
require 'cybersource_rest_client/api/network_tokens_api'
|
|
1881
1951
|
require 'cybersource_rest_client/api/notification_of_changes_api'
|
|
1882
1952
|
require 'cybersource_rest_client/api/offers_api'
|
|
1883
1953
|
require 'cybersource_rest_client/api/orders_api'
|
|
@@ -1905,9 +1975,7 @@ require 'cybersource_rest_client/api/secure_file_share_api'
|
|
|
1905
1975
|
require 'cybersource_rest_client/api/subscriptions_api'
|
|
1906
1976
|
require 'cybersource_rest_client/api/subscriptions_follow_ons_api'
|
|
1907
1977
|
require 'cybersource_rest_client/api/taxes_api'
|
|
1908
|
-
require 'cybersource_rest_client/api/token_api'
|
|
1909
1978
|
require 'cybersource_rest_client/api/tokenize_api'
|
|
1910
|
-
require 'cybersource_rest_client/api/tokenized_card_api'
|
|
1911
1979
|
require 'cybersource_rest_client/api/transaction_batches_api'
|
|
1912
1980
|
require 'cybersource_rest_client/api/transaction_details_api'
|
|
1913
1981
|
require 'cybersource_rest_client/api/transient_token_data_v2_api'
|
|
@@ -1919,7 +1987,6 @@ require 'cybersource_rest_client/api/verification_api'
|
|
|
1919
1987
|
require 'cybersource_rest_client/api/void_api'
|
|
1920
1988
|
|
|
1921
1989
|
# Utilities
|
|
1922
|
-
require 'cybersource_rest_client/utilities/flex/token_verification'
|
|
1923
1990
|
require 'cybersource_rest_client/utilities/jwe_utility'
|
|
1924
1991
|
require 'cybersource_rest_client/utilities/tracking/sdk_tracker'
|
|
1925
1992
|
require 'cybersource_rest_client/utilities/capture_context/capture_context_parsing_utility'
|