lithic 0.1.0.pre.alpha.17 → 0.1.0.pre.alpha.19

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 (427) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +34 -0
  3. data/README.md +7 -7
  4. data/lib/lithic/file_part.rb +55 -0
  5. data/lib/lithic/internal/cursor_page.rb +1 -1
  6. data/lib/lithic/internal/single_page.rb +1 -1
  7. data/lib/lithic/internal/transport/base_client.rb +7 -7
  8. data/lib/lithic/internal/transport/pooled_net_requester.rb +1 -1
  9. data/lib/lithic/internal/type/array_of.rb +2 -0
  10. data/lib/lithic/internal/type/base_model.rb +1 -1
  11. data/lib/lithic/internal/type/base_page.rb +1 -1
  12. data/lib/lithic/internal/type/converter.rb +4 -1
  13. data/lib/lithic/internal/type/{io_like.rb → file_input.rb} +30 -15
  14. data/lib/lithic/internal/type/hash_of.rb +2 -0
  15. data/lib/lithic/internal/util.rb +69 -61
  16. data/lib/lithic/models/account.rb +50 -19
  17. data/lib/lithic/models/account_holder.rb +139 -59
  18. data/lib/lithic/models/account_holder_create_params.rb +144 -52
  19. data/lib/lithic/models/account_holder_create_response.rb +18 -7
  20. data/lib/lithic/models/account_holder_list_params.rb +33 -11
  21. data/lib/lithic/models/account_holder_simulate_enrollment_document_review_params.rb +13 -4
  22. data/lib/lithic/models/account_holder_simulate_enrollment_review_params.rb +10 -3
  23. data/lib/lithic/models/account_holder_simulate_enrollment_review_response.rb +169 -60
  24. data/lib/lithic/models/account_holder_update_params.rb +147 -53
  25. data/lib/lithic/models/account_holder_update_response.rb +202 -74
  26. data/lib/lithic/models/account_holder_upload_document_params.rb +4 -2
  27. data/lib/lithic/models/account_list_params.rb +17 -5
  28. data/lib/lithic/models/account_spend_limits.rb +27 -9
  29. data/lib/lithic/models/account_update_params.rb +17 -5
  30. data/lib/lithic/models/address.rb +17 -6
  31. data/lib/lithic/models/address_update.rb +17 -6
  32. data/lib/lithic/models/aggregate_balance.rb +26 -10
  33. data/lib/lithic/models/aggregate_balance_list_params.rb +2 -1
  34. data/lib/lithic/models/auth_rules/auth_rule.rb +24 -9
  35. data/lib/lithic/models/auth_rules/auth_rule_condition.rb +8 -3
  36. data/lib/lithic/models/auth_rules/v2/backtest_create_params.rb +4 -2
  37. data/lib/lithic/models/auth_rules/v2/backtest_create_response.rb +1 -1
  38. data/lib/lithic/models/auth_rules/v2/backtest_results.rb +46 -18
  39. data/lib/lithic/models/auth_rules/v2_apply_params.rb +8 -4
  40. data/lib/lithic/models/auth_rules/v2_apply_response.rb +31 -12
  41. data/lib/lithic/models/auth_rules/v2_create_params.rb +14 -7
  42. data/lib/lithic/models/auth_rules/v2_create_response.rb +31 -12
  43. data/lib/lithic/models/auth_rules/v2_draft_params.rb +2 -1
  44. data/lib/lithic/models/auth_rules/v2_draft_response.rb +31 -12
  45. data/lib/lithic/models/auth_rules/v2_list_params.rb +15 -5
  46. data/lib/lithic/models/auth_rules/v2_list_response.rb +31 -12
  47. data/lib/lithic/models/auth_rules/v2_promote_response.rb +31 -12
  48. data/lib/lithic/models/auth_rules/v2_retrieve_response.rb +32 -12
  49. data/lib/lithic/models/auth_rules/v2_update_params.rb +15 -6
  50. data/lib/lithic/models/auth_rules/v2_update_response.rb +31 -12
  51. data/lib/lithic/models/auth_rules/velocity_limit_params.rb +27 -7
  52. data/lib/lithic/models/auth_stream_secret.rb +1 -1
  53. data/lib/lithic/models/balance.rb +26 -10
  54. data/lib/lithic/models/balance_list_params.rb +12 -4
  55. data/lib/lithic/models/book_transfer_create_params.rb +23 -8
  56. data/lib/lithic/models/book_transfer_list_params.rb +28 -9
  57. data/lib/lithic/models/book_transfer_response.rb +54 -20
  58. data/lib/lithic/models/book_transfer_reverse_params.rb +2 -1
  59. data/lib/lithic/models/card.rb +7 -2
  60. data/lib/lithic/models/card_convert_physical_params.rb +12 -4
  61. data/lib/lithic/models/card_create_params.rb +45 -15
  62. data/lib/lithic/models/card_embed_params.rb +4 -2
  63. data/lib/lithic/models/card_list_params.rb +21 -7
  64. data/lib/lithic/models/card_program.rb +17 -7
  65. data/lib/lithic/models/card_program_list_params.rb +11 -3
  66. data/lib/lithic/models/card_provision_params.rb +20 -6
  67. data/lib/lithic/models/card_reissue_params.rb +12 -4
  68. data/lib/lithic/models/card_renew_params.rb +18 -6
  69. data/lib/lithic/models/card_search_by_pan_params.rb +2 -1
  70. data/lib/lithic/models/card_spend_limits.rb +27 -9
  71. data/lib/lithic/models/card_update_params.rb +21 -7
  72. data/lib/lithic/models/cards/aggregate_balance_list_params.rb +4 -2
  73. data/lib/lithic/models/cards/aggregate_balance_list_response.rb +24 -9
  74. data/lib/lithic/models/cards/balance_list_params.rb +7 -2
  75. data/lib/lithic/models/cards/balance_list_response.rb +26 -10
  76. data/lib/lithic/models/cards/financial_transaction_list_params.rb +21 -7
  77. data/lib/lithic/models/carrier.rb +1 -1
  78. data/lib/lithic/models/credit_products/prime_rate_create_params.rb +4 -2
  79. data/lib/lithic/models/credit_products/prime_rate_retrieve_params.rb +4 -2
  80. data/lib/lithic/models/credit_products/prime_rate_retrieve_response.rb +6 -4
  81. data/lib/lithic/models/digital_card_art.rb +13 -7
  82. data/lib/lithic/models/digital_card_art_list_params.rb +11 -3
  83. data/lib/lithic/models/dispute.rb +40 -18
  84. data/lib/lithic/models/dispute_create_params.rb +10 -5
  85. data/lib/lithic/models/dispute_evidence.rb +17 -7
  86. data/lib/lithic/models/dispute_initiate_evidence_upload_params.rb +2 -1
  87. data/lib/lithic/models/dispute_list_evidences_params.rb +17 -5
  88. data/lib/lithic/models/dispute_list_params.rb +21 -7
  89. data/lib/lithic/models/dispute_update_params.rb +8 -4
  90. data/lib/lithic/models/document.rb +31 -14
  91. data/lib/lithic/models/event.rb +9 -3
  92. data/lib/lithic/models/event_list_attempts_params.rb +18 -5
  93. data/lib/lithic/models/event_list_params.rb +21 -7
  94. data/lib/lithic/models/event_subscription.rb +7 -3
  95. data/lib/lithic/models/events/subscription_create_params.rb +12 -4
  96. data/lib/lithic/models/events/subscription_list_attempts_params.rb +18 -5
  97. data/lib/lithic/models/events/subscription_list_params.rb +11 -3
  98. data/lib/lithic/models/events/subscription_recover_params.rb +9 -2
  99. data/lib/lithic/models/events/subscription_replay_missing_params.rb +9 -2
  100. data/lib/lithic/models/events/subscription_retrieve_secret_response.rb +1 -1
  101. data/lib/lithic/models/events/subscription_send_simulated_example_params.rb +2 -1
  102. data/lib/lithic/models/events/subscription_update_params.rb +12 -4
  103. data/lib/lithic/models/external_bank_account_create_params.rb +40 -16
  104. data/lib/lithic/models/external_bank_account_create_response.rb +53 -22
  105. data/lib/lithic/models/external_bank_account_list_params.rb +17 -3
  106. data/lib/lithic/models/external_bank_account_list_response.rb +53 -22
  107. data/lib/lithic/models/external_bank_account_retrieve_response.rb +53 -22
  108. data/lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb +54 -22
  109. data/lib/lithic/models/external_bank_account_retry_prenote_response.rb +53 -22
  110. data/lib/lithic/models/external_bank_account_update_params.rb +21 -8
  111. data/lib/lithic/models/external_bank_account_update_response.rb +53 -22
  112. data/lib/lithic/models/external_bank_accounts/micro_deposit_create_response.rb +54 -22
  113. data/lib/lithic/models/external_payment_list_params.rb +27 -9
  114. data/lib/lithic/models/financial_account.rb +25 -8
  115. data/lib/lithic/models/financial_account_list_params.rb +6 -3
  116. data/lib/lithic/models/financial_account_update_status_params.rb +4 -2
  117. data/lib/lithic/models/financial_accounts/balance_list_params.rb +7 -2
  118. data/lib/lithic/models/financial_accounts/balance_list_response.rb +26 -10
  119. data/lib/lithic/models/financial_accounts/credit_configuration_update_params.rb +6 -2
  120. data/lib/lithic/models/financial_accounts/financial_account_credit_config.rb +12 -5
  121. data/lib/lithic/models/financial_accounts/financial_transaction_list_params.rb +22 -7
  122. data/lib/lithic/models/financial_accounts/loan_tape.rb +119 -47
  123. data/lib/lithic/models/financial_accounts/loan_tape_list_params.rb +17 -5
  124. data/lib/lithic/models/financial_accounts/loan_tape_retrieve_params.rb +2 -1
  125. data/lib/lithic/models/financial_accounts/statement.rb +97 -40
  126. data/lib/lithic/models/financial_accounts/statement_list_params.rb +19 -6
  127. data/lib/lithic/models/financial_accounts/statement_retrieve_params.rb +2 -1
  128. data/lib/lithic/models/financial_accounts/statements/line_item_list_params.rb +14 -4
  129. data/lib/lithic/models/financial_accounts/statements/statement_line_items.rb +25 -9
  130. data/lib/lithic/models/financial_transaction.rb +42 -15
  131. data/lib/lithic/models/kyb.rb +101 -36
  132. data/lib/lithic/models/kyb_business_entity.rb +35 -12
  133. data/lib/lithic/models/kyc.rb +34 -12
  134. data/lib/lithic/models/kyc_exempt.rb +23 -9
  135. data/lib/lithic/models/management_operation_list_params.rb +25 -8
  136. data/lib/lithic/models/message_attempt.rb +17 -7
  137. data/lib/lithic/models/non_pci_card.rb +73 -28
  138. data/lib/lithic/models/payment.rb +52 -18
  139. data/lib/lithic/models/payment_create_params.rb +14 -1
  140. data/lib/lithic/models/payment_create_response.rb +1 -1
  141. data/lib/lithic/models/payment_list_params.rb +23 -5
  142. data/lib/lithic/models/payment_retry_response.rb +1 -1
  143. data/lib/lithic/models/payment_simulate_action_params.rb +6 -3
  144. data/lib/lithic/models/payment_simulate_action_response.rb +5 -3
  145. data/lib/lithic/models/payment_simulate_receipt_params.rb +14 -5
  146. data/lib/lithic/models/payment_simulate_receipt_response.rb +5 -3
  147. data/lib/lithic/models/payment_simulate_release_params.rb +2 -1
  148. data/lib/lithic/models/payment_simulate_release_response.rb +5 -3
  149. data/lib/lithic/models/payment_simulate_return_params.rb +4 -2
  150. data/lib/lithic/models/payment_simulate_return_response.rb +5 -3
  151. data/lib/lithic/models/reports/settlement/network_total_list_params.rb +30 -11
  152. data/lib/lithic/models/reports/settlement/network_total_list_response.rb +39 -14
  153. data/lib/lithic/models/reports/settlement/network_total_retrieve_response.rb +39 -14
  154. data/lib/lithic/models/reports/settlement_list_details_params.rb +11 -3
  155. data/lib/lithic/models/required_document.rb +10 -3
  156. data/lib/lithic/models/responder_endpoint_check_status_params.rb +2 -1
  157. data/lib/lithic/models/responder_endpoint_create_params.rb +4 -2
  158. data/lib/lithic/models/responder_endpoint_create_response.rb +1 -1
  159. data/lib/lithic/models/responder_endpoint_delete_params.rb +2 -1
  160. data/lib/lithic/models/responder_endpoint_status.rb +3 -2
  161. data/lib/lithic/models/settlement_detail.rb +50 -21
  162. data/lib/lithic/models/settlement_report.rb +29 -10
  163. data/lib/lithic/models/settlement_summary_details.rb +21 -8
  164. data/lib/lithic/models/shipping_address.rb +31 -11
  165. data/lib/lithic/models/three_ds/authentication_retrieve_response.rb +215 -71
  166. data/lib/lithic/models/three_ds/authentication_simulate_otp_entry_params.rb +9 -2
  167. data/lib/lithic/models/three_ds/authentication_simulate_params.rb +28 -8
  168. data/lib/lithic/models/three_ds/authentication_simulate_response.rb +5 -1
  169. data/lib/lithic/models/three_ds/challenge_response.rb +7 -2
  170. data/lib/lithic/models/three_ds/decisioning_retrieve_secret_response.rb +1 -1
  171. data/lib/lithic/models/tokenization.rb +37 -17
  172. data/lib/lithic/models/tokenization_decisioning_rotate_secret_response.rb +1 -1
  173. data/lib/lithic/models/tokenization_list_params.rb +22 -8
  174. data/lib/lithic/models/tokenization_resend_activation_code_params.rb +6 -1
  175. data/lib/lithic/models/tokenization_secret.rb +1 -1
  176. data/lib/lithic/models/tokenization_simulate_params.rb +22 -8
  177. data/lib/lithic/models/tokenization_update_digital_card_art_params.rb +6 -1
  178. data/lib/lithic/models/transaction.rb +248 -89
  179. data/lib/lithic/models/transaction_list_params.rb +26 -9
  180. data/lib/lithic/models/transaction_simulate_authorization_advice_params.rb +8 -2
  181. data/lib/lithic/models/transaction_simulate_authorization_advice_response.rb +3 -2
  182. data/lib/lithic/models/transaction_simulate_authorization_params.rb +27 -10
  183. data/lib/lithic/models/transaction_simulate_authorization_response.rb +7 -2
  184. data/lib/lithic/models/transaction_simulate_clearing_params.rb +8 -2
  185. data/lib/lithic/models/transaction_simulate_clearing_response.rb +1 -1
  186. data/lib/lithic/models/transaction_simulate_credit_authorization_params.rb +15 -5
  187. data/lib/lithic/models/transaction_simulate_credit_authorization_response.rb +3 -2
  188. data/lib/lithic/models/transaction_simulate_return_params.rb +6 -3
  189. data/lib/lithic/models/transaction_simulate_return_response.rb +3 -2
  190. data/lib/lithic/models/transaction_simulate_return_reversal_params.rb +2 -1
  191. data/lib/lithic/models/transaction_simulate_return_reversal_response.rb +1 -1
  192. data/lib/lithic/models/transaction_simulate_void_params.rb +10 -3
  193. data/lib/lithic/models/transaction_simulate_void_response.rb +1 -1
  194. data/lib/lithic/models/transactions/events/enhanced_data.rb +52 -24
  195. data/lib/lithic/models/transfer.rb +46 -17
  196. data/lib/lithic/models/transfer_create_params.rb +17 -5
  197. data/lib/lithic/resources/account_holders.rb +166 -60
  198. data/lib/lithic/resources/accounts.rb +40 -13
  199. data/lib/lithic/resources/aggregate_balances.rb +2 -1
  200. data/lib/lithic/resources/auth_rules/v2/backtests.rb +10 -5
  201. data/lib/lithic/resources/auth_rules/v2.rb +68 -30
  202. data/lib/lithic/resources/balances.rb +12 -4
  203. data/lib/lithic/resources/book_transfers.rb +57 -20
  204. data/lib/lithic/resources/card_programs.rb +13 -4
  205. data/lib/lithic/resources/cards/aggregate_balances.rb +4 -2
  206. data/lib/lithic/resources/cards/balances.rb +8 -2
  207. data/lib/lithic/resources/cards/financial_transactions.rb +25 -8
  208. data/lib/lithic/resources/cards.rb +161 -53
  209. data/lib/lithic/resources/credit_products/extended_credit.rb +2 -1
  210. data/lib/lithic/resources/credit_products/prime_rates.rb +12 -6
  211. data/lib/lithic/resources/digital_card_art.rb +17 -4
  212. data/lib/lithic/resources/disputes.rb +61 -22
  213. data/lib/lithic/resources/events/subscriptions.rb +78 -21
  214. data/lib/lithic/resources/events.rb +40 -12
  215. data/lib/lithic/resources/external_bank_accounts.rb +79 -27
  216. data/lib/lithic/resources/external_payments.rb +46 -14
  217. data/lib/lithic/resources/financial_accounts/balances.rb +9 -3
  218. data/lib/lithic/resources/financial_accounts/credit_configuration.rb +10 -4
  219. data/lib/lithic/resources/financial_accounts/financial_transactions.rb +28 -10
  220. data/lib/lithic/resources/financial_accounts/loan_tapes.rb +23 -8
  221. data/lib/lithic/resources/financial_accounts/statements/line_items.rb +16 -5
  222. data/lib/lithic/resources/financial_accounts/statements.rb +25 -9
  223. data/lib/lithic/resources/financial_accounts.rb +22 -11
  224. data/lib/lithic/resources/management_operations.rb +31 -10
  225. data/lib/lithic/resources/payments.rb +64 -17
  226. data/lib/lithic/resources/reports/settlement/network_totals.rb +32 -12
  227. data/lib/lithic/resources/reports/settlement.rb +15 -5
  228. data/lib/lithic/resources/responder_endpoints.rb +8 -4
  229. data/lib/lithic/resources/three_ds/authentication.rb +21 -5
  230. data/lib/lithic/resources/three_ds/decisioning.rb +8 -2
  231. data/lib/lithic/resources/tokenizations.rb +70 -25
  232. data/lib/lithic/resources/transactions/enhanced_commercial_data.rb +2 -1
  233. data/lib/lithic/resources/transactions/events/enhanced_commercial_data.rb +2 -1
  234. data/lib/lithic/resources/transactions.rb +106 -37
  235. data/lib/lithic/resources/transfers.rb +17 -5
  236. data/lib/lithic/version.rb +1 -1
  237. data/lib/lithic.rb +2 -1
  238. data/rbi/lib/lithic/file_part.rbi +34 -0
  239. data/rbi/lib/lithic/internal/transport/base_client.rbi +17 -3
  240. data/rbi/lib/lithic/internal/type/{io_like.rbi → file_input.rbi} +6 -2
  241. data/rbi/lib/lithic/internal/util.rbi +24 -19
  242. data/rbi/lib/lithic/models/account.rbi +62 -6
  243. data/rbi/lib/lithic/models/account_holder.rbi +139 -8
  244. data/rbi/lib/lithic/models/account_holder_create_params.rbi +131 -6
  245. data/rbi/lib/lithic/models/account_holder_create_response.rbi +14 -3
  246. data/rbi/lib/lithic/models/account_holder_list_params.rbi +19 -0
  247. data/rbi/lib/lithic/models/account_holder_simulate_enrollment_document_review_params.rbi +5 -0
  248. data/rbi/lib/lithic/models/account_holder_simulate_enrollment_review_params.rbi +10 -2
  249. data/rbi/lib/lithic/models/account_holder_simulate_enrollment_review_response.rbi +172 -17
  250. data/rbi/lib/lithic/models/account_holder_update_params.rbi +99 -0
  251. data/rbi/lib/lithic/models/account_holder_update_response.rbi +176 -19
  252. data/rbi/lib/lithic/models/account_holder_upload_document_params.rbi +7 -2
  253. data/rbi/lib/lithic/models/account_list_params.rbi +10 -3
  254. data/rbi/lib/lithic/models/account_spend_limits.rbi +30 -6
  255. data/rbi/lib/lithic/models/account_update_params.rbi +16 -0
  256. data/rbi/lib/lithic/models/address.rbi +19 -2
  257. data/rbi/lib/lithic/models/address_update.rbi +17 -2
  258. data/rbi/lib/lithic/models/aggregate_balance.rbi +14 -0
  259. data/rbi/lib/lithic/models/aggregate_balance_list_params.rbi +5 -2
  260. data/rbi/lib/lithic/models/auth_rules/auth_rule.rbi +15 -0
  261. data/rbi/lib/lithic/models/auth_rules/auth_rule_condition.rbi +54 -2
  262. data/rbi/lib/lithic/models/auth_rules/v2/backtest_create_params.rbi +7 -2
  263. data/rbi/lib/lithic/models/auth_rules/v2/backtest_create_response.rbi +4 -2
  264. data/rbi/lib/lithic/models/auth_rules/v2/backtest_results.rbi +60 -12
  265. data/rbi/lib/lithic/models/auth_rules/v2_apply_params.rbi +5 -3
  266. data/rbi/lib/lithic/models/auth_rules/v2_apply_response.rbi +22 -4
  267. data/rbi/lib/lithic/models/auth_rules/v2_create_params.rbi +7 -0
  268. data/rbi/lib/lithic/models/auth_rules/v2_create_response.rbi +22 -4
  269. data/rbi/lib/lithic/models/auth_rules/v2_draft_params.rbi +5 -2
  270. data/rbi/lib/lithic/models/auth_rules/v2_draft_response.rbi +22 -4
  271. data/rbi/lib/lithic/models/auth_rules/v2_list_params.rbi +7 -0
  272. data/rbi/lib/lithic/models/auth_rules/v2_list_response.rbi +22 -4
  273. data/rbi/lib/lithic/models/auth_rules/v2_promote_response.rbi +22 -4
  274. data/rbi/lib/lithic/models/auth_rules/v2_retrieve_response.rbi +22 -4
  275. data/rbi/lib/lithic/models/auth_rules/v2_update_params.rbi +10 -0
  276. data/rbi/lib/lithic/models/auth_rules/v2_update_response.rbi +22 -4
  277. data/rbi/lib/lithic/models/auth_rules/velocity_limit_params.rbi +33 -5
  278. data/rbi/lib/lithic/models/auth_stream_secret.rbi +4 -2
  279. data/rbi/lib/lithic/models/balance.rbi +14 -0
  280. data/rbi/lib/lithic/models/balance_list_params.rbi +5 -0
  281. data/rbi/lib/lithic/models/book_transfer_create_params.rbi +12 -0
  282. data/rbi/lib/lithic/models/book_transfer_list_params.rbi +14 -0
  283. data/rbi/lib/lithic/models/book_transfer_response.rbi +41 -2
  284. data/rbi/lib/lithic/models/book_transfer_reverse_params.rbi +5 -2
  285. data/rbi/lib/lithic/models/card.rbi +8 -2
  286. data/rbi/lib/lithic/models/card_convert_physical_params.rbi +18 -3
  287. data/rbi/lib/lithic/models/card_create_params.rbi +84 -0
  288. data/rbi/lib/lithic/models/card_embed_params.rbi +7 -2
  289. data/rbi/lib/lithic/models/card_list_params.rbi +11 -0
  290. data/rbi/lib/lithic/models/card_program.rbi +8 -0
  291. data/rbi/lib/lithic/models/card_program_list_params.rbi +11 -2
  292. data/rbi/lib/lithic/models/card_provision_params.rbi +17 -0
  293. data/rbi/lib/lithic/models/card_reissue_params.rbi +18 -3
  294. data/rbi/lib/lithic/models/card_renew_params.rbi +21 -0
  295. data/rbi/lib/lithic/models/card_search_by_pan_params.rbi +5 -2
  296. data/rbi/lib/lithic/models/card_spend_limits.rbi +30 -6
  297. data/rbi/lib/lithic/models/card_update_params.rbi +35 -0
  298. data/rbi/lib/lithic/models/cards/aggregate_balance_list_params.rbi +7 -2
  299. data/rbi/lib/lithic/models/cards/aggregate_balance_list_response.rbi +13 -0
  300. data/rbi/lib/lithic/models/cards/balance_list_params.rbi +9 -2
  301. data/rbi/lib/lithic/models/cards/balance_list_response.rbi +14 -0
  302. data/rbi/lib/lithic/models/cards/financial_transaction_list_params.rbi +11 -0
  303. data/rbi/lib/lithic/models/carrier.rbi +4 -2
  304. data/rbi/lib/lithic/models/credit_products/prime_rate_create_params.rbi +7 -2
  305. data/rbi/lib/lithic/models/credit_products/prime_rate_retrieve_params.rbi +7 -2
  306. data/rbi/lib/lithic/models/credit_products/prime_rate_retrieve_response.rbi +12 -4
  307. data/rbi/lib/lithic/models/digital_card_art.rbi +8 -3
  308. data/rbi/lib/lithic/models/digital_card_art_list_params.rbi +11 -2
  309. data/rbi/lib/lithic/models/dispute.rbi +66 -0
  310. data/rbi/lib/lithic/models/dispute_create_params.rbi +6 -3
  311. data/rbi/lib/lithic/models/dispute_evidence.rbi +15 -3
  312. data/rbi/lib/lithic/models/dispute_initiate_evidence_upload_params.rbi +5 -2
  313. data/rbi/lib/lithic/models/dispute_list_evidences_params.rbi +10 -3
  314. data/rbi/lib/lithic/models/dispute_list_params.rbi +11 -0
  315. data/rbi/lib/lithic/models/dispute_update_params.rbi +5 -3
  316. data/rbi/lib/lithic/models/document.rbi +27 -3
  317. data/rbi/lib/lithic/models/event.rbi +39 -2
  318. data/rbi/lib/lithic/models/event_list_attempts_params.rbi +9 -0
  319. data/rbi/lib/lithic/models/event_list_params.rbi +11 -0
  320. data/rbi/lib/lithic/models/event_subscription.rbi +10 -2
  321. data/rbi/lib/lithic/models/events/subscription_create_params.rbi +12 -2
  322. data/rbi/lib/lithic/models/events/subscription_list_attempts_params.rbi +9 -0
  323. data/rbi/lib/lithic/models/events/subscription_list_params.rbi +11 -2
  324. data/rbi/lib/lithic/models/events/subscription_recover_params.rbi +9 -2
  325. data/rbi/lib/lithic/models/events/subscription_replay_missing_params.rbi +9 -2
  326. data/rbi/lib/lithic/models/events/subscription_retrieve_secret_response.rbi +4 -2
  327. data/rbi/lib/lithic/models/events/subscription_send_simulated_example_params.rbi +5 -2
  328. data/rbi/lib/lithic/models/events/subscription_update_params.rbi +12 -2
  329. data/rbi/lib/lithic/models/external_bank_account_create_params.rbi +20 -0
  330. data/rbi/lib/lithic/models/external_bank_account_create_response.rbi +33 -0
  331. data/rbi/lib/lithic/models/external_bank_account_list_params.rbi +5 -0
  332. data/rbi/lib/lithic/models/external_bank_account_list_response.rbi +33 -0
  333. data/rbi/lib/lithic/models/external_bank_account_retrieve_response.rbi +33 -0
  334. data/rbi/lib/lithic/models/external_bank_account_retry_micro_deposits_response.rbi +33 -0
  335. data/rbi/lib/lithic/models/external_bank_account_retry_prenote_response.rbi +33 -0
  336. data/rbi/lib/lithic/models/external_bank_account_update_params.rbi +9 -0
  337. data/rbi/lib/lithic/models/external_bank_account_update_response.rbi +33 -0
  338. data/rbi/lib/lithic/models/external_bank_accounts/micro_deposit_create_response.rbi +33 -0
  339. data/rbi/lib/lithic/models/external_payment_list_params.rbi +14 -0
  340. data/rbi/lib/lithic/models/financial_account.rbi +8 -0
  341. data/rbi/lib/lithic/models/financial_account_list_params.rbi +9 -2
  342. data/rbi/lib/lithic/models/financial_account_update_status_params.rbi +7 -2
  343. data/rbi/lib/lithic/models/financial_accounts/balance_list_params.rbi +9 -2
  344. data/rbi/lib/lithic/models/financial_accounts/balance_list_response.rbi +14 -0
  345. data/rbi/lib/lithic/models/financial_accounts/credit_configuration_update_params.rbi +2 -0
  346. data/rbi/lib/lithic/models/financial_accounts/financial_account_credit_config.rbi +5 -0
  347. data/rbi/lib/lithic/models/financial_accounts/financial_transaction_list_params.rbi +11 -0
  348. data/rbi/lib/lithic/models/financial_accounts/loan_tape.rbi +94 -13
  349. data/rbi/lib/lithic/models/financial_accounts/loan_tape_list_params.rbi +10 -3
  350. data/rbi/lib/lithic/models/financial_accounts/loan_tape_retrieve_params.rbi +5 -2
  351. data/rbi/lib/lithic/models/financial_accounts/statement.rbi +72 -10
  352. data/rbi/lib/lithic/models/financial_accounts/statement_list_params.rbi +10 -0
  353. data/rbi/lib/lithic/models/financial_accounts/statement_retrieve_params.rbi +5 -2
  354. data/rbi/lib/lithic/models/financial_accounts/statements/line_item_list_params.rbi +7 -3
  355. data/rbi/lib/lithic/models/financial_accounts/statements/statement_line_items.rbi +10 -0
  356. data/rbi/lib/lithic/models/financial_transaction.rbi +44 -2
  357. data/rbi/lib/lithic/models/kyb.rbi +94 -4
  358. data/rbi/lib/lithic/models/kyb_business_entity.rbi +28 -2
  359. data/rbi/lib/lithic/models/kyc.rbi +40 -4
  360. data/rbi/lib/lithic/models/kyc_exempt.rbi +13 -0
  361. data/rbi/lib/lithic/models/management_operation_list_params.rbi +13 -0
  362. data/rbi/lib/lithic/models/message_attempt.rbi +10 -3
  363. data/rbi/lib/lithic/models/non_pci_card.rbi +78 -2
  364. data/rbi/lib/lithic/models/payment.rbi +57 -2
  365. data/rbi/lib/lithic/models/payment_create_params.rbi +2 -0
  366. data/rbi/lib/lithic/models/payment_create_response.rbi +4 -2
  367. data/rbi/lib/lithic/models/payment_list_params.rbi +9 -0
  368. data/rbi/lib/lithic/models/payment_retry_response.rbi +4 -2
  369. data/rbi/lib/lithic/models/payment_simulate_action_params.rbi +9 -2
  370. data/rbi/lib/lithic/models/payment_simulate_action_response.rbi +8 -2
  371. data/rbi/lib/lithic/models/payment_simulate_receipt_params.rbi +13 -3
  372. data/rbi/lib/lithic/models/payment_simulate_receipt_response.rbi +8 -2
  373. data/rbi/lib/lithic/models/payment_simulate_release_params.rbi +5 -2
  374. data/rbi/lib/lithic/models/payment_simulate_release_response.rbi +8 -2
  375. data/rbi/lib/lithic/models/payment_simulate_return_params.rbi +7 -2
  376. data/rbi/lib/lithic/models/payment_simulate_return_response.rbi +8 -2
  377. data/rbi/lib/lithic/models/reports/settlement/network_total_list_params.rbi +16 -0
  378. data/rbi/lib/lithic/models/reports/settlement/network_total_list_response.rbi +26 -2
  379. data/rbi/lib/lithic/models/reports/settlement/network_total_retrieve_response.rbi +26 -2
  380. data/rbi/lib/lithic/models/reports/settlement_list_details_params.rbi +11 -2
  381. data/rbi/lib/lithic/models/required_document.rbi +10 -2
  382. data/rbi/lib/lithic/models/responder_endpoint_check_status_params.rbi +5 -2
  383. data/rbi/lib/lithic/models/responder_endpoint_create_params.rbi +7 -2
  384. data/rbi/lib/lithic/models/responder_endpoint_create_response.rbi +4 -2
  385. data/rbi/lib/lithic/models/responder_endpoint_delete_params.rbi +5 -2
  386. data/rbi/lib/lithic/models/responder_endpoint_status.rbi +6 -2
  387. data/rbi/lib/lithic/models/settlement_detail.rbi +26 -0
  388. data/rbi/lib/lithic/models/settlement_report.rbi +25 -0
  389. data/rbi/lib/lithic/models/settlement_summary_details.rbi +11 -0
  390. data/rbi/lib/lithic/models/shipping_address.rbi +20 -0
  391. data/rbi/lib/lithic/models/three_ds/authentication_retrieve_response.rbi +165 -19
  392. data/rbi/lib/lithic/models/three_ds/authentication_simulate_otp_entry_params.rbi +8 -2
  393. data/rbi/lib/lithic/models/three_ds/authentication_simulate_params.rbi +31 -6
  394. data/rbi/lib/lithic/models/three_ds/authentication_simulate_response.rbi +5 -2
  395. data/rbi/lib/lithic/models/three_ds/challenge_response.rbi +9 -2
  396. data/rbi/lib/lithic/models/three_ds/decisioning_retrieve_secret_response.rbi +4 -2
  397. data/rbi/lib/lithic/models/tokenization.rbi +27 -2
  398. data/rbi/lib/lithic/models/tokenization_decisioning_rotate_secret_response.rbi +4 -2
  399. data/rbi/lib/lithic/models/tokenization_list_params.rbi +11 -0
  400. data/rbi/lib/lithic/models/tokenization_resend_activation_code_params.rbi +7 -2
  401. data/rbi/lib/lithic/models/tokenization_secret.rbi +4 -2
  402. data/rbi/lib/lithic/models/tokenization_simulate_params.rbi +11 -0
  403. data/rbi/lib/lithic/models/tokenization_update_digital_card_art_params.rbi +8 -2
  404. data/rbi/lib/lithic/models/transaction.rbi +246 -35
  405. data/rbi/lib/lithic/models/transaction_list_params.rbi +14 -0
  406. data/rbi/lib/lithic/models/transaction_simulate_authorization_advice_params.rbi +8 -2
  407. data/rbi/lib/lithic/models/transaction_simulate_authorization_advice_response.rbi +6 -2
  408. data/rbi/lib/lithic/models/transaction_simulate_authorization_params.rbi +35 -0
  409. data/rbi/lib/lithic/models/transaction_simulate_authorization_response.rbi +7 -2
  410. data/rbi/lib/lithic/models/transaction_simulate_clearing_params.rbi +15 -2
  411. data/rbi/lib/lithic/models/transaction_simulate_clearing_response.rbi +4 -2
  412. data/rbi/lib/lithic/models/transaction_simulate_credit_authorization_params.rbi +17 -2
  413. data/rbi/lib/lithic/models/transaction_simulate_credit_authorization_response.rbi +6 -2
  414. data/rbi/lib/lithic/models/transaction_simulate_return_params.rbi +9 -2
  415. data/rbi/lib/lithic/models/transaction_simulate_return_response.rbi +6 -2
  416. data/rbi/lib/lithic/models/transaction_simulate_return_reversal_params.rbi +5 -2
  417. data/rbi/lib/lithic/models/transaction_simulate_return_reversal_response.rbi +4 -2
  418. data/rbi/lib/lithic/models/transaction_simulate_void_params.rbi +14 -2
  419. data/rbi/lib/lithic/models/transaction_simulate_void_response.rbi +4 -2
  420. data/rbi/lib/lithic/models/transactions/events/enhanced_data.rbi +57 -16
  421. data/rbi/lib/lithic/models/transfer.rbi +41 -2
  422. data/rbi/lib/lithic/models/transfer_create_params.rbi +17 -2
  423. data/sig/lithic/file_part.rbs +21 -0
  424. data/sig/lithic/internal/transport/base_client.rbs +9 -3
  425. data/sig/lithic/internal/type/{io_like.rbs → file_input.rbs} +1 -1
  426. data/sig/lithic/internal/util.rbs +14 -12
  427. metadata +8 -5
