lithic 0.18.1 → 0.20.0

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 (174) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +66 -0
  3. data/README.md +1 -1
  4. data/lib/lithic/client.rb +4 -0
  5. data/lib/lithic/models/account_activity_list_params.rb +2 -0
  6. data/lib/lithic/models/account_activity_list_response.rb +2 -0
  7. data/lib/lithic/models/account_activity_retrieve_transaction_response.rb +2 -0
  8. data/lib/lithic/models/auth_rules/ach_payment_update_action.rb +1 -0
  9. data/lib/lithic/models/auth_rules/card_transaction_update_action.rb +1 -0
  10. data/lib/lithic/models/auth_rules/conditional_ach_action_parameters.rb +3 -0
  11. data/lib/lithic/models/auth_rules/v2_list_results_response.rb +2 -0
  12. data/lib/lithic/models/auth_rules/velocity_limit_params.rb +24 -1
  13. data/lib/lithic/models/auth_rules/velocity_limit_period.rb +1 -1
  14. data/lib/lithic/models/blockchain_recipient.rb +148 -0
  15. data/lib/lithic/models/blockchain_recipient_create_params.rb +74 -0
  16. data/lib/lithic/models/book_transfer_create_params.rb +4 -0
  17. data/lib/lithic/models/book_transfer_list_params.rb +1 -0
  18. data/lib/lithic/models/book_transfer_response.rb +4 -0
  19. data/lib/lithic/models/card.rb +2 -2
  20. data/lib/lithic/models/card_provision_params.rb +10 -8
  21. data/lib/lithic/models/card_reassign_account_params.rb +29 -0
  22. data/lib/lithic/models/dispute_v2.rb +178 -130
  23. data/lib/lithic/models/disputes_v2_list_params.rb +10 -1
  24. data/lib/lithic/models/embed_session_generated_webhook_event.rb +83 -0
  25. data/lib/lithic/models/embed_viewed_webhook_event.rb +85 -0
  26. data/lib/lithic/models/event.rb +44 -12
  27. data/lib/lithic/models/event_list_params.rb +23 -6
  28. data/lib/lithic/models/event_subscription.rb +23 -6
  29. data/lib/lithic/models/events/subscription_create_params.rb +23 -6
  30. data/lib/lithic/models/events/subscription_send_simulated_example_params.rb +2 -0
  31. data/lib/lithic/models/events/subscription_update_params.rb +23 -6
  32. data/lib/lithic/models/external_payment_list_params.rb +3 -3
  33. data/lib/lithic/models/financial_account.rb +14 -1
  34. data/lib/lithic/models/financial_accounts/balance_list_params.rb +4 -3
  35. data/lib/lithic/models/financial_accounts/statements/statement_line_items.rb +10 -0
  36. data/lib/lithic/models/financial_event.rb +8 -0
  37. data/lib/lithic/models/fraud/transaction_report_response.rb +8 -8
  38. data/lib/lithic/models/fraud/transaction_retrieve_response.rb +10 -8
  39. data/lib/lithic/models/parsed_webhook_event.rb +5 -1
  40. data/lib/lithic/models/payment.rb +91 -6
  41. data/lib/lithic/models/payment_list_params.rb +1 -0
  42. data/lib/lithic/models/tokenization_simulate_params.rb +2 -2
  43. data/lib/lithic/models/transaction_monitoring/case_entity.rb +13 -4
  44. data/lib/lithic/models/transaction_monitoring/case_list_params.rb +4 -2
  45. data/lib/lithic/models/transaction_monitoring/case_update_params.rb +5 -11
  46. data/lib/lithic/models/transaction_monitoring/monitoring_case.rb +5 -11
  47. data/lib/lithic/models/transaction_monitoring/queue.rb +10 -1
  48. data/lib/lithic/models/transaction_monitoring/queue_create_params.rb +14 -1
  49. data/lib/lithic/models/transaction_monitoring/queue_update_params.rb +15 -1
  50. data/lib/lithic/models/transaction_simulate_clearing_params.rb +4 -3
  51. data/lib/lithic/models.rb +10 -0
  52. data/lib/lithic/resources/blockchain_recipients.rb +57 -0
  53. data/lib/lithic/resources/card_authorizations.rb +1 -1
  54. data/lib/lithic/resources/cards.rb +34 -2
  55. data/lib/lithic/resources/disputes_v2.rb +3 -1
  56. data/lib/lithic/resources/external_payments.rb +1 -1
  57. data/lib/lithic/resources/three_ds/decisioning.rb +1 -1
  58. data/lib/lithic/resources/tokenizations.rb +1 -1
  59. data/lib/lithic/resources/transaction_monitoring/cases.rb +2 -2
  60. data/lib/lithic/resources/transaction_monitoring/queues.rb +12 -2
  61. data/lib/lithic/resources/transactions.rb +4 -3
  62. data/lib/lithic/resources/webhooks.rb +1 -1
  63. data/lib/lithic/version.rb +1 -1
  64. data/lib/lithic.rb +6 -1
  65. data/rbi/lithic/client.rbi +3 -0
  66. data/rbi/lithic/models/account_activity_list_params.rbi +10 -0
  67. data/rbi/lithic/models/account_activity_list_response.rbi +10 -0
  68. data/rbi/lithic/models/account_activity_retrieve_transaction_response.rbi +10 -0
  69. data/rbi/lithic/models/auth_rules/ach_payment_update_action.rbi +5 -0
  70. data/rbi/lithic/models/auth_rules/card_transaction_update_action.rbi +5 -0
  71. data/rbi/lithic/models/auth_rules/conditional_ach_action_parameters.rbi +8 -0
  72. data/rbi/lithic/models/auth_rules/v2_list_results_response.rbi +10 -0
  73. data/rbi/lithic/models/auth_rules/velocity_limit_params.rbi +30 -0
  74. data/rbi/lithic/models/auth_rules/velocity_limit_period.rbi +2 -2
  75. data/rbi/lithic/models/blockchain_recipient.rbi +209 -0
  76. data/rbi/lithic/models/blockchain_recipient_create_params.rbi +102 -0
  77. data/rbi/lithic/models/book_transfer_create_params.rbi +20 -0
  78. data/rbi/lithic/models/book_transfer_list_params.rbi +5 -0
  79. data/rbi/lithic/models/book_transfer_response.rbi +20 -0
  80. data/rbi/lithic/models/card.rbi +2 -2
  81. data/rbi/lithic/models/card_provision_params.rbi +16 -12
  82. data/rbi/lithic/models/card_reassign_account_params.rbi +49 -0
  83. data/rbi/lithic/models/dispute_v2.rbi +285 -181
  84. data/rbi/lithic/models/disputes_v2_list_params.rbi +13 -0
  85. data/rbi/lithic/models/embed_session_generated_webhook_event.rbi +157 -0
  86. data/rbi/lithic/models/embed_viewed_webhook_event.rbi +146 -0
  87. data/rbi/lithic/models/event.rbi +70 -18
  88. data/rbi/lithic/models/event_list_params.rbi +31 -6
  89. data/rbi/lithic/models/event_subscription.rbi +31 -6
  90. data/rbi/lithic/models/events/subscription_create_params.rbi +31 -6
  91. data/rbi/lithic/models/events/subscription_send_simulated_example_params.rbi +10 -0
  92. data/rbi/lithic/models/events/subscription_update_params.rbi +31 -6
  93. data/rbi/lithic/models/external_payment_list_params.rbi +3 -3
  94. data/rbi/lithic/models/financial_account.rbi +12 -0
  95. data/rbi/lithic/models/financial_accounts/balance_list_params.rbi +8 -6
  96. data/rbi/lithic/models/financial_accounts/statements/statement_line_items.rbi +50 -0
  97. data/rbi/lithic/models/financial_event.rbi +34 -0
  98. data/rbi/lithic/models/fraud/transaction_report_response.rbi +16 -29
  99. data/rbi/lithic/models/fraud/transaction_retrieve_response.rbi +16 -29
  100. data/rbi/lithic/models/parsed_webhook_event.rbi +2 -0
  101. data/rbi/lithic/models/payment.rbi +147 -4
  102. data/rbi/lithic/models/payment_list_params.rbi +2 -0
  103. data/rbi/lithic/models/tokenization_simulate_params.rbi +2 -2
  104. data/rbi/lithic/models/transaction_monitoring/case_entity.rbi +27 -5
  105. data/rbi/lithic/models/transaction_monitoring/case_list_params.rbi +6 -2
  106. data/rbi/lithic/models/transaction_monitoring/case_update_params.rbi +8 -33
  107. data/rbi/lithic/models/transaction_monitoring/monitoring_case.rbi +7 -31
  108. data/rbi/lithic/models/transaction_monitoring/queue.rbi +10 -0
  109. data/rbi/lithic/models/transaction_monitoring/queue_create_params.rbi +12 -0
  110. data/rbi/lithic/models/transaction_monitoring/queue_update_params.rbi +14 -0
  111. data/rbi/lithic/models/transaction_simulate_clearing_params.rbi +8 -6
  112. data/rbi/lithic/models.rbi +12 -0
  113. data/rbi/lithic/resources/blockchain_recipients.rbi +51 -0
  114. data/rbi/lithic/resources/card_authorizations.rbi +1 -1
  115. data/rbi/lithic/resources/cards.rbi +30 -6
  116. data/rbi/lithic/resources/disputes_v2.rbi +4 -0
  117. data/rbi/lithic/resources/external_payments.rbi +1 -1
  118. data/rbi/lithic/resources/financial_accounts/balances.rbi +4 -3
  119. data/rbi/lithic/resources/three_ds/decisioning.rbi +1 -1
  120. data/rbi/lithic/resources/tokenizations.rbi +1 -1
  121. data/rbi/lithic/resources/transaction_monitoring/cases.rbi +6 -11
  122. data/rbi/lithic/resources/transaction_monitoring/queues.rbi +11 -0
  123. data/rbi/lithic/resources/transactions.rbi +8 -6
  124. data/rbi/lithic/resources/webhooks.rbi +2 -0
  125. data/sig/lithic/client.rbs +2 -0
  126. data/sig/lithic/models/account_activity_list_params.rbs +4 -0
  127. data/sig/lithic/models/account_activity_list_response.rbs +4 -0
  128. data/sig/lithic/models/account_activity_retrieve_transaction_response.rbs +4 -0
  129. data/sig/lithic/models/auth_rules/ach_payment_update_action.rbs +2 -1
  130. data/sig/lithic/models/auth_rules/card_transaction_update_action.rbs +2 -1
  131. data/sig/lithic/models/auth_rules/conditional_ach_action_parameters.rbs +2 -0
  132. data/sig/lithic/models/auth_rules/v2_list_results_response.rbs +4 -2
  133. data/sig/lithic/models/auth_rules/velocity_limit_params.rbs +10 -0
  134. data/sig/lithic/models/blockchain_recipient.rbs +106 -0
  135. data/sig/lithic/models/blockchain_recipient_create_params.rbs +60 -0
  136. data/sig/lithic/models/book_transfer_create_params.rbs +8 -0
  137. data/sig/lithic/models/book_transfer_list_params.rbs +2 -0
  138. data/sig/lithic/models/book_transfer_response.rbs +8 -0
  139. data/sig/lithic/models/card_reassign_account_params.rbs +28 -0
  140. data/sig/lithic/models/dispute_v2.rbs +145 -101
  141. data/sig/lithic/models/disputes_v2_list_params.rbs +7 -0
  142. data/sig/lithic/models/embed_session_generated_webhook_event.rbs +66 -0
  143. data/sig/lithic/models/embed_viewed_webhook_event.rbs +68 -0
  144. data/sig/lithic/models/event.rbs +4 -0
  145. data/sig/lithic/models/event_list_params.rbs +4 -0
  146. data/sig/lithic/models/event_subscription.rbs +4 -0
  147. data/sig/lithic/models/events/subscription_create_params.rbs +4 -0
  148. data/sig/lithic/models/events/subscription_send_simulated_example_params.rbs +4 -0
  149. data/sig/lithic/models/events/subscription_update_params.rbs +4 -0
  150. data/sig/lithic/models/financial_account.rbs +5 -0
  151. data/sig/lithic/models/financial_accounts/statements/statement_line_items.rbs +20 -0
  152. data/sig/lithic/models/financial_event.rbs +16 -0
  153. data/sig/lithic/models/fraud/transaction_report_response.rbs +16 -26
  154. data/sig/lithic/models/fraud/transaction_retrieve_response.rbs +16 -26
  155. data/sig/lithic/models/parsed_webhook_event.rbs +2 -0
  156. data/sig/lithic/models/payment.rbs +46 -1
  157. data/sig/lithic/models/payment_list_params.rbs +2 -1
  158. data/sig/lithic/models/transaction_monitoring/case_entity.rbs +7 -5
  159. data/sig/lithic/models/transaction_monitoring/case_update_params.rbs +5 -7
  160. data/sig/lithic/models/transaction_monitoring/monitoring_case.rbs +4 -4
  161. data/sig/lithic/models/transaction_monitoring/queue.rbs +5 -0
  162. data/sig/lithic/models/transaction_monitoring/queue_create_params.rbs +9 -1
  163. data/sig/lithic/models/transaction_monitoring/queue_update_params.rbs +10 -1
  164. data/sig/lithic/models.rbs +10 -0
  165. data/sig/lithic/resources/blockchain_recipients.rbs +18 -0
  166. data/sig/lithic/resources/cards.rbs +6 -0
  167. data/sig/lithic/resources/disputes_v2.rbs +1 -0
  168. data/sig/lithic/resources/transaction_monitoring/cases.rbs +1 -1
  169. data/sig/lithic/resources/transaction_monitoring/queues.rbs +2 -0
  170. data/sig/lithic/resources/webhooks.rbs +2 -0
  171. metadata +20 -5
  172. data/lib/lithic/models/transaction_monitoring/resolution_outcome.rb +0 -28
  173. data/rbi/lithic/models/transaction_monitoring/resolution_outcome.rbi +0 -61
  174. data/sig/lithic/models/transaction_monitoring/resolution_outcome.rbs +0 -24
