lithic 0.1.0.pre.alpha.23 → 0.1.0.pre.alpha.24

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 (335) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +21 -0
  3. data/README.md +2 -2
  4. data/lib/lithic/errors.rb +1 -1
  5. data/lib/lithic/internal/transport/base_client.rb +77 -5
  6. data/lib/lithic/internal/transport/pooled_net_requester.rb +14 -0
  7. data/lib/lithic/internal/type/array_of.rb +1 -1
  8. data/lib/lithic/internal/type/base_model.rb +62 -30
  9. data/lib/lithic/internal/type/converter.rb +18 -0
  10. data/lib/lithic/internal/type/enum.rb +1 -0
  11. data/lib/lithic/internal/type/hash_of.rb +1 -1
  12. data/lib/lithic/internal/type/union.rb +1 -0
  13. data/lib/lithic/internal/util.rb +56 -0
  14. data/lib/lithic/internal.rb +6 -0
  15. data/lib/lithic/models/account_holder_update_response.rb +9 -0
  16. data/lib/lithic/models/auth_rules/auth_rule_condition.rb +4 -0
  17. data/lib/lithic/models/auth_rules/v2_apply_response.rb +20 -0
  18. data/lib/lithic/models/auth_rules/v2_create_params.rb +10 -0
  19. data/lib/lithic/models/auth_rules/v2_create_response.rb +20 -0
  20. data/lib/lithic/models/auth_rules/v2_draft_params.rb +10 -0
  21. data/lib/lithic/models/auth_rules/v2_draft_response.rb +20 -0
  22. data/lib/lithic/models/auth_rules/v2_list_response.rb +20 -0
  23. data/lib/lithic/models/auth_rules/v2_promote_response.rb +20 -0
  24. data/lib/lithic/models/auth_rules/v2_retrieve_response.rb +20 -0
  25. data/lib/lithic/models/auth_rules/v2_update_response.rb +20 -0
  26. data/lib/lithic/models/auth_rules/velocity_limit_params.rb +4 -0
  27. data/lib/lithic/models/card_list_params.rb +9 -1
  28. data/lib/lithic/models/event.rb +1 -0
  29. data/lib/lithic/models/event_list_params.rb +1 -0
  30. data/lib/lithic/models/event_subscription.rb +1 -0
  31. data/lib/lithic/models/events/subscription_create_params.rb +1 -0
  32. data/lib/lithic/models/events/subscription_send_simulated_example_params.rb +1 -0
  33. data/lib/lithic/models/events/subscription_update_params.rb +1 -0
  34. data/lib/lithic/models/financial_accounts/statements/statement_line_items.rb +1 -0
  35. data/lib/lithic/models/three_ds/authentication_retrieve_response.rb +10 -1
  36. data/lib/lithic/models/transaction.rb +65 -9
  37. data/lib/lithic/models.rb +27 -0
  38. data/lib/lithic/request_options.rb +4 -0
  39. data/lib/lithic/resources/cards.rb +3 -1
  40. data/lib/lithic/version.rb +1 -1
  41. data/lib/lithic.rb +2 -0
  42. data/rbi/lithic/internal/transport/base_client.rbi +31 -13
  43. data/rbi/lithic/internal/transport/pooled_net_requester.rbi +5 -5
  44. data/rbi/lithic/internal/type/base_model.rbi +31 -15
  45. data/rbi/lithic/internal/type/base_page.rbi +1 -2
  46. data/rbi/lithic/internal/type/converter.rbi +2 -0
  47. data/rbi/lithic/internal/type/enum.rbi +1 -0
  48. data/rbi/lithic/internal/type/union.rbi +1 -0
  49. data/rbi/lithic/internal/util.rbi +28 -5
  50. data/rbi/lithic/internal.rbi +2 -0
  51. data/rbi/lithic/models/account.rbi +17 -4
  52. data/rbi/lithic/models/account_holder.rbi +41 -7
  53. data/rbi/lithic/models/account_holder_create_params.rbi +39 -6
  54. data/rbi/lithic/models/account_holder_create_response.rbi +7 -1
  55. data/rbi/lithic/models/account_holder_list_documents_params.rbi +7 -1
  56. data/rbi/lithic/models/account_holder_list_documents_response.rbi +7 -1
  57. data/rbi/lithic/models/account_holder_list_params.rbi +4 -1
  58. data/rbi/lithic/models/account_holder_retrieve_document_params.rbi +7 -1
  59. data/rbi/lithic/models/account_holder_retrieve_params.rbi +4 -1
  60. data/rbi/lithic/models/account_holder_simulate_enrollment_document_review_params.rbi +7 -1
  61. data/rbi/lithic/models/account_holder_simulate_enrollment_review_params.rbi +7 -1
  62. data/rbi/lithic/models/account_holder_simulate_enrollment_review_response.rbi +53 -8
  63. data/rbi/lithic/models/account_holder_update_params.rbi +39 -6
  64. data/rbi/lithic/models/account_holder_update_response.rbi +62 -10
  65. data/rbi/lithic/models/account_holder_upload_document_params.rbi +7 -1
  66. data/rbi/lithic/models/account_list_params.rbi +4 -1
  67. data/rbi/lithic/models/account_retrieve_params.rbi +4 -1
  68. data/rbi/lithic/models/account_retrieve_spend_limits_params.rbi +7 -1
  69. data/rbi/lithic/models/account_spend_limits.rbi +25 -4
  70. data/rbi/lithic/models/account_update_params.rbi +11 -2
  71. data/rbi/lithic/models/address.rbi +2 -1
  72. data/rbi/lithic/models/address_update.rbi +2 -1
  73. data/rbi/lithic/models/aggregate_balance.rbi +4 -1
  74. data/rbi/lithic/models/aggregate_balance_list_params.rbi +4 -1
  75. data/rbi/lithic/models/api_status.rbi +2 -1
  76. data/rbi/lithic/models/auth_rules/auth_rule.rbi +4 -1
  77. data/rbi/lithic/models/auth_rules/auth_rule_condition.rbi +7 -1
  78. data/rbi/lithic/models/auth_rules/conditional_block_parameters.rbi +7 -1
  79. data/rbi/lithic/models/auth_rules/v2/backtest_create_params.rbi +6 -1
  80. data/rbi/lithic/models/auth_rules/v2/backtest_create_response.rbi +6 -1
  81. data/rbi/lithic/models/auth_rules/v2/backtest_results.rbi +42 -7
  82. data/rbi/lithic/models/auth_rules/v2/backtest_retrieve_params.rbi +6 -1
  83. data/rbi/lithic/models/auth_rules/v2_apply_params.rbi +4 -1
  84. data/rbi/lithic/models/auth_rules/v2_apply_response.rbi +43 -7
  85. data/rbi/lithic/models/auth_rules/v2_create_params.rbi +16 -3
  86. data/rbi/lithic/models/auth_rules/v2_create_response.rbi +43 -7
  87. data/rbi/lithic/models/auth_rules/v2_delete_params.rbi +4 -1
  88. data/rbi/lithic/models/auth_rules/v2_draft_params.rbi +16 -3
  89. data/rbi/lithic/models/auth_rules/v2_draft_response.rbi +43 -7
  90. data/rbi/lithic/models/auth_rules/v2_list_params.rbi +4 -1
  91. data/rbi/lithic/models/auth_rules/v2_list_response.rbi +43 -7
  92. data/rbi/lithic/models/auth_rules/v2_promote_params.rbi +4 -1
  93. data/rbi/lithic/models/auth_rules/v2_promote_response.rbi +43 -7
  94. data/rbi/lithic/models/auth_rules/v2_report_params.rbi +4 -1
  95. data/rbi/lithic/models/auth_rules/v2_report_response.rbi +7 -1
  96. data/rbi/lithic/models/auth_rules/v2_retrieve_params.rbi +7 -1
  97. data/rbi/lithic/models/auth_rules/v2_retrieve_response.rbi +43 -7
  98. data/rbi/lithic/models/auth_rules/v2_update_params.rbi +4 -1
  99. data/rbi/lithic/models/auth_rules/v2_update_response.rbi +43 -7
  100. data/rbi/lithic/models/auth_rules/velocity_limit_params.rbi +13 -2
  101. data/rbi/lithic/models/auth_stream_enrollment_retrieve_secret_params.rbi +7 -1
  102. data/rbi/lithic/models/auth_stream_enrollment_rotate_secret_params.rbi +7 -1
  103. data/rbi/lithic/models/auth_stream_secret.rbi +4 -1
  104. data/rbi/lithic/models/balance.rbi +2 -1
  105. data/rbi/lithic/models/balance_list_params.rbi +4 -1
  106. data/rbi/lithic/models/book_transfer_create_params.rbi +4 -1
  107. data/rbi/lithic/models/book_transfer_list_params.rbi +4 -1
  108. data/rbi/lithic/models/book_transfer_response.rbi +11 -2
  109. data/rbi/lithic/models/book_transfer_retrieve_params.rbi +4 -1
  110. data/rbi/lithic/models/book_transfer_reverse_params.rbi +4 -1
  111. data/rbi/lithic/models/card.rbi +1 -1
  112. data/rbi/lithic/models/card_convert_physical_params.rbi +4 -1
  113. data/rbi/lithic/models/card_create_params.rbi +4 -1
  114. data/rbi/lithic/models/card_embed_params.rbi +4 -1
  115. data/rbi/lithic/models/card_list_params.rbi +15 -1
  116. data/rbi/lithic/models/card_program.rbi +2 -1
  117. data/rbi/lithic/models/card_program_list_params.rbi +4 -1
  118. data/rbi/lithic/models/card_program_retrieve_params.rbi +4 -1
  119. data/rbi/lithic/models/card_provision_params.rbi +4 -1
  120. data/rbi/lithic/models/card_provision_response.rbi +7 -1
  121. data/rbi/lithic/models/card_reissue_params.rbi +4 -1
  122. data/rbi/lithic/models/card_renew_params.rbi +4 -1
  123. data/rbi/lithic/models/card_retrieve_params.rbi +4 -1
  124. data/rbi/lithic/models/card_retrieve_spend_limits_params.rbi +7 -1
  125. data/rbi/lithic/models/card_search_by_pan_params.rbi +4 -1
  126. data/rbi/lithic/models/card_spend_limits.rbi +25 -4
  127. data/rbi/lithic/models/card_update_params.rbi +4 -1
  128. data/rbi/lithic/models/cards/aggregate_balance_list_params.rbi +7 -1
  129. data/rbi/lithic/models/cards/aggregate_balance_list_response.rbi +7 -1
  130. data/rbi/lithic/models/cards/balance_list_params.rbi +4 -1
  131. data/rbi/lithic/models/cards/balance_list_response.rbi +7 -1
  132. data/rbi/lithic/models/cards/financial_transaction_list_params.rbi +7 -1
  133. data/rbi/lithic/models/cards/financial_transaction_retrieve_params.rbi +7 -1
  134. data/rbi/lithic/models/carrier.rbi +2 -1
  135. data/rbi/lithic/models/client_api_status_params.rbi +4 -1
  136. data/rbi/lithic/models/credit_products/extended_credit.rbi +7 -1
  137. data/rbi/lithic/models/credit_products/extended_credit_retrieve_params.rbi +7 -1
  138. data/rbi/lithic/models/credit_products/prime_rate_create_params.rbi +7 -1
  139. data/rbi/lithic/models/credit_products/prime_rate_retrieve_params.rbi +7 -1
  140. data/rbi/lithic/models/credit_products/prime_rate_retrieve_response.rbi +13 -2
  141. data/rbi/lithic/models/digital_card_art.rbi +4 -1
  142. data/rbi/lithic/models/digital_card_art_list_params.rbi +4 -1
  143. data/rbi/lithic/models/digital_card_art_retrieve_params.rbi +4 -1
  144. data/rbi/lithic/models/dispute.rbi +2 -1
  145. data/rbi/lithic/models/dispute_create_params.rbi +4 -1
  146. data/rbi/lithic/models/dispute_delete_evidence_params.rbi +4 -1
  147. data/rbi/lithic/models/dispute_delete_params.rbi +4 -1
  148. data/rbi/lithic/models/dispute_evidence.rbi +4 -1
  149. data/rbi/lithic/models/dispute_initiate_evidence_upload_params.rbi +7 -1
  150. data/rbi/lithic/models/dispute_list_evidences_params.rbi +4 -1
  151. data/rbi/lithic/models/dispute_list_params.rbi +4 -1
  152. data/rbi/lithic/models/dispute_retrieve_evidence_params.rbi +7 -1
  153. data/rbi/lithic/models/dispute_retrieve_params.rbi +4 -1
  154. data/rbi/lithic/models/dispute_update_params.rbi +4 -1
  155. data/rbi/lithic/models/document.rbi +9 -2
  156. data/rbi/lithic/models/event.rbi +6 -1
  157. data/rbi/lithic/models/event_list_attempts_params.rbi +4 -1
  158. data/rbi/lithic/models/event_list_params.rbi +9 -1
  159. data/rbi/lithic/models/event_retrieve_params.rbi +4 -1
  160. data/rbi/lithic/models/event_subscription.rbi +9 -1
  161. data/rbi/lithic/models/events/event_subscription_resend_params.rbi +7 -1
  162. data/rbi/lithic/models/events/subscription_create_params.rbi +12 -1
  163. data/rbi/lithic/models/events/subscription_delete_params.rbi +7 -1
  164. data/rbi/lithic/models/events/subscription_list_attempts_params.rbi +7 -1
  165. data/rbi/lithic/models/events/subscription_list_params.rbi +7 -1
  166. data/rbi/lithic/models/events/subscription_recover_params.rbi +7 -1
  167. data/rbi/lithic/models/events/subscription_replay_missing_params.rbi +7 -1
  168. data/rbi/lithic/models/events/subscription_retrieve_params.rbi +7 -1
  169. data/rbi/lithic/models/events/subscription_retrieve_secret_params.rbi +7 -1
  170. data/rbi/lithic/models/events/subscription_retrieve_secret_response.rbi +7 -1
  171. data/rbi/lithic/models/events/subscription_rotate_secret_params.rbi +7 -1
  172. data/rbi/lithic/models/events/subscription_send_simulated_example_params.rbi +12 -1
  173. data/rbi/lithic/models/events/subscription_update_params.rbi +12 -1
  174. data/rbi/lithic/models/external_bank_account_address.rbi +4 -1
  175. data/rbi/lithic/models/external_bank_account_create_params.rbi +7 -1
  176. data/rbi/lithic/models/external_bank_account_create_response.rbi +7 -1
  177. data/rbi/lithic/models/external_bank_account_list_params.rbi +7 -1
  178. data/rbi/lithic/models/external_bank_account_list_response.rbi +7 -1
  179. data/rbi/lithic/models/external_bank_account_retrieve_params.rbi +7 -1
  180. data/rbi/lithic/models/external_bank_account_retrieve_response.rbi +7 -1
  181. data/rbi/lithic/models/external_bank_account_retry_micro_deposits_params.rbi +7 -1
  182. data/rbi/lithic/models/external_bank_account_retry_micro_deposits_response.rbi +7 -1
  183. data/rbi/lithic/models/external_bank_account_retry_prenote_params.rbi +7 -1
  184. data/rbi/lithic/models/external_bank_account_retry_prenote_response.rbi +7 -1
  185. data/rbi/lithic/models/external_bank_account_update_params.rbi +7 -1
  186. data/rbi/lithic/models/external_bank_account_update_response.rbi +7 -1
  187. data/rbi/lithic/models/external_bank_accounts/micro_deposit_create_params.rbi +7 -1
  188. data/rbi/lithic/models/external_bank_accounts/micro_deposit_create_response.rbi +7 -1
  189. data/rbi/lithic/models/external_payment.rbi +8 -2
  190. data/rbi/lithic/models/external_payment_cancel_params.rbi +4 -1
  191. data/rbi/lithic/models/external_payment_create_params.rbi +4 -1
  192. data/rbi/lithic/models/external_payment_list_params.rbi +4 -1
  193. data/rbi/lithic/models/external_payment_release_params.rbi +4 -1
  194. data/rbi/lithic/models/external_payment_retrieve_params.rbi +7 -1
  195. data/rbi/lithic/models/external_payment_reverse_params.rbi +4 -1
  196. data/rbi/lithic/models/external_payment_settle_params.rbi +4 -1
  197. data/rbi/lithic/models/financial_account.rbi +11 -2
  198. data/rbi/lithic/models/financial_account_create_params.rbi +4 -1
  199. data/rbi/lithic/models/financial_account_list_params.rbi +4 -1
  200. data/rbi/lithic/models/financial_account_retrieve_params.rbi +7 -1
  201. data/rbi/lithic/models/financial_account_update_params.rbi +4 -1
  202. data/rbi/lithic/models/financial_account_update_status_params.rbi +7 -1
  203. data/rbi/lithic/models/financial_accounts/balance_list_params.rbi +7 -1
  204. data/rbi/lithic/models/financial_accounts/balance_list_response.rbi +7 -1
  205. data/rbi/lithic/models/financial_accounts/credit_configuration_retrieve_params.rbi +7 -1
  206. data/rbi/lithic/models/financial_accounts/credit_configuration_update_params.rbi +7 -1
  207. data/rbi/lithic/models/financial_accounts/financial_account_credit_config.rbi +7 -1
  208. data/rbi/lithic/models/financial_accounts/financial_transaction_list_params.rbi +7 -1
  209. data/rbi/lithic/models/financial_accounts/financial_transaction_retrieve_params.rbi +7 -1
  210. data/rbi/lithic/models/financial_accounts/loan_tape.rbi +109 -18
  211. data/rbi/lithic/models/financial_accounts/loan_tape_list_params.rbi +7 -1
  212. data/rbi/lithic/models/financial_accounts/loan_tape_retrieve_params.rbi +7 -1
  213. data/rbi/lithic/models/financial_accounts/statement.rbi +61 -10
  214. data/rbi/lithic/models/financial_accounts/statement_list_params.rbi +7 -1
  215. data/rbi/lithic/models/financial_accounts/statement_retrieve_params.rbi +7 -1
  216. data/rbi/lithic/models/financial_accounts/statements/line_item_list_params.rbi +6 -1
  217. data/rbi/lithic/models/financial_accounts/statements/statement_line_items.rbi +17 -2
  218. data/rbi/lithic/models/financial_accounts/statements.rbi +7 -1
  219. data/rbi/lithic/models/financial_transaction.rbi +11 -2
  220. data/rbi/lithic/models/kyb.rbi +20 -5
  221. data/rbi/lithic/models/kyb_business_entity.rbi +8 -2
  222. data/rbi/lithic/models/kyc.rbi +5 -2
  223. data/rbi/lithic/models/kyc_exempt.rbi +2 -1
  224. data/rbi/lithic/models/management_operation_create_params.rbi +7 -1
  225. data/rbi/lithic/models/management_operation_list_params.rbi +7 -1
  226. data/rbi/lithic/models/management_operation_retrieve_params.rbi +7 -1
  227. data/rbi/lithic/models/management_operation_reverse_params.rbi +7 -1
  228. data/rbi/lithic/models/management_operation_transaction.rbi +21 -3
  229. data/rbi/lithic/models/message_attempt.rbi +4 -1
  230. data/rbi/lithic/models/non_pci_card.rbi +6 -2
  231. data/rbi/lithic/models/payment.rbi +10 -3
  232. data/rbi/lithic/models/payment_create_params.rbi +11 -2
  233. data/rbi/lithic/models/payment_create_response.rbi +7 -1
  234. data/rbi/lithic/models/payment_list_params.rbi +4 -1
  235. data/rbi/lithic/models/payment_retrieve_params.rbi +4 -1
  236. data/rbi/lithic/models/payment_retry_params.rbi +4 -1
  237. data/rbi/lithic/models/payment_retry_response.rbi +4 -1
  238. data/rbi/lithic/models/payment_simulate_action_params.rbi +4 -1
  239. data/rbi/lithic/models/payment_simulate_action_response.rbi +7 -1
  240. data/rbi/lithic/models/payment_simulate_receipt_params.rbi +4 -1
  241. data/rbi/lithic/models/payment_simulate_receipt_response.rbi +7 -1
  242. data/rbi/lithic/models/payment_simulate_release_params.rbi +4 -1
  243. data/rbi/lithic/models/payment_simulate_release_response.rbi +7 -1
  244. data/rbi/lithic/models/payment_simulate_return_params.rbi +4 -1
  245. data/rbi/lithic/models/payment_simulate_return_response.rbi +7 -1
  246. data/rbi/lithic/models/reports/settlement/network_total_list_params.rbi +6 -1
  247. data/rbi/lithic/models/reports/settlement/network_total_list_response.rbi +12 -2
  248. data/rbi/lithic/models/reports/settlement/network_total_retrieve_params.rbi +6 -1
  249. data/rbi/lithic/models/reports/settlement/network_total_retrieve_response.rbi +12 -2
  250. data/rbi/lithic/models/reports/settlement_list_details_params.rbi +7 -1
  251. data/rbi/lithic/models/reports/settlement_summary_params.rbi +7 -1
  252. data/rbi/lithic/models/required_document.rbi +4 -1
  253. data/rbi/lithic/models/responder_endpoint_check_status_params.rbi +7 -1
  254. data/rbi/lithic/models/responder_endpoint_create_params.rbi +7 -1
  255. data/rbi/lithic/models/responder_endpoint_create_response.rbi +7 -1
  256. data/rbi/lithic/models/responder_endpoint_delete_params.rbi +7 -1
  257. data/rbi/lithic/models/responder_endpoint_status.rbi +4 -1
  258. data/rbi/lithic/models/settlement_detail.rbi +11 -2
  259. data/rbi/lithic/models/settlement_report.rbi +4 -1
  260. data/rbi/lithic/models/settlement_summary_details.rbi +4 -1
  261. data/rbi/lithic/models/shipping_address.rbi +4 -1
  262. data/rbi/lithic/models/three_ds/authentication_retrieve_params.rbi +7 -1
  263. data/rbi/lithic/models/three_ds/authentication_retrieve_response.rbi +77 -11
  264. data/rbi/lithic/models/three_ds/authentication_simulate_otp_entry_params.rbi +7 -1
  265. data/rbi/lithic/models/three_ds/authentication_simulate_params.rbi +19 -3
  266. data/rbi/lithic/models/three_ds/authentication_simulate_response.rbi +7 -1
  267. data/rbi/lithic/models/three_ds/challenge_response.rbi +4 -1
  268. data/rbi/lithic/models/three_ds/decisioning_challenge_response_params.rbi +7 -1
  269. data/rbi/lithic/models/three_ds/decisioning_retrieve_secret_params.rbi +7 -1
  270. data/rbi/lithic/models/three_ds/decisioning_retrieve_secret_response.rbi +7 -1
  271. data/rbi/lithic/models/three_ds/decisioning_rotate_secret_params.rbi +7 -1
  272. data/rbi/lithic/models/tokenization.rbi +6 -2
  273. data/rbi/lithic/models/tokenization_activate_params.rbi +4 -1
  274. data/rbi/lithic/models/tokenization_deactivate_params.rbi +4 -1
  275. data/rbi/lithic/models/tokenization_decisioning_retrieve_secret_params.rbi +7 -1
  276. data/rbi/lithic/models/tokenization_decisioning_rotate_secret_params.rbi +7 -1
  277. data/rbi/lithic/models/tokenization_decisioning_rotate_secret_response.rbi +7 -1
  278. data/rbi/lithic/models/tokenization_list_params.rbi +4 -1
  279. data/rbi/lithic/models/tokenization_pause_params.rbi +4 -1
  280. data/rbi/lithic/models/tokenization_resend_activation_code_params.rbi +7 -1
  281. data/rbi/lithic/models/tokenization_retrieve_params.rbi +4 -1
  282. data/rbi/lithic/models/tokenization_retrieve_response.rbi +7 -1
  283. data/rbi/lithic/models/tokenization_secret.rbi +4 -1
  284. data/rbi/lithic/models/tokenization_simulate_params.rbi +4 -1
  285. data/rbi/lithic/models/tokenization_simulate_response.rbi +7 -1
  286. data/rbi/lithic/models/tokenization_unpause_params.rbi +4 -1
  287. data/rbi/lithic/models/tokenization_update_digital_card_art_params.rbi +7 -1
  288. data/rbi/lithic/models/tokenization_update_digital_card_art_response.rbi +7 -1
  289. data/rbi/lithic/models/transaction.rbi +293 -40
  290. data/rbi/lithic/models/transaction_expire_authorization_params.rbi +7 -1
  291. data/rbi/lithic/models/transaction_list_params.rbi +4 -1
  292. data/rbi/lithic/models/transaction_retrieve_params.rbi +4 -1
  293. data/rbi/lithic/models/transaction_simulate_authorization_advice_params.rbi +7 -1
  294. data/rbi/lithic/models/transaction_simulate_authorization_advice_response.rbi +7 -1
  295. data/rbi/lithic/models/transaction_simulate_authorization_params.rbi +7 -1
  296. data/rbi/lithic/models/transaction_simulate_authorization_response.rbi +7 -1
  297. data/rbi/lithic/models/transaction_simulate_clearing_params.rbi +7 -1
  298. data/rbi/lithic/models/transaction_simulate_clearing_response.rbi +7 -1
  299. data/rbi/lithic/models/transaction_simulate_credit_authorization_params.rbi +7 -1
  300. data/rbi/lithic/models/transaction_simulate_credit_authorization_response.rbi +7 -1
  301. data/rbi/lithic/models/transaction_simulate_return_params.rbi +7 -1
  302. data/rbi/lithic/models/transaction_simulate_return_response.rbi +7 -1
  303. data/rbi/lithic/models/transaction_simulate_return_reversal_params.rbi +7 -1
  304. data/rbi/lithic/models/transaction_simulate_return_reversal_response.rbi +7 -1
  305. data/rbi/lithic/models/transaction_simulate_void_params.rbi +7 -1
  306. data/rbi/lithic/models/transaction_simulate_void_response.rbi +7 -1
  307. data/rbi/lithic/models/transactions/enhanced_commercial_data_retrieve_params.rbi +7 -1
  308. data/rbi/lithic/models/transactions/enhanced_commercial_data_retrieve_response.rbi +7 -1
  309. data/rbi/lithic/models/transactions/events/enhanced_commercial_data_retrieve_params.rbi +6 -1
  310. data/rbi/lithic/models/transactions/events/enhanced_data.rbi +42 -7
  311. data/rbi/lithic/models/transfer.rbi +6 -2
  312. data/rbi/lithic/models/transfer_create_params.rbi +4 -1
  313. data/rbi/lithic/request_options.rbi +2 -1
  314. data/rbi/lithic/resources/cards.rbi +3 -0
  315. data/sig/lithic/internal/transport/base_client.rbs +16 -1
  316. data/sig/lithic/internal/transport/pooled_net_requester.rbs +2 -0
  317. data/sig/lithic/internal/type/base_model.rbs +11 -5
  318. data/sig/lithic/internal/type/base_page.rbs +1 -1
  319. data/sig/lithic/internal/type/converter.rbs +2 -0
  320. data/sig/lithic/internal/type/enum.rbs +1 -0
  321. data/sig/lithic/internal/type/union.rbs +1 -0
  322. data/sig/lithic/internal/util.rbs +13 -0
  323. data/sig/lithic/internal.rbs +2 -0
  324. data/sig/lithic/models/card_list_params.rbs +6 -0
  325. data/sig/lithic/models/event.rbs +2 -0
  326. data/sig/lithic/models/event_list_params.rbs +2 -0
  327. data/sig/lithic/models/event_subscription.rbs +2 -0
  328. data/sig/lithic/models/events/subscription_create_params.rbs +2 -0
  329. data/sig/lithic/models/events/subscription_send_simulated_example_params.rbs +2 -0
  330. data/sig/lithic/models/events/subscription_update_params.rbs +2 -0
  331. data/sig/lithic/models/financial_accounts/statements/statement_line_items.rbs +2 -0
  332. data/sig/lithic/models/three_ds/authentication_retrieve_response.rbs +4 -0
  333. data/sig/lithic/models/transaction.rbs +43 -3
  334. data/sig/lithic/resources/cards.rbs +1 -0
  335. metadata +2 -2