@@ -23,8 +23,15 @@ module Lithic
23
23
  optional :end_, Time
24
24
 
25
25
  # @!method initialize(begin_: nil, end_: nil, request_options: {})
26
- # @param begin_ [Time]
27
- # @param end_ [Time]
26
+ # Some parameter documentations has been truncated, see
27
+ # {Lithic::Models::Events::SubscriptionReplayMissingParams} for more details.
28
+ #
29
+ # @param begin_ [Time] Date string in RFC 3339 format. Only entries created after the specified time wi
30
+ # ...
31
+ #
32
+ # @param end_ [Time] Date string in RFC 3339 format. Only entries created before the specified time w
33
+ # ...
34
+ #
28
35
  # @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}]
29
36
  end
30
37
  end
@@ -12,7 +12,7 @@ module Lithic
12
12
  optional :secret, String
13
13
 
14
14
  # @!method initialize(secret: nil)
15
- # @param secret [String]
15
+ # @param secret [String] The secret for the event subscription.
16
16
  end
17
17
  end
18
18
  end
@@ -16,7 +16,8 @@ module Lithic
16
16
  enum: -> { Lithic::Models::Events::SubscriptionSendSimulatedExampleParams::EventType }
17
17
 
18
18
  # @!method initialize(event_type: nil, request_options: {})
