cybersource_rest_client 0.0.82 → 0.0.84
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 +98 -42
- data/lib/AuthenticationSDK/core/MerchantConfig.rb +85 -44
- data/lib/AuthenticationSDK/logging/log_configuration.rb +2 -1
- data/lib/AuthenticationSDK/util/AuthJWEUtility.rb +1 -0
- data/lib/AuthenticationSDK/util/Cache.rb +7 -4
- data/lib/AuthenticationSDK/util/Constants.rb +8 -0
- data/lib/AuthenticationSDK/util/MLEUtility.rb +9 -0
- data/lib/cybersource_rest_client/api/batches_api.rb +1 -1
- 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/customer_payment_instrument_api.rb +3 -3
- data/lib/cybersource_rest_client/api/enrollment_api.rb +2 -2
- data/lib/cybersource_rest_client/api/instructions_api.rb +10 -10
- data/lib/cybersource_rest_client/api/instrument_identifier_api.rb +3 -3
- data/lib/cybersource_rest_client/api/manage_webhooks_api.rb +20 -28
- data/lib/cybersource_rest_client/api/network_tokens_api.rb +654 -0
- data/lib/cybersource_rest_client/api/offers_api.rb +117 -0
- data/lib/cybersource_rest_client/api/plans_api.rb +1 -1
- data/lib/cybersource_rest_client/api/pull_funds_api.rb +404 -0
- 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/{transient_token_data_api.rb → transient_token_data_v2_api.rb} +91 -9
- data/lib/cybersource_rest_client/api/unified_checkout_v1_capture_context_api.rb +104 -0
- data/lib/cybersource_rest_client/api_client.rb +4 -0
- data/lib/cybersource_rest_client/models/account_validations_request.rb +15 -5
- data/lib/cybersource_rest_client/models/acpv1instructions_decline_threshold.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1instructions_mandates.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1instructions_recurring_payment_information.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_processor_information.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_processor_information_payment_instrument.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_amount_detail.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1mppcredentials_challenge.rb +369 -0
- data/lib/cybersource_rest_client/models/acpv1mppcredentials_challenge_encryption_jwk.rb +336 -0
- data/lib/cybersource_rest_client/models/acpv1tokens_assurance_data.rb +7 -7
- data/lib/cybersource_rest_client/models/acpv1tokens_authenticated_identities.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1tokens_authentication_context.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1tokens_bill_to.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1tokens_buyer_information.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1tokens_consumer_identity.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1tokens_device_information.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1tokens_enrollment_reference_data.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1tokens_payment_information.rb +1 -1
- data/lib/cybersource_rest_client/models/add_negative_list_request.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/boardingv1registrations_integration_information.rb +15 -5
- data/lib/cybersource_rest_client/models/boardingv1registrations_integration_information_msd.rb +196 -0
- data/lib/cybersource_rest_client/models/card_processing_config_common_processors.rb +105 -1
- data/lib/cybersource_rest_client/models/check_payer_auth_enrollment_request.rb +1 -1
- data/lib/cybersource_rest_client/models/commerce_solutions_products.rb +15 -5
- data/lib/cybersource_rest_client/models/create_credit_request.rb +15 -5
- data/lib/cybersource_rest_client/models/create_subscription_request.rb +1 -1
- data/lib/cybersource_rest_client/models/create_subscription_request_1.rb +1 -1
- data/lib/cybersource_rest_client/models/fraud_marking_action_request.rb +1 -1
- data/lib/cybersource_rest_client/models/generate_unified_checkout_v1_capture_context_request.rb +334 -0
- data/lib/cybersource_rest_client/models/get_all_subscriptions_response_order_information.rb +1 -1
- data/lib/cybersource_rest_client/models/get_all_subscriptions_response_order_information_amount_details.rb +240 -0
- data/lib/cybersource_rest_client/models/get_all_subscriptions_response_order_information_amount_details_surcharge.rb +213 -0
- 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/get_subscriptions_payments_response_cycles_completed_count.rb +191 -0
- data/lib/cybersource_rest_client/models/get_subscriptions_payments_response_subscription_payment.rb +356 -0
- data/lib/cybersource_rest_client/models/inline_response_200_16.rb +2 -2
- data/lib/cybersource_rest_client/models/inline_response_200_5_integration_information.rb +15 -5
- data/lib/cybersource_rest_client/models/inline_response_201_1_tokenized_card.rb +27 -6
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_commerce_solutions.rb +15 -5
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_payments.rb +25 -5
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_risk.rb +15 -5
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_value_added_services.rb +25 -5
- data/lib/cybersource_rest_client/models/inline_response_201_9.rb +297 -0
- data/lib/cybersource_rest_client/models/{kmsegressv2keysasym_client_reference_information.rb → inline_response_201_9_client_reference_information.rb} +2 -3
- data/lib/cybersource_rest_client/models/{inline_response_200_16_error_information.rb → inline_response_201_9_error_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_16_order_information.rb → inline_response_201_9_order_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_16_order_information_currency_conversion.rb → inline_response_201_9_order_information_currency_conversion.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_16_order_information_currency_conversion_offer.rb → inline_response_201_9_order_information_currency_conversion_offer.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_201_9_processor_information.rb +196 -0
- data/lib/cybersource_rest_client/models/inline_response_400_10.rb +236 -0
- 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 +235 -0
- data/lib/cybersource_rest_client/models/{inline_response_400_7_details.rb → inline_response_400_11_details.rb} +3 -3
- data/lib/cybersource_rest_client/models/inline_response_400_12.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.rb +10 -20
- data/lib/cybersource_rest_client/models/inline_response_404_1.rb +7 -42
- data/lib/cybersource_rest_client/models/inline_response_404_2.rb +8 -7
- data/lib/cybersource_rest_client/models/{inline_response_404_1_details.rb → inline_response_404_2_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_404_3.rb +26 -2
- data/lib/cybersource_rest_client/models/inline_response_404_4.rb +17 -29
- data/lib/cybersource_rest_client/models/{inline_response_404_3_details.rb → inline_response_404_4_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_404_5.rb +28 -28
- data/lib/cybersource_rest_client/models/inline_response_404_6.rb +223 -0
- data/lib/cybersource_rest_client/models/inline_response_404_errors.rb +201 -0
- data/lib/cybersource_rest_client/models/inline_response_422_1.rb +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_500_4.rb → inline_response_502_2.rb} +1 -1
- data/lib/cybersource_rest_client/models/iplv2paymentlinks_order_information_line_items.rb +73 -5
- 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/offer_request.rb +219 -0
- data/lib/cybersource_rest_client/models/patch_customer_payment_instrument_request.rb +1 -1
- data/lib/cybersource_rest_client/models/patch_customer_request.rb +1 -1
- data/lib/cybersource_rest_client/models/patch_payment_instrument_request.rb +1 -1
- data/lib/cybersource_rest_client/models/payer_auth_setup_request.rb +1 -1
- 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/{payment_instrument_list_1__embedded_payment_instruments.rb → payment_instrument_list__embedded_payment_instruments.rb} +2 -2
- data/lib/cybersource_rest_client/models/payments_products.rb +25 -5
- 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_microform_configuration_information_configurations.rb +189 -0
- data/lib/cybersource_rest_client/models/payments_products_microform_configuration_information_configurations_features.rb +189 -0
- data/lib/cybersource_rest_client/models/payments_products_microform_configuration_information_configurations_features_gateway_agnostic.rb +189 -0
- data/lib/cybersource_rest_client/models/payments_products_microform_subscription_information.rb +227 -0
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_info_features_portfolio_accessof_sensi_data.rb +190 -0
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features.rb +205 -5
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_after_pay.rb +190 -0
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_apple_pay.rb +190 -0
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_bancontact.rb +190 -0
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_click_to_pay.rb +190 -0
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_decision_manager.rb +190 -0
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_dragon_pay.rb +190 -0
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_e_check.rb +190 -0
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_google_pay.rb +190 -0
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_ideal.rb +190 -0
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_konbini.rb +190 -0
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_multibanco.rb +190 -0
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_my_bank.rb +190 -0
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_p24.rb +190 -0
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_pay_pal.rb +190 -0
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_payer_authentication.rb +190 -0
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_tink_pay_by_bank.rb +190 -0
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_token_management.rb +190 -0
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_unified_click_to_pay_sdk.rb +190 -0
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_venmo.rb +190 -0
- 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 +1 -1
- data/lib/cybersource_rest_client/models/post_customer_request.rb +1 -1
- data/lib/cybersource_rest_client/models/post_payment_instrument_request.rb +1 -1
- data/lib/cybersource_rest_client/models/post_tokenized_card_request.rb +15 -5
- 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 +55 -5
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_merchant_information.rb +196 -0
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_payment_account_information.rb +189 -0
- 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_error_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 +2 -2
- 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_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_error_information.rb +1 -1
- 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 +23 -6
- 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_refund_post201_response.rb +16 -6
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_error_information.rb +213 -0
- 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_processor_information.rb +45 -5
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information_avs.rb +196 -0
- 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_aggregator_information.rb +317 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_aggregator_information_sub_merchant.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_buyer_information.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_client_reference_information.rb +247 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_merchant_information.rb +189 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_merchant_information_merchant_descriptor.rb +349 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_order_information.rb +206 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_order_information_amount_details.rb +275 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_info_funding_options_initiator_origin_ini_transaction.rb +222 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information.rb +308 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information_funding_options.rb +189 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information_funding_options_initiator.rb +228 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information_payouts_options.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information_recurring_options.rb +190 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_recipient_information.rb +607 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_recipient_information_personal_identification.rb +265 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information.rb +595 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_account.rb +213 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_consumer_authentication.rb +206 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_consumer_authentication_strong_authentication.rb +264 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_payment_information.rb +255 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_payment_information_card.rb +291 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_payment_information_customer.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_payment_information_instrument_identifier.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_payment_information_payment_instrument.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_payment_information_tokenized_card.rb +281 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_personal_identification.rb +274 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransferidrefund_order_information.rb +194 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransferidrefund_order_information_amount_details.rb +205 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransferidreversal_reversal_information.rb +194 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransferidreversal_reversal_information_amount_details.rb +205 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_merchant_information.rb +15 -14
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_merchant_information_merchant_descriptor.rb +298 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_payment_information.rb +219 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_payment_information_card.rb +264 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_payment_information_customer.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_payment_information_instrument_identifier.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_payment_information_payment_instrument.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information.rb +36 -6
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information_payouts_options.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_payment_information_card.rb +1 -19
- 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 +52 -5
- data/lib/cybersource_rest_client/models/ptsv2credits_sender_information.rb +18 -1
- 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 +89 -6
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_program_indicators.rb +202 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_processor_information.rb +56 -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 +18 -1
- 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 +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/ptsv2payouts_processing_information.rb +18 -5
- data/lib/cybersource_rest_client/models/ptsv2payouts_processing_information_payouts_options.rb +1 -1
- data/lib/cybersource_rest_client/models/pull_funds201_response.rb +270 -0
- data/lib/cybersource_rest_client/models/pull_funds201_response__links.rb +239 -0
- data/lib/cybersource_rest_client/models/pull_funds201_response__links_customer.rb +202 -0
- data/lib/cybersource_rest_client/models/pull_funds201_response__links_instrument_identifier.rb +202 -0
- data/lib/cybersource_rest_client/models/pull_funds201_response__links_payment_instrument.rb +202 -0
- data/lib/cybersource_rest_client/models/pull_funds201_response__links_refund.rb +202 -0
- data/lib/cybersource_rest_client/models/pull_funds201_response__links_reversal.rb +202 -0
- data/lib/cybersource_rest_client/models/pull_funds201_response__links_self.rb +202 -0
- data/lib/cybersource_rest_client/models/pull_funds201_response_error_information.rb +225 -0
- data/lib/cybersource_rest_client/models/pull_funds201_response_error_information_details.rb +213 -0
- data/lib/cybersource_rest_client/models/pull_funds201_response_order_information.rb +189 -0
- data/lib/cybersource_rest_client/models/pull_funds201_response_order_information_amount_details.rb +222 -0
- data/lib/cybersource_rest_client/models/pull_funds201_response_processor_information.rb +331 -0
- data/lib/cybersource_rest_client/models/pull_funds201_response_processor_information_consumer_authentication_response.rb +196 -0
- data/lib/cybersource_rest_client/models/pull_funds_refund201_response.rb +260 -0
- data/lib/cybersource_rest_client/models/pull_funds_refund201_response__links.rb +189 -0
- data/lib/cybersource_rest_client/models/pull_funds_refund201_response__links_self.rb +202 -0
- data/lib/cybersource_rest_client/models/pull_funds_refund201_response_processor_information.rb +213 -0
- data/lib/cybersource_rest_client/models/pull_funds_refund_request.rb +204 -0
- data/lib/cybersource_rest_client/models/pull_funds_request.rb +259 -0
- data/lib/cybersource_rest_client/models/pull_funds_reversal201_response.rb +260 -0
- data/lib/cybersource_rest_client/models/pull_funds_reversal201_response__links.rb +189 -0
- data/lib/cybersource_rest_client/models/pull_funds_reversal201_response__links_self.rb +202 -0
- data/lib/cybersource_rest_client/models/pull_funds_reversal201_response_error_information.rb +219 -0
- data/lib/cybersource_rest_client/models/pull_funds_reversal201_response_error_information_details.rb +207 -0
- data/lib/cybersource_rest_client/models/pull_funds_reversal201_response_processor_information.rb +247 -0
- data/lib/cybersource_rest_client/models/pull_funds_reversal400_response.rb +258 -0
- data/lib/cybersource_rest_client/models/pull_funds_reversal_request.rb +204 -0
- data/lib/cybersource_rest_client/models/push_funds201_response_error_information.rb +1 -1
- data/lib/cybersource_rest_client/models/push_funds201_response_processor_information.rb +55 -5
- data/lib/cybersource_rest_client/models/push_funds201_response_processor_information_merchant_advice.rb +213 -0
- data/lib/cybersource_rest_client/models/push_funds_request.rb +11 -1
- data/lib/cybersource_rest_client/models/rbsv1subscriptions_order_information.rb +189 -0
- data/lib/cybersource_rest_client/models/rbsv1subscriptionsid_order_information_amount_details.rb +15 -5
- data/lib/cybersource_rest_client/models/risk_products.rb +15 -5
- data/lib/cybersource_rest_client/models/riskv1addressverifications_order_information_line_items.rb +1 -10
- data/lib/cybersource_rest_client/models/riskv1decisions_client_reference_information.rb +0 -9
- data/lib/cybersource_rest_client/models/riskv1decisions_order_information_line_items.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/riskv1liststypeentries_order_information_line_items.rb +1 -1
- data/lib/cybersource_rest_client/models/save_asym_egress_key.rb +1 -1
- data/lib/cybersource_rest_client/models/tms_bin_lookup_payment_account_information_features.rb +39 -6
- data/lib/cybersource_rest_client/models/tms_card_art.rb +23 -1
- data/lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_bill_to.rb +22 -5
- 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 +23 -2
- 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/tmsv2_tokenized_card_metadata_issuer_bank_applications.rb +201 -0
- 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_processing_information.rb +1 -1
- 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_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/ucv1sessions_appearance.rb +207 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_appearance_variables.rb +1645 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_capture_mandate.rb +296 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_capture_mandate_cpf.rb +190 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_complete_mandate.rb +229 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_complete_mandate_tms.rb +204 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data.rb +311 -0
- 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_buyer_information.rb +259 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_buyer_information_personal_identification.rb +224 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_consumer_authentication_information.rb +247 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_device_information.rb +196 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_installment_information.rb +196 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_merchant_defined_information.rb +214 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_merchant_information.rb +206 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_merchant_information_merchant_descriptor.rb +332 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information.rb +241 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_amount_details.rb +353 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_amount_details_tax_details.rb +213 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_bill_to.rb +483 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_bill_to_company.rb +298 -0
- 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/{riskv1liststypeentries_client_reference_information.rb → ucv1sessions_data_order_information_shipping_details.rb} +24 -43
- data/lib/cybersource_rest_client/models/ucv1sessions_data_payment_information.rb +189 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_payment_information_card.rb +196 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information.rb +294 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_authorization_options.rb +233 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_authorization_options_initiator.rb +200 -0
- 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 +383 -0
- 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 +210 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_clicktopay.rb +190 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_googlepay.rb +192 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_tms_token.rb +216 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_tms_token_customer.rb +196 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_tms_token_instrument_identifiers.rb +195 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_tms_token_payment_instruments.rb +195 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_transient_token_response_options.rb +190 -0
- data/lib/cybersource_rest_client/models/update_payments.rb +192 -0
- data/lib/cybersource_rest_client/models/upv1capturecontexts_data_order_information_bill_to_company.rb +20 -20
- data/lib/cybersource_rest_client/models/upv1capturecontexts_order_information.rb +1 -1
- data/lib/cybersource_rest_client/models/upv1capturecontexts_order_information_bill_to.rb +483 -0
- data/lib/cybersource_rest_client/models/upv1capturecontexts_order_information_bill_to_company.rb +366 -0
- data/lib/cybersource_rest_client/models/validate_export_compliance_request.rb +1 -1
- data/lib/cybersource_rest_client/models/validate_request.rb +1 -1
- data/lib/cybersource_rest_client/models/value_added_services_products.rb +25 -5
- data/lib/cybersource_rest_client/models/{riskv1authenticationsetups_client_reference_information.rb → vasv1currencyconversion_client_reference_information.rb} +43 -26
- data/lib/cybersource_rest_client/models/vasv1currencyconversion_client_reference_information_partner.rb +213 -0
- data/lib/cybersource_rest_client/models/vasv1currencyconversion_order_information.rb +199 -0
- data/lib/cybersource_rest_client/models/vasv1currencyconversion_order_information_amount_details.rb +213 -0
- data/lib/cybersource_rest_client/models/vasv1currencyconversion_order_information_currency_conversion.rb +198 -0
- data/lib/cybersource_rest_client/models/vasv1currencyconversion_payment_information.rb +189 -0
- data/lib/cybersource_rest_client/models/vasv1currencyconversion_payment_information_card.rb +196 -0
- data/lib/cybersource_rest_client/models/vasv1currencyconversion_point_of_sale_information.rb +213 -0
- data/lib/cybersource_rest_client/models/verify_customer_address_request.rb +1 -1
- data/lib/cybersource_rest_client.rb +222 -22
- metadata +281 -75
- data/lib/cybersource_rest_client/api/token_api.rb +0 -306
- data/lib/cybersource_rest_client/api/tokenized_card_api.rb +0 -371
|
@@ -65,6 +65,8 @@ require 'cybersource_rest_client/models/acpv1instructionsinstruction_idcredentia
|
|
|
65
65
|
require 'cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_ship_to'
|
|
66
66
|
require 'cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_payment_options'
|
|
67
67
|
require 'cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_transaction_data'
|
|
68
|
+
require 'cybersource_rest_client/models/acpv1mppcredentials_challenge'
|
|
69
|
+
require 'cybersource_rest_client/models/acpv1mppcredentials_challenge_encryption_jwk'
|
|
68
70
|
require 'cybersource_rest_client/models/acpv1tokens_assurance_data'
|
|
69
71
|
require 'cybersource_rest_client/models/acpv1tokens_authenticated_identities'
|
|
70
72
|
require 'cybersource_rest_client/models/acpv1tokens_authentication_context'
|
|
@@ -106,7 +108,11 @@ require 'cybersource_rest_client/models/bavsv1accountvalidations_client_referenc
|
|
|
106
108
|
require 'cybersource_rest_client/models/bavsv1accountvalidations_payment_information'
|
|
107
109
|
require 'cybersource_rest_client/models/bavsv1accountvalidations_payment_information_bank'
|
|
108
110
|
require 'cybersource_rest_client/models/bavsv1accountvalidations_payment_information_bank_account'
|
|
111
|
+
require 'cybersource_rest_client/models/bavsv1accountvalidations_payment_information_customer'
|
|
112
|
+
require 'cybersource_rest_client/models/bavsv1accountvalidations_payment_information_instrument_identifier'
|
|
113
|
+
require 'cybersource_rest_client/models/bavsv1accountvalidations_payment_information_payment_instrument'
|
|
109
114
|
require 'cybersource_rest_client/models/bavsv1accountvalidations_processing_information'
|
|
115
|
+
require 'cybersource_rest_client/models/bavsv1accountvalidations_token_information'
|
|
110
116
|
require 'cybersource_rest_client/models/binv1binlookup_client_reference_information'
|
|
111
117
|
require 'cybersource_rest_client/models/binv1binlookup_payment_information'
|
|
112
118
|
require 'cybersource_rest_client/models/binv1binlookup_payment_information_card'
|
|
@@ -116,6 +122,7 @@ require 'cybersource_rest_client/models/binv1binlookup_token_information'
|
|
|
116
122
|
require 'cybersource_rest_client/models/boardingv1registrations_document_information'
|
|
117
123
|
require 'cybersource_rest_client/models/boardingv1registrations_document_information_signed_documents'
|
|
118
124
|
require 'cybersource_rest_client/models/boardingv1registrations_integration_information'
|
|
125
|
+
require 'cybersource_rest_client/models/boardingv1registrations_integration_information_msd'
|
|
119
126
|
require 'cybersource_rest_client/models/boardingv1registrations_integration_information_oauth2'
|
|
120
127
|
require 'cybersource_rest_client/models/boardingv1registrations_integration_information_tenant_configurations'
|
|
121
128
|
require 'cybersource_rest_client/models/boardingv1registrations_integration_information_tenant_information'
|
|
@@ -238,6 +245,7 @@ require 'cybersource_rest_client/models/fraud_marking_action_request'
|
|
|
238
245
|
require 'cybersource_rest_client/models/generate_capture_context_request'
|
|
239
246
|
require 'cybersource_rest_client/models/generate_flex_api_capture_context_request'
|
|
240
247
|
require 'cybersource_rest_client/models/generate_unified_checkout_capture_context_request'
|
|
248
|
+
require 'cybersource_rest_client/models/generate_unified_checkout_v1_capture_context_request'
|
|
241
249
|
require 'cybersource_rest_client/models/get_all_plans_response'
|
|
242
250
|
require 'cybersource_rest_client/models/get_all_plans_response__links'
|
|
243
251
|
require 'cybersource_rest_client/models/get_all_plans_response_order_information'
|
|
@@ -250,6 +258,8 @@ require 'cybersource_rest_client/models/get_all_subscriptions_response'
|
|
|
250
258
|
require 'cybersource_rest_client/models/get_all_subscriptions_response_client_reference_information'
|
|
251
259
|
require 'cybersource_rest_client/models/get_all_subscriptions_response__links'
|
|
252
260
|
require 'cybersource_rest_client/models/get_all_subscriptions_response_order_information'
|
|
261
|
+
require 'cybersource_rest_client/models/get_all_subscriptions_response_order_information_amount_details'
|
|
262
|
+
require 'cybersource_rest_client/models/get_all_subscriptions_response_order_information_amount_details_surcharge'
|
|
253
263
|
require 'cybersource_rest_client/models/get_all_subscriptions_response_order_information_bill_to'
|
|
254
264
|
require 'cybersource_rest_client/models/get_all_subscriptions_response_payment_information'
|
|
255
265
|
require 'cybersource_rest_client/models/get_all_subscriptions_response_payment_information_customer'
|
|
@@ -270,6 +280,12 @@ require 'cybersource_rest_client/models/get_subscription_response_1_payment_inst
|
|
|
270
280
|
require 'cybersource_rest_client/models/get_subscription_response_1_payment_instrument_card'
|
|
271
281
|
require 'cybersource_rest_client/models/get_subscription_response_1_shipping_address'
|
|
272
282
|
require 'cybersource_rest_client/models/get_subscription_response_reactivation_information'
|
|
283
|
+
require 'cybersource_rest_client/models/get_subscriptions_payments_response'
|
|
284
|
+
require 'cybersource_rest_client/models/get_subscriptions_payments_response_1'
|
|
285
|
+
require 'cybersource_rest_client/models/get_subscriptions_payments_response_1__links'
|
|
286
|
+
require 'cybersource_rest_client/models/get_subscriptions_payments_response_cycles_completed_count'
|
|
287
|
+
require 'cybersource_rest_client/models/get_subscriptions_payments_response__links'
|
|
288
|
+
require 'cybersource_rest_client/models/get_subscriptions_payments_response_subscription_payment'
|
|
273
289
|
require 'cybersource_rest_client/models/increment_auth_request'
|
|
274
290
|
require 'cybersource_rest_client/models/inline_response_200'
|
|
275
291
|
require 'cybersource_rest_client/models/inline_response_200_1'
|
|
@@ -296,10 +312,6 @@ require 'cybersource_rest_client/models/inline_response_200_14_source_record'
|
|
|
296
312
|
require 'cybersource_rest_client/models/inline_response_200_15'
|
|
297
313
|
require 'cybersource_rest_client/models/inline_response_200_16'
|
|
298
314
|
require 'cybersource_rest_client/models/inline_response_200_16_client_reference_information'
|
|
299
|
-
require 'cybersource_rest_client/models/inline_response_200_16_error_information'
|
|
300
|
-
require 'cybersource_rest_client/models/inline_response_200_16_order_information'
|
|
301
|
-
require 'cybersource_rest_client/models/inline_response_200_16_order_information_currency_conversion'
|
|
302
|
-
require 'cybersource_rest_client/models/inline_response_200_16_order_information_currency_conversion_offer'
|
|
303
315
|
require 'cybersource_rest_client/models/inline_response_200_1__links'
|
|
304
316
|
require 'cybersource_rest_client/models/inline_response_200_1__links_self'
|
|
305
317
|
require 'cybersource_rest_client/models/inline_response_200_2'
|
|
@@ -364,6 +376,13 @@ require 'cybersource_rest_client/models/inline_response_201_7'
|
|
|
364
376
|
require 'cybersource_rest_client/models/inline_response_201_7_payloads'
|
|
365
377
|
require 'cybersource_rest_client/models/inline_response_201_7_payloads_test_payload'
|
|
366
378
|
require 'cybersource_rest_client/models/inline_response_201_8'
|
|
379
|
+
require 'cybersource_rest_client/models/inline_response_201_9'
|
|
380
|
+
require 'cybersource_rest_client/models/inline_response_201_9_client_reference_information'
|
|
381
|
+
require 'cybersource_rest_client/models/inline_response_201_9_error_information'
|
|
382
|
+
require 'cybersource_rest_client/models/inline_response_201_9_order_information'
|
|
383
|
+
require 'cybersource_rest_client/models/inline_response_201_9_order_information_currency_conversion'
|
|
384
|
+
require 'cybersource_rest_client/models/inline_response_201_9_order_information_currency_conversion_offer'
|
|
385
|
+
require 'cybersource_rest_client/models/inline_response_201_9_processor_information'
|
|
367
386
|
require 'cybersource_rest_client/models/inline_response_201_order_information'
|
|
368
387
|
require 'cybersource_rest_client/models/inline_response_201_order_information_ship_to'
|
|
369
388
|
require 'cybersource_rest_client/models/inline_response_201_payment_information'
|
|
@@ -375,17 +394,20 @@ require 'cybersource_rest_client/models/inline_response_202__links_status'
|
|
|
375
394
|
require 'cybersource_rest_client/models/inline_response_206'
|
|
376
395
|
require 'cybersource_rest_client/models/inline_response_400'
|
|
377
396
|
require 'cybersource_rest_client/models/inline_response_400_1'
|
|
397
|
+
require 'cybersource_rest_client/models/inline_response_400_10'
|
|
398
|
+
require 'cybersource_rest_client/models/inline_response_400_10_details'
|
|
399
|
+
require 'cybersource_rest_client/models/inline_response_400_11'
|
|
400
|
+
require 'cybersource_rest_client/models/inline_response_400_11_details'
|
|
401
|
+
require 'cybersource_rest_client/models/inline_response_400_12'
|
|
378
402
|
require 'cybersource_rest_client/models/inline_response_400_1_details'
|
|
379
403
|
require 'cybersource_rest_client/models/inline_response_400_2'
|
|
380
404
|
require 'cybersource_rest_client/models/inline_response_400_3'
|
|
381
405
|
require 'cybersource_rest_client/models/inline_response_400_4'
|
|
382
406
|
require 'cybersource_rest_client/models/inline_response_400_5'
|
|
383
407
|
require 'cybersource_rest_client/models/inline_response_400_6'
|
|
384
|
-
require 'cybersource_rest_client/models/inline_response_400_6_fields'
|
|
385
408
|
require 'cybersource_rest_client/models/inline_response_400_7'
|
|
386
|
-
require 'cybersource_rest_client/models/inline_response_400_7_details'
|
|
387
409
|
require 'cybersource_rest_client/models/inline_response_400_8'
|
|
388
|
-
require 'cybersource_rest_client/models/
|
|
410
|
+
require 'cybersource_rest_client/models/inline_response_400_8_fields'
|
|
389
411
|
require 'cybersource_rest_client/models/inline_response_400_9'
|
|
390
412
|
require 'cybersource_rest_client/models/inline_response_400_9_details'
|
|
391
413
|
require 'cybersource_rest_client/models/inline_response_400_details'
|
|
@@ -402,12 +424,14 @@ require 'cybersource_rest_client/models/inline_response_403_3'
|
|
|
402
424
|
require 'cybersource_rest_client/models/inline_response_403_errors'
|
|
403
425
|
require 'cybersource_rest_client/models/inline_response_404'
|
|
404
426
|
require 'cybersource_rest_client/models/inline_response_404_1'
|
|
405
|
-
require 'cybersource_rest_client/models/inline_response_404_1_details'
|
|
406
427
|
require 'cybersource_rest_client/models/inline_response_404_2'
|
|
428
|
+
require 'cybersource_rest_client/models/inline_response_404_2_details'
|
|
407
429
|
require 'cybersource_rest_client/models/inline_response_404_3'
|
|
408
|
-
require 'cybersource_rest_client/models/inline_response_404_3_details'
|
|
409
430
|
require 'cybersource_rest_client/models/inline_response_404_4'
|
|
431
|
+
require 'cybersource_rest_client/models/inline_response_404_4_details'
|
|
410
432
|
require 'cybersource_rest_client/models/inline_response_404_5'
|
|
433
|
+
require 'cybersource_rest_client/models/inline_response_404_6'
|
|
434
|
+
require 'cybersource_rest_client/models/inline_response_404_errors'
|
|
411
435
|
require 'cybersource_rest_client/models/inline_response_409'
|
|
412
436
|
require 'cybersource_rest_client/models/inline_response_409_errors'
|
|
413
437
|
require 'cybersource_rest_client/models/inline_response_410'
|
|
@@ -423,10 +447,10 @@ require 'cybersource_rest_client/models/inline_response_500'
|
|
|
423
447
|
require 'cybersource_rest_client/models/inline_response_500_1'
|
|
424
448
|
require 'cybersource_rest_client/models/inline_response_500_2'
|
|
425
449
|
require 'cybersource_rest_client/models/inline_response_500_3'
|
|
426
|
-
require 'cybersource_rest_client/models/inline_response_500_4'
|
|
427
450
|
require 'cybersource_rest_client/models/inline_response_500_errors'
|
|
428
451
|
require 'cybersource_rest_client/models/inline_response_502'
|
|
429
452
|
require 'cybersource_rest_client/models/inline_response_502_1'
|
|
453
|
+
require 'cybersource_rest_client/models/inline_response_502_2'
|
|
430
454
|
require 'cybersource_rest_client/models/inline_response_503'
|
|
431
455
|
require 'cybersource_rest_client/models/inline_response_default'
|
|
432
456
|
require 'cybersource_rest_client/models/inline_response_default__links'
|
|
@@ -487,7 +511,6 @@ require 'cybersource_rest_client/models/iplv2paymentlinks_purchase_information'
|
|
|
487
511
|
require 'cybersource_rest_client/models/iplv2paymentlinksid_order_information'
|
|
488
512
|
require 'cybersource_rest_client/models/iplv2paymentlinksid_processing_information'
|
|
489
513
|
require 'cybersource_rest_client/models/iplv2paymentlinksid_purchase_information'
|
|
490
|
-
require 'cybersource_rest_client/models/kmsegressv2keysasym_client_reference_information'
|
|
491
514
|
require 'cybersource_rest_client/models/kmsegressv2keysasym_key_information'
|
|
492
515
|
require 'cybersource_rest_client/models/kmsegressv2keyssym_client_reference_information'
|
|
493
516
|
require 'cybersource_rest_client/models/kmsegressv2keyssym_key_information'
|
|
@@ -499,6 +522,8 @@ require 'cybersource_rest_client/models/mit_reversal_request'
|
|
|
499
522
|
require 'cybersource_rest_client/models/mit_void_request'
|
|
500
523
|
require 'cybersource_rest_client/models/model_400_upload_batch_file_response'
|
|
501
524
|
require 'cybersource_rest_client/models/modify_billing_agreement'
|
|
525
|
+
require 'cybersource_rest_client/models/mpp_credentials_request'
|
|
526
|
+
require 'cybersource_rest_client/models/mpp_credentials_response200'
|
|
502
527
|
require 'cybersource_rest_client/models/network_token_enrollment'
|
|
503
528
|
require 'cybersource_rest_client/models/network_token_services_enablement'
|
|
504
529
|
require 'cybersource_rest_client/models/network_token_services_enablement_mastercard_digital_enablement_service'
|
|
@@ -511,6 +536,7 @@ require 'cybersource_rest_client/models/notificationsubscriptionsv2webhooks_secu
|
|
|
511
536
|
require 'cybersource_rest_client/models/notificationsubscriptionsv2webhooks_security_policy_config'
|
|
512
537
|
require 'cybersource_rest_client/models/notificationsubscriptionsv2webhooks_security_policy_config_additional_config'
|
|
513
538
|
require 'cybersource_rest_client/models/oct_create_payment_request'
|
|
539
|
+
require 'cybersource_rest_client/models/offer_request'
|
|
514
540
|
require 'cybersource_rest_client/models/order_payment_request'
|
|
515
541
|
require 'cybersource_rest_client/models/patch_customer_payment_instrument_request'
|
|
516
542
|
require 'cybersource_rest_client/models/patch_customer_request'
|
|
@@ -527,9 +553,9 @@ require 'cybersource_rest_client/models/payer_auth_setup_request'
|
|
|
527
553
|
require 'cybersource_rest_client/models/payment_instrument_list'
|
|
528
554
|
require 'cybersource_rest_client/models/payment_instrument_list_1'
|
|
529
555
|
require 'cybersource_rest_client/models/payment_instrument_list_1__embedded'
|
|
530
|
-
require 'cybersource_rest_client/models/payment_instrument_list_1__embedded__embedded'
|
|
531
|
-
require 'cybersource_rest_client/models/payment_instrument_list_1__embedded_payment_instruments'
|
|
532
556
|
require 'cybersource_rest_client/models/payment_instrument_list__embedded'
|
|
557
|
+
require 'cybersource_rest_client/models/payment_instrument_list__embedded__embedded'
|
|
558
|
+
require 'cybersource_rest_client/models/payment_instrument_list__embedded_payment_instruments'
|
|
533
559
|
require 'cybersource_rest_client/models/payment_instrument_list__links'
|
|
534
560
|
require 'cybersource_rest_client/models/payment_instrument_list__links_first'
|
|
535
561
|
require 'cybersource_rest_client/models/payment_instrument_list__links_last'
|
|
@@ -566,6 +592,12 @@ require 'cybersource_rest_client/models/payments_products_digital_payments_subsc
|
|
|
566
592
|
require 'cybersource_rest_client/models/payments_products_e_check'
|
|
567
593
|
require 'cybersource_rest_client/models/payments_products_e_check_configuration_information'
|
|
568
594
|
require 'cybersource_rest_client/models/payments_products_e_check_subscription_information'
|
|
595
|
+
require 'cybersource_rest_client/models/payments_products_microform'
|
|
596
|
+
require 'cybersource_rest_client/models/payments_products_microform_configuration_information'
|
|
597
|
+
require 'cybersource_rest_client/models/payments_products_microform_configuration_information_configurations'
|
|
598
|
+
require 'cybersource_rest_client/models/payments_products_microform_configuration_information_configurations_features'
|
|
599
|
+
require 'cybersource_rest_client/models/payments_products_microform_configuration_information_configurations_features_gateway_agnostic'
|
|
600
|
+
require 'cybersource_rest_client/models/payments_products_microform_subscription_information'
|
|
569
601
|
require 'cybersource_rest_client/models/payments_products_payer_authentication'
|
|
570
602
|
require 'cybersource_rest_client/models/payments_products_payer_authentication_configuration_information'
|
|
571
603
|
require 'cybersource_rest_client/models/payments_products_payer_authentication_subscription_information'
|
|
@@ -590,7 +622,27 @@ require 'cybersource_rest_client/models/payments_products_unified_checkout_confi
|
|
|
590
622
|
require 'cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations_features_paze'
|
|
591
623
|
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information'
|
|
592
624
|
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features'
|
|
625
|
+
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_after_pay'
|
|
626
|
+
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_apple_pay'
|
|
627
|
+
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_bancontact'
|
|
628
|
+
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_click_to_pay'
|
|
629
|
+
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_decision_manager'
|
|
630
|
+
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_dragon_pay'
|
|
631
|
+
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_e_check'
|
|
632
|
+
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_google_pay'
|
|
633
|
+
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_ideal'
|
|
634
|
+
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_konbini'
|
|
635
|
+
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_multibanco'
|
|
636
|
+
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_my_bank'
|
|
637
|
+
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_p24'
|
|
638
|
+
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_pay_pal'
|
|
639
|
+
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_payer_authentication'
|
|
593
640
|
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_paze_for_unified_checkout'
|
|
641
|
+
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_info_features_portfolio_accessof_sensi_data'
|
|
642
|
+
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_tink_pay_by_bank'
|
|
643
|
+
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_token_management'
|
|
644
|
+
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_unified_click_to_pay_sdk'
|
|
645
|
+
require 'cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_venmo'
|
|
594
646
|
require 'cybersource_rest_client/models/payments_products_virtual_terminal'
|
|
595
647
|
require 'cybersource_rest_client/models/payments_products_virtual_terminal_configuration_information'
|
|
596
648
|
require 'cybersource_rest_client/models/payments_strong_auth_issuer_information'
|
|
@@ -605,7 +657,6 @@ require 'cybersource_rest_client/models/pbl_payment_links_all_get400_response'
|
|
|
605
657
|
require 'cybersource_rest_client/models/pbl_payment_links_all_get404_response'
|
|
606
658
|
require 'cybersource_rest_client/models/pbl_payment_links_get200_response'
|
|
607
659
|
require 'cybersource_rest_client/models/pbl_payment_links_post201_response'
|
|
608
|
-
require 'cybersource_rest_client/models/pbl_payment_links_post201_response__links'
|
|
609
660
|
require 'cybersource_rest_client/models/pbl_payment_links_post201_response_order_information'
|
|
610
661
|
require 'cybersource_rest_client/models/pbl_payment_links_post201_response_purchase_information'
|
|
611
662
|
require 'cybersource_rest_client/models/post_customer_payment_instrument_request'
|
|
@@ -653,9 +704,13 @@ require 'cybersource_rest_client/models/pts_v2_credits_post201_response'
|
|
|
653
704
|
require 'cybersource_rest_client/models/pts_v2_credits_post201_response_1'
|
|
654
705
|
require 'cybersource_rest_client/models/pts_v2_credits_post201_response_1_processor_information'
|
|
655
706
|
require 'cybersource_rest_client/models/pts_v2_credits_post201_response_credit_amount_details'
|
|
707
|
+
require 'cybersource_rest_client/models/pts_v2_credits_post201_response_merchant_information'
|
|
708
|
+
require 'cybersource_rest_client/models/pts_v2_credits_post201_response_payment_account_information'
|
|
656
709
|
require 'cybersource_rest_client/models/pts_v2_credits_post201_response_payment_information'
|
|
710
|
+
require 'cybersource_rest_client/models/pts_v2_credits_post201_response_payment_information_account_features'
|
|
657
711
|
require 'cybersource_rest_client/models/pts_v2_credits_post201_response_processing_information'
|
|
658
712
|
require 'cybersource_rest_client/models/pts_v2_credits_post201_response_processing_information_bank_transfer_options'
|
|
713
|
+
require 'cybersource_rest_client/models/pts_v2_credits_post201_response_token_information'
|
|
659
714
|
require 'cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response'
|
|
660
715
|
require 'cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_client_reference_information'
|
|
661
716
|
require 'cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_error_information'
|
|
@@ -751,6 +806,7 @@ require 'cybersource_rest_client/models/pts_v2_payments_post201_response_order_i
|
|
|
751
806
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_order_information_ship_to'
|
|
752
807
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_account_information'
|
|
753
808
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_account_information_card'
|
|
809
|
+
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_account_information_tokenized_card'
|
|
754
810
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information'
|
|
755
811
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_account_features'
|
|
756
812
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_account_features_balances'
|
|
@@ -758,7 +814,6 @@ require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment
|
|
|
758
814
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_bank_account'
|
|
759
815
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_e_wallet'
|
|
760
816
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_instrument_identifier'
|
|
761
|
-
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_card'
|
|
762
817
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_payment_method'
|
|
763
818
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_insights_information'
|
|
764
819
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_insights_information_orchestration'
|
|
@@ -799,6 +854,7 @@ require 'cybersource_rest_client/models/pts_v2_payments_post201_response_token_i
|
|
|
799
854
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_instrument_identifier'
|
|
800
855
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_payment_instrument'
|
|
801
856
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_shipping_address'
|
|
857
|
+
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_third_party_token'
|
|
802
858
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_watchlist_screening_information'
|
|
803
859
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_watchlist_screening_information_watch_list'
|
|
804
860
|
require 'cybersource_rest_client/models/pts_v2_payments_post201_response_watchlist_screening_information_watch_list_matches'
|
|
@@ -806,6 +862,7 @@ require 'cybersource_rest_client/models/pts_v2_payments_post400_response'
|
|
|
806
862
|
require 'cybersource_rest_client/models/pts_v2_payments_post502_response'
|
|
807
863
|
require 'cybersource_rest_client/models/pts_v2_payments_refund_post201_response'
|
|
808
864
|
require 'cybersource_rest_client/models/pts_v2_payments_refund_post201_response_client_reference_information'
|
|
865
|
+
require 'cybersource_rest_client/models/pts_v2_payments_refund_post201_response_error_information'
|
|
809
866
|
require 'cybersource_rest_client/models/pts_v2_payments_refund_post201_response__links'
|
|
810
867
|
require 'cybersource_rest_client/models/pts_v2_payments_refund_post201_response_order_information'
|
|
811
868
|
require 'cybersource_rest_client/models/pts_v2_payments_refund_post201_response_order_information_amount_details'
|
|
@@ -832,16 +889,56 @@ require 'cybersource_rest_client/models/pts_v2_payouts_post201_response_order_in
|
|
|
832
889
|
require 'cybersource_rest_client/models/pts_v2_payouts_post201_response_order_information_amount_details'
|
|
833
890
|
require 'cybersource_rest_client/models/pts_v2_payouts_post201_response_processing_information'
|
|
834
891
|
require 'cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information'
|
|
892
|
+
require 'cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information_avs'
|
|
893
|
+
require 'cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information_customer'
|
|
894
|
+
require 'cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information_electronic_verification_results'
|
|
835
895
|
require 'cybersource_rest_client/models/pts_v2_payouts_post201_response_recipient_information'
|
|
836
896
|
require 'cybersource_rest_client/models/pts_v2_payouts_post201_response_recipient_information_card'
|
|
837
897
|
require 'cybersource_rest_client/models/pts_v2_payouts_post400_response'
|
|
838
898
|
require 'cybersource_rest_client/models/pts_v2_retrieve_payment_token_get400_response'
|
|
839
899
|
require 'cybersource_rest_client/models/pts_v2_retrieve_payment_token_get502_response'
|
|
840
900
|
require 'cybersource_rest_client/models/pts_v2_update_order_patch201_response'
|
|
901
|
+
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_aggregator_information'
|
|
902
|
+
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_aggregator_information_sub_merchant'
|
|
903
|
+
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_buyer_information'
|
|
904
|
+
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_client_reference_information'
|
|
905
|
+
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_merchant_information'
|
|
906
|
+
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_merchant_information_merchant_descriptor'
|
|
907
|
+
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_order_information'
|
|
908
|
+
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_order_information_amount_details'
|
|
909
|
+
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information'
|
|
910
|
+
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information_funding_options'
|
|
911
|
+
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information_funding_options_initiator'
|
|
912
|
+
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_processing_info_funding_options_initiator_origin_ini_transaction'
|
|
913
|
+
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information_payouts_options'
|
|
914
|
+
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information_recurring_options'
|
|
915
|
+
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_recipient_information'
|
|
916
|
+
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_recipient_information_personal_identification'
|
|
917
|
+
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information'
|
|
918
|
+
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_account'
|
|
919
|
+
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_consumer_authentication'
|
|
920
|
+
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_consumer_authentication_strong_authentication'
|
|
921
|
+
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_payment_information'
|
|
922
|
+
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_payment_information_card'
|
|
923
|
+
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_payment_information_customer'
|
|
924
|
+
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_payment_information_instrument_identifier'
|
|
925
|
+
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_payment_information_payment_instrument'
|
|
926
|
+
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_payment_information_tokenized_card'
|
|
927
|
+
require 'cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_personal_identification'
|
|
928
|
+
require 'cybersource_rest_client/models/ptsv1pullfundstransferidrefund_order_information'
|
|
929
|
+
require 'cybersource_rest_client/models/ptsv1pullfundstransferidrefund_order_information_amount_details'
|
|
930
|
+
require 'cybersource_rest_client/models/ptsv1pullfundstransferidreversal_reversal_information'
|
|
931
|
+
require 'cybersource_rest_client/models/ptsv1pullfundstransferidreversal_reversal_information_amount_details'
|
|
841
932
|
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_client_reference_information'
|
|
842
933
|
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_merchant_information'
|
|
934
|
+
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_merchant_information_merchant_descriptor'
|
|
843
935
|
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_order_information'
|
|
844
936
|
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_order_information_amount_details'
|
|
937
|
+
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_payment_information'
|
|
938
|
+
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_payment_information_card'
|
|
939
|
+
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_payment_information_customer'
|
|
940
|
+
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_payment_information_instrument_identifier'
|
|
941
|
+
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_payment_information_payment_instrument'
|
|
845
942
|
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_point_of_service_information'
|
|
846
943
|
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_point_of_service_information_emv'
|
|
847
944
|
require 'cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information'
|
|
@@ -868,10 +965,13 @@ require 'cybersource_rest_client/models/ptsv2billingagreements_installment_infor
|
|
|
868
965
|
require 'cybersource_rest_client/models/ptsv2billingagreements_merchant_information'
|
|
869
966
|
require 'cybersource_rest_client/models/ptsv2billingagreements_merchant_information_merchant_descriptor'
|
|
870
967
|
require 'cybersource_rest_client/models/ptsv2billingagreements_order_information'
|
|
968
|
+
require 'cybersource_rest_client/models/ptsv2billingagreements_order_information_amount_details'
|
|
871
969
|
require 'cybersource_rest_client/models/ptsv2billingagreements_order_information_bill_to'
|
|
970
|
+
require 'cybersource_rest_client/models/ptsv2billingagreements_order_information_invoice_details'
|
|
872
971
|
require 'cybersource_rest_client/models/ptsv2billingagreements_payment_information'
|
|
873
972
|
require 'cybersource_rest_client/models/ptsv2billingagreements_payment_information_bank'
|
|
874
973
|
require 'cybersource_rest_client/models/ptsv2billingagreements_payment_information_bank_account'
|
|
974
|
+
require 'cybersource_rest_client/models/ptsv2billingagreements_payment_information_bank_account_alias'
|
|
875
975
|
require 'cybersource_rest_client/models/ptsv2billingagreements_payment_information_card'
|
|
876
976
|
require 'cybersource_rest_client/models/ptsv2billingagreements_payment_information_payment_type'
|
|
877
977
|
require 'cybersource_rest_client/models/ptsv2billingagreements_payment_information_payment_type_method'
|
|
@@ -890,6 +990,7 @@ require 'cybersource_rest_client/models/ptsv2credits_processing_information_refu
|
|
|
890
990
|
require 'cybersource_rest_client/models/ptsv2credits_recipient_information'
|
|
891
991
|
require 'cybersource_rest_client/models/ptsv2credits_sender_information'
|
|
892
992
|
require 'cybersource_rest_client/models/ptsv2credits_sender_information_account'
|
|
993
|
+
require 'cybersource_rest_client/models/ptsv2credits_token_information'
|
|
893
994
|
require 'cybersource_rest_client/models/ptsv2intents_client_reference_information'
|
|
894
995
|
require 'cybersource_rest_client/models/ptsv2intents_event_information'
|
|
895
996
|
require 'cybersource_rest_client/models/ptsv2intents_merchant_information'
|
|
@@ -897,7 +998,6 @@ require 'cybersource_rest_client/models/ptsv2intents_merchant_information_mercha
|
|
|
897
998
|
require 'cybersource_rest_client/models/ptsv2intents_order_information'
|
|
898
999
|
require 'cybersource_rest_client/models/ptsv2intents_order_information_amount_details'
|
|
899
1000
|
require 'cybersource_rest_client/models/ptsv2intents_order_information_bill_to'
|
|
900
|
-
require 'cybersource_rest_client/models/ptsv2intents_order_information_invoice_details'
|
|
901
1001
|
require 'cybersource_rest_client/models/ptsv2intents_order_information_line_items'
|
|
902
1002
|
require 'cybersource_rest_client/models/ptsv2intents_order_information_ship_to'
|
|
903
1003
|
require 'cybersource_rest_client/models/ptsv2intents_payment_information'
|
|
@@ -977,6 +1077,7 @@ require 'cybersource_rest_client/models/ptsv2payments_order_information_amount_d
|
|
|
977
1077
|
require 'cybersource_rest_client/models/ptsv2payments_order_information_amount_details_tax_details'
|
|
978
1078
|
require 'cybersource_rest_client/models/ptsv2payments_order_information_bill_to'
|
|
979
1079
|
require 'cybersource_rest_client/models/ptsv2payments_order_information_bill_to_company'
|
|
1080
|
+
require 'cybersource_rest_client/models/ptsv2payments_order_information_digital_currency'
|
|
980
1081
|
require 'cybersource_rest_client/models/ptsv2payments_order_information_invoice_details'
|
|
981
1082
|
require 'cybersource_rest_client/models/ptsv2payments_order_information_invoice_details_transaction_advice_addendum'
|
|
982
1083
|
require 'cybersource_rest_client/models/ptsv2payments_order_information_line_items'
|
|
@@ -986,6 +1087,7 @@ require 'cybersource_rest_client/models/ptsv2payments_order_information_shipping
|
|
|
986
1087
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information'
|
|
987
1088
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_bank'
|
|
988
1089
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_bank_account'
|
|
1090
|
+
require 'cybersource_rest_client/models/ptsv2payments_payment_information_bank_account_alias'
|
|
989
1091
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_card'
|
|
990
1092
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_customer'
|
|
991
1093
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_direct_debit'
|
|
@@ -1002,6 +1104,7 @@ require 'cybersource_rest_client/models/ptsv2payments_payment_information_paymen
|
|
|
1002
1104
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_sepa'
|
|
1003
1105
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_sepa_direct_debit'
|
|
1004
1106
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_shipping_address'
|
|
1107
|
+
require 'cybersource_rest_client/models/ptsv2payments_payment_information_third_party_token'
|
|
1005
1108
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_tokenized_card'
|
|
1006
1109
|
require 'cybersource_rest_client/models/ptsv2payments_payment_information_tokenized_payment_method'
|
|
1007
1110
|
require 'cybersource_rest_client/models/ptsv2payments_point_of_sale_information'
|
|
@@ -1016,6 +1119,7 @@ require 'cybersource_rest_client/models/ptsv2payments_processing_information_ele
|
|
|
1016
1119
|
require 'cybersource_rest_client/models/ptsv2payments_processing_information_japan_payment_options'
|
|
1017
1120
|
require 'cybersource_rest_client/models/ptsv2payments_processing_information_japan_payment_options_bonuses'
|
|
1018
1121
|
require 'cybersource_rest_client/models/ptsv2payments_processing_information_loan_options'
|
|
1122
|
+
require 'cybersource_rest_client/models/ptsv2payments_processing_information_program_indicators'
|
|
1019
1123
|
require 'cybersource_rest_client/models/ptsv2payments_processing_information_purchase_options'
|
|
1020
1124
|
require 'cybersource_rest_client/models/ptsv2payments_processing_information_recurring_options'
|
|
1021
1125
|
require 'cybersource_rest_client/models/ptsv2payments_processor_information'
|
|
@@ -1036,6 +1140,8 @@ require 'cybersource_rest_client/models/ptsv2payments_sender_information_account
|
|
|
1036
1140
|
require 'cybersource_rest_client/models/ptsv2payments_token_information'
|
|
1037
1141
|
require 'cybersource_rest_client/models/ptsv2payments_token_information_payment_instrument'
|
|
1038
1142
|
require 'cybersource_rest_client/models/ptsv2payments_token_information_shipping_address'
|
|
1143
|
+
require 'cybersource_rest_client/models/ptsv2payments_token_information_token_authentication_information'
|
|
1144
|
+
require 'cybersource_rest_client/models/ptsv2payments_token_information_token_authentication_information_authenticated_identities'
|
|
1039
1145
|
require 'cybersource_rest_client/models/ptsv2payments_token_information_token_provisioning_information'
|
|
1040
1146
|
require 'cybersource_rest_client/models/ptsv2payments_travel_information'
|
|
1041
1147
|
require 'cybersource_rest_client/models/ptsv2payments_travel_information_agency'
|
|
@@ -1092,6 +1198,7 @@ require 'cybersource_rest_client/models/ptsv2paymentsidrefunds_client_reference_
|
|
|
1092
1198
|
require 'cybersource_rest_client/models/ptsv2paymentsidrefunds_merchant_information'
|
|
1093
1199
|
require 'cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information'
|
|
1094
1200
|
require 'cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information_line_items'
|
|
1201
|
+
require 'cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information_shipping_details'
|
|
1095
1202
|
require 'cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information'
|
|
1096
1203
|
require 'cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_bank'
|
|
1097
1204
|
require 'cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_bank_account'
|
|
@@ -1109,6 +1216,7 @@ require 'cybersource_rest_client/models/ptsv2paymentsidrefunds_travel_informatio
|
|
|
1109
1216
|
require 'cybersource_rest_client/models/ptsv2paymentsidrefunds_travel_information_transit_airline_ancillary_information_service'
|
|
1110
1217
|
require 'cybersource_rest_client/models/ptsv2paymentsidreversals_client_reference_information'
|
|
1111
1218
|
require 'cybersource_rest_client/models/ptsv2paymentsidreversals_client_reference_information_partner'
|
|
1219
|
+
require 'cybersource_rest_client/models/ptsv2paymentsidreversals_device_information'
|
|
1112
1220
|
require 'cybersource_rest_client/models/ptsv2paymentsidreversals_order_information'
|
|
1113
1221
|
require 'cybersource_rest_client/models/ptsv2paymentsidreversals_order_information_amount_details'
|
|
1114
1222
|
require 'cybersource_rest_client/models/ptsv2paymentsidreversals_order_information_line_items'
|
|
@@ -1154,6 +1262,34 @@ require 'cybersource_rest_client/models/ptsv2refreshpaymentstatusid_payment_info
|
|
|
1154
1262
|
require 'cybersource_rest_client/models/ptsv2refreshpaymentstatusid_processing_information'
|
|
1155
1263
|
require 'cybersource_rest_client/models/ptsv2reversals_processor_information'
|
|
1156
1264
|
require 'cybersource_rest_client/models/ptsv2voids_processing_information'
|
|
1265
|
+
require 'cybersource_rest_client/models/pull_funds201_response'
|
|
1266
|
+
require 'cybersource_rest_client/models/pull_funds201_response_error_information'
|
|
1267
|
+
require 'cybersource_rest_client/models/pull_funds201_response_error_information_details'
|
|
1268
|
+
require 'cybersource_rest_client/models/pull_funds201_response__links'
|
|
1269
|
+
require 'cybersource_rest_client/models/pull_funds201_response__links_customer'
|
|
1270
|
+
require 'cybersource_rest_client/models/pull_funds201_response__links_instrument_identifier'
|
|
1271
|
+
require 'cybersource_rest_client/models/pull_funds201_response__links_payment_instrument'
|
|
1272
|
+
require 'cybersource_rest_client/models/pull_funds201_response__links_refund'
|
|
1273
|
+
require 'cybersource_rest_client/models/pull_funds201_response__links_reversal'
|
|
1274
|
+
require 'cybersource_rest_client/models/pull_funds201_response__links_self'
|
|
1275
|
+
require 'cybersource_rest_client/models/pull_funds201_response_order_information'
|
|
1276
|
+
require 'cybersource_rest_client/models/pull_funds201_response_order_information_amount_details'
|
|
1277
|
+
require 'cybersource_rest_client/models/pull_funds201_response_processor_information'
|
|
1278
|
+
require 'cybersource_rest_client/models/pull_funds201_response_processor_information_consumer_authentication_response'
|
|
1279
|
+
require 'cybersource_rest_client/models/pull_funds_refund201_response'
|
|
1280
|
+
require 'cybersource_rest_client/models/pull_funds_refund201_response__links'
|
|
1281
|
+
require 'cybersource_rest_client/models/pull_funds_refund201_response__links_self'
|
|
1282
|
+
require 'cybersource_rest_client/models/pull_funds_refund201_response_processor_information'
|
|
1283
|
+
require 'cybersource_rest_client/models/pull_funds_refund_request'
|
|
1284
|
+
require 'cybersource_rest_client/models/pull_funds_request'
|
|
1285
|
+
require 'cybersource_rest_client/models/pull_funds_reversal201_response'
|
|
1286
|
+
require 'cybersource_rest_client/models/pull_funds_reversal201_response_error_information'
|
|
1287
|
+
require 'cybersource_rest_client/models/pull_funds_reversal201_response_error_information_details'
|
|
1288
|
+
require 'cybersource_rest_client/models/pull_funds_reversal201_response__links'
|
|
1289
|
+
require 'cybersource_rest_client/models/pull_funds_reversal201_response__links_self'
|
|
1290
|
+
require 'cybersource_rest_client/models/pull_funds_reversal201_response_processor_information'
|
|
1291
|
+
require 'cybersource_rest_client/models/pull_funds_reversal400_response'
|
|
1292
|
+
require 'cybersource_rest_client/models/pull_funds_reversal_request'
|
|
1157
1293
|
require 'cybersource_rest_client/models/push_funds201_response'
|
|
1158
1294
|
require 'cybersource_rest_client/models/push_funds201_response_client_reference_information'
|
|
1159
1295
|
require 'cybersource_rest_client/models/push_funds201_response_error_information'
|
|
@@ -1172,6 +1308,7 @@ require 'cybersource_rest_client/models/push_funds201_response_payment_informati
|
|
|
1172
1308
|
require 'cybersource_rest_client/models/push_funds201_response_processing_information'
|
|
1173
1309
|
require 'cybersource_rest_client/models/push_funds201_response_processing_information_domestic_national_net'
|
|
1174
1310
|
require 'cybersource_rest_client/models/push_funds201_response_processor_information'
|
|
1311
|
+
require 'cybersource_rest_client/models/push_funds201_response_processor_information_merchant_advice'
|
|
1175
1312
|
require 'cybersource_rest_client/models/push_funds201_response_processor_information_routing'
|
|
1176
1313
|
require 'cybersource_rest_client/models/push_funds201_response_processor_information_settlement'
|
|
1177
1314
|
require 'cybersource_rest_client/models/push_funds201_response_recipient_information'
|
|
@@ -1189,6 +1326,7 @@ require 'cybersource_rest_client/models/rbsv1plans_plan_information_billing_cycl
|
|
|
1189
1326
|
require 'cybersource_rest_client/models/rbsv1plansid_plan_information'
|
|
1190
1327
|
require 'cybersource_rest_client/models/rbsv1plansid_processing_information'
|
|
1191
1328
|
require 'cybersource_rest_client/models/rbsv1plansid_processing_information_subscription_billing_options'
|
|
1329
|
+
require 'cybersource_rest_client/models/rbsv1subscriptions_order_information'
|
|
1192
1330
|
require 'cybersource_rest_client/models/rbsv1subscriptions_payment_information'
|
|
1193
1331
|
require 'cybersource_rest_client/models/rbsv1subscriptions_payment_information_customer'
|
|
1194
1332
|
require 'cybersource_rest_client/models/rbsv1subscriptions_plan_information'
|
|
@@ -1305,7 +1443,6 @@ require 'cybersource_rest_client/models/riskv1authentications_payment_informatio
|
|
|
1305
1443
|
require 'cybersource_rest_client/models/riskv1authentications_payment_information_tokenized_card'
|
|
1306
1444
|
require 'cybersource_rest_client/models/riskv1authentications_risk_information'
|
|
1307
1445
|
require 'cybersource_rest_client/models/riskv1authentications_travel_information'
|
|
1308
|
-
require 'cybersource_rest_client/models/riskv1authenticationsetups_client_reference_information'
|
|
1309
1446
|
require 'cybersource_rest_client/models/riskv1authenticationsetups_payment_information'
|
|
1310
1447
|
require 'cybersource_rest_client/models/riskv1authenticationsetups_payment_information_card'
|
|
1311
1448
|
require 'cybersource_rest_client/models/riskv1authenticationsetups_payment_information_customer'
|
|
@@ -1353,7 +1490,6 @@ require 'cybersource_rest_client/models/riskv1exportcomplianceinquiries_order_in
|
|
|
1353
1490
|
require 'cybersource_rest_client/models/riskv1exportcomplianceinquiries_order_information_line_items'
|
|
1354
1491
|
require 'cybersource_rest_client/models/riskv1exportcomplianceinquiries_order_information_ship_to'
|
|
1355
1492
|
require 'cybersource_rest_client/models/riskv1liststypeentries_buyer_information'
|
|
1356
|
-
require 'cybersource_rest_client/models/riskv1liststypeentries_client_reference_information'
|
|
1357
1493
|
require 'cybersource_rest_client/models/riskv1liststypeentries_device_information'
|
|
1358
1494
|
require 'cybersource_rest_client/models/riskv1liststypeentries_order_information'
|
|
1359
1495
|
require 'cybersource_rest_client/models/riskv1liststypeentries_order_information_address'
|
|
@@ -1444,11 +1580,17 @@ require 'cybersource_rest_client/models/tms_payment_instrument_processing_info'
|
|
|
1444
1580
|
require 'cybersource_rest_client/models/tms_payment_instrument_processing_info_bank_transfer_options'
|
|
1445
1581
|
require 'cybersource_rest_client/models/tms_sensitive_privileges'
|
|
1446
1582
|
require 'cybersource_rest_client/models/tms_token_formats'
|
|
1583
|
+
require 'cybersource_rest_client/models/tms_tokenized_card_delete_request'
|
|
1584
|
+
require 'cybersource_rest_client/models/tmsv1paymentinstruments__embedded'
|
|
1447
1585
|
require 'cybersource_rest_client/models/tmsv2_tokenized_card'
|
|
1448
1586
|
require 'cybersource_rest_client/models/tmsv2_tokenized_card_card'
|
|
1449
1587
|
require 'cybersource_rest_client/models/tmsv2_tokenized_card_card_terms_and_conditions'
|
|
1450
1588
|
require 'cybersource_rest_client/models/tmsv2_tokenized_card_metadata'
|
|
1451
1589
|
require 'cybersource_rest_client/models/tmsv2_tokenized_card_metadata_issuer'
|
|
1590
|
+
require 'cybersource_rest_client/models/tmsv2_tokenized_card_metadata_issuer_bank_applications'
|
|
1591
|
+
require 'cybersource_rest_client/models/tmsv2_tokenized_card_metadata_issuer_capabilities'
|
|
1592
|
+
require 'cybersource_rest_client/models/tmsv2_tokenized_card_verification_results'
|
|
1593
|
+
require 'cybersource_rest_client/models/tmsv2customers__embedded'
|
|
1452
1594
|
require 'cybersource_rest_client/models/tmsv2tokenize_processing_information'
|
|
1453
1595
|
require 'cybersource_rest_client/models/tmsv2tokenize_token_information'
|
|
1454
1596
|
require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer'
|
|
@@ -1483,8 +1625,10 @@ require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer
|
|
|
1483
1625
|
require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer_merchant_defined_information'
|
|
1484
1626
|
require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer_metadata'
|
|
1485
1627
|
require 'cybersource_rest_client/models/tmsv2tokenize_token_information_customer_object_information'
|
|
1628
|
+
require 'cybersource_rest_client/models/tmsv2tokenizedcards_bill_to'
|
|
1486
1629
|
require 'cybersource_rest_client/models/tmsv2tokenizedcards_card'
|
|
1487
1630
|
require 'cybersource_rest_client/models/tmsv2tokenizedcards_passcode'
|
|
1631
|
+
require 'cybersource_rest_client/models/tmsv2tokenizedcardstokenized_card_iddelete_reason'
|
|
1488
1632
|
require 'cybersource_rest_client/models/tmsv2tokenizedcardstokenized_card_idissuerlifecycleeventsimulations_card'
|
|
1489
1633
|
require 'cybersource_rest_client/models/tmsv2tokenizedcardstokenized_card_idissuerlifecycleeventsimulations_metadata'
|
|
1490
1634
|
require 'cybersource_rest_client/models/tmsv2tokenizedcardstokenized_card_idissuerlifecycleeventsimulations_metadata_card_art'
|
|
@@ -1495,7 +1639,6 @@ require 'cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_me
|
|
|
1495
1639
|
require 'cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_merchant_information_merchant_descriptor'
|
|
1496
1640
|
require 'cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_order_information'
|
|
1497
1641
|
require 'cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_order_information_amount_details'
|
|
1498
|
-
require 'cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_order_information_bill_to'
|
|
1499
1642
|
require 'cybersource_rest_client/models/token_permissions'
|
|
1500
1643
|
require 'cybersource_rest_client/models/tss_v2_get_emv_tags200_response'
|
|
1501
1644
|
require 'cybersource_rest_client/models/tss_v2_get_emv_tags200_response_emv_tag_breakdown_list'
|
|
@@ -1586,6 +1729,50 @@ require 'cybersource_rest_client/models/tss_v2_transactions_post201_response__em
|
|
|
1586
1729
|
require 'cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_risk_information_providers_fingerprint'
|
|
1587
1730
|
require 'cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_transaction_summaries'
|
|
1588
1731
|
require 'cybersource_rest_client/models/tssv2transactionsemv_tag_details_emv_details_list'
|
|
1732
|
+
require 'cybersource_rest_client/models/ucv1sessions_appearance'
|
|
1733
|
+
require 'cybersource_rest_client/models/ucv1sessions_appearance_variables'
|
|
1734
|
+
require 'cybersource_rest_client/models/ucv1sessions_capture_mandate'
|
|
1735
|
+
require 'cybersource_rest_client/models/ucv1sessions_capture_mandate_cpf'
|
|
1736
|
+
require 'cybersource_rest_client/models/ucv1sessions_complete_mandate'
|
|
1737
|
+
require 'cybersource_rest_client/models/ucv1sessions_complete_mandate_tms'
|
|
1738
|
+
require 'cybersource_rest_client/models/ucv1sessions_data'
|
|
1739
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_aggregator_information'
|
|
1740
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_aggregator_information_sub_merchant'
|
|
1741
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_buyer_information'
|
|
1742
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_buyer_information_personal_identification'
|
|
1743
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_consumer_authentication_information'
|
|
1744
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_device_information'
|
|
1745
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_installment_information'
|
|
1746
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_merchant_defined_information'
|
|
1747
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_merchant_information'
|
|
1748
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_merchant_information_merchant_descriptor'
|
|
1749
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_order_information'
|
|
1750
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_order_information_amount_details'
|
|
1751
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_order_information_amount_details_tax_details'
|
|
1752
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_order_information_bill_to'
|
|
1753
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_order_information_bill_to_company'
|
|
1754
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_order_information_invoice_details'
|
|
1755
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_order_information_invoice_details_transaction_advice_addendum'
|
|
1756
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_order_information_line_items'
|
|
1757
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_order_information_shipping_details'
|
|
1758
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_payment_information'
|
|
1759
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_payment_information_card'
|
|
1760
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_processing_information'
|
|
1761
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_processing_information_authorization_options'
|
|
1762
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_processing_information_authorization_options_initiator'
|
|
1763
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_processing_information_bank_transfer_options'
|
|
1764
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_processing_information_recurring_options'
|
|
1765
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_recipient_information'
|
|
1766
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_sender_information'
|
|
1767
|
+
require 'cybersource_rest_client/models/ucv1sessions_data_sender_information_account'
|
|
1768
|
+
require 'cybersource_rest_client/models/ucv1sessions_payment_configurations'
|
|
1769
|
+
require 'cybersource_rest_client/models/ucv1sessions_payment_configurations_clicktopay'
|
|
1770
|
+
require 'cybersource_rest_client/models/ucv1sessions_payment_configurations_googlepay'
|
|
1771
|
+
require 'cybersource_rest_client/models/ucv1sessions_payment_configurations_tms_token'
|
|
1772
|
+
require 'cybersource_rest_client/models/ucv1sessions_payment_configurations_tms_token_customer'
|
|
1773
|
+
require 'cybersource_rest_client/models/ucv1sessions_payment_configurations_tms_token_instrument_identifiers'
|
|
1774
|
+
require 'cybersource_rest_client/models/ucv1sessions_payment_configurations_tms_token_payment_instruments'
|
|
1775
|
+
require 'cybersource_rest_client/models/ucv1sessions_transient_token_response_options'
|
|
1589
1776
|
require 'cybersource_rest_client/models/ums_v1_users_get200_response'
|
|
1590
1777
|
require 'cybersource_rest_client/models/ums_v1_users_get200_response_account_information'
|
|
1591
1778
|
require 'cybersource_rest_client/models/ums_v1_users_get200_response_contact_information'
|
|
@@ -1615,6 +1802,7 @@ require 'cybersource_rest_client/models/underwriting_configuration_sale_represen
|
|
|
1615
1802
|
require 'cybersource_rest_client/models/update_invoice_request'
|
|
1616
1803
|
require 'cybersource_rest_client/models/update_order_request'
|
|
1617
1804
|
require 'cybersource_rest_client/models/update_payment_link_request'
|
|
1805
|
+
require 'cybersource_rest_client/models/update_payments'
|
|
1618
1806
|
require 'cybersource_rest_client/models/update_plan_request'
|
|
1619
1807
|
require 'cybersource_rest_client/models/update_plan_response'
|
|
1620
1808
|
require 'cybersource_rest_client/models/update_plan_response_plan_information'
|
|
@@ -1656,6 +1844,8 @@ require 'cybersource_rest_client/models/upv1capturecontexts_data_processing_info
|
|
|
1656
1844
|
require 'cybersource_rest_client/models/upv1capturecontexts_data_recipient_information'
|
|
1657
1845
|
require 'cybersource_rest_client/models/upv1capturecontexts_order_information'
|
|
1658
1846
|
require 'cybersource_rest_client/models/upv1capturecontexts_order_information_amount_details'
|
|
1847
|
+
require 'cybersource_rest_client/models/upv1capturecontexts_order_information_bill_to'
|
|
1848
|
+
require 'cybersource_rest_client/models/upv1capturecontexts_order_information_bill_to_company'
|
|
1659
1849
|
require 'cybersource_rest_client/models/v1_file_details_get200_response'
|
|
1660
1850
|
require 'cybersource_rest_client/models/v1_file_details_get200_response_file_details'
|
|
1661
1851
|
require 'cybersource_rest_client/models/v1_file_details_get200_response__links'
|
|
@@ -1685,6 +1875,14 @@ require 'cybersource_rest_client/models/vas_v2_payments_post400_response'
|
|
|
1685
1875
|
require 'cybersource_rest_client/models/vas_v2_tax_void200_response'
|
|
1686
1876
|
require 'cybersource_rest_client/models/vas_v2_tax_void200_response_void_amount_details'
|
|
1687
1877
|
require 'cybersource_rest_client/models/vas_v2_tax_voids_post400_response'
|
|
1878
|
+
require 'cybersource_rest_client/models/vasv1currencyconversion_client_reference_information'
|
|
1879
|
+
require 'cybersource_rest_client/models/vasv1currencyconversion_client_reference_information_partner'
|
|
1880
|
+
require 'cybersource_rest_client/models/vasv1currencyconversion_order_information'
|
|
1881
|
+
require 'cybersource_rest_client/models/vasv1currencyconversion_order_information_amount_details'
|
|
1882
|
+
require 'cybersource_rest_client/models/vasv1currencyconversion_order_information_currency_conversion'
|
|
1883
|
+
require 'cybersource_rest_client/models/vasv1currencyconversion_payment_information'
|
|
1884
|
+
require 'cybersource_rest_client/models/vasv1currencyconversion_payment_information_card'
|
|
1885
|
+
require 'cybersource_rest_client/models/vasv1currencyconversion_point_of_sale_information'
|
|
1688
1886
|
require 'cybersource_rest_client/models/vasv2tax_buyer_information'
|
|
1689
1887
|
require 'cybersource_rest_client/models/vasv2tax_client_reference_information'
|
|
1690
1888
|
require 'cybersource_rest_client/models/vasv2tax_merchant_information'
|
|
@@ -1717,6 +1915,7 @@ require 'cybersource_rest_client/api/chargeback_details_api'
|
|
|
1717
1915
|
require 'cybersource_rest_client/api/chargeback_summaries_api'
|
|
1718
1916
|
require 'cybersource_rest_client/api/conversion_details_api'
|
|
1719
1917
|
require 'cybersource_rest_client/api/create_new_webhooks_api'
|
|
1918
|
+
require 'cybersource_rest_client/api/credentials_api'
|
|
1720
1919
|
require 'cybersource_rest_client/api/credit_api'
|
|
1721
1920
|
require 'cybersource_rest_client/api/customer_api'
|
|
1722
1921
|
require 'cybersource_rest_client/api/customer_payment_instrument_api'
|
|
@@ -1739,6 +1938,7 @@ require 'cybersource_rest_client/api/merchant_boarding_api'
|
|
|
1739
1938
|
require 'cybersource_rest_client/api/merchant_defined_fields_api'
|
|
1740
1939
|
require 'cybersource_rest_client/api/microform_integration_api'
|
|
1741
1940
|
require 'cybersource_rest_client/api/net_fundings_api'
|
|
1941
|
+
require 'cybersource_rest_client/api/network_tokens_api'
|
|
1742
1942
|
require 'cybersource_rest_client/api/notification_of_changes_api'
|
|
1743
1943
|
require 'cybersource_rest_client/api/offers_api'
|
|
1744
1944
|
require 'cybersource_rest_client/api/orders_api'
|
|
@@ -1750,6 +1950,7 @@ require 'cybersource_rest_client/api/payment_tokens_api'
|
|
|
1750
1950
|
require 'cybersource_rest_client/api/payments_api'
|
|
1751
1951
|
require 'cybersource_rest_client/api/payouts_api'
|
|
1752
1952
|
require 'cybersource_rest_client/api/plans_api'
|
|
1953
|
+
require 'cybersource_rest_client/api/pull_funds_api'
|
|
1753
1954
|
require 'cybersource_rest_client/api/purchase_and_refund_details_api'
|
|
1754
1955
|
require 'cybersource_rest_client/api/push_funds_api'
|
|
1755
1956
|
require 'cybersource_rest_client/api/refund_api'
|
|
@@ -1765,13 +1966,12 @@ require 'cybersource_rest_client/api/secure_file_share_api'
|
|
|
1765
1966
|
require 'cybersource_rest_client/api/subscriptions_api'
|
|
1766
1967
|
require 'cybersource_rest_client/api/subscriptions_follow_ons_api'
|
|
1767
1968
|
require 'cybersource_rest_client/api/taxes_api'
|
|
1768
|
-
require 'cybersource_rest_client/api/token_api'
|
|
1769
1969
|
require 'cybersource_rest_client/api/tokenize_api'
|
|
1770
|
-
require 'cybersource_rest_client/api/tokenized_card_api'
|
|
1771
1970
|
require 'cybersource_rest_client/api/transaction_batches_api'
|
|
1772
1971
|
require 'cybersource_rest_client/api/transaction_details_api'
|
|
1773
|
-
require 'cybersource_rest_client/api/
|
|
1972
|
+
require 'cybersource_rest_client/api/transient_token_data_v2_api'
|
|
1774
1973
|
require 'cybersource_rest_client/api/unified_checkout_capture_context_api'
|
|
1974
|
+
require 'cybersource_rest_client/api/unified_checkout_v1_capture_context_api'
|
|
1775
1975
|
require 'cybersource_rest_client/api/user_management_api'
|
|
1776
1976
|
require 'cybersource_rest_client/api/user_management_search_api'
|
|
1777
1977
|
require 'cybersource_rest_client/api/verification_api'
|