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
@@ -277,6 +277,12 @@ module Increase
277
277
  # Occurs whenever an Inbound Wire Transfer is updated.
278
278
  INBOUND_WIRE_TRANSFER_UPDATED = :"inbound_wire_transfer.updated"
279
279
 
280
+ # Occurs whenever an Interest Rate Plan is created.
281
+ INTEREST_RATE_PLAN_CREATED = :"interest_rate_plan.created"
282
+
283
+ # Occurs whenever an Interest Rate Plan is updated.
284
+ INTEREST_RATE_PLAN_UPDATED = :"interest_rate_plan.updated"
285
+
280
286
  # Occurs whenever an IntraFi Account Enrollment is created.
281
287
  INTRAFI_ACCOUNT_ENROLLMENT_CREATED = :"intrafi_account_enrollment.created"
282
288
 
@@ -298,6 +304,9 @@ module Increase
298
304
  # Occurs whenever a Loan Distribution is created.
299
305
  LOAN_DISTRIBUTION_CREATED = :"loan_distribution.created"
300
306
 
307
+ # Occurs whenever a Loan Obligation is created.
308
+ LOAN_OBLIGATION_CREATED = :"loan_obligation.created"
309
+
301
310
  # Occurs whenever a Loan Offer is created.
302
311
  LOAN_OFFER_CREATED = :"loan_offer.created"
303
312
 
@@ -313,6 +322,12 @@ module Increase
313
322
  # Occurs whenever a Lockbox is updated.
314
323
  LOCKBOX_UPDATED = :"lockbox.updated"
315
324
 
325
+ # Occurs whenever a Lockbox Address is created.
326
+ LOCKBOX_ADDRESS_CREATED = :"lockbox_address.created"
327
+
328
+ # Occurs whenever a Lockbox Address is updated.
329
+ LOCKBOX_ADDRESS_UPDATED = :"lockbox_address.updated"
330
+
316
331
  # Occurs whenever an OAuth Connection is created.
317
332
  OAUTH_CONNECTION_CREATED = :"oauth_connection.created"
318
333
 
@@ -33,6 +33,8 @@ module Increase
33
33
  # Limit the size of the list that is returned. The default (and maximum) is 100
34
34
  # objects.
35
35
  #
36
+ # Defaults to `100`.
37
+ #
36
38
  # @return [Integer, nil]
37
39
  optional :limit, Integer
38
40
 
@@ -55,6 +57,8 @@ module Increase
55
57
  # Limit the size of the list that is returned. The default (and maximum) is 100
56
58
  # objects.
57
59
  #
60
+ # Defaults to `100`.
61
+ #
58
62
  # @param order_by [Increase::Models::EventListParams::OrderBy]
59
63
  #
60
64
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
@@ -285,6 +289,12 @@ module Increase
285
289
  # Occurs whenever an Inbound Wire Transfer is updated.
286
290
  INBOUND_WIRE_TRANSFER_UPDATED = :"inbound_wire_transfer.updated"
287
291
 
292
+ # Occurs whenever an Interest Rate Plan is created.
293
+ INTEREST_RATE_PLAN_CREATED = :"interest_rate_plan.created"
294
+
295
+ # Occurs whenever an Interest Rate Plan is updated.
296
+ INTEREST_RATE_PLAN_UPDATED = :"interest_rate_plan.updated"
297
+
288
298
  # Occurs whenever an IntraFi Account Enrollment is created.
289
299
  INTRAFI_ACCOUNT_ENROLLMENT_CREATED = :"intrafi_account_enrollment.created"
290
300
 
@@ -306,6 +316,9 @@ module Increase
306
316
  # Occurs whenever a Loan Distribution is created.
307
317
  LOAN_DISTRIBUTION_CREATED = :"loan_distribution.created"
308
318
 
319
+ # Occurs whenever a Loan Obligation is created.
320
+ LOAN_OBLIGATION_CREATED = :"loan_obligation.created"
321
+
309
322
  # Occurs whenever a Loan Offer is created.
