lithic 0.1.0.pre.alpha.14 → 0.1.0.pre.alpha.16

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 (466) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +36 -0
  3. data/README.md +61 -52
  4. data/lib/lithic/client.rb +4 -4
  5. data/lib/lithic/internal/transport/pooled_net_requester.rb +1 -5
  6. data/lib/lithic/internal/type/array_of.rb +9 -0
  7. data/lib/lithic/internal/type/base_model.rb +62 -28
  8. data/lib/lithic/internal/type/base_page.rb +8 -0
  9. data/lib/lithic/internal/type/boolean.rb +4 -0
  10. data/lib/lithic/internal/type/enum.rb +9 -5
  11. data/lib/lithic/internal/type/hash_of.rb +9 -0
  12. data/lib/lithic/internal/type/io_like.rb +4 -0
  13. data/lib/lithic/internal/type/request_parameters.rb +1 -2
  14. data/lib/lithic/internal/type/union.rb +10 -1
  15. data/lib/lithic/internal/type/unknown.rb +4 -0
  16. data/lib/lithic/internal.rb +0 -1
  17. data/lib/lithic/models/account.rb +42 -91
  18. data/lib/lithic/models/account_financial_account_type.rb +2 -5
  19. data/lib/lithic/models/account_holder.rb +127 -312
  20. data/lib/lithic/models/account_holder_create_params.rb +99 -219
  21. data/lib/lithic/models/account_holder_create_response.rb +15 -48
  22. data/lib/lithic/models/account_holder_list_documents_params.rb +3 -8
  23. data/lib/lithic/models/account_holder_list_documents_response.rb +3 -11
  24. data/lib/lithic/models/account_holder_list_params.rb +25 -90
  25. data/lib/lithic/models/account_holder_retrieve_document_params.rb +4 -9
  26. data/lib/lithic/models/account_holder_retrieve_params.rb +3 -8
  27. data/lib/lithic/models/account_holder_simulate_enrollment_document_review_params.rb +13 -41
  28. data/lib/lithic/models/account_holder_simulate_enrollment_review_params.rb +13 -36
  29. data/lib/lithic/models/account_holder_simulate_enrollment_review_response.rb +151 -388
  30. data/lib/lithic/models/account_holder_update_params.rb +132 -424
  31. data/lib/lithic/models/account_holder_update_response.rb +180 -474
  32. data/lib/lithic/models/account_holder_upload_document_params.rb +7 -15
  33. data/lib/lithic/models/account_list_params.rb +13 -38
  34. data/lib/lithic/models/account_retrieve_params.rb +3 -8
  35. data/lib/lithic/models/account_retrieve_spend_limits_params.rb +3 -8
  36. data/lib/lithic/models/account_spend_limits.rb +27 -87
  37. data/lib/lithic/models/account_update_params.rb +35 -99
  38. data/lib/lithic/models/address.rb +8 -16
  39. data/lib/lithic/models/address_update.rb +13 -41
  40. data/lib/lithic/models/aggregate_balance.rb +15 -36
  41. data/lib/lithic/models/aggregate_balance_list_params.rb +7 -19
  42. data/lib/lithic/models/api_status.rb +3 -11
  43. data/lib/lithic/models/auth_rules/auth_rule.rb +19 -67
  44. data/lib/lithic/models/auth_rules/auth_rule_condition.rb +11 -31
  45. data/lib/lithic/models/auth_rules/conditional_attribute.rb +2 -5
  46. data/lib/lithic/models/auth_rules/conditional_block_parameters.rb +2 -6
  47. data/lib/lithic/models/auth_rules/v2/backtest_create_params.rb +7 -20
  48. data/lib/lithic/models/auth_rules/v2/backtest_create_response.rb +3 -11
  49. data/lib/lithic/models/auth_rules/v2/backtest_results.rb +46 -142
  50. data/lib/lithic/models/auth_rules/v2/backtest_retrieve_params.rb +4 -9
  51. data/lib/lithic/models/auth_rules/v2_apply_params.rb +8 -17
  52. data/lib/lithic/models/auth_rules/v2_apply_response.rb +26 -64
  53. data/lib/lithic/models/auth_rules/v2_create_params.rb +17 -50
  54. data/lib/lithic/models/auth_rules/v2_create_response.rb +26 -64
  55. data/lib/lithic/models/auth_rules/v2_delete_params.rb +3 -8
  56. data/lib/lithic/models/auth_rules/v2_draft_params.rb +6 -12
  57. data/lib/lithic/models/auth_rules/v2_draft_response.rb +26 -64
  58. data/lib/lithic/models/auth_rules/v2_list_params.rb +13 -48
  59. data/lib/lithic/models/auth_rules/v2_list_response.rb +26 -64
  60. data/lib/lithic/models/auth_rules/v2_promote_params.rb +3 -8
  61. data/lib/lithic/models/auth_rules/v2_promote_response.rb +26 -64
  62. data/lib/lithic/models/auth_rules/v2_report_params.rb +3 -8
  63. data/lib/lithic/models/auth_rules/v2_report_response.rb +3 -11
  64. data/lib/lithic/models/auth_rules/v2_retrieve_params.rb +3 -8
  65. data/lib/lithic/models/auth_rules/v2_retrieve_response.rb +26 -64
  66. data/lib/lithic/models/auth_rules/v2_update_params.rb +16 -55
  67. data/lib/lithic/models/auth_rules/v2_update_response.rb +26 -64
  68. data/lib/lithic/models/auth_rules/velocity_limit_params.rb +15 -27
  69. data/lib/lithic/models/auth_rules/velocity_limit_params_period_window.rb +2 -5
  70. data/lib/lithic/models/auth_stream_enrollment_retrieve_secret_params.rb +3 -8
  71. data/lib/lithic/models/auth_stream_enrollment_rotate_secret_params.rb +3 -8
  72. data/lib/lithic/models/auth_stream_secret.rb +3 -11
  73. data/lib/lithic/models/balance.rb +15 -36
  74. data/lib/lithic/models/balance_list_params.rb +13 -46
  75. data/lib/lithic/models/book_transfer_create_params.rb +17 -49
  76. data/lib/lithic/models/book_transfer_list_params.rb +31 -105
  77. data/lib/lithic/models/book_transfer_response.rb +32 -71
  78. data/lib/lithic/models/book_transfer_retrieve_params.rb +3 -8
  79. data/lib/lithic/models/book_transfer_reverse_params.rb +5 -14
  80. data/lib/lithic/models/card_convert_physical_params.rb +12 -32
  81. data/lib/lithic/models/card_convert_physical_response.rb +393 -0
  82. data/lib/lithic/models/card_create_params.rb +42 -142
  83. data/lib/lithic/models/card_create_response.rb +392 -0
  84. data/lib/lithic/models/card_embed_params.rb +5 -10
  85. data/lib/lithic/models/card_list_params.rb +19 -67
  86. data/lib/lithic/models/card_list_response.rb +376 -0
  87. data/lib/lithic/models/card_program.rb +10 -33
  88. data/lib/lithic/models/card_program_list_params.rb +9 -26
  89. data/lib/lithic/models/card_program_retrieve_params.rb +3 -8
  90. data/lib/lithic/models/card_provision_params.rb +17 -60
  91. data/lib/lithic/models/card_provision_response.rb +3 -11
  92. data/lib/lithic/models/card_reissue_params.rb +13 -37
  93. data/lib/lithic/models/card_reissue_response.rb +392 -0
  94. data/lib/lithic/models/card_renew_params.rb +16 -55
  95. data/lib/lithic/models/card_renew_response.rb +392 -0
  96. data/lib/lithic/models/card_retrieve_params.rb +3 -8
  97. data/lib/lithic/models/card_retrieve_response.rb +392 -0
  98. data/lib/lithic/models/card_retrieve_spend_limits_params.rb +3 -8
  99. data/lib/lithic/models/card_search_by_pan_params.rb +4 -9
  100. data/lib/lithic/models/card_search_by_pan_response.rb +392 -0
  101. data/lib/lithic/models/card_spend_limits.rb +27 -87
  102. data/lib/lithic/models/card_update_params.rb +21 -72
  103. data/lib/lithic/models/card_update_response.rb +392 -0
  104. data/lib/lithic/models/cards/aggregate_balance_list_params.rb +7 -20
  105. data/lib/lithic/models/cards/aggregate_balance_list_response.rb +12 -29
  106. data/lib/lithic/models/cards/balance_list_params.rb +7 -20
  107. data/lib/lithic/models/cards/balance_list_response.rb +15 -36
  108. data/lib/lithic/models/cards/financial_transaction_list_params.rb +23 -77
  109. data/lib/lithic/models/cards/financial_transaction_retrieve_params.rb +4 -9
  110. data/lib/lithic/models/carrier.rb +3 -11
  111. data/lib/lithic/models/client_api_status_params.rb +3 -8
  112. data/lib/lithic/models/credit_products/extended_credit.rb +2 -6
  113. data/lib/lithic/models/credit_products/extended_credit_retrieve_params.rb +3 -8
  114. data/lib/lithic/models/credit_products/prime_rate_create_params.rb +5 -10
  115. data/lib/lithic/models/credit_products/prime_rate_retrieve_params.rb +7 -20
  116. data/lib/lithic/models/credit_products/prime_rate_retrieve_response.rb +6 -14
  117. data/lib/lithic/models/digital_card_art.rb +11 -33
  118. data/lib/lithic/models/digital_card_art_list_params.rb +9 -26
  119. data/lib/lithic/models/digital_card_art_retrieve_params.rb +3 -8
  120. data/lib/lithic/models/dispute.rb +27 -70
  121. data/lib/lithic/models/dispute_create_params.rb +12 -38
  122. data/lib/lithic/models/dispute_delete_evidence_params.rb +4 -9
  123. data/lib/lithic/models/dispute_delete_params.rb +3 -8
  124. data/lib/lithic/models/dispute_evidence.rb +15 -34
  125. data/lib/lithic/models/dispute_initiate_evidence_upload_params.rb +5 -14
  126. data/lib/lithic/models/dispute_list_evidences_params.rb +13 -38
  127. data/lib/lithic/models/dispute_list_params.rb +19 -67
  128. data/lib/lithic/models/dispute_retrieve_evidence_params.rb +4 -9
  129. data/lib/lithic/models/dispute_retrieve_params.rb +3 -8
  130. data/lib/lithic/models/dispute_update_params.rb +13 -37
  131. data/lib/lithic/models/document.rb +29 -62
  132. data/lib/lithic/models/event.rb +9 -16
  133. data/lib/lithic/models/event_list_attempts_params.rb +17 -60
  134. data/lib/lithic/models/event_list_params.rb +19 -67
  135. data/lib/lithic/models/event_retrieve_params.rb +3 -8
  136. data/lib/lithic/models/event_subscription.rb +10 -17
  137. data/lib/lithic/models/events/event_subscription_resend_params.rb +4 -9
  138. data/lib/lithic/models/events/subscription_create_params.rb +12 -32
  139. data/lib/lithic/models/events/subscription_delete_params.rb +3 -8
  140. data/lib/lithic/models/events/subscription_list_attempts_params.rb +17 -60
  141. data/lib/lithic/models/events/subscription_list_params.rb +9 -26
  142. data/lib/lithic/models/events/subscription_recover_params.rb +7 -20
  143. data/lib/lithic/models/events/subscription_replay_missing_params.rb +7 -20
  144. data/lib/lithic/models/events/subscription_retrieve_params.rb +3 -8
  145. data/lib/lithic/models/events/subscription_retrieve_secret_params.rb +3 -8
  146. data/lib/lithic/models/events/subscription_retrieve_secret_response.rb +3 -11
  147. data/lib/lithic/models/events/subscription_rotate_secret_params.rb +3 -8
  148. data/lib/lithic/models/events/subscription_send_simulated_example_params.rb +7 -19
  149. data/lib/lithic/models/events/subscription_update_params.rb +12 -32
  150. data/lib/lithic/models/external_bank_account_address.rb +8 -16
  151. data/lib/lithic/models/external_bank_account_create_params.rb +33 -99
  152. data/lib/lithic/models/external_bank_account_create_response.rb +42 -123
  153. data/lib/lithic/models/external_bank_account_list_params.rb +27 -91
  154. data/lib/lithic/models/external_bank_account_list_response.rb +42 -123
  155. data/lib/lithic/models/external_bank_account_retrieve_params.rb +3 -8
  156. data/lib/lithic/models/external_bank_account_retrieve_response.rb +42 -123
  157. data/lib/lithic/models/external_bank_account_retry_micro_deposits_params.rb +5 -14
  158. data/lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb +42 -123
  159. data/lib/lithic/models/external_bank_account_retry_prenote_params.rb +5 -14
  160. data/lib/lithic/models/external_bank_account_retry_prenote_response.rb +38 -113
  161. data/lib/lithic/models/external_bank_account_update_params.rb +23 -81
  162. data/lib/lithic/models/external_bank_account_update_response.rb +42 -123
  163. data/lib/lithic/models/external_bank_accounts/micro_deposit_create_params.rb +4 -9
  164. data/lib/lithic/models/external_bank_accounts/micro_deposit_create_response.rb +42 -123
  165. data/lib/lithic/models/external_payment.rb +38 -88
  166. data/lib/lithic/models/external_payment_cancel_params.rb +6 -15
  167. data/lib/lithic/models/external_payment_create_params.rb +22 -66
  168. data/lib/lithic/models/external_payment_list_params.rb +29 -98
  169. data/lib/lithic/models/external_payment_release_params.rb +6 -15
  170. data/lib/lithic/models/external_payment_retrieve_params.rb +3 -8
  171. data/lib/lithic/models/external_payment_reverse_params.rb +6 -15
  172. data/lib/lithic/models/external_payment_settle_params.rb +10 -26
  173. data/lib/lithic/models/financial_account.rb +33 -81
  174. data/lib/lithic/models/financial_account_create_params.rb +13 -43
  175. data/lib/lithic/models/financial_account_list_params.rb +11 -31
  176. data/lib/lithic/models/financial_account_retrieve_params.rb +3 -8
  177. data/lib/lithic/models/financial_account_update_params.rb +5 -14
  178. data/lib/lithic/models/financial_account_update_status_params.rb +9 -20
  179. data/lib/lithic/models/financial_accounts/balance_list_params.rb +7 -20
  180. data/lib/lithic/models/financial_accounts/balance_list_response.rb +15 -36
  181. data/lib/lithic/models/financial_accounts/credit_configuration_retrieve_params.rb +3 -8
  182. data/lib/lithic/models/financial_accounts/credit_configuration_update_params.rb +11 -41
  183. data/lib/lithic/models/financial_accounts/financial_account_credit_config.rb +13 -35
  184. data/lib/lithic/models/financial_accounts/financial_transaction_list_params.rb +23 -77
  185. data/lib/lithic/models/financial_accounts/financial_transaction_retrieve_params.rb +4 -9
  186. data/lib/lithic/models/financial_accounts/loan_tape.rb +132 -269
  187. data/lib/lithic/models/financial_accounts/loan_tape_list_params.rb +13 -38
  188. data/lib/lithic/models/financial_accounts/loan_tape_retrieve_params.rb +4 -9
  189. data/lib/lithic/models/financial_accounts/statement.rb +87 -198
  190. data/lib/lithic/models/financial_accounts/statement_list_params.rb +15 -55
  191. data/lib/lithic/models/financial_accounts/statement_retrieve_params.rb +4 -9
  192. data/lib/lithic/models/financial_accounts/statements/line_item_list_params.rb +10 -27
  193. data/lib/lithic/models/financial_accounts/statements/statement_line_items.rb +24 -60
  194. data/lib/lithic/models/financial_accounts/statements.rb +3 -7
  195. data/lib/lithic/models/financial_transaction.rb +34 -91
  196. data/lib/lithic/models/instance_financial_account_type.rb +4 -5
  197. data/lib/lithic/models/kyb.rb +73 -167
  198. data/lib/lithic/models/kyb_business_entity.rb +20 -50
  199. data/lib/lithic/models/kyc.rb +21 -40
  200. data/lib/lithic/models/kyc_exempt.rb +16 -47
  201. data/lib/lithic/models/management_operation_create_params.rb +34 -74
  202. data/lib/lithic/models/management_operation_list_params.rb +26 -86
  203. data/lib/lithic/models/management_operation_retrieve_params.rb +3 -8
  204. data/lib/lithic/models/management_operation_reverse_params.rb +6 -15
  205. data/lib/lithic/models/management_operation_transaction.rb +56 -110
  206. data/lib/lithic/models/message_attempt.rb +13 -32
  207. data/lib/lithic/models/owner_type.rb +2 -5
  208. data/lib/lithic/models/payment.rb +56 -129
  209. data/lib/lithic/models/payment_create_params.rb +23 -67
  210. data/lib/lithic/models/payment_create_response.rb +3 -11
  211. data/lib/lithic/models/payment_list_params.rb +31 -105
  212. data/lib/lithic/models/payment_retrieve_params.rb +3 -8
  213. data/lib/lithic/models/payment_retry_params.rb +3 -8
  214. data/lib/lithic/models/payment_retry_response.rb +3 -11
  215. data/lib/lithic/models/payment_simulate_action_params.rb +12 -31
  216. data/lib/lithic/models/payment_simulate_action_response.rb +6 -13
  217. data/lib/lithic/models/payment_simulate_receipt_params.rb +12 -24
  218. data/lib/lithic/models/payment_simulate_receipt_response.rb +6 -13
  219. data/lib/lithic/models/payment_simulate_release_params.rb +4 -9
  220. data/lib/lithic/models/payment_simulate_release_response.rb +6 -13
  221. data/lib/lithic/models/payment_simulate_return_params.rb +6 -15
  222. data/lib/lithic/models/payment_simulate_return_response.rb +6 -13
  223. data/lib/lithic/models/reports/settlement/network_total_list_params.rb +27 -95
  224. data/lib/lithic/models/reports/settlement/network_total_list_response.rb +21 -55
  225. data/lib/lithic/models/reports/settlement/network_total_retrieve_params.rb +3 -8
  226. data/lib/lithic/models/reports/settlement/network_total_retrieve_response.rb +21 -55
  227. data/lib/lithic/models/reports/settlement_list_details_params.rb +9 -26
  228. data/lib/lithic/models/reports/settlement_summary_params.rb +3 -8
  229. data/lib/lithic/models/required_document.rb +4 -8
  230. data/lib/lithic/models/responder_endpoint_check_status_params.rb +6 -14
  231. data/lib/lithic/models/responder_endpoint_create_params.rb +9 -25
  232. data/lib/lithic/models/responder_endpoint_create_response.rb +3 -11
  233. data/lib/lithic/models/responder_endpoint_delete_params.rb +6 -14
  234. data/lib/lithic/models/responder_endpoint_status.rb +4 -12
  235. data/lib/lithic/models/settlement_detail.rb +32 -79
  236. data/lib/lithic/models/settlement_report.rb +24 -31
  237. data/lib/lithic/models/settlement_summary_details.rb +19 -70
  238. data/lib/lithic/models/shipping_address.rb +16 -51
  239. data/lib/lithic/models/spend_limit_duration.rb +2 -5
  240. data/lib/lithic/models/three_ds/authentication_retrieve_params.rb +3 -8
  241. data/lib/lithic/models/three_ds/authentication_retrieve_response.rb +148 -312
  242. data/lib/lithic/models/three_ds/authentication_simulate_otp_entry_params.rb +5 -10
  243. data/lib/lithic/models/three_ds/authentication_simulate_params.rb +18 -38
  244. data/lib/lithic/models/three_ds/authentication_simulate_response.rb +3 -11
  245. data/lib/lithic/models/three_ds/challenge_response.rb +3 -7
  246. data/lib/lithic/models/three_ds/challenge_result.rb +2 -5
  247. data/lib/lithic/models/three_ds/decisioning_challenge_response_params.rb +3 -8
  248. data/lib/lithic/models/three_ds/decisioning_retrieve_secret_params.rb +3 -8
  249. data/lib/lithic/models/three_ds/decisioning_retrieve_secret_response.rb +3 -11
  250. data/lib/lithic/models/three_ds/decisioning_rotate_secret_params.rb +3 -8
  251. data/lib/lithic/models/tokenization.rb +35 -99
  252. data/lib/lithic/models/tokenization_activate_params.rb +3 -8
  253. data/lib/lithic/models/tokenization_deactivate_params.rb +3 -8
  254. data/lib/lithic/models/tokenization_decisioning_retrieve_secret_params.rb +3 -8
  255. data/lib/lithic/models/tokenization_decisioning_rotate_secret_params.rb +3 -8
  256. data/lib/lithic/models/tokenization_decisioning_rotate_secret_response.rb +3 -11
  257. data/lib/lithic/models/tokenization_list_params.rb +21 -74
  258. data/lib/lithic/models/tokenization_pause_params.rb +3 -8
  259. data/lib/lithic/models/tokenization_resend_activation_code_params.rb +7 -19
  260. data/lib/lithic/models/tokenization_retrieve_params.rb +3 -8
  261. data/lib/lithic/models/tokenization_retrieve_response.rb +3 -11
  262. data/lib/lithic/models/tokenization_secret.rb +3 -11
  263. data/lib/lithic/models/tokenization_simulate_params.rb +19 -59
  264. data/lib/lithic/models/tokenization_simulate_response.rb +3 -11
  265. data/lib/lithic/models/tokenization_unpause_params.rb +3 -8
  266. data/lib/lithic/models/tokenization_update_digital_card_art_params.rb +5 -14
  267. data/lib/lithic/models/tokenization_update_digital_card_art_response.rb +3 -11
  268. data/lib/lithic/models/transaction.rb +295 -413
  269. data/lib/lithic/models/transaction_expire_authorization_params.rb +3 -8
  270. data/lib/lithic/models/transaction_list_params.rb +25 -86
  271. data/lib/lithic/models/transaction_retrieve_params.rb +3 -8
  272. data/lib/lithic/models/transaction_simulate_authorization_advice_params.rb +5 -10
  273. data/lib/lithic/models/transaction_simulate_authorization_advice_response.rb +5 -17
  274. data/lib/lithic/models/transaction_simulate_authorization_params.rb +22 -73
  275. data/lib/lithic/models/transaction_simulate_authorization_response.rb +5 -17
  276. data/lib/lithic/models/transaction_simulate_clearing_params.rb +6 -15
  277. data/lib/lithic/models/transaction_simulate_clearing_response.rb +3 -11
  278. data/lib/lithic/models/transaction_simulate_credit_authorization_params.rb +10 -23
  279. data/lib/lithic/models/transaction_simulate_credit_authorization_response.rb +5 -17
  280. data/lib/lithic/models/transaction_simulate_return_params.rb +6 -11
  281. data/lib/lithic/models/transaction_simulate_return_response.rb +5 -17
  282. data/lib/lithic/models/transaction_simulate_return_reversal_params.rb +4 -9
  283. data/lib/lithic/models/transaction_simulate_return_reversal_response.rb +3 -11
  284. data/lib/lithic/models/transaction_simulate_void_params.rb +10 -26
  285. data/lib/lithic/models/transaction_simulate_void_response.rb +3 -11
  286. data/lib/lithic/models/transactions/enhanced_commercial_data_retrieve_params.rb +3 -8
  287. data/lib/lithic/models/transactions/enhanced_commercial_data_retrieve_response.rb +2 -6
  288. data/lib/lithic/models/transactions/events/enhanced_commercial_data_retrieve_params.rb +3 -8
  289. data/lib/lithic/models/transactions/events/enhanced_data.rb +68 -192
  290. data/lib/lithic/models/transfer.rb +49 -160
  291. data/lib/lithic/models/transfer_create_params.rb +10 -23
  292. data/lib/lithic/models/verification_method.rb +2 -5
  293. data/lib/lithic/request_options.rb +3 -4
  294. data/lib/lithic/resources/account_holders.rb +10 -8
  295. data/lib/lithic/resources/cards.rb +16 -16
  296. data/lib/lithic/version.rb +1 -1
  297. data/lib/lithic.rb +8 -10
  298. data/rbi/lib/lithic/client.rbi +4 -4
  299. data/rbi/lib/lithic/internal/type/array_of.rbi +3 -0
  300. data/rbi/lib/lithic/internal/type/base_model.rbi +15 -0
  301. data/rbi/lib/lithic/internal/type/base_page.rbi +2 -0
  302. data/rbi/lib/lithic/internal/type/enum.rbi +3 -6
  303. data/rbi/lib/lithic/internal/type/hash_of.rbi +3 -0
  304. data/rbi/lib/lithic/internal/type/union.rbi +3 -0
  305. data/rbi/lib/lithic/internal.rbi +0 -1
  306. data/rbi/lib/lithic/models/account.rbi +2 -3
  307. data/rbi/lib/lithic/models/account_financial_account_type.rbi +1 -2
  308. data/rbi/lib/lithic/models/account_holder.rbi +10 -13
  309. data/rbi/lib/lithic/models/account_holder_create_params.rbi +6 -7
  310. data/rbi/lib/lithic/models/account_holder_create_response.rbi +2 -4
  311. data/rbi/lib/lithic/models/account_holder_simulate_enrollment_document_review_params.rbi +2 -16
  312. data/rbi/lib/lithic/models/account_holder_simulate_enrollment_review_params.rbi +2 -10
  313. data/rbi/lib/lithic/models/account_holder_simulate_enrollment_review_response.rbi +10 -45
  314. data/rbi/lib/lithic/models/account_holder_update_params.rbi +4 -3
  315. data/rbi/lib/lithic/models/account_holder_update_response.rbi +10 -51
  316. data/rbi/lib/lithic/models/account_holder_upload_document_params.rbi +1 -2
  317. data/rbi/lib/lithic/models/account_update_params.rbi +1 -2
  318. data/rbi/lib/lithic/models/aggregate_balance.rbi +1 -2
  319. data/rbi/lib/lithic/models/aggregate_balance_list_params.rbi +1 -2
  320. data/rbi/lib/lithic/models/auth_rules/auth_rule.rbi +1 -2
  321. data/rbi/lib/lithic/models/auth_rules/auth_rule_condition.rbi +1 -2
  322. data/rbi/lib/lithic/models/auth_rules/conditional_attribute.rbi +1 -2
  323. data/rbi/lib/lithic/models/auth_rules/v2_apply_response.rbi +2 -4
  324. data/rbi/lib/lithic/models/auth_rules/v2_create_params.rbi +1 -2
  325. data/rbi/lib/lithic/models/auth_rules/v2_create_response.rbi +2 -4
  326. data/rbi/lib/lithic/models/auth_rules/v2_draft_response.rbi +2 -4
  327. data/rbi/lib/lithic/models/auth_rules/v2_list_response.rbi +2 -4
  328. data/rbi/lib/lithic/models/auth_rules/v2_promote_response.rbi +2 -4
  329. data/rbi/lib/lithic/models/auth_rules/v2_retrieve_response.rbi +2 -4
  330. data/rbi/lib/lithic/models/auth_rules/v2_update_params.rbi +1 -2
  331. data/rbi/lib/lithic/models/auth_rules/v2_update_response.rbi +2 -4
  332. data/rbi/lib/lithic/models/auth_rules/velocity_limit_params.rbi +2 -3
  333. data/rbi/lib/lithic/models/auth_rules/velocity_limit_params_period_window.rbi +1 -2
  334. data/rbi/lib/lithic/models/balance.rbi +1 -2
  335. data/rbi/lib/lithic/models/balance_list_params.rbi +1 -2
  336. data/rbi/lib/lithic/models/book_transfer_create_params.rbi +2 -4
  337. data/rbi/lib/lithic/models/book_transfer_list_params.rbi +3 -6
  338. data/rbi/lib/lithic/models/book_transfer_response.rbi +5 -10
  339. data/rbi/lib/lithic/models/card_convert_physical_params.rbi +1 -2
  340. data/rbi/lib/lithic/models/card_convert_physical_response.rbi +467 -0
  341. data/rbi/lib/lithic/models/card_create_params.rbi +3 -4
  342. data/rbi/lib/lithic/models/card_create_response.rbi +458 -0
  343. data/rbi/lib/lithic/models/card_list_params.rbi +1 -1
  344. data/rbi/lib/lithic/models/card_list_response.rbi +435 -0
  345. data/rbi/lib/lithic/models/card_provision_params.rbi +1 -2
  346. data/rbi/lib/lithic/models/card_reissue_params.rbi +1 -2
  347. data/rbi/lib/lithic/models/card_reissue_response.rbi +458 -0
  348. data/rbi/lib/lithic/models/card_renew_params.rbi +1 -2
  349. data/rbi/lib/lithic/models/card_renew_response.rbi +457 -0
  350. data/rbi/lib/lithic/models/card_retrieve_response.rbi +459 -0
  351. data/rbi/lib/lithic/models/card_search_by_pan_response.rbi +461 -0
  352. data/rbi/lib/lithic/models/card_update_params.rbi +2 -3
  353. data/rbi/lib/lithic/models/card_update_response.rbi +458 -0
  354. data/rbi/lib/lithic/models/cards/balance_list_response.rbi +1 -2
  355. data/rbi/lib/lithic/models/cards/financial_transaction_list_params.rbi +3 -6
  356. data/rbi/lib/lithic/models/digital_card_art.rbi +1 -2
  357. data/rbi/lib/lithic/models/dispute.rbi +3 -11
  358. data/rbi/lib/lithic/models/dispute_create_params.rbi +1 -2
  359. data/rbi/lib/lithic/models/dispute_evidence.rbi +1 -2
  360. data/rbi/lib/lithic/models/dispute_list_params.rbi +1 -2
  361. data/rbi/lib/lithic/models/dispute_update_params.rbi +1 -2
  362. data/rbi/lib/lithic/models/document.rbi +4 -7
  363. data/rbi/lib/lithic/models/event.rbi +1 -1
  364. data/rbi/lib/lithic/models/event_list_attempts_params.rbi +1 -2
  365. data/rbi/lib/lithic/models/event_list_params.rbi +1 -2
  366. data/rbi/lib/lithic/models/event_subscription.rbi +1 -2
  367. data/rbi/lib/lithic/models/events/subscription_create_params.rbi +1 -2
  368. data/rbi/lib/lithic/models/events/subscription_list_attempts_params.rbi +1 -2
  369. data/rbi/lib/lithic/models/events/subscription_send_simulated_example_params.rbi +1 -8
  370. data/rbi/lib/lithic/models/events/subscription_update_params.rbi +1 -2
  371. data/rbi/lib/lithic/models/external_bank_account_create_params.rbi +2 -4
  372. data/rbi/lib/lithic/models/external_bank_account_create_response.rbi +5 -10
  373. data/rbi/lib/lithic/models/external_bank_account_list_params.rbi +3 -6
  374. data/rbi/lib/lithic/models/external_bank_account_list_response.rbi +5 -10
  375. data/rbi/lib/lithic/models/external_bank_account_retrieve_response.rbi +5 -22
  376. data/rbi/lib/lithic/models/external_bank_account_retry_micro_deposits_response.rbi +5 -28
  377. data/rbi/lib/lithic/models/external_bank_account_retry_prenote_response.rbi +3 -12
  378. data/rbi/lib/lithic/models/external_bank_account_update_params.rbi +1 -2
  379. data/rbi/lib/lithic/models/external_bank_account_update_response.rbi +5 -10
  380. data/rbi/lib/lithic/models/external_bank_accounts/micro_deposit_create_response.rbi +5 -40
  381. data/rbi/lib/lithic/models/external_payment.rbi +7 -12
  382. data/rbi/lib/lithic/models/external_payment_create_params.rbi +3 -6
  383. data/rbi/lib/lithic/models/external_payment_list_params.rbi +3 -6
  384. data/rbi/lib/lithic/models/external_payment_settle_params.rbi +1 -2
  385. data/rbi/lib/lithic/models/financial_account.rbi +7 -20
  386. data/rbi/lib/lithic/models/financial_account_create_params.rbi +1 -2
  387. data/rbi/lib/lithic/models/financial_account_list_params.rbi +1 -2
  388. data/rbi/lib/lithic/models/financial_account_update_status_params.rbi +2 -4
  389. data/rbi/lib/lithic/models/financial_accounts/balance_list_response.rbi +1 -2
  390. data/rbi/lib/lithic/models/financial_accounts/financial_account_credit_config.rbi +2 -16
  391. data/rbi/lib/lithic/models/financial_accounts/financial_transaction_list_params.rbi +3 -24
  392. data/rbi/lib/lithic/models/financial_accounts/loan_tape.rbi +4 -32
  393. data/rbi/lib/lithic/models/financial_accounts/statement.rbi +5 -34
  394. data/rbi/lib/lithic/models/financial_accounts/statements/statement_line_items.rbi +12 -16
  395. data/rbi/lib/lithic/models/financial_transaction.rbi +7 -10
  396. data/rbi/lib/lithic/models/instance_financial_account_type.rbi +4 -2
  397. data/rbi/lib/lithic/models/kyb.rbi +5 -4
  398. data/rbi/lib/lithic/models/kyc.rbi +1 -1
  399. data/rbi/lib/lithic/models/kyc_exempt.rbi +2 -3
  400. data/rbi/lib/lithic/models/management_operation_create_params.rbi +22 -16
  401. data/rbi/lib/lithic/models/management_operation_list_params.rbi +4 -4
  402. data/rbi/lib/lithic/models/management_operation_transaction.rbi +26 -24
  403. data/rbi/lib/lithic/models/message_attempt.rbi +1 -1
  404. data/rbi/lib/lithic/models/owner_type.rbi +1 -1
  405. data/rbi/lib/lithic/models/payment.rbi +10 -12
  406. data/rbi/lib/lithic/models/payment_create_params.rbi +3 -6
  407. data/rbi/lib/lithic/models/payment_list_params.rbi +3 -6
  408. data/rbi/lib/lithic/models/payment_simulate_action_params.rbi +2 -4
  409. data/rbi/lib/lithic/models/payment_simulate_action_response.rbi +1 -2
  410. data/rbi/lib/lithic/models/payment_simulate_receipt_params.rbi +2 -3
  411. data/rbi/lib/lithic/models/payment_simulate_receipt_response.rbi +1 -2
  412. data/rbi/lib/lithic/models/payment_simulate_release_response.rbi +1 -2
  413. data/rbi/lib/lithic/models/payment_simulate_return_response.rbi +1 -2
  414. data/rbi/lib/lithic/models/reports/settlement/network_total_list_params.rbi +1 -2
  415. data/rbi/lib/lithic/models/reports/settlement/network_total_list_response.rbi +1 -8
  416. data/rbi/lib/lithic/models/reports/settlement/network_total_retrieve_response.rbi +1 -8
  417. data/rbi/lib/lithic/models/responder_endpoint_check_status_params.rbi +1 -2
  418. data/rbi/lib/lithic/models/responder_endpoint_create_params.rbi +1 -2
  419. data/rbi/lib/lithic/models/responder_endpoint_delete_params.rbi +1 -2
  420. data/rbi/lib/lithic/models/settlement_detail.rbi +2 -3
  421. data/rbi/lib/lithic/models/settlement_summary_details.rbi +1 -2
  422. data/rbi/lib/lithic/models/spend_limit_duration.rbi +1 -1
  423. data/rbi/lib/lithic/models/three_ds/authentication_retrieve_response.rbi +17 -124
  424. data/rbi/lib/lithic/models/three_ds/authentication_simulate_params.rbi +1 -8
  425. data/rbi/lib/lithic/models/three_ds/challenge_result.rbi +1 -1
  426. data/rbi/lib/lithic/models/tokenization.rbi +5 -9
  427. data/rbi/lib/lithic/models/tokenization_list_params.rbi +1 -2
  428. data/rbi/lib/lithic/models/tokenization_resend_activation_code_params.rbi +1 -8
  429. data/rbi/lib/lithic/models/tokenization_simulate_params.rbi +2 -4
  430. data/rbi/lib/lithic/models/transaction.rbi +184 -68
  431. data/rbi/lib/lithic/models/transaction_list_params.rbi +2 -4
  432. data/rbi/lib/lithic/models/transaction_simulate_authorization_params.rbi +1 -2
  433. data/rbi/lib/lithic/models/transaction_simulate_void_params.rbi +1 -2
  434. data/rbi/lib/lithic/models/transactions/events/enhanced_data.rbi +4 -26
  435. data/rbi/lib/lithic/models/transfer.rbi +7 -5
  436. data/rbi/lib/lithic/models/verification_method.rbi +1 -1
  437. data/rbi/lib/lithic/resources/account_holders.rbi +18 -14
  438. data/rbi/lib/lithic/resources/cards.rbi +8 -8
  439. data/rbi/lib/lithic/resources/payments.rbi +1 -1
  440. data/sig/lithic/internal/type/array_of.rbs +2 -0
  441. data/sig/lithic/internal/type/base_model.rbs +10 -0
  442. data/sig/lithic/internal/type/enum.rbs +2 -2
  443. data/sig/lithic/internal/type/hash_of.rbs +2 -0
  444. data/sig/lithic/internal/type/union.rbs +2 -0
  445. data/sig/lithic/models/card_convert_physical_response.rbs +257 -0
  446. data/sig/lithic/models/card_create_response.rbs +257 -0
  447. data/sig/lithic/models/card_list_response.rbs +245 -0
  448. data/sig/lithic/models/card_reissue_response.rbs +257 -0
  449. data/sig/lithic/models/{card.rbs → card_renew_response.rbs} +45 -30
  450. data/sig/lithic/models/card_retrieve_response.rbs +257 -0
  451. data/sig/lithic/models/card_search_by_pan_response.rbs +257 -0
  452. data/sig/lithic/models/card_update_response.rbs +257 -0
  453. data/sig/lithic/models/dispute.rbs +0 -4
  454. data/sig/lithic/models/financial_account.rbs +4 -0
  455. data/sig/lithic/models/financial_accounts/statements/statement_line_items.rbs +4 -0
  456. data/sig/lithic/models/financial_transaction.rbs +2 -0
  457. data/sig/lithic/models/instance_financial_account_type.rbs +4 -0
  458. data/sig/lithic/models/management_operation_create_params.rbs +23 -13
  459. data/sig/lithic/models/management_operation_list_params.rbs +2 -0
  460. data/sig/lithic/models/management_operation_transaction.rbs +23 -13
  461. data/sig/lithic/models/transaction.rbs +87 -4
  462. data/sig/lithic/models/transfer.rbs +2 -0
  463. data/sig/lithic/resources/cards.rbs +8 -8
  464. metadata +26 -5
  465. data/lib/lithic/models/card.rb +0 -524
  466. data/rbi/lib/lithic/models/card.rbi +0 -487
