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.
Files changed (152) hide show
  1. checksums.yaml +4 -4
  2. data/lib/AuthenticationSDK/authentication/jwt/JwtToken.rb +17 -7
  3. data/lib/AuthenticationSDK/core/Authorization.rb +2 -2
  4. data/lib/AuthenticationSDK/core/MerchantConfig.rb +277 -23
  5. data/lib/AuthenticationSDK/util/Cache.rb +144 -8
  6. data/lib/AuthenticationSDK/util/CachedMLEKId.rb +17 -0
  7. data/lib/AuthenticationSDK/util/CertificateUtility.rb +109 -29
  8. data/lib/AuthenticationSDK/util/Constants.rb +4 -0
  9. data/lib/AuthenticationSDK/util/MLEUtility.rb +167 -11
  10. data/lib/AuthenticationSDK/util/Utility.rb +37 -1
  11. data/lib/cybersource_rest_client/api/bank_account_validation_api.rb +6 -2
  12. data/lib/cybersource_rest_client/api/batches_api.rb +24 -8
  13. data/lib/cybersource_rest_client/api/billing_agreements_api.rb +18 -6
  14. data/lib/cybersource_rest_client/api/bin_lookup_api.rb +6 -2
  15. data/lib/cybersource_rest_client/api/capture_api.rb +6 -2
  16. data/lib/cybersource_rest_client/api/chargeback_details_api.rb +6 -2
  17. data/lib/cybersource_rest_client/api/chargeback_summaries_api.rb +6 -2
  18. data/lib/cybersource_rest_client/api/conversion_details_api.rb +6 -2
  19. data/lib/cybersource_rest_client/api/create_new_webhooks_api.rb +18 -6
  20. data/lib/cybersource_rest_client/api/credit_api.rb +6 -2
  21. data/lib/cybersource_rest_client/api/customer_api.rb +24 -8
  22. data/lib/cybersource_rest_client/api/customer_payment_instrument_api.rb +30 -10
  23. data/lib/cybersource_rest_client/api/customer_shipping_address_api.rb +30 -10
  24. data/lib/cybersource_rest_client/api/decision_manager_api.rb +30 -10
  25. data/lib/cybersource_rest_client/api/device_de_association_api.rb +12 -4
  26. data/lib/cybersource_rest_client/api/device_search_api.rb +12 -4
  27. data/lib/cybersource_rest_client/api/download_dtd_api.rb +6 -2
  28. data/lib/cybersource_rest_client/api/download_xsd_api.rb +6 -2
  29. data/lib/cybersource_rest_client/api/emv_tag_details_api.rb +12 -4
  30. data/lib/cybersource_rest_client/api/enrollment_api.rb +104 -0
  31. data/lib/cybersource_rest_client/api/flex_api_api.rb +6 -2
  32. data/lib/cybersource_rest_client/api/instructions_api.rb +452 -0
  33. data/lib/cybersource_rest_client/api/instrument_identifier_api.rb +36 -12
  34. data/lib/cybersource_rest_client/api/interchange_clearing_level_details_api.rb +6 -2
  35. data/lib/cybersource_rest_client/api/invoice_settings_api.rb +12 -4
  36. data/lib/cybersource_rest_client/api/invoices_api.rb +42 -14
  37. data/lib/cybersource_rest_client/api/manage_webhooks_api.rb +42 -14
  38. data/lib/cybersource_rest_client/api/merchant_boarding_api.rb +12 -4
  39. data/lib/cybersource_rest_client/api/merchant_defined_fields_api.rb +24 -8
  40. data/lib/cybersource_rest_client/api/microform_integration_api.rb +6 -2
  41. data/lib/cybersource_rest_client/api/net_fundings_api.rb +6 -2
  42. data/lib/cybersource_rest_client/api/notification_of_changes_api.rb +6 -2
  43. data/lib/cybersource_rest_client/api/offers_api.rb +12 -4
  44. data/lib/cybersource_rest_client/api/orders_api.rb +12 -4
  45. data/lib/cybersource_rest_client/api/payer_authentication_api.rb +18 -6
  46. data/lib/cybersource_rest_client/api/payment_batch_summaries_api.rb +6 -2
  47. data/lib/cybersource_rest_client/api/payment_instrument_api.rb +24 -8
  48. data/lib/cybersource_rest_client/api/payment_links_api.rb +24 -8
  49. data/lib/cybersource_rest_client/api/payment_tokens_api.rb +6 -2
  50. data/lib/cybersource_rest_client/api/payments_api.rb +36 -12
  51. data/lib/cybersource_rest_client/api/payouts_api.rb +6 -2
  52. data/lib/cybersource_rest_client/api/plans_api.rb +48 -16
  53. data/lib/cybersource_rest_client/api/purchase_and_refund_details_api.rb +6 -2
  54. data/lib/cybersource_rest_client/api/push_funds_api.rb +6 -2
  55. data/lib/cybersource_rest_client/api/refund_api.rb +12 -4
  56. data/lib/cybersource_rest_client/api/report_definitions_api.rb +12 -4
  57. data/lib/cybersource_rest_client/api/report_downloads_api.rb +6 -2
  58. data/lib/cybersource_rest_client/api/report_subscriptions_api.rb +30 -10
  59. data/lib/cybersource_rest_client/api/reports_api.rb +18 -6
  60. data/lib/cybersource_rest_client/api/retrieval_details_api.rb +6 -2
  61. data/lib/cybersource_rest_client/api/retrieval_summaries_api.rb +6 -2
  62. data/lib/cybersource_rest_client/api/reversal_api.rb +12 -4
  63. data/lib/cybersource_rest_client/api/search_transactions_api.rb +12 -4
  64. data/lib/cybersource_rest_client/api/secure_file_share_api.rb +12 -4
  65. data/lib/cybersource_rest_client/api/subscriptions_api.rb +48 -16
  66. data/lib/cybersource_rest_client/api/subscriptions_follow_ons_api.rb +12 -4
  67. data/lib/cybersource_rest_client/api/taxes_api.rb +12 -4
  68. data/lib/cybersource_rest_client/api/token_api.rb +12 -4
  69. data/lib/cybersource_rest_client/api/tokenize_api.rb +6 -2
  70. data/lib/cybersource_rest_client/api/tokenized_card_api.rb +24 -8
  71. data/lib/cybersource_rest_client/api/transaction_batches_api.rb +24 -8
  72. data/lib/cybersource_rest_client/api/transaction_details_api.rb +6 -2
  73. data/lib/cybersource_rest_client/api/transient_token_data_api.rb +12 -4
  74. data/lib/cybersource_rest_client/api/unified_checkout_capture_context_api.rb +6 -2
  75. data/lib/cybersource_rest_client/api/user_management_api.rb +6 -2
  76. data/lib/cybersource_rest_client/api/user_management_search_api.rb +6 -2
  77. data/lib/cybersource_rest_client/api/verification_api.rb +12 -4
  78. data/lib/cybersource_rest_client/api/void_api.rb +30 -10
  79. data/lib/cybersource_rest_client/api_client.rb +20 -3
  80. data/lib/cybersource_rest_client/models/acpv1instructions_decline_threshold.rb +232 -0
  81. data/lib/cybersource_rest_client/models/acpv1instructions_mandates.rb +405 -0
  82. data/lib/cybersource_rest_client/models/acpv1instructions_recurring_payment_information.rb +191 -0
  83. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconf_processor_info_payment_instrument_verifi_results.rb +213 -0
  84. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_confirmation_data.rb +229 -0
  85. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_merchant_information.rb +258 -0
  86. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_order_information.rb +377 -0
  87. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_order_information_shipping_details.rb +206 -0
  88. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_processor_information.rb +425 -0
  89. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_processor_information_payment_instrument.rb +190 -0
  90. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_attachments.rb +258 -0
  91. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_client_reference_information.rb +215 -0
  92. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_mandate_reference_data.rb +205 -0
  93. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_merchant_information.rb +334 -0
  94. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_merchant_information_merchant_descriptor.rb +250 -0
  95. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information.rb +228 -0
  96. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_amount_detail.rb +354 -0
  97. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_items.rb +367 -0
  98. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_items_additional_info.rb +231 -0
  99. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_items_policies.rb +346 -0
  100. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_line_items.rb +190 -0
  101. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_ship_to.rb +686 -0
  102. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_payment_options.rb +217 -0
  103. data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_transaction_data.rb +348 -0
  104. data/lib/cybersource_rest_client/models/acpv1tokens_assurance_data.rb +313 -0
  105. data/lib/cybersource_rest_client/models/acpv1tokens_authenticated_identities.rb +237 -0
  106. data/lib/cybersource_rest_client/models/acpv1tokens_authentication_context.rb +191 -0
  107. data/lib/cybersource_rest_client/models/acpv1tokens_bill_to.rb +400 -0
  108. data/lib/cybersource_rest_client/models/acpv1tokens_buyer_information.rb +229 -0
  109. data/lib/cybersource_rest_client/models/acpv1tokens_buyer_information_personal_identification.rb +212 -0
  110. data/lib/cybersource_rest_client/models/acpv1tokens_consent_data.rb +297 -0
  111. data/lib/cybersource_rest_client/models/acpv1tokens_consumer_identity.rb +268 -0
  112. data/lib/cybersource_rest_client/models/acpv1tokens_device_information.rb +378 -0
  113. data/lib/cybersource_rest_client/models/acpv1tokens_device_information_device_data.rb +302 -0
  114. data/lib/cybersource_rest_client/models/acpv1tokens_enrollment_reference_data.rb +207 -0
  115. data/lib/cybersource_rest_client/models/acpv1tokens_payment_information.rb +215 -0
  116. data/lib/cybersource_rest_client/models/acpv1tokens_payment_information_customer.rb +197 -0
  117. data/lib/cybersource_rest_client/models/acpv1tokens_payment_information_instrument_identifier.rb +206 -0
  118. data/lib/cybersource_rest_client/models/acpv1tokens_payment_information_payment_instrument.rb +197 -0
  119. data/lib/cybersource_rest_client/models/agentic_cancel_purchase_intent_request.rb +257 -0
  120. data/lib/cybersource_rest_client/models/agentic_card_enrollment_bad_request_response400.rb +189 -0
  121. data/lib/cybersource_rest_client/models/agentic_card_enrollment_bad_request_response400_error.rb +238 -0
  122. data/lib/cybersource_rest_client/models/agentic_card_enrollment_bad_request_response400_error_detail.rb +224 -0
  123. data/lib/cybersource_rest_client/models/agentic_card_enrollment_request.rb +325 -0
  124. data/lib/cybersource_rest_client/models/agentic_card_enrollment_response200.rb +206 -0
  125. data/lib/cybersource_rest_client/models/agentic_card_enrollment_response202.rb +219 -0
  126. data/lib/cybersource_rest_client/models/agentic_confirm_transaction_events_request.rb +247 -0
  127. data/lib/cybersource_rest_client/models/agentic_confirm_transaction_events_response202.rb +195 -0
  128. data/lib/cybersource_rest_client/models/agentic_create_purchase_intent_request.rb +327 -0
  129. data/lib/cybersource_rest_client/models/agentic_create_purchase_intent_response200.rb +222 -0
  130. data/lib/cybersource_rest_client/models/agentic_pending_purchase_intent_response202.rb +241 -0
  131. data/lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_request.rb +247 -0
  132. data/lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_response200.rb +200 -0
  133. data/lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_response200_transaction_response_complete.rb +244 -0
  134. data/lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_response200_transaction_response_with_pending_events.rb +235 -0
  135. data/lib/cybersource_rest_client/models/agentic_update_purchase_intent_request.rb +315 -0
  136. data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_business_information.rb +36 -1
  137. data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_business_information_localized_names.rb +254 -0
  138. data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline_ancillary_information.rb +22 -5
  139. data/lib/cybersource_rest_client/models/ptsv2payments_travel_information_transit_airline_ancillary_information_service.rb +39 -5
  140. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_travel_information.rb +246 -0
  141. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_travel_information_transit.rb +189 -0
  142. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_travel_information_transit_airline.rb +889 -0
  143. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_travel_information_transit_airline_ancillary_information.rb +259 -0
  144. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_travel_information_transit_airline_ancillary_information_service.rb +213 -0
  145. data/lib/cybersource_rest_client/models/refund_capture_request.rb +1 -1
  146. data/lib/cybersource_rest_client/models/refund_payment_request.rb +1 -1
  147. data/lib/cybersource_rest_client/models/upv1capturecontexts_data.rb +4 -2
  148. data/lib/cybersource_rest_client/models/upv1capturecontexts_data_merchant_defined_information.rb +3 -2
  149. data/lib/cybersource_rest_client/utilities/jwe_utility.rb +1 -1
  150. data/lib/cybersource_rest_client.rb +64 -0
  151. metadata +68 -3
  152. /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.80
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: 2025-12-01 00:00:00.000000000 Z
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