@@ -22,7 +22,7 @@ module Lithic
22
22
  # The type of event that occurred. Possible values:
23
23
  #
24
24
  # - account_holder_document.updated: Occurs when an account holder's document
25
- # upload status has been updated
25
+ # upload status has been updated.
26
26
  # - account_holder.created: Occurs when a new account_holder is created.
27
27
  # - account_holder.updated: Occurs when an account_holder is updated.
28
28
  # - account_holder.verification: Occurs when an asynchronous account_holder's
@@ -86,10 +86,25 @@ module Lithic
86
86
  # This event will be deprecated in the future. We recommend using
87
87
  # `tokenization.updated` instead.
88
88
  #
89
- # - dispute_evidence.upload_failed: Occurs when a dispute evidence upload fails.
89
+ # - dispute_evidence.upload_failed: Occurs when an evidence upload fails for a
90
+ # dispute filed through the Chargebacks API (`/v1/disputes`).
91
+ #
92
+ # This event is not emitted for Managed Disputes.
93
+ #
90
94
  # - dispute_transaction.created: Occurs when a new dispute transaction is created
91
- # - dispute_transaction.updated: Occurs when a dispute transaction is updated
92
- # - dispute.updated: Occurs when a dispute is updated.
95
+ # for a Managed Disputes case.
96
+ # - dispute_transaction.updated: Occurs when a dispute transaction for a Managed
97
+ # Disputes case is updated.
98
+ # - dispute.updated: Occurs when a dispute filed through the Chargebacks API
99
+ # (`/v1/disputes`) is created or updated.
100
+ #
101
+ # This event is not emitted for Managed Disputes. Use
102
+ # `dispute_transaction.created` and `dispute_transaction.updated` instead.
103
+ #
104
+ # - embed.session_generated: Occurs when a card embed session is successfully
105
+ # generated.
106
+ # - embed.viewed: Occurs when a card detail is successfully revealed through an
107
+ # embed.
93
108
  # - external_bank_account.created: Occurs when an external bank account is
