increase 1.346.1 → 1.348.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (336) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/increase/models/account.rb +3 -0
  4. data/lib/increase/models/account_list_params.rb +4 -0
  5. data/lib/increase/models/account_number_list_params.rb +4 -0
  6. data/lib/increase/models/account_statement_list_params.rb +4 -0
  7. data/lib/increase/models/account_transfer_list_params.rb +4 -0
  8. data/lib/increase/models/ach_prenotification_create_params.rb +14 -2
  9. data/lib/increase/models/ach_prenotification_list_params.rb +4 -0
  10. data/lib/increase/models/ach_transfer.rb +2 -2
  11. data/lib/increase/models/ach_transfer_create_params.rb +7 -24
  12. data/lib/increase/models/ach_transfer_list_params.rb +4 -0
  13. data/lib/increase/models/balance_lookup.rb +49 -1
  14. data/lib/increase/models/beneficial_owner_create_params.rb +12 -1
  15. data/lib/increase/models/beneficial_owner_list_params.rb +4 -0
  16. data/lib/increase/models/beneficial_owner_update_params.rb +21 -2
  17. data/lib/increase/models/card.rb +43 -1
  18. data/lib/increase/models/card_create_params.rb +42 -1
  19. data/lib/increase/models/card_dispute.rb +1 -1
  20. data/lib/increase/models/card_dispute_list_params.rb +5 -1
  21. data/lib/increase/models/card_list_params.rb +4 -0
  22. data/lib/increase/models/card_payment.rb +18 -1
  23. data/lib/increase/models/card_payment_list_params.rb +4 -0
  24. data/lib/increase/models/card_purchase_supplement_list_params.rb +4 -0
  25. data/lib/increase/models/card_push_transfer_list_params.rb +4 -0
  26. data/lib/increase/models/card_token_list_params.rb +4 -0
  27. data/lib/increase/models/card_validation_list_params.rb +4 -0
  28. data/lib/increase/models/check_deposit_list_params.rb +4 -0
  29. data/lib/increase/models/check_transfer.rb +15 -3
  30. data/lib/increase/models/check_transfer_create_params.rb +27 -15
  31. data/lib/increase/models/check_transfer_list_params.rb +4 -0
  32. data/lib/increase/models/declined_transaction_list_params.rb +4 -0
  33. data/lib/increase/models/digital_card_profile_list_params.rb +4 -0
  34. data/lib/increase/models/digital_wallet_token_list_params.rb +4 -0
  35. data/lib/increase/models/entity.rb +22 -4
  36. data/lib/increase/models/entity_create_params.rb +75 -12
  37. data/lib/increase/models/entity_list_params.rb +4 -0
  38. data/lib/increase/models/entity_onboarding_session_list_params.rb +4 -0
  39. data/lib/increase/models/entity_update_params.rb +778 -3
  40. data/lib/increase/models/event.rb +15 -0
  41. data/lib/increase/models/event_list_params.rb +25 -0
  42. data/lib/increase/models/event_subscription.rb +15 -0
  43. data/lib/increase/models/event_subscription_create_params.rb +15 -0
  44. data/lib/increase/models/event_subscription_list_params.rb +4 -0
  45. data/lib/increase/models/export_list_params.rb +4 -0
  46. data/lib/increase/models/external_account_create_params.rb +9 -3
  47. data/lib/increase/models/external_account_list_params.rb +4 -0
  48. data/lib/increase/models/fednow_transfer_list_params.rb +4 -0
  49. data/lib/increase/models/file.rb +9 -8
  50. data/lib/increase/models/file_create_params.rb +8 -2
  51. data/lib/increase/models/file_list_params.rb +6 -2
  52. data/lib/increase/models/inbound_ach_transfer.rb +6 -6
  53. data/lib/increase/models/inbound_ach_transfer_list_params.rb +4 -0
  54. data/lib/increase/models/inbound_check_deposit.rb +14 -1
  55. data/lib/increase/models/inbound_check_deposit_list_params.rb +4 -0
  56. data/lib/increase/models/inbound_fednow_transfer_list_params.rb +4 -0
  57. data/lib/increase/models/inbound_mail_item_list_params.rb +4 -0
  58. data/lib/increase/models/inbound_real_time_payments_transfer_list_params.rb +4 -0
  59. data/lib/increase/models/inbound_wire_drawdown_request_list_params.rb +4 -0
  60. data/lib/increase/models/inbound_wire_transfer_list_params.rb +4 -0
  61. data/lib/increase/models/intrafi_account_enrollment_list_params.rb +4 -0
  62. data/lib/increase/models/intrafi_exclusion_list_params.rb +4 -0
  63. data/lib/increase/models/lockbox_address_list_params.rb +4 -0
  64. data/lib/increase/models/lockbox_recipient_list_params.rb +4 -0
  65. data/lib/increase/models/oauth_application_list_params.rb +4 -0
  66. data/lib/increase/models/oauth_connection_list_params.rb +4 -0
  67. data/lib/increase/models/pending_transaction.rb +18 -1
  68. data/lib/increase/models/pending_transaction_list_params.rb +4 -0
  69. data/lib/increase/models/physical_card_list_params.rb +4 -0
  70. data/lib/increase/models/physical_card_profile_create_params.rb +13 -4
  71. data/lib/increase/models/physical_card_profile_list_params.rb +4 -0
  72. data/lib/increase/models/program.rb +3 -0
  73. data/lib/increase/models/program_list_params.rb +4 -0
  74. data/lib/increase/models/real_time_decision.rb +18 -1
  75. data/lib/increase/models/real_time_payments_transfer.rb +30 -19
  76. data/lib/increase/models/real_time_payments_transfer_create_params.rb +12 -1
  77. data/lib/increase/models/real_time_payments_transfer_list_params.rb +4 -0
  78. data/lib/increase/models/routing_number_list_params.rb +4 -0
  79. data/lib/increase/models/routing_number_list_response.rb +27 -1
  80. data/lib/increase/models/simulations/ach_transfer_return_params.rb +3 -0
  81. data/lib/increase/models/simulations/card_dispute_action_params.rb +30 -1
  82. data/lib/increase/models/simulations/card_token_create_params.rb +6 -0
  83. data/lib/increase/models/simulations/check_deposit_adjustment_params.rb +9 -6
  84. data/lib/increase/models/simulations/entity_update_validation_params.rb +3 -0
  85. data/lib/increase/models/simulations/program_create_params.rb +3 -0
  86. data/lib/increase/models/simulations/real_time_payments_transfer_complete_params.rb +18 -18
  87. data/lib/increase/models/supplemental_document_list_params.rb +4 -0
  88. data/lib/increase/models/swift_transfer_list_params.rb +4 -0
  89. data/lib/increase/models/transaction_list_params.rb +4 -0
  90. data/lib/increase/models/unwrap_webhook_event.rb +15 -0
  91. data/lib/increase/models/wire_drawdown_request.rb +4 -4
  92. data/lib/increase/models/wire_drawdown_request_create_params.rb +4 -4
  93. data/lib/increase/models/wire_drawdown_request_list_params.rb +4 -0
  94. data/lib/increase/models/wire_transfer_create_params.rb +100 -42
  95. data/lib/increase/models/wire_transfer_list_params.rb +4 -0
  96. data/lib/increase/resources/account_numbers.rb +2 -0
  97. data/lib/increase/resources/account_statements.rb +2 -0
  98. data/lib/increase/resources/account_transfers.rb +2 -0
  99. data/lib/increase/resources/accounts.rb +2 -0
  100. data/lib/increase/resources/ach_prenotifications.rb +7 -1
  101. data/lib/increase/resources/ach_transfers.rb +5 -4
  102. data/lib/increase/resources/beneficial_owners.rb +5 -1
  103. data/lib/increase/resources/card_disputes.rb +2 -0
  104. data/lib/increase/resources/card_payments.rb +2 -0
  105. data/lib/increase/resources/card_purchase_supplements.rb +2 -0
  106. data/lib/increase/resources/card_push_transfers.rb +2 -0
  107. data/lib/increase/resources/card_tokens.rb +2 -0
  108. data/lib/increase/resources/card_validations.rb +2 -0
  109. data/lib/increase/resources/cards.rb +7 -1
  110. data/lib/increase/resources/check_deposits.rb +2 -0
  111. data/lib/increase/resources/check_transfers.rb +6 -1
  112. data/lib/increase/resources/declined_transactions.rb +2 -0
  113. data/lib/increase/resources/digital_card_profiles.rb +2 -0
  114. data/lib/increase/resources/digital_wallet_tokens.rb +2 -0
  115. data/lib/increase/resources/entities.rb +2 -0
  116. data/lib/increase/resources/entity_onboarding_sessions.rb +2 -0
  117. data/lib/increase/resources/event_subscriptions.rb +2 -0
  118. data/lib/increase/resources/events.rb +2 -0
  119. data/lib/increase/resources/exports.rb +2 -0
  120. data/lib/increase/resources/external_accounts.rb +5 -1
  121. data/lib/increase/resources/fednow_transfers.rb +2 -0
  122. data/lib/increase/resources/files.rb +4 -0
  123. data/lib/increase/resources/inbound_ach_transfers.rb +2 -0
  124. data/lib/increase/resources/inbound_check_deposits.rb +2 -0
  125. data/lib/increase/resources/inbound_fednow_transfers.rb +2 -0
  126. data/lib/increase/resources/inbound_mail_items.rb +2 -0
  127. data/lib/increase/resources/inbound_real_time_payments_transfers.rb +2 -0
  128. data/lib/increase/resources/inbound_wire_drawdown_requests.rb +2 -0
  129. data/lib/increase/resources/inbound_wire_transfers.rb +2 -0
  130. data/lib/increase/resources/intrafi_account_enrollments.rb +2 -0
  131. data/lib/increase/resources/intrafi_exclusions.rb +2 -0
  132. data/lib/increase/resources/lockbox_addresses.rb +2 -0
  133. data/lib/increase/resources/lockbox_recipients.rb +2 -0
  134. data/lib/increase/resources/oauth_applications.rb +2 -0
  135. data/lib/increase/resources/oauth_connections.rb +2 -0
  136. data/lib/increase/resources/pending_transactions.rb +2 -0
  137. data/lib/increase/resources/physical_card_profiles.rb +9 -2
  138. data/lib/increase/resources/physical_cards.rb +2 -0
  139. data/lib/increase/resources/programs.rb +2 -0
  140. data/lib/increase/resources/real_time_payments_transfers.rb +7 -1
  141. data/lib/increase/resources/routing_numbers.rb +2 -0
  142. data/lib/increase/resources/simulations/ach_transfers.rb +1 -0
  143. data/lib/increase/resources/simulations/check_deposits.rb +3 -2
  144. data/lib/increase/resources/simulations/inbound_check_deposits.rb +5 -4
  145. data/lib/increase/resources/supplemental_documents.rb +2 -0
  146. data/lib/increase/resources/swift_transfers.rb +2 -0
  147. data/lib/increase/resources/transactions.rb +2 -0
  148. data/lib/increase/resources/wire_drawdown_requests.rb +2 -0
  149. data/lib/increase/resources/wire_transfers.rb +2 -0
  150. data/lib/increase/version.rb +1 -1
  151. data/rbi/increase/models/account.rbi +4 -0
  152. data/rbi/increase/models/account_list_params.rbi +4 -0
  153. data/rbi/increase/models/account_number_list_params.rbi +4 -0
  154. data/rbi/increase/models/account_statement_list_params.rbi +4 -0
  155. data/rbi/increase/models/account_transfer_list_params.rbi +4 -0
  156. data/rbi/increase/models/ach_prenotification_create_params.rbi +14 -2
  157. data/rbi/increase/models/ach_prenotification_list_params.rbi +4 -0
  158. data/rbi/increase/models/ach_transfer.rbi +2 -2
  159. data/rbi/increase/models/ach_transfer_create_params.rbi +6 -59
  160. data/rbi/increase/models/ach_transfer_list_params.rbi +4 -0
  161. data/rbi/increase/models/balance_lookup.rbi +48 -0
  162. data/rbi/increase/models/beneficial_owner_create_params.rbi +10 -0
  163. data/rbi/increase/models/beneficial_owner_list_params.rbi +4 -0
  164. data/rbi/increase/models/beneficial_owner_update_params.rbi +21 -0
  165. data/rbi/increase/models/card.rbi +63 -0
  166. data/rbi/increase/models/card_create_params.rbi +65 -0
  167. data/rbi/increase/models/card_dispute.rbi +1 -1
  168. data/rbi/increase/models/card_dispute_list_params.rbi +5 -1
  169. data/rbi/increase/models/card_list_params.rbi +4 -0
  170. data/rbi/increase/models/card_payment.rbi +16 -0
  171. data/rbi/increase/models/card_payment_list_params.rbi +4 -0
  172. data/rbi/increase/models/card_purchase_supplement_list_params.rbi +4 -0
  173. data/rbi/increase/models/card_push_transfer_list_params.rbi +4 -0
  174. data/rbi/increase/models/card_token_list_params.rbi +4 -0
  175. data/rbi/increase/models/card_validation_list_params.rbi +4 -0
  176. data/rbi/increase/models/check_deposit_list_params.rbi +4 -0
  177. data/rbi/increase/models/check_transfer.rbi +17 -2
  178. data/rbi/increase/models/check_transfer_create_params.rbi +28 -14
  179. data/rbi/increase/models/check_transfer_list_params.rbi +4 -0
  180. data/rbi/increase/models/declined_transaction_list_params.rbi +4 -0
  181. data/rbi/increase/models/digital_card_profile_list_params.rbi +4 -0
  182. data/rbi/increase/models/digital_wallet_token_list_params.rbi +4 -0
  183. data/rbi/increase/models/entity.rbi +61 -3
  184. data/rbi/increase/models/entity_create_params.rbi +63 -6
  185. data/rbi/increase/models/entity_list_params.rbi +4 -0
  186. data/rbi/increase/models/entity_onboarding_session_list_params.rbi +4 -0
  187. data/rbi/increase/models/entity_update_params.rbi +1346 -3
  188. data/rbi/increase/models/event.rbi +35 -0
  189. data/rbi/increase/models/event_list_params.rbi +45 -0
  190. data/rbi/increase/models/event_subscription.rbi +35 -0
  191. data/rbi/increase/models/event_subscription_create_params.rbi +35 -0
  192. data/rbi/increase/models/event_subscription_list_params.rbi +4 -0
  193. data/rbi/increase/models/export_list_params.rbi +4 -0
  194. data/rbi/increase/models/external_account_create_params.rbi +9 -3
  195. data/rbi/increase/models/external_account_list_params.rbi +4 -0
  196. data/rbi/increase/models/fednow_transfer_list_params.rbi +4 -0
  197. data/rbi/increase/models/file.rbi +9 -8
  198. data/rbi/increase/models/file_create_params.rbi +8 -2
  199. data/rbi/increase/models/file_list_params.rbi +6 -2
  200. data/rbi/increase/models/inbound_ach_transfer.rbi +6 -6
  201. data/rbi/increase/models/inbound_ach_transfer_list_params.rbi +4 -0
  202. data/rbi/increase/models/inbound_check_deposit.rbi +12 -0
  203. data/rbi/increase/models/inbound_check_deposit_list_params.rbi +4 -0
  204. data/rbi/increase/models/inbound_fednow_transfer_list_params.rbi +4 -0
  205. data/rbi/increase/models/inbound_mail_item_list_params.rbi +4 -0
  206. data/rbi/increase/models/inbound_real_time_payments_transfer_list_params.rbi +4 -0
  207. data/rbi/increase/models/inbound_wire_drawdown_request_list_params.rbi +4 -0
  208. data/rbi/increase/models/inbound_wire_transfer_list_params.rbi +4 -0
  209. data/rbi/increase/models/intrafi_account_enrollment_list_params.rbi +4 -0
  210. data/rbi/increase/models/intrafi_exclusion_list_params.rbi +4 -0
  211. data/rbi/increase/models/lockbox_address_list_params.rbi +4 -0
  212. data/rbi/increase/models/lockbox_recipient_list_params.rbi +4 -0
  213. data/rbi/increase/models/oauth_application_list_params.rbi +4 -0
  214. data/rbi/increase/models/oauth_connection_list_params.rbi +4 -0
  215. data/rbi/increase/models/pending_transaction.rbi +16 -0
  216. data/rbi/increase/models/pending_transaction_list_params.rbi +4 -0
  217. data/rbi/increase/models/physical_card_list_params.rbi +4 -0
  218. data/rbi/increase/models/physical_card_profile_create_params.rbi +12 -4
  219. data/rbi/increase/models/physical_card_profile_list_params.rbi +4 -0
  220. data/rbi/increase/models/program.rbi +4 -0
  221. data/rbi/increase/models/program_list_params.rbi +4 -0
  222. data/rbi/increase/models/real_time_decision.rbi +16 -0
  223. data/rbi/increase/models/real_time_payments_transfer.rbi +29 -18
  224. data/rbi/increase/models/real_time_payments_transfer_create_params.rbi +15 -0
  225. data/rbi/increase/models/real_time_payments_transfer_list_params.rbi +4 -0
  226. data/rbi/increase/models/routing_number_list_params.rbi +4 -0
  227. data/rbi/increase/models/routing_number_list_response.rbi +52 -0
  228. data/rbi/increase/models/simulations/ach_transfer_return_params.rbi +3 -0
  229. data/rbi/increase/models/simulations/card_dispute_action_params.rbi +60 -0
  230. data/rbi/increase/models/simulations/card_token_create_params.rbi +6 -0
  231. data/rbi/increase/models/simulations/check_deposit_adjustment_params.rbi +9 -6
  232. data/rbi/increase/models/simulations/entity_update_validation_params.rbi +7 -0
  233. data/rbi/increase/models/simulations/program_create_params.rbi +7 -0
  234. data/rbi/increase/models/simulations/real_time_payments_transfer_complete_params.rbi +18 -18
  235. data/rbi/increase/models/supplemental_document_list_params.rbi +4 -0
  236. data/rbi/increase/models/swift_transfer_list_params.rbi +4 -0
  237. data/rbi/increase/models/transaction_list_params.rbi +4 -0
  238. data/rbi/increase/models/unwrap_webhook_event.rbi +35 -0
  239. data/rbi/increase/models/wire_drawdown_request.rbi +4 -4
  240. data/rbi/increase/models/wire_drawdown_request_create_params.rbi +4 -4
  241. data/rbi/increase/models/wire_drawdown_request_list_params.rbi +4 -0
  242. data/rbi/increase/models/wire_transfer_create_params.rbi +150 -62
  243. data/rbi/increase/models/wire_transfer_list_params.rbi +4 -0
  244. data/rbi/increase/resources/account_numbers.rbi +2 -0
  245. data/rbi/increase/resources/account_statements.rbi +2 -0
  246. data/rbi/increase/resources/account_transfers.rbi +2 -0
  247. data/rbi/increase/resources/accounts.rbi +2 -0
  248. data/rbi/increase/resources/ach_prenotifications.rbi +7 -1
  249. data/rbi/increase/resources/ach_transfers.rbi +4 -4
  250. data/rbi/increase/resources/beneficial_owners.rbi +5 -0
  251. data/rbi/increase/resources/card_disputes.rbi +2 -0
  252. data/rbi/increase/resources/card_payments.rbi +2 -0
  253. data/rbi/increase/resources/card_purchase_supplements.rbi +2 -0
  254. data/rbi/increase/resources/card_push_transfers.rbi +2 -0
  255. data/rbi/increase/resources/card_tokens.rbi +2 -0
  256. data/rbi/increase/resources/card_validations.rbi +2 -0
  257. data/rbi/increase/resources/cards.rbi +6 -0
  258. data/rbi/increase/resources/check_deposits.rbi +2 -0
  259. data/rbi/increase/resources/check_transfers.rbi +6 -1
  260. data/rbi/increase/resources/declined_transactions.rbi +2 -0
  261. data/rbi/increase/resources/digital_card_profiles.rbi +2 -0
  262. data/rbi/increase/resources/digital_wallet_tokens.rbi +2 -0
  263. data/rbi/increase/resources/entities.rbi +2 -0
  264. data/rbi/increase/resources/entity_onboarding_sessions.rbi +2 -0
  265. data/rbi/increase/resources/event_subscriptions.rbi +2 -0
  266. data/rbi/increase/resources/events.rbi +2 -0
  267. data/rbi/increase/resources/exports.rbi +2 -0
  268. data/rbi/increase/resources/external_accounts.rbi +5 -1
  269. data/rbi/increase/resources/fednow_transfers.rbi +2 -0
  270. data/rbi/increase/resources/files.rbi +4 -0
  271. data/rbi/increase/resources/inbound_ach_transfers.rbi +2 -0
  272. data/rbi/increase/resources/inbound_check_deposits.rbi +2 -0
  273. data/rbi/increase/resources/inbound_fednow_transfers.rbi +2 -0
  274. data/rbi/increase/resources/inbound_mail_items.rbi +2 -0
  275. data/rbi/increase/resources/inbound_real_time_payments_transfers.rbi +2 -0
  276. data/rbi/increase/resources/inbound_wire_drawdown_requests.rbi +2 -0
  277. data/rbi/increase/resources/inbound_wire_transfers.rbi +2 -0
  278. data/rbi/increase/resources/intrafi_account_enrollments.rbi +2 -0
  279. data/rbi/increase/resources/intrafi_exclusions.rbi +2 -0
  280. data/rbi/increase/resources/lockbox_addresses.rbi +2 -0
  281. data/rbi/increase/resources/lockbox_recipients.rbi +2 -0
  282. data/rbi/increase/resources/oauth_applications.rbi +2 -0
  283. data/rbi/increase/resources/oauth_connections.rbi +2 -0
  284. data/rbi/increase/resources/pending_transactions.rbi +2 -0
  285. data/rbi/increase/resources/physical_card_profiles.rbi +8 -2
  286. data/rbi/increase/resources/physical_cards.rbi +2 -0
  287. data/rbi/increase/resources/programs.rbi +2 -0
  288. data/rbi/increase/resources/real_time_payments_transfers.rbi +6 -0
  289. data/rbi/increase/resources/routing_numbers.rbi +2 -0
  290. data/rbi/increase/resources/simulations/ach_transfers.rbi +1 -0
  291. data/rbi/increase/resources/simulations/check_deposits.rbi +3 -2
  292. data/rbi/increase/resources/simulations/inbound_check_deposits.rbi +5 -4
  293. data/rbi/increase/resources/supplemental_documents.rbi +2 -0
  294. data/rbi/increase/resources/swift_transfers.rbi +2 -0
  295. data/rbi/increase/resources/transactions.rbi +2 -0
  296. data/rbi/increase/resources/wire_drawdown_requests.rbi +2 -0
  297. data/rbi/increase/resources/wire_transfers.rbi +2 -0
  298. data/sig/increase/models/account.rbs +5 -1
  299. data/sig/increase/models/ach_transfer_create_params.rbs +1 -24
  300. data/sig/increase/models/balance_lookup.rbs +30 -0
  301. data/sig/increase/models/beneficial_owner_update_params.rbs +7 -0
  302. data/sig/increase/models/card.rbs +19 -0
  303. data/sig/increase/models/card_create_params.rbs +25 -0
  304. data/sig/increase/models/card_dispute.rbs +1 -1
  305. data/sig/increase/models/card_dispute_list_params.rbs +1 -1
  306. data/sig/increase/models/card_payment.rbs +5 -0
  307. data/sig/increase/models/check_transfer.rbs +11 -2
  308. data/sig/increase/models/check_transfer_create_params.rbs +9 -2
  309. data/sig/increase/models/entity.rbs +21 -4
  310. data/sig/increase/models/entity_update_params.rbs +585 -3
  311. data/sig/increase/models/event.rbs +20 -0
  312. data/sig/increase/models/event_list_params.rbs +20 -0
  313. data/sig/increase/models/event_subscription.rbs +20 -0
  314. data/sig/increase/models/event_subscription_create_params.rbs +20 -0
  315. data/sig/increase/models/file.rbs +2 -2
  316. data/sig/increase/models/file_create_params.rbs +2 -2
  317. data/sig/increase/models/file_list_params.rbs +2 -2
  318. data/sig/increase/models/inbound_ach_transfer.rbs +2 -2
  319. data/sig/increase/models/inbound_check_deposit.rbs +5 -0
  320. data/sig/increase/models/pending_transaction.rbs +5 -0
  321. data/sig/increase/models/program.rbs +5 -1
  322. data/sig/increase/models/real_time_decision.rbs +5 -0
  323. data/sig/increase/models/real_time_payments_transfer.rbs +23 -18
  324. data/sig/increase/models/real_time_payments_transfer_create_params.rbs +7 -0
  325. data/sig/increase/models/routing_number_list_response.rbs +19 -0
  326. data/sig/increase/models/simulations/card_dispute_action_params.rbs +23 -0
  327. data/sig/increase/models/simulations/entity_update_validation_params.rbs +4 -0
  328. data/sig/increase/models/simulations/program_create_params.rbs +5 -1
  329. data/sig/increase/models/simulations/real_time_payments_transfer_complete_params.rbs +18 -18
  330. data/sig/increase/models/unwrap_webhook_event.rbs +20 -0
  331. data/sig/increase/models/wire_transfer_create_params.rbs +80 -26
  332. data/sig/increase/resources/ach_transfers.rbs +0 -1
  333. data/sig/increase/resources/beneficial_owners.rbs +1 -0
  334. data/sig/increase/resources/cards.rbs +1 -0
  335. data/sig/increase/resources/real_time_payments_transfers.rbs +1 -0
  336. metadata +2 -2