310
323
  LOAN_OFFER_CREATED = :"loan_offer.created"
311
324
 
@@ -321,6 +334,12 @@ module Increase
321
334
  # Occurs whenever a Lockbox is updated.
322
335
  LOCKBOX_UPDATED = :"lockbox.updated"
323
336
 
337
+ # Occurs whenever a Lockbox Address is created.
338
+ LOCKBOX_ADDRESS_CREATED = :"lockbox_address.created"
339
+
340
+ # Occurs whenever a Lockbox Address is updated.
341
+ LOCKBOX_ADDRESS_UPDATED = :"lockbox_address.updated"
342
+
324
343
  # Occurs whenever an OAuth Connection is created.
325
344
  OAUTH_CONNECTION_CREATED = :"oauth_connection.created"
326
345
 
@@ -490,6 +509,8 @@ module Increase
490
509
  # @!attribute direction
491
510
  # The direction to order in.
492
511
  #
512
+ # Defaults to `ascending`.
513
+ #
493
514
  # @return [Symbol, Increase::Models::EventListParams::OrderBy::Direction, nil]
494
515
  optional :direction, enum: -> { Increase::EventListParams::OrderBy::Direction }
495
516
 
@@ -503,10 +524,14 @@ module Increase
503
524
  # @param direction [Symbol, Increase::Models::EventListParams::OrderBy::Direction]
504
525
  # The direction to order in.
505
526
  #
527
+ # Defaults to `ascending`.
528
+ #
506
529
  # @param field [Symbol, Increase::Models::EventListParams::OrderBy::Field] The field to order by.
507
530
 
508
531
  # The direction to order in.
509
532
  #
533
+ # Defaults to `ascending`.
534
+ #
510
535
  # @see Increase::Models::EventListParams::OrderBy#direction
511
536
  module Direction
512
537
  extend Increase::Internal::Type::Enum
@@ -318,6 +318,12 @@ module Increase
318
318
  # Occurs whenever an Inbound Wire Transfer is updated.
319
319
  INBOUND_WIRE_TRANSFER_UPDATED = :"inbound_wire_transfer.updated"
320
320
 
321
+ # Occurs whenever an Interest Rate Plan is created.
322
+ INTEREST_RATE_PLAN_CREATED = :"interest_rate_plan.created"
323
+
324
+ # Occurs whenever an Interest Rate Plan is updated.
325
+ INTEREST_RATE_PLAN_UPDATED = :"interest_rate_plan.updated"
326
+
321
327
  # Occurs whenever an IntraFi Account Enrollment is created.
322
328
  INTRAFI_ACCOUNT_ENROLLMENT_CREATED = :"intrafi_account_enrollment.created"
323
329
 
@@ -339,6 +345,9 @@ module Increase
339
345
  # Occurs whenever a Loan Distribution is created.
340
346
  LOAN_DISTRIBUTION_CREATED = :"loan_distribution.created"
341
347
 
348
+ # Occurs whenever a Loan Obligation is created.
349
+ LOAN_OBLIGATION_CREATED = :"loan_obligation.created"
350
+
342
351
  # Occurs whenever a Loan Offer is created.
343
352
  LOAN_OFFER_CREATED = :"loan_offer.created"
344
353
 
@@ -354,6 +363,12 @@ module Increase
354
363
  # Occurs whenever a Lockbox is updated.
355
364
  LOCKBOX_UPDATED = :"lockbox.updated"
356
365
 
366
+ # Occurs whenever a Lockbox Address is created.
367
+ LOCKBOX_ADDRESS_CREATED = :"lockbox_address.created"
368
+
369
+ # Occurs whenever a Lockbox Address is updated.
370
+ LOCKBOX_ADDRESS_UPDATED = :"lockbox_address.updated"
371
+
357
372
  # Occurs whenever an OAuth Connection is created.
358
373
  OAUTH_CONNECTION_CREATED = :"oauth_connection.created"