94
109
  # created.
95
110
  # - external_bank_account.updated: Occurs when an external bank account is
@@ -111,12 +126,12 @@ module Lithic
111
126
  # - payment_transaction.updated: Occurs when a payment transaction is updated.
112
127
  # - settlement_report.updated: Occurs when a settlement report is created or
113
128
  # updated.
114
- # - statements.created: Occurs when a statement has been created
129
+ # - statements.created: Occurs when a statement has been created.
115
130
  # - three_ds_authentication.challenge: The `three_ds_authentication.challenge`
116
131
  # event. Upon receiving this request, the Card Program should issue its own
117
132
  # challenge to the cardholder. After a cardholder challenge is successfully
118
133
  # completed, the Card Program needs to respond back to Lithic by call to
119
- # [/v1/three_ds_decisioning/challenge_response](https://docs.lithic.com/reference/post_v1-three-ds-decisioning-challenge-response).
134
+ # [/v1/three_ds_decisioning/challenge_response](https://docs.lithic.com/reference/postthreedschallengeresponse).
120
135
  # Then the cardholder must navigate back to the merchant checkout flow to
121
136
  # complete the transaction. Some merchants will include an `app_requestor_url`
122
137
  # for app-based purchases; Lithic recommends triggering a redirect to that URL
@@ -158,7 +173,7 @@ module Lithic
158
173
  # The type of event that occurred. Possible values:
159
174
  #
160
175
  # - account_holder_document.updated: Occurs when an account holder's document
161
- # upload status has been updated
176
+ # upload status has been updated.
162
177
  # - account_holder.created: Occurs when a new account_holder is created.
163
178
  # - account_holder.updated: Occurs when an account_holder is updated.
164
179
  # - account_holder.verification: Occurs when an asynchronous account_holder's
@@ -222,10 +237,25 @@ module Lithic
222
237
  # This event will be deprecated in the future. We recommend using
223
238
  # `tokenization.updated` instead.
224
239
  #
225
- # - dispute_evidence.upload_failed: Occurs when a dispute evidence upload fails.
240
+ # - dispute_evidence.upload_failed: Occurs when an evidence upload fails for a
241
+ # dispute filed through the Chargebacks API (`/v1/disputes`).
242
+ #
243
+ # This event is not emitted for Managed Disputes.
244
+ #
226
245
  # - dispute_transaction.created: Occurs when a new dispute transaction is created
227
- # - dispute_transaction.updated: Occurs when a dispute transaction is updated
228
- # - dispute.updated: Occurs when a dispute is updated.
246
+ # for a Managed Disputes case.
247
+ # - dispute_transaction.updated: Occurs when a dispute transaction for a Managed
248
+ # Disputes case is updated.
249
+ # - dispute.updated: Occurs when a dispute filed through the Chargebacks API
250
+ # (`/v1/disputes`) is created or updated.
251
+ #
252
+ # This event is not emitted for Managed Disputes. Use
253
+ # `dispute_transaction.created` and `dispute_transaction.updated` instead.
254
+ #
255
+ # - embed.session_generated: Occurs when a card embed session is successfully
256
+ # generated.
257
+ # - embed.viewed: Occurs when a card detail is successfully revealed through an
258
+ # embed.
229
259
  # - external_bank_account.created: Occurs when an external bank account is