@@ -52,6 +52,8 @@ module Increase
52
52
 
53
53
  # Limit the size of the list that is returned. The default (and maximum) is 100
54
54
  # objects.
55
+ #
56
+ # Defaults to `100`.
55
57
  sig { returns(T.nilable(Integer)) }
56
58
  attr_reader :limit
57
59
 
@@ -99,6 +101,8 @@ module Increase
99
101
  informational_entity_id: nil,
100
102
  # Limit the size of the list that is returned. The default (and maximum) is 100
101
103
  # objects.
104
+ #
105
+ # Defaults to `100`.
102
106
  limit: nil,
103
107
  # Filter Accounts for those in a specific Program.
104
108
  program_id: nil,
@@ -60,6 +60,8 @@ module Increase
60
60
 
61
61
  # Limit the size of the list that is returned. The default (and maximum) is 100
62
62
  # objects.
63
+ #
64
+ # Defaults to `100`.
63
65
  sig { returns(T.nilable(Integer)) }
64
66
  attr_reader :limit
65
67
 
@@ -101,6 +103,8 @@ module Increase
101
103
  idempotency_key: nil,
102
104
  # Limit the size of the list that is returned. The default (and maximum) is 100
103
105
  # objects.
106
+ #
107
+ # Defaults to `100`.
104
108
  limit: nil,
