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
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cybersource_rest_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.84
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- CyberSource
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-05-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -16,60 +16,60 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '1.
|
|
19
|
+
version: '1.5'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 1.
|
|
22
|
+
version: 1.5.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
26
|
requirements:
|
|
27
27
|
- - "~>"
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: '1.
|
|
29
|
+
version: '1.5'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 1.
|
|
32
|
+
version: 1.5.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: json
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
|
36
36
|
requirements:
|
|
37
37
|
- - "~>"
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: '2.
|
|
39
|
+
version: '2.18'
|
|
40
40
|
- - ">="
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
|
-
version: 2.
|
|
42
|
+
version: 2.18.1
|
|
43
43
|
type: :runtime
|
|
44
44
|
prerelease: false
|
|
45
45
|
version_requirements: !ruby/object:Gem::Requirement
|
|
46
46
|
requirements:
|
|
47
47
|
- - "~>"
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
|
-
version: '2.
|
|
49
|
+
version: '2.18'
|
|
50
50
|
- - ">="
|
|
51
51
|
- !ruby/object:Gem::Version
|
|
52
|
-
version: 2.
|
|
52
|
+
version: 2.18.1
|
|
53
53
|
- !ruby/object:Gem::Dependency
|
|
54
54
|
name: activesupport
|
|
55
55
|
requirement: !ruby/object:Gem::Requirement
|
|
56
56
|
requirements:
|
|
57
|
-
- - "
|
|
57
|
+
- - "~>"
|
|
58
58
|
- !ruby/object:Gem::Version
|
|
59
|
-
version:
|
|
60
|
-
- - "
|
|
59
|
+
version: '7.2'
|
|
60
|
+
- - ">="
|
|
61
61
|
- !ruby/object:Gem::Version
|
|
62
|
-
version:
|
|
62
|
+
version: 7.2.3.1
|
|
63
63
|
type: :runtime
|
|
64
64
|
prerelease: false
|
|
65
65
|
version_requirements: !ruby/object:Gem::Requirement
|
|
66
66
|
requirements:
|
|
67
|
-
- - "
|
|
67
|
+
- - "~>"
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version:
|
|
70
|
-
- - "
|
|
69
|
+
version: '7.2'
|
|
70
|
+
- - ">="
|
|
71
71
|
- !ruby/object:Gem::Version
|
|
72
|
-
version:
|
|
72
|
+
version: 7.2.3.1
|
|
73
73
|
- !ruby/object:Gem::Dependency
|
|
74
74
|
name: interface
|
|
75
75
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -94,16 +94,22 @@ dependencies:
|
|
|
94
94
|
name: jwt
|
|
95
95
|
requirement: !ruby/object:Gem::Requirement
|
|
96
96
|
requirements:
|
|
97
|
-
- -
|
|
97
|
+
- - "~>"
|
|
98
98
|
- !ruby/object:Gem::Version
|
|
99
|
-
version:
|
|
99
|
+
version: '3.1'
|
|
100
|
+
- - ">="
|
|
101
|
+
- !ruby/object:Gem::Version
|
|
102
|
+
version: 3.1.2
|
|
100
103
|
type: :runtime
|
|
101
104
|
prerelease: false
|
|
102
105
|
version_requirements: !ruby/object:Gem::Requirement
|
|
103
106
|
requirements:
|
|
104
|
-
- -
|
|
107
|
+
- - "~>"
|
|
108
|
+
- !ruby/object:Gem::Version
|
|
109
|
+
version: '3.1'
|
|
110
|
+
- - ">="
|
|
105
111
|
- !ruby/object:Gem::Version
|
|
106
|
-
version:
|
|
112
|
+
version: 3.1.2
|
|
107
113
|
- !ruby/object:Gem::Dependency
|
|
108
114
|
name: addressable
|
|
109
115
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -113,7 +119,7 @@ dependencies:
|
|
|
113
119
|
version: '2.8'
|
|
114
120
|
- - ">="
|
|
115
121
|
- !ruby/object:Gem::Version
|
|
116
|
-
version: 2.8.
|
|
122
|
+
version: 2.8.8
|
|
117
123
|
type: :runtime
|
|
118
124
|
prerelease: false
|
|
119
125
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -123,109 +129,109 @@ dependencies:
|
|
|
123
129
|
version: '2.8'
|
|
124
130
|
- - ">="
|
|
125
131
|
- !ruby/object:Gem::Version
|
|
126
|
-
version: 2.8.
|
|
132
|
+
version: 2.8.8
|
|
127
133
|
- !ruby/object:Gem::Dependency
|
|
128
134
|
name: time
|
|
129
135
|
requirement: !ruby/object:Gem::Requirement
|
|
130
136
|
requirements:
|
|
131
137
|
- - "~>"
|
|
132
138
|
- !ruby/object:Gem::Version
|
|
133
|
-
version: 0.
|
|
139
|
+
version: 0.4.2
|
|
134
140
|
type: :runtime
|
|
135
141
|
prerelease: false
|
|
136
142
|
version_requirements: !ruby/object:Gem::Requirement
|
|
137
143
|
requirements:
|
|
138
144
|
- - "~>"
|
|
139
145
|
- !ruby/object:Gem::Version
|
|
140
|
-
version: 0.
|
|
146
|
+
version: 0.4.2
|
|
141
147
|
- !ruby/object:Gem::Dependency
|
|
142
148
|
name: jose
|
|
143
149
|
requirement: !ruby/object:Gem::Requirement
|
|
144
150
|
requirements:
|
|
145
151
|
- - "~>"
|
|
146
152
|
- !ruby/object:Gem::Version
|
|
147
|
-
version: '1.
|
|
153
|
+
version: '1.2'
|
|
148
154
|
type: :runtime
|
|
149
155
|
prerelease: false
|
|
150
156
|
version_requirements: !ruby/object:Gem::Requirement
|
|
151
157
|
requirements:
|
|
152
158
|
- - "~>"
|
|
153
159
|
- !ruby/object:Gem::Version
|
|
154
|
-
version: '1.
|
|
160
|
+
version: '1.2'
|
|
155
161
|
- !ruby/object:Gem::Dependency
|
|
156
162
|
name: rubocop
|
|
157
163
|
requirement: !ruby/object:Gem::Requirement
|
|
158
164
|
requirements:
|
|
159
|
-
- - "
|
|
165
|
+
- - ">="
|
|
166
|
+
- !ruby/object:Gem::Version
|
|
167
|
+
version: 1.31.0
|
|
168
|
+
- - "<"
|
|
160
169
|
- !ruby/object:Gem::Version
|
|
161
|
-
version:
|
|
170
|
+
version: 1.31.1
|
|
162
171
|
type: :development
|
|
163
172
|
prerelease: false
|
|
164
173
|
version_requirements: !ruby/object:Gem::Requirement
|
|
165
174
|
requirements:
|
|
166
|
-
- - "
|
|
175
|
+
- - ">="
|
|
167
176
|
- !ruby/object:Gem::Version
|
|
168
|
-
version:
|
|
177
|
+
version: 1.31.0
|
|
178
|
+
- - "<"
|
|
179
|
+
- !ruby/object:Gem::Version
|
|
180
|
+
version: 1.31.1
|
|
169
181
|
- !ruby/object:Gem::Dependency
|
|
170
182
|
name: rspec
|
|
171
183
|
requirement: !ruby/object:Gem::Requirement
|
|
172
184
|
requirements:
|
|
173
185
|
- - "~>"
|
|
174
186
|
- !ruby/object:Gem::Version
|
|
175
|
-
version: '3.
|
|
187
|
+
version: '3.13'
|
|
176
188
|
- - ">="
|
|
177
189
|
- !ruby/object:Gem::Version
|
|
178
|
-
version: 3.
|
|
190
|
+
version: 3.13.2
|
|
179
191
|
type: :development
|
|
180
192
|
prerelease: false
|
|
181
193
|
version_requirements: !ruby/object:Gem::Requirement
|
|
182
194
|
requirements:
|
|
183
195
|
- - "~>"
|
|
184
196
|
- !ruby/object:Gem::Version
|
|
185
|
-
version: '3.
|
|
197
|
+
version: '3.13'
|
|
186
198
|
- - ">="
|
|
187
199
|
- !ruby/object:Gem::Version
|
|
188
|
-
version: 3.
|
|
200
|
+
version: 3.13.2
|
|
189
201
|
- !ruby/object:Gem::Dependency
|
|
190
202
|
name: vcr
|
|
191
203
|
requirement: !ruby/object:Gem::Requirement
|
|
192
204
|
requirements:
|
|
193
205
|
- - "~>"
|
|
194
206
|
- !ruby/object:Gem::Version
|
|
195
|
-
version:
|
|
196
|
-
- - ">="
|
|
197
|
-
- !ruby/object:Gem::Version
|
|
198
|
-
version: 5.0.0
|
|
207
|
+
version: 6.4.0
|
|
199
208
|
type: :development
|
|
200
209
|
prerelease: false
|
|
201
210
|
version_requirements: !ruby/object:Gem::Requirement
|
|
202
211
|
requirements:
|
|
203
212
|
- - "~>"
|
|
204
213
|
- !ruby/object:Gem::Version
|
|
205
|
-
version:
|
|
206
|
-
- - ">="
|
|
207
|
-
- !ruby/object:Gem::Version
|
|
208
|
-
version: 5.0.0
|
|
214
|
+
version: 6.4.0
|
|
209
215
|
- !ruby/object:Gem::Dependency
|
|
210
216
|
name: autotest
|
|
211
217
|
requirement: !ruby/object:Gem::Requirement
|
|
212
218
|
requirements:
|
|
213
219
|
- - "~>"
|
|
214
220
|
- !ruby/object:Gem::Version
|
|
215
|
-
version: '
|
|
221
|
+
version: '5.0'
|
|
216
222
|
- - ">="
|
|
217
223
|
- !ruby/object:Gem::Version
|
|
218
|
-
version:
|
|
224
|
+
version: 5.0.0
|
|
219
225
|
type: :development
|
|
220
226
|
prerelease: false
|
|
221
227
|
version_requirements: !ruby/object:Gem::Requirement
|
|
222
228
|
requirements:
|
|
223
229
|
- - "~>"
|
|
224
230
|
- !ruby/object:Gem::Version
|
|
225
|
-
version: '
|
|
231
|
+
version: '5.0'
|
|
226
232
|
- - ">="
|
|
227
233
|
- !ruby/object:Gem::Version
|
|
228
|
-
version:
|
|
234
|
+
version: 5.0.0
|
|
229
235
|
- !ruby/object:Gem::Dependency
|
|
230
236
|
name: autotest-rails-pure
|
|
231
237
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -272,20 +278,20 @@ dependencies:
|
|
|
272
278
|
requirements:
|
|
273
279
|
- - "~>"
|
|
274
280
|
- !ruby/object:Gem::Version
|
|
275
|
-
version:
|
|
281
|
+
version: 0.3.1
|
|
276
282
|
- - ">="
|
|
277
283
|
- !ruby/object:Gem::Version
|
|
278
|
-
version: 0.
|
|
284
|
+
version: 0.3.1
|
|
279
285
|
type: :development
|
|
280
286
|
prerelease: false
|
|
281
287
|
version_requirements: !ruby/object:Gem::Requirement
|
|
282
288
|
requirements:
|
|
283
289
|
- - "~>"
|
|
284
290
|
- !ruby/object:Gem::Version
|
|
285
|
-
version:
|
|
291
|
+
version: 0.3.1
|
|
286
292
|
- - ">="
|
|
287
293
|
- !ruby/object:Gem::Version
|
|
288
|
-
version: 0.
|
|
294
|
+
version: 0.3.1
|
|
289
295
|
description: Simple REST API for the CyberSource Global Payments Platform
|
|
290
296
|
email:
|
|
291
297
|
- cybersourcedev@gmail.com
|
|
@@ -326,6 +332,7 @@ files:
|
|
|
326
332
|
- lib/cybersource_rest_client/api/chargeback_summaries_api.rb
|
|
327
333
|
- lib/cybersource_rest_client/api/conversion_details_api.rb
|
|
328
334
|
- lib/cybersource_rest_client/api/create_new_webhooks_api.rb
|
|
335
|
+
- lib/cybersource_rest_client/api/credentials_api.rb
|
|
329
336
|
- lib/cybersource_rest_client/api/credit_api.rb
|
|
330
337
|
- lib/cybersource_rest_client/api/customer_api.rb
|
|
331
338
|
- lib/cybersource_rest_client/api/customer_payment_instrument_api.rb
|
|
@@ -348,6 +355,7 @@ files:
|
|
|
348
355
|
- lib/cybersource_rest_client/api/merchant_defined_fields_api.rb
|
|
349
356
|
- lib/cybersource_rest_client/api/microform_integration_api.rb
|
|
350
357
|
- lib/cybersource_rest_client/api/net_fundings_api.rb
|
|
358
|
+
- lib/cybersource_rest_client/api/network_tokens_api.rb
|
|
351
359
|
- lib/cybersource_rest_client/api/notification_of_changes_api.rb
|
|
352
360
|
- lib/cybersource_rest_client/api/o_auth_api.rb
|
|
353
361
|
- lib/cybersource_rest_client/api/offers_api.rb
|
|
@@ -360,6 +368,7 @@ files:
|
|
|
360
368
|
- lib/cybersource_rest_client/api/payments_api.rb
|
|
361
369
|
- lib/cybersource_rest_client/api/payouts_api.rb
|
|
362
370
|
- lib/cybersource_rest_client/api/plans_api.rb
|
|
371
|
+
- lib/cybersource_rest_client/api/pull_funds_api.rb
|
|
363
372
|
- lib/cybersource_rest_client/api/purchase_and_refund_details_api.rb
|
|
364
373
|
- lib/cybersource_rest_client/api/push_funds_api.rb
|
|
365
374
|
- lib/cybersource_rest_client/api/refund_api.rb
|
|
@@ -375,13 +384,12 @@ files:
|
|
|
375
384
|
- lib/cybersource_rest_client/api/subscriptions_api.rb
|
|
376
385
|
- lib/cybersource_rest_client/api/subscriptions_follow_ons_api.rb
|
|
377
386
|
- lib/cybersource_rest_client/api/taxes_api.rb
|
|
378
|
-
- lib/cybersource_rest_client/api/token_api.rb
|
|
379
387
|
- lib/cybersource_rest_client/api/tokenize_api.rb
|
|
380
|
-
- lib/cybersource_rest_client/api/tokenized_card_api.rb
|
|
381
388
|
- lib/cybersource_rest_client/api/transaction_batches_api.rb
|
|
382
389
|
- lib/cybersource_rest_client/api/transaction_details_api.rb
|
|
383
|
-
- lib/cybersource_rest_client/api/
|
|
390
|
+
- lib/cybersource_rest_client/api/transient_token_data_v2_api.rb
|
|
384
391
|
- lib/cybersource_rest_client/api/unified_checkout_capture_context_api.rb
|
|
392
|
+
- lib/cybersource_rest_client/api/unified_checkout_v1_capture_context_api.rb
|
|
385
393
|
- lib/cybersource_rest_client/api/user_management_api.rb
|
|
386
394
|
- lib/cybersource_rest_client/api/user_management_search_api.rb
|
|
387
395
|
- lib/cybersource_rest_client/api/verification_api.rb
|
|
@@ -418,6 +426,8 @@ files:
|
|
|
418
426
|
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_ship_to.rb
|
|
419
427
|
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_payment_options.rb
|
|
420
428
|
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_transaction_data.rb
|
|
429
|
+
- lib/cybersource_rest_client/models/acpv1mppcredentials_challenge.rb
|
|
430
|
+
- lib/cybersource_rest_client/models/acpv1mppcredentials_challenge_encryption_jwk.rb
|
|
421
431
|
- lib/cybersource_rest_client/models/acpv1tokens_assurance_data.rb
|
|
422
432
|
- lib/cybersource_rest_client/models/acpv1tokens_authenticated_identities.rb
|
|
423
433
|
- lib/cybersource_rest_client/models/acpv1tokens_authentication_context.rb
|
|
@@ -460,7 +470,11 @@ files:
|
|
|
460
470
|
- lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information.rb
|
|
461
471
|
- lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_bank.rb
|
|
462
472
|
- lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_bank_account.rb
|
|
473
|
+
- lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_customer.rb
|
|
474
|
+
- lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_instrument_identifier.rb
|
|
475
|
+
- lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_payment_instrument.rb
|
|
463
476
|
- lib/cybersource_rest_client/models/bavsv1accountvalidations_processing_information.rb
|
|
477
|
+
- lib/cybersource_rest_client/models/bavsv1accountvalidations_token_information.rb
|
|
464
478
|
- lib/cybersource_rest_client/models/binv1binlookup_client_reference_information.rb
|
|
465
479
|
- lib/cybersource_rest_client/models/binv1binlookup_payment_information.rb
|
|
466
480
|
- lib/cybersource_rest_client/models/binv1binlookup_payment_information_card.rb
|
|
@@ -470,6 +484,7 @@ files:
|
|
|
470
484
|
- lib/cybersource_rest_client/models/boardingv1registrations_document_information.rb
|
|
471
485
|
- lib/cybersource_rest_client/models/boardingv1registrations_document_information_signed_documents.rb
|
|
472
486
|
- lib/cybersource_rest_client/models/boardingv1registrations_integration_information.rb
|
|
487
|
+
- lib/cybersource_rest_client/models/boardingv1registrations_integration_information_msd.rb
|
|
473
488
|
- lib/cybersource_rest_client/models/boardingv1registrations_integration_information_oauth2.rb
|
|
474
489
|
- lib/cybersource_rest_client/models/boardingv1registrations_integration_information_tenant_configurations.rb
|
|
475
490
|
- lib/cybersource_rest_client/models/boardingv1registrations_integration_information_tenant_information.rb
|
|
@@ -593,6 +608,7 @@ files:
|
|
|
593
608
|
- lib/cybersource_rest_client/models/generate_capture_context_request.rb
|
|
594
609
|
- lib/cybersource_rest_client/models/generate_flex_api_capture_context_request.rb
|
|
595
610
|
- lib/cybersource_rest_client/models/generate_unified_checkout_capture_context_request.rb
|
|
611
|
+
- lib/cybersource_rest_client/models/generate_unified_checkout_v1_capture_context_request.rb
|
|
596
612
|
- lib/cybersource_rest_client/models/get_all_plans_response.rb
|
|
597
613
|
- lib/cybersource_rest_client/models/get_all_plans_response__links.rb
|
|
598
614
|
- lib/cybersource_rest_client/models/get_all_plans_response_order_information.rb
|
|
@@ -605,6 +621,8 @@ files:
|
|
|
605
621
|
- lib/cybersource_rest_client/models/get_all_subscriptions_response__links.rb
|
|
606
622
|
- lib/cybersource_rest_client/models/get_all_subscriptions_response_client_reference_information.rb
|
|
607
623
|
- lib/cybersource_rest_client/models/get_all_subscriptions_response_order_information.rb
|
|
624
|
+
- lib/cybersource_rest_client/models/get_all_subscriptions_response_order_information_amount_details.rb
|
|
625
|
+
- lib/cybersource_rest_client/models/get_all_subscriptions_response_order_information_amount_details_surcharge.rb
|
|
608
626
|
- lib/cybersource_rest_client/models/get_all_subscriptions_response_order_information_bill_to.rb
|
|
609
627
|
- lib/cybersource_rest_client/models/get_all_subscriptions_response_payment_information.rb
|
|
610
628
|
- lib/cybersource_rest_client/models/get_all_subscriptions_response_payment_information_customer.rb
|
|
@@ -625,6 +643,12 @@ files:
|
|
|
625
643
|
- lib/cybersource_rest_client/models/get_subscription_response_1_payment_instrument_card.rb
|
|
626
644
|
- lib/cybersource_rest_client/models/get_subscription_response_1_shipping_address.rb
|
|
627
645
|
- lib/cybersource_rest_client/models/get_subscription_response_reactivation_information.rb
|
|
646
|
+
- lib/cybersource_rest_client/models/get_subscriptions_payments_response.rb
|
|
647
|
+
- lib/cybersource_rest_client/models/get_subscriptions_payments_response_1.rb
|
|
648
|
+
- lib/cybersource_rest_client/models/get_subscriptions_payments_response_1__links.rb
|
|
649
|
+
- lib/cybersource_rest_client/models/get_subscriptions_payments_response__links.rb
|
|
650
|
+
- lib/cybersource_rest_client/models/get_subscriptions_payments_response_cycles_completed_count.rb
|
|
651
|
+
- lib/cybersource_rest_client/models/get_subscriptions_payments_response_subscription_payment.rb
|
|
628
652
|
- lib/cybersource_rest_client/models/increment_auth_request.rb
|
|
629
653
|
- lib/cybersource_rest_client/models/inline_response_200.rb
|
|
630
654
|
- lib/cybersource_rest_client/models/inline_response_200_1.rb
|
|
@@ -651,10 +675,6 @@ files:
|
|
|
651
675
|
- lib/cybersource_rest_client/models/inline_response_200_15.rb
|
|
652
676
|
- lib/cybersource_rest_client/models/inline_response_200_16.rb
|
|
653
677
|
- lib/cybersource_rest_client/models/inline_response_200_16_client_reference_information.rb
|
|
654
|
-
- lib/cybersource_rest_client/models/inline_response_200_16_error_information.rb
|
|
655
|
-
- lib/cybersource_rest_client/models/inline_response_200_16_order_information.rb
|
|
656
|
-
- lib/cybersource_rest_client/models/inline_response_200_16_order_information_currency_conversion.rb
|
|
657
|
-
- lib/cybersource_rest_client/models/inline_response_200_16_order_information_currency_conversion_offer.rb
|
|
658
678
|
- lib/cybersource_rest_client/models/inline_response_200_1__links.rb
|
|
659
679
|
- lib/cybersource_rest_client/models/inline_response_200_1__links_self.rb
|
|
660
680
|
- lib/cybersource_rest_client/models/inline_response_200_2.rb
|
|
@@ -719,6 +739,13 @@ files:
|
|
|
719
739
|
- lib/cybersource_rest_client/models/inline_response_201_7_payloads.rb
|
|
720
740
|
- lib/cybersource_rest_client/models/inline_response_201_7_payloads_test_payload.rb
|
|
721
741
|
- lib/cybersource_rest_client/models/inline_response_201_8.rb
|
|
742
|
+
- lib/cybersource_rest_client/models/inline_response_201_9.rb
|
|
743
|
+
- lib/cybersource_rest_client/models/inline_response_201_9_client_reference_information.rb
|
|
744
|
+
- lib/cybersource_rest_client/models/inline_response_201_9_error_information.rb
|
|
745
|
+
- lib/cybersource_rest_client/models/inline_response_201_9_order_information.rb
|
|
746
|
+
- lib/cybersource_rest_client/models/inline_response_201_9_order_information_currency_conversion.rb
|
|
747
|
+
- lib/cybersource_rest_client/models/inline_response_201_9_order_information_currency_conversion_offer.rb
|
|
748
|
+
- lib/cybersource_rest_client/models/inline_response_201_9_processor_information.rb
|
|
722
749
|
- lib/cybersource_rest_client/models/inline_response_201_order_information.rb
|
|
723
750
|
- lib/cybersource_rest_client/models/inline_response_201_order_information_ship_to.rb
|
|
724
751
|
- lib/cybersource_rest_client/models/inline_response_201_payment_information.rb
|
|
@@ -730,17 +757,20 @@ files:
|
|
|
730
757
|
- lib/cybersource_rest_client/models/inline_response_206.rb
|
|
731
758
|
- lib/cybersource_rest_client/models/inline_response_400.rb
|
|
732
759
|
- lib/cybersource_rest_client/models/inline_response_400_1.rb
|
|
760
|
+
- lib/cybersource_rest_client/models/inline_response_400_10.rb
|
|
761
|
+
- lib/cybersource_rest_client/models/inline_response_400_10_details.rb
|
|
762
|
+
- lib/cybersource_rest_client/models/inline_response_400_11.rb
|
|
763
|
+
- lib/cybersource_rest_client/models/inline_response_400_11_details.rb
|
|
764
|
+
- lib/cybersource_rest_client/models/inline_response_400_12.rb
|
|
733
765
|
- lib/cybersource_rest_client/models/inline_response_400_1_details.rb
|
|
734
766
|
- lib/cybersource_rest_client/models/inline_response_400_2.rb
|
|
735
767
|
- lib/cybersource_rest_client/models/inline_response_400_3.rb
|
|
736
768
|
- lib/cybersource_rest_client/models/inline_response_400_4.rb
|
|
737
769
|
- lib/cybersource_rest_client/models/inline_response_400_5.rb
|
|
738
770
|
- lib/cybersource_rest_client/models/inline_response_400_6.rb
|
|
739
|
-
- lib/cybersource_rest_client/models/inline_response_400_6_fields.rb
|
|
740
771
|
- lib/cybersource_rest_client/models/inline_response_400_7.rb
|
|
741
|
-
- lib/cybersource_rest_client/models/inline_response_400_7_details.rb
|
|
742
772
|
- lib/cybersource_rest_client/models/inline_response_400_8.rb
|
|
743
|
-
- lib/cybersource_rest_client/models/
|
|
773
|
+
- lib/cybersource_rest_client/models/inline_response_400_8_fields.rb
|
|
744
774
|
- lib/cybersource_rest_client/models/inline_response_400_9.rb
|
|
745
775
|
- lib/cybersource_rest_client/models/inline_response_400_9_details.rb
|
|
746
776
|
- lib/cybersource_rest_client/models/inline_response_400_details.rb
|
|
@@ -757,12 +787,14 @@ files:
|
|
|
757
787
|
- lib/cybersource_rest_client/models/inline_response_403_errors.rb
|
|
758
788
|
- lib/cybersource_rest_client/models/inline_response_404.rb
|
|
759
789
|
- lib/cybersource_rest_client/models/inline_response_404_1.rb
|
|
760
|
-
- lib/cybersource_rest_client/models/inline_response_404_1_details.rb
|
|
761
790
|
- lib/cybersource_rest_client/models/inline_response_404_2.rb
|
|
791
|
+
- lib/cybersource_rest_client/models/inline_response_404_2_details.rb
|
|
762
792
|
- lib/cybersource_rest_client/models/inline_response_404_3.rb
|
|
763
|
-
- lib/cybersource_rest_client/models/inline_response_404_3_details.rb
|
|
764
793
|
- lib/cybersource_rest_client/models/inline_response_404_4.rb
|
|
794
|
+
- lib/cybersource_rest_client/models/inline_response_404_4_details.rb
|
|
765
795
|
- lib/cybersource_rest_client/models/inline_response_404_5.rb
|
|
796
|
+
- lib/cybersource_rest_client/models/inline_response_404_6.rb
|
|
797
|
+
- lib/cybersource_rest_client/models/inline_response_404_errors.rb
|
|
766
798
|
- lib/cybersource_rest_client/models/inline_response_409.rb
|
|
767
799
|
- lib/cybersource_rest_client/models/inline_response_409_errors.rb
|
|
768
800
|
- lib/cybersource_rest_client/models/inline_response_410.rb
|
|
@@ -778,10 +810,10 @@ files:
|
|
|
778
810
|
- lib/cybersource_rest_client/models/inline_response_500_1.rb
|
|
779
811
|
- lib/cybersource_rest_client/models/inline_response_500_2.rb
|
|
780
812
|
- lib/cybersource_rest_client/models/inline_response_500_3.rb
|
|
781
|
-
- lib/cybersource_rest_client/models/inline_response_500_4.rb
|
|
782
813
|
- lib/cybersource_rest_client/models/inline_response_500_errors.rb
|
|
783
814
|
- lib/cybersource_rest_client/models/inline_response_502.rb
|
|
784
815
|
- lib/cybersource_rest_client/models/inline_response_502_1.rb
|
|
816
|
+
- lib/cybersource_rest_client/models/inline_response_502_2.rb
|
|
785
817
|
- lib/cybersource_rest_client/models/inline_response_503.rb
|
|
786
818
|
- lib/cybersource_rest_client/models/inline_response_default.rb
|
|
787
819
|
- lib/cybersource_rest_client/models/inline_response_default__links.rb
|
|
@@ -842,7 +874,6 @@ files:
|
|
|
842
874
|
- lib/cybersource_rest_client/models/iplv2paymentlinksid_order_information.rb
|
|
843
875
|
- lib/cybersource_rest_client/models/iplv2paymentlinksid_processing_information.rb
|
|
844
876
|
- lib/cybersource_rest_client/models/iplv2paymentlinksid_purchase_information.rb
|
|
845
|
-
- lib/cybersource_rest_client/models/kmsegressv2keysasym_client_reference_information.rb
|
|
846
877
|
- lib/cybersource_rest_client/models/kmsegressv2keysasym_key_information.rb
|
|
847
878
|
- lib/cybersource_rest_client/models/kmsegressv2keyssym_client_reference_information.rb
|
|
848
879
|
- lib/cybersource_rest_client/models/kmsegressv2keyssym_key_information.rb
|
|
@@ -854,6 +885,8 @@ files:
|
|
|
854
885
|
- lib/cybersource_rest_client/models/mit_void_request.rb
|
|
855
886
|
- lib/cybersource_rest_client/models/model_400_upload_batch_file_response.rb
|
|
856
887
|
- lib/cybersource_rest_client/models/modify_billing_agreement.rb
|
|
888
|
+
- lib/cybersource_rest_client/models/mpp_credentials_request.rb
|
|
889
|
+
- lib/cybersource_rest_client/models/mpp_credentials_response200.rb
|
|
857
890
|
- lib/cybersource_rest_client/models/network_token_enrollment.rb
|
|
858
891
|
- lib/cybersource_rest_client/models/network_token_services_enablement.rb
|
|
859
892
|
- lib/cybersource_rest_client/models/network_token_services_enablement_mastercard_digital_enablement_service.rb
|
|
@@ -866,6 +899,7 @@ files:
|
|
|
866
899
|
- lib/cybersource_rest_client/models/notificationsubscriptionsv2webhooks_security_policy_config.rb
|
|
867
900
|
- lib/cybersource_rest_client/models/notificationsubscriptionsv2webhooks_security_policy_config_additional_config.rb
|
|
868
901
|
- lib/cybersource_rest_client/models/oct_create_payment_request.rb
|
|
902
|
+
- lib/cybersource_rest_client/models/offer_request.rb
|
|
869
903
|
- lib/cybersource_rest_client/models/order_payment_request.rb
|
|
870
904
|
- lib/cybersource_rest_client/models/patch_customer_payment_instrument_request.rb
|
|
871
905
|
- lib/cybersource_rest_client/models/patch_customer_request.rb
|
|
@@ -882,9 +916,9 @@ files:
|
|
|
882
916
|
- lib/cybersource_rest_client/models/payment_instrument_list.rb
|
|
883
917
|
- lib/cybersource_rest_client/models/payment_instrument_list_1.rb
|
|
884
918
|
- lib/cybersource_rest_client/models/payment_instrument_list_1__embedded.rb
|
|
885
|
-
- lib/cybersource_rest_client/models/payment_instrument_list_1__embedded__embedded.rb
|
|
886
|
-
- lib/cybersource_rest_client/models/payment_instrument_list_1__embedded_payment_instruments.rb
|
|
887
919
|
- lib/cybersource_rest_client/models/payment_instrument_list__embedded.rb
|
|
920
|
+
- lib/cybersource_rest_client/models/payment_instrument_list__embedded__embedded.rb
|
|
921
|
+
- lib/cybersource_rest_client/models/payment_instrument_list__embedded_payment_instruments.rb
|
|
888
922
|
- lib/cybersource_rest_client/models/payment_instrument_list__links.rb
|
|
889
923
|
- lib/cybersource_rest_client/models/payment_instrument_list__links_first.rb
|
|
890
924
|
- lib/cybersource_rest_client/models/payment_instrument_list__links_last.rb
|
|
@@ -921,6 +955,12 @@ files:
|
|
|
921
955
|
- lib/cybersource_rest_client/models/payments_products_e_check.rb
|
|
922
956
|
- lib/cybersource_rest_client/models/payments_products_e_check_configuration_information.rb
|
|
923
957
|
- lib/cybersource_rest_client/models/payments_products_e_check_subscription_information.rb
|
|
958
|
+
- lib/cybersource_rest_client/models/payments_products_microform.rb
|
|
959
|
+
- lib/cybersource_rest_client/models/payments_products_microform_configuration_information.rb
|
|
960
|
+
- lib/cybersource_rest_client/models/payments_products_microform_configuration_information_configurations.rb
|
|
961
|
+
- lib/cybersource_rest_client/models/payments_products_microform_configuration_information_configurations_features.rb
|
|
962
|
+
- lib/cybersource_rest_client/models/payments_products_microform_configuration_information_configurations_features_gateway_agnostic.rb
|
|
963
|
+
- lib/cybersource_rest_client/models/payments_products_microform_subscription_information.rb
|
|
924
964
|
- lib/cybersource_rest_client/models/payments_products_payer_authentication.rb
|
|
925
965
|
- lib/cybersource_rest_client/models/payments_products_payer_authentication_configuration_information.rb
|
|
926
966
|
- lib/cybersource_rest_client/models/payments_products_payer_authentication_subscription_information.rb
|
|
@@ -943,9 +983,29 @@ files:
|
|
|
943
983
|
- lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations.rb
|
|
944
984
|
- lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations_features.rb
|
|
945
985
|
- lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information_configurations_features_paze.rb
|
|
986
|
+
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_info_features_portfolio_accessof_sensi_data.rb
|
|
946
987
|
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information.rb
|
|
947
988
|
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features.rb
|
|
989
|
+
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_after_pay.rb
|
|
990
|
+
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_apple_pay.rb
|
|
991
|
+
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_bancontact.rb
|
|
992
|
+
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_click_to_pay.rb
|
|
993
|
+
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_decision_manager.rb
|
|
994
|
+
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_dragon_pay.rb
|
|
995
|
+
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_e_check.rb
|
|
996
|
+
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_google_pay.rb
|
|
997
|
+
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_ideal.rb
|
|
998
|
+
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_konbini.rb
|
|
999
|
+
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_multibanco.rb
|
|
1000
|
+
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_my_bank.rb
|
|
1001
|
+
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_p24.rb
|
|
1002
|
+
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_pay_pal.rb
|
|
1003
|
+
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_payer_authentication.rb
|
|
948
1004
|
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_paze_for_unified_checkout.rb
|
|
1005
|
+
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_tink_pay_by_bank.rb
|
|
1006
|
+
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_token_management.rb
|
|
1007
|
+
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_unified_click_to_pay_sdk.rb
|
|
1008
|
+
- lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information_features_venmo.rb
|
|
949
1009
|
- lib/cybersource_rest_client/models/payments_products_virtual_terminal.rb
|
|
950
1010
|
- lib/cybersource_rest_client/models/payments_products_virtual_terminal_configuration_information.rb
|
|
951
1011
|
- lib/cybersource_rest_client/models/payments_strong_auth_issuer_information.rb
|
|
@@ -960,7 +1020,6 @@ files:
|
|
|
960
1020
|
- lib/cybersource_rest_client/models/pbl_payment_links_all_get404_response.rb
|
|
961
1021
|
- lib/cybersource_rest_client/models/pbl_payment_links_get200_response.rb
|
|
962
1022
|
- lib/cybersource_rest_client/models/pbl_payment_links_post201_response.rb
|
|
963
|
-
- lib/cybersource_rest_client/models/pbl_payment_links_post201_response__links.rb
|
|
964
1023
|
- lib/cybersource_rest_client/models/pbl_payment_links_post201_response_order_information.rb
|
|
965
1024
|
- lib/cybersource_rest_client/models/pbl_payment_links_post201_response_purchase_information.rb
|
|
966
1025
|
- lib/cybersource_rest_client/models/post_customer_payment_instrument_request.rb
|
|
@@ -1008,9 +1067,13 @@ files:
|
|
|
1008
1067
|
- lib/cybersource_rest_client/models/pts_v2_credits_post201_response_1.rb
|
|
1009
1068
|
- lib/cybersource_rest_client/models/pts_v2_credits_post201_response_1_processor_information.rb
|
|
1010
1069
|
- lib/cybersource_rest_client/models/pts_v2_credits_post201_response_credit_amount_details.rb
|
|
1070
|
+
- lib/cybersource_rest_client/models/pts_v2_credits_post201_response_merchant_information.rb
|
|
1071
|
+
- lib/cybersource_rest_client/models/pts_v2_credits_post201_response_payment_account_information.rb
|
|
1011
1072
|
- lib/cybersource_rest_client/models/pts_v2_credits_post201_response_payment_information.rb
|
|
1073
|
+
- lib/cybersource_rest_client/models/pts_v2_credits_post201_response_payment_information_account_features.rb
|
|
1012
1074
|
- lib/cybersource_rest_client/models/pts_v2_credits_post201_response_processing_information.rb
|
|
1013
1075
|
- lib/cybersource_rest_client/models/pts_v2_credits_post201_response_processing_information_bank_transfer_options.rb
|
|
1076
|
+
- lib/cybersource_rest_client/models/pts_v2_credits_post201_response_token_information.rb
|
|
1014
1077
|
- lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response.rb
|
|
1015
1078
|
- lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response__links.rb
|
|
1016
1079
|
- lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_client_reference_information.rb
|
|
@@ -1106,6 +1169,7 @@ files:
|
|
|
1106
1169
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_order_information_ship_to.rb
|
|
1107
1170
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_account_information.rb
|
|
1108
1171
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_account_information_card.rb
|
|
1172
|
+
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_account_information_tokenized_card.rb
|
|
1109
1173
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information.rb
|
|
1110
1174
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_account_features.rb
|
|
1111
1175
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_account_features_balances.rb
|
|
@@ -1113,7 +1177,6 @@ files:
|
|
|
1113
1177
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_bank_account.rb
|
|
1114
1178
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_e_wallet.rb
|
|
1115
1179
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_instrument_identifier.rb
|
|
1116
|
-
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_card.rb
|
|
1117
1180
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_payment_method.rb
|
|
1118
1181
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_insights_information.rb
|
|
1119
1182
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_insights_information_orchestration.rb
|
|
@@ -1154,6 +1217,7 @@ files:
|
|
|
1154
1217
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_instrument_identifier.rb
|
|
1155
1218
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_payment_instrument.rb
|
|
1156
1219
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_shipping_address.rb
|
|
1220
|
+
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_third_party_token.rb
|
|
1157
1221
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_watchlist_screening_information.rb
|
|
1158
1222
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_watchlist_screening_information_watch_list.rb
|
|
1159
1223
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_watchlist_screening_information_watch_list_matches.rb
|
|
@@ -1162,6 +1226,7 @@ files:
|
|
|
1162
1226
|
- lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response.rb
|
|
1163
1227
|
- lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response__links.rb
|
|
1164
1228
|
- lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_client_reference_information.rb
|
|
1229
|
+
- lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_error_information.rb
|
|
1165
1230
|
- lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_order_information.rb
|
|
1166
1231
|
- lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_order_information_amount_details.rb
|
|
1167
1232
|
- lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_processor_information.rb
|
|
@@ -1187,16 +1252,56 @@ files:
|
|
|
1187
1252
|
- lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_order_information_amount_details.rb
|
|
1188
1253
|
- lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processing_information.rb
|
|
1189
1254
|
- lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information.rb
|
|
1255
|
+
- lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information_avs.rb
|
|
1256
|
+
- lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information_customer.rb
|
|
1257
|
+
- lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information_electronic_verification_results.rb
|
|
1190
1258
|
- lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_recipient_information.rb
|
|
1191
1259
|
- lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_recipient_information_card.rb
|
|
1192
1260
|
- lib/cybersource_rest_client/models/pts_v2_payouts_post400_response.rb
|
|
1193
1261
|
- lib/cybersource_rest_client/models/pts_v2_retrieve_payment_token_get400_response.rb
|
|
1194
1262
|
- lib/cybersource_rest_client/models/pts_v2_retrieve_payment_token_get502_response.rb
|
|
1195
1263
|
- lib/cybersource_rest_client/models/pts_v2_update_order_patch201_response.rb
|
|
1264
|
+
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_aggregator_information.rb
|
|
1265
|
+
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_aggregator_information_sub_merchant.rb
|
|
1266
|
+
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_buyer_information.rb
|
|
1267
|
+
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_client_reference_information.rb
|
|
1268
|
+
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_merchant_information.rb
|
|
1269
|
+
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_merchant_information_merchant_descriptor.rb
|
|
1270
|
+
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_order_information.rb
|
|
1271
|
+
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_order_information_amount_details.rb
|
|
1272
|
+
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_info_funding_options_initiator_origin_ini_transaction.rb
|
|
1273
|
+
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information.rb
|
|
1274
|
+
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information_funding_options.rb
|
|
1275
|
+
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information_funding_options_initiator.rb
|
|
1276
|
+
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information_payouts_options.rb
|
|
1277
|
+
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information_recurring_options.rb
|
|
1278
|
+
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_recipient_information.rb
|
|
1279
|
+
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_recipient_information_personal_identification.rb
|
|
1280
|
+
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information.rb
|
|
1281
|
+
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_account.rb
|
|
1282
|
+
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_consumer_authentication.rb
|
|
1283
|
+
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_consumer_authentication_strong_authentication.rb
|
|
1284
|
+
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_payment_information.rb
|
|
1285
|
+
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_payment_information_card.rb
|
|
1286
|
+
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_payment_information_customer.rb
|
|
1287
|
+
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_payment_information_instrument_identifier.rb
|
|
1288
|
+
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_payment_information_payment_instrument.rb
|
|
1289
|
+
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_payment_information_tokenized_card.rb
|
|
1290
|
+
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_sender_information_personal_identification.rb
|
|
1291
|
+
- lib/cybersource_rest_client/models/ptsv1pullfundstransferidrefund_order_information.rb
|
|
1292
|
+
- lib/cybersource_rest_client/models/ptsv1pullfundstransferidrefund_order_information_amount_details.rb
|
|
1293
|
+
- lib/cybersource_rest_client/models/ptsv1pullfundstransferidreversal_reversal_information.rb
|
|
1294
|
+
- lib/cybersource_rest_client/models/ptsv1pullfundstransferidreversal_reversal_information_amount_details.rb
|
|
1196
1295
|
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_client_reference_information.rb
|
|
1197
1296
|
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_merchant_information.rb
|
|
1297
|
+
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_merchant_information_merchant_descriptor.rb
|
|
1198
1298
|
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_order_information.rb
|
|
1199
1299
|
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_order_information_amount_details.rb
|
|
1300
|
+
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_payment_information.rb
|
|
1301
|
+
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_payment_information_card.rb
|
|
1302
|
+
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_payment_information_customer.rb
|
|
1303
|
+
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_payment_information_instrument_identifier.rb
|
|
1304
|
+
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_payment_information_payment_instrument.rb
|
|
1200
1305
|
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_point_of_service_information.rb
|
|
1201
1306
|
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_point_of_service_information_emv.rb
|
|
1202
1307
|
- lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information.rb
|
|
@@ -1223,10 +1328,13 @@ files:
|
|
|
1223
1328
|
- lib/cybersource_rest_client/models/ptsv2billingagreements_merchant_information.rb
|
|
1224
1329
|
- lib/cybersource_rest_client/models/ptsv2billingagreements_merchant_information_merchant_descriptor.rb
|
|
1225
1330
|
- lib/cybersource_rest_client/models/ptsv2billingagreements_order_information.rb
|
|
1331
|
+
- lib/cybersource_rest_client/models/ptsv2billingagreements_order_information_amount_details.rb
|
|
1226
1332
|
- lib/cybersource_rest_client/models/ptsv2billingagreements_order_information_bill_to.rb
|
|
1333
|
+
- lib/cybersource_rest_client/models/ptsv2billingagreements_order_information_invoice_details.rb
|
|
1227
1334
|
- lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information.rb
|
|
1228
1335
|
- lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_bank.rb
|
|
1229
1336
|
- lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_bank_account.rb
|
|
1337
|
+
- lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_bank_account_alias.rb
|
|
1230
1338
|
- lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_card.rb
|
|
1231
1339
|
- lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_payment_type.rb
|
|
1232
1340
|
- lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_payment_type_method.rb
|
|
@@ -1245,6 +1353,7 @@ files:
|
|
|
1245
1353
|
- lib/cybersource_rest_client/models/ptsv2credits_recipient_information.rb
|
|
1246
1354
|
- lib/cybersource_rest_client/models/ptsv2credits_sender_information.rb
|
|
1247
1355
|
- lib/cybersource_rest_client/models/ptsv2credits_sender_information_account.rb
|
|
1356
|
+
- lib/cybersource_rest_client/models/ptsv2credits_token_information.rb
|
|
1248
1357
|
- lib/cybersource_rest_client/models/ptsv2intents_client_reference_information.rb
|
|
1249
1358
|
- lib/cybersource_rest_client/models/ptsv2intents_event_information.rb
|
|
1250
1359
|
- lib/cybersource_rest_client/models/ptsv2intents_merchant_information.rb
|
|
@@ -1252,7 +1361,6 @@ files:
|
|
|
1252
1361
|
- lib/cybersource_rest_client/models/ptsv2intents_order_information.rb
|
|
1253
1362
|
- lib/cybersource_rest_client/models/ptsv2intents_order_information_amount_details.rb
|
|
1254
1363
|
- lib/cybersource_rest_client/models/ptsv2intents_order_information_bill_to.rb
|
|
1255
|
-
- lib/cybersource_rest_client/models/ptsv2intents_order_information_invoice_details.rb
|
|
1256
1364
|
- lib/cybersource_rest_client/models/ptsv2intents_order_information_line_items.rb
|
|
1257
1365
|
- lib/cybersource_rest_client/models/ptsv2intents_order_information_ship_to.rb
|
|
1258
1366
|
- lib/cybersource_rest_client/models/ptsv2intents_payment_information.rb
|
|
@@ -1333,6 +1441,7 @@ files:
|
|
|
1333
1441
|
- lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details_tax_details.rb
|
|
1334
1442
|
- lib/cybersource_rest_client/models/ptsv2payments_order_information_bill_to.rb
|
|
1335
1443
|
- lib/cybersource_rest_client/models/ptsv2payments_order_information_bill_to_company.rb
|
|
1444
|
+
- lib/cybersource_rest_client/models/ptsv2payments_order_information_digital_currency.rb
|
|
1336
1445
|
- lib/cybersource_rest_client/models/ptsv2payments_order_information_invoice_details.rb
|
|
1337
1446
|
- lib/cybersource_rest_client/models/ptsv2payments_order_information_invoice_details_transaction_advice_addendum.rb
|
|
1338
1447
|
- lib/cybersource_rest_client/models/ptsv2payments_order_information_line_items.rb
|
|
@@ -1342,6 +1451,7 @@ files:
|
|
|
1342
1451
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information.rb
|
|
1343
1452
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank.rb
|
|
1344
1453
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank_account.rb
|
|
1454
|
+
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank_account_alias.rb
|
|
1345
1455
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_card.rb
|
|
1346
1456
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_customer.rb
|
|
1347
1457
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_direct_debit.rb
|
|
@@ -1358,6 +1468,7 @@ files:
|
|
|
1358
1468
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_sepa.rb
|
|
1359
1469
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_sepa_direct_debit.rb
|
|
1360
1470
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_shipping_address.rb
|
|
1471
|
+
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_third_party_token.rb
|
|
1361
1472
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_tokenized_card.rb
|
|
1362
1473
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_tokenized_payment_method.rb
|
|
1363
1474
|
- lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information.rb
|
|
@@ -1371,6 +1482,7 @@ files:
|
|
|
1371
1482
|
- lib/cybersource_rest_client/models/ptsv2payments_processing_information_japan_payment_options.rb
|
|
1372
1483
|
- lib/cybersource_rest_client/models/ptsv2payments_processing_information_japan_payment_options_bonuses.rb
|
|
1373
1484
|
- lib/cybersource_rest_client/models/ptsv2payments_processing_information_loan_options.rb
|
|
1485
|
+
- lib/cybersource_rest_client/models/ptsv2payments_processing_information_program_indicators.rb
|
|
1374
1486
|
- lib/cybersource_rest_client/models/ptsv2payments_processing_information_purchase_options.rb
|
|
1375
1487
|
- lib/cybersource_rest_client/models/ptsv2payments_processing_information_recurring_options.rb
|
|
1376
1488
|
- lib/cybersource_rest_client/models/ptsv2payments_processor_information.rb
|
|
@@ -1391,6 +1503,8 @@ files:
|
|
|
1391
1503
|
- lib/cybersource_rest_client/models/ptsv2payments_token_information.rb
|
|
1392
1504
|
- lib/cybersource_rest_client/models/ptsv2payments_token_information_payment_instrument.rb
|
|
1393
1505
|
- lib/cybersource_rest_client/models/ptsv2payments_token_information_shipping_address.rb
|
|
1506
|
+
- lib/cybersource_rest_client/models/ptsv2payments_token_information_token_authentication_information.rb
|
|
1507
|
+
- lib/cybersource_rest_client/models/ptsv2payments_token_information_token_authentication_information_authenticated_identities.rb
|
|
1394
1508
|
- lib/cybersource_rest_client/models/ptsv2payments_token_information_token_provisioning_information.rb
|
|
1395
1509
|
- lib/cybersource_rest_client/models/ptsv2payments_travel_information.rb
|
|
1396
1510
|
- lib/cybersource_rest_client/models/ptsv2payments_travel_information_agency.rb
|
|
@@ -1447,6 +1561,7 @@ files:
|
|
|
1447
1561
|
- lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_merchant_information.rb
|
|
1448
1562
|
- lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information.rb
|
|
1449
1563
|
- lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information_line_items.rb
|
|
1564
|
+
- lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information_shipping_details.rb
|
|
1450
1565
|
- lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information.rb
|
|
1451
1566
|
- lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_bank.rb
|
|
1452
1567
|
- lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_bank_account.rb
|
|
@@ -1464,6 +1579,7 @@ files:
|
|
|
1464
1579
|
- lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_travel_information_transit_airline_ancillary_information_service.rb
|
|
1465
1580
|
- lib/cybersource_rest_client/models/ptsv2paymentsidreversals_client_reference_information.rb
|
|
1466
1581
|
- lib/cybersource_rest_client/models/ptsv2paymentsidreversals_client_reference_information_partner.rb
|
|
1582
|
+
- lib/cybersource_rest_client/models/ptsv2paymentsidreversals_device_information.rb
|
|
1467
1583
|
- lib/cybersource_rest_client/models/ptsv2paymentsidreversals_order_information.rb
|
|
1468
1584
|
- lib/cybersource_rest_client/models/ptsv2paymentsidreversals_order_information_amount_details.rb
|
|
1469
1585
|
- lib/cybersource_rest_client/models/ptsv2paymentsidreversals_order_information_line_items.rb
|
|
@@ -1509,6 +1625,34 @@ files:
|
|
|
1509
1625
|
- lib/cybersource_rest_client/models/ptsv2refreshpaymentstatusid_processing_information.rb
|
|
1510
1626
|
- lib/cybersource_rest_client/models/ptsv2reversals_processor_information.rb
|
|
1511
1627
|
- lib/cybersource_rest_client/models/ptsv2voids_processing_information.rb
|
|
1628
|
+
- lib/cybersource_rest_client/models/pull_funds201_response.rb
|
|
1629
|
+
- lib/cybersource_rest_client/models/pull_funds201_response__links.rb
|
|
1630
|
+
- lib/cybersource_rest_client/models/pull_funds201_response__links_customer.rb
|
|
1631
|
+
- lib/cybersource_rest_client/models/pull_funds201_response__links_instrument_identifier.rb
|
|
1632
|
+
- lib/cybersource_rest_client/models/pull_funds201_response__links_payment_instrument.rb
|
|
1633
|
+
- lib/cybersource_rest_client/models/pull_funds201_response__links_refund.rb
|
|
1634
|
+
- lib/cybersource_rest_client/models/pull_funds201_response__links_reversal.rb
|
|
1635
|
+
- lib/cybersource_rest_client/models/pull_funds201_response__links_self.rb
|
|
1636
|
+
- lib/cybersource_rest_client/models/pull_funds201_response_error_information.rb
|
|
1637
|
+
- lib/cybersource_rest_client/models/pull_funds201_response_error_information_details.rb
|
|
1638
|
+
- lib/cybersource_rest_client/models/pull_funds201_response_order_information.rb
|
|
1639
|
+
- lib/cybersource_rest_client/models/pull_funds201_response_order_information_amount_details.rb
|
|
1640
|
+
- lib/cybersource_rest_client/models/pull_funds201_response_processor_information.rb
|
|
1641
|
+
- lib/cybersource_rest_client/models/pull_funds201_response_processor_information_consumer_authentication_response.rb
|
|
1642
|
+
- lib/cybersource_rest_client/models/pull_funds_refund201_response.rb
|
|
1643
|
+
- lib/cybersource_rest_client/models/pull_funds_refund201_response__links.rb
|
|
1644
|
+
- lib/cybersource_rest_client/models/pull_funds_refund201_response__links_self.rb
|
|
1645
|
+
- lib/cybersource_rest_client/models/pull_funds_refund201_response_processor_information.rb
|
|
1646
|
+
- lib/cybersource_rest_client/models/pull_funds_refund_request.rb
|
|
1647
|
+
- lib/cybersource_rest_client/models/pull_funds_request.rb
|
|
1648
|
+
- lib/cybersource_rest_client/models/pull_funds_reversal201_response.rb
|
|
1649
|
+
- lib/cybersource_rest_client/models/pull_funds_reversal201_response__links.rb
|
|
1650
|
+
- lib/cybersource_rest_client/models/pull_funds_reversal201_response__links_self.rb
|
|
1651
|
+
- lib/cybersource_rest_client/models/pull_funds_reversal201_response_error_information.rb
|
|
1652
|
+
- lib/cybersource_rest_client/models/pull_funds_reversal201_response_error_information_details.rb
|
|
1653
|
+
- lib/cybersource_rest_client/models/pull_funds_reversal201_response_processor_information.rb
|
|
1654
|
+
- lib/cybersource_rest_client/models/pull_funds_reversal400_response.rb
|
|
1655
|
+
- lib/cybersource_rest_client/models/pull_funds_reversal_request.rb
|
|
1512
1656
|
- lib/cybersource_rest_client/models/push_funds201_response.rb
|
|
1513
1657
|
- lib/cybersource_rest_client/models/push_funds201_response__links.rb
|
|
1514
1658
|
- lib/cybersource_rest_client/models/push_funds201_response__links_customer.rb
|
|
@@ -1527,6 +1671,7 @@ files:
|
|
|
1527
1671
|
- lib/cybersource_rest_client/models/push_funds201_response_processing_information.rb
|
|
1528
1672
|
- lib/cybersource_rest_client/models/push_funds201_response_processing_information_domestic_national_net.rb
|
|
1529
1673
|
- lib/cybersource_rest_client/models/push_funds201_response_processor_information.rb
|
|
1674
|
+
- lib/cybersource_rest_client/models/push_funds201_response_processor_information_merchant_advice.rb
|
|
1530
1675
|
- lib/cybersource_rest_client/models/push_funds201_response_processor_information_routing.rb
|
|
1531
1676
|
- lib/cybersource_rest_client/models/push_funds201_response_processor_information_settlement.rb
|
|
1532
1677
|
- lib/cybersource_rest_client/models/push_funds201_response_recipient_information.rb
|
|
@@ -1544,6 +1689,7 @@ files:
|
|
|
1544
1689
|
- lib/cybersource_rest_client/models/rbsv1plansid_plan_information.rb
|
|
1545
1690
|
- lib/cybersource_rest_client/models/rbsv1plansid_processing_information.rb
|
|
1546
1691
|
- lib/cybersource_rest_client/models/rbsv1plansid_processing_information_subscription_billing_options.rb
|
|
1692
|
+
- lib/cybersource_rest_client/models/rbsv1subscriptions_order_information.rb
|
|
1547
1693
|
- lib/cybersource_rest_client/models/rbsv1subscriptions_payment_information.rb
|
|
1548
1694
|
- lib/cybersource_rest_client/models/rbsv1subscriptions_payment_information_customer.rb
|
|
1549
1695
|
- lib/cybersource_rest_client/models/rbsv1subscriptions_plan_information.rb
|
|
@@ -1661,7 +1807,6 @@ files:
|
|
|
1661
1807
|
- lib/cybersource_rest_client/models/riskv1authentications_payment_information_tokenized_card.rb
|
|
1662
1808
|
- lib/cybersource_rest_client/models/riskv1authentications_risk_information.rb
|
|
1663
1809
|
- lib/cybersource_rest_client/models/riskv1authentications_travel_information.rb
|
|
1664
|
-
- lib/cybersource_rest_client/models/riskv1authenticationsetups_client_reference_information.rb
|
|
1665
1810
|
- lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information.rb
|
|
1666
1811
|
- lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information_card.rb
|
|
1667
1812
|
- lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information_customer.rb
|
|
@@ -1709,7 +1854,6 @@ files:
|
|
|
1709
1854
|
- lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_order_information_line_items.rb
|
|
1710
1855
|
- lib/cybersource_rest_client/models/riskv1exportcomplianceinquiries_order_information_ship_to.rb
|
|
1711
1856
|
- lib/cybersource_rest_client/models/riskv1liststypeentries_buyer_information.rb
|
|
1712
|
-
- lib/cybersource_rest_client/models/riskv1liststypeentries_client_reference_information.rb
|
|
1713
1857
|
- lib/cybersource_rest_client/models/riskv1liststypeentries_device_information.rb
|
|
1714
1858
|
- lib/cybersource_rest_client/models/riskv1liststypeentries_order_information.rb
|
|
1715
1859
|
- lib/cybersource_rest_client/models/riskv1liststypeentries_order_information_address.rb
|
|
@@ -1801,11 +1945,17 @@ files:
|
|
|
1801
1945
|
- lib/cybersource_rest_client/models/tms_payment_instrument_processing_info_bank_transfer_options.rb
|
|
1802
1946
|
- lib/cybersource_rest_client/models/tms_sensitive_privileges.rb
|
|
1803
1947
|
- lib/cybersource_rest_client/models/tms_token_formats.rb
|
|
1948
|
+
- lib/cybersource_rest_client/models/tms_tokenized_card_delete_request.rb
|
|
1949
|
+
- lib/cybersource_rest_client/models/tmsv1paymentinstruments__embedded.rb
|
|
1804
1950
|
- lib/cybersource_rest_client/models/tmsv2_tokenized_card.rb
|
|
1805
1951
|
- lib/cybersource_rest_client/models/tmsv2_tokenized_card_card.rb
|
|
1806
1952
|
- lib/cybersource_rest_client/models/tmsv2_tokenized_card_card_terms_and_conditions.rb
|
|
1807
1953
|
- lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata.rb
|
|
1808
1954
|
- lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_issuer.rb
|
|
1955
|
+
- lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_issuer_bank_applications.rb
|
|
1956
|
+
- lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_issuer_capabilities.rb
|
|
1957
|
+
- lib/cybersource_rest_client/models/tmsv2_tokenized_card_verification_results.rb
|
|
1958
|
+
- lib/cybersource_rest_client/models/tmsv2customers__embedded.rb
|
|
1809
1959
|
- lib/cybersource_rest_client/models/tmsv2tokenize_default_payment_instrument_buyer_info_issued_by.rb
|
|
1810
1960
|
- lib/cybersource_rest_client/models/tmsv2tokenize_default_payment_instrument_buyer_info_personal_identification.rb
|
|
1811
1961
|
- lib/cybersource_rest_client/models/tmsv2tokenize_default_payment_instrument_card_tokenized_info.rb
|
|
@@ -1840,8 +1990,10 @@ files:
|
|
|
1840
1990
|
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer_merchant_defined_information.rb
|
|
1841
1991
|
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer_metadata.rb
|
|
1842
1992
|
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer_object_information.rb
|
|
1993
|
+
- lib/cybersource_rest_client/models/tmsv2tokenizedcards_bill_to.rb
|
|
1843
1994
|
- lib/cybersource_rest_client/models/tmsv2tokenizedcards_card.rb
|
|
1844
1995
|
- lib/cybersource_rest_client/models/tmsv2tokenizedcards_passcode.rb
|
|
1996
|
+
- lib/cybersource_rest_client/models/tmsv2tokenizedcardstokenized_card_iddelete_reason.rb
|
|
1845
1997
|
- lib/cybersource_rest_client/models/tmsv2tokenizedcardstokenized_card_idissuerlifecycleeventsimulations_card.rb
|
|
1846
1998
|
- lib/cybersource_rest_client/models/tmsv2tokenizedcardstokenized_card_idissuerlifecycleeventsimulations_metadata.rb
|
|
1847
1999
|
- lib/cybersource_rest_client/models/tmsv2tokenizedcardstokenized_card_idissuerlifecycleeventsimulations_metadata_card_art.rb
|
|
@@ -1851,7 +2003,6 @@ files:
|
|
|
1851
2003
|
- lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_merchant_information_merchant_descriptor.rb
|
|
1852
2004
|
- lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_order_information.rb
|
|
1853
2005
|
- lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_order_information_amount_details.rb
|
|
1854
|
-
- lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_order_information_bill_to.rb
|
|
1855
2006
|
- lib/cybersource_rest_client/models/token_permissions.rb
|
|
1856
2007
|
- lib/cybersource_rest_client/models/tss_v2_get_emv_tags200_response.rb
|
|
1857
2008
|
- lib/cybersource_rest_client/models/tss_v2_get_emv_tags200_response_emv_tag_breakdown_list.rb
|
|
@@ -1942,6 +2093,50 @@ files:
|
|
|
1942
2093
|
- lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_risk_information_providers_fingerprint.rb
|
|
1943
2094
|
- lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_transaction_summaries.rb
|
|
1944
2095
|
- lib/cybersource_rest_client/models/tssv2transactionsemv_tag_details_emv_details_list.rb
|
|
2096
|
+
- lib/cybersource_rest_client/models/ucv1sessions_appearance.rb
|
|
2097
|
+
- lib/cybersource_rest_client/models/ucv1sessions_appearance_variables.rb
|
|
2098
|
+
- lib/cybersource_rest_client/models/ucv1sessions_capture_mandate.rb
|
|
2099
|
+
- lib/cybersource_rest_client/models/ucv1sessions_capture_mandate_cpf.rb
|
|
2100
|
+
- lib/cybersource_rest_client/models/ucv1sessions_complete_mandate.rb
|
|
2101
|
+
- lib/cybersource_rest_client/models/ucv1sessions_complete_mandate_tms.rb
|
|
2102
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data.rb
|
|
2103
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_aggregator_information.rb
|
|
2104
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_aggregator_information_sub_merchant.rb
|
|
2105
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_buyer_information.rb
|
|
2106
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_buyer_information_personal_identification.rb
|
|
2107
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_consumer_authentication_information.rb
|
|
2108
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_device_information.rb
|
|
2109
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_installment_information.rb
|
|
2110
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_merchant_defined_information.rb
|
|
2111
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_merchant_information.rb
|
|
2112
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_merchant_information_merchant_descriptor.rb
|
|
2113
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_order_information.rb
|
|
2114
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_order_information_amount_details.rb
|
|
2115
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_order_information_amount_details_tax_details.rb
|
|
2116
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_order_information_bill_to.rb
|
|
2117
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_order_information_bill_to_company.rb
|
|
2118
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_order_information_invoice_details.rb
|
|
2119
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_order_information_invoice_details_transaction_advice_addendum.rb
|
|
2120
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_order_information_line_items.rb
|
|
2121
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_order_information_shipping_details.rb
|
|
2122
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_payment_information.rb
|
|
2123
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_payment_information_card.rb
|
|
2124
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_processing_information.rb
|
|
2125
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_authorization_options.rb
|
|
2126
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_authorization_options_initiator.rb
|
|
2127
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_bank_transfer_options.rb
|
|
2128
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_recurring_options.rb
|
|
2129
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_recipient_information.rb
|
|
2130
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_sender_information.rb
|
|
2131
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_sender_information_account.rb
|
|
2132
|
+
- lib/cybersource_rest_client/models/ucv1sessions_payment_configurations.rb
|
|
2133
|
+
- lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_clicktopay.rb
|
|
2134
|
+
- lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_googlepay.rb
|
|
2135
|
+
- lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_tms_token.rb
|
|
2136
|
+
- lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_tms_token_customer.rb
|
|
2137
|
+
- lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_tms_token_instrument_identifiers.rb
|
|
2138
|
+
- lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_tms_token_payment_instruments.rb
|
|
2139
|
+
- lib/cybersource_rest_client/models/ucv1sessions_transient_token_response_options.rb
|
|
1945
2140
|
- lib/cybersource_rest_client/models/ums_v1_users_get200_response.rb
|
|
1946
2141
|
- lib/cybersource_rest_client/models/ums_v1_users_get200_response_account_information.rb
|
|
1947
2142
|
- lib/cybersource_rest_client/models/ums_v1_users_get200_response_contact_information.rb
|
|
@@ -1972,6 +2167,7 @@ files:
|
|
|
1972
2167
|
- lib/cybersource_rest_client/models/update_invoice_request.rb
|
|
1973
2168
|
- lib/cybersource_rest_client/models/update_order_request.rb
|
|
1974
2169
|
- lib/cybersource_rest_client/models/update_payment_link_request.rb
|
|
2170
|
+
- lib/cybersource_rest_client/models/update_payments.rb
|
|
1975
2171
|
- lib/cybersource_rest_client/models/update_plan_request.rb
|
|
1976
2172
|
- lib/cybersource_rest_client/models/update_plan_response.rb
|
|
1977
2173
|
- lib/cybersource_rest_client/models/update_plan_response_plan_information.rb
|
|
@@ -2013,6 +2209,8 @@ files:
|
|
|
2013
2209
|
- lib/cybersource_rest_client/models/upv1capturecontexts_data_recipient_information.rb
|
|
2014
2210
|
- lib/cybersource_rest_client/models/upv1capturecontexts_order_information.rb
|
|
2015
2211
|
- lib/cybersource_rest_client/models/upv1capturecontexts_order_information_amount_details.rb
|
|
2212
|
+
- lib/cybersource_rest_client/models/upv1capturecontexts_order_information_bill_to.rb
|
|
2213
|
+
- lib/cybersource_rest_client/models/upv1capturecontexts_order_information_bill_to_company.rb
|
|
2016
2214
|
- lib/cybersource_rest_client/models/v1_file_details_get200_response.rb
|
|
2017
2215
|
- lib/cybersource_rest_client/models/v1_file_details_get200_response__links.rb
|
|
2018
2216
|
- lib/cybersource_rest_client/models/v1_file_details_get200_response__links_files.rb
|
|
@@ -2032,6 +2230,14 @@ files:
|
|
|
2032
2230
|
- lib/cybersource_rest_client/models/vas_v2_tax_void200_response.rb
|
|
2033
2231
|
- lib/cybersource_rest_client/models/vas_v2_tax_void200_response_void_amount_details.rb
|
|
2034
2232
|
- lib/cybersource_rest_client/models/vas_v2_tax_voids_post400_response.rb
|
|
2233
|
+
- lib/cybersource_rest_client/models/vasv1currencyconversion_client_reference_information.rb
|
|
2234
|
+
- lib/cybersource_rest_client/models/vasv1currencyconversion_client_reference_information_partner.rb
|
|
2235
|
+
- lib/cybersource_rest_client/models/vasv1currencyconversion_order_information.rb
|
|
2236
|
+
- lib/cybersource_rest_client/models/vasv1currencyconversion_order_information_amount_details.rb
|
|
2237
|
+
- lib/cybersource_rest_client/models/vasv1currencyconversion_order_information_currency_conversion.rb
|
|
2238
|
+
- lib/cybersource_rest_client/models/vasv1currencyconversion_payment_information.rb
|
|
2239
|
+
- lib/cybersource_rest_client/models/vasv1currencyconversion_payment_information_card.rb
|
|
2240
|
+
- lib/cybersource_rest_client/models/vasv1currencyconversion_point_of_sale_information.rb
|
|
2035
2241
|
- lib/cybersource_rest_client/models/vasv2tax_buyer_information.rb
|
|
2036
2242
|
- lib/cybersource_rest_client/models/vasv2tax_client_reference_information.rb
|
|
2037
2243
|
- lib/cybersource_rest_client/models/vasv2tax_merchant_information.rb
|
|
@@ -2081,7 +2287,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
2081
2287
|
requirements:
|
|
2082
2288
|
- - ">="
|
|
2083
2289
|
- !ruby/object:Gem::Version
|
|
2084
|
-
version: '1
|
|
2290
|
+
version: '3.1'
|
|
2085
2291
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
2086
2292
|
requirements:
|
|
2087
2293
|
- - ">="
|