230
260
  # created.
231
261
  # - external_bank_account.updated: Occurs when an external bank account is
@@ -247,12 +277,12 @@ module Lithic
247
277
  # - payment_transaction.updated: Occurs when a payment transaction is updated.
248
278
  # - settlement_report.updated: Occurs when a settlement report is created or
249
279
  # updated.
250
- # - statements.created: Occurs when a statement has been created
280
+ # - statements.created: Occurs when a statement has been created.
251
281
  # - three_ds_authentication.challenge: The `three_ds_authentication.challenge`
252
282
  # event. Upon receiving this request, the Card Program should issue its own
253
283
  # challenge to the cardholder. After a cardholder challenge is successfully
254
284
  # completed, the Card Program needs to respond back to Lithic by call to
255
- # [/v1/three_ds_decisioning/challenge_response](https://docs.lithic.com/reference/post_v1-three-ds-decisioning-challenge-response).
285
+ # [/v1/three_ds_decisioning/challenge_response](https://docs.lithic.com/reference/postthreedschallengeresponse).
256
286
  # Then the cardholder must navigate back to the merchant checkout flow to
257
287
  # complete the transaction. Some merchants will include an `app_requestor_url`
258
288
  # for app-based purchases; Lithic recommends triggering a redirect to that URL
@@ -307,6 +337,8 @@ module Lithic
307
337
  DISPUTE_TRANSACTION_CREATED = :"dispute_transaction.created"
308
338
  DISPUTE_TRANSACTION_UPDATED = :"dispute_transaction.updated"
309
339
  DISPUTE_UPDATED = :"dispute.updated"
340
+ EMBED_SESSION_GENERATED = :"embed.session_generated"
341
+ EMBED_VIEWED = :"embed.viewed"
310
342
  EXTERNAL_BANK_ACCOUNT_CREATED = :"external_bank_account.created"
311
343
  EXTERNAL_BANK_ACCOUNT_UPDATED = :"external_bank_account.updated"
312
344
  EXTERNAL_PAYMENT_CREATED = :"external_payment.created"
@@ -76,7 +76,7 @@ module Lithic
76
76
  # The type of event that occurred. Possible values:
77
77
  #
78
78
  # - account_holder_document.updated: Occurs when an account holder's document
79
- # upload status has been updated
79
+ # upload status has been updated.
80
80
  # - account_holder.created: Occurs when a new account_holder is created.
81
81
  # - account_holder.updated: Occurs when an account_holder is updated.
82
82
  # - account_holder.verification: Occurs when an asynchronous account_holder's
@@ -140,10 +140,25 @@ module Lithic
140
140
  # This event will be deprecated in the future. We recommend using
141
141
  # `tokenization.updated` instead.
142
142
  #
143
- # - dispute_evidence.upload_failed: Occurs when a dispute evidence upload fails.
143
+ # - dispute_evidence.upload_failed: Occurs when an evidence upload fails for a
144
+ # dispute filed through the Chargebacks API (`/v1/disputes`).
145
+ #
146
+ # This event is not emitted for Managed Disputes.
147
+ #
144
148
  # - dispute_transaction.created: Occurs when a new dispute transaction is created
145
- # - dispute_transaction.updated: Occurs when a dispute transaction is updated
146
- # - dispute.updated: Occurs when a dispute is updated.
149
+ # for a Managed Disputes case.
150
+ # - dispute_transaction.updated: Occurs when a dispute transaction for a Managed
151
+ # Disputes case is updated.
152
+ # - dispute.updated: Occurs when a dispute filed through the Chargebacks API
153
+ # (`/v1/disputes`) is created or updated.
154
+ #
155
+ # This event is not emitted for Managed Disputes. Use
156
+ # `dispute_transaction.created` and `dispute_transaction.updated` instead.
157
+ #
158
+ # - embed.session_generated: Occurs when a card embed session is successfully
159
+ # generated.
160
+ # - embed.viewed: Occurs when a card detail is successfully revealed through an
161
+ # embed.
147
162
  # - external_bank_account.created: Occurs when an external bank account is
148
163
  # created.
149
164
  # - external_bank_account.updated: Occurs when an external bank account is
@@ -165,12 +180,12 @@ module Lithic
165
180
  # - payment_transaction.updated: Occurs when a payment transaction is updated.
166
181
  # - settlement_report.updated: Occurs when a settlement report is created or
167
182
  # updated.
168
- # - statements.created: Occurs when a statement has been created
183
+ # - statements.created: Occurs when a statement has been created.
169
184
  # - three_ds_authentication.challenge: The `three_ds_authentication.challenge`
170
185
  # event. Upon receiving this request, the Card Program should issue its own
171
186
  # challenge to the cardholder. After a cardholder challenge is successfully
172
187
  # completed, the Card Program needs to respond back to Lithic by call to
173
- # [/v1/three_ds_decisioning/challenge_response](https://docs.lithic.com/reference/post_v1-three-ds-decisioning-challenge-response).
188
+ # [/v1/three_ds_decisioning/challenge_response](https://docs.lithic.com/reference/postthreedschallengeresponse).
174
189
  # Then the cardholder must navigate back to the merchant checkout flow to
175
190
  # complete the transaction. Some merchants will include an `app_requestor_url`
176
191
  # for app-based purchases; Lithic recommends triggering a redirect to that URL
@@ -223,6 +238,8 @@ module Lithic
223
238
  DISPUTE_TRANSACTION_CREATED = :"dispute_transaction.created"
224
239
  DISPUTE_TRANSACTION_UPDATED = :"dispute_transaction.updated"
225
240
  DISPUTE_UPDATED = :"dispute.updated"
241
+ EMBED_SESSION_GENERATED = :"embed.session_generated"
242
+ EMBED_VIEWED = :"embed.viewed"
226
243
  EXTERNAL_BANK_ACCOUNT_CREATED = :"external_bank_account.created"
227
244
  EXTERNAL_BANK_ACCOUNT_UPDATED = :"external_bank_account.updated"
228
245
  EXTERNAL_PAYMENT_CREATED = :"external_payment.created"
@@ -49,7 +49,7 @@ module Lithic
49
49
  # The type of event that occurred. Possible values:
50
50
  #
51
51
  # - account_holder_document.updated: Occurs when an account holder's document
52
- # upload status has been updated
52
+ # upload status has been updated.
53
53
  # - account_holder.created: Occurs when a new account_holder is created.
