cybersource_rest_client 0.0.80 → 0.0.81
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 +17 -7
- data/lib/AuthenticationSDK/core/Authorization.rb +2 -2
- data/lib/AuthenticationSDK/core/MerchantConfig.rb +277 -23
- data/lib/AuthenticationSDK/util/Cache.rb +144 -8
- data/lib/AuthenticationSDK/util/CachedMLEKId.rb +17 -0
- data/lib/AuthenticationSDK/util/CertificateUtility.rb +109 -29
- data/lib/AuthenticationSDK/util/Constants.rb +4 -0
- data/lib/AuthenticationSDK/util/MLEUtility.rb +167 -11
- data/lib/AuthenticationSDK/util/Utility.rb +37 -1
- data/lib/cybersource_rest_client/api/bank_account_validation_api.rb +6 -2
- data/lib/cybersource_rest_client/api/batches_api.rb +24 -8
- data/lib/cybersource_rest_client/api/billing_agreements_api.rb +18 -6
- data/lib/cybersource_rest_client/api/bin_lookup_api.rb +6 -2
- data/lib/cybersource_rest_client/api/capture_api.rb +6 -2
- data/lib/cybersource_rest_client/api/chargeback_details_api.rb +6 -2
- data/lib/cybersource_rest_client/api/chargeback_summaries_api.rb +6 -2
- data/lib/cybersource_rest_client/api/conversion_details_api.rb +6 -2
- data/lib/cybersource_rest_client/api/create_new_webhooks_api.rb +18 -6
- data/lib/cybersource_rest_client/api/credit_api.rb +6 -2
- data/lib/cybersource_rest_client/api/customer_api.rb +24 -8
- data/lib/cybersource_rest_client/api/customer_payment_instrument_api.rb +30 -10
- data/lib/cybersource_rest_client/api/customer_shipping_address_api.rb +30 -10
- data/lib/cybersource_rest_client/api/decision_manager_api.rb +30 -10
- data/lib/cybersource_rest_client/api/device_de_association_api.rb +12 -4
- data/lib/cybersource_rest_client/api/device_search_api.rb +12 -4
- data/lib/cybersource_rest_client/api/download_dtd_api.rb +6 -2
- data/lib/cybersource_rest_client/api/download_xsd_api.rb +6 -2
- data/lib/cybersource_rest_client/api/emv_tag_details_api.rb +12 -4
- data/lib/cybersource_rest_client/api/enrollment_api.rb +104 -0
- data/lib/cybersource_rest_client/api/flex_api_api.rb +6 -2
- data/lib/cybersource_rest_client/api/instructions_api.rb +452 -0
- data/lib/cybersource_rest_client/api/instrument_identifier_api.rb +36 -12
- data/lib/cybersource_rest_client/api/interchange_clearing_level_details_api.rb +6 -2
- data/lib/cybersource_rest_client/api/invoice_settings_api.rb +12 -4
- data/lib/cybersource_rest_client/api/invoices_api.rb +42 -14
- data/lib/cybersource_rest_client/api/manage_webhooks_api.rb +42 -14
- data/lib/cybersource_rest_client/api/merchant_boarding_api.rb +12 -4
- data/lib/cybersource_rest_client/api/merchant_defined_fields_api.rb +24 -8
- data/lib/cybersource_rest_client/api/microform_integration_api.rb +6 -2
- data/lib/cybersource_rest_client/api/net_fundings_api.rb +6 -2
- data/lib/cybersource_rest_client/api/notification_of_changes_api.rb +6 -2
- data/lib/cybersource_rest_client/api/offers_api.rb +12 -4
- data/lib/cybersource_rest_client/api/orders_api.rb +12 -4
- data/lib/cybersource_rest_client/api/payer_authentication_api.rb +18 -6
- data/lib/cybersource_rest_client/api/payment_batch_summaries_api.rb +6 -2
- data/lib/cybersource_rest_client/api/payment_instrument_api.rb +24 -8
- data/lib/cybersource_rest_client/api/payment_links_api.rb +24 -8
- data/lib/cybersource_rest_client/api/payment_tokens_api.rb +6 -2
- data/lib/cybersource_rest_client/api/payments_api.rb +36 -12
- data/lib/cybersource_rest_client/api/payouts_api.rb +6 -2
- data/lib/cybersource_rest_client/api/plans_api.rb +48 -16
- data/lib/cybersource_rest_client/api/purchase_and_refund_details_api.rb +6 -2
- data/lib/cybersource_rest_client/api/push_funds_api.rb +6 -2
- data/lib/cybersource_rest_client/api/refund_api.rb +12 -4
- data/lib/cybersource_rest_client/api/report_definitions_api.rb +12 -4
- data/lib/cybersource_rest_client/api/report_downloads_api.rb +6 -2
- data/lib/cybersource_rest_client/api/report_subscriptions_api.rb +30 -10
- data/lib/cybersource_rest_client/api/reports_api.rb +18 -6
- data/lib/cybersource_rest_client/api/retrieval_details_api.rb +6 -2
- data/lib/cybersource_rest_client/api/retrieval_summaries_api.rb +6 -2
- data/lib/cybersource_rest_client/api/reversal_api.rb +12 -4
- data/lib/cybersource_rest_client/api/search_transactions_api.rb +12 -4
- data/lib/cybersource_rest_client/api/secure_file_share_api.rb +12 -4
- data/lib/cybersource_rest_client/api/subscriptions_api.rb +48 -16
- data/lib/cybersource_rest_client/api/subscriptions_follow_ons_api.rb +12 -4
- data/lib/cybersource_rest_client/api/taxes_api.rb +12 -4
- data/lib/cybersource_rest_client/api/token_api.rb +12 -4
- data/lib/cybersource_rest_client/api/tokenize_api.rb +6 -2
- data/lib/cybersource_rest_client/api/tokenized_card_api.rb +24 -8
- data/lib/cybersource_rest_client/api/transaction_batches_api.rb +24 -8
- data/lib/cybersource_rest_client/api/transaction_details_api.rb +6 -2
- data/lib/cybersource_rest_client/api/transient_token_data_api.rb +12 -4
- data/lib/cybersource_rest_client/api/unified_checkout_capture_context_api.rb +6 -2
- data/lib/cybersource_rest_client/api/user_management_api.rb +6 -2
- data/lib/cybersource_rest_client/api/user_management_search_api.rb +6 -2
- data/lib/cybersource_rest_client/api/verification_api.rb +12 -4
- data/lib/cybersource_rest_client/api/void_api.rb +30 -10
- data/lib/cybersource_rest_client/api_client.rb +20 -3
- data/lib/cybersource_rest_client/models/acpv1instructions_decline_threshold.rb +232 -0
- data/lib/cybersource_rest_client/models/acpv1instructions_mandates.rb +405 -0
- data/lib/cybersource_rest_client/models/acpv1instructions_recurring_payment_information.rb +191 -0
- data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconf_processor_info_payment_instrument_verifi_results.rb +213 -0
- data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_confirmation_data.rb +229 -0
- data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_merchant_information.rb +258 -0
- data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_order_information.rb +377 -0
- data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_order_information_shipping_details.rb +206 -0
- data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_processor_information.rb +425 -0
- data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_processor_information_payment_instrument.rb +190 -0
- data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_attachments.rb +258 -0
- data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_client_reference_information.rb +215 -0
- data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_mandate_reference_data.rb +205 -0
- data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_merchant_information.rb +334 -0
- data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_merchant_information_merchant_descriptor.rb +250 -0
- data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information.rb +228 -0
- data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_amount_detail.rb +354 -0
- data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_items.rb +367 -0
- data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_items_additional_info.rb +231 -0
- data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_items_policies.rb +346 -0
- data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_line_items.rb +190 -0
- data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_ship_to.rb +686 -0
- data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_payment_options.rb +217 -0
- data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_transaction_data.rb +348 -0
- data/lib/cybersource_rest_client/models/acpv1tokens_assurance_data.rb +313 -0
- data/lib/cybersource_rest_client/models/acpv1tokens_authenticated_identities.rb +237 -0
- data/lib/cybersource_rest_client/models/acpv1tokens_authentication_context.rb +191 -0
- data/lib/cybersource_rest_client/models/acpv1tokens_bill_to.rb +400 -0
- data/lib/cybersource_rest_client/models/acpv1tokens_buyer_information.rb +229 -0
- data/lib/cybersource_rest_client/models/acpv1tokens_buyer_information_personal_identification.rb +212 -0
- data/lib/cybersource_rest_client/models/acpv1tokens_consent_data.rb +297 -0
- data/lib/cybersource_rest_client/models/acpv1tokens_consumer_identity.rb +268 -0
- data/lib/cybersource_rest_client/models/acpv1tokens_device_information.rb +378 -0
- data/lib/cybersource_rest_client/models/acpv1tokens_device_information_device_data.rb +302 -0
- data/lib/cybersource_rest_client/models/acpv1tokens_enrollment_reference_data.rb +207 -0
- data/lib/cybersource_rest_client/models/acpv1tokens_payment_information.rb +215 -0
- data/lib/cybersource_rest_client/models/acpv1tokens_payment_information_customer.rb +197 -0
- data/lib/cybersource_rest_client/models/acpv1tokens_payment_information_instrument_identifier.rb +206 -0
- data/lib/cybersource_rest_client/models/acpv1tokens_payment_information_payment_instrument.rb +197 -0
- data/lib/cybersource_rest_client/models/agentic_cancel_purchase_intent_request.rb +257 -0
- data/lib/cybersource_rest_client/models/agentic_card_enrollment_bad_request_response400.rb +189 -0
- data/lib/cybersource_rest_client/models/agentic_card_enrollment_bad_request_response400_error.rb +238 -0
- data/lib/cybersource_rest_client/models/agentic_card_enrollment_bad_request_response400_error_detail.rb +224 -0
- data/lib/cybersource_rest_client/models/agentic_card_enrollment_request.rb +325 -0
- data/lib/cybersource_rest_client/models/agentic_card_enrollment_response200.rb +206 -0
- data/lib/cybersource_rest_client/models/agentic_card_enrollment_response202.rb +219 -0
- data/lib/cybersource_rest_client/models/agentic_confirm_transaction_events_request.rb +247 -0
- data/lib/cybersource_rest_client/models/agentic_confirm_transaction_events_response202.rb +195 -0
- data/lib/cybersource_rest_client/models/agentic_create_purchase_intent_request.rb +327 -0
- data/lib/cybersource_rest_client/models/agentic_create_purchase_intent_response200.rb +222 -0
- data/lib/cybersource_rest_client/models/agentic_pending_purchase_intent_response202.rb +241 -0
- data/lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_request.rb +247 -0
- data/lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_response200.rb +200 -0
- data/lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_response200_transaction_response_complete.rb +244 -0
- data/lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_response200_transaction_response_with_pending_events.rb +235 -0
- data/lib/cybersource_rest_client/models/agentic_update_purchase_intent_request.rb +315 -0
- data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_business_information.rb +36 -1
- data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_business_information_localized_names.rb +254 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline_ancillary_information.rb +22 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline_ancillary_information_service.rb +39 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_travel_information.rb +246 -0
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_travel_information_transit.rb +189 -0
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_travel_information_transit_airline.rb +889 -0
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_travel_information_transit_airline_ancillary_information.rb +259 -0
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_travel_information_transit_airline_ancillary_information_service.rb +213 -0
- data/lib/cybersource_rest_client/models/refund_capture_request.rb +1 -1
- data/lib/cybersource_rest_client/models/refund_payment_request.rb +1 -1
- data/lib/cybersource_rest_client/models/upv1capturecontexts_data.rb +4 -2
- data/lib/cybersource_rest_client/models/upv1capturecontexts_data_merchant_defined_information.rb +3 -2
- data/lib/cybersource_rest_client/utilities/jwe_utility.rb +1 -1
- data/lib/cybersource_rest_client.rb +64 -0
- metadata +68 -3
- /data/lib/AuthenticationSDK/util/{JWEUtility.rb → AuthJWEUtility.rb} +0 -0
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.81
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- CyberSource
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-01-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -304,12 +304,13 @@ files:
|
|
|
304
304
|
- lib/AuthenticationSDK/logging/log_configuration.rb
|
|
305
305
|
- lib/AuthenticationSDK/logging/log_factory.rb
|
|
306
306
|
- lib/AuthenticationSDK/logging/sensitive_logging.rb
|
|
307
|
+
- lib/AuthenticationSDK/util/AuthJWEUtility.rb
|
|
307
308
|
- lib/AuthenticationSDK/util/Cache.rb
|
|
308
309
|
- lib/AuthenticationSDK/util/CacheValue.rb
|
|
310
|
+
- lib/AuthenticationSDK/util/CachedMLEKId.rb
|
|
309
311
|
- lib/AuthenticationSDK/util/CertificateUtility.rb
|
|
310
312
|
- lib/AuthenticationSDK/util/Constants.rb
|
|
311
313
|
- lib/AuthenticationSDK/util/ExceptionHandler.rb
|
|
312
|
-
- lib/AuthenticationSDK/util/JWEUtility.rb
|
|
313
314
|
- lib/AuthenticationSDK/util/JWT/JWTExceptions.rb
|
|
314
315
|
- lib/AuthenticationSDK/util/JWT/JWTUtility.rb
|
|
315
316
|
- lib/AuthenticationSDK/util/MLEUtility.rb
|
|
@@ -335,7 +336,9 @@ files:
|
|
|
335
336
|
- lib/cybersource_rest_client/api/download_dtd_api.rb
|
|
336
337
|
- lib/cybersource_rest_client/api/download_xsd_api.rb
|
|
337
338
|
- lib/cybersource_rest_client/api/emv_tag_details_api.rb
|
|
339
|
+
- lib/cybersource_rest_client/api/enrollment_api.rb
|
|
338
340
|
- lib/cybersource_rest_client/api/flex_api_api.rb
|
|
341
|
+
- lib/cybersource_rest_client/api/instructions_api.rb
|
|
339
342
|
- lib/cybersource_rest_client/api/instrument_identifier_api.rb
|
|
340
343
|
- lib/cybersource_rest_client/api/interchange_clearing_level_details_api.rb
|
|
341
344
|
- lib/cybersource_rest_client/api/invoice_settings_api.rb
|
|
@@ -391,10 +394,66 @@ files:
|
|
|
391
394
|
- lib/cybersource_rest_client/models/account_validations_request.rb
|
|
392
395
|
- lib/cybersource_rest_client/models/accountupdaterv1batches_included.rb
|
|
393
396
|
- lib/cybersource_rest_client/models/accountupdaterv1batches_included_tokens.rb
|
|
397
|
+
- lib/cybersource_rest_client/models/acpv1instructions_decline_threshold.rb
|
|
398
|
+
- lib/cybersource_rest_client/models/acpv1instructions_mandates.rb
|
|
399
|
+
- lib/cybersource_rest_client/models/acpv1instructions_recurring_payment_information.rb
|
|
400
|
+
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconf_processor_info_payment_instrument_verifi_results.rb
|
|
401
|
+
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_confirmation_data.rb
|
|
402
|
+
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_merchant_information.rb
|
|
403
|
+
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_order_information.rb
|
|
404
|
+
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_order_information_shipping_details.rb
|
|
405
|
+
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_processor_information.rb
|
|
406
|
+
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_processor_information_payment_instrument.rb
|
|
407
|
+
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_attachments.rb
|
|
408
|
+
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_client_reference_information.rb
|
|
409
|
+
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_mandate_reference_data.rb
|
|
410
|
+
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_merchant_information.rb
|
|
411
|
+
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_merchant_information_merchant_descriptor.rb
|
|
412
|
+
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information.rb
|
|
413
|
+
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_amount_detail.rb
|
|
414
|
+
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_items.rb
|
|
415
|
+
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_items_additional_info.rb
|
|
416
|
+
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_items_policies.rb
|
|
417
|
+
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_line_items.rb
|
|
418
|
+
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_ship_to.rb
|
|
419
|
+
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_payment_options.rb
|
|
420
|
+
- lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_transaction_data.rb
|
|
421
|
+
- lib/cybersource_rest_client/models/acpv1tokens_assurance_data.rb
|
|
422
|
+
- lib/cybersource_rest_client/models/acpv1tokens_authenticated_identities.rb
|
|
423
|
+
- lib/cybersource_rest_client/models/acpv1tokens_authentication_context.rb
|
|
424
|
+
- lib/cybersource_rest_client/models/acpv1tokens_bill_to.rb
|
|
425
|
+
- lib/cybersource_rest_client/models/acpv1tokens_buyer_information.rb
|
|
426
|
+
- lib/cybersource_rest_client/models/acpv1tokens_buyer_information_personal_identification.rb
|
|
427
|
+
- lib/cybersource_rest_client/models/acpv1tokens_consent_data.rb
|
|
428
|
+
- lib/cybersource_rest_client/models/acpv1tokens_consumer_identity.rb
|
|
429
|
+
- lib/cybersource_rest_client/models/acpv1tokens_device_information.rb
|
|
430
|
+
- lib/cybersource_rest_client/models/acpv1tokens_device_information_device_data.rb
|
|
431
|
+
- lib/cybersource_rest_client/models/acpv1tokens_enrollment_reference_data.rb
|
|
432
|
+
- lib/cybersource_rest_client/models/acpv1tokens_payment_information.rb
|
|
433
|
+
- lib/cybersource_rest_client/models/acpv1tokens_payment_information_customer.rb
|
|
434
|
+
- lib/cybersource_rest_client/models/acpv1tokens_payment_information_instrument_identifier.rb
|
|
435
|
+
- lib/cybersource_rest_client/models/acpv1tokens_payment_information_payment_instrument.rb
|
|
394
436
|
- lib/cybersource_rest_client/models/activate_deactivate_plan_response.rb
|
|
395
437
|
- lib/cybersource_rest_client/models/activate_subscription_response.rb
|
|
396
438
|
- lib/cybersource_rest_client/models/activate_subscription_response_subscription_information.rb
|
|
397
439
|
- lib/cybersource_rest_client/models/add_negative_list_request.rb
|
|
440
|
+
- lib/cybersource_rest_client/models/agentic_cancel_purchase_intent_request.rb
|
|
441
|
+
- lib/cybersource_rest_client/models/agentic_card_enrollment_bad_request_response400.rb
|
|
442
|
+
- lib/cybersource_rest_client/models/agentic_card_enrollment_bad_request_response400_error.rb
|
|
443
|
+
- lib/cybersource_rest_client/models/agentic_card_enrollment_bad_request_response400_error_detail.rb
|
|
444
|
+
- lib/cybersource_rest_client/models/agentic_card_enrollment_request.rb
|
|
445
|
+
- lib/cybersource_rest_client/models/agentic_card_enrollment_response200.rb
|
|
446
|
+
- lib/cybersource_rest_client/models/agentic_card_enrollment_response202.rb
|
|
447
|
+
- lib/cybersource_rest_client/models/agentic_confirm_transaction_events_request.rb
|
|
448
|
+
- lib/cybersource_rest_client/models/agentic_confirm_transaction_events_response202.rb
|
|
449
|
+
- lib/cybersource_rest_client/models/agentic_create_purchase_intent_request.rb
|
|
450
|
+
- lib/cybersource_rest_client/models/agentic_create_purchase_intent_response200.rb
|
|
451
|
+
- lib/cybersource_rest_client/models/agentic_pending_purchase_intent_response202.rb
|
|
452
|
+
- lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_request.rb
|
|
453
|
+
- lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_response200.rb
|
|
454
|
+
- lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_response200_transaction_response_complete.rb
|
|
455
|
+
- lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_response200_transaction_response_with_pending_events.rb
|
|
456
|
+
- lib/cybersource_rest_client/models/agentic_update_purchase_intent_request.rb
|
|
398
457
|
- lib/cybersource_rest_client/models/auth_reversal_request.rb
|
|
399
458
|
- lib/cybersource_rest_client/models/bad_request_error.rb
|
|
400
459
|
- lib/cybersource_rest_client/models/bavsv1accountvalidations_client_reference_information.rb
|
|
@@ -418,6 +477,7 @@ files:
|
|
|
418
477
|
- lib/cybersource_rest_client/models/boardingv1registrations_organization_information_business_information.rb
|
|
419
478
|
- lib/cybersource_rest_client/models/boardingv1registrations_organization_information_business_information_address.rb
|
|
420
479
|
- lib/cybersource_rest_client/models/boardingv1registrations_organization_information_business_information_business_contact.rb
|
|
480
|
+
- lib/cybersource_rest_client/models/boardingv1registrations_organization_information_business_information_localized_names.rb
|
|
421
481
|
- lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb
|
|
422
482
|
- lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc_deposit_bank_account.rb
|
|
423
483
|
- lib/cybersource_rest_client/models/boardingv1registrations_organization_information_owners.rb
|
|
@@ -1384,6 +1444,11 @@ files:
|
|
|
1384
1444
|
- lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_processing_information.rb
|
|
1385
1445
|
- lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_processing_information_recurring_options.rb
|
|
1386
1446
|
- lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_processing_information_refund_options.rb
|
|
1447
|
+
- lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_travel_information.rb
|
|
1448
|
+
- lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_travel_information_transit.rb
|
|
1449
|
+
- lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_travel_information_transit_airline.rb
|
|
1450
|
+
- lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_travel_information_transit_airline_ancillary_information.rb
|
|
1451
|
+
- lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_travel_information_transit_airline_ancillary_information_service.rb
|
|
1387
1452
|
- lib/cybersource_rest_client/models/ptsv2paymentsidreversals_client_reference_information.rb
|
|
1388
1453
|
- lib/cybersource_rest_client/models/ptsv2paymentsidreversals_client_reference_information_partner.rb
|
|
1389
1454
|
- lib/cybersource_rest_client/models/ptsv2paymentsidreversals_order_information.rb
|
|
File without changes
|