19
- # @param event_type [Symbol, Lithic::Models::Events::SubscriptionSendSimulatedExampleParams::EventType]
19
+ # @param event_type [Symbol, Lithic::Models::Events::SubscriptionSendSimulatedExampleParams::EventType] Event type to send example message for.
20
+ #
20
21
  # @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}]
21
22
 
22
23
  # Event type to send example message for.
@@ -35,10 +35,18 @@ module Lithic
35
35
  -> { Lithic::Internal::Type::ArrayOf[enum: Lithic::Models::Events::SubscriptionUpdateParams::EventType] }
36
36
 
37
37
  # @!method initialize(url:, description: nil, disabled: nil, event_types: nil, request_options: {})
38
- # @param url [String]
39
- # @param description [String]
40
- # @param disabled [Boolean]
41
- # @param event_types [Array<Symbol, Lithic::Models::Events::SubscriptionUpdateParams::EventType>]
38
+ # Some parameter documentations has been truncated, see
39
+ # {Lithic::Models::Events::SubscriptionUpdateParams} for more details.
40
+ #
41
+ # @param url [String] URL to which event webhooks will be sent. URL must be a valid HTTPS address.
42
+ #
43
+ # @param description [String] Event subscription description.
44
+ #
45
+ # @param disabled [Boolean] Whether the event subscription is active (false) or inactive (true).
46
+ #
47
+ # @param event_types [Array<Symbol, Lithic::Models::Events::SubscriptionUpdateParams::EventType>] Indicates types of events that will be sent to this subscription. If left blank,
48
+ # ...
49
+ #
42
50
  # @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}]
43
51
 
44
52
  module EventType
@@ -119,24 +119,48 @@ module Lithic
119
119
  required :processor_token, String
120
120
 
121
121
  # @!method initialize(account_number:, country:, currency:, financial_account_token:, owner:, owner_type:, routing_number:, type:, verification_method:, processor_token:, account_token: nil, address: nil, company_id: nil, dob: nil, doing_business_as: nil, name: nil, user_defined_id: nil, verification_enforcement: nil, request_options: {})
122
- # @param account_number [String]
123
- # @param country [String]
124
- # @param currency [String]
125
- # @param financial_account_token [String]
126
- # @param owner [String]
127
- # @param owner_type [Symbol, Lithic::Models::OwnerType]
128
- # @param routing_number [String]
129
- # @param type [Symbol, Lithic::Models::ExternalBankAccountCreateParams::Type]
130
- # @param verification_method [Symbol, Lithic::Models::ExternalBankAccountCreateParams::VerificationMethod]
122
+ # Some parameter documentations has been truncated, see
123
+ # {Lithic::Models::ExternalBankAccountCreateParams} for more details.
124
+ #
125
+ # @param account_number [String] Account Number
126
+ #
127
+ # @param country [String] The country that the bank account is located in using ISO 3166-1. We will only a
128
+ # ...
129
+ #
130
+ # @param currency [String] currency of the external account 3-character alphabetic ISO 4217 code
131
+ #
132
+ # @param financial_account_token [String] The financial account token of the operating account to fund the micro deposits
133
+ #
134
+ # @param owner [String] Legal Name of the business or individual who owns the external account. This wil
135
+ # ...
136
+ #
137
+ # @param owner_type [Symbol, Lithic::Models::OwnerType] Owner Type
138
+ #
139
+ # @param routing_number [String] Routing Number
140
+ #
141
+ # @param type [Symbol, Lithic::Models::ExternalBankAccountCreateParams::Type] Account Type
142
+ #
143
+ # @param verification_method [Symbol, Lithic::Models::ExternalBankAccountCreateParams::VerificationMethod] Verification Method
144
+ #
131
145
  # @param processor_token [String]
132
- # @param account_token [String]
133
- # @param address [Lithic::Models::ExternalBankAccountAddress]
134
- # @param company_id [String]
135
- # @param dob [Date]
136
- # @param doing_business_as [String]
137
- # @param name [String]
138
- # @param user_defined_id [String]
146
+ #
147
+ # @param account_token [String] Indicates which Lithic account the external account is associated with. For exte
148
+ # ...
149
+ #
150
+ # @param address [Lithic::Models::ExternalBankAccountAddress] Address
151
+ #
152
+ # @param company_id [String] Optional field that helps identify bank accounts in receipts
153
+ #
154
+ # @param dob [Date] Date of Birth of the Individual that owns the external bank account
155
+ #
156
+ # @param doing_business_as [String] Doing Business As
157
+ #
158
+ # @param name [String] The nickname for this External Bank Account
159
+ #
160
+ # @param user_defined_id [String] User Defined ID
161
+ #
139
162
  # @param verification_enforcement [Boolean]
163
+ #
140
164
  # @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}]
141
165
 
142
166
  # Account Type
@@ -150,28 +150,59 @@ module Lithic
150
150
  optional :verification_failed_reason, String
151
151
 
152
152
  # @!method initialize(token:, country:, created:, currency:, last_four:, owner:, owner_type:, routing_number:, state:, type:, verification_attempts:, verification_method:, verification_state:, account_token: nil, address: nil, company_id: nil, dob: nil, doing_business_as: nil, financial_account_token: nil, name: nil, user_defined_id: nil, verification_failed_reason: nil)
153
- # @param token [String]
154
- # @param country [String]
155
- # @param created [Time]
156
- # @param currency [String]
157
- # @param last_four [String]
158
- # @param owner [String]
159
- # @param owner_type [Symbol, Lithic::Models::ExternalBankAccountCreateResponse::OwnerType]
160
- # @param routing_number [String]
161
- # @param state [Symbol, Lithic::Models::ExternalBankAccountCreateResponse::State]
162
- # @param type [Symbol, Lithic::Models::ExternalBankAccountCreateResponse::Type]
163
- # @param verification_attempts [Integer]
164
- # @param verification_method [Symbol, Lithic::Models::ExternalBankAccountCreateResponse::VerificationMethod]
165
- # @param verification_state [Symbol, Lithic::Models::ExternalBankAccountCreateResponse::VerificationState]
166
- # @param account_token [String]
167
- # @param address [Lithic::Models::ExternalBankAccountAddress]
168
- # @param company_id [String]
169
- # @param dob [Date]
170
- # @param doing_business_as [String]
171
- # @param financial_account_token [String]
172
- # @param name [String]
173
- # @param user_defined_id [String]
174
- # @param verification_failed_reason [String]
153
+ # Some parameter documentations has been truncated, see
154
+ # {Lithic::Models::ExternalBankAccountCreateResponse} for more details.
155
+ #
156
+ # @param token [String] A globally unique identifier for this record of an external bank account associa
157
+ # ...
158
+ #
159
+ # @param country [String] The country that the bank account is located in using ISO 3166-1. We will only a
160
+ # ...
161
+ #
162
+ # @param created [Time] An ISO 8601 string representing when this funding source was added to the Lithic
163
+ # ...
164
+ #
165
+ # @param currency [String] currency of the external account 3-character alphabetic ISO 4217 code
166
+ #
167
+ # @param last_four [String] The last 4 digits of the bank account. Derived by Lithic from the account number
168
+ # ...
169
+ #
170
+ # @param owner [String] Legal Name of the business or individual who owns the external account. This wil
171
+ # ...
172
+ #
173
+ # @param owner_type [Symbol, Lithic::Models::ExternalBankAccountCreateResponse::OwnerType] Owner Type
174
+ #
175
+ # @param routing_number [String] Routing Number
176
+ #
177
+ # @param state [Symbol, Lithic::Models::ExternalBankAccountCreateResponse::State] Account State
178
+ #
179
+ # @param type [Symbol, Lithic::Models::ExternalBankAccountCreateResponse::Type] Account Type
180
+ #
181
+ # @param verification_attempts [Integer] The number of attempts at verification
182
+ #
183
+ # @param verification_method [Symbol, Lithic::Models::ExternalBankAccountCreateResponse::VerificationMethod] Verification Method
184
+ #
185
+ # @param verification_state [Symbol, Lithic::Models::ExternalBankAccountCreateResponse::VerificationState] Verification State
186
+ #
187
+ # @param account_token [String] Indicates which Lithic account the external account is associated with. For exte
188
+ # ...
189
+ #
190
+ # @param address [Lithic::Models::ExternalBankAccountAddress] Address
191
+ #
192
+ # @param company_id [String] Optional field that helps identify bank accounts in receipts
193
+ #
194
+ # @param dob [Date] Date of Birth of the Individual that owns the external bank account
195
+ #
196
+ # @param doing_business_as [String] Doing Business As
197
+ #
198
+ # @param financial_account_token [String] The financial account token of the operating account to fund the micro deposits
199
+ #
200
+ # @param name [String] The nickname for this External Bank Account
201
+ #
202
+ # @param user_defined_id [String] User Defined ID
203
+ #
204
+ # @param verification_failed_reason [String] Optional free text description of the reason for the failed verification. For AC
205
+ # ...
175
206
 
176
207
  # Owner Type
177
208
  #
@@ -61,15 +61,29 @@ module Lithic
61
61
  -> { Lithic::Internal::Type::ArrayOf[enum: Lithic::Models::ExternalBankAccountListParams::VerificationState] }
62
62
 
63
63
  # @!method initialize(account_token: nil, account_types: nil, countries: nil, ending_before: nil, owner_types: nil, page_size: nil, starting_after: nil, states: nil, verification_states: nil, request_options: {})
64
+ # Some parameter documentations has been truncated, see
65
+ # {Lithic::Models::ExternalBankAccountListParams} for more details.
66
+ #
64
67
  # @param account_token [String]
68
+ #
65
69
  # @param account_types [Array<Symbol, Lithic::Models::ExternalBankAccountListParams::AccountType>]
70
+ #
66
71
  # @param countries [Array<String>]
67
- # @param ending_before [String]
72
+ #
73
+ # @param ending_before [String] A cursor representing an item's token before which a page of results should end.
74
+ # ...
75
+ #
68
76
  # @param owner_types [Array<Symbol, Lithic::Models::OwnerType>]
69
- # @param page_size [Integer]
70
- # @param starting_after [String]
77
+ #
78
+ # @param page_size [Integer] Page size (for pagination).
79
+ #
80
+ # @param starting_after [String] A cursor representing an item's token after which a page of results should begin
81
+ # ...
82
+ #
71
83
  # @param states [Array<Symbol, Lithic::Models::ExternalBankAccountListParams::State>]
84
+ #
72
85
  # @param verification_states [Array<Symbol, Lithic::Models::ExternalBankAccountListParams::VerificationState>]
86
+ #
73
87
  # @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}]
74
88
 
75
89
  module AccountType
@@ -150,28 +150,59 @@ module Lithic
150
150
  optional :verification_failed_reason, String
151
151
 
152
152
  # @!method initialize(token:, country:, created:, currency:, last_four:, owner:, owner_type:, routing_number:, state:, type:, verification_attempts:, verification_method:, verification_state:, account_token: nil, address: nil, company_id: nil, dob: nil, doing_business_as: nil, financial_account_token: nil, name: nil, user_defined_id: nil, verification_failed_reason: nil)
153
- # @param token [String]
154
- # @param country [String]
155
- # @param created [Time]
156
- # @param currency [String]
157
- # @param last_four [String]
158
- # @param owner [String]
159
- # @param owner_type [Symbol, Lithic::Models::ExternalBankAccountListResponse::OwnerType]
160
- # @param routing_number [String]
161
- # @param state [Symbol, Lithic::Models::ExternalBankAccountListResponse::State]
162
- # @param type [Symbol, Lithic::Models::ExternalBankAccountListResponse::Type]
163
- # @param verification_attempts [Integer]
164
- # @param verification_method [Symbol, Lithic::Models::ExternalBankAccountListResponse::VerificationMethod]
165
- # @param verification_state [Symbol, Lithic::Models::ExternalBankAccountListResponse::VerificationState]
166
- # @param account_token [String]
167
- # @param address [Lithic::Models::ExternalBankAccountAddress]
168
- # @param company_id [String]
169
- # @param dob [Date]
170
- # @param doing_business_as [String]
171
- # @param financial_account_token [String]
172
- # @param name [String]
173
- # @param user_defined_id [String]
174
- # @param verification_failed_reason [String]
153
+ # Some parameter documentations has been truncated, see
154
+ # {Lithic::Models::ExternalBankAccountListResponse} for more details.
155
+ #
156
+ # @param token [String] A globally unique identifier for this record of an external bank account associa
157
+ # ...
158
+ #
159
+ # @param country [String] The country that the bank account is located in using ISO 3166-1. We will only a
160
+ # ...
161
+ #
162
+ # @param created [Time] An ISO 8601 string representing when this funding source was added to the Lithic
163
+ # ...
164
+ #
165
+ # @param currency [String] currency of the external account 3-character alphabetic ISO 4217 code
166
+ #
167
+ # @param last_four [String] The last 4 digits of the bank account. Derived by Lithic from the account number
168
+ # ...
169
+ #
170
+ # @param owner [String] Legal Name of the business or individual who owns the external account. This wil
171
+ # ...
172
+ #
173
+ # @param owner_type [Symbol, Lithic::Models::ExternalBankAccountListResponse::OwnerType] Owner Type
174
+ #
175
+ # @param routing_number [String] Routing Number
176
+ #
177
+ # @param state [Symbol, Lithic::Models::ExternalBankAccountListResponse::State] Account State
178
+ #
179
+ # @param type [Symbol, Lithic::Models::ExternalBankAccountListResponse::Type] Account Type
180
+ #
181
+ # @param verification_attempts [Integer] The number of attempts at verification
182
+ #
183
+ # @param verification_method [Symbol, Lithic::Models::ExternalBankAccountListResponse::VerificationMethod] Verification Method
184
+ #
185
+ # @param verification_state [Symbol, Lithic::Models::ExternalBankAccountListResponse::VerificationState] Verification State
186
+ #
187
+ # @param account_token [String] Indicates which Lithic account the external account is associated with. For exte
188
+ # ...
189
+ #
190
+ # @param address [Lithic::Models::ExternalBankAccountAddress] Address
191
+ #
192
+ # @param company_id [String] Optional field that helps identify bank accounts in receipts
193
+ #
194
+ # @param dob [Date] Date of Birth of the Individual that owns the external bank account
195
+ #
196
+ # @param doing_business_as [String] Doing Business As
197
+ #
198
+ # @param financial_account_token [String] The financial account token of the operating account to fund the micro deposits
199
+ #
200
+ # @param name [String] The nickname for this External Bank Account
201
+ #
202
+ # @param user_defined_id [String] User Defined ID
203
+ #
204
+ # @param verification_failed_reason [String] Optional free text description of the reason for the failed verification. For AC
205
+ # ...
175
206
 
176
207
  # Owner Type
177
208
  #
@@ -150,28 +150,59 @@ module Lithic
150
150
  optional :verification_failed_reason, String
151
151
 
152
152
  # @!method initialize(token:, country:, created:, currency:, last_four:, owner:, owner_type:, routing_number:, state:, type:, verification_attempts:, verification_method:, verification_state:, account_token: nil, address: nil, company_id: nil, dob: nil, doing_business_as: nil, financial_account_token: nil, name: nil, user_defined_id: nil, verification_failed_reason: nil)
153
- # @param token [String]
154
- # @param country [String]
155
- # @param created [Time]
156
- # @param currency [String]
157
- # @param last_four [String]
158
- # @param owner [String]
159
- # @param owner_type [Symbol, Lithic::Models::ExternalBankAccountRetrieveResponse::OwnerType]
160
- # @param routing_number [String]
161
- # @param state [Symbol, Lithic::Models::ExternalBankAccountRetrieveResponse::State]
162
- # @param type [Symbol, Lithic::Models::ExternalBankAccountRetrieveResponse::Type]
163
- # @param verification_attempts [Integer]
164
- # @param verification_method [Symbol, Lithic::Models::ExternalBankAccountRetrieveResponse::VerificationMethod]
165
- # @param verification_state [Symbol, Lithic::Models::ExternalBankAccountRetrieveResponse::VerificationState]
166
- # @param account_token [String]
167
- # @param address [Lithic::Models::ExternalBankAccountAddress]
168
- # @param company_id [String]
169
- # @param dob [Date]
170
- # @param doing_business_as [String]
171
- # @param financial_account_token [String]
172
- # @param name [String]
173
- # @param user_defined_id [String]
174
- # @param verification_failed_reason [String]
153
+ # Some parameter documentations has been truncated, see
154
+ # {Lithic::Models::ExternalBankAccountRetrieveResponse} for more details.
155
+ #
156
+ # @param token [String] A globally unique identifier for this record of an external bank account associa
157
+ # ...
158
+ #
159
+ # @param country [String] The country that the bank account is located in using ISO 3166-1. We will only a
160
+ # ...
161
+ #
162
+ # @param created [Time] An ISO 8601 string representing when this funding source was added to the Lithic
163
+ # ...
164
+ #
165
+ # @param currency [String] currency of the external account 3-character alphabetic ISO 4217 code
166
+ #
167
+ # @param last_four [String] The last 4 digits of the bank account. Derived by Lithic from the account number
168
+ # ...
169
+ #
170
+ # @param owner [String] Legal Name of the business or individual who owns the external account. This wil
171
+ # ...
172
+ #
173
+ # @param owner_type [Symbol, Lithic::Models::ExternalBankAccountRetrieveResponse::OwnerType] Owner Type
174
+ #
175
+ # @param routing_number [String] Routing Number
176
+ #
177
+ # @param state [Symbol, Lithic::Models::ExternalBankAccountRetrieveResponse::State] Account State
178
+ #
179
+ # @param type [Symbol, Lithic::Models::ExternalBankAccountRetrieveResponse::Type] Account Type
180
+ #
181
+ # @param verification_attempts [Integer] The number of attempts at verification
182
+ #
183
+ # @param verification_method [Symbol, Lithic::Models::ExternalBankAccountRetrieveResponse::VerificationMethod] Verification Method
184
+ #
185
+ # @param verification_state [Symbol, Lithic::Models::ExternalBankAccountRetrieveResponse::VerificationState] Verification State
186
+ #
187
+ # @param account_token [String] Indicates which Lithic account the external account is associated with. For exte
188
+ # ...
189
+ #
190
+ # @param address [Lithic::Models::ExternalBankAccountAddress] Address
191
+ #
192
+ # @param company_id [String] Optional field that helps identify bank accounts in receipts
193
+ #
194
+ # @param dob [Date] Date of Birth of the Individual that owns the external bank account
195
+ #
196
+ # @param doing_business_as [String] Doing Business As
197
+ #
198
+ # @param financial_account_token [String] The financial account token of the operating account to fund the micro deposits
199
+ #
200
+ # @param name [String] The nickname for this External Bank Account
201
+ #
202
+ # @param user_defined_id [String] User Defined ID
203
+ #
204
+ # @param verification_failed_reason [String] Optional free text description of the reason for the failed verification. For AC
205
+ # ...
175
206
 
176
207
  # Owner Type
177
208
  #
@@ -151,28 +151,60 @@ module Lithic
151
151
  optional :verification_failed_reason, String
152
152
 
153
153
  # @!method initialize(token:, country:, created:, currency:, last_four:, owner:, owner_type:, routing_number:, state:, type:, verification_attempts:, verification_method:, verification_state:, account_token: nil, address: nil, company_id: nil, dob: nil, doing_business_as: nil, financial_account_token: nil, name: nil, user_defined_id: nil, verification_failed_reason: nil)
154
- # @param token [String]
155
- # @param country [String]
156
- # @param created [Time]
157
- # @param currency [String]
158
- # @param last_four [String]
159
- # @param owner [String]
160
- # @param owner_type [Symbol, Lithic::Models::ExternalBankAccountRetryMicroDepositsResponse::OwnerType]
161
- # @param routing_number [String]
162
- # @param state [Symbol, Lithic::Models::ExternalBankAccountRetryMicroDepositsResponse::State]
163
- # @param type [Symbol, Lithic::Models::ExternalBankAccountRetryMicroDepositsResponse::Type]
164
- # @param verification_attempts [Integer]
165
- # @param verification_method [Symbol, Lithic::Models::ExternalBankAccountRetryMicroDepositsResponse::VerificationMethod]
166
- # @param verification_state [Symbol, Lithic::Models::ExternalBankAccountRetryMicroDepositsResponse::VerificationState]
167
- # @param account_token [String]
168
- # @param address [Lithic::Models::ExternalBankAccountAddress]
169
- # @param company_id [String]
170
- # @param dob [Date]
171
- # @param doing_business_as [String]
172
- # @param financial_account_token [String]
173
- # @param name [String]
174
- # @param user_defined_id [String]
175
- # @param verification_failed_reason [String]
154
+ # Some parameter documentations has been truncated, see
155
+ # {Lithic::Models::ExternalBankAccountRetryMicroDepositsResponse} for more
156
+ # details.
157
+ #
158
+ # @param token [String] A globally unique identifier for this record of an external bank account associa
159
+ # ...
160
+ #
161
+ # @param country [String] The country that the bank account is located in using ISO 3166-1. We will only a
162
+ # ...
163
+ #
164
+ # @param created [Time] An ISO 8601 string representing when this funding source was added to the Lithic
165
+ # ...
166
+ #
167
+ # @param currency [String] currency of the external account 3-character alphabetic ISO 4217 code
168
+ #
169
+ # @param last_four [String] The last 4 digits of the bank account. Derived by Lithic from the account number
170
+ # ...
171
+ #
172
+ # @param owner [String] Legal Name of the business or individual who owns the external account. This wil
173
+ # ...
174
+ #
175
+ # @param owner_type [Symbol, Lithic::Models::ExternalBankAccountRetryMicroDepositsResponse::OwnerType] Owner Type
176
+ #
177
+ # @param routing_number [String] Routing Number
178
+ #
179
+ # @param state [Symbol, Lithic::Models::ExternalBankAccountRetryMicroDepositsResponse::State] Account State
180
+ #
181
+ # @param type [Symbol, Lithic::Models::ExternalBankAccountRetryMicroDepositsResponse::Type] Account Type
182
+ #
183
+ # @param verification_attempts [Integer] The number of attempts at verification
184
+ #
185
+ # @param verification_method [Symbol, Lithic::Models::ExternalBankAccountRetryMicroDepositsResponse::VerificationMethod] Verification Method
186
+ #
187
+ # @param verification_state [Symbol, Lithic::Models::ExternalBankAccountRetryMicroDepositsResponse::VerificationState] Verification State
188
+ #
189
+ # @param account_token [String] Indicates which Lithic account the external account is associated with. For exte
190
+ # ...
191
+ #
192
+ # @param address [Lithic::Models::ExternalBankAccountAddress] Address
193
+ #
194
+ # @param company_id [String] Optional field that helps identify bank accounts in receipts
195
+ #
196
+ # @param dob [Date] Date of Birth of the Individual that owns the external bank account
197
+ #
198
+ # @param doing_business_as [String] Doing Business As
199
+ #
200
+ # @param financial_account_token [String] The financial account token of the operating account to fund the micro deposits
201
+ #
202
+ # @param name [String] The nickname for this External Bank Account
203
+ #
204
+ # @param user_defined_id [String] User Defined ID
205
+ #
206
+ # @param verification_failed_reason [String] Optional free text description of the reason for the failed verification. For AC
207
+ # ...
176
208
 
177
209
  # Owner Type
178
210
  #
@@ -149,28 +149,59 @@ module Lithic
149
149
  optional :verification_failed_reason, String
150
150
 
151
151
  # @!method initialize(token:, country:, created:, currency:, last_four:, owner:, owner_type:, routing_number:, state:, type:, verification_attempts:, verification_method:, verification_state:, account_token: nil, address: nil, company_id: nil, dob: nil, doing_business_as: nil, financial_account_token: nil, name: nil, user_defined_id: nil, verification_failed_reason: nil)
152
- # @param token [String]
153
- # @param country [String]
154
- # @param created [Time]
155
- # @param currency [String]
156
- # @param last_four [String]
157
- # @param owner [String]
158
- # @param owner_type [Symbol, Lithic::Models::OwnerType]
159
- # @param routing_number [String]
160
- # @param state [Symbol, Lithic::Models::ExternalBankAccountRetryPrenoteResponse::State]
161
- # @param type [Symbol, Lithic::Models::ExternalBankAccountRetryPrenoteResponse::Type]
162
- # @param verification_attempts [Integer]
163
- # @param verification_method [Symbol, Lithic::Models::VerificationMethod]
164
- # @param verification_state [Symbol, Lithic::Models::ExternalBankAccountRetryPrenoteResponse::VerificationState]
165
- # @param account_token [String]
166
- # @param address [Lithic::Models::ExternalBankAccountAddress]
167
- # @param company_id [String]
168
- # @param dob [Date]
169
- # @param doing_business_as [String]
170
- # @param financial_account_token [String]
171
- # @param name [String]
172
- # @param user_defined_id [String]
173
- # @param verification_failed_reason [String]
152
+ # Some parameter documentations has been truncated, see
153
+ # {Lithic::Models::ExternalBankAccountRetryPrenoteResponse} for more details.
154
+ #
155
+ # @param token [String] A globally unique identifier for this record of an external bank account associa
156
+ # ...
157
+ #
158
+ # @param country [String] The country that the bank account is located in using ISO 3166-1. We will only a
159
+ # ...
160
+ #
161
+ # @param created [Time] An ISO 8601 string representing when this funding source was added to the Lithic
162
+ # ...
163
+ #
164
+ # @param currency [String] currency of the external account 3-character alphabetic ISO 4217 code
165
+ #
166
+ # @param last_four [String] The last 4 digits of the bank account. Derived by Lithic from the account number
167
+ # ...
168
+ #
169
+ # @param owner [String] Legal Name of the business or individual who owns the external account. This wil
170
+ # ...
171
+ #
172
+ # @param owner_type [Symbol, Lithic::Models::OwnerType] Owner Type
173
+ #
174
+ # @param routing_number [String] Routing Number
175
+ #
176
+ # @param state [Symbol, Lithic::Models::ExternalBankAccountRetryPrenoteResponse::State] Account State
177
+ #
178
+ # @param type [Symbol, Lithic::Models::ExternalBankAccountRetryPrenoteResponse::Type] Account Type
179
+ #
180
+ # @param verification_attempts [Integer] The number of attempts at verification
181
+ #
182
+ # @param verification_method [Symbol, Lithic::Models::VerificationMethod] Verification Method
183
+ #
184
+ # @param verification_state [Symbol, Lithic::Models::ExternalBankAccountRetryPrenoteResponse::VerificationState] Verification State
185
+ #
186
+ # @param account_token [String] Indicates which Lithic account the external account is associated with. For exte
187
+ # ...
188
+ #
189
+ # @param address [Lithic::Models::ExternalBankAccountAddress] Address
190
+ #
191
+ # @param company_id [String] Optional field that helps identify bank accounts in receipts
192
+ #
193
+ # @param dob [Date] Date of Birth of the Individual that owns the external bank account
194
+ #
195
+ # @param doing_business_as [String] Doing Business As
196
+ #
197
+ # @param financial_account_token [String] The financial account token of the operating account to fund the micro deposits
198
+ #
199
+ # @param name [String] The nickname for this External Bank Account
200
+ #
201
+ # @param user_defined_id [String] User Defined ID
202
+ #
203
+ # @param verification_failed_reason [String] Optional free text description of the reason for the failed verification. For AC
204
+ # ...
174
205
 
175
206
  # Account State
176
207
  #
@@ -62,15 +62,28 @@ module Lithic
62
62
  optional :user_defined_id, String
63
63
 
64
64
  # @!method initialize(address: nil, company_id: nil, dob: nil, doing_business_as: nil, name: nil, owner: nil, owner_type: nil, type: nil, user_defined_id: nil, request_options: {})
65
- # @param address [Lithic::Models::ExternalBankAccountAddress]
66
- # @param company_id [String]
67
- # @param dob [Date]
68
- # @param doing_business_as [String]
69
- # @param name [String]
70
- # @param owner [String]
71
- # @param owner_type [Symbol, Lithic::Models::OwnerType]
65
+ # Some parameter documentations has been truncated, see
66
+ # {Lithic::Models::ExternalBankAccountUpdateParams} for more details.
67
+ #
68
+ # @param address [Lithic::Models::ExternalBankAccountAddress] Address
69
+ #
70
+ # @param company_id [String] Optional field that helps identify bank accounts in receipts
71
+ #
72
+ # @param dob [Date] Date of Birth of the Individual that owns the external bank account
73
+ #
74
+ # @param doing_business_as [String] Doing Business As
75
+ #
76
+ # @param name [String] The nickname for this External Bank Account
77
+ #
78
+ # @param owner [String] Legal Name of the business or individual who owns the external account. This wil
79
+ # ...
80
+ #
81
+ # @param owner_type [Symbol, Lithic::Models::OwnerType] Owner Type
82
+ #
72
83
  # @param type [Symbol, Lithic::Models::ExternalBankAccountUpdateParams::Type]
73
- # @param user_defined_id [String]
84
+ #
85
+ # @param user_defined_id [String] User Defined ID
86
+ #
74
87
  # @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}]
75
88
 
76
89
  module Type