@@ -4,41 +4,30 @@ module Lithic
4
4
  module Models
5
5
  # @see Lithic::Resources::AccountHolders#simulate_enrollment_review
6
6
  class AccountHolderSimulateEnrollmentReviewResponse < Lithic::Internal::Type::BaseModel
7
- # @!attribute [r] token
7
+ # @!attribute token
8
8
  # Globally unique identifier for the account holder.
9
9
  #
10
10
  # @return [String, nil]
11
11
  optional :token, String
12
12
 
13
- # @!parse
14
- # # @return [String]
15
- # attr_writer :token
16
-
17
- # @!attribute [r] account_token
13
+ # @!attribute account_token
18
14
  # Globally unique identifier for the account.
19
15
  #
20
16
  # @return [String, nil]
21
17
  optional :account_token, String
22
18
 
23
- # @!parse
24
- # # @return [String]
25
- # attr_writer :account_token
26
-
27
- # @!attribute [r] beneficial_owner_entities
19
+ # @!attribute beneficial_owner_entities
28
20
  # Deprecated.
29
21
  #
30
22
  # @return [Array<Lithic::Models::KYBBusinessEntity>, nil]
31
23
  optional :beneficial_owner_entities,
32
24
  -> { Lithic::Internal::Type::ArrayOf[Lithic::Models::KYBBusinessEntity] }
33
25
 
34
- # @!parse
35
- # # @return [Array<Lithic::Models::KYBBusinessEntity>]
36
- # attr_writer :beneficial_owner_entities
37
-
38
- # @!attribute [r] beneficial_owner_individuals
39
- # Only present when user_type == "BUSINESS". List of all direct and indirect
40
- # individuals with 25% or more ownership in the company. If no individual owns 25%
41
- # of the company, please identify the largest shareholder in this field. See
26
+ # @!attribute beneficial_owner_individuals
27
+ # Only present when user_type == "BUSINESS". You must submit a list of all direct
28
+ # and indirect individuals with 25% or more ownership in the company. A maximum of
29
+ # 4 beneficial owners can be submitted. If no individual owns 25% of the company
30
+ # you do not need to send beneficial owner information. See
42
31
  # [FinCEN requirements](https://www.fincen.gov/sites/default/files/shared/CDD_Rev6.7_Sept_2017_Certificate.pdf)
43
32
  # (Section I) for more background on individuals that should be included.
44
33
  #
@@ -46,11 +35,7 @@ module Lithic
46
35
  optional :beneficial_owner_individuals,
47
36
  -> { Lithic::Internal::Type::ArrayOf[Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::BeneficialOwnerIndividual] }
48
37
 
49
- # @!parse
50
- # # @return [Array<Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::BeneficialOwnerIndividual>]
51
- # attr_writer :beneficial_owner_individuals
52
-
53
- # @!attribute [r] business_account_token
38
+ # @!attribute business_account_token
54
39
  # Only applicable for customers using the KYC-Exempt workflow to enroll authorized
55
40
  # users of businesses. Pass the account_token of the enrolled business associated
56
41
  # with the AUTHORIZED_USER in this field.
@@ -58,22 +43,14 @@ module Lithic
58
43
  # @return [String, nil]
59
44
  optional :business_account_token, String
60
45
 
61
- # @!parse
62
- # # @return [String]
63
- # attr_writer :business_account_token
64
-
65
- # @!attribute [r] business_entity
46
+ # @!attribute business_entity
66
47
  # Only present when user_type == "BUSINESS". Information about the business for
67
48
  # which the account is being opened and KYB is being run.
68
49
  #
69
50
  # @return [Lithic::Models::KYBBusinessEntity, nil]
70
51
  optional :business_entity, -> { Lithic::Models::KYBBusinessEntity }
71
52
 
72
- # @!parse
73
- # # @return [Lithic::Models::KYBBusinessEntity]
74
- # attr_writer :business_entity
75
-
76
- # @!attribute [r] control_person
53
+ # @!attribute control_person
77
54
  # Only present when user_type == "BUSINESS".
78
55
  #
79
56
  # An individual with significant responsibility for managing the legal entity
@@ -90,21 +67,13 @@ module Lithic
90
67
  optional :control_person,
91
68
  -> { Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::ControlPerson }
92
69
 
93
- # @!parse
94
- # # @return [Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::ControlPerson]
95
- # attr_writer :control_person
96
-
97
- # @!attribute [r] created
70
+ # @!attribute created
98
71
  # Timestamp of when the account holder was created.
99
72
  #
100
73
  # @return [Time, nil]
101
74
  optional :created, Time
102
75
 
103
- # @!parse
104
- # # @return [Time]
105
- # attr_writer :created
106
-
107
- # @!attribute [r] email
76
+ # @!attribute email
108
77
  # < Deprecated. Use control_person.email when user_type == "BUSINESS". Use
109
78
  # individual.phone_number when user_type == "INDIVIDUAL".
110
79
  #
@@ -113,11 +82,7 @@ module Lithic
113
82
  # @return [String, nil]
114
83
  optional :email, String
115
84
 
116
- # @!parse
117
- # # @return [String]
118
- # attr_writer :email
119
-
120
- # @!attribute [r] exemption_type
85
+ # @!attribute exemption_type
121
86
  # The type of KYC exemption for a KYC-Exempt Account Holder. "None" if the account
122
87
  # holder is not KYC-Exempt.
123
88
  #
@@ -125,44 +90,28 @@ module Lithic
125
90
  optional :exemption_type,
126
91
  enum: -> { Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::ExemptionType }
127
92
 
128
- # @!parse
129
- # # @return [Symbol, Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::ExemptionType]
130
- # attr_writer :exemption_type
131
-
132
- # @!attribute [r] external_id
93
+ # @!attribute external_id
133
94
  # Customer-provided token that indicates a relationship with an object outside of
134
95
  # the Lithic ecosystem.
135
96
  #
136
97
  # @return [String, nil]
137
98
  optional :external_id, String
138
99
 
139
- # @!parse
140
- # # @return [String]
141
- # attr_writer :external_id
142
-
143
- # @!attribute [r] individual
100
+ # @!attribute individual
144
101
  # Only present when user_type == "INDIVIDUAL". Information about the individual
145
102
  # for which the account is being opened and KYC is being run.
146
103
  #
147
104
  # @return [Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::Individual, nil]
148
105
  optional :individual, -> { Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::Individual }
149
106
 
150
- # @!parse
151
- # # @return [Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::Individual]
152
- # attr_writer :individual
153
-
154
- # @!attribute [r] nature_of_business
107
+ # @!attribute nature_of_business
155
108
  # Only present when user_type == "BUSINESS". User-submitted description of the
156
109
  # business.
157
110
  #
158
111
  # @return [String, nil]
159
112
  optional :nature_of_business, String
160
113
 
161
- # @!parse
162
- # # @return [String]
163
- # attr_writer :nature_of_business
164
-
165
- # @!attribute [r] phone_number
114
+ # @!attribute phone_number
166
115
  # < Deprecated. Use control_person.phone_number when user_type == "BUSINESS". Use
167
116
  # individual.phone_number when user_type == "INDIVIDUAL".
168
117
  #
@@ -171,22 +120,14 @@ module Lithic
171
120
  # @return [String, nil]
172
121
  optional :phone_number, String
173
122
 
174
- # @!parse
175
- # # @return [String]
176
- # attr_writer :phone_number
177
-
178
- # @!attribute [r] required_documents
123
+ # @!attribute required_documents
179
124
  # Only present for "KYB_BASIC" and "KYC_ADVANCED" workflows. A list of documents
180
125
  # required for the account holder to be approved.
181
126
  #
182
127
  # @return [Array<Lithic::Models::RequiredDocument>, nil]
183
128
  optional :required_documents, -> { Lithic::Internal::Type::ArrayOf[Lithic::Models::RequiredDocument] }
184
129
 
185
- # @!parse
186
- # # @return [Array<Lithic::Models::RequiredDocument>]
187
- # attr_writer :required_documents
188
-
189
- # @!attribute [r] status
130
+ # @!attribute status
190
131
  # <Deprecated. Use verification_application.status instead>
191
132
  #
192
133
  # KYC and KYB evaluation states.
@@ -197,11 +138,7 @@ module Lithic
197
138
  # @return [Symbol, Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::Status, nil]
198
139
  optional :status, enum: -> { Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::Status }
199
140
 
200
- # @!parse
201
- # # @return [Symbol, Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::Status]
202
- # attr_writer :status
203
-
204
- # @!attribute [r] status_reasons
141
+ # @!attribute status_reasons
205
142
  # <Deprecated. Use verification_application.status_reasons> Reason for the
206
143
  # evaluation status.
207
144
  #
@@ -209,11 +146,7 @@ module Lithic
209
146
  optional :status_reasons,
210
147
  -> { Lithic::Internal::Type::ArrayOf[enum: Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::StatusReason] }
211
148
 
212
- # @!parse
213
- # # @return [Array<Symbol, Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::StatusReason>]
214
- # attr_writer :status_reasons
215
-
216
- # @!attribute [r] user_type
149
+ # @!attribute user_type
217
150
  # The type of Account Holder. If the type is "INDIVIDUAL", the "individual"
218
151
  # attribute will be present.
219
152
  #
@@ -224,83 +157,43 @@ module Lithic
224
157
  # @return [Symbol, Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::UserType, nil]
225
158
  optional :user_type, enum: -> { Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::UserType }
226
159
 
227
- # @!parse
228
- # # @return [Symbol, Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::UserType]
229
- # attr_writer :user_type
230
-
231
- # @!attribute [r] verification_application
160
+ # @!attribute verification_application
232
161
  # Information about the most recent identity verification attempt
233
162
  #
234
163
  # @return [Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::VerificationApplication, nil]
235
164
  optional :verification_application,
236
165
  -> { Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::VerificationApplication }
237
166
 
238
- # @!parse
239
- # # @return [Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::VerificationApplication]
240
- # attr_writer :verification_application
241
-
242
- # @!attribute [r] website_url
167
+ # @!attribute website_url
243
168
  # Only present when user_type == "BUSINESS". Business's primary website.
244
169
  #
245
170
  # @return [String, nil]
246
171
  optional :website_url, String
247
172
 
248
- # @!parse
249
- # # @return [String]
250
- # attr_writer :website_url
251
-
252
- # @!parse
253
- # # @param token [String]
254
- # # @param account_token [String]
255
- # # @param beneficial_owner_entities [Array<Lithic::Models::KYBBusinessEntity>]
256
- # # @param beneficial_owner_individuals [Array<Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::BeneficialOwnerIndividual>]
257
- # # @param business_account_token [String]
258
- # # @param business_entity [Lithic::Models::KYBBusinessEntity]
259
- # # @param control_person [Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::ControlPerson]
260
- # # @param created [Time]
261
- # # @param email [String]
262
- # # @param exemption_type [Symbol, Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::ExemptionType]
263
- # # @param external_id [String]
264
- # # @param individual [Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::Individual]
265
- # # @param nature_of_business [String]
266
- # # @param phone_number [String]
267
- # # @param required_documents [Array<Lithic::Models::RequiredDocument>]
268
- # # @param status [Symbol, Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::Status]
269
- # # @param status_reasons [Array<Symbol, Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::StatusReason>]
270
- # # @param user_type [Symbol, Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::UserType]
271
- # # @param verification_application [Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::VerificationApplication]
272
- # # @param website_url [String]
273
- # #
274
- # def initialize(
275
- # token: nil,
276
- # account_token: nil,
277
- # beneficial_owner_entities: nil,
278
- # beneficial_owner_individuals: nil,
279
- # business_account_token: nil,
280
- # business_entity: nil,
281
- # control_person: nil,
282
- # created: nil,
283
- # email: nil,
284
- # exemption_type: nil,
285
- # external_id: nil,
286
- # individual: nil,
287
- # nature_of_business: nil,
288
- # phone_number: nil,
289
- # required_documents: nil,
290
- # status: nil,
291
- # status_reasons: nil,
292
- # user_type: nil,
293
- # verification_application: nil,
294
- # website_url: nil,
295
- # **
296
- # )
297
- # super
298
- # end
299
-
300
- # def initialize: (Hash | Lithic::Internal::Type::BaseModel) -> void
173
+ # @!method initialize(token: nil, account_token: nil, beneficial_owner_entities: nil, beneficial_owner_individuals: nil, business_account_token: nil, business_entity: nil, control_person: nil, created: nil, email: nil, exemption_type: nil, external_id: nil, individual: nil, nature_of_business: nil, phone_number: nil, required_documents: nil, status: nil, status_reasons: nil, user_type: nil, verification_application: nil, website_url: nil)
174
+ # @param token [String]
175
+ # @param account_token [String]
176
+ # @param beneficial_owner_entities [Array<Lithic::Models::KYBBusinessEntity>]
177
+ # @param beneficial_owner_individuals [Array<Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::BeneficialOwnerIndividual>]
178
+ # @param business_account_token [String]
179
+ # @param business_entity [Lithic::Models::KYBBusinessEntity]
180
+ # @param control_person [Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::ControlPerson]
181
+ # @param created [Time]
182
+ # @param email [String]
183
+ # @param exemption_type [Symbol, Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::ExemptionType]
184
+ # @param external_id [String]
185
+ # @param individual [Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::Individual]
186
+ # @param nature_of_business [String]
187
+ # @param phone_number [String]
188
+ # @param required_documents [Array<Lithic::Models::RequiredDocument>]
189
+ # @param status [Symbol, Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::Status]
190
+ # @param status_reasons [Array<Symbol, Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::StatusReason>]
191
+ # @param user_type [Symbol, Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::UserType]
192
+ # @param verification_application [Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::VerificationApplication]
193
+ # @param website_url [String]
301
194
 
302
195
  class BeneficialOwnerIndividual < Lithic::Internal::Type::BaseModel
303
- # @!attribute [r] address
196
+ # @!attribute address
304
197
  # Individual's current address - PO boxes, UPS drops, and FedEx drops are not
305
198
  # acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
306
199
  #
@@ -308,72 +201,44 @@ module Lithic
308
201
  optional :address,
309
202
  -> { Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::BeneficialOwnerIndividual::Address }
310
203
 
311
- # @!parse
312
- # # @return [Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::BeneficialOwnerIndividual::Address]
313
- # attr_writer :address
314
-
315
- # @!attribute [r] dob
204
+ # @!attribute dob
316
205
  # Individual's date of birth, as an RFC 3339 date.
317
206
  #
318
207
  # @return [String, nil]
319
208
  optional :dob, String
320
209
 
321
- # @!parse
322
- # # @return [String]
323
- # attr_writer :dob
324
-
325
- # @!attribute [r] email
210
+ # @!attribute email
326
211
  # Individual's email address. If utilizing Lithic for chargeback processing, this
327
212
  # customer email address may be used to communicate dispute status and resolution.
328
213
  #
329
214
  # @return [String, nil]
330
215
  optional :email, String
331
216
 
332
- # @!parse
333
- # # @return [String]
334
- # attr_writer :email
335
-
336
- # @!attribute [r] first_name
217
+ # @!attribute first_name
337
218
  # Individual's first name, as it appears on government-issued identity documents.
338
219
  #
339
220
  # @return [String, nil]
340
221
  optional :first_name, String
341
222
 
342
- # @!parse
343
- # # @return [String]
344
- # attr_writer :first_name
345
-
346
- # @!attribute [r] last_name
223
+ # @!attribute last_name
347
224
  # Individual's last name, as it appears on government-issued identity documents.
348
225
  #
349
226
  # @return [String, nil]
350
227
  optional :last_name, String
351
228
 
352
- # @!parse
353
- # # @return [String]
354
- # attr_writer :last_name
355
-
356
- # @!attribute [r] phone_number
229
+ # @!attribute phone_number
357
230
  # Individual's phone number, entered in E.164 format.
358
231
  #
359
232
  # @return [String, nil]
360
233
  optional :phone_number, String
361
234
 
362
- # @!parse
363
- # # @return [String]
364
- # attr_writer :phone_number
365
-
366
- # @!parse
367
- # # @param address [Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::BeneficialOwnerIndividual::Address]
368
- # # @param dob [String]
369
- # # @param email [String]
370
- # # @param first_name [String]
371
- # # @param last_name [String]
372
- # # @param phone_number [String]
373
- # #
374
- # def initialize(address: nil, dob: nil, email: nil, first_name: nil, last_name: nil, phone_number: nil, **) = super
375
-
376
- # def initialize: (Hash | Lithic::Internal::Type::BaseModel) -> void
235
+ # @!method initialize(address: nil, dob: nil, email: nil, first_name: nil, last_name: nil, phone_number: nil)
236
+ # @param address [Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::BeneficialOwnerIndividual::Address]
237
+ # @param dob [String]
238
+ # @param email [String]
239
+ # @param first_name [String]
240
+ # @param last_name [String]
241
+ # @param phone_number [String]
377
242
 
378
243
  # @see Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::BeneficialOwnerIndividual#address
379
244
  class Address < Lithic::Internal::Type::BaseModel
@@ -410,36 +275,28 @@ module Lithic
410
275
  # @return [String]
411
276
  required :state, String
412
277
 
413
- # @!attribute [r] address2
278
+ # @!attribute address2
414
279
  # Unit or apartment number (if applicable).
415
280
  #
416
281
  # @return [String, nil]
417
282
  optional :address2, String
418
283
 
419
- # @!parse
420
- # # @return [String]
421
- # attr_writer :address2
422
-
423
- # @!parse
424
- # # Individual's current address - PO boxes, UPS drops, and FedEx drops are not
425
- # # acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
426
- # #
427
- # # @param address1 [String]
428
- # # @param city [String]
429
- # # @param country [String]
430
- # # @param postal_code [String]
431
- # # @param state [String]
432
- # # @param address2 [String]
433
- # #
434
- # def initialize(address1:, city:, country:, postal_code:, state:, address2: nil, **) = super
435
-
436
- # def initialize: (Hash | Lithic::Internal::Type::BaseModel) -> void
284
+ # @!method initialize(address1:, city:, country:, postal_code:, state:, address2: nil)
285
+ # Individual's current address - PO boxes, UPS drops, and FedEx drops are not
286
+ # acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
287
+ #
288
+ # @param address1 [String]
289
+ # @param city [String]
290
+ # @param country [String]
291
+ # @param postal_code [String]
292
+ # @param state [String]
293
+ # @param address2 [String]
437
294
  end
438
295
  end
439
296
 
440
297
  # @see Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse#control_person
441
298
  class ControlPerson < Lithic::Internal::Type::BaseModel
442
- # @!attribute [r] address
299
+ # @!attribute address
443
300
  # Individual's current address - PO boxes, UPS drops, and FedEx drops are not
444
301
  # acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
445
302
  #
@@ -447,84 +304,56 @@ module Lithic
447
304
  optional :address,
448
305
  -> { Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::ControlPerson::Address }
449
306
 
450
- # @!parse
451
- # # @return [Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::ControlPerson::Address]
452
- # attr_writer :address
453
-
454
- # @!attribute [r] dob
307
+ # @!attribute dob
455
308
  # Individual's date of birth, as an RFC 3339 date.
456
309
  #
457
310
  # @return [String, nil]
458
311
  optional :dob, String
459
312
 
460
- # @!parse
461
- # # @return [String]
462
- # attr_writer :dob
463
-
464
- # @!attribute [r] email
313
+ # @!attribute email
465
314
  # Individual's email address. If utilizing Lithic for chargeback processing, this
466
315
  # customer email address may be used to communicate dispute status and resolution.
467
316
  #
468
317
  # @return [String, nil]
469
318
  optional :email, String
470
319
 
471
- # @!parse
472
- # # @return [String]
473
- # attr_writer :email
474
-
475
- # @!attribute [r] first_name
320
+ # @!attribute first_name
476
321
  # Individual's first name, as it appears on government-issued identity documents.
477
322
  #
478
323
  # @return [String, nil]
479
324
  optional :first_name, String
480
325
 
481
- # @!parse
482
- # # @return [String]
483
- # attr_writer :first_name
484
-
485
- # @!attribute [r] last_name
326
+ # @!attribute last_name
486
327
  # Individual's last name, as it appears on government-issued identity documents.
487
328
  #
488
329
  # @return [String, nil]
489
330
  optional :last_name, String
490
331
 
491
- # @!parse
492
- # # @return [String]
493
- # attr_writer :last_name
494
-
495
- # @!attribute [r] phone_number
332
+ # @!attribute phone_number
496
333
  # Individual's phone number, entered in E.164 format.
497
334
  #
498
335
  # @return [String, nil]
499
336
  optional :phone_number, String
500
337
 
501
- # @!parse
502
- # # @return [String]
503
- # attr_writer :phone_number
504
-
505
- # @!parse
506
- # # Only present when user_type == "BUSINESS".
507
- # #
508
- # # An individual with significant responsibility for managing the legal entity
509
- # # (e.g., a Chief Executive Officer, Chief Financial Officer, Chief Operating
510
- # # Officer,
511
- # #
512
- # # Managing Member, General Partner, President, Vice President, or Treasurer). This
513
- # # can be an executive, or someone who will have program-wide access
514
- # #
515
- # # to the cards that Lithic will provide. In some cases, this individual could also
516
- # # be a beneficial owner listed above.
517
- # #
518
- # # @param address [Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::ControlPerson::Address]
519
- # # @param dob [String]
520
- # # @param email [String]
521
- # # @param first_name [String]
522
- # # @param last_name [String]
523
- # # @param phone_number [String]
524
- # #
525
- # def initialize(address: nil, dob: nil, email: nil, first_name: nil, last_name: nil, phone_number: nil, **) = super
526
-
527
- # def initialize: (Hash | Lithic::Internal::Type::BaseModel) -> void
338
+ # @!method initialize(address: nil, dob: nil, email: nil, first_name: nil, last_name: nil, phone_number: nil)
339
+ # Only present when user_type == "BUSINESS".
340
+ #
341
+ # An individual with significant responsibility for managing the legal entity
342
+ # (e.g., a Chief Executive Officer, Chief Financial Officer, Chief Operating
343
+ # Officer,
344
+ #
345
+ # Managing Member, General Partner, President, Vice President, or Treasurer). This
346
+ # can be an executive, or someone who will have program-wide access
347
+ #
348
+ # to the cards that Lithic will provide. In some cases, this individual could also
349
+ # be a beneficial owner listed above.
350
+ #
351
+ # @param address [Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::ControlPerson::Address]
352
+ # @param dob [String]
353
+ # @param email [String]
354
+ # @param first_name [String]
355
+ # @param last_name [String]
356
+ # @param phone_number [String]
528
357
 
529
358
  # @see Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::ControlPerson#address
530
359
  class Address < Lithic::Internal::Type::BaseModel
@@ -561,30 +390,22 @@ module Lithic
561
390
  # @return [String]
562
391
  required :state, String
563
392
 
564
- # @!attribute [r] address2
393
+ # @!attribute address2
565
394
  # Unit or apartment number (if applicable).
566
395
  #
567
396
  # @return [String, nil]
568
397
  optional :address2, String
569
398
 
570
- # @!parse
571
- # # @return [String]
572
- # attr_writer :address2
573
-
574
- # @!parse
575
- # # Individual's current address - PO boxes, UPS drops, and FedEx drops are not
576
- # # acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
577
- # #
578
- # # @param address1 [String]
579
- # # @param city [String]
580
- # # @param country [String]
581
- # # @param postal_code [String]
582
- # # @param state [String]
583
- # # @param address2 [String]
584
- # #
585
- # def initialize(address1:, city:, country:, postal_code:, state:, address2: nil, **) = super
586
-
587
- # def initialize: (Hash | Lithic::Internal::Type::BaseModel) -> void
399
+ # @!method initialize(address1:, city:, country:, postal_code:, state:, address2: nil)
400
+ # Individual's current address - PO boxes, UPS drops, and FedEx drops are not
401
+ # acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
402
+ #
403
+ # @param address1 [String]
404
+ # @param city [String]
405
+ # @param country [String]
406
+ # @param postal_code [String]
407
+ # @param state [String]
408
+ # @param address2 [String]
588
409
  end
589
410
  end
590
411
 
@@ -598,16 +419,13 @@ module Lithic
598
419
  AUTHORIZED_USER = :AUTHORIZED_USER
599
420
  PREPAID_CARD_USER = :PREPAID_CARD_USER
600
421
 
601
- finalize!
602
-
603
- # @!parse
604
- # # @return [Array<Symbol>]
605
- # def self.values; end
422
+ # @!method self.values
423
+ # @return [Array<Symbol>]
606
424
  end
607
425
 
608
426
  # @see Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse#individual
609
427
  class Individual < Lithic::Internal::Type::BaseModel
610
- # @!attribute [r] address
428
+ # @!attribute address
611
429
  # Individual's current address - PO boxes, UPS drops, and FedEx drops are not
612
430
  # acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
613
431
  #
@@ -615,75 +433,47 @@ module Lithic
615
433
  optional :address,
616
434
  -> { Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::Individual::Address }
617
435
 
618
- # @!parse
619
- # # @return [Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::Individual::Address]
620
- # attr_writer :address
621
-
622
- # @!attribute [r] dob
436
+ # @!attribute dob
623
437
  # Individual's date of birth, as an RFC 3339 date.
624
438
  #
625
439
  # @return [String, nil]
626
440
  optional :dob, String
627
441
 
628
- # @!parse
629
- # # @return [String]
630
- # attr_writer :dob
631
-
632
- # @!attribute [r] email
442
+ # @!attribute email
633
443
  # Individual's email address. If utilizing Lithic for chargeback processing, this
634
444
  # customer email address may be used to communicate dispute status and resolution.
635
445
  #
636
446
  # @return [String, nil]
637
447
  optional :email, String
638
448
 
639
- # @!parse
640
- # # @return [String]
641
- # attr_writer :email
642
-
643
- # @!attribute [r] first_name
449
+ # @!attribute first_name
644
450
  # Individual's first name, as it appears on government-issued identity documents.
645
451
  #
646
452
  # @return [String, nil]
647
453
  optional :first_name, String
648
454
 
649
- # @!parse
650
- # # @return [String]
651
- # attr_writer :first_name
652
-
653
- # @!attribute [r] last_name
455
+ # @!attribute last_name
654
456
  # Individual's last name, as it appears on government-issued identity documents.
655
457
  #
656
458
  # @return [String, nil]
657
459
  optional :last_name, String
658
460
 
659
- # @!parse
660
- # # @return [String]
661
- # attr_writer :last_name
662
-
663
- # @!attribute [r] phone_number
461
+ # @!attribute phone_number
664
462
  # Individual's phone number, entered in E.164 format.
665
463
  #
666
464
  # @return [String, nil]
667
465
  optional :phone_number, String
668
466
 
669
- # @!parse
670
- # # @return [String]
671
- # attr_writer :phone_number
672
-
673
- # @!parse
674
- # # Only present when user_type == "INDIVIDUAL". Information about the individual
675
- # # for which the account is being opened and KYC is being run.
676
- # #
677
- # # @param address [Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::Individual::Address]
678
- # # @param dob [String]
679
- # # @param email [String]
680
- # # @param first_name [String]
681
- # # @param last_name [String]
682
- # # @param phone_number [String]
683
- # #
684
- # def initialize(address: nil, dob: nil, email: nil, first_name: nil, last_name: nil, phone_number: nil, **) = super
685
-
686
- # def initialize: (Hash | Lithic::Internal::Type::BaseModel) -> void
467
+ # @!method initialize(address: nil, dob: nil, email: nil, first_name: nil, last_name: nil, phone_number: nil)
468
+ # Only present when user_type == "INDIVIDUAL". Information about the individual
469
+ # for which the account is being opened and KYC is being run.
470
+ #
471
+ # @param address [Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::Individual::Address]
472
+ # @param dob [String]
473
+ # @param email [String]
474
+ # @param first_name [String]
475
+ # @param last_name [String]
476
+ # @param phone_number [String]
687
477
 
688
478
  # @see Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::Individual#address
689
479
  class Address < Lithic::Internal::Type::BaseModel
@@ -720,30 +510,22 @@ module Lithic
720
510
  # @return [String]
721
511
  required :state, String
722
512
 
723
- # @!attribute [r] address2
513
+ # @!attribute address2
724
514
  # Unit or apartment number (if applicable).
725
515
  #
726
516
  # @return [String, nil]
727
517
  optional :address2, String
728
518
 
729
- # @!parse
730
- # # @return [String]
731
- # attr_writer :address2
732
-
733
- # @!parse
734
- # # Individual's current address - PO boxes, UPS drops, and FedEx drops are not
735
- # # acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
736
- # #
737
- # # @param address1 [String]
738
- # # @param city [String]
739
- # # @param country [String]
740
- # # @param postal_code [String]
741
- # # @param state [String]
742
- # # @param address2 [String]
743
- # #
744
- # def initialize(address1:, city:, country:, postal_code:, state:, address2: nil, **) = super
745
-
746
- # def initialize: (Hash | Lithic::Internal::Type::BaseModel) -> void
519
+ # @!method initialize(address1:, city:, country:, postal_code:, state:, address2: nil)
520
+ # Individual's current address - PO boxes, UPS drops, and FedEx drops are not
521
+ # acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
522
+ #
523
+ # @param address1 [String]
524
+ # @param city [String]
525
+ # @param country [String]
526
+ # @param postal_code [String]
527
+ # @param state [String]
528
+ # @param address2 [String]
747
529
  end
748
530
  end
749
531
 
@@ -763,11 +545,8 @@ module Lithic
763
545
  PENDING_RESUBMIT = :PENDING_RESUBMIT
764
546
  REJECTED = :REJECTED
765
547
 
766
- finalize!
767
-
768
- # @!parse
769
- # # @return [Array<Symbol>]
770
- # def self.values; end
548
+ # @!method self.values
549
+ # @return [Array<Symbol>]
771
550
  end
772
551
 
773
552
  # Status Reasons for KYC/KYB enrollment states
@@ -801,11 +580,8 @@ module Lithic
801
580
  CONTROL_PERSON_DOB_VERIFICATION_FAILURE = :CONTROL_PERSON_DOB_VERIFICATION_FAILURE
802
581
  CONTROL_PERSON_NAME_VERIFICATION_FAILURE = :CONTROL_PERSON_NAME_VERIFICATION_FAILURE
803
582
 
804
- finalize!
805
-
806
- # @!parse
807
- # # @return [Array<Symbol>]
808
- # def self.values; end
583
+ # @!method self.values
584
+ # @return [Array<Symbol>]
809
585
  end
810
586
 
811
587
  # The type of Account Holder. If the type is "INDIVIDUAL", the "individual"
@@ -822,11 +598,8 @@ module Lithic
822
598
  BUSINESS = :BUSINESS
823
599
  INDIVIDUAL = :INDIVIDUAL
824
600
 
825
- finalize!
826
-
827
- # @!parse
828
- # # @return [Array<Symbol>]
829
- # def self.values; end
601
+ # @!method self.values
602
+ # @return [Array<Symbol>]
830
603
  end
831
604
 
832
605
  # @see Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse#verification_application
@@ -860,17 +633,13 @@ module Lithic
860
633
  # @return [Time]
861
634
  required :updated, Time
862
635
 
863
- # @!parse
864
- # # Information about the most recent identity verification attempt
865
- # #
866
- # # @param created [Time]
867
- # # @param status [Symbol, Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::VerificationApplication::Status]
868
- # # @param status_reasons [Array<Symbol, Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::VerificationApplication::StatusReason>]
869
- # # @param updated [Time]
870
- # #
871
- # def initialize(created:, status:, status_reasons:, updated:, **) = super
872
-
873
- # def initialize: (Hash | Lithic::Internal::Type::BaseModel) -> void
636
+ # @!method initialize(created:, status:, status_reasons:, updated:)
637
+ # Information about the most recent identity verification attempt
638
+ #
639
+ # @param created [Time]
640
+ # @param status [Symbol, Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::VerificationApplication::Status]
641
+ # @param status_reasons [Array<Symbol, Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::VerificationApplication::StatusReason>]
642
+ # @param updated [Time]
874
643
 
875
644
  # KYC and KYB evaluation states.
876
645
  #
@@ -886,11 +655,8 @@ module Lithic
886
655
  PENDING_RESUBMIT = :PENDING_RESUBMIT
887
656
  REJECTED = :REJECTED
888
657
 
889
- finalize!
890
-
891
- # @!parse
892
- # # @return [Array<Symbol>]
893
- # def self.values; end
658
+ # @!method self.values
659
+ # @return [Array<Symbol>]
894
660
  end
895
661
 
896
662
  # Status Reasons for KYC/KYB enrollment states
@@ -924,11 +690,8 @@ module Lithic
924
690
  CONTROL_PERSON_DOB_VERIFICATION_FAILURE = :CONTROL_PERSON_DOB_VERIFICATION_FAILURE
925
691
  CONTROL_PERSON_NAME_VERIFICATION_FAILURE = :CONTROL_PERSON_NAME_VERIFICATION_FAILURE
926
692
 
927
- finalize!
928
-
929
- # @!parse
930
- # # @return [Array<Symbol>]
931
- # def self.values; end
693
+ # @!method self.values
694
+ # @return [Array<Symbol>]
932
695
  end
933
696
  end
934
697
  end