54
54
  # - account_holder.updated: Occurs when an account_holder is updated.
55
55
  # - account_holder.verification: Occurs when an asynchronous account_holder's
@@ -113,10 +113,25 @@ module Lithic
113
113
  # This event will be deprecated in the future. We recommend using
114
114
  # `tokenization.updated` instead.
115
115
  #
116
- # - dispute_evidence.upload_failed: Occurs when a dispute evidence upload fails.
116
+ # - dispute_evidence.upload_failed: Occurs when an evidence upload fails for a
117
+ # dispute filed through the Chargebacks API (`/v1/disputes`).
118
+ #
119
+ # This event is not emitted for Managed Disputes.
120
+ #
117
121
  # - dispute_transaction.created: Occurs when a new dispute transaction is created
118
- # - dispute_transaction.updated: Occurs when a dispute transaction is updated
119
- # - dispute.updated: Occurs when a dispute is updated.
122
+ # for a Managed Disputes case.
123
+ # - dispute_transaction.updated: Occurs when a dispute transaction for a Managed
124
+ # Disputes case is updated.
125
+ # - dispute.updated: Occurs when a dispute filed through the Chargebacks API
126
+ # (`/v1/disputes`) is created or updated.
127
+ #
128
+ # This event is not emitted for Managed Disputes. Use
129
+ # `dispute_transaction.created` and `dispute_transaction.updated` instead.
130
+ #
131
+ # - embed.session_generated: Occurs when a card embed session is successfully
132
+ # generated.
133
+ # - embed.viewed: Occurs when a card detail is successfully revealed through an
134
+ # embed.
120
135
  # - external_bank_account.created: Occurs when an external bank account is
121
136
  # created.
122
137
  # - external_bank_account.updated: Occurs when an external bank account is
@@ -138,12 +153,12 @@ module Lithic
138
153
  # - payment_transaction.updated: Occurs when a payment transaction is updated.
139
154
  # - settlement_report.updated: Occurs when a settlement report is created or
140
155
  # updated.
141
- # - statements.created: Occurs when a statement has been created
156
+ # - statements.created: Occurs when a statement has been created.
142
157
  # - three_ds_authentication.challenge: The `three_ds_authentication.challenge`
143
158
  # event. Upon receiving this request, the Card Program should issue its own
144
159
  # challenge to the cardholder. After a cardholder challenge is successfully
145
160
  # completed, the Card Program needs to respond back to Lithic by call to
146
- # [/v1/three_ds_decisioning/challenge_response](https://docs.lithic.com/reference/post_v1-three-ds-decisioning-challenge-response).
161
+ # [/v1/three_ds_decisioning/challenge_response](https://docs.lithic.com/reference/postthreedschallengeresponse).
147
162
  # Then the cardholder must navigate back to the merchant checkout flow to
148
163
  # complete the transaction. Some merchants will include an `app_requestor_url`
149
164
  # for app-based purchases; Lithic recommends triggering a redirect to that URL
@@ -196,6 +211,8 @@ module Lithic
196
211
  DISPUTE_TRANSACTION_CREATED = :"dispute_transaction.created"
197
212
  DISPUTE_TRANSACTION_UPDATED = :"dispute_transaction.updated"
198
213
  DISPUTE_UPDATED = :"dispute.updated"
214
+ EMBED_SESSION_GENERATED = :"embed.session_generated"
215
+ EMBED_VIEWED = :"embed.viewed"
199
216
  EXTERNAL_BANK_ACCOUNT_CREATED = :"external_bank_account.created"
200
217
  EXTERNAL_BANK_ACCOUNT_UPDATED = :"external_bank_account.updated"
201
218
  EXTERNAL_PAYMENT_CREATED = :"external_payment.created"
@@ -51,7 +51,7 @@ module Lithic
51
51
  # The type of event that occurred. Possible values:
52
52
  #
53
53
  # - account_holder_document.updated: Occurs when an account holder's document
54
- # upload status has been updated
54
+ # upload status has been updated.
55
55
  # - account_holder.created: Occurs when a new account_holder is created.
56
56
  # - account_holder.updated: Occurs when an account_holder is updated.
57
57
  # - account_holder.verification: Occurs when an asynchronous account_holder's
@@ -115,10 +115,25 @@ module Lithic
115
115
  # This event will be deprecated in the future. We recommend using
116
116
  # `tokenization.updated` instead.
117
117
  #
118
- # - dispute_evidence.upload_failed: Occurs when a dispute evidence upload fails.
118
+ # - dispute_evidence.upload_failed: Occurs when an evidence upload fails for a
119
+ # dispute filed through the Chargebacks API (`/v1/disputes`).
120
+ #
121
+ # This event is not emitted for Managed Disputes.
122
+ #
119
123
  # - dispute_transaction.created: Occurs when a new dispute transaction is created
120
- # - dispute_transaction.updated: Occurs when a dispute transaction is updated
121
- # - dispute.updated: Occurs when a dispute is updated.
124
+ # for a Managed Disputes case.
125
+ # - dispute_transaction.updated: Occurs when a dispute transaction for a Managed
126
+ # Disputes case is updated.
127
+ # - dispute.updated: Occurs when a dispute filed through the Chargebacks API
128
+ # (`/v1/disputes`) is created or updated.
129
+ #
130
+ # This event is not emitted for Managed Disputes. Use
131
+ # `dispute_transaction.created` and `dispute_transaction.updated` instead.
132
+ #
133
+ # - embed.session_generated: Occurs when a card embed session is successfully
134
+ # generated.
135
+ # - embed.viewed: Occurs when a card detail is successfully revealed through an
136
+ # embed.
122
137
  # - external_bank_account.created: Occurs when an external bank account is
123
138
  # created.
124
139
  # - external_bank_account.updated: Occurs when an external bank account is
@@ -140,12 +155,12 @@ module Lithic
140
155
  # - payment_transaction.updated: Occurs when a payment transaction is updated.
141
156
  # - settlement_report.updated: Occurs when a settlement report is created or
142
157
  # updated.
143
- # - statements.created: Occurs when a statement has been created
158
+ # - statements.created: Occurs when a statement has been created.
144
159
  # - three_ds_authentication.challenge: The `three_ds_authentication.challenge`
145
160
  # event. Upon receiving this request, the Card Program should issue its own
146
161
  # challenge to the cardholder. After a cardholder challenge is successfully
147
162
  # completed, the Card Program needs to respond back to Lithic by call to
