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
@@ -31,6 +31,14 @@ module Increase
31
31
  sig { returns(String) }
32
32
  attr_accessor :name
33
33
 
34
+ # This routing number's support for Real-Time Payments Requests for Payment.
35
+ sig do
36
+ returns(
37
+ Increase::Models::RoutingNumberListResponse::RealTimePaymentsRequestForPayment::TaggedSymbol
38
+ )
39
+ end
40
+ attr_accessor :real_time_payments_request_for_payment
41
+
34
42
  # This routing number's support for Real-Time Payments Transfers.
35
43
  sig do
36
44
  returns(
@@ -66,6 +74,8 @@ module Increase
66
74
  fednow_transfers:
67
75
  Increase::Models::RoutingNumberListResponse::FednowTransfers::OrSymbol,
68
76
  name: String,
77
+ real_time_payments_request_for_payment:
78
+ Increase::Models::RoutingNumberListResponse::RealTimePaymentsRequestForPayment::OrSymbol,
69
79
  real_time_payments_transfers:
70
80
  Increase::Models::RoutingNumberListResponse::RealTimePaymentsTransfers::OrSymbol,
71
81
  routing_number: String,
@@ -81,6 +91,8 @@ module Increase
81
91
  fednow_transfers:,
82
92
  # The name of the financial institution belonging to a routing number.
83
93
  name:,
94
+ # This routing number's support for Real-Time Payments Requests for Payment.
95
+ real_time_payments_request_for_payment:,
84
96
  # This routing number's support for Real-Time Payments Transfers.
85
97
  real_time_payments_transfers:,
86
98
  # The nine digit routing number identifier.
@@ -101,6 +113,8 @@ module Increase
101
113
  fednow_transfers:
102
114
  Increase::Models::RoutingNumberListResponse::FednowTransfers::TaggedSymbol,
103
115
  name: String,
116
+ real_time_payments_request_for_payment:
117
+ Increase::Models::RoutingNumberListResponse::RealTimePaymentsRequestForPayment::TaggedSymbol,
104
118
  real_time_payments_transfers:
105
119
  Increase::Models::RoutingNumberListResponse::RealTimePaymentsTransfers::TaggedSymbol,
106
120
  routing_number: String,
@@ -190,6 +204,44 @@ module Increase
190
204
  end
191
205
  end
192
206
 
207
+ # This routing number's support for Real-Time Payments Requests for Payment.
208
+ module RealTimePaymentsRequestForPayment
209
+ extend Increase::Internal::Type::Enum
210
+
211
+ TaggedSymbol =
212
+ T.type_alias do
213
+ T.all(
214
+ Symbol,
215
+ Increase::Models::RoutingNumberListResponse::RealTimePaymentsRequestForPayment
216
+ )
217
+ end
218
+ OrSymbol = T.type_alias { T.any(Symbol, String) }
219
+
220
+ # The routing number can receive this transfer type.
221
+ SUPPORTED =
222
+ T.let(
223
+ :supported,
224
+ Increase::Models::RoutingNumberListResponse::RealTimePaymentsRequestForPayment::TaggedSymbol
225
+ )
226
+
227
+ # The routing number cannot receive this transfer type.
228
+ NOT_SUPPORTED =
229
+ T.let(
230
+ :not_supported,
231
+ Increase::Models::RoutingNumberListResponse::RealTimePaymentsRequestForPayment::TaggedSymbol
232
+ )
233
+
234
+ sig do
235
+ override.returns(
236
+ T::Array[
237
+ Increase::Models::RoutingNumberListResponse::RealTimePaymentsRequestForPayment::TaggedSymbol
238
+ ]
239
+ )
240
+ end
241
+ def self.values
242
+ end
243
+ end
244
+
193
245
  # This routing number's support for Real-Time Payments Transfers.
194
246
  module RealTimePaymentsTransfers
195
247
  extend Increase::Internal::Type::Enum
@@ -29,6 +29,7 @@ module Increase
29
29
  attr_writer :addenda_information
30
30
 
31
31
  # The reason why the Federal Reserve or destination bank returned this transfer.
32
+ #
32
33
  # Defaults to `no_account`.
33
34
  sig do
34
35
  returns(
@@ -64,6 +65,7 @@ module Increase
64
65
  # a return the bank believes was initiated under questionable circumstances.
65
66
  addenda_information: nil,
66
67
  # The reason why the Federal Reserve or destination bank returned this transfer.
68
+ #
67
69
  # Defaults to `no_account`.
68
70
  reason: nil,
69
71
  request_options: {}
@@ -85,6 +87,7 @@ module Increase
85
87
  end
86
88
 
87
89
  # The reason why the Federal Reserve or destination bank returned this transfer.
90
+ #
88
91
  # Defaults to `no_account`.
89
92
  module Reason
90
93
  extend Increase::Internal::Type::Enum
@@ -206,6 +206,25 @@ module Increase
206
206
  end
207
207
  attr_writer :receive_merchant_prearbitration
208
208
 
209
+ # The parameters for rejecting the dispute. Required if and only if `action` is
210
+ # `reject`.
211
+ sig do
212
+ returns(
213
+ T.nilable(
214
+ Increase::Simulations::CardDisputeActionParams::Visa::Reject
215
+ )
216
+ )
217
+ end
218
+ attr_reader :reject
219
+
220
+ sig do
221
+ params(
222
+ reject:
223
+ Increase::Simulations::CardDisputeActionParams::Visa::Reject::OrHash
224
+ ).void
225
+ end
226
+ attr_writer :reject
227
+
209
228
  # The parameters for re-presenting the dispute. Required if and only if `action`
210
229
  # is `represent`.
211
230
  sig do
@@ -334,6 +353,8 @@ module Increase
334
353
  Increase::Simulations::CardDisputeActionParams::Visa::DeclineUserPrearbitration::OrHash,
335
354
  receive_merchant_prearbitration:
336
355
  Increase::Simulations::CardDisputeActionParams::Visa::ReceiveMerchantPrearbitration::OrHash,
356
+ reject:
357
+ Increase::Simulations::CardDisputeActionParams::Visa::Reject::OrHash,
337
358
  represent:
338
359
  Increase::Simulations::CardDisputeActionParams::Visa::Represent::OrHash,
339
360
  request_further_information:
@@ -364,6 +385,9 @@ module Increase
364
385
  # The parameters for receiving the prearbitration. Required if and only if
365
386
  # `action` is `receive_merchant_prearbitration`.
366
387
  receive_merchant_prearbitration: nil,
388
+ # The parameters for rejecting the dispute. Required if and only if `action` is
389
+ # `reject`.
390
+ reject: nil,
367
391
  # The parameters for re-presenting the dispute. Required if and only if `action`
368
392
  # is `represent`.
369
393
  represent: nil,
@@ -398,6 +422,8 @@ module Increase
398
422
  Increase::Simulations::CardDisputeActionParams::Visa::DeclineUserPrearbitration,
399
423
  receive_merchant_prearbitration:
400
424
  Increase::Simulations::CardDisputeActionParams::Visa::ReceiveMerchantPrearbitration,
425
+ reject:
426
+ Increase::Simulations::CardDisputeActionParams::Visa::Reject,
401
427
  represent:
402
428
  Increase::Simulations::CardDisputeActionParams::Visa::Represent,
403
429
  request_further_information:
@@ -458,6 +484,13 @@ module Increase
458
484
  Increase::Simulations::CardDisputeActionParams::Visa::Action::TaggedSymbol
459
485
  )
460
486
 
487
+ # Simulate the dispute being rejected before it is submitted to the network. This will move the dispute to a `rejected` state.
488
+ REJECT =
489
+ T.let(
490
+ :reject,
491
+ Increase::Simulations::CardDisputeActionParams::Visa::Action::TaggedSymbol
492
+ )
493
+
461
494
  # Simulate the merchant re-presenting the dispute. This will move the dispute to a `user_submission_required` state.
462
495
  REPRESENT =
463
496
  T.let(
@@ -591,6 +624,33 @@ module Increase
591
624
  end
592
625
  end
593
626
 
627
+ class Reject < Increase::Internal::Type::BaseModel
628
+ OrHash =
629
+ T.type_alias do
630
+ T.any(
631
+ Increase::Simulations::CardDisputeActionParams::Visa::Reject,
632
+ Increase::Internal::AnyHash
633
+ )
634
+ end
635
+
636
+ # The explanation for rejecting the dispute.
637
+ sig { returns(String) }
638
+ attr_accessor :explanation
639
+
640
+ # The parameters for rejecting the dispute. Required if and only if `action` is
641
+ # `reject`.
642
+ sig { params(explanation: String).returns(T.attached_class) }
643
+ def self.new(
644
+ # The explanation for rejecting the dispute.
645
+ explanation:
646
+ )
647
+ end
648
+
649
+ sig { override.returns({ explanation: String }) }
650
+ def to_hash
651
+ end
652
+ end
653
+
594
654
  class Represent < Increase::Internal::Type::BaseModel
595
655
  OrHash =
596
656
  T.type_alias do
@@ -433,6 +433,8 @@ module Increase
433
433
  end
434
434
 
435
435
  # The reason for the decline.
436
+ #
437
+ # Defaults to `do_not_honor`.
436
438
  sig do
437
439
  returns(
438
440
  T.nilable(
@@ -459,6 +461,8 @@ module Increase
459
461
  end
460
462
  def self.new(
461
463
  # The reason for the decline.
464
+ #
465
+ # Defaults to `do_not_honor`.
462
466
  reason: nil
463
467
  )
464
468
  end
@@ -475,6 +479,8 @@ module Increase
475
479
  end
476
480
 
477
481
  # The reason for the decline.
482
+ #
483
+ # Defaults to `do_not_honor`.
478
484
  module Reason
479
485
  extend Increase::Internal::Type::Enum
480
486
 
@@ -29,8 +29,9 @@ module Increase
29
29
  sig { params(amount: Integer).void }
30
30
  attr_writer :amount
31
31
 
32
- # The reason for the adjustment. Defaults to `non_conforming_item`, which is often
33
- # used for a low quality image that the recipient wasn't able to handle.
32
+ # The reason for the adjustment.
33
+ #
34
+ # Defaults to `non_conforming_item`.
34
35
  sig do
35
36
  returns(
36
37
  T.nilable(
@@ -65,8 +66,9 @@ module Increase
65
66
  # other bank and is a debit to your account. Defaults to the negative of the Check
66
67
  # Deposit amount.
67
68
  amount: nil,
68
- # The reason for the adjustment. Defaults to `non_conforming_item`, which is often
69
- # used for a low quality image that the recipient wasn't able to handle.
69
+ # The reason for the adjustment.
70
+ #
71
+ # Defaults to `non_conforming_item`.
70
72
  reason: nil,
71
73
  request_options: {}
72
74
  )
@@ -86,8 +88,9 @@ module Increase
86
88
  def to_hash
87
89
  end
88
90
 
89
- # The reason for the adjustment. Defaults to `non_conforming_item`, which is often
90
- # used for a low quality image that the recipient wasn't able to handle.
91
+ # The reason for the adjustment.
92
+ #
93
+ # Defaults to `non_conforming_item`.
91
94
  module Reason
92
95
  extend Increase::Internal::Type::Enum
93
96
 
@@ -130,6 +130,13 @@ module Increase
130
130
  Increase::Simulations::EntityUpdateValidationParams::Issue::Category::TaggedSymbol
131
131
  )
132
132
 
133
+ # The entity's identity could not be verified. Update the identification with the [update an entity API](/documentation/api/entities#update-an-entity.natural_person.identification).
134
+ ENTITY_IDENTITY =
135
+ T.let(
136
+ :entity_identity,
137
+ Increase::Simulations::EntityUpdateValidationParams::Issue::Category::TaggedSymbol
138
+ )
139
+
133
140
  # A beneficial owner's identity could not be verified. Update the identification with the [update a beneficial owner API](/documentation/api/beneficial-owners#update-a-beneficial-owner).
134
141
  BENEFICIAL_OWNER_IDENTITY =
135
142
  T.let(
@@ -117,6 +117,13 @@ module Increase
117
117
  Increase::Simulations::ProgramCreateParams::Bank::TaggedSymbol
118
118
  )
119
119
 
120
+ # Increase Bank
121
+ INCREASE_BANK =
122
+ T.let(
123
+ :increase_bank,
124
+ Increase::Simulations::ProgramCreateParams::Bank::TaggedSymbol
125
+ )
126
+
120
127
  sig do
121
128
  override.returns(
122
129
  T::Array[
@@ -121,42 +121,42 @@ module Increase
121
121
  end
122
122
  OrSymbol = T.type_alias { T.any(Symbol, String) }
123
123
 
124
- # The destination account is closed. Corresponds to the Real-Time Payments reason code `AC04`.
124
+ # The destination account is closed. Corresponds to the Real-Time Payments reason code "AC04".
125
125
  ACCOUNT_CLOSED =
126
126
  T.let(
127
127
  :account_closed,
128
128
  Increase::Simulations::RealTimePaymentsTransferCompleteParams::Rejection::RejectReasonCode::TaggedSymbol
129
129
  )
130
130
 
131
- # The destination account is currently blocked from receiving transactions. Corresponds to the Real-Time Payments reason code `AC06`.
131
+ # The destination account is currently blocked from receiving transactions. Corresponds to the Real-Time Payments reason code "AC06".
132
132
  ACCOUNT_BLOCKED =
133
133
  T.let(
134
134
  :account_blocked,
135
135
  Increase::Simulations::RealTimePaymentsTransferCompleteParams::Rejection::RejectReasonCode::TaggedSymbol
136
136
  )
137
137
 
138
- # The destination account is ineligible to receive Real-Time Payments transfers. Corresponds to the Real-Time Payments reason code `AC14`.
138
+ # The destination account is ineligible to receive Real-Time Payments transfers. Corresponds to the Real-Time Payments reason code "AC14".
139
139
  INVALID_CREDITOR_ACCOUNT_TYPE =
140
140
  T.let(
141
141
  :invalid_creditor_account_type,
142
142
  Increase::Simulations::RealTimePaymentsTransferCompleteParams::Rejection::RejectReasonCode::TaggedSymbol
143
143
  )
144
144
 
145
- # The destination account does not exist. Corresponds to the Real-Time Payments reason code `AC03`.
145
+ # The destination account does not exist. Corresponds to the Real-Time Payments reason code "AC03".
146
146
  INVALID_CREDITOR_ACCOUNT_NUMBER =
147
147
  T.let(
148
148
  :invalid_creditor_account_number,
149
149
  Increase::Simulations::RealTimePaymentsTransferCompleteParams::Rejection::RejectReasonCode::TaggedSymbol
150
150
  )
151
151
 
152
- # The destination routing number is invalid. Corresponds to the Real-Time Payments reason code `RC04`.
152
+ # The destination routing number is invalid. Corresponds to the Real-Time Payments reason code "RC04".
153
153
  INVALID_CREDITOR_FINANCIAL_INSTITUTION_IDENTIFIER =
154
154
  T.let(
155
155
  :invalid_creditor_financial_institution_identifier,
156
156
  Increase::Simulations::RealTimePaymentsTransferCompleteParams::Rejection::RejectReasonCode::TaggedSymbol
157
157
  )
158
158
 
159
- # The destination account holder is deceased. Corresponds to the Real-Time Payments reason code `MD07`.
159
+ # The destination account holder is deceased. Corresponds to the Real-Time Payments reason code "MD07".
160
160
  END_CUSTOMER_DECEASED =
161
161
  T.let(
162
162
  :end_customer_deceased,
@@ -170,84 +170,84 @@ module Increase
170
170
  Increase::Simulations::RealTimePaymentsTransferCompleteParams::Rejection::RejectReasonCode::TaggedSymbol
171
171
  )
172
172
 
173
- # Real-Time Payments transfers are not allowed to the destination account. Corresponds to the Real-Time Payments reason code `AG01`.
173
+ # Real-Time Payments transfers are not allowed to the destination account. Corresponds to the Real-Time Payments reason code "AG01".
174
174
  TRANSACTION_FORBIDDEN =
175
175
  T.let(
176
176
  :transaction_forbidden,
177
177
  Increase::Simulations::RealTimePaymentsTransferCompleteParams::Rejection::RejectReasonCode::TaggedSymbol
178
178
  )
179
179
 
180
- # Real-Time Payments transfers are not enabled for the destination account. Corresponds to the Real-Time Payments reason code `AG03`.
180
+ # Real-Time Payments transfers are not enabled for the destination account. Corresponds to the Real-Time Payments reason code "AG03".
181
181
  TRANSACTION_TYPE_NOT_SUPPORTED =
182
182
  T.let(
183
183
  :transaction_type_not_supported,
184
184
  Increase::Simulations::RealTimePaymentsTransferCompleteParams::Rejection::RejectReasonCode::TaggedSymbol
185
185
  )
186
186
 
187
- # The amount of the transfer is different than expected by the recipient. Corresponds to the Real-Time Payments reason code `AM09`.
187
+ # The amount of the transfer is different than expected by the recipient. Corresponds to the Real-Time Payments reason code "AM09".
188
188
  UNEXPECTED_AMOUNT =
189
189
  T.let(
190
190
  :unexpected_amount,
191
191
  Increase::Simulations::RealTimePaymentsTransferCompleteParams::Rejection::RejectReasonCode::TaggedSymbol
192
192
  )
193
193
 
194
- # The amount is higher than the recipient is authorized to send or receive. Corresponds to the Real-Time Payments reason code `AM14`.
194
+ # The amount is higher than the recipient is authorized to send or receive. Corresponds to the Real-Time Payments reason code "AM14".
195
195
  AMOUNT_EXCEEDS_BANK_LIMITS =
196
196
  T.let(
197
197
  :amount_exceeds_bank_limits,
198
198
  Increase::Simulations::RealTimePaymentsTransferCompleteParams::Rejection::RejectReasonCode::TaggedSymbol
199
199
  )
200
200
 
201
- # The creditor's address is required, but missing or invalid. Corresponds to the Real-Time Payments reason code `BE04`.
201
+ # The creditor's address is required, but missing or invalid. Corresponds to the Real-Time Payments reason code "BE04".
202
202
  INVALID_CREDITOR_ADDRESS =
203
203
  T.let(
204
204
  :invalid_creditor_address,
205
205
  Increase::Simulations::RealTimePaymentsTransferCompleteParams::Rejection::RejectReasonCode::TaggedSymbol
206
206
  )
207
207
 
208
- # The specified creditor is unknown. Corresponds to the Real-Time Payments reason code `BE06`.
208
+ # The specified creditor is unknown. Corresponds to the Real-Time Payments reason code "BE06".
209
209
  UNKNOWN_END_CUSTOMER =
210
210
  T.let(
211
211
  :unknown_end_customer,
212
212
  Increase::Simulations::RealTimePaymentsTransferCompleteParams::Rejection::RejectReasonCode::TaggedSymbol
213
213
  )
214
214
 
215
- # The debtor's address is required, but missing or invalid. Corresponds to the Real-Time Payments reason code `BE07`.
215
+ # The debtor's address is required, but missing or invalid. Corresponds to the Real-Time Payments reason code "BE07".
216
216
  INVALID_DEBTOR_ADDRESS =
217
217
  T.let(
218
218
  :invalid_debtor_address,
219
219
  Increase::Simulations::RealTimePaymentsTransferCompleteParams::Rejection::RejectReasonCode::TaggedSymbol
220
220
  )
221
221
 
222
- # There was a timeout processing the transfer. Corresponds to the Real-Time Payments reason code `DS24`.
222
+ # There was a timeout processing the transfer. Corresponds to the Real-Time Payments reason code "DS24".
223
223
  TIMEOUT =
224
224
  T.let(
225
225
  :timeout,
226
226
  Increase::Simulations::RealTimePaymentsTransferCompleteParams::Rejection::RejectReasonCode::TaggedSymbol
227
227
  )
228
228
 
229
- # Real-Time Payments transfers are not enabled for the destination account. Corresponds to the Real-Time Payments reason code `NOAT`.
229
+ # Real-Time Payments transfers are not enabled for the destination account. Corresponds to the Real-Time Payments reason code "NOAT".
230
230
  UNSUPPORTED_MESSAGE_FOR_RECIPIENT =
231
231
  T.let(
232
232
  :unsupported_message_for_recipient,
233
233
  Increase::Simulations::RealTimePaymentsTransferCompleteParams::Rejection::RejectReasonCode::TaggedSymbol
234
234
  )
235
235
 
236
- # The destination financial institution is currently not connected to Real-Time Payments. Corresponds to the Real-Time Payments reason code `9912`.
236
+ # The destination financial institution is currently not connected to Real-Time Payments. Corresponds to the Real-Time Payments reason code "9912".
237
237
  RECIPIENT_CONNECTION_NOT_AVAILABLE =
238
238
  T.let(
239
239
  :recipient_connection_not_available,
240
240
  Increase::Simulations::RealTimePaymentsTransferCompleteParams::Rejection::RejectReasonCode::TaggedSymbol
241
241
  )
242
242
 
243
- # Real-Time Payments is currently unavailable. Corresponds to the Real-Time Payments reason code `9948`.
243
+ # Real-Time Payments is currently unavailable. Corresponds to the Real-Time Payments reason code "9948".
244
244
  REAL_TIME_PAYMENTS_SUSPENDED =
245
245
  T.let(
246
246
  :real_time_payments_suspended,
247
247
  Increase::Simulations::RealTimePaymentsTransferCompleteParams::Rejection::RejectReasonCode::TaggedSymbol
248
248
  )
249
249
 
250
- # The destination financial institution is currently signed off of Real-Time Payments. Corresponds to the Real-Time Payments reason code `9910`.
250
+ # The destination financial institution is currently signed off of Real-Time Payments. Corresponds to the Real-Time Payments reason code "9910".
251
251
  INSTRUCTED_AGENT_SIGNED_OFF =
252
252
  T.let(
253
253
  :instructed_agent_signed_off,
@@ -37,6 +37,8 @@ module Increase
37
37
 
38
38
  # Limit the size of the list that is returned. The default (and maximum) is 100
39
39
  # objects.
40
+ #
41
+ # Defaults to `100`.
40
42
  sig { returns(T.nilable(Integer)) }
41
43
  attr_reader :limit
42
44
 
@@ -64,6 +66,8 @@ module Increase
64
66
  idempotency_key: nil,
65
67
  # Limit the size of the list that is returned. The default (and maximum) is 100
66
68
  # objects.
69
+ #
70
+ # Defaults to `100`.
67
71
  limit: nil,
68
72
  request_options: {}
69
73
  )
@@ -47,6 +47,8 @@ module Increase
47
47
 
48
48
  # Limit the size of the list that is returned. The default (and maximum) is 100
49
49
  # objects.
50
+ #
51
+ # Defaults to `100`.
50
52
  sig { returns(T.nilable(Integer)) }
51
53
  attr_reader :limit
52
54
 
@@ -85,6 +87,8 @@ module Increase
85
87
  idempotency_key: nil,
86
88
  # Limit the size of the list that is returned. The default (and maximum) is 100
87
89
  # objects.
90
+ #
91
+ # Defaults to `100`.
88
92
  limit: nil,
89
93
  status: nil,
90
94
  request_options: {}
@@ -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
 
@@ -79,6 +81,8 @@ module Increase
79
81
  cursor: 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
  # Filter Transactions for those belonging to the specified route. This could be a
84
88
  # Card ID or an Account Number ID.
@@ -566,6 +566,20 @@ module Increase
566
566
  Increase::UnwrapWebhookEvent::Category::TaggedSymbol
567
567
  )
568
568
 
569
+ # Occurs whenever an Interest Rate Plan is created.
570
+ INTEREST_RATE_PLAN_CREATED =
571
+ T.let(
572
+ :"interest_rate_plan.created",
573
+ Increase::UnwrapWebhookEvent::Category::TaggedSymbol
574
+ )
575
+
576
+ # Occurs whenever an Interest Rate Plan is updated.
577
+ INTEREST_RATE_PLAN_UPDATED =
578
+ T.let(
579
+ :"interest_rate_plan.updated",
580
+ Increase::UnwrapWebhookEvent::Category::TaggedSymbol
581
+ )
582
+
569
583
  # Occurs whenever an IntraFi Account Enrollment is created.
570
584
  INTRAFI_ACCOUNT_ENROLLMENT_CREATED =
571
585
  T.let(
@@ -615,6 +629,13 @@ module Increase
615
629
  Increase::UnwrapWebhookEvent::Category::TaggedSymbol
616
630
  )
617
631
 
632
+ # Occurs whenever a Loan Obligation is created.
633
+ LOAN_OBLIGATION_CREATED =
634
+ T.let(
635
+ :"loan_obligation.created",
636
+ Increase::UnwrapWebhookEvent::Category::TaggedSymbol
637
+ )
638
+
618
639
  # Occurs whenever a Loan Offer is created.
619
640
  LOAN_OFFER_CREATED =
620
641
  T.let(
@@ -650,6 +671,20 @@ module Increase
650
671
  Increase::UnwrapWebhookEvent::Category::TaggedSymbol
651
672
  )
652
673
 
674
+ # Occurs whenever a Lockbox Address is created.
675
+ LOCKBOX_ADDRESS_CREATED =
676
+ T.let(
677
+ :"lockbox_address.created",
678
+ Increase::UnwrapWebhookEvent::Category::TaggedSymbol
679
+ )
680
+
681
+ # Occurs whenever a Lockbox Address is updated.
682
+ LOCKBOX_ADDRESS_UPDATED =
683
+ T.let(
684
+ :"lockbox_address.updated",
685
+ Increase::UnwrapWebhookEvent::Category::TaggedSymbol
686
+ )
687
+
653
688
  # Occurs whenever an OAuth Connection is created.
654
689
  OAUTH_CONNECTION_CREATED =
655
690
  T.let(
@@ -265,7 +265,7 @@ module Increase
265
265
  sig { returns(T.nilable(String)) }
266
266
  attr_accessor :line2
267
267
 
268
- # The ZIP code of the address.
268
+ # The postal code of the address.
269
269
  sig { returns(T.nilable(String)) }
270
270
  attr_accessor :postal_code
271
271
 
@@ -295,7 +295,7 @@ module Increase
295
295
  line1:,
296
296
  # The second line of the address.
297
297
  line2:,
298
- # The ZIP code of the address.
298
+ # The postal code of the address.
299
299
  postal_code:,
300
300
  # The address state.
301
301
  state:
@@ -345,7 +345,7 @@ module Increase
345
345
  sig { returns(T.nilable(String)) }
346
346
  attr_accessor :line2
347
347
 
348
- # The ZIP code of the address.
348
+ # The postal code of the address.
349
349
  sig { returns(T.nilable(String)) }
350
350
  attr_accessor :postal_code
351
351
 
@@ -375,7 +375,7 @@ module Increase
375
375
  line1:,
376
376
  # The second line of the address.
377
377
  line2:,
378
- # The ZIP code of the address.
378
+ # The postal code of the address.
379
379
  postal_code:,
380
380
  # The address state.
381
381
  state:
@@ -216,7 +216,7 @@ module Increase
216
216
  sig { params(line2: String).void }
217
217
  attr_writer :line2
218
218
 
219
- # The ZIP code of the address.
219
+ # The postal code of the address.
220
220
  sig { returns(T.nilable(String)) }
221
221
  attr_reader :postal_code
222
222
 
@@ -252,7 +252,7 @@ module Increase
252
252
  line1:,
253
253
  # The second line of the address. This might be the floor or room number.
254
254
  line2: nil,
255
- # The ZIP code of the address.
255
+ # The postal code of the address.
256
256
  postal_code: nil,
257
257
  # The address state.
258
258
  state: nil
@@ -305,7 +305,7 @@ module Increase
305
305
  sig { params(line2: String).void }
306
306
  attr_writer :line2
307
307
 
308
- # The ZIP code of the address.
308
+ # The postal code of the address.
309
309
  sig { returns(T.nilable(String)) }
310
310
  attr_reader :postal_code
311
311
 
@@ -341,7 +341,7 @@ module Increase
341
341
  line1:,
342
342
  # The second line of the address. This might be the floor or room number.
343
343
  line2: nil,
344
- # The ZIP code of the address.
344
+ # The postal code of the address.
345
345
  postal_code: nil,
346
346
  # The address state.
347
347
  state: nil
@@ -33,6 +33,8 @@ module Increase
33
33
 
34
34
  # Limit the size of the list that is returned. The default (and maximum) is 100
35
35
  # objects.
36
+ #
37
+ # Defaults to `100`.
36
38
  sig { returns(T.nilable(Integer)) }
37
39
  attr_reader :limit
38
40
 
@@ -70,6 +72,8 @@ module Increase
70
72
  idempotency_key: nil,
71
73
  # Limit the size of the list that is returned. The default (and maximum) is 100
72
74
  # objects.
75
+ #
76
+ # Defaults to `100`.
73
77
  limit: nil,
74
78
  status: nil,
75
79
  request_options: {}