359
374
 
@@ -287,6 +287,12 @@ module Increase
287
287
  # Occurs whenever an Inbound Wire Transfer is updated.
288
288
  INBOUND_WIRE_TRANSFER_UPDATED = :"inbound_wire_transfer.updated"
289
289
 
290
+ # Occurs whenever an Interest Rate Plan is created.
291
+ INTEREST_RATE_PLAN_CREATED = :"interest_rate_plan.created"
292
+
293
+ # Occurs whenever an Interest Rate Plan is updated.
294
+ INTEREST_RATE_PLAN_UPDATED = :"interest_rate_plan.updated"
295
+
290
296
  # Occurs whenever an IntraFi Account Enrollment is created.
291
297
  INTRAFI_ACCOUNT_ENROLLMENT_CREATED = :"intrafi_account_enrollment.created"
292
298
 
@@ -308,6 +314,9 @@ module Increase
308
314
  # Occurs whenever a Loan Distribution is created.
309
315
  LOAN_DISTRIBUTION_CREATED = :"loan_distribution.created"
310
316
 
317
+ # Occurs whenever a Loan Obligation is created.
318
+ LOAN_OBLIGATION_CREATED = :"loan_obligation.created"
319
+
311
320
  # Occurs whenever a Loan Offer is created.
312
321
  LOAN_OFFER_CREATED = :"loan_offer.created"
313
322
 
@@ -323,6 +332,12 @@ module Increase
323
332
  # Occurs whenever a Lockbox is updated.
324
333
  LOCKBOX_UPDATED = :"lockbox.updated"
325
334
 
335
+ # Occurs whenever a Lockbox Address is created.
336
+ LOCKBOX_ADDRESS_CREATED = :"lockbox_address.created"
337
+
338
+ # Occurs whenever a Lockbox Address is updated.
339
+ LOCKBOX_ADDRESS_UPDATED = :"lockbox_address.updated"
340
+
326
341
  # Occurs whenever an OAuth Connection is created.
327
342
  OAUTH_CONNECTION_CREATED = :"oauth_connection.created"
328
343
 
@@ -26,6 +26,8 @@ module Increase
26
26
  # Limit the size of the list that is returned. The default (and maximum) is 100
27
27
  # objects.
28
28
  #
29
+ # Defaults to `100`.
30
+ #
29
31
  # @return [Integer, nil]
30
32
  optional :limit, Integer
31
33
 
@@ -42,6 +44,8 @@ module Increase
42
44
  # Limit the size of the list that is returned. The default (and maximum) is 100
43
45
  # objects.
44
46
  #
47
+ # Defaults to `100`.
48
+ #
45
49
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
46
50
  end
47
51
  end
@@ -47,6 +47,8 @@ module Increase
47
47
  # Limit the size of the list that is returned. The default (and maximum) is 100
48
48
  # objects.
49
49
  #
50
+ # Defaults to `100`.
51
+ #
50
52
  # @return [Integer, nil]
51
53
  optional :limit, Integer
52
54
 
@@ -77,6 +79,8 @@ module Increase
77
79
  # Limit the size of the list that is returned. The default (and maximum) is 100
78
80
  # objects.
79
81
  #
82
+ # Defaults to `100`.
83
+ #
80
84
  # @param status [Increase::Models::ExportListParams::Status]
81
85
  #
82
86
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
@@ -33,7 +33,9 @@ module Increase
33
33
  optional :account_holder, enum: -> { Increase::ExternalAccountCreateParams::AccountHolder }
34
34
 
35
35
  # @!attribute funding
36
- # The type of the destination account. Defaults to `checking`.
36
+ # The type of the destination account.
37
+ #
38
+ # Defaults to `checking`.
37
39
  #
38
40
  # @return [Symbol, Increase::Models::ExternalAccountCreateParams::Funding, nil]
39
41
  optional :funding, enum: -> { Increase::ExternalAccountCreateParams::Funding }