148
- # [/v1/three_ds_decisioning/challenge_response](https://docs.lithic.com/reference/post_v1-three-ds-decisioning-challenge-response).
163
+ # [/v1/three_ds_decisioning/challenge_response](https://docs.lithic.com/reference/postthreedschallengeresponse).
149
164
  # Then the cardholder must navigate back to the merchant checkout flow to
150
165
  # complete the transaction. Some merchants will include an `app_requestor_url`
151
166
  # for app-based purchases; Lithic recommends triggering a redirect to that URL
@@ -198,6 +213,8 @@ module Lithic
198
213
  DISPUTE_TRANSACTION_CREATED = :"dispute_transaction.created"
199
214
  DISPUTE_TRANSACTION_UPDATED = :"dispute_transaction.updated"
200
215
  DISPUTE_UPDATED = :"dispute.updated"
216
+ EMBED_SESSION_GENERATED = :"embed.session_generated"
217
+ EMBED_VIEWED = :"embed.viewed"
201
218
  EXTERNAL_BANK_ACCOUNT_CREATED = :"external_bank_account.created"
202
219
  EXTERNAL_BANK_ACCOUNT_UPDATED = :"external_bank_account.updated"
203
220
  EXTERNAL_PAYMENT_CREATED = :"external_payment.created"
@@ -64,6 +64,8 @@ module Lithic
64
64
  DISPUTE_TRANSACTION_CREATED = :"dispute_transaction.created"
65
65
  DISPUTE_TRANSACTION_UPDATED = :"dispute_transaction.updated"
66
66
  DISPUTE_UPDATED = :"dispute.updated"
67
+ EMBED_SESSION_GENERATED = :"embed.session_generated"
68
+ EMBED_VIEWED = :"embed.viewed"
67
69
  EXTERNAL_BANK_ACCOUNT_CREATED = :"external_bank_account.created"
68
70
  EXTERNAL_BANK_ACCOUNT_UPDATED = :"external_bank_account.updated"
69
71
  EXTERNAL_PAYMENT_CREATED = :"external_payment.created"
@@ -58,7 +58,7 @@ module Lithic
58
58
  # The type of event that occurred. Possible values:
59
59
  #
60
60
  # - account_holder_document.updated: Occurs when an account holder's document
61
- # upload status has been updated
61
+ # upload status has been updated.
62
62
  # - account_holder.created: Occurs when a new account_holder is created.
63
63
  # - account_holder.updated: Occurs when an account_holder is updated.
64
64
  # - account_holder.verification: Occurs when an asynchronous account_holder's
@@ -122,10 +122,25 @@ module Lithic
122
122
  # This event will be deprecated in the future. We recommend using
123
123
  # `tokenization.updated` instead.
124
124
  #
125
- # - dispute_evidence.upload_failed: Occurs when a dispute evidence upload fails.
125
+ # - dispute_evidence.upload_failed: Occurs when an evidence upload fails for a
126
+ # dispute filed through the Chargebacks API (`/v1/disputes`).
127
+ #
128
+ # This event is not emitted for Managed Disputes.
129
+ #
126
130
  # - dispute_transaction.created: Occurs when a new dispute transaction is created
127
- # - dispute_transaction.updated: Occurs when a dispute transaction is updated
128
- # - dispute.updated: Occurs when a dispute is updated.
131
+ # for a Managed Disputes case.
132
+ # - dispute_transaction.updated: Occurs when a dispute transaction for a Managed
133
+ # Disputes case is updated.
134
+ # - dispute.updated: Occurs when a dispute filed through the Chargebacks API
135
+ # (`/v1/disputes`) is created or updated.
136
+ #
137
+ # This event is not emitted for Managed Disputes. Use
138
+ # `dispute_transaction.created` and `dispute_transaction.updated` instead.
139
+ #
140
+ # - embed.session_generated: Occurs when a card embed session is successfully
141
+ # generated.
142
+ # - embed.viewed: Occurs when a card detail is successfully revealed through an
143
+ # embed.
129
144
  # - external_bank_account.created: Occurs when an external bank account is
130
145
  # created.
131
146
  # - external_bank_account.updated: Occurs when an external bank account is
@@ -147,12 +162,12 @@ module Lithic
147
162
  # - payment_transaction.updated: Occurs when a payment transaction is updated.
148
163
  # - settlement_report.updated: Occurs when a settlement report is created or
149
164
  # updated.
150
- # - statements.created: Occurs when a statement has been created
165
+ # - statements.created: Occurs when a statement has been created.
151
166
  # - three_ds_authentication.challenge: The `three_ds_authentication.challenge`
152
167
  # event. Upon receiving this request, the Card Program should issue its own
153
168
  # challenge to the cardholder. After a cardholder challenge is successfully
154
169
  # completed, the Card Program needs to respond back to Lithic by call to
155
- # [/v1/three_ds_decisioning/challenge_response](https://docs.lithic.com/reference/post_v1-three-ds-decisioning-challenge-response).
170
+ # [/v1/three_ds_decisioning/challenge_response](https://docs.lithic.com/reference/postthreedschallengeresponse).
156
171
  # Then the cardholder must navigate back to the merchant checkout flow to
157
172
  # complete the transaction. Some merchants will include an `app_requestor_url`
158
173
  # for app-based purchases; Lithic recommends triggering a redirect to that URL
@@ -205,6 +220,8 @@ module Lithic
205
220
  DISPUTE_TRANSACTION_CREATED = :"dispute_transaction.created"
206
221
  DISPUTE_TRANSACTION_UPDATED = :"dispute_transaction.updated"
207
222
  DISPUTE_UPDATED = :"dispute.updated"
223
+ EMBED_SESSION_GENERATED = :"embed.session_generated"
224
+ EMBED_VIEWED = :"embed.viewed"
208
225
  EXTERNAL_BANK_ACCOUNT_CREATED = :"external_bank_account.created"
209
226
  EXTERNAL_BANK_ACCOUNT_UPDATED = :"external_bank_account.updated"
210
227
  EXTERNAL_PAYMENT_CREATED = :"external_payment.created"
@@ -20,7 +20,7 @@ module Lithic
20
20
  optional :business_account_token, String
21
21
 
22
22
  # @!attribute category
23
- # External Payment category to be returned.
23
+ # The external rail the funds moved on
24
24
  #
25
25
  # @return [Symbol, Lithic::Models::ExternalPaymentListParams::Category, nil]
26
26
  optional :category, enum: -> { Lithic::ExternalPaymentListParams::Category }
@@ -79,7 +79,7 @@ module Lithic
79
79
  #
