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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 051e221b4b9e220039b220c35f88027ef1dea35644a4ff105b0d33187fe3f44b
4
- data.tar.gz: 6cbf695fd5e1176392ad5741af4350e2b06b37e3aec412fd794b0d8306de4dd2
3
+ metadata.gz: 4906aa8f308343c378626b6265d93e48bf8af288708b41db066670fa53d7fa8c
4
+ data.tar.gz: eec002779689677251e1de2b783090b1ed44467b1f6382abaf26d02c3b6968ba
5
5
  SHA512:
6
- metadata.gz: 14c0e1b06b59397c0fbf4c4a87cc9ccdde2e2f238c30b730f6e8641f27fb798d2220b7e856a216362489390f69070ff6048f8b88a1a0d488b067f6f01e0519ad
7
- data.tar.gz: d16ce855d08e1a2bc873c5f55200f344e11964ee0de1623af6bc00cb5940130401f4a74a4f72c0fef7e72de059b4ac597d38c77b80e08c18dc219c4f77bae820
6
+ metadata.gz: 6169cec9a4d096d4c450488c0d7a8162825211274c0dfdeb33bea731b5a5ffd635c3ced4951af088001c71f73c7ce88f4fb34145d0a6f9d54f087cda8a111850
7
+ data.tar.gz: 25f2bd53fb1eb615af2dab37b0a527fc52130bcd80b721a1d01c7a91ea84ae9865f35314a8a3935135448283abfb5acab3074fcb9b4c6b4d3310b8407b607a29
data/README.md CHANGED
@@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
15
15
  <!-- x-release-please-start-version -->
16
16
 