@@ -6,7 +6,12 @@ module Lithic
6
6
  module Settlement
7
7
  class NetworkTotalRetrieveResponse < Lithic::Internal::Type::BaseModel
8
8
  OrHash =
9
- T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
9
+ T.type_alias do
10
+ T.any(
11
+ Lithic::Models::Reports::Settlement::NetworkTotalRetrieveResponse,
12
+ Lithic::Internal::AnyHash
13
+ )
14
+ end
10
15
 
11
16
  # Globally unique identifier.
12
17
  sig { returns(String) }
@@ -146,7 +151,12 @@ module Lithic
146
151
 
147
152
  class Amounts < Lithic::Internal::Type::BaseModel
148
153
  OrHash =
149
- T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
154
+ T.type_alias do
155
+ T.any(
156
+ Lithic::Models::Reports::Settlement::NetworkTotalRetrieveResponse::Amounts,
157
+ Lithic::Internal::AnyHash
158
+ )
159
+ end
150
160
 
151
161
  # Total settlement amount excluding interchange, in currency's smallest unit.
152
162
  sig { returns(Integer) }
@@ -7,7 +7,13 @@ module Lithic
7
7
  extend Lithic::Internal::Type::RequestParameters::Converter
8
8
  include Lithic::Internal::Type::RequestParameters