@@ -51,7 +53,9 @@ module Increase
51
53
  # The type of entity that owns the External Account.
52
54
  #
53
55
  # @param funding [Symbol, Increase::Models::ExternalAccountCreateParams::Funding]
54
- # The type of the destination account. Defaults to `checking`.
56
+ # The type of the destination account.
57
+ #
58
+ # Defaults to `checking`.
55
59
  #
56
60
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
57
61
 
@@ -72,7 +76,9 @@ module Increase
72
76
  # @return [Array<Symbol>]
73
77
  end
74
78
 
75
- # The type of the destination account. Defaults to `checking`.
79
+ # The type of the destination account.
80
+ #
81
+ # Defaults to `checking`.
76
82
  module Funding
77
83
  extend Increase::Internal::Type::Enum
78
84
 
@@ -26,6 +26,8 @@ module Increase
26
26
  # Limit the size of the list that is returned. The default (and maximum) is 100
27
27
  # objects.
28
28
  #
29
+ # Defaults to `100`.
30
+ #
29
31
  # @return [Integer, nil]
30
32
  optional :limit, Integer
31
33
 
@@ -53,6 +55,8 @@ module Increase
53
55
  # Limit the size of the list that is returned. The default (and maximum) is 100
54
56
  # objects.
55
57
  #
58
+ # Defaults to `100`.
59
+ #
56
60
  # @param routing_number [String] Filter External Accounts to those with the specified Routing Number.
57
61
  #
58
62
  # @param status [Increase::Models::ExternalAccountListParams::Status]
@@ -43,6 +43,8 @@ module Increase
43
43
  # Limit the size of the list that is returned. The default (and maximum) is 100
44
44
  # objects.
45
45
  #
46
+ # Defaults to `100`.
47
+ #
46
48
  # @return [Integer, nil]
47
49
  optional :limit, Integer
48
50
 
@@ -71,6 +73,8 @@ module Increase
71
73
  # Limit the size of the list that is returned. The default (and maximum) is 100
72
74
  # objects.
73
75
  #
76
+ # Defaults to `100`.
77
+ #
74
78
  # @param status [Increase::Models::FednowTransferListParams::Status]
75
79
  #
76
80
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
@@ -64,12 +64,13 @@ module Increase
64
64
  required :type, enum: -> { Increase::File::Type }
65
65
 
66
66
  # @!method initialize(id:, created_at:, description:, direction:, filename:, idempotency_key:, mime_type:, purpose:, type:)
67
- # Files are objects that represent a file hosted on Increase's servers. The file
68
- # may have been uploaded by you (for example, when uploading a check image) or it
69
- # may have been created by Increase (for example, an autogenerated statement PDF).
70
- # If you need to download a File, use the `/files/{file_id}/contents` endpoint. If
71
- # you need to share a File with someone who doesn't have access to your API key,
72
- # create a File Link.
67
+ # Files are objects that represent a file hosted on Increase's servers. Each File
68
+ # has a `purpose` that determines how Increase will use it. You upload a File so
69
+ # it can be attached to another object in the API (for example, when uploading a
70
+ # check image), or Increase creates one for you to download (for example, an
71
+ # autogenerated statement PDF). If you need to download a File, use the
72
+ # `/files/{file_id}/contents` endpoint. If you need to share a File with someone
73
+ # who doesn't have access to your API key, create a File Link.
73
74
  #
74
75
  # @param id [String] The File's identifier.
75
76
  #
@@ -182,13 +183,13 @@ module Increase
182
183
  # An icon for you app to be rendered inside digital wallet apps. This must be a 100x100 pixel PNG.
183
184
  DIGITAL_WALLET_APP_ICON = :digital_wallet_app_icon
184
185
 
185
- # A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with no other color but black.
186
+ # A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with a density of 600 dots per inch (DPI) and no other color but black.
186
187
  PHYSICAL_CARD_FRONT = :physical_card_front
187
188
 
188
189
  # The image to be printed on the back of a physical card.