17
17
  ```ruby
18
- gem "increase", "~> 1.346.1"
18
+ gem "increase", "~> 1.348.0"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->
@@ -188,6 +188,9 @@ module Increase
188
188
  # Grasshopper Bank
189
189
  GRASSHOPPER_BANK = :grasshopper_bank
190
190
 
191
+ # Increase Bank
192
+ INCREASE_BANK = :increase_bank
193
+
191
194
  # @!method self.values
192
195
  # @return [Array<Symbol>]
193
196
  end
@@ -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
 
@@ -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 program_id [String] Filter Accounts for those in a specific Program.
81
85
  #
82
86
  # @param status [Increase::Models::AccountListParams::Status]
@@ -42,6 +42,8 @@ module Increase
42
42
  # Limit the size of the list that is returned. The default (and maximum) is 100
43
43
  # objects.
44
44
  #
45
+ # Defaults to `100`.
46
+ #
45
47
  # @return [Integer, nil]
46
48
  optional :limit, Integer
47
49
 
@@ -69,6 +71,8 @@ module Increase
69
71
  # Limit the size of the list that is returned. The default (and maximum) is 100
70
72
  # objects.
71
73
  #
74
+ # Defaults to `100`.
75
+ #
72
76
  # @param status [Increase::Models::AccountNumberListParams::Status]
73
77
  #
74
78
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
@@ -23,6 +23,8 @@ module Increase
23
23
  # Limit the size of the list that is returned. The default (and maximum) is 100
24
24
  # objects.
25
25
  #
26
+ # Defaults to `100`.
27
+ #
26
28
  # @return [Integer, nil]
27
29
  optional :limit, Integer
28
30
 
@@ -40,6 +42,8 @@ module Increase
40
42
  # Limit the size of the list that is returned. The default (and maximum) is 100
41
43
  # objects.
42
44
  #
45
+ # Defaults to `100`.
46
+ #
43
47
  # @param statement_period_start [Increase::Models::AccountStatementListParams::StatementPeriodStart]
44
48
  #
45
49
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
@@ -37,6 +37,8 @@ module Increase
37
37
  # Limit the size of the list that is returned. The default (and maximum) is 100
38
38
  # objects.
39
39
  #
40
+ # Defaults to `100`.
41
+ #
40
42
  # @return [Integer, nil]
41
43
  optional :limit, Integer
42
44
 
@@ -57,6 +59,8 @@ module Increase
57
59
  # Limit the size of the list that is returned. The default (and maximum) is 100
58
60
  # objects.
59
61
  #
62
+ # Defaults to `100`.
63
+ #
60
64
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
61
65
 
62
66
  class CreatedAt < Increase::Internal::Type::BaseModel
@@ -59,6 +59,8 @@ module Increase
59
59
  # @!attribute credit_debit_indicator
60
60
  # Whether the Prenotification is for a future debit or credit.
61
61
  #
62
+ # Defaults to `debit`.
63
+ #
62
64
  # @return [Symbol, Increase::Models::ACHPrenotificationCreateParams::CreditDebitIndicator, nil]
63
65
  optional :credit_debit_indicator,
64
66
  enum: -> { Increase::ACHPrenotificationCreateParams::CreditDebitIndicator }
@@ -77,7 +79,7 @@ module Increase
77
79
  optional :individual_id, String
78
80
 
79
81
  # @!attribute individual_name
80
- # The name of therecipient. This value is informational and not verified by the
82
+ # The name of the recipient. This value is informational and not verified by the
81
83
  # recipient's bank.
82
84
  #
83
85
  # @return [String, nil]
@@ -88,6 +90,8 @@ module Increase
88
90
  # [Standard Entry Class (SEC) code](/documentation/ach-standard-entry-class-codes)
89
91
  # to use for the ACH Prenotification.
90
92
  #
93
+ # Defaults to `corporate_credit_or_debit`.
94
+ #
91
95
  # @return [Symbol, Increase::Models::ACHPrenotificationCreateParams::StandardEntryClassCode, nil]
92
96
  optional :standard_entry_class_code,
93
97
  enum: -> { Increase::ACHPrenotificationCreateParams::StandardEntryClassCode }
@@ -114,6 +118,8 @@ module Increase
114
118
  # @param credit_debit_indicator [Symbol, Increase::Models::ACHPrenotificationCreateParams::CreditDebitIndicator]
115
119
  # Whether the Prenotification is for a future debit or credit.
116
120
  #
121
+ # Defaults to `debit`.
122
+ #
117
123
  # @param effective_date [Date]
118
124
  # The ACH Prenotification effective date in
119
125
  # [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
@@ -121,7 +127,7 @@ module Increase
121
127
  # @param individual_id [String] Your identifier for the recipient.
122
128
  #
123
129
  # @param individual_name [String]
124
- # The name of therecipient. This value is informational and not verified by the
130
+ # The name of the recipient. This value is informational and not verified by the
125
131
  # recipient's bank.
126
132
  #
127
133
  # @param standard_entry_class_code [Symbol, Increase::Models::ACHPrenotificationCreateParams::StandardEntryClassCode]
@@ -129,9 +135,13 @@ module Increase
129
135
  # [Standard Entry Class (SEC) code](/documentation/ach-standard-entry-class-codes)
130
136
  # to use for the ACH Prenotification.
131
137
  #
138
+ # Defaults to `corporate_credit_or_debit`.
139
+ #
132
140
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
133
141
 
134
142
  # Whether the Prenotification is for a future debit or credit.
143
+ #
144
+ # Defaults to `debit`.
135
145
  module CreditDebitIndicator
136
146
  extend Increase::Internal::Type::Enum
137
147
 
@@ -148,6 +158,8 @@ module Increase
148
158
  # The
149
159
  # [Standard Entry Class (SEC) code](/documentation/ach-standard-entry-class-codes)
150
160
  # to use for the ACH Prenotification.
161
+ #
162
+ # Defaults to `corporate_credit_or_debit`.
151
163
  module StandardEntryClassCode
152
164
  extend Increase::Internal::Type::Enum
153
165
 
@@ -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
 
@@ -49,6 +51,8 @@ module Increase
49
51
  # Limit the size of the list that is returned. The default (and maximum) is 100
50
52
  # objects.
51
53
  #
54
+ # Defaults to `100`.
55
+ #
52
56
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
53
57
 
54
58
  class CreatedAt < Increase::Internal::Type::BaseModel
@@ -1497,7 +1497,7 @@ module Increase
1497
1497
  class Submission < Increase::Internal::Type::BaseModel
1498
1498
  # @!attribute administrative_returns_expected_by
1499
1499
  # The timestamp by which any administrative returns are expected to be received
1500
- # by. This follows the NACHA guidelines for return windows, which are: "In
1500
+ # by. This follows the Nacha guidelines for return windows, which are: "In
1501
1501
  # general, return entries must be received by the RDFI’s ACH Operator by its
1502
1502
  # deposit deadline for the return entry to be made available to the ODFI no later
1503
1503
  # than the opening of business on the second banking day following the Settlement
@@ -1558,7 +1558,7 @@ module Increase
1558
1558
  #
1559
1559
  # @param administrative_returns_expected_by [Time]
1560
1560
  # The timestamp by which any administrative returns are expected to be received
1561
- # by. This follows the NACHA guidelines for return windows, which are: "In
1561
+ # by. This follows the Nacha guidelines for return windows, which are: "In
1562
1562
  # general, return entries must be received by the RDFI’s ACH Operator by its
1563
1563
  # deposit deadline for the return entry to be made available to the ODFI no later
1564
1564
  # than the opening of business on the second banking day following the Settlement
@@ -100,6 +100,8 @@ module Increase
100
100
  # @!attribute funding
101
101
  # The type of the receiver's bank account.
102
102
  #
103
+ # Defaults to `checking`.
104
+ #
103
105
  # @return [Symbol, Increase::Models::ACHTransferCreateParams::Funding, nil]
104
106
  optional :funding, enum: -> { Increase::ACHTransferCreateParams::Funding }
105
107
 
@@ -149,13 +151,7 @@ module Increase
149
151
  optional :standard_entry_class_code,
150
152
  enum: -> { Increase::ACHTransferCreateParams::StandardEntryClassCode }
151
153
 
152
- # @!attribute transaction_timing
153
- # The timing of the transaction.
154
- #
155
- # @return [Symbol, Increase::Models::ACHTransferCreateParams::TransactionTiming, nil]
156
- optional :transaction_timing, enum: -> { Increase::ACHTransferCreateParams::TransactionTiming }
157
-
158
- # @!method initialize(account_id:, amount:, statement_descriptor:, account_number: nil, addenda: nil, company_descriptive_date: nil, company_discretionary_data: nil, company_entry_description: nil, company_name: nil, destination_account_holder: nil, external_account_id: nil, funding: nil, individual_id: nil, individual_name: nil, preferred_effective_date: nil, require_approval: nil, routing_number: nil, standard_entry_class_code: nil, transaction_timing: nil, request_options: {})
154
+ # @!method initialize(account_id:, amount:, statement_descriptor:, account_number: nil, addenda: nil, company_descriptive_date: nil, company_discretionary_data: nil, company_entry_description: nil, company_name: nil, destination_account_holder: nil, external_account_id: nil, funding: nil, individual_id: nil, individual_name: nil, preferred_effective_date: nil, require_approval: nil, routing_number: nil, standard_entry_class_code: nil, request_options: {})
159
155
  # @param account_id [String] The Increase identifier for the account that will send the transfer.
160
156
  #
161
157
  # @param amount [Integer]
@@ -214,6 +210,8 @@ module Increase
214
210
  # @param funding [Symbol, Increase::Models::ACHTransferCreateParams::Funding]
215
211
  # The type of the receiver's bank account.
216
212
  #
213
+ # Defaults to `checking`.
214
+ #
217
215
  # @param individual_id [String]
218
216
  # Your internal identifier for the transfer recipient. This value is informational
219
217
  # and not verified by the recipient's bank. Most callers can leave this unset.
@@ -241,9 +239,6 @@ module Increase
241
239
  # to use for the transfer. If not provided, the default is
242
240
  # `corporate_credit_or_debit`.
243
241
  #
244
- # @param transaction_timing [Symbol, Increase::Models::ACHTransferCreateParams::TransactionTiming]
245
- # The timing of the transaction.
246
- #
247
242
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
248
243
 
249
244
  class Addenda < Increase::Internal::Type::BaseModel
@@ -395,6 +390,8 @@ module Increase
395
390
  end
396
391
 
397
392
  # The type of the receiver's bank account.
393
+ #
394
+ # Defaults to `checking`.
398
395
  module Funding
399
396
  extend Increase::Internal::Type::Enum
400
397
 
@@ -481,20 +478,6 @@ module Increase
481
478
  # @!method self.values
482
479
  # @return [Array<Symbol>]
483
480
  end
484
-
485
- # The timing of the transaction.
486
- module TransactionTiming
487
- extend Increase::Internal::Type::Enum
488
-
489
- # A Transaction will be created immediately.
490
- SYNCHRONOUS = :synchronous
491
-
492
- # A Transaction will be created when the funds settle at the Federal Reserve.
493
- ASYNCHRONOUS = :asynchronous
494
-
495
- # @!method self.values
496
- # @return [Array<Symbol>]
497
- end
498
481
  end
499
482
  end
500
483
  end
@@ -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
 
@@ -70,6 +72,8 @@ module Increase
70
72
  # Limit the size of the list that is returned. The default (and maximum) is 100
71
73
  # objects.
72
74
  #
75
+ # Defaults to `100`.
76
+ #
73
77
  # @param status [Increase::Models::ACHTransferListParams::Status]
74
78
  #
75
79
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
@@ -72,6 +72,42 @@ module Increase
72
72
  # @return [Integer]
73
73
  required :due_balance, Integer
74
74
 
75
+ # @!attribute due_fees
76
+ # The fees on the loan that are due and unpaid.
77
+ #
78
+ # @return [Integer, nil]
79
+ required :due_fees, Integer, nil?: true
80
+
81
+ # @!attribute due_interest
82
+ # The interest on the loan that is due and unpaid.
83
+ #
84
+ # @return [Integer, nil]
85
+ required :due_interest, Integer, nil?: true
86
+
87
+ # @!attribute due_principal
88
+ # The principal on the loan that is due and unpaid.
89
+ #
90
+ # @return [Integer, nil]
91
+ required :due_principal, Integer, nil?: true
92
+
93
+ # @!attribute not_due_fees
94
+ # The fees on the loan that are not yet due.
95
+ #
96
+ # @return [Integer, nil]
97
+ required :not_due_fees, Integer, nil?: true
98
+
99
+ # @!attribute not_due_interest
100
+ # The interest on the loan that is not yet due.
101
+ #
102
+ # @return [Integer, nil]
103
+ required :not_due_interest, Integer, nil?: true
104
+
105
+ # @!attribute not_due_principal
106
+ # The principal on the loan that is not yet due.
107
+ #
108
+ # @return [Integer, nil]
109
+ required :not_due_principal, Integer, nil?: true
110
+
75
111
  # @!attribute past_due_balance
76
112
  # The amount past due on the loan.
77
113
  #
@@ -84,7 +120,7 @@ module Increase
84
120
  # @return [Increase::Models::BalanceLookup::Loan::Receivables, nil]
85
121
  required :receivables, -> { Increase::BalanceLookup::Loan::Receivables }, nil?: true
86
122
 
87
- # @!method initialize(due_at:, due_balance:, past_due_balance:, receivables:)
123
+ # @!method initialize(due_at:, due_balance:, due_fees:, due_interest:, due_principal:, not_due_fees:, not_due_interest:, not_due_principal:, past_due_balance:, receivables:)
88
124
  # The loan balances for the Account.
89
125
  #
90
126
  # @param due_at [Time, nil]
@@ -93,6 +129,18 @@ module Increase
93
129
  #
94
130
  # @param due_balance [Integer] The total amount due on the loan.
95
131
  #
132
+ # @param due_fees [Integer, nil] The fees on the loan that are due and unpaid.
133
+ #
134
+ # @param due_interest [Integer, nil] The interest on the loan that is due and unpaid.
135
+ #
136
+ # @param due_principal [Integer, nil] The principal on the loan that is due and unpaid.
137
+ #
138
+ # @param not_due_fees [Integer, nil] The fees on the loan that are not yet due.
139
+ #
140
+ # @param not_due_interest [Integer, nil] The interest on the loan that is not yet due.
141
+ #
142
+ # @param not_due_principal [Integer, nil] The principal on the loan that is not yet due.
143
+ #
96
144
  # @param past_due_balance [Integer] The amount past due on the loan.
97
145
  #
98
146
  # @param receivables [Increase::Models::BalanceLookup::Loan::Receivables, nil]
@@ -118,6 +118,8 @@ module Increase
118
118
  # @!attribute country
119
119
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
120
120
  #
121
+ # Defaults to `US`.
122
+ #
121
123
  # @return [String]
122
124
  required :country, String
123
125
 
@@ -152,7 +154,10 @@ module Increase
152
154
  #
153
155
  # @param city [String] The city, district, town, or village of the address.
154
156
  #
155
- # @param country [String] The two-letter ISO 3166-1 alpha-2 code for the country of the address.
157
+ # @param country [String]
158
+ # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
159
+ #
160
+ # Defaults to `US`.
156
161
  #
157
162
  # @param line1 [String] The first line of the address. This is usually the street number and street.
158
163
  #
@@ -170,6 +175,8 @@ module Increase
170
175
  # @!attribute method_
171
176
  # A method that can be used to verify the individual's identity.
172
177
  #
178
+ # Defaults to `social_security_number`.
179
+ #
173
180
  # @return [Symbol, Increase::Models::BeneficialOwnerCreateParams::Individual::Identification::Method]
174
181
  required :method_,
175
182
  enum: -> { Increase::BeneficialOwnerCreateParams::Individual::Identification::Method },
@@ -213,6 +220,8 @@ module Increase
213
220
  # @param method_ [Symbol, Increase::Models::BeneficialOwnerCreateParams::Individual::Identification::Method]
214
221
  # A method that can be used to verify the individual's identity.
215
222
  #
223
+ # Defaults to `social_security_number`.
224
+ #
216
225
  # @param number [String]
217
226
  # An identification number that can be used to verify the individual's identity,
218
227
  # such as a social security number. For Social Security Numbers and Individual
@@ -234,6 +243,8 @@ module Increase
234
243
 
235
244
  # A method that can be used to verify the individual's identity.
236
245
  #
246
+ # Defaults to `social_security_number`.
247
+ #
237
248
  # @see Increase::Models::BeneficialOwnerCreateParams::Individual::Identification#method_
238
249
  module Method
239
250
  extend Increase::Internal::Type::Enum
@@ -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
 
@@ -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
  end
58
62
  end
@@ -29,6 +29,12 @@ module Increase
29
29
  # @return [Boolean, nil]
30
30
  optional :confirmed_no_us_tax_id, Increase::Internal::Type::Boolean
31
31
 
32
+ # @!attribute date_of_birth
33
+ # The person's date of birth in YYYY-MM-DD format.
34
+ #
35
+ # @return [Date, nil]
36
+ optional :date_of_birth, Date
37
+
32
38
  # @!attribute identification
33
39
  # A means of verifying the person's identity.
34
40
  #
@@ -51,7 +57,7 @@ module Increase
51
57
  optional :prongs,
52
58
  -> { Increase::Internal::Type::ArrayOf[enum: Increase::BeneficialOwnerUpdateParams::Prong] }
53
59
 
54
- # @!method initialize(entity_beneficial_owner_id:, address: nil, confirmed_no_us_tax_id: nil, identification: nil, name: nil, prongs: nil, request_options: {})
60
+ # @!method initialize(entity_beneficial_owner_id:, address: nil, confirmed_no_us_tax_id: nil, date_of_birth: nil, identification: nil, name: nil, prongs: nil, request_options: {})
55
61
  # @param entity_beneficial_owner_id [String] The identifier of the Beneficial Owner to update.
56
62
  #
57
63
  # @param address [Increase::Models::BeneficialOwnerUpdateParams::Address]
@@ -64,6 +70,8 @@ module Increase
64
70
  # tax id (either a Social Security Number or Individual Taxpayer Identification
65
71
  # Number).
66
72
  #
73
+ # @param date_of_birth [Date] The person's date of birth in YYYY-MM-DD format.
74
+ #
67
75
  # @param identification [Increase::Models::BeneficialOwnerUpdateParams::Identification]
68
76
  # A means of verifying the person's identity.
69
77
  #
@@ -87,6 +95,8 @@ module Increase
87
95
  # @!attribute country
88
96
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
89
97
  #
98
+ # Defaults to `US`.
99
+ #
90
100
  # @return [String]
91
101
  required :country, String
92
102
 
@@ -121,7 +131,10 @@ module Increase
121
131
  #
122
132
  # @param city [String] The city, district, town, or village of the address.
123
133
  #
124
- # @param country [String] The two-letter ISO 3166-1 alpha-2 code for the country of the address.
134
+ # @param country [String]
135
+ # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
136
+ #
137
+ # Defaults to `US`.
125
138
  #
126
139
  # @param line1 [String] The first line of the address. This is usually the street number and street.
127
140
  #
@@ -138,6 +151,8 @@ module Increase
138
151
  # @!attribute method_
139
152
  # A method that can be used to verify the individual's identity.
140
153
  #
154
+ # Defaults to `social_security_number`.
155
+ #
141
156
  # @return [Symbol, Increase::Models::BeneficialOwnerUpdateParams::Identification::Method]
142
157
  required :method_,
143
158
  enum: -> { Increase::BeneficialOwnerUpdateParams::Identification::Method },
@@ -180,6 +195,8 @@ module Increase
180
195
  # @param method_ [Symbol, Increase::Models::BeneficialOwnerUpdateParams::Identification::Method]
181
196
  # A method that can be used to verify the individual's identity.
182
197
  #
198
+ # Defaults to `social_security_number`.
199
+ #
183
200
  # @param number [String]
184
201
  # An identification number that can be used to verify the individual's identity,
185
202
  # such as a social security number. For Social Security Numbers and Individual
@@ -201,6 +218,8 @@ module Increase
201
218
 
202
219
  # A method that can be used to verify the individual's identity.
203
220
  #
221
+ # Defaults to `social_security_number`.
222
+ #
204
223
  # @see Increase::Models::BeneficialOwnerUpdateParams::Identification#method_
205
224
  module Method
206
225
  extend Increase::Internal::Type::Enum
@@ -34,6 +34,13 @@ module Increase
34
34
  # @return [String]
35
35
  required :bin, String
36
36
 
37
+ # @!attribute cardholder_name
38
+ # The name of the cardholder. Used to respond to Account Name Inquiry requests
39
+ # from acquirers in Card Validations.
40
+ #
41
+ # @return [Increase::Models::Card::CardholderName, nil]
42
+ required :cardholder_name, -> { Increase::Card::CardholderName }, nil?: true
43
+
37
44
  # @!attribute created_at
38
45
  # The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
39
46
  # the Card was created.
@@ -100,7 +107,7 @@ module Increase
100
107
  # @return [Symbol, Increase::Models::Card::Type]
101
108
  required :type, enum: -> { Increase::Card::Type }
102
109
 
103
- # @!method initialize(id:, account_id:, authorization_controls:, billing_address:, bin:, created_at:, description:, digital_wallet:, entity_id:, expiration_month:, expiration_year:, idempotency_key:, last4:, status:, type:)
110
+ # @!method initialize(id:, account_id:, authorization_controls:, billing_address:, bin:, cardholder_name:, created_at:, description:, digital_wallet:, entity_id:, expiration_month:, expiration_year:, idempotency_key:, last4:, status:, type:)
104
111
  # Cards may operate on credit, debit, or prepaid BINs. They’ll immediately work
105
112
  # for online purchases after you create them. All cards work on a good funds
106
113
  # model, and maintain a maximum limit of 100% of the Account’s available balance
@@ -118,6 +125,10 @@ module Increase
118
125
  #
119
126
  # @param bin [String] The Bank Identification Number (BIN) of the Card.
120
127
  #
128
+ # @param cardholder_name [Increase::Models::Card::CardholderName, nil]
129
+ # The name of the cardholder. Used to respond to Account Name Inquiry requests
130
+ # from acquirers in Card Validations.
131
+ #
121
132
  # @param created_at [Time]
122
133
  # The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
123
134
  # the Card was created.
@@ -613,6 +624,37 @@ module Increase
613
624
  # @param state [String, nil] The US state of the billing address.
614
625
  end
615
626
 
627
+ # @see Increase::Models::Card#cardholder_name
628
+ class CardholderName < Increase::Internal::Type::BaseModel
629
+ # @!attribute first
630
+ # The cardholder's first name.
631
+ #
632
+ # @return [String]
633
+ required :first, String
634
+
635
+ # @!attribute last
636
+ # The cardholder's last name.
637
+ #
638
+ # @return [String]
639
+ required :last, String
640
+
641
+ # @!attribute middle
642
+ # The cardholder's middle name.
643
+ #
644
+ # @return [String, nil]
645
+ required :middle, String, nil?: true
646
+
647
+ # @!method initialize(first:, last:, middle:)
648
+ # The name of the cardholder. Used to respond to Account Name Inquiry requests
649
+ # from acquirers in Card Validations.
650
+ #
651
+ # @param first [String] The cardholder's first name.
652
+ #
653
+ # @param last [String] The cardholder's last name.
654
+ #
655
+ # @param middle [String, nil] The cardholder's middle name.
656
+ end
657
+
616
658
  # @see Increase::Models::Card#digital_wallet
617
659
  class DigitalWallet < Increase::Internal::Type::BaseModel
618
660
  # @!attribute digital_card_profile_id
@@ -25,6 +25,13 @@ module Increase
25
25
  # @return [Increase::Models::CardCreateParams::BillingAddress, nil]
26
26
  optional :billing_address, -> { Increase::CardCreateParams::BillingAddress }
27
27
 
28
+ # @!attribute cardholder_name
29
+ # The name of the cardholder. Used to respond to Account Name Inquiry requests
30
+ # from acquirers in Card Validations.
31
+ #
32
+ # @return [Increase::Models::CardCreateParams::CardholderName, nil]
33
+ optional :cardholder_name, -> { Increase::CardCreateParams::CardholderName }
34
+
28
35
  # @!attribute description
29
36
  # The description you choose to give the card.
30
37
  #
@@ -48,7 +55,7 @@ module Increase
48
55
  # @return [String, nil]
49
56
  optional :entity_id, String
50
57
 
51
- # @!method initialize(account_id:, authorization_controls: nil, billing_address: nil, description: nil, digital_wallet: nil, entity_id: nil, request_options: {})
58
+ # @!method initialize(account_id:, authorization_controls: nil, billing_address: nil, cardholder_name: nil, description: nil, digital_wallet: nil, entity_id: nil, request_options: {})
52
59
  # @param account_id [String] The Account the card should belong to.
53
60
  #
54
61
  # @param authorization_controls [Increase::Models::CardCreateParams::AuthorizationControls]
@@ -56,6 +63,10 @@ module Increase
56
63
  #
57
64
  # @param billing_address [Increase::Models::CardCreateParams::BillingAddress] The card's billing address.
58
65
  #
66
+ # @param cardholder_name [Increase::Models::CardCreateParams::CardholderName]
67
+ # The name of the cardholder. Used to respond to Account Name Inquiry requests
68
+ # from acquirers in Card Validations.
69
+ #
59
70
  # @param description [String] The description you choose to give the card.
60
71
  #
61
72
  # @param digital_wallet [Increase::Models::CardCreateParams::DigitalWallet]
@@ -519,6 +530,36 @@ module Increase
519
530
  # @param line2 [String] The second line of the billing address.
520
531
  end
521
532
 
533
+ class CardholderName < Increase::Internal::Type::BaseModel
534
+ # @!attribute first
535
+ # The cardholder's first name.
536
+ #
537
+ # @return [String]
538
+ required :first, String
539
+
540
+ # @!attribute last
541
+ # The cardholder's last name.
542
+ #
543
+ # @return [String]
544
+ required :last, String
545
+
546
+ # @!attribute middle
547
+ # The cardholder's middle name.
548
+ #
549
+ # @return [String, nil]
550
+ optional :middle, String
551
+
552
+ # @!method initialize(first:, last:, middle: nil)
553
+ # The name of the cardholder. Used to respond to Account Name Inquiry requests
554
+ # from acquirers in Card Validations.
555
+ #
556
+ # @param first [String] The cardholder's first name.
557
+ #
558
+ # @param last [String] The cardholder's last name.
559
+ #
560
+ # @param middle [String] The cardholder's middle name.
561
+ end
562
+
522
563
  class DigitalWallet < Increase::Internal::Type::BaseModel
523
564
  # @!attribute digital_card_profile_id
524
565
  # The digital card profile assigned to this digital card.
@@ -275,7 +275,7 @@ module Increase
275
275
  # The Card Dispute has been won and no further action can be taken.
276
276
  WON = :won
277
277
 
278
- # The Card Dispute has been reviewed and rejected, please review the explanation for more details.
278
+ # The Card Dispute was rejected before it was submitted to the network, either by Increase or because the user withdrew it. Please review the explanation for more details.
279
279
  REJECTED = :rejected
280
280
 
281
281
  # @!method self.values