105
109
  status: nil,
106
110
  request_options: {}
@@ -30,6 +30,8 @@ module Increase
30
30
 
31
31
  # Limit the size of the list that is returned. The default (and maximum) is 100
32
32
  # objects.
33
+ #
34
+ # Defaults to `100`.
33
35
  sig { returns(T.nilable(Integer)) }
34
36
  attr_reader :limit
35
37
 
@@ -68,6 +70,8 @@ module Increase
68
70
  cursor: nil,
69
71
  # Limit the size of the list that is returned. The default (and maximum) is 100
70
72
  # objects.
73
+ #
74
+ # Defaults to `100`.
71
75
  limit: nil,
72
76
  statement_period_start: nil,
73
77
  request_options: {}
@@ -50,6 +50,8 @@ module Increase
50
50
 
51
51
  # Limit the size of the list that is returned. The default (and maximum) is 100
52
52
  # objects.
53
+ #
54
+ # Defaults to `100`.
53
55
  sig { returns(T.nilable(Integer)) }
54
56
  attr_reader :limit
55
57
 
@@ -79,6 +81,8 @@ module Increase
79
81
  idempotency_key: nil,
80
82
  # Limit the size of the list that is returned. The default (and maximum) is 100
81
83
  # objects.
84
+ #
85
+ # Defaults to `100`.
82
86
  limit: nil,
83
87
  request_options: {}
84
88
  )
@@ -63,6 +63,8 @@ module Increase
63
63
  attr_writer :company_name
64
64
 
65
65
  # Whether the Prenotification is for a future debit or credit.
66
+ #
67
+ # Defaults to `debit`.
66
68
  sig do
67
69
  returns(
68
70
  T.nilable(
@@ -95,7 +97,7 @@ module Increase
95
97
  sig { params(individual_id: String).void }
96
98
  attr_writer :individual_id
97
99
 
98
- # The name of therecipient. This value is informational and not verified by the
100
+ # The name of the recipient. This value is informational and not verified by the
99
101
  # recipient's bank.
100
102
  sig { returns(T.nilable(String)) }
101
103
  attr_reader :individual_name
@@ -106,6 +108,8 @@ module Increase
106
108
  # The
107
109
  # [Standard Entry Class (SEC) code](/documentation/ach-standard-entry-class-codes)
108
110
  # to use for the ACH Prenotification.
111
+ #
112
+ # Defaults to `corporate_credit_or_debit`.
109
113
  sig do
110
114
  returns(
111
115
  T.nilable(
@@ -162,18 +166,22 @@ module Increase
162
166
  # The name by which the recipient knows you.
163
167
  company_name: nil,
164
168
  # Whether the Prenotification is for a future debit or credit.
169
+ #
170
+ # Defaults to `debit`.
165
171
  credit_debit_indicator: nil,
166
172
  # The ACH Prenotification effective date in
167
173
  # [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
168
174
  effective_date: nil,
169
175
  # Your identifier for the recipient.
170
176
  individual_id: nil,
171
- # The name of therecipient. This value is informational and not verified by the
177
+ # The name of the recipient. This value is informational and not verified by the
172
178
  # recipient's bank.
173
179
  individual_name: nil,
174
180
  # The
175
181
  # [Standard Entry Class (SEC) code](/documentation/ach-standard-entry-class-codes)
176
182
  # to use for the ACH Prenotification.
183
+ #
184
+ # Defaults to `corporate_credit_or_debit`.
177
185
  standard_entry_class_code: nil,
178
186
  request_options: {}
179
187
  )
@@ -205,6 +213,8 @@ module Increase
205
213
  end
206
214
 
207
215
  # Whether the Prenotification is for a future debit or credit.
216
+ #
217
+ # Defaults to `debit`.
208
218
  module CreditDebitIndicator
209
219
  extend Increase::Internal::Type::Enum
210
220
 
@@ -245,6 +255,8 @@ module Increase
245
255
  # The
246
256
  # [Standard Entry Class (SEC) code](/documentation/ach-standard-entry-class-codes)
247
257
  # to use for the ACH Prenotification.
258
+ #
259
+ # Defaults to `corporate_credit_or_debit`.
248
260
  module StandardEntryClassCode
249
261
  extend Increase::Internal::Type::Enum
250
262
 
@@ -45,6 +45,8 @@ module Increase
45
45
 
46
46
  # Limit the size of the list that is returned. The default (and maximum) is 100
47
47
  # objects.
48
+ #
49
+ # Defaults to `100`.
48
50
  sig { returns(T.nilable(Integer)) }
49
51
  attr_reader :limit
50
52
 
@@ -71,6 +73,8 @@ module Increase
71
73
  idempotency_key: nil,
72
74
  # Limit the size of the list that is returned. The default (and maximum) is 100
73
75
  # objects.
76
+ #
77
+ # Defaults to `100`.
74
78
  limit: nil,
75
79
  request_options: {}
76
80
  )
@@ -2576,7 +2576,7 @@ module Increase
2576
2576
  end
2577
2577
 
2578
2578
  # The timestamp by which any administrative returns are expected to be received
2579
- # by. This follows the NACHA guidelines for return windows, which are: "In
2579
+ # by. This follows the Nacha guidelines for return windows, which are: "In
2580
2580
  # general, return entries must be received by the RDFI’s ACH Operator by its
2581
2581
  # deposit deadline for the return entry to be made available to the ODFI no later
2582
2582
  # than the opening of business on the second banking day following the Settlement
@@ -2638,7 +2638,7 @@ module Increase
2638
2638
  end
2639
2639
  def self.new(
2640
2640
  # The timestamp by which any administrative returns are expected to be received
2641
- # by. This follows the NACHA guidelines for return windows, which are: "In
2641
+ # by. This follows the Nacha guidelines for return windows, which are: "In
2642
2642
  # general, return entries must be received by the RDFI’s ACH Operator by its
2643
2643
  # deposit deadline for the return entry to be made available to the ODFI no later
2644
2644
  # than the opening of business on the second banking day following the Settlement
@@ -116,6 +116,8 @@ module Increase
116
116
  attr_writer :external_account_id
117
117
 
118
118
  # The type of the receiver's bank account.
119
+ #
120
+ # Defaults to `checking`.
119
121
  sig do
120
122
  returns(T.nilable(Increase::ACHTransferCreateParams::Funding::OrSymbol))
121
123
  end
@@ -199,24 +201,6 @@ module Increase
199
201
  end
200
202
  attr_writer :standard_entry_class_code
201
203
 
202
- # The timing of the transaction.
203
- sig do
204
- returns(
205
- T.nilable(
206
- Increase::ACHTransferCreateParams::TransactionTiming::OrSymbol
207
- )
208
- )
209
- end
210
- attr_reader :transaction_timing
211
-
212
- sig do
213
- params(
214
- transaction_timing:
215
- Increase::ACHTransferCreateParams::TransactionTiming::OrSymbol
216
- ).void
217
- end
218
- attr_writer :transaction_timing
219
-
220
204
  sig do
221
205
  params(
222
206
  account_id: String,
@@ -240,8 +224,6 @@ module Increase
240
224
  routing_number: String,
241
225
  standard_entry_class_code:
242
226
  Increase::ACHTransferCreateParams::StandardEntryClassCode::OrSymbol,
243
- transaction_timing:
244
- Increase::ACHTransferCreateParams::TransactionTiming::OrSymbol,
245
227
  request_options: Increase::RequestOptions::OrHash
246
228
  ).returns(T.attached_class)
247
229
  end
@@ -292,6 +274,8 @@ module Increase
292
274
  # provided, `account_number`, `routing_number`, and `funding` must be absent.
293
275
  external_account_id: nil,
294
276
  # The type of the receiver's bank account.
277
+ #
278
+ # Defaults to `checking`.
295
279
  funding: nil,
296
280
  # Your internal identifier for the transfer recipient. This value is informational
297
281
  # and not verified by the recipient's bank. Most callers can leave this unset.
@@ -314,8 +298,6 @@ module Increase
314
298
  # to use for the transfer. If not provided, the default is
315
299
  # `corporate_credit_or_debit`.
316
300
  standard_entry_class_code: nil,
317
- # The timing of the transaction.
318
- transaction_timing: nil,
319
301
  request_options: {}
320
302
  )
321
303
  end
@@ -344,8 +326,6 @@ module Increase
344
326
  routing_number: String,
345
327
  standard_entry_class_code:
346
328
  Increase::ACHTransferCreateParams::StandardEntryClassCode::OrSymbol,
347
- transaction_timing:
348
- Increase::ACHTransferCreateParams::TransactionTiming::OrSymbol,
349
329
  request_options: Increase::RequestOptions
350
330
  }
351
331
  )
@@ -704,6 +684,8 @@ module Increase
704
684
  end
705
685
 
706
686
  # The type of the receiver's bank account.
687
+ #
688
+ # Defaults to `checking`.
707
689
  module Funding
708
690
  extend Increase::Internal::Type::Enum
709
691
 
@@ -907,41 +889,6 @@ module Increase
907
889
  def self.values
908
890
  end
909
891
  end
910
-
911
- # The timing of the transaction.
912
- module TransactionTiming
913
- extend Increase::Internal::Type::Enum
914
-
915
- TaggedSymbol =
916
- T.type_alias do
917
- T.all(Symbol, Increase::ACHTransferCreateParams::TransactionTiming)
918
- end
919
- OrSymbol = T.type_alias { T.any(Symbol, String) }
920
-
921
- # A Transaction will be created immediately.
922
- SYNCHRONOUS =
923
- T.let(
924
- :synchronous,
925
- Increase::ACHTransferCreateParams::TransactionTiming::TaggedSymbol
926
- )
927
-
928
- # A Transaction will be created when the funds settle at the Federal Reserve.
929
- ASYNCHRONOUS =
930
- T.let(
931
- :asynchronous,
932
- Increase::ACHTransferCreateParams::TransactionTiming::TaggedSymbol
933
- )
934
-
935
- sig do
936
- override.returns(
937
- T::Array[
938
- Increase::ACHTransferCreateParams::TransactionTiming::TaggedSymbol
939
- ]
940
- )
941
- end
942
- def self.values
943
- end
944
- end
945
892
  end
946
893
  end
947
894
  end
@@ -54,6 +54,8 @@ module Increase
54
54
 
55
55
  # Limit the size of the list that is returned. The default (and maximum) is 100
56
56
  # objects.
57
+ #
58
+ # Defaults to `100`.
57
59
  sig { returns(T.nilable(Integer)) }
58
60
  attr_reader :limit
59
61
 
@@ -95,6 +97,8 @@ module Increase
95
97
  idempotency_key: nil,
96
98
  # Limit the size of the list that is returned. The default (and maximum) is 100
97
99
  # objects.
100
+ #
101
+ # Defaults to `100`.
98
102
  limit: nil,
99
103
  status: nil,
100
104
  request_options: {}
@@ -93,6 +93,30 @@ module Increase
93
93
  sig { returns(Integer) }
94
94
  attr_accessor :due_balance
95
95
 
96
+ # The fees on the loan that are due and unpaid.
97
+ sig { returns(T.nilable(Integer)) }
98
+ attr_accessor :due_fees
99
+
100
+ # The interest on the loan that is due and unpaid.
101
+ sig { returns(T.nilable(Integer)) }
102
+ attr_accessor :due_interest
103
+
104
+ # The principal on the loan that is due and unpaid.
105
+ sig { returns(T.nilable(Integer)) }
106
+ attr_accessor :due_principal
107
+
108
+ # The fees on the loan that are not yet due.
109
+ sig { returns(T.nilable(Integer)) }
110
+ attr_accessor :not_due_fees
111
+
112
+ # The interest on the loan that is not yet due.
113
+ sig { returns(T.nilable(Integer)) }
114
+ attr_accessor :not_due_interest
115
+
116
+ # The principal on the loan that is not yet due.
117
+ sig { returns(T.nilable(Integer)) }
118
+ attr_accessor :not_due_principal
119
+
96
120
  # The amount past due on the loan.
97
121
  sig { returns(Integer) }
98
122
  attr_accessor :past_due_balance
@@ -114,6 +138,12 @@ module Increase
114
138
  params(
115
139
  due_at: T.nilable(Time),
116
140
  due_balance: Integer,
141
+ due_fees: T.nilable(Integer),
142
+ due_interest: T.nilable(Integer),
143
+ due_principal: T.nilable(Integer),
144
+ not_due_fees: T.nilable(Integer),
145
+ not_due_interest: T.nilable(Integer),
146
+ not_due_principal: T.nilable(Integer),
117
147
  past_due_balance: Integer,
118
148
  receivables:
119
149
  T.nilable(Increase::BalanceLookup::Loan::Receivables::OrHash)
@@ -125,6 +155,18 @@ module Increase
125
155
  due_at:,
126
156
  # The total amount due on the loan.
127
157
  due_balance:,
158
+ # The fees on the loan that are due and unpaid.
159
+ due_fees:,
160
+ # The interest on the loan that is due and unpaid.
161
+ due_interest:,
162
+ # The principal on the loan that is due and unpaid.
163
+ due_principal:,
164
+ # The fees on the loan that are not yet due.
165
+ not_due_fees:,
166
+ # The interest on the loan that is not yet due.
167
+ not_due_interest:,
168
+ # The principal on the loan that is not yet due.
169
+ not_due_principal:,
128
170
  # The amount past due on the loan.
129
171
  past_due_balance:,
130
172
  # The receivables balances for the loan.
@@ -137,6 +179,12 @@ module Increase
137
179
  {
138
180
  due_at: T.nilable(Time),
139
181
  due_balance: Integer,
182
+ due_fees: T.nilable(Integer),
183
+ due_interest: T.nilable(Integer),
184
+ due_principal: T.nilable(Integer),
185
+ not_due_fees: T.nilable(Integer),
186
+ not_due_interest: T.nilable(Integer),
187
+ not_due_principal: T.nilable(Integer),
140
188
  past_due_balance: Integer,
141
189
  receivables: T.nilable(Increase::BalanceLookup::Loan::Receivables)
142
190
  }
@@ -206,6 +206,8 @@ module Increase
206
206
  attr_accessor :city
207
207
 
208
208
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
209
+ #
210
+ # Defaults to `US`.
209
211
  sig { returns(String) }
210
212
  attr_accessor :country
211
213
 
@@ -251,6 +253,8 @@ module Increase
251
253
  # The city, district, town, or village of the address.
252
254
  city:,
253
255
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
256
+ #
257
+ # Defaults to `US`.
254
258
  country:,
255
259
  # The first line of the address. This is usually the street number and street.
256
260
  line1:,
@@ -290,6 +294,8 @@ module Increase
290
294
  end
291
295
 
292
296
  # A method that can be used to verify the individual's identity.
297
+ #
298
+ # Defaults to `social_security_number`.
293
299
  sig do
294
300
  returns(
295
301
  Increase::BeneficialOwnerCreateParams::Individual::Identification::Method::OrSymbol
@@ -378,6 +384,8 @@ module Increase
378
384
  end
379
385
  def self.new(
380
386
  # A method that can be used to verify the individual's identity.
387
+ #
388
+ # Defaults to `social_security_number`.
381
389
  method_:,
382
390
  # An identification number that can be used to verify the individual's identity,
383
391
  # such as a social security number. For Social Security Numbers and Individual
@@ -416,6 +424,8 @@ module Increase
416
424
  end
417
425
 
418
426
  # A method that can be used to verify the individual's identity.
427
+ #
428
+ # Defaults to `social_security_number`.
419
429
  module Method
420
430
  extend Increase::Internal::Type::Enum
421
431
 
@@ -38,6 +38,8 @@ module Increase
38
38
 
39
39
  # Limit the size of the list that is returned. The default (and maximum) is 100
40
40
  # objects.
41
+ #
42
+ # Defaults to `100`.
41
43
  sig { returns(T.nilable(Integer)) }
42
44
  attr_reader :limit
43
45
 
@@ -66,6 +68,8 @@ module Increase
66
68
  idempotency_key: nil,
67
69
  # Limit the size of the list that is returned. The default (and maximum) is 100
68
70
  # objects.
71
+ #
72
+ # Defaults to `100`.
69
73
  limit: nil,
70
74
  request_options: {}
71
75
  )
@@ -40,6 +40,13 @@ module Increase
40
40
  sig { params(confirmed_no_us_tax_id: T::Boolean).void }
41
41
  attr_writer :confirmed_no_us_tax_id
42
42
 
43
+ # The person's date of birth in YYYY-MM-DD format.
44
+ sig { returns(T.nilable(Date)) }
45
+ attr_reader :date_of_birth
46
+
47
+ sig { params(date_of_birth: Date).void }
48
+ attr_writer :date_of_birth
49
+
43
50
  # A means of verifying the person's identity.
44
51
  sig do
45
52
  returns(
@@ -89,6 +96,7 @@ module Increase
89
96
  entity_beneficial_owner_id: String,
90
97
  address: Increase::BeneficialOwnerUpdateParams::Address::OrHash,
91
98
  confirmed_no_us_tax_id: T::Boolean,
99
+ date_of_birth: Date,
92
100
  identification:
93
101
  Increase::BeneficialOwnerUpdateParams::Identification::OrHash,
94
102
  name: String,
@@ -108,6 +116,8 @@ module Increase
108
116
  # tax id (either a Social Security Number or Individual Taxpayer Identification
109
117
  # Number).
110
118
  confirmed_no_us_tax_id: nil,
119
+ # The person's date of birth in YYYY-MM-DD format.
120
+ date_of_birth: nil,
111
121
  # A means of verifying the person's identity.
112
122
  identification: nil,
113
123
  # The individual's legal name.
@@ -127,6 +137,7 @@ module Increase
127
137
  entity_beneficial_owner_id: String,
128
138
  address: Increase::BeneficialOwnerUpdateParams::Address,
129
139
  confirmed_no_us_tax_id: T::Boolean,
140
+ date_of_birth: Date,
130
141
  identification:
131
142
  Increase::BeneficialOwnerUpdateParams::Identification,
132
143
  name: String,
@@ -153,6 +164,8 @@ module Increase
153
164
  attr_accessor :city
154
165
 
155
166
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
167
+ #
168
+ # Defaults to `US`.
156
169
  sig { returns(String) }
157
170
  attr_accessor :country
158
171
 
@@ -198,6 +211,8 @@ module Increase
198
211
  # The city, district, town, or village of the address.
199
212
  city:,
200
213
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
214
+ #
215
+ # Defaults to `US`.
201
216
  country:,
202
217
  # The first line of the address. This is usually the street number and street.
203
218
  line1:,
@@ -237,6 +252,8 @@ module Increase
237
252
  end
238
253
 
239
254
  # A method that can be used to verify the individual's identity.
255
+ #
256
+ # Defaults to `social_security_number`.
240
257
  sig do
241
258
  returns(
242
259
  Increase::BeneficialOwnerUpdateParams::Identification::Method::OrSymbol
@@ -325,6 +342,8 @@ module Increase
325
342
  end
326
343
  def self.new(
327
344
  # A method that can be used to verify the individual's identity.
345
+ #
346
+ # Defaults to `social_security_number`.
328
347
  method_:,
329
348
  # An identification number that can be used to verify the individual's identity,
330
349
  # such as a social security number. For Social Security Numbers and Individual
@@ -363,6 +382,8 @@ module Increase
363
382
  end
364
383
 
365
384
  # A method that can be used to verify the individual's identity.
385
+ #
386
+ # Defaults to `social_security_number`.
366
387
  module Method
367
388
  extend Increase::Internal::Type::Enum
368
389
 
@@ -39,6 +39,18 @@ module Increase
39
39
  sig { returns(String) }
40
40
  attr_accessor :bin
41
41
 
42
+ # The name of the cardholder. Used to respond to Account Name Inquiry requests
43
+ # from acquirers in Card Validations.
44
+ sig { returns(T.nilable(Increase::Card::CardholderName)) }
45
+ attr_reader :cardholder_name
46
+
47
+ sig do
48
+ params(
49
+ cardholder_name: T.nilable(Increase::Card::CardholderName::OrHash)
50
+ ).void
51
+ end
52
+ attr_writer :cardholder_name
53
+
42
54
  # The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
43
55
  # the Card was created.
44
56
  sig { returns(Time) }
@@ -105,6 +117,7 @@ module Increase
105
117
  T.nilable(Increase::Card::AuthorizationControls::OrHash),
106
118
  billing_address: Increase::Card::BillingAddress::OrHash,
107
119
  bin: String,
120
+ cardholder_name: T.nilable(Increase::Card::CardholderName::OrHash),
108
121
  created_at: Time,
109
122
  description: T.nilable(String),
110
123
  digital_wallet: T.nilable(Increase::Card::DigitalWallet::OrHash),
@@ -128,6 +141,9 @@ module Increase
128
141
  billing_address:,
129
142
  # The Bank Identification Number (BIN) of the Card.
130
143
  bin:,
144
+ # The name of the cardholder. Used to respond to Account Name Inquiry requests
145
+ # from acquirers in Card Validations.
146
+ cardholder_name:,
131
147
  # The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
132
148
  # the Card was created.
133
149
  created_at:,
@@ -166,6 +182,7 @@ module Increase
166
182
  T.nilable(Increase::Card::AuthorizationControls),
167
183
  billing_address: Increase::Card::BillingAddress,
168
184
  bin: String,
185
+ cardholder_name: T.nilable(Increase::Card::CardholderName),
169
186
  created_at: Time,
170
187
  description: T.nilable(String),
171
188
  digital_wallet: T.nilable(Increase::Card::DigitalWallet),
@@ -1273,6 +1290,52 @@ module Increase
1273
1290
  end
1274
1291
  end
1275
1292
 
1293
+ class CardholderName < Increase::Internal::Type::BaseModel
1294
+ OrHash =
1295
+ T.type_alias do
1296
+ T.any(Increase::Card::CardholderName, Increase::Internal::AnyHash)
1297
+ end
1298
+
1299
+ # The cardholder's first name.
1300
+ sig { returns(String) }
1301
+ attr_accessor :first
1302
+
1303
+ # The cardholder's last name.
1304
+ sig { returns(String) }
1305
+ attr_accessor :last
1306
+
1307
+ # The cardholder's middle name.
1308
+ sig { returns(T.nilable(String)) }
1309
+ attr_accessor :middle
1310
+
1311
+ # The name of the cardholder. Used to respond to Account Name Inquiry requests
1312
+ # from acquirers in Card Validations.
1313
+ sig do
1314
+ params(
1315
+ first: String,
1316
+ last: String,
1317
+ middle: T.nilable(String)
1318
+ ).returns(T.attached_class)
1319
+ end
1320
+ def self.new(
1321
+ # The cardholder's first name.
1322
+ first:,
1323
+ # The cardholder's last name.
1324
+ last:,
1325
+ # The cardholder's middle name.
1326
+ middle:
1327
+ )
1328
+ end
1329
+
1330
+ sig do
1331
+ override.returns(
1332
+ { first: String, last: String, middle: T.nilable(String) }
1333
+ )
1334
+ end
1335
+ def to_hash
1336
+ end
1337
+ end
1338
+
1276
1339
  class DigitalWallet < Increase::Internal::Type::BaseModel
1277
1340
  OrHash =
1278
1341
  T.type_alias do