189
190
  PHYSICAL_CARD_BACK = :physical_card_back
190
191
 
191
- # An image representing the entirety of the carrier used for a physical card. This must be a 2550x3300 pixel PNG with no other color but black.
192
+ # An image representing the entirety of the carrier used for a physical card. This must be a 2550x3300 pixel PNG with a density of 300 dots per inch (DPI) and no other color but black.
192
193
  PHYSICAL_CARD_CARRIER = :physical_card_carrier
193
194
 
194
195
  # A document requested by Increase.
@@ -18,6 +18,8 @@ module Increase
18
18
  # @!attribute purpose
19
19
  # What the File will be used for in Increase's systems.
20
20
  #
21
+ # Defaults to `other`.
22
+ #
21
23
  # @return [Symbol, Increase::Models::FileCreateParams::Purpose]
22
24
  required :purpose, enum: -> { Increase::FileCreateParams::Purpose }
23
25
 
@@ -36,11 +38,15 @@ module Increase
36
38
  # @param purpose [Symbol, Increase::Models::FileCreateParams::Purpose]
37
39
  # What the File will be used for in Increase's systems.
38
40
  #
41
+ # Defaults to `other`.
42
+ #
39
43
  # @param description [String] The description you choose to give the File.
40
44
  #
41
45
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
42
46
 
43
47
  # What the File will be used for in Increase's systems.
48
+ #
49
+ # Defaults to `other`.
44
50
  module Purpose
45
51
  extend Increase::Internal::Type::Enum
46
52
 
@@ -86,10 +92,10 @@ module Increase
86
92
  # An icon for you app to be rendered inside digital wallet apps. This must be a 100x100 pixel PNG.
87
93
  DIGITAL_WALLET_APP_ICON = :digital_wallet_app_icon
88
94
 
89
- # A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with no other color but black.
95
+ # A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with a density of 600 dots per inch (DPI) and no other color but black.
90
96
  PHYSICAL_CARD_FRONT = :physical_card_front
91
97
 
92
- # An image representing the entirety of the carrier used for a physical card. This must be a 2550x3300 pixel PNG with no other color but black.
98
+ # An image representing the entirety of the carrier used for a physical card. This must be a 2550x3300 pixel PNG with a density of 300 dots per inch (DPI) and no other color but black.
93
99
  PHYSICAL_CARD_CARRIER = :physical_card_carrier
94
100
 
95
101
  # A document requested by Increase.
@@ -31,6 +31,8 @@ module Increase
31
31
  # Limit the size of the list that is returned. The default (and maximum) is 100
32
32
  # objects.
33
33
  #
34
+ # Defaults to `100`.
35
+ #
34
36
  # @return [Integer, nil]
35
37
  optional :limit, Integer
36
38
 
@@ -54,6 +56,8 @@ module Increase
54
56
  # Limit the size of the list that is returned. The default (and maximum) is 100
55
57
  # objects.
56
58
  #
59
+ # Defaults to `100`.
60
+ #
57
61
  # @param purpose [Increase::Models::FileListParams::Purpose]
58
62
  #
59
63
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
@@ -183,13 +187,13 @@ module Increase
183
187
  # An icon for you app to be rendered inside digital wallet apps. This must be a 100x100 pixel PNG.
184
188
  DIGITAL_WALLET_APP_ICON = :digital_wallet_app_icon
185
189
 
186
- # A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with no other color but black.
190
+ # A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with a density of 600 dots per inch (DPI) and no other color but black.
187
191
  PHYSICAL_CARD_FRONT = :physical_card_front
188
192
 
189
193
  # The image to be printed on the back of a physical card.
190
194
  PHYSICAL_CARD_BACK = :physical_card_back
191
195
 
192
- # An image representing the entirety of the carrier used for a physical card. This must be a 2550x3300 pixel PNG with no other color but black.
196
+ # An image representing the entirety of the carrier used for a physical card. This must be a 2550x3300 pixel PNG with a density of 300 dots per inch (DPI) and no other color but black.
193
197
  PHYSICAL_CARD_CARRIER = :physical_card_carrier
194
198
 
195
199
  # A document requested by Increase.
@@ -527,7 +527,7 @@ module Increase
527
527
 
528
528
  # @!attribute originating_depository_financial_institution_id
529
529
  # An identifier for the originating bank. One of an International Bank Account
530
- # Number (IBAN) bank identifier, SWIFT Bank Identification Code (BIC), or a
530
+ # Number (IBAN) bank identifier, Swift Bank Identification Code (BIC), or a
531
531
  # domestic identifier like a US Routing Number.
532
532
  #
533
533
  # @return [String]
@@ -658,7 +658,7 @@ module Increase
658
658
 
659
659
  # @!attribute receiving_depository_financial_institution_id
660
660
  # An identifier for the receiving bank. One of an International Bank Account
661
- # Number (IBAN) bank identifier, SWIFT Bank Identification Code (BIC), or a
661
+ # Number (IBAN) bank identifier, Swift Bank Identification Code (BIC), or a
662
662
  # domestic identifier like a US Routing Number.
663
663
  #
664
664
  # @return [String]
@@ -720,7 +720,7 @@ module Increase
720
720
  #
721
721
  # @param originating_depository_financial_institution_id [String]
722
722
  # An identifier for the originating bank. One of an International Bank Account
723
- # Number (IBAN) bank identifier, SWIFT Bank Identification Code (BIC), or a
723
+ # Number (IBAN) bank identifier, Swift Bank Identification Code (BIC), or a
724
724
  # domestic identifier like a US Routing Number.
725
725
  #
726
726
  # @param originating_depository_financial_institution_id_qualifier [Symbol, Increase::Models::InboundACHTransfer::InternationalAddenda::OriginatingDepositoryFinancialInstitutionIDQualifier]
@@ -780,7 +780,7 @@ module Increase
780
780
  #
781
781
  # @param receiving_depository_financial_institution_id [String]
782
782
  # An identifier for the receiving bank. One of an International Bank Account
783
- # Number (IBAN) bank identifier, SWIFT Bank Identification Code (BIC), or a
783
+ # Number (IBAN) bank identifier, Swift Bank Identification Code (BIC), or a
784
784
  # domestic identifier like a US Routing Number.
785
785
  #
786
786
  # @param receiving_depository_financial_institution_id_qualifier [Symbol, Increase::Models::InboundACHTransfer::InternationalAddenda::ReceivingDepositoryFinancialInstitutionIDQualifier]
@@ -909,7 +909,7 @@ module Increase
909
909
  # A domestic clearing system number. In the US, for example, this is the American Banking Association (ABA) routing number.
910
910
  NATIONAL_CLEARING_SYSTEM_NUMBER = :national_clearing_system_number
911
911
 
912
- # The SWIFT Bank Identifier Code (BIC) of the bank.
912
+ # The Swift Bank Identifier Code (BIC) of the bank.
913
913
  BIC_CODE = :bic_code
914
914
 
915
915
  # An International Bank Account Number.
@@ -929,7 +929,7 @@ module Increase
929
929
  # A domestic clearing system number. In the US, for example, this is the American Banking Association (ABA) routing number.
930
930
  NATIONAL_CLEARING_SYSTEM_NUMBER = :national_clearing_system_number
931
931
 
932
- # The SWIFT Bank Identifier Code (BIC) of the bank.
932
+ # The Swift Bank Identifier Code (BIC) of the bank.
933
933
  BIC_CODE = :bic_code
934
934
 
935
935
  # An International Bank Account Number.
@@ -34,6 +34,8 @@ module Increase
34
34
  # Limit the size of the list that is returned. The default (and maximum) is 100
35
35
  # objects.
36
36
  #
37
+ # Defaults to `100`.
38
+ #
37
39
  # @return [Integer, nil]
38
40
  optional :limit, Integer
39
41
 
@@ -56,6 +58,8 @@ module Increase
56
58
  # Limit the size of the list that is returned. The default (and maximum) is 100
57
59
  # objects.
58
60
  #
61
+ # Defaults to `100`.
62
+ #
59
63
  # @param status [Increase::Models::InboundACHTransferListParams::Status]
60
64
  #
61
65
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
@@ -43,6 +43,14 @@ module Increase
43
43
  # @return [Integer]
44
44
  required :amount, Integer
45
45
 
46
+ # @!attribute automatically_resolves_at
47
+ # The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
48
+ # the Inbound Check Deposit will be automatically resolved if it has not been
49
+ # actioned by then.
50
+ #
51
+ # @return [Time]
52
+ required :automatically_resolves_at, Time
53
+
46
54
  # @!attribute back_image_file_id
47
55
  # The ID for the File containing the image of the back of the check.
48
56
  #
@@ -138,7 +146,7 @@ module Increase
138
146
  # @return [Symbol, Increase::Models::InboundCheckDeposit::Type]
139
147
  required :type, enum: -> { Increase::InboundCheckDeposit::Type }
140
148
 
141
- # @!method initialize(id:, accepted_at:, account_id:, account_number_id:, adjustments:, amount:, back_image_file_id:, bank_of_first_deposit_routing_number:, check_number:, check_transfer_id:, created_at:, currency:, declined_at:, declined_transaction_id:, deposit_return:, front_image_file_id:, payee_name_analysis:, status:, transaction_id:, type:)
149
+ # @!method initialize(id:, accepted_at:, account_id:, account_number_id:, adjustments:, amount:, automatically_resolves_at:, back_image_file_id:, bank_of_first_deposit_routing_number:, check_number:, check_transfer_id:, created_at:, currency:, declined_at:, declined_transaction_id:, deposit_return:, front_image_file_id:, payee_name_analysis:, status:, transaction_id:, type:)
142
150
  # Inbound Check Deposits are records of third-parties attempting to deposit checks
143
151
  # against your account.
144
152
  #
@@ -159,6 +167,11 @@ module Increase
159
167
  #
160
168
  # @param amount [Integer] The deposited amount in USD cents.
161
169
  #
170
+ # @param automatically_resolves_at [Time]
171
+ # The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
172
+ # the Inbound Check Deposit will be automatically resolved if it has not been
173
+ # actioned by then.
174
+ #
162
175
  # @param back_image_file_id [String, nil] The ID for the File containing the image of the back of the check.
163
176
  #
164
177
  # @param bank_of_first_deposit_routing_number [String, nil]
@@ -35,6 +35,8 @@ module Increase
35
35
  # Limit the size of the list that is returned. The default (and maximum) is 100
36
36
  # objects.
37
37
  #
38
+ # Defaults to `100`.
39
+ #
38
40
  # @return [Integer, nil]
39
41
  optional :limit, Integer
40
42
 
@@ -53,6 +55,8 @@ module Increase
53
55
  # Limit the size of the list that is returned. The default (and maximum) is 100
54
56
  # objects.
55
57
  #
58
+ # Defaults to `100`.
59
+ #
56
60
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
57
61
 
58
62
  class CreatedAt < Increase::Internal::Type::BaseModel
@@ -35,6 +35,8 @@ module Increase
35
35
  # Limit the size of the list that is returned. The default (and maximum) is 100
36
36
  # objects.
37
37
  #
38
+ # Defaults to `100`.
39
+ #
38
40
  # @return [Integer, nil]
39
41
  optional :limit, Integer
40
42
 
@@ -53,6 +55,8 @@ module Increase
53
55
  # Limit the size of the list that is returned. The default (and maximum) is 100
54
56
  # objects.
55
57
  #
58
+ # Defaults to `100`.
59
+ #
56
60
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
57
61
 
58
62
  class CreatedAt < Increase::Internal::Type::BaseModel
@@ -22,6 +22,8 @@ module Increase
22
22
  # Limit the size of the list that is returned. The default (and maximum) is 100
23
23
  # objects.
24
24
  #
25
+ # Defaults to `100`.
26
+ #
25
27
  # @return [Integer, nil]
26
28
  optional :limit, Integer
27
29
 
@@ -46,6 +48,8 @@ module Increase
46
48
  # Limit the size of the list that is returned. The default (and maximum) is 100
47
49
  # objects.
48
50
  #
51
+ # Defaults to `100`.
52
+ #
49
53
  # @param lockbox_address_id [String] Filter Inbound Mail Items to ones sent to the provided Lockbox Address.
50
54
  #
51
55
  # @param lockbox_recipient_id [String]
@@ -36,6 +36,8 @@ module Increase
36
36
  # Limit the size of the list that is returned. The default (and maximum) is 100
37
37
  # objects.
38
38
  #
39
+ # Defaults to `100`.
40
+ #
39
41
  # @return [Integer, nil]
40
42
  optional :limit, Integer
41
43
 
@@ -56,6 +58,8 @@ module Increase
56
58
  # Limit the size of the list that is returned. The default (and maximum) is 100
57
59
  # objects.
58
60
  #
61
+ # Defaults to `100`.
62
+ #
59
63
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
60
64
 
61
65
  class CreatedAt < Increase::Internal::Type::BaseModel
@@ -17,6 +17,8 @@ module Increase
17
17
  # Limit the size of the list that is returned. The default (and maximum) is 100
18
18
  # objects.
19
19
  #
20
+ # Defaults to `100`.
21
+ #
20
22
  # @return [Integer, nil]
21
23
  optional :limit, Integer
22
24
 
@@ -27,6 +29,8 @@ module Increase
27
29
  # Limit the size of the list that is returned. The default (and maximum) is 100
28
30
  # objects.
29
31
  #
32
+ # Defaults to `100`.
33
+ #
30
34
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
31
35
  end
32
36
  end
@@ -34,6 +34,8 @@ module Increase
34
34
  # Limit the size of the list that is returned. The default (and maximum) is 100
35
35
  # objects.
36
36
  #
37
+ # Defaults to `100`.
38
+ #
37
39
  # @return [Integer, nil]
38
40
  optional :limit, Integer
39
41
 
@@ -63,6 +65,8 @@ module Increase
63
65
  # Limit the size of the list that is returned. The default (and maximum) is 100
64
66
  # objects.
65
67
  #
68
+ # Defaults to `100`.
69
+ #
66
70
  # @param status [Increase::Models::InboundWireTransferListParams::Status]
67
71
  #
68
72
  # @param wire_drawdown_request_id [String]
@@ -32,6 +32,8 @@ module Increase
32
32
  # Limit the size of the list that is returned. The default (and maximum) is 100
33
33
  # objects.
34
34
  #
35
+ # Defaults to `100`.
36
+ #
35
37
  # @return [Integer, nil]
36
38
  optional :limit, Integer
37
39
 
@@ -55,6 +57,8 @@ module Increase
55
57
  # Limit the size of the list that is returned. The default (and maximum) is 100
56
58
  # objects.
57
59
  #
60
+ # Defaults to `100`.
61
+ #
58
62
  # @param status [Increase::Models::IntrafiAccountEnrollmentListParams::Status]
59
63
  #
60
64
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
@@ -32,6 +32,8 @@ module Increase
32
32
  # Limit the size of the list that is returned. The default (and maximum) is 100
33
33
  # objects.
34
34
  #
35
+ # Defaults to `100`.
36
+ #
35
37
  # @return [Integer, nil]
36
38
  optional :limit, Integer
37
39
 
@@ -50,6 +52,8 @@ module Increase
50
52
  # Limit the size of the list that is returned. The default (and maximum) is 100
51
53
  # objects.
52
54
  #
55
+ # Defaults to `100`.
56
+ #
53
57
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
54
58
  end
55
59
  end