80
80
  # @param business_account_token [String]
81
81
  #
82
- # @param category [Symbol, Lithic::Models::ExternalPaymentListParams::Category] External Payment category to be returned.
82
+ # @param category [Symbol, Lithic::Models::ExternalPaymentListParams::Category] The external rail the funds moved on
83
83
  #
84
84
  # @param end_ [Time] Date string in RFC 3339 format. Only entries created before the specified time w
85
85
  #
@@ -97,7 +97,7 @@ module Lithic
97
97
  #
98
98
  # @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}]
99
99
 
100
- # External Payment category to be returned.
100
+ # The external rail the funds moved on
101
101
  module Category
102
102
  extend Lithic::Internal::Type::Enum
103
103
 
@@ -69,12 +69,23 @@ module Lithic
69
69
  # @return [String, nil]
70
70
  optional :account_number, String, nil?: true
71
71
 
72
+ # @!attribute blockchain_addresses
73
+ # Provisioned blockchain deposit addresses for this financial account, keyed by
74
+ # the full name of the blockchain network that each address belongs to (e.g.
75
+ # `ETHEREUM`)
76
+ #
77
+ # @return [Hash{Symbol=>String}, nil]
78
+ optional :blockchain_addresses, Lithic::Internal::Type::HashOf[String], nil?: true
79
+
72
80
  # @!attribute routing_number
73
81
  #
74
82
  # @return [String, nil]
75
83
  optional :routing_number, String, nil?: true
76
84
 
77
- # @!method initialize(token:, account_token:, created:, credit_configuration:, is_for_benefit_of:, nickname:, status:, substatus:, type:, updated:, user_defined_status:, account_number: nil, routing_number: nil)
85
+ # @!method initialize(token:, account_token:, created:, credit_configuration:, is_for_benefit_of:, nickname:, status:, substatus:, type:, updated:, user_defined_status:, account_number: nil, blockchain_addresses: nil, routing_number: nil)
86
+ # Some parameter documentations has been truncated, see
87
+ # {Lithic::Models::FinancialAccount} for more details.
88
+ #
78
89
  # @param token [String] Globally unique identifier for the account
79
90
  #
80
91
  # @param account_token [String, nil]
@@ -99,6 +110,8 @@ module Lithic
99
110
  #
100
111
  # @param account_number [String, nil]
101
112
  #
113
+ # @param blockchain_addresses [Hash{Symbol=>String}, nil] Provisioned blockchain deposit addresses for this financial account, keyed by th
114
+ #
102
115
  # @param routing_number [String, nil]
103
116
 
104
117
  # @see Lithic::Models::FinancialAccount#credit_configuration
@@ -20,9 +20,10 @@ module Lithic
20
20
  optional :balance_date, Time
21
21
 
22
22
  # @!attribute last_transaction_event_token
23
- # Balance after a given financial event occured. For example, passing the
24
- # event_token of a $5 CARD_CLEARING financial event will return a balance
25
- # decreased by $5
23
+ # Balance after a given financial event occured. Note: if an account receives
24
+ # multiple events around the same time whose financial impacts cancel out, a
25
+ # balance lookup by one of those event tokens may return 404, since their combined
26
+ # impact on the account is zero.
26
27
  #
27
28
  # @return [String, nil]
28
29
  optional :last_transaction_event_token, String
@@ -150,6 +150,7 @@ module Lithic
150
150
 
151
151
  ACH = :ACH
152
152
  WIRE = :WIRE
153
+ STABLECOIN = :STABLECOIN
153
154
  BALANCE_OR_FUNDING = :BALANCE_OR_FUNDING
154
155
  FEE = :FEE
155
156
  REWARD = :REWARD
@@ -170,6 +171,7 @@ module Lithic
170
171
  MANAGEMENT_DISBURSEMENT = :MANAGEMENT_DISBURSEMENT
171
172
  HOLD = :HOLD
172
173
  PROGRAM_FUNDING = :PROGRAM_FUNDING
174
+ PROGRAM_TRANSFER = :PROGRAM_TRANSFER
173
175
 
174
176
  # @!method self.values
175
177
  # @return [Array<Symbol>]
@@ -260,6 +262,8 @@ module Lithic
260
262
  RETURNED_PAYMENT = :RETURNED_PAYMENT
261
263
  RETURNED_PAYMENT_REVERSAL = :RETURNED_PAYMENT_REVERSAL
262
264
  LITHIC_NETWORK_PAYMENT = :LITHIC_NETWORK_PAYMENT
265
+ LITHIC_PROGRAM_TRANSFER = :LITHIC_PROGRAM_TRANSFER
266
+ BANK_PROGRAM_TRANSFER = :BANK_PROGRAM_TRANSFER
263
267
  ANNUAL = :ANNUAL
264
268
  ANNUAL_REVERSAL = :ANNUAL_REVERSAL
265
269
  QUARTERLY = :QUARTERLY
@@ -267,6 +271,12 @@ module Lithic
267
271
  MONTHLY = :MONTHLY
268
272
  MONTHLY_REVERSAL = :MONTHLY_REVERSAL
269
273
  ACCOUNT_TO_ACCOUNT = :ACCOUNT_TO_ACCOUNT
274
+ STABLECOIN_RECEIVED = :STABLECOIN_RECEIVED
275
+ STABLECOIN_INITIATED = :STABLECOIN_INITIATED
276
+ STABLECOIN_REVIEWED = :STABLECOIN_REVIEWED
277
+ STABLECOIN_SENT = :STABLECOIN_SENT
278
+ STABLECOIN_SETTLED = :STABLECOIN_SETTLED
279
+ STABLECOIN_REJECTED = :STABLECOIN_REJECTED
270
280
 
271
281
  # @!method self.values
272
282
  # @return [Array<Symbol>]
@@ -149,6 +149,8 @@ module Lithic
149
149
  RETURNED_PAYMENT = :RETURNED_PAYMENT
150
150
  RETURNED_PAYMENT_REVERSAL = :RETURNED_PAYMENT_REVERSAL
151
151
  LITHIC_NETWORK_PAYMENT = :LITHIC_NETWORK_PAYMENT
152
+ LITHIC_PROGRAM_TRANSFER = :LITHIC_PROGRAM_TRANSFER
153
+ BANK_PROGRAM_TRANSFER = :BANK_PROGRAM_TRANSFER
152
154
  ANNUAL = :ANNUAL
153
155
  ANNUAL_REVERSAL = :ANNUAL_REVERSAL