9
9
 
10
- OrHash = T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
10
+ OrHash =
11
+ T.type_alias do
12
+ T.any(
13
+ Lithic::Reports::SettlementListDetailsParams,
14
+ Lithic::Internal::AnyHash
15
+ )
16
+ end
11
17
 
12
18
  # A cursor representing an item's token before which a page of results should end.
13
19
  # Used to retrieve the previous page of results before this item.
@@ -7,7 +7,13 @@ module Lithic
7
7
  extend Lithic::Internal::Type::RequestParameters::Converter
8
8
  include Lithic::Internal::Type::RequestParameters
9
9
 
10
- OrHash = T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
10
+ OrHash =
11
+ T.type_alias do
12
+ T.any(
13
+ Lithic::Reports::SettlementSummaryParams,
14
+ Lithic::Internal::AnyHash
15
+ )
16
+ end
11
17
 
12
18
  sig do
13
19
  params(request_options: Lithic::RequestOptions::OrHash).returns(
@@ -3,7 +3,10 @@
3
3
  module Lithic
4
4
  module Models
5
5
  class RequiredDocument < Lithic::Internal::Type::BaseModel
6
- OrHash = T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
6
+ OrHash =
7
+ T.type_alias do
8
+ T.any(Lithic::RequiredDocument, Lithic::Internal::AnyHash)
9
+ end
7
10
 
8
11
  # Globally unique identifier for an entity.
9
12
  sig { returns(String) }
@@ -6,7 +6,13 @@ module Lithic
6
6
  extend Lithic::Internal::Type::RequestParameters::Converter
7
7
  include Lithic::Internal::Type::RequestParameters
8
8
 
9
- OrHash = T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
9
+ OrHash =
10
+ T.type_alias do
11
+ T.any(
12
+ Lithic::ResponderEndpointCheckStatusParams,
13
+ Lithic::Internal::AnyHash
14
+ )
15
+ end
10
16
 
11
17
  # The type of the endpoint.
12
18
  sig do
@@ -6,7 +6,13 @@ module Lithic
6
6
  extend Lithic::Internal::Type::RequestParameters::Converter
7
7
  include Lithic::Internal::Type::RequestParameters
8
8
 
9
- OrHash = T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
9
+ OrHash =
10
+ T.type_alias do
11
+ T.any(
12
+ Lithic::ResponderEndpointCreateParams,
13
+ Lithic::Internal::AnyHash
14
+ )
15
+ end
10
16
 
11
17
  # The type of the endpoint.
12
18
  sig do
@@ -3,7 +3,13 @@
3
3
  module Lithic
4
4
  module Models
5
5
  class ResponderEndpointCreateResponse < Lithic::Internal::Type::BaseModel
6
- OrHash = T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
6
+ OrHash =
7
+ T.type_alias do
8
+ T.any(
9
+ Lithic::Models::ResponderEndpointCreateResponse,
10
+ Lithic::Internal::AnyHash
11
+ )
12
+ end
7
13
 
8
14
  # True if the endpoint was enrolled successfully.
9
15
  sig { returns(T.nilable(T::Boolean)) }
@@ -6,7 +6,13 @@ module Lithic
6
6
  extend Lithic::Internal::Type::RequestParameters::Converter
7
7
  include Lithic::Internal::Type::RequestParameters
8
8
 
9
- OrHash = T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
9
+ OrHash =
10
+ T.type_alias do
11
+ T.any(
12
+ Lithic::ResponderEndpointDeleteParams,
13
+ Lithic::Internal::AnyHash
14
+ )
15
+ end
10
16
 
11
17
  # The type of the endpoint.
12
18
  sig { returns(Lithic::ResponderEndpointDeleteParams::Type::OrSymbol) }
@@ -3,7 +3,10 @@
3
3
  module Lithic
4
4
  module Models
5
5
  class ResponderEndpointStatus < Lithic::Internal::Type::BaseModel
6
- OrHash = T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
6
+ OrHash =
7
+ T.type_alias do
8
+ T.any(Lithic::ResponderEndpointStatus, Lithic::Internal::AnyHash)
9
+ end
7
10
 
8
11
  # True if the instance has an endpoint enrolled.
9
12
  sig { returns(T.nilable(T::Boolean)) }
@@ -3,7 +3,10 @@
3
3
  module Lithic
4
4
  module Models
5
5
  class SettlementDetail < Lithic::Internal::Type::BaseModel
6
- OrHash = T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
6
+ OrHash =
7
+ T.type_alias do
8
+ T.any(Lithic::SettlementDetail, Lithic::Internal::AnyHash)
9
+ end
7
10
 
8
11
  # Globally unique identifier denoting the Settlement Detail.
9
12
  sig { returns(String) }
@@ -239,7 +242,13 @@ module Lithic
239
242
  end
240
243
 
241
244
  class OtherFeesDetails < Lithic::Internal::Type::BaseModel
242
- OrHash = T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
245
+ OrHash =
246
+ T.type_alias do
247
+ T.any(
248
+ Lithic::SettlementDetail::OtherFeesDetails,
249
+ Lithic::Internal::AnyHash
250
+ )
251
+ end
243
252
 
244
253
  sig { returns(T.nilable(Integer)) }
245
254
  attr_reader :isa
@@ -3,7 +3,10 @@
3
3
  module Lithic
4
4
  module Models
5
5
  class SettlementReport < Lithic::Internal::Type::BaseModel
6
- OrHash = T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
6
+ OrHash =
7
+ T.type_alias do
8
+ T.any(Lithic::SettlementReport, Lithic::Internal::AnyHash)
9
+ end
7
10
 
8
11
  # Date and time when the transaction first occurred. UTC time zone.
9
12
  sig { returns(Time) }
@@ -3,7 +3,10 @@
3
3
  module Lithic
4
4
  module Models
5
5
  class SettlementSummaryDetails < Lithic::Internal::Type::BaseModel
6
- OrHash = T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
6
+ OrHash =
7
+ T.type_alias do
8
+ T.any(Lithic::SettlementSummaryDetails, Lithic::Internal::AnyHash)
9
+ end
7
10
 
8
11
  # 3-character alphabetic ISO 4217 code.
9
12
  sig { returns(T.nilable(String)) }
@@ -3,7 +3,10 @@
3
3
  module Lithic
4
4
  module Models
5
5
  class ShippingAddress < Lithic::Internal::Type::BaseModel
6
- OrHash = T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
6
+ OrHash =
7
+ T.type_alias do
8
+ T.any(Lithic::ShippingAddress, Lithic::Internal::AnyHash)
9
+ end
7
10
 
8
11
  # Valid USPS routable address.
9
12
  sig { returns(String) }
@@ -7,7 +7,13 @@ module Lithic
7
7
  extend Lithic::Internal::Type::RequestParameters::Converter
8
8
  include Lithic::Internal::Type::RequestParameters
9
9
 
10
- OrHash = T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
10
+ OrHash =
11
+ T.type_alias do
12
+ T.any(
13
+ Lithic::ThreeDS::AuthenticationRetrieveParams,
14
+ Lithic::Internal::AnyHash
15
+ )
16
+ end
11
17
 
12
18
  sig do
13
19
  params(request_options: Lithic::RequestOptions::OrHash).returns(
@@ -4,7 +4,13 @@ module Lithic
4
4
  module Models
5
5
  module ThreeDS
6
6
  class AuthenticationRetrieveResponse < Lithic::Internal::Type::BaseModel
7
- OrHash = T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
7
+ OrHash =
8
+ T.type_alias do
9
+ T.any(
10
+ Lithic::Models::ThreeDS::AuthenticationRetrieveResponse,
11
+ Lithic::Internal::AnyHash
12
+ )
13
+ end
8
14
 
9
15
  # Globally unique identifier for the 3DS authentication.
10
16
  sig { returns(String) }
@@ -579,7 +585,12 @@ module Lithic
579
585
 
580
586
  class Cardholder < Lithic::Internal::Type::BaseModel
581
587
  OrHash =
582
- T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
588
+ T.type_alias do
589
+ T.any(
590
+ Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Cardholder,
591
+ Lithic::Internal::AnyHash
592
+ )
593
+ end
583
594
 
584
595
  # Indicates whether the shipping address and billing address provided by the
585
596
  # cardholder are the same. This value - and assessment of whether the addresses
@@ -711,7 +722,12 @@ module Lithic
711
722
 
712
723
  class BillingAddress < Lithic::Internal::Type::BaseModel
713
724
  OrHash =
714
- T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
725
+ T.type_alias do
726
+ T.any(
727
+ Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Cardholder::BillingAddress,
728
+ Lithic::Internal::AnyHash
729
+ )
730
+ end
715
731
 
716
732
  # First line of the street address provided by the cardholder.
717
733
  sig { returns(T.nilable(String)) }
@@ -784,7 +800,12 @@ module Lithic
784
800
 
785
801
  class ShippingAddress < Lithic::Internal::Type::BaseModel
786
802
  OrHash =
787
- T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
803
+ T.type_alias do
804
+ T.any(
805
+ Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Cardholder::ShippingAddress,
806
+ Lithic::Internal::AnyHash
807
+ )
808
+ end
788
809
 
789
810
  # First line of the street address provided by the cardholder.
790
811
  sig { returns(T.nilable(String)) }
@@ -898,7 +919,12 @@ module Lithic
898
919
 
899
920
  class Merchant < Lithic::Internal::Type::BaseModel
900
921
  OrHash =
901
- T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
922
+ T.type_alias do
923
+ T.any(
924
+ Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant,
925
+ Lithic::Internal::AnyHash
926
+ )
927
+ end
902
928
 
903
929
  # Merchant identifier as assigned by the acquirer. Maps to EMV 3DS field
904
930
  # acquirerMerchantId.
@@ -983,7 +1009,12 @@ module Lithic
983
1009
 
984
1010
  class RiskIndicator < Lithic::Internal::Type::BaseModel
985
1011
  OrHash =
986
- T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
1012
+ T.type_alias do
1013
+ T.any(
1014
+ Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant::RiskIndicator,
1015
+ Lithic::Internal::AnyHash
1016
+ )
1017
+ end
987
1018
 
988
1019
  # In transactions with electronic delivery, email address to which merchandise is
989
1020
  # delivered. Maps to EMV 3DS field deliveryEmailAddress.
@@ -1449,7 +1480,12 @@ module Lithic
1449
1480
 
1450
1481
  class AdditionalData < Lithic::Internal::Type::BaseModel
1451
1482
  OrHash =
1452
- T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
1483
+ T.type_alias do
1484
+ T.any(
1485
+ Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AdditionalData,
1486
+ Lithic::Internal::AnyHash
1487
+ )
1488
+ end
1453
1489
 
1454
1490
  # Mastercard only: Indicates whether the network would have considered the
1455
1491
  # authentication request to be low risk or not.
@@ -1542,7 +1578,12 @@ module Lithic
1542
1578
 
1543
1579
  class App < Lithic::Internal::Type::BaseModel
1544
1580
  OrHash =
1545
- T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
1581
+ T.type_alias do
1582
+ T.any(
1583
+ Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::App,
1584
+ Lithic::Internal::AnyHash
1585
+ )
1586
+ end
1546
1587
 
1547
1588
  # Device information gathered from the cardholder's device - JSON name/value pairs
1548
1589
  # that is Base64url encoded. Maps to EMV 3DS field deviceInfo.
@@ -1660,7 +1701,12 @@ module Lithic
1660
1701
 
1661
1702
  class Browser < Lithic::Internal::Type::BaseModel
1662
1703
  OrHash =
1663
- T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
1704
+ T.type_alias do
1705
+ T.any(
1706
+ Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Browser,
1707
+ Lithic::Internal::AnyHash
1708
+ )
1709
+ end
1664
1710
 
1665
1711
  # IP address of the browser as returned by the HTTP headers to the 3DS requestor
1666
1712
  # (e.g., merchant or digital wallet). Maps to EMV 3DS field browserIP.
@@ -1744,7 +1790,12 @@ module Lithic
1744
1790
 
1745
1791
  class ChallengeMetadata < Lithic::Internal::Type::BaseModel
1746
1792
  OrHash =
1747
- T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
1793
+ T.type_alias do
1794
+ T.any(
1795
+ Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::ChallengeMetadata,
1796
+ Lithic::Internal::AnyHash
1797
+ )
1798
+ end
1748
1799
 
1749
1800
  # The type of challenge method used for authentication.
1750
1801
  sig do
@@ -2023,13 +2074,23 @@ module Lithic
2023
2074
 
2024
2075
  class Transaction < Lithic::Internal::Type::BaseModel
2025
2076
  OrHash =
2026
- T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
2077
+ T.type_alias do
2078
+ T.any(
2079
+ Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Transaction,
2080
+ Lithic::Internal::AnyHash
2081
+ )
2082
+ end
2027
2083
 
2028
2084
  # Amount of the purchase in minor units of currency with all punctuation removed.
2029
2085
  # Maps to EMV 3DS field purchaseAmount.
2030
2086
  sig { returns(Float) }
2031
2087
  attr_accessor :amount
2032
2088
 
2089
+ # Approximate amount of the purchase in minor units of cardholder currency.
2090
+ # Derived from `amount` using a daily conversion rate.
2091
+ sig { returns(T.nilable(Float)) }
2092
+ attr_accessor :cardholder_amount
2093
+
2033
2094
  # Currency of the purchase. Maps to EMV 3DS field purchaseCurrency.
2034
2095
  sig { returns(String) }
2035
2096
  attr_accessor :currency
@@ -2060,6 +2121,7 @@ module Lithic
2060
2121
  sig do
2061
2122
  params(
2062
2123
  amount: Float,
2124
+ cardholder_amount: T.nilable(Float),
2063
2125
  currency: String,
2064
2126
  currency_exponent: Float,
2065
2127
  date_time: Time,
@@ -2073,6 +2135,9 @@ module Lithic
2073
2135
  # Amount of the purchase in minor units of currency with all punctuation removed.
2074
2136
  # Maps to EMV 3DS field purchaseAmount.
2075
2137
  amount:,
2138
+ # Approximate amount of the purchase in minor units of cardholder currency.
2139
+ # Derived from `amount` using a daily conversion rate.
2140
+ cardholder_amount:,
2076
2141
  # Currency of the purchase. Maps to EMV 3DS field purchaseCurrency.
2077
2142
  currency:,
2078
2143
  # Minor units of currency, as specified in ISO 4217 currency exponent. Maps to EMV
@@ -2091,6 +2156,7 @@ module Lithic
2091
2156
  override.returns(
2092
2157
  {
2093
2158
  amount: Float,
2159
+ cardholder_amount: T.nilable(Float),
2094
2160
  currency: String,
2095
2161
  currency_exponent: Float,
2096
2162
  date_time: Time,
@@ -7,7 +7,13 @@ module Lithic
7
7
  extend Lithic::Internal::Type::RequestParameters::Converter
8
8
  include Lithic::Internal::Type::RequestParameters
9
9
 
10
- OrHash = T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
10
+ OrHash =
11
+ T.type_alias do
12
+ T.any(
13
+ Lithic::ThreeDS::AuthenticationSimulateOtpEntryParams,
14
+ Lithic::Internal::AnyHash
15
+ )
16
+ end
11
17
 
12
18
  # A unique token returned as part of a /v1/three_ds_authentication/simulate call
13
19
  # that resulted in PENDING_CHALLENGE authentication result.
@@ -7,7 +7,13 @@ module Lithic
7
7
  extend Lithic::Internal::Type::RequestParameters::Converter
8
8
  include Lithic::Internal::Type::RequestParameters
9
9
 
10
- OrHash = T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
10
+ OrHash =
11
+ T.type_alias do
12
+ T.any(
13
+ Lithic::ThreeDS::AuthenticationSimulateParams,
14
+ Lithic::Internal::AnyHash
15
+ )
16
+ end
11
17
 
12
18
  sig { returns(Lithic::ThreeDS::AuthenticationSimulateParams::Merchant) }
13
19
  attr_reader :merchant
@@ -98,7 +104,12 @@ module Lithic
98
104
 
99
105
  class Merchant < Lithic::Internal::Type::BaseModel
100
106
  OrHash =
101
- T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
107
+ T.type_alias do
108
+ T.any(
109
+ Lithic::ThreeDS::AuthenticationSimulateParams::Merchant,
110
+ Lithic::Internal::AnyHash
111
+ )
112
+ end
102
113
 
103
114
  # Unique identifier to identify the payment card acceptor. Corresponds to
104
115
  # `merchant_acceptor_id` in authorization.
@@ -157,7 +168,12 @@ module Lithic
157
168
 
158
169
  class Transaction < Lithic::Internal::Type::BaseModel
159
170
  OrHash =
160
- T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
171
+ T.type_alias do
172
+ T.any(
173
+ Lithic::ThreeDS::AuthenticationSimulateParams::Transaction,
174
+ Lithic::Internal::AnyHash
175
+ )
176
+ end
161
177
 
162
178
  # Amount (in cents) to authenticate.
163
179
  sig { returns(Integer) }
@@ -4,7 +4,13 @@ module Lithic
4
4
  module Models
5
5
  module ThreeDS
6
6
  class AuthenticationSimulateResponse < Lithic::Internal::Type::BaseModel
7
- OrHash = T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
7
+ OrHash =
8
+ T.type_alias do
9
+ T.any(
10
+ Lithic::Models::ThreeDS::AuthenticationSimulateResponse,
11
+ Lithic::Internal::AnyHash
12
+ )
13
+ end
8
14
 
9
15
  # A unique token to reference this transaction with later calls to void or clear
10
16
  # the authorization.
@@ -4,7 +4,10 @@ module Lithic
4
4
  module Models
5
5
  module ThreeDS
6
6
  class ChallengeResponse < Lithic::Internal::Type::BaseModel
7
- OrHash = T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
7
+ OrHash =
8
+ T.type_alias do
9
+ T.any(Lithic::ThreeDS::ChallengeResponse, Lithic::Internal::AnyHash)
10
+ end
8
11
 
9
12
  # Globally unique identifier for the 3DS authentication. This token is sent as
10
13
  # part of the initial 3DS Decisioning Request and as part of the 3DS Challenge
@@ -7,7 +7,13 @@ module Lithic
7
7
  extend Lithic::Internal::Type::RequestParameters::Converter
8
8
  include Lithic::Internal::Type::RequestParameters
9
9
 
10
- OrHash = T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
10
+ OrHash =
11
+ T.type_alias do
12
+ T.any(
13
+ Lithic::ThreeDS::DecisioningChallengeResponseParams,
14
+ Lithic::Internal::AnyHash
15
+ )
16
+ end
11
17
 
12
18
  sig do
13
19
  params(request_options: Lithic::RequestOptions::OrHash).returns(
@@ -7,7 +7,13 @@ module Lithic
7
7
  extend Lithic::Internal::Type::RequestParameters::Converter
8
8
  include Lithic::Internal::Type::RequestParameters
9
9
 
10
- OrHash = T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
10
+ OrHash =
11
+ T.type_alias do
12
+ T.any(
13
+ Lithic::ThreeDS::DecisioningRetrieveSecretParams,
14
+ Lithic::Internal::AnyHash
15
+ )
16
+ end
11
17
 
12
18
  sig do
13
19
  params(request_options: Lithic::RequestOptions::OrHash).returns(
@@ -4,7 +4,13 @@ module Lithic
4
4
  module Models
5
5
  module ThreeDS
6
6
  class DecisioningRetrieveSecretResponse < Lithic::Internal::Type::BaseModel
7
- OrHash = T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
7
+ OrHash =
8
+ T.type_alias do
9
+ T.any(
10
+ Lithic::Models::ThreeDS::DecisioningRetrieveSecretResponse,
11
+ Lithic::Internal::AnyHash
12
+ )
13
+ end
8
14
 
9
15
  # The 3DS Decisioning HMAC secret
10
16
  sig { returns(T.nilable(String)) }
@@ -7,7 +7,13 @@ module Lithic
7
7
  extend Lithic::Internal::Type::RequestParameters::Converter
8
8
  include Lithic::Internal::Type::RequestParameters
9
9
 
10
- OrHash = T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
10
+ OrHash =
11
+ T.type_alias do
12
+ T.any(
13
+ Lithic::ThreeDS::DecisioningRotateSecretParams,
14
+ Lithic::Internal::AnyHash
15
+ )
16
+ end
11
17
 
12
18
  sig do
13
19
  params(request_options: Lithic::RequestOptions::OrHash).returns(
@@ -3,7 +3,8 @@
3
3
  module Lithic
4
4
  module Models
5
5
  class Tokenization < Lithic::Internal::Type::BaseModel
6
- OrHash = T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
6
+ OrHash =
7
+ T.type_alias { T.any(Lithic::Tokenization, Lithic::Internal::AnyHash) }
7
8
 
8
9
  # Globally unique identifier for a Tokenization
9
10
  sig { returns(String) }
@@ -277,7 +278,10 @@ module Lithic
277
278
  end
278
279
 
279
280
  class Event < Lithic::Internal::Type::BaseModel
280
- OrHash = T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
281
+ OrHash =
282
+ T.type_alias do
283
+ T.any(Lithic::Tokenization::Event, Lithic::Internal::AnyHash)
284
+ end
281
285
 
282
286
  # Globally unique identifier for a Tokenization Event
283
287
  sig { returns(T.nilable(String)) }
@@ -6,7 +6,10 @@ module Lithic
6
6
  extend Lithic::Internal::Type::RequestParameters::Converter
7
7
  include Lithic::Internal::Type::RequestParameters
8
8
 
9
- OrHash = T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
9
+ OrHash =
10
+ T.type_alias do
11
+ T.any(Lithic::TokenizationActivateParams, Lithic::Internal::AnyHash)
12
+ end
10
13
 
11
14
  sig do
12
15
  params(request_options: Lithic::RequestOptions::OrHash).returns(
@@ -6,7 +6,10 @@ module Lithic
6
6
  extend Lithic::Internal::Type::RequestParameters::Converter
7
7
  include Lithic::Internal::Type::RequestParameters
8
8
 
9
- OrHash = T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
9
+ OrHash =
10
+ T.type_alias do
11
+ T.any(Lithic::TokenizationDeactivateParams, Lithic::Internal::AnyHash)
12
+ end
10
13
 
11
14
  sig do
12
15
  params(request_options: Lithic::RequestOptions::OrHash).returns(
@@ -6,7 +6,13 @@ module Lithic
6
6
  extend Lithic::Internal::Type::RequestParameters::Converter
7
7
  include Lithic::Internal::Type::RequestParameters
8
8
 
9
- OrHash = T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
9
+ OrHash =
10
+ T.type_alias do
11
+ T.any(
12
+ Lithic::TokenizationDecisioningRetrieveSecretParams,
13
+ Lithic::Internal::AnyHash
14
+ )
15
+ end
10
16
 
11
17
  sig do
12
18
  params(request_options: Lithic::RequestOptions::OrHash).returns(
@@ -6,7 +6,13 @@ module Lithic
6
6
  extend Lithic::Internal::Type::RequestParameters::Converter
7
7
  include Lithic::Internal::Type::RequestParameters
8
8
 
9
- OrHash = T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
9
+ OrHash =
10
+ T.type_alias do
11
+ T.any(
12
+ Lithic::TokenizationDecisioningRotateSecretParams,
13
+ Lithic::Internal::AnyHash
14
+ )
15
+ end
10
16
 
11
17
  sig do
12
18
  params(request_options: Lithic::RequestOptions::OrHash).returns(
@@ -3,7 +3,13 @@
3
3
  module Lithic
4
4
  module Models
5
5
  class TokenizationDecisioningRotateSecretResponse < Lithic::Internal::Type::BaseModel
6
- OrHash = T.type_alias { T.any(T.self_type, Lithic::Internal::AnyHash) }
6
+ OrHash =
7
+ T.type_alias do
8
+ T.any(
9
+ Lithic::Models::TokenizationDecisioningRotateSecretResponse,
10
+ Lithic::Internal::AnyHash
11
+ )
12
+ end
7
13
 
8
14
  # The new Tokenization Decisioning HMAC secret
9
15
  sig { returns(T.nilable(String)) }