cybersource_rest_client 0.0.83 → 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 +46 -27
- data/lib/AuthenticationSDK/core/MerchantConfig.rb +82 -48
- data/lib/AuthenticationSDK/util/Cache.rb +7 -4
- data/lib/AuthenticationSDK/util/Constants.rb +6 -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/plans_api.rb +1 -1
- 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_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/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/card_processing_config_common_processors.rb +105 -1
- data/lib/cybersource_rest_client/models/commerce_solutions_products.rb +15 -5
- data/lib/cybersource_rest_client/models/create_credit_request.rb +15 -5
- data/lib/cybersource_rest_client/models/get_all_subscriptions_response_order_information_amount_details_surcharge.rb +22 -5
- data/lib/cybersource_rest_client/models/get_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_201_1_tokenized_card.rb +26 -5
- 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_400_10.rb +30 -75
- data/lib/cybersource_rest_client/models/{inline_response_400_8_details.rb → inline_response_400_10_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_400_11.rb +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_3.rb +1 -1
- data/lib/cybersource_rest_client/models/inline_response_422_1.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/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/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/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 +41 -1
- 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_modify_billing_agreement_post201_response_agreement_information.rb +35 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_point_of_sale_information.rb +22 -5
- data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_processor_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_order_post201_response_order_information_shipping_details.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_consumer_authentication_information.rb +106 -5
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_consumer_authentication_information_strong_authentication.rb +22 -5
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_account_information.rb +15 -5
- data/lib/cybersource_rest_client/models/{pts_v2_payments_post201_response_payment_information_tokenized_card.rb → pts_v2_payments_post201_response_payment_account_information_tokenized_card.rb} +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processing_information.rb +18 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information.rb +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 +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_error_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_order_information_amount_details.rb +18 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_processor_information.rb +19 -2
- data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response_processor_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_voids_post201_response_processor_information.rb +7 -1
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information.rb +45 -5
- data/lib/cybersource_rest_client/models/{pull_funds201_response_processor_information_avs.rb → pts_v2_payouts_post201_response_processor_information_avs.rb} +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information_customer.rb +196 -0
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information_electronic_verification_results.rb +281 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_buyer_information.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_order_information_amount_details.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information.rb +18 -5
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information.rb +19 -6
- 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 +35 -5
- data/lib/cybersource_rest_client/models/ptsv2credits_token_information.rb +228 -0
- data/lib/cybersource_rest_client/models/ptsv2intents_order_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2intentsid_order_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_aggregator_information_sub_merchant.rb +15 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_consumer_authentication_information.rb +16 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information.rb +28 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_digital_currency.rb +231 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_shipping_details.rb +23 -6
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information.rb +32 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank.rb +15 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank_account_alias.rb +207 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_third_party_token.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information.rb +18 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information.rb +72 -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/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/pull_funds201_response_processor_information.rb +36 -6
- data/lib/cybersource_rest_client/models/pull_funds_request.rb +11 -1
- data/lib/cybersource_rest_client/models/push_funds201_response_processor_information.rb +45 -5
- data/lib/cybersource_rest_client/models/risk_products.rb +15 -5
- 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/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 +22 -1
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_card.rb +1 -1
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata.rb +16 -5
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_issuer.rb +41 -8
- data/lib/cybersource_rest_client/models/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/{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_data.rb +44 -14
- 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_consumer_authentication_information.rb +22 -5
- data/lib/cybersource_rest_client/models/ucv1sessions_data_installment_information.rb +196 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_merchant_information.rb +22 -5
- data/lib/cybersource_rest_client/models/ucv1sessions_data_merchant_information_merchant_descriptor.rb +18 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information.rb +16 -6
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_amount_details.rb +86 -12
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_invoice_details.rb +242 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_invoice_details_transaction_advice_addendum.rb +196 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_line_items.rb +702 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_shipping_details.rb +213 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information.rb +38 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_bank_transfer_options.rb +196 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_recurring_options.rb +192 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_recipient_information.rb +107 -53
- data/lib/cybersource_rest_client/models/ucv1sessions_data_sender_information.rb +376 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_sender_information_account.rb +213 -0
- data/lib/cybersource_rest_client/models/update_payments.rb +192 -0
- data/lib/cybersource_rest_client/models/value_added_services_products.rb +25 -5
- data/lib/cybersource_rest_client.rb +71 -12
- metadata +78 -19
- 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
|
|
@@ -56,20 +56,20 @@ dependencies:
|
|
|
56
56
|
requirements:
|
|
57
57
|
- - "~>"
|
|
58
58
|
- !ruby/object:Gem::Version
|
|
59
|
-
version: '7.
|
|
59
|
+
version: '7.2'
|
|
60
60
|
- - ">="
|
|
61
61
|
- !ruby/object:Gem::Version
|
|
62
|
-
version: 7.1
|
|
62
|
+
version: 7.2.3.1
|
|
63
63
|
type: :runtime
|
|
64
64
|
prerelease: false
|
|
65
65
|
version_requirements: !ruby/object:Gem::Requirement
|
|
66
66
|
requirements:
|
|
67
67
|
- - "~>"
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '7.
|
|
69
|
+
version: '7.2'
|
|
70
70
|
- - ">="
|
|
71
71
|
- !ruby/object:Gem::Version
|
|
72
|
-
version: 7.1
|
|
72
|
+
version: 7.2.3.1
|
|
73
73
|
- !ruby/object:Gem::Dependency
|
|
74
74
|
name: interface
|
|
75
75
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -332,6 +332,7 @@ files:
|
|
|
332
332
|
- lib/cybersource_rest_client/api/chargeback_summaries_api.rb
|
|
333
333
|
- lib/cybersource_rest_client/api/conversion_details_api.rb
|
|
334
334
|
- lib/cybersource_rest_client/api/create_new_webhooks_api.rb
|
|
335
|
+
- lib/cybersource_rest_client/api/credentials_api.rb
|
|
335
336
|
- lib/cybersource_rest_client/api/credit_api.rb
|
|
336
337
|
- lib/cybersource_rest_client/api/customer_api.rb
|
|
337
338
|
- lib/cybersource_rest_client/api/customer_payment_instrument_api.rb
|
|
@@ -354,6 +355,7 @@ files:
|
|
|
354
355
|
- lib/cybersource_rest_client/api/merchant_defined_fields_api.rb
|
|
355
356
|
- lib/cybersource_rest_client/api/microform_integration_api.rb
|
|
356
357
|
- lib/cybersource_rest_client/api/net_fundings_api.rb
|
|
358
|
+
- lib/cybersource_rest_client/api/network_tokens_api.rb
|
|
357
359
|
- lib/cybersource_rest_client/api/notification_of_changes_api.rb
|
|
358
360
|
- lib/cybersource_rest_client/api/o_auth_api.rb
|
|
359
361
|
- lib/cybersource_rest_client/api/offers_api.rb
|
|
@@ -382,9 +384,7 @@ files:
|
|
|
382
384
|
- lib/cybersource_rest_client/api/subscriptions_api.rb
|
|
383
385
|
- lib/cybersource_rest_client/api/subscriptions_follow_ons_api.rb
|
|
384
386
|
- lib/cybersource_rest_client/api/taxes_api.rb
|
|
385
|
-
- lib/cybersource_rest_client/api/token_api.rb
|
|
386
387
|
- lib/cybersource_rest_client/api/tokenize_api.rb
|
|
387
|
-
- lib/cybersource_rest_client/api/tokenized_card_api.rb
|
|
388
388
|
- lib/cybersource_rest_client/api/transaction_batches_api.rb
|
|
389
389
|
- lib/cybersource_rest_client/api/transaction_details_api.rb
|
|
390
390
|
- lib/cybersource_rest_client/api/transient_token_data_v2_api.rb
|
|
@@ -426,6 +426,8 @@ files:
|
|
|
426
426
|
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_ship_to.rb
|
|
427
427
|
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_payment_options.rb
|
|
428
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
|
|
429
431
|
- lib/cybersource_rest_client/models/acpv1tokens_assurance_data.rb
|
|
430
432
|
- lib/cybersource_rest_client/models/acpv1tokens_authenticated_identities.rb
|
|
431
433
|
- lib/cybersource_rest_client/models/acpv1tokens_authentication_context.rb
|
|
@@ -468,7 +470,11 @@ files:
|
|
|
468
470
|
- lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information.rb
|
|
469
471
|
- lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_bank.rb
|
|
470
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
|
|
471
476
|
- lib/cybersource_rest_client/models/bavsv1accountvalidations_processing_information.rb
|
|
477
|
+
- lib/cybersource_rest_client/models/bavsv1accountvalidations_token_information.rb
|
|
472
478
|
- lib/cybersource_rest_client/models/binv1binlookup_client_reference_information.rb
|
|
473
479
|
- lib/cybersource_rest_client/models/binv1binlookup_payment_information.rb
|
|
474
480
|
- lib/cybersource_rest_client/models/binv1binlookup_payment_information_card.rb
|
|
@@ -637,6 +643,12 @@ files:
|
|
|
637
643
|
- lib/cybersource_rest_client/models/get_subscription_response_1_payment_instrument_card.rb
|
|
638
644
|
- lib/cybersource_rest_client/models/get_subscription_response_1_shipping_address.rb
|
|
639
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
|
|
640
652
|
- lib/cybersource_rest_client/models/increment_auth_request.rb
|
|
641
653
|
- lib/cybersource_rest_client/models/inline_response_200.rb
|
|
642
654
|
- lib/cybersource_rest_client/models/inline_response_200_1.rb
|
|
@@ -746,17 +758,19 @@ files:
|
|
|
746
758
|
- lib/cybersource_rest_client/models/inline_response_400.rb
|
|
747
759
|
- lib/cybersource_rest_client/models/inline_response_400_1.rb
|
|
748
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
|
|
749
765
|
- lib/cybersource_rest_client/models/inline_response_400_1_details.rb
|
|
750
766
|
- lib/cybersource_rest_client/models/inline_response_400_2.rb
|
|
751
767
|
- lib/cybersource_rest_client/models/inline_response_400_3.rb
|
|
752
768
|
- lib/cybersource_rest_client/models/inline_response_400_4.rb
|
|
753
769
|
- lib/cybersource_rest_client/models/inline_response_400_5.rb
|
|
754
770
|
- lib/cybersource_rest_client/models/inline_response_400_6.rb
|
|
755
|
-
- lib/cybersource_rest_client/models/inline_response_400_6_fields.rb
|
|
756
771
|
- lib/cybersource_rest_client/models/inline_response_400_7.rb
|
|
757
|
-
- lib/cybersource_rest_client/models/inline_response_400_7_details.rb
|
|
758
772
|
- lib/cybersource_rest_client/models/inline_response_400_8.rb
|
|
759
|
-
- lib/cybersource_rest_client/models/
|
|
773
|
+
- lib/cybersource_rest_client/models/inline_response_400_8_fields.rb
|
|
760
774
|
- lib/cybersource_rest_client/models/inline_response_400_9.rb
|
|
761
775
|
- lib/cybersource_rest_client/models/inline_response_400_9_details.rb
|
|
762
776
|
- lib/cybersource_rest_client/models/inline_response_400_details.rb
|
|
@@ -871,6 +885,8 @@ files:
|
|
|
871
885
|
- lib/cybersource_rest_client/models/mit_void_request.rb
|
|
872
886
|
- lib/cybersource_rest_client/models/model_400_upload_batch_file_response.rb
|
|
873
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
|
|
874
890
|
- lib/cybersource_rest_client/models/network_token_enrollment.rb
|
|
875
891
|
- lib/cybersource_rest_client/models/network_token_services_enablement.rb
|
|
876
892
|
- lib/cybersource_rest_client/models/network_token_services_enablement_mastercard_digital_enablement_service.rb
|
|
@@ -900,9 +916,9 @@ files:
|
|
|
900
916
|
- lib/cybersource_rest_client/models/payment_instrument_list.rb
|
|
901
917
|
- lib/cybersource_rest_client/models/payment_instrument_list_1.rb
|
|
902
918
|
- lib/cybersource_rest_client/models/payment_instrument_list_1__embedded.rb
|
|
903
|
-
- lib/cybersource_rest_client/models/payment_instrument_list_1__embedded__embedded.rb
|
|
904
|
-
- lib/cybersource_rest_client/models/payment_instrument_list_1__embedded_payment_instruments.rb
|
|
905
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
|
|
906
922
|
- lib/cybersource_rest_client/models/payment_instrument_list__links.rb
|
|
907
923
|
- lib/cybersource_rest_client/models/payment_instrument_list__links_first.rb
|
|
908
924
|
- lib/cybersource_rest_client/models/payment_instrument_list__links_last.rb
|
|
@@ -939,6 +955,12 @@ files:
|
|
|
939
955
|
- lib/cybersource_rest_client/models/payments_products_e_check.rb
|
|
940
956
|
- lib/cybersource_rest_client/models/payments_products_e_check_configuration_information.rb
|
|
941
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
|
|
942
964
|
- lib/cybersource_rest_client/models/payments_products_payer_authentication.rb
|
|
943
965
|
- lib/cybersource_rest_client/models/payments_products_payer_authentication_configuration_information.rb
|
|
944
966
|
- lib/cybersource_rest_client/models/payments_products_payer_authentication_subscription_information.rb
|
|
@@ -998,7 +1020,6 @@ files:
|
|
|
998
1020
|
- lib/cybersource_rest_client/models/pbl_payment_links_all_get404_response.rb
|
|
999
1021
|
- lib/cybersource_rest_client/models/pbl_payment_links_get200_response.rb
|
|
1000
1022
|
- lib/cybersource_rest_client/models/pbl_payment_links_post201_response.rb
|
|
1001
|
-
- lib/cybersource_rest_client/models/pbl_payment_links_post201_response__links.rb
|
|
1002
1023
|
- lib/cybersource_rest_client/models/pbl_payment_links_post201_response_order_information.rb
|
|
1003
1024
|
- lib/cybersource_rest_client/models/pbl_payment_links_post201_response_purchase_information.rb
|
|
1004
1025
|
- lib/cybersource_rest_client/models/post_customer_payment_instrument_request.rb
|
|
@@ -1046,9 +1067,13 @@ files:
|
|
|
1046
1067
|
- lib/cybersource_rest_client/models/pts_v2_credits_post201_response_1.rb
|
|
1047
1068
|
- lib/cybersource_rest_client/models/pts_v2_credits_post201_response_1_processor_information.rb
|
|
1048
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
|
|
1049
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
|
|
1050
1074
|
- lib/cybersource_rest_client/models/pts_v2_credits_post201_response_processing_information.rb
|
|
1051
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
|
|
1052
1077
|
- lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response.rb
|
|
1053
1078
|
- lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response__links.rb
|
|
1054
1079
|
- lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_client_reference_information.rb
|
|
@@ -1144,6 +1169,7 @@ files:
|
|
|
1144
1169
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_order_information_ship_to.rb
|
|
1145
1170
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_account_information.rb
|
|
1146
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
|
|
1147
1173
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information.rb
|
|
1148
1174
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_account_features.rb
|
|
1149
1175
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_account_features_balances.rb
|
|
@@ -1151,7 +1177,6 @@ files:
|
|
|
1151
1177
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_bank_account.rb
|
|
1152
1178
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_e_wallet.rb
|
|
1153
1179
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_instrument_identifier.rb
|
|
1154
|
-
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_card.rb
|
|
1155
1180
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_payment_method.rb
|
|
1156
1181
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_insights_information.rb
|
|
1157
1182
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_insights_information_orchestration.rb
|
|
@@ -1192,6 +1217,7 @@ files:
|
|
|
1192
1217
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_instrument_identifier.rb
|
|
1193
1218
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_payment_instrument.rb
|
|
1194
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
|
|
1195
1221
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_watchlist_screening_information.rb
|
|
1196
1222
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_watchlist_screening_information_watch_list.rb
|
|
1197
1223
|
- lib/cybersource_rest_client/models/pts_v2_payments_post201_response_watchlist_screening_information_watch_list_matches.rb
|
|
@@ -1226,6 +1252,9 @@ files:
|
|
|
1226
1252
|
- lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_order_information_amount_details.rb
|
|
1227
1253
|
- lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processing_information.rb
|
|
1228
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
|
|
1229
1258
|
- lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_recipient_information.rb
|
|
1230
1259
|
- lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_recipient_information_card.rb
|
|
1231
1260
|
- lib/cybersource_rest_client/models/pts_v2_payouts_post400_response.rb
|
|
@@ -1234,6 +1263,7 @@ files:
|
|
|
1234
1263
|
- lib/cybersource_rest_client/models/pts_v2_update_order_patch201_response.rb
|
|
1235
1264
|
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_aggregator_information.rb
|
|
1236
1265
|
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_aggregator_information_sub_merchant.rb
|
|
1266
|
+
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_buyer_information.rb
|
|
1237
1267
|
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_client_reference_information.rb
|
|
1238
1268
|
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_merchant_information.rb
|
|
1239
1269
|
- lib/cybersource_rest_client/models/ptsv1pullfundstransfer_merchant_information_merchant_descriptor.rb
|
|
@@ -1298,10 +1328,13 @@ files:
|
|
|
1298
1328
|
- lib/cybersource_rest_client/models/ptsv2billingagreements_merchant_information.rb
|
|
1299
1329
|
- lib/cybersource_rest_client/models/ptsv2billingagreements_merchant_information_merchant_descriptor.rb
|
|
1300
1330
|
- lib/cybersource_rest_client/models/ptsv2billingagreements_order_information.rb
|
|
1331
|
+
- lib/cybersource_rest_client/models/ptsv2billingagreements_order_information_amount_details.rb
|
|
1301
1332
|
- lib/cybersource_rest_client/models/ptsv2billingagreements_order_information_bill_to.rb
|
|
1333
|
+
- lib/cybersource_rest_client/models/ptsv2billingagreements_order_information_invoice_details.rb
|
|
1302
1334
|
- lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information.rb
|
|
1303
1335
|
- lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_bank.rb
|
|
1304
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
|
|
1305
1338
|
- lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_card.rb
|
|
1306
1339
|
- lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_payment_type.rb
|
|
1307
1340
|
- lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_payment_type_method.rb
|
|
@@ -1320,6 +1353,7 @@ files:
|
|
|
1320
1353
|
- lib/cybersource_rest_client/models/ptsv2credits_recipient_information.rb
|
|
1321
1354
|
- lib/cybersource_rest_client/models/ptsv2credits_sender_information.rb
|
|
1322
1355
|
- lib/cybersource_rest_client/models/ptsv2credits_sender_information_account.rb
|
|
1356
|
+
- lib/cybersource_rest_client/models/ptsv2credits_token_information.rb
|
|
1323
1357
|
- lib/cybersource_rest_client/models/ptsv2intents_client_reference_information.rb
|
|
1324
1358
|
- lib/cybersource_rest_client/models/ptsv2intents_event_information.rb
|
|
1325
1359
|
- lib/cybersource_rest_client/models/ptsv2intents_merchant_information.rb
|
|
@@ -1327,7 +1361,6 @@ files:
|
|
|
1327
1361
|
- lib/cybersource_rest_client/models/ptsv2intents_order_information.rb
|
|
1328
1362
|
- lib/cybersource_rest_client/models/ptsv2intents_order_information_amount_details.rb
|
|
1329
1363
|
- lib/cybersource_rest_client/models/ptsv2intents_order_information_bill_to.rb
|
|
1330
|
-
- lib/cybersource_rest_client/models/ptsv2intents_order_information_invoice_details.rb
|
|
1331
1364
|
- lib/cybersource_rest_client/models/ptsv2intents_order_information_line_items.rb
|
|
1332
1365
|
- lib/cybersource_rest_client/models/ptsv2intents_order_information_ship_to.rb
|
|
1333
1366
|
- lib/cybersource_rest_client/models/ptsv2intents_payment_information.rb
|
|
@@ -1408,6 +1441,7 @@ files:
|
|
|
1408
1441
|
- lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details_tax_details.rb
|
|
1409
1442
|
- lib/cybersource_rest_client/models/ptsv2payments_order_information_bill_to.rb
|
|
1410
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
|
|
1411
1445
|
- lib/cybersource_rest_client/models/ptsv2payments_order_information_invoice_details.rb
|
|
1412
1446
|
- lib/cybersource_rest_client/models/ptsv2payments_order_information_invoice_details_transaction_advice_addendum.rb
|
|
1413
1447
|
- lib/cybersource_rest_client/models/ptsv2payments_order_information_line_items.rb
|
|
@@ -1417,6 +1451,7 @@ files:
|
|
|
1417
1451
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information.rb
|
|
1418
1452
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank.rb
|
|
1419
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
|
|
1420
1455
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_card.rb
|
|
1421
1456
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_customer.rb
|
|
1422
1457
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_direct_debit.rb
|
|
@@ -1433,6 +1468,7 @@ files:
|
|
|
1433
1468
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_sepa.rb
|
|
1434
1469
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_sepa_direct_debit.rb
|
|
1435
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
|
|
1436
1472
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_tokenized_card.rb
|
|
1437
1473
|
- lib/cybersource_rest_client/models/ptsv2payments_payment_information_tokenized_payment_method.rb
|
|
1438
1474
|
- lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information.rb
|
|
@@ -1446,6 +1482,7 @@ files:
|
|
|
1446
1482
|
- lib/cybersource_rest_client/models/ptsv2payments_processing_information_japan_payment_options.rb
|
|
1447
1483
|
- lib/cybersource_rest_client/models/ptsv2payments_processing_information_japan_payment_options_bonuses.rb
|
|
1448
1484
|
- lib/cybersource_rest_client/models/ptsv2payments_processing_information_loan_options.rb
|
|
1485
|
+
- lib/cybersource_rest_client/models/ptsv2payments_processing_information_program_indicators.rb
|
|
1449
1486
|
- lib/cybersource_rest_client/models/ptsv2payments_processing_information_purchase_options.rb
|
|
1450
1487
|
- lib/cybersource_rest_client/models/ptsv2payments_processing_information_recurring_options.rb
|
|
1451
1488
|
- lib/cybersource_rest_client/models/ptsv2payments_processor_information.rb
|
|
@@ -1466,6 +1503,8 @@ files:
|
|
|
1466
1503
|
- lib/cybersource_rest_client/models/ptsv2payments_token_information.rb
|
|
1467
1504
|
- lib/cybersource_rest_client/models/ptsv2payments_token_information_payment_instrument.rb
|
|
1468
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
|
|
1469
1508
|
- lib/cybersource_rest_client/models/ptsv2payments_token_information_token_provisioning_information.rb
|
|
1470
1509
|
- lib/cybersource_rest_client/models/ptsv2payments_travel_information.rb
|
|
1471
1510
|
- lib/cybersource_rest_client/models/ptsv2payments_travel_information_agency.rb
|
|
@@ -1522,6 +1561,7 @@ files:
|
|
|
1522
1561
|
- lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_merchant_information.rb
|
|
1523
1562
|
- lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information.rb
|
|
1524
1563
|
- lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information_line_items.rb
|
|
1564
|
+
- lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information_shipping_details.rb
|
|
1525
1565
|
- lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information.rb
|
|
1526
1566
|
- lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_bank.rb
|
|
1527
1567
|
- lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_bank_account.rb
|
|
@@ -1539,6 +1579,7 @@ files:
|
|
|
1539
1579
|
- lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_travel_information_transit_airline_ancillary_information_service.rb
|
|
1540
1580
|
- lib/cybersource_rest_client/models/ptsv2paymentsidreversals_client_reference_information.rb
|
|
1541
1581
|
- lib/cybersource_rest_client/models/ptsv2paymentsidreversals_client_reference_information_partner.rb
|
|
1582
|
+
- lib/cybersource_rest_client/models/ptsv2paymentsidreversals_device_information.rb
|
|
1542
1583
|
- lib/cybersource_rest_client/models/ptsv2paymentsidreversals_order_information.rb
|
|
1543
1584
|
- lib/cybersource_rest_client/models/ptsv2paymentsidreversals_order_information_amount_details.rb
|
|
1544
1585
|
- lib/cybersource_rest_client/models/ptsv2paymentsidreversals_order_information_line_items.rb
|
|
@@ -1597,7 +1638,6 @@ files:
|
|
|
1597
1638
|
- lib/cybersource_rest_client/models/pull_funds201_response_order_information.rb
|
|
1598
1639
|
- lib/cybersource_rest_client/models/pull_funds201_response_order_information_amount_details.rb
|
|
1599
1640
|
- lib/cybersource_rest_client/models/pull_funds201_response_processor_information.rb
|
|
1600
|
-
- lib/cybersource_rest_client/models/pull_funds201_response_processor_information_avs.rb
|
|
1601
1641
|
- lib/cybersource_rest_client/models/pull_funds201_response_processor_information_consumer_authentication_response.rb
|
|
1602
1642
|
- lib/cybersource_rest_client/models/pull_funds_refund201_response.rb
|
|
1603
1643
|
- lib/cybersource_rest_client/models/pull_funds_refund201_response__links.rb
|
|
@@ -1905,11 +1945,17 @@ files:
|
|
|
1905
1945
|
- lib/cybersource_rest_client/models/tms_payment_instrument_processing_info_bank_transfer_options.rb
|
|
1906
1946
|
- lib/cybersource_rest_client/models/tms_sensitive_privileges.rb
|
|
1907
1947
|
- lib/cybersource_rest_client/models/tms_token_formats.rb
|
|
1948
|
+
- lib/cybersource_rest_client/models/tms_tokenized_card_delete_request.rb
|
|
1949
|
+
- lib/cybersource_rest_client/models/tmsv1paymentinstruments__embedded.rb
|
|
1908
1950
|
- lib/cybersource_rest_client/models/tmsv2_tokenized_card.rb
|
|
1909
1951
|
- lib/cybersource_rest_client/models/tmsv2_tokenized_card_card.rb
|
|
1910
1952
|
- lib/cybersource_rest_client/models/tmsv2_tokenized_card_card_terms_and_conditions.rb
|
|
1911
1953
|
- lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata.rb
|
|
1912
1954
|
- lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_issuer.rb
|
|
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
|
|
1913
1959
|
- lib/cybersource_rest_client/models/tmsv2tokenize_default_payment_instrument_buyer_info_issued_by.rb
|
|
1914
1960
|
- lib/cybersource_rest_client/models/tmsv2tokenize_default_payment_instrument_buyer_info_personal_identification.rb
|
|
1915
1961
|
- lib/cybersource_rest_client/models/tmsv2tokenize_default_payment_instrument_card_tokenized_info.rb
|
|
@@ -1944,8 +1990,10 @@ files:
|
|
|
1944
1990
|
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer_merchant_defined_information.rb
|
|
1945
1991
|
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer_metadata.rb
|
|
1946
1992
|
- lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer_object_information.rb
|
|
1993
|
+
- lib/cybersource_rest_client/models/tmsv2tokenizedcards_bill_to.rb
|
|
1947
1994
|
- lib/cybersource_rest_client/models/tmsv2tokenizedcards_card.rb
|
|
1948
1995
|
- lib/cybersource_rest_client/models/tmsv2tokenizedcards_passcode.rb
|
|
1996
|
+
- lib/cybersource_rest_client/models/tmsv2tokenizedcardstokenized_card_iddelete_reason.rb
|
|
1949
1997
|
- lib/cybersource_rest_client/models/tmsv2tokenizedcardstokenized_card_idissuerlifecycleeventsimulations_card.rb
|
|
1950
1998
|
- lib/cybersource_rest_client/models/tmsv2tokenizedcardstokenized_card_idissuerlifecycleeventsimulations_metadata.rb
|
|
1951
1999
|
- lib/cybersource_rest_client/models/tmsv2tokenizedcardstokenized_card_idissuerlifecycleeventsimulations_metadata_card_art.rb
|
|
@@ -1955,7 +2003,6 @@ files:
|
|
|
1955
2003
|
- lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_merchant_information_merchant_descriptor.rb
|
|
1956
2004
|
- lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_order_information.rb
|
|
1957
2005
|
- lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_order_information_amount_details.rb
|
|
1958
|
-
- lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_order_information_bill_to.rb
|
|
1959
2006
|
- lib/cybersource_rest_client/models/token_permissions.rb
|
|
1960
2007
|
- lib/cybersource_rest_client/models/tss_v2_get_emv_tags200_response.rb
|
|
1961
2008
|
- lib/cybersource_rest_client/models/tss_v2_get_emv_tags200_response_emv_tag_breakdown_list.rb
|
|
@@ -2053,10 +2100,13 @@ files:
|
|
|
2053
2100
|
- lib/cybersource_rest_client/models/ucv1sessions_complete_mandate.rb
|
|
2054
2101
|
- lib/cybersource_rest_client/models/ucv1sessions_complete_mandate_tms.rb
|
|
2055
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
|
|
2056
2105
|
- lib/cybersource_rest_client/models/ucv1sessions_data_buyer_information.rb
|
|
2057
2106
|
- lib/cybersource_rest_client/models/ucv1sessions_data_buyer_information_personal_identification.rb
|
|
2058
2107
|
- lib/cybersource_rest_client/models/ucv1sessions_data_consumer_authentication_information.rb
|
|
2059
2108
|
- lib/cybersource_rest_client/models/ucv1sessions_data_device_information.rb
|
|
2109
|
+
- lib/cybersource_rest_client/models/ucv1sessions_data_installment_information.rb
|
|
2060
2110
|
- lib/cybersource_rest_client/models/ucv1sessions_data_merchant_defined_information.rb
|
|
2061
2111
|
- lib/cybersource_rest_client/models/ucv1sessions_data_merchant_information.rb
|
|
2062
2112
|
- lib/cybersource_rest_client/models/ucv1sessions_data_merchant_information_merchant_descriptor.rb
|
|
@@ -2065,12 +2115,20 @@ files:
|
|
|
2065
2115
|
- lib/cybersource_rest_client/models/ucv1sessions_data_order_information_amount_details_tax_details.rb
|
|
2066
2116
|
- lib/cybersource_rest_client/models/ucv1sessions_data_order_information_bill_to.rb
|
|
2067
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
|
|
2068
2122
|
- lib/cybersource_rest_client/models/ucv1sessions_data_payment_information.rb
|
|
2069
2123
|
- lib/cybersource_rest_client/models/ucv1sessions_data_payment_information_card.rb
|
|
2070
2124
|
- lib/cybersource_rest_client/models/ucv1sessions_data_processing_information.rb
|
|
2071
2125
|
- lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_authorization_options.rb
|
|
2072
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
|
|
2073
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
|
|
2074
2132
|
- lib/cybersource_rest_client/models/ucv1sessions_payment_configurations.rb
|
|
2075
2133
|
- lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_clicktopay.rb
|
|
2076
2134
|
- lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_googlepay.rb
|
|
@@ -2109,6 +2167,7 @@ files:
|
|
|
2109
2167
|
- lib/cybersource_rest_client/models/update_invoice_request.rb
|
|
2110
2168
|
- lib/cybersource_rest_client/models/update_order_request.rb
|
|
2111
2169
|
- lib/cybersource_rest_client/models/update_payment_link_request.rb
|
|
2170
|
+
- lib/cybersource_rest_client/models/update_payments.rb
|
|
2112
2171
|
- lib/cybersource_rest_client/models/update_plan_request.rb
|
|
2113
2172
|
- lib/cybersource_rest_client/models/update_plan_response.rb
|
|
2114
2173
|
- lib/cybersource_rest_client/models/update_plan_response_plan_information.rb
|
|
@@ -2228,7 +2287,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
2228
2287
|
requirements:
|
|
2229
2288
|
- - ">="
|
|
2230
2289
|
- !ruby/object:Gem::Version
|
|
2231
|
-
version: '3.
|
|
2290
|
+
version: '3.1'
|
|
2232
2291
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
2233
2292
|
requirements:
|
|
2234
2293
|
- - ">="
|