154
156
  QUARTERLY = :QUARTERLY
@@ -156,6 +158,12 @@ module Lithic
156
158
  MONTHLY = :MONTHLY
157
159
  MONTHLY_REVERSAL = :MONTHLY_REVERSAL
158
160
  ACCOUNT_TO_ACCOUNT = :ACCOUNT_TO_ACCOUNT
161
+ STABLECOIN_RECEIVED = :STABLECOIN_RECEIVED
162
+ STABLECOIN_INITIATED = :STABLECOIN_INITIATED
163
+ STABLECOIN_REVIEWED = :STABLECOIN_REVIEWED
164
+ STABLECOIN_SENT = :STABLECOIN_SENT
165
+ STABLECOIN_SETTLED = :STABLECOIN_SETTLED
166
+ STABLECOIN_REJECTED = :STABLECOIN_REJECTED
159
167
 
160
168
  # @!method self.values
161
169
  # @return [Array<Symbol>]
@@ -35,13 +35,13 @@ module Lithic
35
35
  # Provides additional context or details about the fraud report.
36
36
  #
37
37
  # @return [String, nil]
38
- optional :comment, String
38
+ optional :comment, String, nil?: true
39
39
 
40
40
  # @!attribute created_at
41
41
  # Timestamp representing when the fraud report was created.
42
42
  #
43
43
  # @return [Time, nil]
44
- optional :created_at, Time
44
+ optional :created_at, Time, nil?: true
45
45
 
46
46
  # @!attribute fraud_type
47
47
  # Specifies the type or category of fraud that the transaction is suspected or
@@ -67,13 +67,13 @@ module Lithic
67
67
  # often through social engineering tactics.
68
68
  #
69
69
  # @return [Symbol, Lithic::Models::Fraud::TransactionReportResponse::FraudType, nil]
70
- optional :fraud_type, enum: -> { Lithic::Models::Fraud::TransactionReportResponse::FraudType }
70
+ optional :fraud_type, enum: -> { Lithic::Models::Fraud::TransactionReportResponse::FraudType }, nil?: true
71
71
 
72
72
  # @!attribute updated_at
73
73
  # Timestamp representing the last update to the fraud report.
74
74
  #
75
75
  # @return [Time, nil]
76
- optional :updated_at, Time
76
+ optional :updated_at, Time, nil?: true
77
77
 
78
78
  # @!method initialize(fraud_status:, transaction_token:, comment: nil, created_at: nil, fraud_type: nil, updated_at: nil)
79
79
  # Some parameter documentations has been truncated, see
@@ -83,13 +83,13 @@ module Lithic
83
83
  #
84
84
  # @param transaction_token [String] The universally unique identifier (UUID) associated with the transaction being r
85
85
  #
86
- # @param comment [String] Provides additional context or details about the fraud report.
86
+ # @param comment [String, nil] Provides additional context or details about the fraud report.
87
87
  #
88
- # @param created_at [Time] Timestamp representing when the fraud report was created.
88
+ # @param created_at [Time, nil] Timestamp representing when the fraud report was created.
89
89
  #
90
- # @param fraud_type [Symbol, Lithic::Models::Fraud::TransactionReportResponse::FraudType] Specifies the type or category of fraud that the transaction is suspected or con
90
+ # @param fraud_type [Symbol, Lithic::Models::Fraud::TransactionReportResponse::FraudType, nil] Specifies the type or category of fraud that the transaction is suspected or con
91
91
  #
92
- # @param updated_at [Time] Timestamp representing the last update to the fraud report.
92
+ # @param updated_at [Time, nil] Timestamp representing the last update to the fraud report.
93
93
 
94
94
  # The fraud status of the transaction, string (enum) supporting the following
95
95
  # values:
@@ -35,13 +35,13 @@ module Lithic
35
35
  # Provides additional context or details about the fraud report.
36
36
  #
37
37
  # @return [String, nil]
38
- optional :comment, String
38
+ optional :comment, String, nil?: true
39
39
 
40
40
  # @!attribute created_at
41
41
  # Timestamp representing when the fraud report was created.
42
42
  #
43
43
  # @return [Time, nil]
44
- optional :created_at, Time
44
+ optional :created_at, Time, nil?: true
45
45
 
46
46
  # @!attribute fraud_type
47
47
  # Specifies the type or category of fraud that the transaction is suspected or
@@ -67,13 +67,15 @@ module Lithic
67
67
  # often through social engineering tactics.
68
68
  #
69
69
  # @return [Symbol, Lithic::Models::Fraud::TransactionRetrieveResponse::FraudType, nil]
70
- optional :fraud_type, enum: -> { Lithic::Models::Fraud::TransactionRetrieveResponse::FraudType }
70
+ optional :fraud_type,
71
+ enum: -> { Lithic::Models::Fraud::TransactionRetrieveResponse::FraudType },
72
+ nil?: true
71
73
 
72
74
  # @!attribute updated_at
73
75
  # Timestamp representing the last update to the fraud report.
74
76
  #
75
77
  # @return [Time, nil]
76
- optional :updated_at, Time
78
+ optional :updated_at, Time, nil?: true
77
79
 
78
80
  # @!method initialize(fraud_status:, transaction_token:, comment: nil, created_at: nil, fraud_type: nil, updated_at: nil)
79
81
  # Some parameter documentations has been truncated, see
@@ -83,13 +85,13 @@ module Lithic
83
85
  #
84
86
  # @param transaction_token [String] The universally unique identifier (UUID) associated with the transaction being r
85
87
  #
86
- # @param comment [String] Provides additional context or details about the fraud report.
88
+ # @param comment [String, nil] Provides additional context or details about the fraud report.
87
89
  #
88
- # @param created_at [Time] Timestamp representing when the fraud report was created.
90
+ # @param created_at [Time, nil] Timestamp representing when the fraud report was created.
89
91
  #
90
- # @param fraud_type [Symbol, Lithic::Models::Fraud::TransactionRetrieveResponse::FraudType] Specifies the type or category of fraud that the transaction is suspected or con
92
+ # @param fraud_type [Symbol, Lithic::Models::Fraud::TransactionRetrieveResponse::FraudType, nil] Specifies the type or category of fraud that the transaction is suspected or con
91
93
  #
92
- # @param updated_at [Time] Timestamp representing the last update to the fraud report.
94
+ # @param updated_at [Time, nil] Timestamp representing the last update to the fraud report.
93
95
 
94
96
  # The fraud status of the transaction, string (enum) supporting the following
95
97
  # values: