lithic 0.1.0.pre.alpha.55 → 0.1.0.pre.alpha.56

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 (196) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +20 -0
  3. data/README.md +1 -1
  4. data/lib/lithic/client.rb +4 -0
  5. data/lib/lithic/models/account_activity_list_response.rb +60 -148
  6. data/lib/lithic/models/account_activity_retrieve_transaction_response.rb +60 -151
  7. data/lib/lithic/models/auth_rules/auth_rule_condition.rb +8 -51
  8. data/lib/lithic/models/auth_rules/conditional_3ds_action_parameters.rb +8 -51
  9. data/lib/lithic/models/auth_rules/conditional_ach_action_parameters.rb +260 -0
  10. data/lib/lithic/models/auth_rules/conditional_authorization_action_parameters.rb +8 -53
  11. data/lib/lithic/models/auth_rules/conditional_operation.rb +26 -0
  12. data/lib/lithic/models/auth_rules/conditional_tokenization_action_parameters.rb +254 -0
  13. data/lib/lithic/models/auth_rules/conditional_value.rb +27 -0
  14. data/lib/lithic/models/auth_rules/v2_create_params.rb +14 -5
  15. data/lib/lithic/models/auth_rules/v2_create_response.rb +21 -8
  16. data/lib/lithic/models/auth_rules/v2_draft_params.rb +7 -3
  17. data/lib/lithic/models/auth_rules/v2_draft_response.rb +21 -8
  18. data/lib/lithic/models/auth_rules/v2_list_params.rb +3 -0
  19. data/lib/lithic/models/auth_rules/v2_list_response.rb +21 -8
  20. data/lib/lithic/models/auth_rules/v2_promote_response.rb +21 -8
  21. data/lib/lithic/models/auth_rules/v2_retrieve_response.rb +21 -8
  22. data/lib/lithic/models/auth_rules/v2_update_response.rb +21 -8
  23. data/lib/lithic/models/book_transfer_response.rb +1 -0
  24. data/lib/lithic/models/category_details.rb +27 -0
  25. data/lib/lithic/models/dispute.rb +242 -510
  26. data/lib/lithic/models/dispute_v2.rb +555 -0
  27. data/lib/lithic/models/disputes_v2_list_params.rb +84 -0
  28. data/lib/lithic/models/disputes_v2_retrieve_params.rb +14 -0
  29. data/lib/lithic/models/external_bank_account_address.rb +2 -2
  30. data/lib/lithic/models/external_bank_account_create_response.rb +18 -18
  31. data/lib/lithic/models/external_bank_account_list_response.rb +18 -18
  32. data/lib/lithic/models/external_bank_account_retrieve_response.rb +18 -18
  33. data/lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb +18 -18
  34. data/lib/lithic/models/external_bank_account_retry_prenote_response.rb +18 -18
  35. data/lib/lithic/models/external_bank_account_unpause_params.rb +14 -0
  36. data/lib/lithic/models/external_bank_account_unpause_response.rb +242 -0
  37. data/lib/lithic/models/external_bank_account_update_response.rb +18 -18
  38. data/lib/lithic/models/external_bank_accounts/micro_deposit_create_response.rb +18 -18
  39. data/lib/lithic/models/external_payment.rb +3 -2
  40. data/lib/lithic/models/external_payment_list_params.rb +1 -0
  41. data/lib/lithic/models/financial_account.rb +4 -3
  42. data/lib/lithic/models/financial_accounts/category_balances.rb +29 -0
  43. data/lib/lithic/models/financial_accounts/loan_tape.rb +35 -520
  44. data/lib/lithic/models/financial_accounts/statement.rb +73 -275
  45. data/lib/lithic/models/financial_event.rb +148 -0
  46. data/lib/lithic/models/financial_transaction.rb +3 -146
  47. data/lib/lithic/models/management_operation_list_params.rb +1 -0
  48. data/lib/lithic/models/management_operation_transaction.rb +5 -4
  49. data/lib/lithic/models/merchant.rb +70 -0
  50. data/lib/lithic/models/payment.rb +7 -5
  51. data/lib/lithic/models/payment_return_params.rb +62 -0
  52. data/lib/lithic/models/statement_totals.rb +100 -0
  53. data/lib/lithic/models/three_ds/authentication_retrieve_response.rb +9 -9
  54. data/lib/lithic/models/transaction.rb +3 -69
  55. data/lib/lithic/models/transactions/events/enhanced_data.rb +49 -40
  56. data/lib/lithic/models/transfer.rb +3 -146
  57. data/lib/lithic/models.rb +18 -0
  58. data/lib/lithic/resources/auth_rules/v2.rb +2 -2
  59. data/lib/lithic/resources/disputes.rb +10 -10
  60. data/lib/lithic/resources/disputes_v2.rb +74 -0
  61. data/lib/lithic/resources/external_bank_accounts.rb +19 -0
  62. data/lib/lithic/resources/payments.rb +48 -0
  63. data/lib/lithic/version.rb +1 -1
  64. data/lib/lithic.rb +16 -5
  65. data/rbi/lithic/client.rbi +3 -0
  66. data/rbi/lithic/models/account_activity_list_response.rbi +121 -544
  67. data/rbi/lithic/models/account_activity_retrieve_transaction_response.rbi +121 -544
  68. data/rbi/lithic/models/auth_rules/auth_rule_condition.rbi +13 -139
  69. data/rbi/lithic/models/auth_rules/conditional_3ds_action_parameters.rbi +13 -153
  70. data/rbi/lithic/models/auth_rules/conditional_ach_action_parameters.rbi +789 -0
  71. data/rbi/lithic/models/auth_rules/conditional_authorization_action_parameters.rbi +13 -153
  72. data/rbi/lithic/models/auth_rules/conditional_operation.rbi +74 -0
  73. data/rbi/lithic/models/auth_rules/conditional_tokenization_action_parameters.rbi +674 -0
  74. data/rbi/lithic/models/auth_rules/conditional_value.rbi +28 -0
  75. data/rbi/lithic/models/auth_rules/v2_create_params.rbi +33 -7
  76. data/rbi/lithic/models/auth_rules/v2_create_response.rbi +33 -7
  77. data/rbi/lithic/models/auth_rules/v2_draft_params.rbi +12 -4
  78. data/rbi/lithic/models/auth_rules/v2_draft_response.rbi +33 -7
  79. data/rbi/lithic/models/auth_rules/v2_list_params.rbi +15 -0
  80. data/rbi/lithic/models/auth_rules/v2_list_response.rbi +33 -7
  81. data/rbi/lithic/models/auth_rules/v2_promote_response.rbi +33 -7
  82. data/rbi/lithic/models/auth_rules/v2_retrieve_response.rbi +33 -7
  83. data/rbi/lithic/models/auth_rules/v2_update_response.rbi +33 -7
  84. data/rbi/lithic/models/book_transfer_response.rbi +2 -0
  85. data/rbi/lithic/models/category_details.rbi +43 -0
  86. data/rbi/lithic/models/dispute.rbi +395 -942
  87. data/rbi/lithic/models/dispute_v2.rbi +965 -0
  88. data/rbi/lithic/models/disputes_v2_list_params.rbi +129 -0
  89. data/rbi/lithic/models/disputes_v2_retrieve_params.rbi +27 -0
  90. data/rbi/lithic/models/external_bank_account_address.rbi +3 -6
  91. data/rbi/lithic/models/external_bank_account_create_response.rbi +31 -51
  92. data/rbi/lithic/models/external_bank_account_list_response.rbi +31 -51
  93. data/rbi/lithic/models/external_bank_account_retrieve_response.rbi +31 -51
  94. data/rbi/lithic/models/external_bank_account_retry_micro_deposits_response.rbi +31 -51
  95. data/rbi/lithic/models/external_bank_account_retry_prenote_response.rbi +31 -51
  96. data/rbi/lithic/models/external_bank_account_unpause_params.rbi +30 -0
  97. data/rbi/lithic/models/external_bank_account_unpause_response.rbi +375 -0
  98. data/rbi/lithic/models/external_bank_account_update_response.rbi +31 -51
  99. data/rbi/lithic/models/external_bank_accounts/micro_deposit_create_response.rbi +31 -51
  100. data/rbi/lithic/models/external_payment.rbi +5 -6
  101. data/rbi/lithic/models/external_payment_list_params.rbi +5 -0
  102. data/rbi/lithic/models/financial_account.rbi +12 -4
  103. data/rbi/lithic/models/financial_accounts/category_balances.rbi +42 -0
  104. data/rbi/lithic/models/financial_accounts/loan_tape.rbi +47 -802
  105. data/rbi/lithic/models/financial_accounts/statement.rbi +118 -430
  106. data/rbi/lithic/models/financial_event.rbi +409 -0
  107. data/rbi/lithic/models/financial_transaction.rbi +3 -509
  108. data/rbi/lithic/models/management_operation_list_params.rbi +5 -0
  109. data/rbi/lithic/models/management_operation_transaction.rbi +11 -12
  110. data/rbi/lithic/models/merchant.rbi +89 -0
  111. data/rbi/lithic/models/payment.rbi +16 -7
  112. data/rbi/lithic/models/payment_return_params.rbi +85 -0
  113. data/rbi/lithic/models/statement_totals.rbi +128 -0
  114. data/rbi/lithic/models/three_ds/authentication_retrieve_response.rbi +12 -12
  115. data/rbi/lithic/models/transaction.rbi +4 -90
  116. data/rbi/lithic/models/transactions/events/enhanced_data.rbi +74 -133
  117. data/rbi/lithic/models/transfer.rbi +4 -436
  118. data/rbi/lithic/models.rbi +19 -0
  119. data/rbi/lithic/resources/auth_rules/v2.rbi +8 -3
  120. data/rbi/lithic/resources/disputes.rbi +5 -7
  121. data/rbi/lithic/resources/disputes_v2.rbi +64 -0
  122. data/rbi/lithic/resources/external_bank_accounts.rbi +10 -0
  123. data/rbi/lithic/resources/payments.rbi +46 -0
  124. data/sig/lithic/client.rbs +2 -0
  125. data/sig/lithic/models/account_activity_list_response.rbs +67 -221
  126. data/sig/lithic/models/account_activity_retrieve_transaction_response.rbs +67 -221
  127. data/sig/lithic/models/auth_rules/auth_rule_condition.rbs +10 -61
  128. data/sig/lithic/models/auth_rules/conditional_3ds_action_parameters.rbs +10 -61
  129. data/sig/lithic/models/auth_rules/conditional_ach_action_parameters.rbs +293 -0
  130. data/sig/lithic/models/auth_rules/conditional_authorization_action_parameters.rbs +10 -61
  131. data/sig/lithic/models/auth_rules/conditional_operation.rbs +34 -0
  132. data/sig/lithic/models/auth_rules/conditional_tokenization_action_parameters.rbs +237 -0
  133. data/sig/lithic/models/auth_rules/conditional_value.rbs +15 -0
  134. data/sig/lithic/models/auth_rules/v2_create_params.rbs +11 -1
  135. data/sig/lithic/models/auth_rules/v2_create_response.rbs +13 -1
  136. data/sig/lithic/models/auth_rules/v2_draft_params.rbs +2 -0
  137. data/sig/lithic/models/auth_rules/v2_draft_response.rbs +13 -1
  138. data/sig/lithic/models/auth_rules/v2_list_params.rbs +9 -1
  139. data/sig/lithic/models/auth_rules/v2_list_response.rbs +13 -1
  140. data/sig/lithic/models/auth_rules/v2_promote_response.rbs +13 -1
  141. data/sig/lithic/models/auth_rules/v2_retrieve_response.rbs +13 -1
  142. data/sig/lithic/models/auth_rules/v2_update_response.rbs +13 -1
  143. data/sig/lithic/models/book_transfer_response.rbs +3 -1
  144. data/sig/lithic/models/category_details.rbs +26 -0
  145. data/sig/lithic/models/dispute.rbs +157 -417
  146. data/sig/lithic/models/dispute_v2.rbs +438 -0
  147. data/sig/lithic/models/disputes_v2_list_params.rbs +77 -0
  148. data/sig/lithic/models/disputes_v2_retrieve_params.rbs +15 -0
  149. data/sig/lithic/models/external_bank_account_address.rbs +4 -6
  150. data/sig/lithic/models/external_bank_account_create_response.rbs +36 -56
  151. data/sig/lithic/models/external_bank_account_list_response.rbs +36 -56
  152. data/sig/lithic/models/external_bank_account_retrieve_response.rbs +36 -56
  153. data/sig/lithic/models/external_bank_account_retry_micro_deposits_response.rbs +36 -56
  154. data/sig/lithic/models/external_bank_account_retry_prenote_response.rbs +36 -56
  155. data/sig/lithic/models/external_bank_account_unpause_params.rbs +15 -0
  156. data/sig/lithic/models/external_bank_account_unpause_response.rbs +162 -0
  157. data/sig/lithic/models/external_bank_account_update_response.rbs +36 -56
  158. data/sig/lithic/models/external_bank_accounts/micro_deposit_create_response.rbs +36 -56
  159. data/sig/lithic/models/external_payment.rbs +7 -7
  160. data/sig/lithic/models/external_payment_list_params.rbs +3 -1
  161. data/sig/lithic/models/financial_account.rbs +4 -4
  162. data/sig/lithic/models/financial_accounts/category_balances.rbs +24 -0
  163. data/sig/lithic/models/financial_accounts/loan_tape.rbs +48 -464
  164. data/sig/lithic/models/financial_accounts/statement.rbs +59 -244
  165. data/sig/lithic/models/financial_event.rbs +216 -0
  166. data/sig/lithic/models/financial_transaction.rbs +4 -217
  167. data/sig/lithic/models/management_operation_list_params.rbs +3 -1
  168. data/sig/lithic/models/management_operation_transaction.rbs +11 -13
  169. data/sig/lithic/models/merchant.rbs +50 -0
  170. data/sig/lithic/models/payment.rbs +9 -5
  171. data/sig/lithic/models/payment_return_params.rbs +46 -0
  172. data/sig/lithic/models/statement_totals.rbs +76 -0
  173. data/sig/lithic/models/transaction.rbs +4 -51
  174. data/sig/lithic/models/transactions/events/enhanced_data.rbs +78 -124
  175. data/sig/lithic/models/transfer.rbs +6 -219
  176. data/sig/lithic/models.rbs +18 -0
  177. data/sig/lithic/resources/disputes.rbs +5 -5
  178. data/sig/lithic/resources/disputes_v2.rbs +24 -0
  179. data/sig/lithic/resources/external_bank_accounts.rbs +5 -0
  180. data/sig/lithic/resources/payments.rbs +10 -0
  181. metadata +50 -17
  182. data/lib/lithic/models/dispute_create_response.rb +0 -326
  183. data/lib/lithic/models/dispute_delete_response.rb +0 -326
  184. data/lib/lithic/models/dispute_list_response.rb +0 -326
  185. data/lib/lithic/models/dispute_retrieve_response.rb +0 -326
  186. data/lib/lithic/models/dispute_update_response.rb +0 -326
  187. data/rbi/lithic/models/dispute_create_response.rbi +0 -599
  188. data/rbi/lithic/models/dispute_delete_response.rbi +0 -599
  189. data/rbi/lithic/models/dispute_list_response.rbi +0 -582
  190. data/rbi/lithic/models/dispute_retrieve_response.rbi +0 -601
  191. data/rbi/lithic/models/dispute_update_response.rbi +0 -599
  192. data/sig/lithic/models/dispute_create_response.rbs +0 -210
  193. data/sig/lithic/models/dispute_delete_response.rbs +0 -210
  194. data/sig/lithic/models/dispute_list_response.rbs +0 -210
  195. data/sig/lithic/models/dispute_retrieve_response.rbs +0 -210
  196. data/sig/lithic/models/dispute_update_response.rbs +0 -210
@@ -20,7 +20,9 @@ module Lithic
20
20
  Lithic::AuthRules::VelocityLimitParams,
21
21
  Lithic::AuthRules::MerchantLockParameters,
22
22
  Lithic::AuthRules::Conditional3DSActionParameters,
23
- Lithic::AuthRules::ConditionalAuthorizationActionParameters
23
+ Lithic::AuthRules::ConditionalAuthorizationActionParameters,
24
+ Lithic::AuthRules::ConditionalACHActionParameters,
25
+ Lithic::AuthRules::ConditionalTokenizationActionParameters
24
26
  )
25
27
  )
26
28
  end
@@ -34,7 +36,8 @@ module Lithic
34
36
  # - `CONDITIONAL_BLOCK`: AUTHORIZATION event stream.
35
37
  # - `VELOCITY_LIMIT`: AUTHORIZATION event stream.
36
38
  # - `MERCHANT_LOCK`: AUTHORIZATION event stream.
37
- # - `CONDITIONAL_ACTION`: AUTHORIZATION or THREE_DS_AUTHENTICATION event stream.
39
+ # - `CONDITIONAL_ACTION`: AUTHORIZATION, THREE_DS_AUTHENTICATION, TOKENIZATION,
40
+ # ACH_CREDIT_RECEIPT, or ACH_DEBIT_RECEIPT event stream.
38
41
  sig { returns(Lithic::AuthRules::V2CreateParams::Type::OrSymbol) }
39
42
  attr_accessor :type
40
43
 
@@ -95,7 +98,9 @@ module Lithic
95
98
  Lithic::AuthRules::VelocityLimitParams::OrHash,
96
99
  Lithic::AuthRules::MerchantLockParameters::OrHash,
97
100
  Lithic::AuthRules::Conditional3DSActionParameters::OrHash,
98
- Lithic::AuthRules::ConditionalAuthorizationActionParameters::OrHash
101
+ Lithic::AuthRules::ConditionalAuthorizationActionParameters::OrHash,
102
+ Lithic::AuthRules::ConditionalACHActionParameters::OrHash,
103
+ Lithic::AuthRules::ConditionalTokenizationActionParameters::OrHash
99
104
  ),
100
105
  type: Lithic::AuthRules::V2CreateParams::Type::OrSymbol,
101
106
  card_tokens: T::Array[String],
@@ -120,7 +125,8 @@ module Lithic
120
125
  # - `CONDITIONAL_BLOCK`: AUTHORIZATION event stream.
121
126
  # - `VELOCITY_LIMIT`: AUTHORIZATION event stream.
122
127
  # - `MERCHANT_LOCK`: AUTHORIZATION event stream.
123
- # - `CONDITIONAL_ACTION`: AUTHORIZATION or THREE_DS_AUTHENTICATION event stream.
128
+ # - `CONDITIONAL_ACTION`: AUTHORIZATION, THREE_DS_AUTHENTICATION, TOKENIZATION,
129
+ # ACH_CREDIT_RECEIPT, or ACH_DEBIT_RECEIPT event stream.
124
130
  type:,
125
131
  # Card tokens to which the Auth Rule applies.
126
132
  card_tokens:,
@@ -149,7 +155,9 @@ module Lithic
149
155
  Lithic::AuthRules::VelocityLimitParams,
150
156
  Lithic::AuthRules::MerchantLockParameters,
151
157
  Lithic::AuthRules::Conditional3DSActionParameters,
152
- Lithic::AuthRules::ConditionalAuthorizationActionParameters
158
+ Lithic::AuthRules::ConditionalAuthorizationActionParameters,
159
+ Lithic::AuthRules::ConditionalACHActionParameters,
160
+ Lithic::AuthRules::ConditionalTokenizationActionParameters
153
161
  ),
154
162
  type: Lithic::AuthRules::V2CreateParams::Type::OrSymbol,
155
163
  account_tokens: T::Array[String],
@@ -178,7 +186,9 @@ module Lithic
178
186
  Lithic::AuthRules::VelocityLimitParams,
179
187
  Lithic::AuthRules::MerchantLockParameters,
180
188
  Lithic::AuthRules::Conditional3DSActionParameters,
181
- Lithic::AuthRules::ConditionalAuthorizationActionParameters
189
+ Lithic::AuthRules::ConditionalAuthorizationActionParameters,
190
+ Lithic::AuthRules::ConditionalACHActionParameters,
191
+ Lithic::AuthRules::ConditionalTokenizationActionParameters
182
192
  )
183
193
  end
184
194
 
@@ -199,7 +209,8 @@ module Lithic
199
209
  # - `CONDITIONAL_BLOCK`: AUTHORIZATION event stream.
200
210
  # - `VELOCITY_LIMIT`: AUTHORIZATION event stream.
201
211
  # - `MERCHANT_LOCK`: AUTHORIZATION event stream.
202
- # - `CONDITIONAL_ACTION`: AUTHORIZATION or THREE_DS_AUTHENTICATION event stream.
212
+ # - `CONDITIONAL_ACTION`: AUTHORIZATION, THREE_DS_AUTHENTICATION, TOKENIZATION,
213
+ # ACH_CREDIT_RECEIPT, or ACH_DEBIT_RECEIPT event stream.
203
214
  module Type
204
215
  extend Lithic::Internal::Type::Enum
205
216
 
@@ -259,6 +270,21 @@ module Lithic
259
270
  :THREE_DS_AUTHENTICATION,
260
271
  Lithic::AuthRules::V2CreateParams::EventStream::TaggedSymbol
261
272
  )
273
+ TOKENIZATION =
274
+ T.let(
275
+ :TOKENIZATION,
276
+ Lithic::AuthRules::V2CreateParams::EventStream::TaggedSymbol
277
+ )
278
+ ACH_CREDIT_RECEIPT =
279
+ T.let(
280
+ :ACH_CREDIT_RECEIPT,
281
+ Lithic::AuthRules::V2CreateParams::EventStream::TaggedSymbol
282
+ )
283
+ ACH_DEBIT_RECEIPT =
284
+ T.let(
285
+ :ACH_DEBIT_RECEIPT,
286
+ Lithic::AuthRules::V2CreateParams::EventStream::TaggedSymbol
287
+ )
262
288
 
263
289
  sig do
264
290
  override.returns(
@@ -101,7 +101,8 @@ module Lithic
101
101
  # - `CONDITIONAL_BLOCK`: AUTHORIZATION event stream.
102
102
  # - `VELOCITY_LIMIT`: AUTHORIZATION event stream.
103
103
  # - `MERCHANT_LOCK`: AUTHORIZATION event stream.
104
- # - `CONDITIONAL_ACTION`: AUTHORIZATION or THREE_DS_AUTHENTICATION event stream.
104
+ # - `CONDITIONAL_ACTION`: AUTHORIZATION, THREE_DS_AUTHENTICATION, TOKENIZATION,
105
+ # ACH_CREDIT_RECEIPT, or ACH_DEBIT_RECEIPT event stream.
105
106
  sig do
106
107
  returns(
107
108
  Lithic::Models::AuthRules::V2CreateResponse::Type::TaggedSymbol
@@ -170,7 +171,8 @@ module Lithic
170
171
  # - `CONDITIONAL_BLOCK`: AUTHORIZATION event stream.
171
172
  # - `VELOCITY_LIMIT`: AUTHORIZATION event stream.
172
173
  # - `MERCHANT_LOCK`: AUTHORIZATION event stream.
173
- # - `CONDITIONAL_ACTION`: AUTHORIZATION or THREE_DS_AUTHENTICATION event stream.
174
+ # - `CONDITIONAL_ACTION`: AUTHORIZATION, THREE_DS_AUTHENTICATION, TOKENIZATION,
175
+ # ACH_CREDIT_RECEIPT, or ACH_DEBIT_RECEIPT event stream.
174
176
  type:,
175
177
  # Card tokens to which the Auth Rule does not apply.
176
178
  excluded_card_tokens: nil
@@ -238,7 +240,9 @@ module Lithic
238
240
  Lithic::AuthRules::VelocityLimitParams::OrHash,
239
241
  Lithic::AuthRules::MerchantLockParameters::OrHash,
240
242
  Lithic::AuthRules::Conditional3DSActionParameters::OrHash,
241
- Lithic::AuthRules::ConditionalAuthorizationActionParameters::OrHash
243
+ Lithic::AuthRules::ConditionalAuthorizationActionParameters::OrHash,
244
+ Lithic::AuthRules::ConditionalACHActionParameters::OrHash,
245
+ Lithic::AuthRules::ConditionalTokenizationActionParameters::OrHash
242
246
  ),
243
247
  version: Integer
244
248
  ).returns(T.attached_class)
@@ -275,7 +279,9 @@ module Lithic
275
279
  Lithic::AuthRules::VelocityLimitParams,
276
280
  Lithic::AuthRules::MerchantLockParameters,
277
281
  Lithic::AuthRules::Conditional3DSActionParameters,
278
- Lithic::AuthRules::ConditionalAuthorizationActionParameters
282
+ Lithic::AuthRules::ConditionalAuthorizationActionParameters,
283
+ Lithic::AuthRules::ConditionalACHActionParameters,
284
+ Lithic::AuthRules::ConditionalTokenizationActionParameters
279
285
  )
280
286
  end
281
287
 
@@ -321,7 +327,9 @@ module Lithic
321
327
  Lithic::AuthRules::VelocityLimitParams::OrHash,
322
328
  Lithic::AuthRules::MerchantLockParameters::OrHash,
323
329
  Lithic::AuthRules::Conditional3DSActionParameters::OrHash,
324
- Lithic::AuthRules::ConditionalAuthorizationActionParameters::OrHash
330
+ Lithic::AuthRules::ConditionalAuthorizationActionParameters::OrHash,
331
+ Lithic::AuthRules::ConditionalACHActionParameters::OrHash,
332
+ Lithic::AuthRules::ConditionalTokenizationActionParameters::OrHash
325
333
  ),
326
334
  version: Integer
327
335
  ).returns(T.attached_class)
@@ -358,7 +366,9 @@ module Lithic
358
366
  Lithic::AuthRules::VelocityLimitParams,
359
367
  Lithic::AuthRules::MerchantLockParameters,
360
368
  Lithic::AuthRules::Conditional3DSActionParameters,
361
- Lithic::AuthRules::ConditionalAuthorizationActionParameters
369
+ Lithic::AuthRules::ConditionalAuthorizationActionParameters,
370
+ Lithic::AuthRules::ConditionalACHActionParameters,
371
+ Lithic::AuthRules::ConditionalTokenizationActionParameters
362
372
  )
363
373
  end
364
374
 
@@ -397,6 +407,21 @@ module Lithic
397
407
  :THREE_DS_AUTHENTICATION,
398
408
  Lithic::Models::AuthRules::V2CreateResponse::EventStream::TaggedSymbol
399
409
  )
410
+ TOKENIZATION =
411
+ T.let(
412
+ :TOKENIZATION,
413
+ Lithic::Models::AuthRules::V2CreateResponse::EventStream::TaggedSymbol
414
+ )
415
+ ACH_CREDIT_RECEIPT =
416
+ T.let(
417
+ :ACH_CREDIT_RECEIPT,
418
+ Lithic::Models::AuthRules::V2CreateResponse::EventStream::TaggedSymbol
419
+ )
420
+ ACH_DEBIT_RECEIPT =
421
+ T.let(
422
+ :ACH_DEBIT_RECEIPT,
423
+ Lithic::Models::AuthRules::V2CreateResponse::EventStream::TaggedSymbol
424
+ )
400
425
 
401
426
  sig do
402
427
  override.returns(
@@ -449,7 +474,8 @@ module Lithic
449
474
  # - `CONDITIONAL_BLOCK`: AUTHORIZATION event stream.
450
475
  # - `VELOCITY_LIMIT`: AUTHORIZATION event stream.
451
476
  # - `MERCHANT_LOCK`: AUTHORIZATION event stream.
452
- # - `CONDITIONAL_ACTION`: AUTHORIZATION or THREE_DS_AUTHENTICATION event stream.
477
+ # - `CONDITIONAL_ACTION`: AUTHORIZATION, THREE_DS_AUTHENTICATION, TOKENIZATION,
478
+ # ACH_CREDIT_RECEIPT, or ACH_DEBIT_RECEIPT event stream.
453
479
  module Type
454
480
  extend Lithic::Internal::Type::Enum
455
481
 
@@ -21,7 +21,9 @@ module Lithic
21
21
  Lithic::AuthRules::VelocityLimitParams,
22
22
  Lithic::AuthRules::MerchantLockParameters,
23
23
  Lithic::AuthRules::Conditional3DSActionParameters,
24
- Lithic::AuthRules::ConditionalAuthorizationActionParameters
24
+ Lithic::AuthRules::ConditionalAuthorizationActionParameters,
25
+ Lithic::AuthRules::ConditionalACHActionParameters,
26
+ Lithic::AuthRules::ConditionalTokenizationActionParameters
25
27
  )
26
28
  )
27
29
  )
@@ -37,7 +39,9 @@ module Lithic
37
39
  Lithic::AuthRules::VelocityLimitParams::OrHash,
38
40
  Lithic::AuthRules::MerchantLockParameters::OrHash,
39
41
  Lithic::AuthRules::Conditional3DSActionParameters::OrHash,
40
- Lithic::AuthRules::ConditionalAuthorizationActionParameters::OrHash
42
+ Lithic::AuthRules::ConditionalAuthorizationActionParameters::OrHash,
43
+ Lithic::AuthRules::ConditionalACHActionParameters::OrHash,
44
+ Lithic::AuthRules::ConditionalTokenizationActionParameters::OrHash
41
45
  )
42
46
  ),
43
47
  request_options: Lithic::RequestOptions::OrHash
@@ -60,7 +64,9 @@ module Lithic
60
64
  Lithic::AuthRules::VelocityLimitParams,
61
65
  Lithic::AuthRules::MerchantLockParameters,
62
66
  Lithic::AuthRules::Conditional3DSActionParameters,
63
- Lithic::AuthRules::ConditionalAuthorizationActionParameters
67
+ Lithic::AuthRules::ConditionalAuthorizationActionParameters,
68
+ Lithic::AuthRules::ConditionalACHActionParameters,
69
+ Lithic::AuthRules::ConditionalTokenizationActionParameters
64
70
  )
65
71
  ),
66
72
  request_options: Lithic::RequestOptions
@@ -81,7 +87,9 @@ module Lithic
81
87
  Lithic::AuthRules::VelocityLimitParams,
82
88
  Lithic::AuthRules::MerchantLockParameters,
83
89
  Lithic::AuthRules::Conditional3DSActionParameters,
84
- Lithic::AuthRules::ConditionalAuthorizationActionParameters
90
+ Lithic::AuthRules::ConditionalAuthorizationActionParameters,
91
+ Lithic::AuthRules::ConditionalACHActionParameters,
92
+ Lithic::AuthRules::ConditionalTokenizationActionParameters
85
93
  )
86
94
  end
87
95
 
@@ -101,7 +101,8 @@ module Lithic
101
101
  # - `CONDITIONAL_BLOCK`: AUTHORIZATION event stream.
102
102
  # - `VELOCITY_LIMIT`: AUTHORIZATION event stream.
103
103
  # - `MERCHANT_LOCK`: AUTHORIZATION event stream.
104
- # - `CONDITIONAL_ACTION`: AUTHORIZATION or THREE_DS_AUTHENTICATION event stream.
104
+ # - `CONDITIONAL_ACTION`: AUTHORIZATION, THREE_DS_AUTHENTICATION, TOKENIZATION,
105
+ # ACH_CREDIT_RECEIPT, or ACH_DEBIT_RECEIPT event stream.
105
106
  sig do
106
107
  returns(
107
108
  Lithic::Models::AuthRules::V2DraftResponse::Type::TaggedSymbol
@@ -170,7 +171,8 @@ module Lithic
170
171
  # - `CONDITIONAL_BLOCK`: AUTHORIZATION event stream.
171
172
  # - `VELOCITY_LIMIT`: AUTHORIZATION event stream.
172
173
  # - `MERCHANT_LOCK`: AUTHORIZATION event stream.
173
- # - `CONDITIONAL_ACTION`: AUTHORIZATION or THREE_DS_AUTHENTICATION event stream.
174
+ # - `CONDITIONAL_ACTION`: AUTHORIZATION, THREE_DS_AUTHENTICATION, TOKENIZATION,
175
+ # ACH_CREDIT_RECEIPT, or ACH_DEBIT_RECEIPT event stream.
174
176
  type:,
175
177
  # Card tokens to which the Auth Rule does not apply.
176
178
  excluded_card_tokens: nil
@@ -238,7 +240,9 @@ module Lithic
238
240
  Lithic::AuthRules::VelocityLimitParams::OrHash,
239
241
  Lithic::AuthRules::MerchantLockParameters::OrHash,
240
242
  Lithic::AuthRules::Conditional3DSActionParameters::OrHash,
241
- Lithic::AuthRules::ConditionalAuthorizationActionParameters::OrHash
243
+ Lithic::AuthRules::ConditionalAuthorizationActionParameters::OrHash,
244
+ Lithic::AuthRules::ConditionalACHActionParameters::OrHash,
245
+ Lithic::AuthRules::ConditionalTokenizationActionParameters::OrHash
242
246
  ),
243
247
  version: Integer
244
248
  ).returns(T.attached_class)
@@ -275,7 +279,9 @@ module Lithic
275
279
  Lithic::AuthRules::VelocityLimitParams,
276
280
  Lithic::AuthRules::MerchantLockParameters,
277
281
  Lithic::AuthRules::Conditional3DSActionParameters,
278
- Lithic::AuthRules::ConditionalAuthorizationActionParameters
282
+ Lithic::AuthRules::ConditionalAuthorizationActionParameters,
283
+ Lithic::AuthRules::ConditionalACHActionParameters,
284
+ Lithic::AuthRules::ConditionalTokenizationActionParameters
279
285
  )
280
286
  end
281
287
 
@@ -321,7 +327,9 @@ module Lithic
321
327
  Lithic::AuthRules::VelocityLimitParams::OrHash,
322
328
  Lithic::AuthRules::MerchantLockParameters::OrHash,
323
329
  Lithic::AuthRules::Conditional3DSActionParameters::OrHash,
324
- Lithic::AuthRules::ConditionalAuthorizationActionParameters::OrHash
330
+ Lithic::AuthRules::ConditionalAuthorizationActionParameters::OrHash,
331
+ Lithic::AuthRules::ConditionalACHActionParameters::OrHash,
332
+ Lithic::AuthRules::ConditionalTokenizationActionParameters::OrHash
325
333
  ),
326
334
  version: Integer
327
335
  ).returns(T.attached_class)
@@ -358,7 +366,9 @@ module Lithic
358
366
  Lithic::AuthRules::VelocityLimitParams,
359
367
  Lithic::AuthRules::MerchantLockParameters,
360
368
  Lithic::AuthRules::Conditional3DSActionParameters,
361
- Lithic::AuthRules::ConditionalAuthorizationActionParameters
369
+ Lithic::AuthRules::ConditionalAuthorizationActionParameters,
370
+ Lithic::AuthRules::ConditionalACHActionParameters,
371
+ Lithic::AuthRules::ConditionalTokenizationActionParameters
362
372
  )
363
373
  end
364
374
 
@@ -397,6 +407,21 @@ module Lithic
397
407
  :THREE_DS_AUTHENTICATION,
398
408
  Lithic::Models::AuthRules::V2DraftResponse::EventStream::TaggedSymbol
399
409
  )
410
+ TOKENIZATION =
411
+ T.let(
412
+ :TOKENIZATION,
413
+ Lithic::Models::AuthRules::V2DraftResponse::EventStream::TaggedSymbol
414
+ )
415
+ ACH_CREDIT_RECEIPT =
416
+ T.let(
417
+ :ACH_CREDIT_RECEIPT,
418
+ Lithic::Models::AuthRules::V2DraftResponse::EventStream::TaggedSymbol
419
+ )
420
+ ACH_DEBIT_RECEIPT =
421
+ T.let(
422
+ :ACH_DEBIT_RECEIPT,
423
+ Lithic::Models::AuthRules::V2DraftResponse::EventStream::TaggedSymbol
424
+ )
400
425
 
401
426
  sig do
402
427
  override.returns(
@@ -449,7 +474,8 @@ module Lithic
449
474
  # - `CONDITIONAL_BLOCK`: AUTHORIZATION event stream.
450
475
  # - `VELOCITY_LIMIT`: AUTHORIZATION event stream.
451
476
  # - `MERCHANT_LOCK`: AUTHORIZATION event stream.
452
- # - `CONDITIONAL_ACTION`: AUTHORIZATION or THREE_DS_AUTHENTICATION event stream.
477
+ # - `CONDITIONAL_ACTION`: AUTHORIZATION, THREE_DS_AUTHENTICATION, TOKENIZATION,
478
+ # ACH_CREDIT_RECEIPT, or ACH_DEBIT_RECEIPT event stream.
453
479
  module Type
454
480
  extend Lithic::Internal::Type::Enum
455
481
 
@@ -158,6 +158,21 @@ module Lithic
158
158
  :THREE_DS_AUTHENTICATION,
159
159
  Lithic::AuthRules::V2ListParams::EventStream::TaggedSymbol
160
160
  )
161
+ TOKENIZATION =
162
+ T.let(
163
+ :TOKENIZATION,
164
+ Lithic::AuthRules::V2ListParams::EventStream::TaggedSymbol
165
+ )
166
+ ACH_CREDIT_RECEIPT =
167
+ T.let(
168
+ :ACH_CREDIT_RECEIPT,
169
+ Lithic::AuthRules::V2ListParams::EventStream::TaggedSymbol
170
+ )
171
+ ACH_DEBIT_RECEIPT =
172
+ T.let(
173
+ :ACH_DEBIT_RECEIPT,
174
+ Lithic::AuthRules::V2ListParams::EventStream::TaggedSymbol
175
+ )
161
176
 
162
177
  sig do
163
178
  override.returns(
@@ -99,7 +99,8 @@ module Lithic
99
99
  # - `CONDITIONAL_BLOCK`: AUTHORIZATION event stream.
100
100
  # - `VELOCITY_LIMIT`: AUTHORIZATION event stream.
101
101
  # - `MERCHANT_LOCK`: AUTHORIZATION event stream.
102
- # - `CONDITIONAL_ACTION`: AUTHORIZATION or THREE_DS_AUTHENTICATION event stream.
102
+ # - `CONDITIONAL_ACTION`: AUTHORIZATION, THREE_DS_AUTHENTICATION, TOKENIZATION,
103
+ # ACH_CREDIT_RECEIPT, or ACH_DEBIT_RECEIPT event stream.
103
104
  sig do
104
105
  returns(Lithic::Models::AuthRules::V2ListResponse::Type::TaggedSymbol)
105
106
  end
@@ -166,7 +167,8 @@ module Lithic
166
167
  # - `CONDITIONAL_BLOCK`: AUTHORIZATION event stream.
167
168
  # - `VELOCITY_LIMIT`: AUTHORIZATION event stream.
168
169
  # - `MERCHANT_LOCK`: AUTHORIZATION event stream.
169
- # - `CONDITIONAL_ACTION`: AUTHORIZATION or THREE_DS_AUTHENTICATION event stream.
170
+ # - `CONDITIONAL_ACTION`: AUTHORIZATION, THREE_DS_AUTHENTICATION, TOKENIZATION,
171
+ # ACH_CREDIT_RECEIPT, or ACH_DEBIT_RECEIPT event stream.
170
172
  type:,
171
173
  # Card tokens to which the Auth Rule does not apply.
172
174
  excluded_card_tokens: nil
@@ -234,7 +236,9 @@ module Lithic
234
236
  Lithic::AuthRules::VelocityLimitParams::OrHash,
235
237
  Lithic::AuthRules::MerchantLockParameters::OrHash,
236
238
  Lithic::AuthRules::Conditional3DSActionParameters::OrHash,
237
- Lithic::AuthRules::ConditionalAuthorizationActionParameters::OrHash
239
+ Lithic::AuthRules::ConditionalAuthorizationActionParameters::OrHash,
240
+ Lithic::AuthRules::ConditionalACHActionParameters::OrHash,
241
+ Lithic::AuthRules::ConditionalTokenizationActionParameters::OrHash
238
242
  ),
239
243
  version: Integer
240
244
  ).returns(T.attached_class)
@@ -271,7 +275,9 @@ module Lithic
271
275
  Lithic::AuthRules::VelocityLimitParams,
272
276
  Lithic::AuthRules::MerchantLockParameters,
273
277
  Lithic::AuthRules::Conditional3DSActionParameters,
274
- Lithic::AuthRules::ConditionalAuthorizationActionParameters
278
+ Lithic::AuthRules::ConditionalAuthorizationActionParameters,
279
+ Lithic::AuthRules::ConditionalACHActionParameters,
280
+ Lithic::AuthRules::ConditionalTokenizationActionParameters
275
281
  )
276
282
  end
277
283
 
@@ -317,7 +323,9 @@ module Lithic
317
323
  Lithic::AuthRules::VelocityLimitParams::OrHash,
318
324
  Lithic::AuthRules::MerchantLockParameters::OrHash,
319
325
  Lithic::AuthRules::Conditional3DSActionParameters::OrHash,
320
- Lithic::AuthRules::ConditionalAuthorizationActionParameters::OrHash
326
+ Lithic::AuthRules::ConditionalAuthorizationActionParameters::OrHash,
327
+ Lithic::AuthRules::ConditionalACHActionParameters::OrHash,
328
+ Lithic::AuthRules::ConditionalTokenizationActionParameters::OrHash
321
329
  ),
322
330
  version: Integer
323
331
  ).returns(T.attached_class)
@@ -354,7 +362,9 @@ module Lithic
354
362
  Lithic::AuthRules::VelocityLimitParams,
355
363
  Lithic::AuthRules::MerchantLockParameters,
356
364
  Lithic::AuthRules::Conditional3DSActionParameters,
357
- Lithic::AuthRules::ConditionalAuthorizationActionParameters
365
+ Lithic::AuthRules::ConditionalAuthorizationActionParameters,
366
+ Lithic::AuthRules::ConditionalACHActionParameters,
367
+ Lithic::AuthRules::ConditionalTokenizationActionParameters
358
368
  )
359
369
  end
360
370
 
@@ -393,6 +403,21 @@ module Lithic
393
403
  :THREE_DS_AUTHENTICATION,
394
404
  Lithic::Models::AuthRules::V2ListResponse::EventStream::TaggedSymbol
395
405
  )
406
+ TOKENIZATION =
407
+ T.let(
408
+ :TOKENIZATION,
409
+ Lithic::Models::AuthRules::V2ListResponse::EventStream::TaggedSymbol
410
+ )
411
+ ACH_CREDIT_RECEIPT =
412
+ T.let(
413
+ :ACH_CREDIT_RECEIPT,
414
+ Lithic::Models::AuthRules::V2ListResponse::EventStream::TaggedSymbol
415
+ )
416
+ ACH_DEBIT_RECEIPT =
417
+ T.let(
418
+ :ACH_DEBIT_RECEIPT,
419
+ Lithic::Models::AuthRules::V2ListResponse::EventStream::TaggedSymbol
420
+ )
396
421
 
397
422
  sig do
398
423
  override.returns(
@@ -445,7 +470,8 @@ module Lithic
445
470
  # - `CONDITIONAL_BLOCK`: AUTHORIZATION event stream.
446
471
  # - `VELOCITY_LIMIT`: AUTHORIZATION event stream.
447
472
  # - `MERCHANT_LOCK`: AUTHORIZATION event stream.
448
- # - `CONDITIONAL_ACTION`: AUTHORIZATION or THREE_DS_AUTHENTICATION event stream.
473
+ # - `CONDITIONAL_ACTION`: AUTHORIZATION, THREE_DS_AUTHENTICATION, TOKENIZATION,
474
+ # ACH_CREDIT_RECEIPT, or ACH_DEBIT_RECEIPT event stream.
449
475
  module Type
450
476
  extend Lithic::Internal::Type::Enum
451
477
 
@@ -103,7 +103,8 @@ module Lithic
103
103
  # - `CONDITIONAL_BLOCK`: AUTHORIZATION event stream.
104
104
  # - `VELOCITY_LIMIT`: AUTHORIZATION event stream.
105
105
  # - `MERCHANT_LOCK`: AUTHORIZATION event stream.
106
- # - `CONDITIONAL_ACTION`: AUTHORIZATION or THREE_DS_AUTHENTICATION event stream.
106
+ # - `CONDITIONAL_ACTION`: AUTHORIZATION, THREE_DS_AUTHENTICATION, TOKENIZATION,
107
+ # ACH_CREDIT_RECEIPT, or ACH_DEBIT_RECEIPT event stream.
107
108
  sig do
108
109
  returns(
109
110
  Lithic::Models::AuthRules::V2PromoteResponse::Type::TaggedSymbol
@@ -173,7 +174,8 @@ module Lithic
173
174
  # - `CONDITIONAL_BLOCK`: AUTHORIZATION event stream.
174
175
  # - `VELOCITY_LIMIT`: AUTHORIZATION event stream.
175
176
  # - `MERCHANT_LOCK`: AUTHORIZATION event stream.
176
- # - `CONDITIONAL_ACTION`: AUTHORIZATION or THREE_DS_AUTHENTICATION event stream.
177
+ # - `CONDITIONAL_ACTION`: AUTHORIZATION, THREE_DS_AUTHENTICATION, TOKENIZATION,
178
+ # ACH_CREDIT_RECEIPT, or ACH_DEBIT_RECEIPT event stream.
177
179
  type:,
178
180
  # Card tokens to which the Auth Rule does not apply.
179
181
  excluded_card_tokens: nil
@@ -241,7 +243,9 @@ module Lithic
241
243
  Lithic::AuthRules::VelocityLimitParams::OrHash,
242
244
  Lithic::AuthRules::MerchantLockParameters::OrHash,
243
245
  Lithic::AuthRules::Conditional3DSActionParameters::OrHash,
244
- Lithic::AuthRules::ConditionalAuthorizationActionParameters::OrHash
246
+ Lithic::AuthRules::ConditionalAuthorizationActionParameters::OrHash,
247
+ Lithic::AuthRules::ConditionalACHActionParameters::OrHash,
248
+ Lithic::AuthRules::ConditionalTokenizationActionParameters::OrHash
245
249
  ),
246
250
  version: Integer
247
251
  ).returns(T.attached_class)
@@ -278,7 +282,9 @@ module Lithic
278
282
  Lithic::AuthRules::VelocityLimitParams,
279
283
  Lithic::AuthRules::MerchantLockParameters,
280
284
  Lithic::AuthRules::Conditional3DSActionParameters,
281
- Lithic::AuthRules::ConditionalAuthorizationActionParameters
285
+ Lithic::AuthRules::ConditionalAuthorizationActionParameters,
286
+ Lithic::AuthRules::ConditionalACHActionParameters,
287
+ Lithic::AuthRules::ConditionalTokenizationActionParameters
282
288
  )
283
289
  end
284
290
 
@@ -324,7 +330,9 @@ module Lithic
324
330
  Lithic::AuthRules::VelocityLimitParams::OrHash,
325
331
  Lithic::AuthRules::MerchantLockParameters::OrHash,
326
332
  Lithic::AuthRules::Conditional3DSActionParameters::OrHash,
327
- Lithic::AuthRules::ConditionalAuthorizationActionParameters::OrHash
333
+ Lithic::AuthRules::ConditionalAuthorizationActionParameters::OrHash,
334
+ Lithic::AuthRules::ConditionalACHActionParameters::OrHash,
335
+ Lithic::AuthRules::ConditionalTokenizationActionParameters::OrHash
328
336
  ),
329
337
  version: Integer
330
338
  ).returns(T.attached_class)
@@ -361,7 +369,9 @@ module Lithic
361
369
  Lithic::AuthRules::VelocityLimitParams,
362
370
  Lithic::AuthRules::MerchantLockParameters,
363
371
  Lithic::AuthRules::Conditional3DSActionParameters,
364
- Lithic::AuthRules::ConditionalAuthorizationActionParameters
372
+ Lithic::AuthRules::ConditionalAuthorizationActionParameters,
373
+ Lithic::AuthRules::ConditionalACHActionParameters,
374
+ Lithic::AuthRules::ConditionalTokenizationActionParameters
365
375
  )
366
376
  end
367
377
 
@@ -400,6 +410,21 @@ module Lithic
400
410
  :THREE_DS_AUTHENTICATION,
401
411
  Lithic::Models::AuthRules::V2PromoteResponse::EventStream::TaggedSymbol
402
412
  )
413
+ TOKENIZATION =
414
+ T.let(
415
+ :TOKENIZATION,
416
+ Lithic::Models::AuthRules::V2PromoteResponse::EventStream::TaggedSymbol
417
+ )
418
+ ACH_CREDIT_RECEIPT =
419
+ T.let(
420
+ :ACH_CREDIT_RECEIPT,
421
+ Lithic::Models::AuthRules::V2PromoteResponse::EventStream::TaggedSymbol
422
+ )
423
+ ACH_DEBIT_RECEIPT =
424
+ T.let(
425
+ :ACH_DEBIT_RECEIPT,
426
+ Lithic::Models::AuthRules::V2PromoteResponse::EventStream::TaggedSymbol
427
+ )
403
428
 
404
429
  sig do
405
430
  override.returns(
@@ -452,7 +477,8 @@ module Lithic
452
477
  # - `CONDITIONAL_BLOCK`: AUTHORIZATION event stream.
453
478
  # - `VELOCITY_LIMIT`: AUTHORIZATION event stream.
454
479
  # - `MERCHANT_LOCK`: AUTHORIZATION event stream.
455
- # - `CONDITIONAL_ACTION`: AUTHORIZATION or THREE_DS_AUTHENTICATION event stream.
480
+ # - `CONDITIONAL_ACTION`: AUTHORIZATION, THREE_DS_AUTHENTICATION, TOKENIZATION,
481
+ # ACH_CREDIT_RECEIPT, or ACH_DEBIT_RECEIPT event stream.
456
482
  module Type
457
483
  extend Lithic::Internal::Type::Enum
458
484
 
@@ -103,7 +103,8 @@ module Lithic
103
103
  # - `CONDITIONAL_BLOCK`: AUTHORIZATION event stream.
104
104
  # - `VELOCITY_LIMIT`: AUTHORIZATION event stream.
105
105
  # - `MERCHANT_LOCK`: AUTHORIZATION event stream.
106
- # - `CONDITIONAL_ACTION`: AUTHORIZATION or THREE_DS_AUTHENTICATION event stream.
106
+ # - `CONDITIONAL_ACTION`: AUTHORIZATION, THREE_DS_AUTHENTICATION, TOKENIZATION,
107
+ # ACH_CREDIT_RECEIPT, or ACH_DEBIT_RECEIPT event stream.
107
108
  sig do
108
109
  returns(
109
110
  Lithic::Models::AuthRules::V2RetrieveResponse::Type::TaggedSymbol
@@ -173,7 +174,8 @@ module Lithic
173
174
  # - `CONDITIONAL_BLOCK`: AUTHORIZATION event stream.
174
175
  # - `VELOCITY_LIMIT`: AUTHORIZATION event stream.
175
176
  # - `MERCHANT_LOCK`: AUTHORIZATION event stream.
176
- # - `CONDITIONAL_ACTION`: AUTHORIZATION or THREE_DS_AUTHENTICATION event stream.
177
+ # - `CONDITIONAL_ACTION`: AUTHORIZATION, THREE_DS_AUTHENTICATION, TOKENIZATION,
178
+ # ACH_CREDIT_RECEIPT, or ACH_DEBIT_RECEIPT event stream.
177
179
  type:,
178
180
  # Card tokens to which the Auth Rule does not apply.
179
181
  excluded_card_tokens: nil
@@ -241,7 +243,9 @@ module Lithic
241
243
  Lithic::AuthRules::VelocityLimitParams::OrHash,
242
244
  Lithic::AuthRules::MerchantLockParameters::OrHash,
243
245
  Lithic::AuthRules::Conditional3DSActionParameters::OrHash,
244
- Lithic::AuthRules::ConditionalAuthorizationActionParameters::OrHash
246
+ Lithic::AuthRules::ConditionalAuthorizationActionParameters::OrHash,
247
+ Lithic::AuthRules::ConditionalACHActionParameters::OrHash,
248
+ Lithic::AuthRules::ConditionalTokenizationActionParameters::OrHash
245
249
  ),
246
250
  version: Integer
247
251
  ).returns(T.attached_class)
@@ -278,7 +282,9 @@ module Lithic
278
282
  Lithic::AuthRules::VelocityLimitParams,
279
283
  Lithic::AuthRules::MerchantLockParameters,
280
284
  Lithic::AuthRules::Conditional3DSActionParameters,
281
- Lithic::AuthRules::ConditionalAuthorizationActionParameters
285
+ Lithic::AuthRules::ConditionalAuthorizationActionParameters,
286
+ Lithic::AuthRules::ConditionalACHActionParameters,
287
+ Lithic::AuthRules::ConditionalTokenizationActionParameters
282
288
  )
283
289
  end
284
290
 
@@ -324,7 +330,9 @@ module Lithic
324
330
  Lithic::AuthRules::VelocityLimitParams::OrHash,
325
331
  Lithic::AuthRules::MerchantLockParameters::OrHash,
326
332
  Lithic::AuthRules::Conditional3DSActionParameters::OrHash,
327
- Lithic::AuthRules::ConditionalAuthorizationActionParameters::OrHash
333
+ Lithic::AuthRules::ConditionalAuthorizationActionParameters::OrHash,
334
+ Lithic::AuthRules::ConditionalACHActionParameters::OrHash,
335
+ Lithic::AuthRules::ConditionalTokenizationActionParameters::OrHash
328
336
  ),
329
337
  version: Integer
330
338
  ).returns(T.attached_class)
@@ -361,7 +369,9 @@ module Lithic
361
369
  Lithic::AuthRules::VelocityLimitParams,
362
370
  Lithic::AuthRules::MerchantLockParameters,
363
371
  Lithic::AuthRules::Conditional3DSActionParameters,
364
- Lithic::AuthRules::ConditionalAuthorizationActionParameters
372
+ Lithic::AuthRules::ConditionalAuthorizationActionParameters,
373
+ Lithic::AuthRules::ConditionalACHActionParameters,
374
+ Lithic::AuthRules::ConditionalTokenizationActionParameters
365
375
  )
366
376
  end
367
377
 
@@ -400,6 +410,21 @@ module Lithic
400
410
  :THREE_DS_AUTHENTICATION,
401
411
  Lithic::Models::AuthRules::V2RetrieveResponse::EventStream::TaggedSymbol
402
412
  )
413
+ TOKENIZATION =
414
+ T.let(
415
+ :TOKENIZATION,
416
+ Lithic::Models::AuthRules::V2RetrieveResponse::EventStream::TaggedSymbol
417
+ )
418
+ ACH_CREDIT_RECEIPT =
419
+ T.let(
420
+ :ACH_CREDIT_RECEIPT,
421
+ Lithic::Models::AuthRules::V2RetrieveResponse::EventStream::TaggedSymbol
422
+ )
423
+ ACH_DEBIT_RECEIPT =
424
+ T.let(
425
+ :ACH_DEBIT_RECEIPT,
426
+ Lithic::Models::AuthRules::V2RetrieveResponse::EventStream::TaggedSymbol
427
+ )
403
428
 
404
429
  sig do
405
430
  override.returns(
@@ -455,7 +480,8 @@ module Lithic
455
480
  # - `CONDITIONAL_BLOCK`: AUTHORIZATION event stream.
456
481
  # - `VELOCITY_LIMIT`: AUTHORIZATION event stream.
457
482
  # - `MERCHANT_LOCK`: AUTHORIZATION event stream.
458
- # - `CONDITIONAL_ACTION`: AUTHORIZATION or THREE_DS_AUTHENTICATION event stream.
483
+ # - `CONDITIONAL_ACTION`: AUTHORIZATION, THREE_DS_AUTHENTICATION, TOKENIZATION,
484
+ # ACH_CREDIT_RECEIPT, or ACH_DEBIT_RECEIPT event stream.
459
485
  module Type
460
486
  extend Lithic::Internal::Type::Enum
461
487