cybersource_rest_client 0.0.40 → 0.0.44

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 (92) hide show
  1. checksums.yaml +4 -4
  2. data/lib/AuthenticationSDK/logging/sensitive_logging.rb +7 -4
  3. data/lib/cybersource_rest_client/api/asymmetric_key_management_api.rb +223 -219
  4. data/lib/cybersource_rest_client/api/chargeback_details_api.rb +116 -112
  5. data/lib/cybersource_rest_client/api/chargeback_summaries_api.rb +116 -112
  6. data/lib/cybersource_rest_client/api/conversion_details_api.rb +5 -1
  7. data/lib/cybersource_rest_client/api/customer_api.rb +368 -360
  8. data/lib/cybersource_rest_client/api/customer_payment_instrument_api.rb +530 -518
  9. data/lib/cybersource_rest_client/api/customer_shipping_address_api.rb +530 -518
  10. data/lib/cybersource_rest_client/api/download_dtd_api.rb +92 -88
  11. data/lib/cybersource_rest_client/api/download_xsd_api.rb +92 -88
  12. data/lib/cybersource_rest_client/api/instrument_identifier_api.rb +15 -3
  13. data/lib/cybersource_rest_client/api/interchange_clearing_level_details_api.rb +116 -112
  14. data/lib/cybersource_rest_client/api/invoice_settings_api.rb +152 -148
  15. data/lib/cybersource_rest_client/api/invoices_api.rb +447 -431
  16. data/lib/cybersource_rest_client/api/net_fundings_api.rb +5 -1
  17. data/lib/cybersource_rest_client/api/notification_of_changes_api.rb +5 -1
  18. data/lib/cybersource_rest_client/api/payer_authentication_api.rb +219 -219
  19. data/lib/cybersource_rest_client/api/payment_batch_summaries_api.rb +133 -129
  20. data/lib/cybersource_rest_client/api/payment_instrument_api.rb +10 -2
  21. data/lib/cybersource_rest_client/api/purchase_and_refund_details_api.rb +5 -1
  22. data/lib/cybersource_rest_client/api/report_definitions_api.rb +10 -2
  23. data/lib/cybersource_rest_client/api/report_downloads_api.rb +5 -1
  24. data/lib/cybersource_rest_client/api/report_subscriptions_api.rb +15 -3
  25. data/lib/cybersource_rest_client/api/reports_api.rb +10 -2
  26. data/lib/cybersource_rest_client/api/retrieval_details_api.rb +116 -112
  27. data/lib/cybersource_rest_client/api/retrieval_summaries_api.rb +116 -112
  28. data/lib/cybersource_rest_client/api/search_transactions_api.rb +5 -1
  29. data/lib/cybersource_rest_client/api/secure_file_share_api.rb +206 -198
  30. data/lib/cybersource_rest_client/api/symmetric_key_management_api.rb +5 -1
  31. data/lib/cybersource_rest_client/api/taxes_api.rb +160 -160
  32. data/lib/cybersource_rest_client/api/tokenization_api.rb +89 -89
  33. data/lib/cybersource_rest_client/api/transaction_batches_api.rb +15 -3
  34. data/lib/cybersource_rest_client/api/transaction_details_api.rb +5 -1
  35. data/lib/cybersource_rest_client/api/user_management_api.rb +5 -1
  36. data/lib/cybersource_rest_client/api/user_management_search_api.rb +89 -89
  37. data/lib/cybersource_rest_client/api/verification_api.rb +154 -154
  38. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response.rb +10 -1
  39. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_consumer_authentication_information.rb +1 -1
  40. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_issuer_information.rb +20 -4
  41. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_account_information_card.rb +20 -4
  42. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_insights_information.rb +183 -0
  43. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_insights_information_response_insights.rb +206 -0
  44. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_merchant_advice.rb +20 -4
  45. data/lib/cybersource_rest_client/models/ptsv2payments_consumer_authentication_information.rb +2 -2
  46. data/lib/cybersource_rest_client/models/ptsv2payments_merchant_information_merchant_descriptor.rb +20 -4
  47. data/lib/cybersource_rest_client/models/ptsv2payments_order_information.rb +11 -1
  48. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_invoice_details.rb +20 -4
  49. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_card.rb +20 -4
  50. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_tokenized_card.rb +22 -6
  51. data/lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information.rb +20 -4
  52. data/lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information_emv.rb +15 -7
  53. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information.rb +14 -4
  54. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_authorization_options.rb +17 -1
  55. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_authorization_options_initiator.rb +2 -2
  56. data/lib/cybersource_rest_client/models/ptsv2payments_processor_information.rb +13 -4
  57. data/lib/cybersource_rest_client/models/ptsv2payments_processor_information_authorization_options.rb +190 -0
  58. data/lib/cybersource_rest_client/models/ptsv2paymentsid_processing_information_authorization_options_initiator.rb +2 -2
  59. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_point_of_sale_information_emv.rb +0 -2
  60. data/lib/cybersource_rest_client/models/ptsv2paymentsidvoids_order_information.rb +183 -0
  61. data/lib/cybersource_rest_client/models/ptsv2payouts_order_information.rb +14 -4
  62. data/lib/cybersource_rest_client/models/ptsv2payouts_processing_information.rb +13 -4
  63. data/lib/cybersource_rest_client/models/ptsv2payouts_processing_information_funding_options.rb +183 -0
  64. data/lib/cybersource_rest_client/models/ptsv2payouts_processing_information_funding_options_initiator.rb +190 -0
  65. data/lib/cybersource_rest_client/models/ptsv2payouts_sender_information.rb +52 -4
  66. data/lib/cybersource_rest_client/models/reporting_v3_chargeback_details_get200_response_chargeback_details.rb +14 -4
  67. data/lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb +49 -1
  68. data/lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_consumer_authentication_information.rb +44 -2
  69. data/lib/cybersource_rest_client/models/riskv1authenticationresults_consumer_authentication_information.rb +35 -3
  70. data/lib/cybersource_rest_client/models/{tss_v2_transactions_post201_response__embedded_device_information.rb → riskv1authenticationresults_device_information.rb} +1 -1
  71. data/lib/cybersource_rest_client/models/riskv1authenticationresults_payment_information_tokenized_card.rb +1 -1
  72. data/lib/cybersource_rest_client/models/riskv1authentications_payment_information_tokenized_card.rb +61 -2
  73. data/lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information_tokenized_card.rb +1 -1
  74. data/lib/cybersource_rest_client/models/riskv1decisions_consumer_authentication_information.rb +13 -3
  75. data/lib/cybersource_rest_client/models/riskv1decisions_payment_information_tokenized_card.rb +1 -1
  76. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response.rb +10 -1
  77. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_amount_details.rb +1 -1
  78. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_payment_information_customer.rb +1 -7
  79. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_authorization_options.rb +1 -1
  80. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_authorization_options_initiator.rb +213 -0
  81. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_payment_information.rb +14 -5
  82. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_payment_information_bank.rb +183 -0
  83. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_payment_information_bank_account.rb +194 -0
  84. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_payment_information_customer.rb +184 -0
  85. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_transaction_summaries.rb +1 -1
  86. data/lib/cybersource_rest_client/models/validate_request.rb +13 -4
  87. data/lib/cybersource_rest_client/models/void_capture_request.rb +13 -4
  88. data/lib/cybersource_rest_client/models/void_credit_request.rb +13 -4
  89. data/lib/cybersource_rest_client/models/void_payment_request.rb +13 -4
  90. data/lib/cybersource_rest_client/models/void_refund_request.rb +13 -4
  91. data/lib/cybersource_rest_client.rb +11 -1
  92. metadata +14 -4
@@ -18,11 +18,14 @@ module CyberSource
18
18
 
19
19
  attr_accessor :payment_information
20
20
 
21
+ attr_accessor :order_information
22
+
21
23
  # Attribute mapping from ruby-style variable name to JSON key.
22
24
  def self.attribute_map
23
25
  {
24
26
  :'client_reference_information' => :'clientReferenceInformation',
25
- :'payment_information' => :'paymentInformation'
27
+ :'payment_information' => :'paymentInformation',
28
+ :'order_information' => :'orderInformation'
26
29
  }
27
30
  end
28
31
 
@@ -30,7 +33,8 @@ module CyberSource
30
33
  def self.swagger_types
31
34
  {
32
35
  :'client_reference_information' => :'Ptsv2paymentsidreversalsClientReferenceInformation',
33
- :'payment_information' => :'Ptsv2paymentsidvoidsPaymentInformation'
36
+ :'payment_information' => :'Ptsv2paymentsidvoidsPaymentInformation',
37
+ :'order_information' => :'Ptsv2paymentsidvoidsOrderInformation'
34
38
  }
35
39
  end
36
40
 
@@ -49,6 +53,10 @@ module CyberSource
49
53
  if attributes.has_key?(:'paymentInformation')
50
54
  self.payment_information = attributes[:'paymentInformation']
51
55
  end
56
+
57
+ if attributes.has_key?(:'orderInformation')
58
+ self.order_information = attributes[:'orderInformation']
59
+ end
52
60
  end
53
61
 
54
62
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -70,7 +78,8 @@ module CyberSource
70
78
  return true if self.equal?(o)
71
79
  self.class == o.class &&
72
80
  client_reference_information == o.client_reference_information &&
73
- payment_information == o.payment_information
81
+ payment_information == o.payment_information &&
82
+ order_information == o.order_information
74
83
  end
75
84
 
76
85
  # @see the `==` method
@@ -82,7 +91,7 @@ module CyberSource
82
91
  # Calculates hash code according to all attributes.
83
92
  # @return [Fixnum] Hash code
84
93
  def hash
85
- [client_reference_information, payment_information].hash
94
+ [client_reference_information, payment_information, order_information].hash
86
95
  end
87
96
 
88
97
  # Builds the object from hash
@@ -18,11 +18,14 @@ module CyberSource
18
18
 
19
19
  attr_accessor :payment_information
20
20
 
21
+ attr_accessor :order_information
22
+
21
23
  # Attribute mapping from ruby-style variable name to JSON key.
22
24
  def self.attribute_map
23
25
  {
24
26
  :'client_reference_information' => :'clientReferenceInformation',
25
- :'payment_information' => :'paymentInformation'
27
+ :'payment_information' => :'paymentInformation',
28
+ :'order_information' => :'orderInformation'
26
29
  }
27
30
  end
28
31
 
@@ -30,7 +33,8 @@ module CyberSource
30
33
  def self.swagger_types
31
34
  {
32
35
  :'client_reference_information' => :'Ptsv2paymentsidreversalsClientReferenceInformation',
33
- :'payment_information' => :'Ptsv2paymentsidvoidsPaymentInformation'
36
+ :'payment_information' => :'Ptsv2paymentsidvoidsPaymentInformation',
37
+ :'order_information' => :'Ptsv2paymentsidvoidsOrderInformation'
34
38
  }
35
39
  end
36
40
 
@@ -49,6 +53,10 @@ module CyberSource
49
53
  if attributes.has_key?(:'paymentInformation')
50
54
  self.payment_information = attributes[:'paymentInformation']
51
55
  end
56
+
57
+ if attributes.has_key?(:'orderInformation')
58
+ self.order_information = attributes[:'orderInformation']
59
+ end
52
60
  end
53
61
 
54
62
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -70,7 +78,8 @@ module CyberSource
70
78
  return true if self.equal?(o)
71
79
  self.class == o.class &&
72
80
  client_reference_information == o.client_reference_information &&
73
- payment_information == o.payment_information
81
+ payment_information == o.payment_information &&
82
+ order_information == o.order_information
74
83
  end
75
84
 
76
85
  # @see the `==` method
@@ -82,7 +91,7 @@ module CyberSource
82
91
  # Calculates hash code according to all attributes.
83
92
  # @return [Fixnum] Hash code
84
93
  def hash
85
- [client_reference_information, payment_information].hash
94
+ [client_reference_information, payment_information, order_information].hash
86
95
  end
87
96
 
88
97
  # Builds the object from hash
@@ -18,11 +18,14 @@ module CyberSource
18
18
 
19
19
  attr_accessor :payment_information
20
20
 
21
+ attr_accessor :order_information
22
+
21
23
  # Attribute mapping from ruby-style variable name to JSON key.
22
24
  def self.attribute_map
23
25
  {
24
26
  :'client_reference_information' => :'clientReferenceInformation',
25
- :'payment_information' => :'paymentInformation'
27
+ :'payment_information' => :'paymentInformation',
28
+ :'order_information' => :'orderInformation'
26
29
  }
27
30
  end
28
31
 
@@ -30,7 +33,8 @@ module CyberSource
30
33
  def self.swagger_types
31
34
  {
32
35
  :'client_reference_information' => :'Ptsv2paymentsidreversalsClientReferenceInformation',
33
- :'payment_information' => :'Ptsv2paymentsidvoidsPaymentInformation'
36
+ :'payment_information' => :'Ptsv2paymentsidvoidsPaymentInformation',
37
+ :'order_information' => :'Ptsv2paymentsidvoidsOrderInformation'
34
38
  }
35
39
  end
36
40
 
@@ -49,6 +53,10 @@ module CyberSource
49
53
  if attributes.has_key?(:'paymentInformation')
50
54
  self.payment_information = attributes[:'paymentInformation']
51
55
  end
56
+
57
+ if attributes.has_key?(:'orderInformation')
58
+ self.order_information = attributes[:'orderInformation']
59
+ end
52
60
  end
53
61
 
54
62
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -70,7 +78,8 @@ module CyberSource
70
78
  return true if self.equal?(o)
71
79
  self.class == o.class &&
72
80
  client_reference_information == o.client_reference_information &&
73
- payment_information == o.payment_information
81
+ payment_information == o.payment_information &&
82
+ order_information == o.order_information
74
83
  end
75
84
 
76
85
  # @see the `==` method
@@ -82,7 +91,7 @@ module CyberSource
82
91
  # Calculates hash code according to all attributes.
83
92
  # @return [Fixnum] Hash code
84
93
  def hash
85
- [client_reference_information, payment_information].hash
94
+ [client_reference_information, payment_information, order_information].hash
86
95
  end
87
96
 
88
97
  # Builds the object from hash
@@ -210,6 +210,8 @@ require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment
210
210
  require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_bank_account'
211
211
  require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_instrument_identifier'
212
212
  require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_card'
213
+ require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_insights_information'
214
+ require 'cybersource_rest_client/models/pts_v2_payments_post201_response_payment_insights_information_response_insights'
213
215
  require 'cybersource_rest_client/models/pts_v2_payments_post201_response_point_of_sale_information'
214
216
  require 'cybersource_rest_client/models/pts_v2_payments_post201_response_point_of_sale_information_emv'
215
217
  require 'cybersource_rest_client/models/pts_v2_payments_post201_response_processing_information'
@@ -339,6 +341,7 @@ require 'cybersource_rest_client/models/ptsv2payments_processing_information_loa
339
341
  require 'cybersource_rest_client/models/ptsv2payments_processing_information_purchase_options'
340
342
  require 'cybersource_rest_client/models/ptsv2payments_processing_information_recurring_options'
341
343
  require 'cybersource_rest_client/models/ptsv2payments_processor_information'
344
+ require 'cybersource_rest_client/models/ptsv2payments_processor_information_authorization_options'
342
345
  require 'cybersource_rest_client/models/ptsv2payments_promotion_information'
343
346
  require 'cybersource_rest_client/models/ptsv2payments_recipient_information'
344
347
  require 'cybersource_rest_client/models/ptsv2payments_recurring_payment_information'
@@ -412,6 +415,7 @@ require 'cybersource_rest_client/models/ptsv2paymentsidreversals_point_of_sale_i
412
415
  require 'cybersource_rest_client/models/ptsv2paymentsidreversals_processing_information'
413
416
  require 'cybersource_rest_client/models/ptsv2paymentsidreversals_reversal_information'
414
417
  require 'cybersource_rest_client/models/ptsv2paymentsidreversals_reversal_information_amount_details'
418
+ require 'cybersource_rest_client/models/ptsv2paymentsidvoids_order_information'
415
419
  require 'cybersource_rest_client/models/ptsv2paymentsidvoids_payment_information'
416
420
  require 'cybersource_rest_client/models/ptsv2payouts_client_reference_information'
417
421
  require 'cybersource_rest_client/models/ptsv2payouts_merchant_information'
@@ -423,6 +427,8 @@ require 'cybersource_rest_client/models/ptsv2payouts_order_information_bill_to'
423
427
  require 'cybersource_rest_client/models/ptsv2payouts_payment_information'
424
428
  require 'cybersource_rest_client/models/ptsv2payouts_payment_information_card'
425
429
  require 'cybersource_rest_client/models/ptsv2payouts_processing_information'
430
+ require 'cybersource_rest_client/models/ptsv2payouts_processing_information_funding_options'
431
+ require 'cybersource_rest_client/models/ptsv2payouts_processing_information_funding_options_initiator'
426
432
  require 'cybersource_rest_client/models/ptsv2payouts_processing_information_payouts_options'
427
433
  require 'cybersource_rest_client/models/ptsv2payouts_recipient_information'
428
434
  require 'cybersource_rest_client/models/ptsv2payouts_sender_information'
@@ -507,6 +513,7 @@ require 'cybersource_rest_client/models/riskv1addressverifications_order_informa
507
513
  require 'cybersource_rest_client/models/riskv1addressverifications_order_information_line_items'
508
514
  require 'cybersource_rest_client/models/riskv1addressverifications_order_information_ship_to'
509
515
  require 'cybersource_rest_client/models/riskv1authenticationresults_consumer_authentication_information'
516
+ require 'cybersource_rest_client/models/riskv1authenticationresults_device_information'
510
517
  require 'cybersource_rest_client/models/riskv1authenticationresults_order_information'
511
518
  require 'cybersource_rest_client/models/riskv1authenticationresults_order_information_amount_details'
512
519
  require 'cybersource_rest_client/models/riskv1authenticationresults_order_information_line_items'
@@ -678,6 +685,7 @@ require 'cybersource_rest_client/models/tss_v2_transactions_get200_response_paym
678
685
  require 'cybersource_rest_client/models/tss_v2_transactions_get200_response_point_of_sale_information'
679
686
  require 'cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information'
680
687
  require 'cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_authorization_options'
688
+ require 'cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_authorization_options_initiator'
681
689
  require 'cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_bank_transfer_options'
682
690
  require 'cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_japan_payment_options'
683
691
  require 'cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information'
@@ -697,14 +705,16 @@ require 'cybersource_rest_client/models/tss_v2_transactions_post201_response__em
697
705
  require 'cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_buyer_information'
698
706
  require 'cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_client_reference_information'
699
707
  require 'cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_consumer_authentication_information'
700
- require 'cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_device_information'
701
708
  require 'cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded__links'
702
709
  require 'cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_merchant_information'
703
710
  require 'cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_order_information'
704
711
  require 'cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_order_information_bill_to'
705
712
  require 'cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_order_information_ship_to'
706
713
  require 'cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_payment_information'
714
+ require 'cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_payment_information_bank'
715
+ require 'cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_payment_information_bank_account'
707
716
  require 'cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_payment_information_card'
717
+ require 'cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_payment_information_customer'
708
718
  require 'cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_payment_information_payment_type'
709
719
  require 'cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_point_of_sale_information'
710
720
  require 'cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_point_of_sale_information_partner'
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.40
4
+ version: 0.0.44
5
5
  platform: ruby
6
6
  authors:
7
7
  - CyberSource
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-22 00:00:00.000000000 Z
11
+ date: 2022-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -538,6 +538,8 @@ files:
538
538
  - lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_bank_account.rb
539
539
  - lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_instrument_identifier.rb
540
540
  - lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_card.rb
541
+ - lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_insights_information.rb
542
+ - lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_insights_information_response_insights.rb
541
543
  - lib/cybersource_rest_client/models/pts_v2_payments_post201_response_point_of_sale_information.rb
542
544
  - lib/cybersource_rest_client/models/pts_v2_payments_post201_response_point_of_sale_information_emv.rb
543
545
  - lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processing_information.rb
@@ -667,6 +669,7 @@ files:
667
669
  - lib/cybersource_rest_client/models/ptsv2payments_processing_information_purchase_options.rb
668
670
  - lib/cybersource_rest_client/models/ptsv2payments_processing_information_recurring_options.rb
669
671
  - lib/cybersource_rest_client/models/ptsv2payments_processor_information.rb
672
+ - lib/cybersource_rest_client/models/ptsv2payments_processor_information_authorization_options.rb
670
673
  - lib/cybersource_rest_client/models/ptsv2payments_promotion_information.rb
671
674
  - lib/cybersource_rest_client/models/ptsv2payments_recipient_information.rb
672
675
  - lib/cybersource_rest_client/models/ptsv2payments_recurring_payment_information.rb
@@ -740,6 +743,7 @@ files:
740
743
  - lib/cybersource_rest_client/models/ptsv2paymentsidreversals_processing_information.rb
741
744
  - lib/cybersource_rest_client/models/ptsv2paymentsidreversals_reversal_information.rb
742
745
  - lib/cybersource_rest_client/models/ptsv2paymentsidreversals_reversal_information_amount_details.rb
746
+ - lib/cybersource_rest_client/models/ptsv2paymentsidvoids_order_information.rb
743
747
  - lib/cybersource_rest_client/models/ptsv2paymentsidvoids_payment_information.rb
744
748
  - lib/cybersource_rest_client/models/ptsv2payouts_client_reference_information.rb
745
749
  - lib/cybersource_rest_client/models/ptsv2payouts_merchant_information.rb
@@ -751,6 +755,8 @@ files:
751
755
  - lib/cybersource_rest_client/models/ptsv2payouts_payment_information.rb
752
756
  - lib/cybersource_rest_client/models/ptsv2payouts_payment_information_card.rb
753
757
  - lib/cybersource_rest_client/models/ptsv2payouts_processing_information.rb
758
+ - lib/cybersource_rest_client/models/ptsv2payouts_processing_information_funding_options.rb
759
+ - lib/cybersource_rest_client/models/ptsv2payouts_processing_information_funding_options_initiator.rb
754
760
  - lib/cybersource_rest_client/models/ptsv2payouts_processing_information_payouts_options.rb
755
761
  - lib/cybersource_rest_client/models/ptsv2payouts_recipient_information.rb
756
762
  - lib/cybersource_rest_client/models/ptsv2payouts_sender_information.rb
@@ -836,6 +842,7 @@ files:
836
842
  - lib/cybersource_rest_client/models/riskv1addressverifications_order_information_line_items.rb
837
843
  - lib/cybersource_rest_client/models/riskv1addressverifications_order_information_ship_to.rb
838
844
  - lib/cybersource_rest_client/models/riskv1authenticationresults_consumer_authentication_information.rb
845
+ - lib/cybersource_rest_client/models/riskv1authenticationresults_device_information.rb
839
846
  - lib/cybersource_rest_client/models/riskv1authenticationresults_order_information.rb
840
847
  - lib/cybersource_rest_client/models/riskv1authenticationresults_order_information_amount_details.rb
841
848
  - lib/cybersource_rest_client/models/riskv1authenticationresults_order_information_line_items.rb
@@ -1007,6 +1014,7 @@ files:
1007
1014
  - lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_point_of_sale_information.rb
1008
1015
  - lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information.rb
1009
1016
  - lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_authorization_options.rb
1017
+ - lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_authorization_options_initiator.rb
1010
1018
  - lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_bank_transfer_options.rb
1011
1019
  - lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_japan_payment_options.rb
1012
1020
  - lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information.rb
@@ -1027,13 +1035,15 @@ files:
1027
1035
  - lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_buyer_information.rb
1028
1036
  - lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_client_reference_information.rb
1029
1037
  - lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_consumer_authentication_information.rb
1030
- - lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_device_information.rb
1031
1038
  - lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_merchant_information.rb
1032
1039
  - lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_order_information.rb
1033
1040
  - lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_order_information_bill_to.rb
1034
1041
  - lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_order_information_ship_to.rb
1035
1042
  - lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_payment_information.rb
1043
+ - lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_payment_information_bank.rb
1044
+ - lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_payment_information_bank_account.rb
1036
1045
  - lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_payment_information_card.rb
1046
+ - lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_payment_information_customer.rb
1037
1047
  - lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_payment_information_payment_type.rb
1038
1048
  - lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_point_of_sale_information.rb
1039
1049
  - lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_point_of_sale_information_partner.rb
@@ -1110,7 +1120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1110
1120
  - !ruby/object:Gem::Version
1111
1121
  version: '0'
1112
1122
  requirements: []
1113
- rubygems_version: 3.1.6
1123
+ rubygems_version: 3.3.11
1114
1124
  signing_key:
1115
1125
  specification_version: 4
1116
1126
  summary: CyberSource Ruby SDK Gem