increase 1.340.0 → 1.342.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 (348) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/increase/client.rb +8 -6
  4. data/lib/increase/internal/type/converter.rb +13 -12
  5. data/lib/increase/models/account.rb +40 -19
  6. data/lib/increase/models/account_create_params.rb +14 -11
  7. data/lib/increase/models/account_list_params.rb +25 -17
  8. data/lib/increase/models/account_number.rb +22 -14
  9. data/lib/increase/models/account_number_create_params.rb +12 -13
  10. data/lib/increase/models/account_number_list_params.rb +26 -20
  11. data/lib/increase/models/account_number_update_params.rb +12 -11
  12. data/lib/increase/models/account_statement.rb +15 -11
  13. data/lib/increase/models/account_statement_list_params.rb +15 -12
  14. data/lib/increase/models/account_transfer.rb +58 -29
  15. data/lib/increase/models/account_transfer_create_params.rb +12 -7
  16. data/lib/increase/models/account_transfer_list_params.rb +20 -12
  17. data/lib/increase/models/ach_prenotification.rb +49 -28
  18. data/lib/increase/models/ach_prenotification_create_params.rb +15 -8
  19. data/lib/increase/models/ach_prenotification_list_params.rb +20 -12
  20. data/lib/increase/models/ach_transfer.rb +220 -105
  21. data/lib/increase/models/ach_transfer_create_params.rb +110 -61
  22. data/lib/increase/models/ach_transfer_list_params.rb +23 -16
  23. data/lib/increase/models/balance_lookup.rb +14 -11
  24. data/lib/increase/models/beneficial_owner_create_params.rb +60 -46
  25. data/lib/increase/models/beneficial_owner_list_params.rb +11 -6
  26. data/lib/increase/models/beneficial_owner_update_params.rb +56 -40
  27. data/lib/increase/models/card.rb +69 -47
  28. data/lib/increase/models/card_create_details_iframe_params.rb +3 -4
  29. data/lib/increase/models/card_create_params.rb +65 -56
  30. data/lib/increase/models/card_details.rb +7 -5
  31. data/lib/increase/models/card_dispute.rb +530 -306
  32. data/lib/increase/models/card_dispute_create_params.rb +271 -175
  33. data/lib/increase/models/card_dispute_list_params.rb +24 -16
  34. data/lib/increase/models/card_dispute_submit_user_submission_params.rb +288 -191
  35. data/lib/increase/models/card_iframe_url.rb +3 -4
  36. data/lib/increase/models/card_list_params.rb +23 -16
  37. data/lib/increase/models/card_payment.rb +1941 -1200
  38. data/lib/increase/models/card_payment_list_params.rb +15 -11
  39. data/lib/increase/models/card_purchase_supplement.rb +37 -25
  40. data/lib/increase/models/card_purchase_supplement_list_params.rb +18 -13
  41. data/lib/increase/models/card_push_transfer.rb +121 -65
  42. data/lib/increase/models/card_push_transfer_create_params.rb +55 -25
  43. data/lib/increase/models/card_push_transfer_list_params.rb +23 -16
  44. data/lib/increase/models/card_token.rb +9 -6
  45. data/lib/increase/models/card_token_capabilities.rb +11 -8
  46. data/lib/increase/models/card_token_list_params.rb +15 -11
  47. data/lib/increase/models/card_update_params.rb +65 -57
  48. data/lib/increase/models/card_validation.rb +76 -43
  49. data/lib/increase/models/card_validation_create_params.rb +11 -7
  50. data/lib/increase/models/card_validation_list_params.rb +23 -16
  51. data/lib/increase/models/check_deposit.rb +103 -52
  52. data/lib/increase/models/check_deposit_create_params.rb +2 -4
  53. data/lib/increase/models/check_deposit_list_params.rb +20 -12
  54. data/lib/increase/models/check_transfer.rb +127 -76
  55. data/lib/increase/models/check_transfer_create_params.rb +91 -51
  56. data/lib/increase/models/check_transfer_list_params.rb +24 -16
  57. data/lib/increase/models/check_transfer_stop_payment_params.rb +2 -1
  58. data/lib/increase/models/declined_transaction.rb +339 -206
  59. data/lib/increase/models/declined_transaction_list_params.rb +18 -15
  60. data/lib/increase/models/digital_card_profile.rb +16 -9
  61. data/lib/increase/models/digital_card_profile_clone_params.rb +2 -1
  62. data/lib/increase/models/digital_card_profile_create_params.rb +2 -1
  63. data/lib/increase/models/digital_card_profile_list_params.rb +12 -9
  64. data/lib/increase/models/digital_wallet_token.rb +26 -17
  65. data/lib/increase/models/digital_wallet_token_list_params.rb +15 -11
  66. data/lib/increase/models/entity.rb +175 -135
  67. data/lib/increase/models/entity_archive_params.rb +3 -4
  68. data/lib/increase/models/entity_beneficial_owner.rb +24 -19
  69. data/lib/increase/models/entity_create_params.rb +395 -290
  70. data/lib/increase/models/entity_list_params.rb +67 -16
  71. data/lib/increase/models/entity_onboarding_session.rb +25 -11
  72. data/lib/increase/models/entity_onboarding_session_create_params.rb +8 -5
  73. data/lib/increase/models/entity_onboarding_session_list_params.rb +12 -9
  74. data/lib/increase/models/entity_supplemental_document.rb +10 -6
  75. data/lib/increase/models/entity_update_params.rb +136 -104
  76. data/lib/increase/models/event.rb +14 -5
  77. data/lib/increase/models/event_list_params.rb +31 -17
  78. data/lib/increase/models/event_subscription.rb +25 -9
  79. data/lib/increase/models/event_subscription_create_params.rb +22 -8
  80. data/lib/increase/models/event_subscription_list_params.rb +8 -5
  81. data/lib/increase/models/event_subscription_update_params.rb +2 -1
  82. data/lib/increase/models/export.rb +69 -30
  83. data/lib/increase/models/export_create_params.rb +76 -46
  84. data/lib/increase/models/export_list_params.rb +26 -17
  85. data/lib/increase/models/external_account.rb +14 -8
  86. data/lib/increase/models/external_account_create_params.rb +7 -6
  87. data/lib/increase/models/external_account_list_params.rb +12 -9
  88. data/lib/increase/models/external_account_update_params.rb +6 -3
  89. data/lib/increase/models/fednow_transfer.rb +62 -32
  90. data/lib/increase/models/fednow_transfer_create_params.rb +11 -8
  91. data/lib/increase/models/fednow_transfer_list_params.rb +25 -17
  92. data/lib/increase/models/file.rb +13 -7
  93. data/lib/increase/models/file_create_params.rb +6 -5
  94. data/lib/increase/models/file_link.rb +17 -8
  95. data/lib/increase/models/file_link_create_params.rb +3 -4
  96. data/lib/increase/models/file_list_params.rb +23 -16
  97. data/lib/increase/models/group.rb +6 -5
  98. data/lib/increase/models/inbound_ach_transfer.rb +115 -51
  99. data/lib/increase/models/inbound_ach_transfer_create_notification_of_change_params.rb +3 -5
  100. data/lib/increase/models/inbound_ach_transfer_decline_params.rb +4 -4
  101. data/lib/increase/models/inbound_ach_transfer_list_params.rb +21 -16
  102. data/lib/increase/models/inbound_ach_transfer_transfer_return_params.rb +6 -5
  103. data/lib/increase/models/inbound_check_deposit.rb +46 -19
  104. data/lib/increase/models/inbound_check_deposit_list_params.rb +18 -12
  105. data/lib/increase/models/inbound_check_deposit_return_params.rb +2 -1
  106. data/lib/increase/models/inbound_fednow_transfer.rb +28 -14
  107. data/lib/increase/models/inbound_fednow_transfer_list_params.rb +18 -12
  108. data/lib/increase/models/inbound_fednow_transfer_retrieve_params.rb +2 -1
  109. data/lib/increase/models/inbound_mail_item.rb +13 -8
  110. data/lib/increase/models/inbound_mail_item_action_params.rb +4 -2
  111. data/lib/increase/models/inbound_mail_item_list_params.rb +17 -12
  112. data/lib/increase/models/inbound_real_time_payments_transfer.rb +21 -12
  113. data/lib/increase/models/inbound_real_time_payments_transfer_list_params.rb +21 -14
  114. data/lib/increase/models/inbound_real_time_payments_transfer_retrieve_params.rb +2 -1
  115. data/lib/increase/models/inbound_wire_drawdown_request.rb +23 -10
  116. data/lib/increase/models/inbound_wire_drawdown_request_list_params.rb +3 -4
  117. data/lib/increase/models/inbound_wire_drawdown_request_retrieve_params.rb +2 -1
  118. data/lib/increase/models/inbound_wire_transfer.rb +51 -22
  119. data/lib/increase/models/inbound_wire_transfer_list_params.rb +24 -17
  120. data/lib/increase/models/inbound_wire_transfer_reverse_params.rb +2 -1
  121. data/lib/increase/models/intrafi_account_enrollment.rb +16 -8
  122. data/lib/increase/models/intrafi_account_enrollment_list_params.rb +12 -9
  123. data/lib/increase/models/intrafi_account_enrollment_retrieve_params.rb +2 -1
  124. data/lib/increase/models/intrafi_account_enrollment_unenroll_params.rb +2 -1
  125. data/lib/increase/models/intrafi_balance.rb +18 -12
  126. data/lib/increase/models/intrafi_exclusion.rb +13 -7
  127. data/lib/increase/models/intrafi_exclusion_archive_params.rb +4 -4
  128. data/lib/increase/models/intrafi_exclusion_create_params.rb +5 -4
  129. data/lib/increase/models/intrafi_exclusion_list_params.rb +8 -5
  130. data/lib/increase/models/lockbox_address.rb +16 -11
  131. data/lib/increase/models/lockbox_address_list_params.rb +20 -12
  132. data/lib/increase/models/lockbox_address_update_params.rb +2 -1
  133. data/lib/increase/models/lockbox_recipient.rb +22 -10
  134. data/lib/increase/models/lockbox_recipient_create_params.rb +5 -5
  135. data/lib/increase/models/lockbox_recipient_list_params.rb +22 -13
  136. data/lib/increase/models/lockbox_recipient_update_params.rb +2 -1
  137. data/lib/increase/models/oauth_application.rb +12 -7
  138. data/lib/increase/models/oauth_application_list_params.rb +18 -15
  139. data/lib/increase/models/oauth_connection.rb +9 -6
  140. data/lib/increase/models/oauth_connection_list_params.rb +10 -9
  141. data/lib/increase/models/oauth_token.rb +6 -5
  142. data/lib/increase/models/oauth_token_create_params.rb +14 -7
  143. data/lib/increase/models/pending_transaction.rb +392 -239
  144. data/lib/increase/models/pending_transaction_create_params.rb +6 -6
  145. data/lib/increase/models/pending_transaction_list_params.rb +23 -19
  146. data/lib/increase/models/physical_card.rb +36 -24
  147. data/lib/increase/models/physical_card_create_params.rb +22 -17
  148. data/lib/increase/models/physical_card_list_params.rb +20 -12
  149. data/lib/increase/models/physical_card_profile.rb +33 -17
  150. data/lib/increase/models/physical_card_profile_clone_params.rb +9 -9
  151. data/lib/increase/models/physical_card_profile_create_params.rb +9 -9
  152. data/lib/increase/models/physical_card_profile_list_params.rb +12 -9
  153. data/lib/increase/models/physical_card_update_params.rb +2 -1
  154. data/lib/increase/models/program.rb +15 -8
  155. data/lib/increase/models/program_list_params.rb +3 -4
  156. data/lib/increase/models/real_time_decision.rb +561 -370
  157. data/lib/increase/models/real_time_decision_action_params.rb +86 -75
  158. data/lib/increase/models/real_time_payments_transfer.rb +90 -47
  159. data/lib/increase/models/real_time_payments_transfer_approve_params.rb +2 -1
  160. data/lib/increase/models/real_time_payments_transfer_cancel_params.rb +2 -1
  161. data/lib/increase/models/real_time_payments_transfer_create_params.rb +24 -12
  162. data/lib/increase/models/real_time_payments_transfer_list_params.rb +28 -19
  163. data/lib/increase/models/routing_number_list_params.rb +3 -4
  164. data/lib/increase/models/routing_number_list_response.rb +11 -8
  165. data/lib/increase/models/simulations/account_revenue_payment_create_params.rb +9 -7
  166. data/lib/increase/models/simulations/ach_transfer_create_notification_of_change_params.rb +5 -6
  167. data/lib/increase/models/simulations/ach_transfer_return_params.rb +18 -6
  168. data/lib/increase/models/simulations/ach_transfer_settle_params.rb +4 -4
  169. data/lib/increase/models/simulations/card_authentication_create_params.rb +10 -8
  170. data/lib/increase/models/simulations/card_authorization_create_params.rb +50 -27
  171. data/lib/increase/models/simulations/card_authorization_create_response.rb +11 -7
  172. data/lib/increase/models/simulations/card_balance_inquiry_create_params.rb +26 -13
  173. data/lib/increase/models/simulations/card_dispute_action_params.rb +39 -19
  174. data/lib/increase/models/simulations/card_fuel_confirmation_create_params.rb +3 -5
  175. data/lib/increase/models/simulations/card_increment_create_params.rb +5 -4
  176. data/lib/increase/models/simulations/card_purchase_supplement_create_params.rb +7 -7
  177. data/lib/increase/models/simulations/card_refund_create_params.rb +10 -6
  178. data/lib/increase/models/simulations/card_reversal_create_params.rb +3 -4
  179. data/lib/increase/models/simulations/card_settlement_create_params.rb +16 -13
  180. data/lib/increase/models/simulations/card_token_create_params.rb +18 -9
  181. data/lib/increase/models/simulations/check_deposit_adjustment_params.rb +8 -5
  182. data/lib/increase/models/simulations/check_deposit_submit_params.rb +9 -10
  183. data/lib/increase/models/simulations/digital_wallet_token_request_create_response.rb +9 -7
  184. data/lib/increase/models/simulations/entity_onboarding_session_submit_params.rb +2 -1
  185. data/lib/increase/models/simulations/entity_update_validation_params.rb +5 -5
  186. data/lib/increase/models/simulations/export_create_params.rb +5 -5
  187. data/lib/increase/models/simulations/inbound_ach_transfer_create_params.rb +20 -12
  188. data/lib/increase/models/simulations/inbound_check_deposit_adjustment_params.rb +5 -6
  189. data/lib/increase/models/simulations/inbound_check_deposit_create_params.rb +6 -6
  190. data/lib/increase/models/simulations/inbound_mail_item_create_params.rb +9 -6
  191. data/lib/increase/models/simulations/inbound_real_time_payments_transfer_create_params.rb +5 -6
  192. data/lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb +27 -13
  193. data/lib/increase/models/simulations/inbound_wire_transfer_create_params.rb +45 -19
  194. data/lib/increase/models/simulations/interest_payment_create_params.rb +4 -5
  195. data/lib/increase/models/simulations/pending_transaction_release_inbound_funds_hold_params.rb +3 -5
  196. data/lib/increase/models/simulations/physical_card_advance_shipment_params.rb +2 -1
  197. data/lib/increase/models/simulations/physical_card_create_params.rb +5 -5
  198. data/lib/increase/models/simulations/program_create_params.rb +4 -5
  199. data/lib/increase/models/simulations/real_time_payments_transfer_complete_params.rb +6 -3
  200. data/lib/increase/models/supplemental_document_list_params.rb +8 -5
  201. data/lib/increase/models/swift_transfer.rb +60 -27
  202. data/lib/increase/models/swift_transfer_create_params.rb +40 -20
  203. data/lib/increase/models/swift_transfer_list_params.rb +23 -16
  204. data/lib/increase/models/transaction.rb +1016 -536
  205. data/lib/increase/models/transaction_list_params.rb +21 -16
  206. data/lib/increase/models/unwrap_webhook_event.rb +14 -5
  207. data/lib/increase/models/wire_drawdown_request.rb +44 -26
  208. data/lib/increase/models/wire_drawdown_request_create_params.rb +23 -19
  209. data/lib/increase/models/wire_drawdown_request_list_params.rb +12 -9
  210. data/lib/increase/models/wire_transfer.rb +100 -55
  211. data/lib/increase/models/wire_transfer_create_params.rb +43 -26
  212. data/lib/increase/models/wire_transfer_list_params.rb +23 -16
  213. data/lib/increase/resources/account_numbers.rb +20 -16
  214. data/lib/increase/resources/account_statements.rb +3 -4
  215. data/lib/increase/resources/account_transfers.rb +20 -12
  216. data/lib/increase/resources/accounts.rb +19 -12
  217. data/lib/increase/resources/ach_prenotifications.rb +23 -13
  218. data/lib/increase/resources/ach_transfers.rb +93 -43
  219. data/lib/increase/resources/beneficial_owners.rb +35 -19
  220. data/lib/increase/resources/card_disputes.rb +43 -22
  221. data/lib/increase/resources/card_payments.rb +3 -4
  222. data/lib/increase/resources/card_purchase_supplements.rb +6 -5
  223. data/lib/increase/resources/card_push_transfers.rb +55 -24
  224. data/lib/increase/resources/card_tokens.rb +3 -4
  225. data/lib/increase/resources/card_validations.rb +19 -12
  226. data/lib/increase/resources/cards.rb +33 -22
  227. data/lib/increase/resources/check_deposits.rb +10 -9
  228. data/lib/increase/resources/check_transfers.rb +37 -17
  229. data/lib/increase/resources/declined_transactions.rb +3 -4
  230. data/lib/increase/resources/digital_card_profiles.rb +12 -7
  231. data/lib/increase/resources/digital_wallet_tokens.rb +3 -4
  232. data/lib/increase/resources/entities.rb +69 -33
  233. data/lib/increase/resources/entity_onboarding_sessions.rb +16 -10
  234. data/lib/increase/resources/event_subscriptions.rb +22 -13
  235. data/lib/increase/resources/events.rb +10 -9
  236. data/lib/increase/resources/exports.rb +40 -22
  237. data/lib/increase/resources/external_accounts.rb +21 -14
  238. data/lib/increase/resources/fednow_transfers.rb +21 -14
  239. data/lib/increase/resources/file_links.rb +3 -4
  240. data/lib/increase/resources/files.rb +14 -10
  241. data/lib/increase/resources/inbound_ach_transfers.rb +18 -19
  242. data/lib/increase/resources/inbound_check_deposits.rb +8 -6
  243. data/lib/increase/resources/inbound_fednow_transfers.rb +8 -6
  244. data/lib/increase/resources/inbound_mail_items.rb +7 -6
  245. data/lib/increase/resources/inbound_real_time_payments_transfers.rb +11 -7
  246. data/lib/increase/resources/inbound_wire_drawdown_requests.rb +5 -5
  247. data/lib/increase/resources/inbound_wire_transfers.rb +10 -7
  248. data/lib/increase/resources/intrafi_account_enrollments.rb +12 -7
  249. data/lib/increase/resources/intrafi_exclusions.rb +17 -13
  250. data/lib/increase/resources/lockbox_addresses.rb +10 -6
  251. data/lib/increase/resources/lockbox_recipients.rb +17 -12
  252. data/lib/increase/resources/oauth_applications.rb +3 -4
  253. data/lib/increase/resources/oauth_connections.rb +6 -5
  254. data/lib/increase/resources/oauth_tokens.rb +14 -7
  255. data/lib/increase/resources/pending_transactions.rb +7 -8
  256. data/lib/increase/resources/physical_card_profiles.rb +18 -15
  257. data/lib/increase/resources/physical_cards.rb +17 -12
  258. data/lib/increase/resources/programs.rb +3 -4
  259. data/lib/increase/resources/real_time_decisions.rb +18 -9
  260. data/lib/increase/resources/real_time_payments_transfers.rb +41 -21
  261. data/lib/increase/resources/routing_numbers.rb +3 -4
  262. data/lib/increase/resources/simulations/account_revenue_payments.rb +9 -7
  263. data/lib/increase/resources/simulations/ach_transfers.rb +18 -15
  264. data/lib/increase/resources/simulations/card_authentications.rb +10 -8
  265. data/lib/increase/resources/simulations/card_authorizations.rb +28 -12
  266. data/lib/increase/resources/simulations/card_balance_inquiries.rb +22 -11
  267. data/lib/increase/resources/simulations/card_disputes.rb +6 -5
  268. data/lib/increase/resources/simulations/card_fuel_confirmations.rb +3 -5
  269. data/lib/increase/resources/simulations/card_increments.rb +5 -4
  270. data/lib/increase/resources/simulations/card_purchase_supplements.rb +7 -7
  271. data/lib/increase/resources/simulations/card_refunds.rb +10 -6
  272. data/lib/increase/resources/simulations/card_reversals.rb +3 -4
  273. data/lib/increase/resources/simulations/card_settlements.rb +8 -6
  274. data/lib/increase/resources/simulations/card_tokens.rb +6 -3
  275. data/lib/increase/resources/simulations/check_deposits.rb +11 -9
  276. data/lib/increase/resources/simulations/entities.rb +3 -4
  277. data/lib/increase/resources/simulations/entity_onboarding_sessions.rb +2 -1
  278. data/lib/increase/resources/simulations/exports.rb +5 -5
  279. data/lib/increase/resources/simulations/inbound_ach_transfers.rb +14 -9
  280. data/lib/increase/resources/simulations/inbound_check_deposits.rb +11 -12
  281. data/lib/increase/resources/simulations/inbound_mail_items.rb +9 -6
  282. data/lib/increase/resources/simulations/inbound_real_time_payments_transfers.rb +5 -6
  283. data/lib/increase/resources/simulations/inbound_wire_drawdown_requests.rb +27 -13
  284. data/lib/increase/resources/simulations/inbound_wire_transfers.rb +45 -19
  285. data/lib/increase/resources/simulations/interest_payments.rb +4 -5
  286. data/lib/increase/resources/simulations/pending_transactions.rb +3 -5
  287. data/lib/increase/resources/simulations/physical_cards.rb +7 -6
  288. data/lib/increase/resources/simulations/programs.rb +4 -2
  289. data/lib/increase/resources/simulations/real_time_payments_transfers.rb +4 -2
  290. data/lib/increase/resources/supplemental_documents.rb +8 -5
  291. data/lib/increase/resources/swift_transfers.rb +33 -17
  292. data/lib/increase/resources/transactions.rb +6 -5
  293. data/lib/increase/resources/wire_drawdown_requests.rb +23 -14
  294. data/lib/increase/resources/wire_transfers.rb +29 -16
  295. data/lib/increase/version.rb +1 -1
  296. data/rbi/increase/models/ach_prenotification.rbi +1 -1
  297. data/rbi/increase/models/ach_transfer.rbi +19 -1
  298. data/rbi/increase/models/beneficial_owner_create_params.rbi +13 -8
  299. data/rbi/increase/models/beneficial_owner_update_params.rbi +13 -8
  300. data/rbi/increase/models/check_transfer.rbi +12 -2
  301. data/rbi/increase/models/check_transfer_create_params.rbi +35 -36
  302. data/rbi/increase/models/entity_create_params.rbi +78 -48
  303. data/rbi/increase/models/entity_list_params.rbi +119 -0
  304. data/rbi/increase/models/entity_update_params.rbi +26 -16
  305. data/rbi/increase/models/event.rbi +14 -0
  306. data/rbi/increase/models/event_list_params.rbi +14 -0
  307. data/rbi/increase/models/event_subscription.rbi +14 -0
  308. data/rbi/increase/models/event_subscription_create_params.rbi +14 -0
  309. data/rbi/increase/models/inbound_wire_transfer.rbi +16 -0
  310. data/rbi/increase/models/pending_transaction_create_params.rbi +4 -4
  311. data/rbi/increase/models/simulations/ach_transfer_return_params.rbi +16 -1
  312. data/rbi/increase/models/simulations/card_settlement_create_params.rbi +17 -12
  313. data/rbi/increase/models/simulations/program_create_params.rbi +0 -7
  314. data/rbi/increase/models/swift_transfer.rbi +10 -0
  315. data/rbi/increase/models/swift_transfer_create_params.rbi +13 -0
  316. data/rbi/increase/models/transaction.rbi +19 -1
  317. data/rbi/increase/models/unwrap_webhook_event.rbi +14 -0
  318. data/rbi/increase/resources/entities.rbi +3 -0
  319. data/rbi/increase/resources/pending_transactions.rbi +2 -2
  320. data/rbi/increase/resources/simulations/ach_transfers.rbi +5 -0
  321. data/rbi/increase/resources/simulations/card_settlements.rbi +6 -5
  322. data/rbi/increase/resources/swift_transfers.rbi +4 -0
  323. data/sig/increase/models/ach_prenotification.rbs +1 -1
  324. data/sig/increase/models/ach_transfer.rbs +6 -1
  325. data/sig/increase/models/beneficial_owner_create_params.rbs +7 -5
  326. data/sig/increase/models/beneficial_owner_update_params.rbs +7 -5
  327. data/sig/increase/models/check_transfer.rbs +5 -0
  328. data/sig/increase/models/check_transfer_create_params.rbs +12 -9
  329. data/sig/increase/models/entity_create_params.rbs +42 -30
  330. data/sig/increase/models/entity_list_params.rbs +48 -1
  331. data/sig/increase/models/entity_update_params.rbs +14 -10
  332. data/sig/increase/models/event.rbs +8 -0
  333. data/sig/increase/models/event_list_params.rbs +8 -0
  334. data/sig/increase/models/event_subscription.rbs +8 -0
  335. data/sig/increase/models/event_subscription_create_params.rbs +8 -0
  336. data/sig/increase/models/inbound_wire_transfer.rbs +10 -0
  337. data/sig/increase/models/simulations/ach_transfer_return_params.rbs +8 -1
  338. data/sig/increase/models/simulations/card_settlement_create_params.rbs +7 -5
  339. data/sig/increase/models/simulations/program_create_params.rbs +1 -8
  340. data/sig/increase/models/swift_transfer.rbs +5 -0
  341. data/sig/increase/models/swift_transfer_create_params.rbs +7 -0
  342. data/sig/increase/models/transaction.rbs +6 -1
  343. data/sig/increase/models/unwrap_webhook_event.rbs +8 -0
  344. data/sig/increase/resources/entities.rbs +1 -0
  345. data/sig/increase/resources/simulations/ach_transfers.rbs +1 -0
  346. data/sig/increase/resources/simulations/card_settlements.rbs +1 -1
  347. data/sig/increase/resources/swift_transfers.rbs +1 -0
  348. metadata +2 -2
@@ -4,10 +4,6 @@ module Increase
4
4
  module Resources
5
5
  class Simulations
6
6
  class CardBalanceInquiries
7
- # Some parameter documentations has been truncated, see
8
- # {Increase::Models::Simulations::CardBalanceInquiryCreateParams} for more
9
- # details.
10
- #
11
7
  # Simulates a balance inquiry on a [Card](#cards).
12
8
  #
13
9
  # @overload create(balance: nil, card_id: nil, decline_reason: nil, digital_wallet_token_id: nil, event_subscription_id: nil, merchant_acceptor_id: nil, merchant_category_code: nil, merchant_city: nil, merchant_country: nil, merchant_descriptor: nil, merchant_state: nil, network_details: nil, network_risk_score: nil, physical_card_id: nil, terminal_id: nil, request_options: {})
@@ -16,15 +12,25 @@ module Increase
16
12
  #
17
13
  # @param card_id [String] The identifier of the Card to be authorized.
18
14
  #
19
- # @param decline_reason [Symbol, Increase::Models::Simulations::CardBalanceInquiryCreateParams::DeclineReason] Forces a card decline with a specific reason. No real time decision will be sent
15
+ # @param decline_reason [Symbol, Increase::Models::Simulations::CardBalanceInquiryCreateParams::DeclineReason]
16
+ # Forces a card decline with a specific reason. No real time decision will be
17
+ # sent.
20
18
  #
21
19
  # @param digital_wallet_token_id [String] The identifier of the Digital Wallet Token to be authorized.
22
20
  #
23
- # @param event_subscription_id [String] The identifier of the Event Subscription to use. If provided, will override the
21
+ # @param event_subscription_id [String]
22
+ # The identifier of the Event Subscription to use. If provided, will override the
23
+ # default real time event subscription. Because you can only create one real time
24
+ # decision event subscription, you can use this field to route events to any
25
+ # specified event subscription for testing purposes.
24
26
  #
25
- # @param merchant_acceptor_id [String] The merchant identifier (commonly abbreviated as MID) of the merchant the card i
27
+ # @param merchant_acceptor_id [String]
28
+ # The merchant identifier (commonly abbreviated as MID) of the merchant the card
29
+ # is transacting with.
26
30
  #
27
- # @param merchant_category_code [String] The Merchant Category Code (commonly abbreviated as MCC) of the merchant the car
31
+ # @param merchant_category_code [String]
32
+ # The Merchant Category Code (commonly abbreviated as MCC) of the merchant the
33
+ # card is transacting with.
28
34
  #
29
35
  # @param merchant_city [String] The city the merchant resides in.
30
36
  #
@@ -34,13 +40,18 @@ module Increase
34
40
  #
35
41
  # @param merchant_state [String] The state the merchant resides in.
36
42
  #
37
- # @param network_details [Increase::Models::Simulations::CardBalanceInquiryCreateParams::NetworkDetails] Fields specific to a given card network.
43
+ # @param network_details [Increase::Models::Simulations::CardBalanceInquiryCreateParams::NetworkDetails]
44
+ # Fields specific to a given card network.
38
45
  #
39
- # @param network_risk_score [Integer] The risk score generated by the card network. For Visa this is the Visa Advanced
46
+ # @param network_risk_score [Integer]
47
+ # The risk score generated by the card network. For Visa this is the Visa Advanced
48
+ # Authorization risk score, from 0 to 99, where 99 is the riskiest.
40
49
  #
41
50
  # @param physical_card_id [String] The identifier of the Physical Card to be authorized.
42
51
  #
43
- # @param terminal_id [String] The terminal identifier (commonly abbreviated as TID) of the terminal the card i
52
+ # @param terminal_id [String]
53
+ # The terminal identifier (commonly abbreviated as TID) of the terminal the card
54
+ # is transacting with.
44
55
  #
45
56
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
46
57
  #
@@ -4,9 +4,6 @@ module Increase
4
4
  module Resources
5
5
  class Simulations
6
6
  class CardDisputes
7
- # Some parameter documentations has been truncated, see
8
- # {Increase::Models::Simulations::CardDisputeActionParams} for more details.
9
- #
10
7
  # After a [Card Dispute](#card-disputes) is created in production, the dispute
11
8
  # will initially be in a `pending_user_submission_reviewing` state. Since no
12
9
  # review or further action happens in sandbox, this endpoint simulates moving a
@@ -16,9 +13,13 @@ module Increase
16
13
  #
17
14
  # @param card_dispute_id [String] The dispute you would like to action.
18
15
  #
19
- # @param network [Symbol, Increase::Models::Simulations::CardDisputeActionParams::Network] The network of the Card Dispute. Details specific to the network are required un
16
+ # @param network [Symbol, Increase::Models::Simulations::CardDisputeActionParams::Network]
17
+ # The network of the Card Dispute. Details specific to the network are required
18
+ # under the sub-object with the same identifier as the network.
20
19
  #
21
- # @param visa [Increase::Models::Simulations::CardDisputeActionParams::Visa] The Visa-specific parameters for the taking action on the dispute. Required if a
20
+ # @param visa [Increase::Models::Simulations::CardDisputeActionParams::Visa]
21
+ # The Visa-specific parameters for the taking action on the dispute. Required if
22
+ # and only if `network` is `visa`.
22
23
  #
23
24
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
24
25
  #
@@ -4,17 +4,15 @@ module Increase
4
4
  module Resources
5
5
  class Simulations
6
6
  class CardFuelConfirmations
7
- # Some parameter documentations has been truncated, see
8
- # {Increase::Models::Simulations::CardFuelConfirmationCreateParams} for more
9
- # details.
10
- #
11
7
  # Simulates the fuel confirmation of an authorization by a card acquirer. This
12
8
  # happens asynchronously right after a fuel pump transaction is completed. A fuel
13
9
  # confirmation can only happen once per authorization.
14
10
  #
15
11
  # @overload create(amount:, card_payment_id:, request_options: {})
16
12
  #
17
- # @param amount [Integer] The amount of the fuel_confirmation in minor units in the card authorization's c
13
+ # @param amount [Integer]
14
+ # The amount of the fuel_confirmation in minor units in the card authorization's
15
+ # currency.
18
16
  #
19
17
  # @param card_payment_id [String] The identifier of the Card Payment to create a fuel_confirmation on.
20
18
  #
@@ -4,9 +4,6 @@ module Increase
4
4
  module Resources
5
5
  class Simulations
6
6
  class CardIncrements
7
- # Some parameter documentations has been truncated, see
8
- # {Increase::Models::Simulations::CardIncrementCreateParams} for more details.
9
- #
10
7
  # Simulates the increment of an authorization by a card acquirer. An authorization
11
8
  # can be incremented multiple times.
12
9
  #
@@ -16,7 +13,11 @@ module Increase
16
13
  #
17
14
  # @param card_payment_id [String] The identifier of the Card Payment to create an increment on.
18
15
  #
19
- # @param event_subscription_id [String] The identifier of the Event Subscription to use. If provided, will override the
16
+ # @param event_subscription_id [String]
17
+ # The identifier of the Event Subscription to use. If provided, will override the
18
+ # default real time event subscription. Because you can only create one real time
19
+ # decision event subscription, you can use this field to route events to any
20
+ # specified event subscription for testing purposes.
20
21
  #
21
22
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
22
23
  #
@@ -4,21 +4,21 @@ module Increase
4
4
  module Resources
5
5
  class Simulations
6
6
  class CardPurchaseSupplements
7
- # Some parameter documentations has been truncated, see
8
- # {Increase::Models::Simulations::CardPurchaseSupplementCreateParams} for more
9
- # details.
10
- #
11
7
  # Simulates the creation of a Card Purchase Supplement (Level 3 data) for a card
12
8
  # settlement. This happens asynchronously in production when Visa sends enhanced
13
9
  # transaction data about a purchase.
14
10
  #
15
11
  # @overload create(transaction_id:, invoice: nil, line_items: nil, request_options: {})
16
12
  #
17
- # @param transaction_id [String] The identifier of the Transaction to create a Card Purchase Supplement for. The
13
+ # @param transaction_id [String]
14
+ # The identifier of the Transaction to create a Card Purchase Supplement for. The
15
+ # Transaction must have a source of type `card_settlement`.
18
16
  #
19
- # @param invoice [Increase::Models::Simulations::CardPurchaseSupplementCreateParams::Invoice] Invoice-level information about the payment.
17
+ # @param invoice [Increase::Models::Simulations::CardPurchaseSupplementCreateParams::Invoice]
18
+ # Invoice-level information about the payment.
20
19
  #
21
- # @param line_items [Array<Increase::Models::Simulations::CardPurchaseSupplementCreateParams::LineItem>] Line item information, such as individual products purchased.
20
+ # @param line_items [Array<Increase::Models::Simulations::CardPurchaseSupplementCreateParams::LineItem>]
21
+ # Line item information, such as individual products purchased.
22
22
  #
23
23
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
24
24
  #
@@ -4,19 +4,23 @@ module Increase
4
4
  module Resources
5
5
  class Simulations
6
6
  class CardRefunds
7
- # Some parameter documentations has been truncated, see
8
- # {Increase::Models::Simulations::CardRefundCreateParams} for more details.
9
- #
10
7
  # Simulates refunding a card transaction. The full value of the original sandbox
11
8
  # transaction is refunded.
12
9
  #
13
10
  # @overload create(amount: nil, pending_transaction_id: nil, transaction_id: nil, request_options: {})
14
11
  #
15
- # @param amount [Integer] The refund amount in cents. Pulled off the `pending_transaction` or the `transac
12
+ # @param amount [Integer]
13
+ # The refund amount in cents. Pulled off the `pending_transaction` or the
14
+ # `transaction` if not provided.
16
15
  #
17
- # @param pending_transaction_id [String] The identifier of the Pending Transaction for the refund authorization. If this
16
+ # @param pending_transaction_id [String]
17
+ # The identifier of the Pending Transaction for the refund authorization. If this
18
+ # is provided, `transaction` must not be provided as a refund with a refund
19
+ # authorized can not be linked to a regular transaction.
18
20
  #
19
- # @param transaction_id [String] The identifier for the Transaction to refund. The Transaction's source must have
21
+ # @param transaction_id [String]
22
+ # The identifier for the Transaction to refund. The Transaction's source must have
23
+ # a category of card_settlement.
20
24
  #
21
25
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
22
26
  #
@@ -4,9 +4,6 @@ module Increase
4
4
  module Resources
5
5
  class Simulations
6
6
  class CardReversals
7
- # Some parameter documentations has been truncated, see
8
- # {Increase::Models::Simulations::CardReversalCreateParams} for more details.
9
- #
10
7
  # Simulates the reversal of an authorization by a card acquirer. An authorization
11
8
  # can be partially reversed multiple times, up until the total authorized amount.
12
9
  # Marks the pending transaction as complete if the authorization is fully
@@ -16,7 +13,9 @@ module Increase
16
13
  #
17
14
  # @param card_payment_id [String] The identifier of the Card Payment to create a reversal on.
18
15
  #
19
- # @param amount [Integer] The amount of the reversal in minor units in the card authorization's currency.
16
+ # @param amount [Integer]
17
+ # The amount of the reversal in minor units in the card authorization's currency.
18
+ # This defaults to the authorization amount.
20
19
  #
21
20
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
22
21
  #
@@ -4,22 +4,24 @@ module Increase
4
4
  module Resources
5
5
  class Simulations
6
6
  class CardSettlements
7
- # Some parameter documentations has been truncated, see
8
- # {Increase::Models::Simulations::CardSettlementCreateParams} for more details.
9
- #
10
7
  # Simulates the settlement of an authorization by a card acquirer. After a card
11
8
  # authorization is created, the merchant will eventually send a settlement. This
12
9
  # simulates that event, which may occur many days after the purchase in
13
10
  # production. The amount settled can be different from the amount originally
14
11
  # authorized, for example, when adding a tip to a restaurant bill.
15
12
  #
16
- # @overload create(card_id:, pending_transaction_id:, amount: nil, request_options: {})
13
+ # @overload create(card_id:, amount: nil, pending_transaction_id: nil, request_options: {})
17
14
  #
18
15
  # @param card_id [String] The identifier of the Card to create a settlement on.
19
16
  #
20
- # @param pending_transaction_id [String] The identifier of the Pending Transaction for the Card Authorization you wish to
17
+ # @param amount [Integer]
18
+ # The amount to be settled. This defaults to the amount of the Pending Transaction
19
+ # being settled, or a random amount if `pending_transaction_id` is not provided.
21
20
  #
22
- # @param amount [Integer] The amount to be settled. This defaults to the amount of the Pending Transaction
21
+ # @param pending_transaction_id [String]
22
+ # The identifier of the Pending Transaction for the Card Authorization you wish to
23
+ # settle. If not provided, the settlement will be force posted without a Card
24
+ # Authorization.
23
25
  #
24
26
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
25
27
  #
@@ -8,17 +8,20 @@ module Increase
8
8
  #
9
9
  # @overload create(capabilities: nil, expiration: nil, last4: nil, outcome: nil, prefix: nil, primary_account_number_length: nil, request_options: {})
10
10
  #
11
- # @param capabilities [Array<Increase::Models::Simulations::CardTokenCreateParams::Capability>] The capabilities of the outbound card token.
11
+ # @param capabilities [Array<Increase::Models::Simulations::CardTokenCreateParams::Capability>]
12
+ # The capabilities of the outbound card token.
12
13
  #
13
14
  # @param expiration [Date] The expiration date of the card.
14
15
  #
15
16
  # @param last4 [String] The last 4 digits of the card number.
16
17
  #
17
- # @param outcome [Increase::Models::Simulations::CardTokenCreateParams::Outcome] The outcome to simulate for card push transfers using this token.
18
+ # @param outcome [Increase::Models::Simulations::CardTokenCreateParams::Outcome]
19
+ # The outcome to simulate for card push transfers using this token.
18
20
  #
19
21
  # @param prefix [String] The prefix of the card number, usually the first 8 digits.
20
22
  #
21
- # @param primary_account_number_length [Integer] The total length of the card number, including prefix and last4.
23
+ # @param primary_account_number_length [Integer]
24
+ # The total length of the card number, including prefix and last4.
22
25
  #
23
26
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
24
27
  #
@@ -4,9 +4,6 @@ module Increase
4
4
  module Resources
5
5
  class Simulations
6
6
  class CheckDeposits
7
- # Some parameter documentations has been truncated, see
8
- # {Increase::Models::Simulations::CheckDepositAdjustmentParams} for more details.
9
- #
10
7
  # Simulates the creation of a
11
8
  # [Check Deposit Adjustment](#check-deposit-adjustments) on a
12
9
  # [Check Deposit](#check-deposits). This Check Deposit must first have a `status`
@@ -16,9 +13,15 @@ module Increase
16
13
  #
17
14
  # @param check_deposit_id [String] The identifier of the Check Deposit you wish to adjust.
18
15
  #
19
- # @param amount [Integer] The adjustment amount in the minor unit of the Check Deposit's currency (e.g., c
16
+ # @param amount [Integer]
17
+ # The adjustment amount in the minor unit of the Check Deposit's currency (e.g.,
18
+ # cents). A negative amount means that the funds are being clawed back by the
19
+ # other bank and is a debit to your account. Defaults to the negative of the Check
20
+ # Deposit amount.
20
21
  #
21
- # @param reason [Symbol, Increase::Models::Simulations::CheckDepositAdjustmentParams::Reason] The reason for the adjustment. Defaults to `non_conforming_item`, which is often
22
+ # @param reason [Symbol, Increase::Models::Simulations::CheckDepositAdjustmentParams::Reason]
23
+ # The reason for the adjustment. Defaults to `non_conforming_item`, which is often
24
+ # used for a low quality image that the recipient wasn't able to handle.
22
25
  #
23
26
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
24
27
  #
@@ -79,9 +82,6 @@ module Increase
79
82
  )
80
83
  end
81
84
 
82
- # Some parameter documentations has been truncated, see
83
- # {Increase::Models::Simulations::CheckDepositSubmitParams} for more details.
84
- #
85
85
  # Simulates the submission of a [Check Deposit](#check-deposits) to the Federal
86
86
  # Reserve. This Check Deposit must first have a `status` of `pending`.
87
87
  #
@@ -89,7 +89,9 @@ module Increase
89
89
  #
90
90
  # @param check_deposit_id [String] The identifier of the Check Deposit you wish to submit.
91
91
  #
92
- # @param scan [Increase::Models::Simulations::CheckDepositSubmitParams::Scan] If set, the simulation will use these values for the check's scanned MICR data.
92
+ # @param scan [Increase::Models::Simulations::CheckDepositSubmitParams::Scan]
93
+ # If set, the simulation will use these values for the check's scanned MICR data.
94
+ # If not set, the simulation will use random values.
93
95
  #
94
96
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
95
97
  #
@@ -4,9 +4,6 @@ module Increase
4
4
  module Resources
5
5
  class Simulations
6
6
  class Entities
7
- # Some parameter documentations has been truncated, see
8
- # {Increase::Models::Simulations::EntityUpdateValidationParams} for more details.
9
- #
10
7
  # Simulate updates to an
11
8
  # [Entity's validation](/documentation/api/entities#entity-object.validation). In
12
9
  # production, Know Your Customer validations
@@ -18,7 +15,9 @@ module Increase
18
15
  #
19
16
  # @param entity_id [String] The identifier of the Entity whose validation status to update.
20
17
  #
21
- # @param issues [Array<Increase::Models::Simulations::EntityUpdateValidationParams::Issue>] The validation issues to attach. If no issues are provided, the validation statu
18
+ # @param issues [Array<Increase::Models::Simulations::EntityUpdateValidationParams::Issue>]
19
+ # The validation issues to attach. If no issues are provided, the validation
20
+ # status will be set to `valid`.
22
21
  #
23
22
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
24
23
  #
@@ -11,7 +11,8 @@ module Increase
11
11
  #
12
12
  # @overload submit(entity_onboarding_session_id, request_options: {})
13
13
  #
14
- # @param entity_onboarding_session_id [String] The identifier of the Entity Onboarding Session you wish to submit.
14
+ # @param entity_onboarding_session_id [String]
15
+ # The identifier of the Entity Onboarding Session you wish to submit.
15
16
  #
16
17
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
17
18
  #
@@ -4,9 +4,6 @@ module Increase
4
4
  module Resources
5
5
  class Simulations
6
6
  class Exports
7
- # Some parameter documentations has been truncated, see
8
- # {Increase::Models::Simulations::ExportCreateParams} for more details.
9
- #
10
7
  # Many exports are created by you via POST /exports or in the Dashboard. Some
11
8
  # exports are created automatically by Increase. For example, tax documents are
12
9
  # published once a year. In sandbox, you can trigger the arrival of an export that
@@ -14,9 +11,12 @@ module Increase
14
11
  #
15
12
  # @overload create(category:, form_1099_int: nil, request_options: {})
16
13
  #
17
- # @param category [Symbol, Increase::Models::Simulations::ExportCreateParams::Category] The type of Export to create.
14
+ # @param category [Symbol, Increase::Models::Simulations::ExportCreateParams::Category]
15
+ # The type of Export to create.
18
16
  #
19
- # @param form_1099_int [Increase::Models::Simulations::ExportCreateParams::Form1099Int] Options for the created export. Required if `category` is equal to `form_1099_in
17
+ # @param form_1099_int [Increase::Models::Simulations::ExportCreateParams::Form1099Int]
18
+ # Options for the created export. Required if `category` is equal to
19
+ # `form_1099_int`.
20
20
  #
21
21
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
22
22
  #
@@ -4,10 +4,6 @@ module Increase
4
4
  module Resources
5
5
  class Simulations
6
6
  class InboundACHTransfers
7
- # Some parameter documentations has been truncated, see
8
- # {Increase::Models::Simulations::InboundACHTransferCreateParams} for more
9
- # details.
10
- #
11
7
  # Simulates an inbound ACH transfer to your account. This imitates initiating a
12
8
  # transfer to an Increase account from a different financial institution. The
13
9
  # transfer may be either a credit or a debit depending on if the `amount` is
@@ -23,9 +19,13 @@ module Increase
23
19
  #
24
20
  # @param account_number_id [String] The identifier of the Account Number the inbound ACH Transfer is for.
25
21
  #
26
- # @param amount [Integer] The transfer amount in cents. A positive amount originates a credit transfer pus
22
+ # @param amount [Integer]
23
+ # The transfer amount in cents. A positive amount originates a credit transfer
24
+ # pushing funds to the receiving account. A negative amount originates a debit
25
+ # transfer pulling funds from the receiving account.
27
26
  #
28
- # @param addenda [Increase::Models::Simulations::InboundACHTransferCreateParams::Addenda] Additional information to include in the transfer.
27
+ # @param addenda [Increase::Models::Simulations::InboundACHTransferCreateParams::Addenda]
28
+ # Additional information to include in the transfer.
29
29
  #
30
30
  # @param company_descriptive_date [String] The description of the date of the transfer.
31
31
  #
@@ -35,15 +35,20 @@ module Increase
35
35
  #
36
36
  # @param company_id [String] The sender's company ID.
37
37
  #
38
- # @param company_name [String] The name of the sender. This corresponds to the `originator_company_name` field
38
+ # @param company_name [String]
39
+ # The name of the sender. This corresponds to the `originator_company_name` field
40
+ # on the resulting Inbound ACH Transfer.
39
41
  #
40
42
  # @param receiver_id_number [String] The ID of the receiver of the transfer.
41
43
  #
42
44
  # @param receiver_name [String] The name of the receiver of the transfer.
43
45
  #
44
- # @param resolve_at [Time] The time at which the transfer should be resolved. If not provided will resolve
46
+ # @param resolve_at [Time]
47
+ # The time at which the transfer should be resolved. If not provided will resolve
48
+ # immediately.
45
49
  #
46
- # @param standard_entry_class_code [Symbol, Increase::Models::Simulations::InboundACHTransferCreateParams::StandardEntryClassCode] The standard entry class code for the transfer.
50
+ # @param standard_entry_class_code [Symbol, Increase::Models::Simulations::InboundACHTransferCreateParams::StandardEntryClassCode]
51
+ # The standard entry class code for the transfer.
47
52
  #
48
53
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
49
54
  #
@@ -4,10 +4,6 @@ module Increase
4
4
  module Resources
5
5
  class Simulations
6
6
  class InboundCheckDeposits
7
- # Some parameter documentations has been truncated, see
8
- # {Increase::Models::Simulations::InboundCheckDepositCreateParams} for more
9
- # details.
10
- #
11
7
  # Simulates an Inbound Check Deposit against your account. This imitates someone
12
8
  # depositing a check at their bank that was issued from your account. It may or
13
9
  # may not be associated with a Check Transfer. Increase will evaluate the Inbound
@@ -17,13 +13,17 @@ module Increase
17
13
  #
18
14
  # @overload create(account_number_id:, amount:, check_number:, payee_name_analysis: nil, request_options: {})
19
15
  #
20
- # @param account_number_id [String] The identifier of the Account Number the Inbound Check Deposit will be against.
16
+ # @param account_number_id [String]
17
+ # The identifier of the Account Number the Inbound Check Deposit will be against.
21
18
  #
22
19
  # @param amount [Integer] The check amount in cents.
23
20
  #
24
21
  # @param check_number [String] The check number on the check to be deposited.
25
22
  #
26
- # @param payee_name_analysis [Symbol, Increase::Models::Simulations::InboundCheckDepositCreateParams::PayeeNameAnalysis] Simulate the outcome of [payee name checking](https://increase.com/documentation
23
+ # @param payee_name_analysis [Symbol, Increase::Models::Simulations::InboundCheckDepositCreateParams::PayeeNameAnalysis]
24
+ # Simulate the outcome of
25
+ # [payee name checking](https://increase.com/documentation/positive-pay#payee-name-mismatches).
26
+ # Defaults to `not_evaluated`.
27
27
  #
28
28
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
29
29
  #
@@ -41,10 +41,6 @@ module Increase
41
41
  )
42
42
  end
43
43
 
44
- # Some parameter documentations has been truncated, see
45
- # {Increase::Models::Simulations::InboundCheckDepositAdjustmentParams} for more
46
- # details.
47
- #
48
44
  # Simulates an adjustment on an Inbound Check Deposit. The Inbound Check Deposit
49
45
  # must have a `status` of `accepted`.
50
46
  #
@@ -52,9 +48,12 @@ module Increase
52
48
  #
53
49
  # @param inbound_check_deposit_id [String] The identifier of the Inbound Check Deposit to adjust.
54
50
  #
55
- # @param amount [Integer] The adjustment amount in cents. Defaults to the amount of the Inbound Check Depo
51
+ # @param amount [Integer]
52
+ # The adjustment amount in cents. Defaults to the amount of the Inbound Check
53
+ # Deposit.
56
54
  #
57
- # @param reason [Symbol, Increase::Models::Simulations::InboundCheckDepositAdjustmentParams::Reason] The reason for the adjustment. Defaults to `wrong_payee_credit`.
55
+ # @param reason [Symbol, Increase::Models::Simulations::InboundCheckDepositAdjustmentParams::Reason]
56
+ # The reason for the adjustment. Defaults to `wrong_payee_credit`.
58
57
  #
59
58
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
60
59
  #
@@ -4,9 +4,6 @@ module Increase
4
4
  module Resources
5
5
  class Simulations
6
6
  class InboundMailItems
7
- # Some parameter documentations has been truncated, see
8
- # {Increase::Models::Simulations::InboundMailItemCreateParams} for more details.
9
- #
10
7
  # Simulates an Inbound Mail Item to one of your Lockbox Addresses or Lockbox
11
8
  # Recipients, as if someone had mailed a physical check. Increase automatically
12
9
  # deposits a check mailed to a Lockbox Recipient into the recipient's Account. A
@@ -17,11 +14,17 @@ module Increase
17
14
  #
18
15
  # @param amount [Integer] The amount of the check to be simulated, in cents.
19
16
  #
20
- # @param contents_file_id [String] The file containing the PDF contents. If not present, a default check image file
17
+ # @param contents_file_id [String]
18
+ # The file containing the PDF contents. If not present, a default check image file
19
+ # will be used.
21
20
  #
22
- # @param lockbox_address_id [String] The identifier of the Lockbox Address to simulate inbound mail to. Exactly one l
21
+ # @param lockbox_address_id [String]
22
+ # The identifier of the Lockbox Address to simulate inbound mail to. Exactly one
23
+ # lockbox identifier parameter must be provided.
23
24
  #
24
- # @param lockbox_recipient_id [String] The identifier of the Lockbox Recipient to simulate inbound mail to. Exactly one
25
+ # @param lockbox_recipient_id [String]
26
+ # The identifier of the Lockbox Recipient to simulate inbound mail to. Exactly one
27
+ # lockbox identifier parameter must be provided.
25
28
  #
26
29
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
27
30
  #
@@ -4,17 +4,15 @@ module Increase
4
4
  module Resources
5
5
  class Simulations
6
6
  class InboundRealTimePaymentsTransfers
7
- # Some parameter documentations has been truncated, see
8
- # {Increase::Models::Simulations::InboundRealTimePaymentsTransferCreateParams} for
9
- # more details.
10
- #
11
7
  # Simulates an
12
8
  # [Inbound Real-Time Payments Transfer](#inbound-real-time-payments-transfers) to
13
9
  # your account. Real-Time Payments are a beta feature.
14
10
  #
15
11
  # @overload create(account_number_id:, amount:, debtor_account_number: nil, debtor_name: nil, debtor_routing_number: nil, request_for_payment_id: nil, unstructured_remittance_information: nil, request_options: {})
16
12
  #
17
- # @param account_number_id [String] The identifier of the Account Number the inbound Real-Time Payments Transfer is
13
+ # @param account_number_id [String]
14
+ # The identifier of the Account Number the inbound Real-Time Payments Transfer is
15
+ # for.
18
16
  #
19
17
  # @param amount [Integer] The transfer amount in USD cents. Must be positive.
20
18
  #
@@ -24,7 +22,8 @@ module Increase
24
22
  #
25
23
  # @param debtor_routing_number [String] The routing number of the account that sent the transfer.
26
24
  #
27
- # @param request_for_payment_id [String] The identifier of a pending Request for Payment that this transfer will fulfill.
25
+ # @param request_for_payment_id [String]
26
+ # The identifier of a pending Request for Payment that this transfer will fulfill.
28
27
  #
29
28
  # @param unstructured_remittance_information [String] Additional information included with the transfer.
30
29
  #
@@ -4,10 +4,6 @@ module Increase
4
4
  module Resources
5
5
  class Simulations
6
6
  class InboundWireDrawdownRequests
7
- # Some parameter documentations has been truncated, see
8
- # {Increase::Models::Simulations::InboundWireDrawdownRequestCreateParams} for more
9
- # details.
10
- #
11
7
  # Simulates receiving an
12
8
  # [Inbound Wire Drawdown Request](#inbound-wire-drawdown-requests).
13
9
  #
@@ -19,23 +15,37 @@ module Increase
19
15
  #
20
16
  # @param creditor_routing_number [String] The creditor's routing number.
21
17
  #
22
- # @param currency [String] The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the amount being
18
+ # @param currency [String]
19
+ # The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the amount being
20
+ # requested. Will always be "USD".
23
21
  #
24
- # @param recipient_account_number_id [String] The Account Number to which the recipient of this request is being requested to
22
+ # @param recipient_account_number_id [String]
23
+ # The Account Number to which the recipient of this request is being requested to
24
+ # send funds from.
25
25
  #
26
- # @param creditor_address_line1 [String] A free-form address field set by the sender representing the first line of the c
26
+ # @param creditor_address_line1 [String]
27
+ # A free-form address field set by the sender representing the first line of the
28
+ # creditor's address.
27
29
  #
28
- # @param creditor_address_line2 [String] A free-form address field set by the sender representing the second line of the
30
+ # @param creditor_address_line2 [String]
31
+ # A free-form address field set by the sender representing the second line of the
32
+ # creditor's address.
29
33
  #
30
- # @param creditor_address_line3 [String] A free-form address field set by the sender representing the third line of the c
34
+ # @param creditor_address_line3 [String]
35
+ # A free-form address field set by the sender representing the third line of the
36
+ # creditor's address.
31
37
  #
32
38
  # @param creditor_name [String] A free-form name field set by the sender representing the creditor's name.
33
39
  #
34
40
  # @param debtor_account_number [String] The debtor's account number.
35
41
  #
36
- # @param debtor_address_line1 [String] A free-form address field set by the sender representing the first line of the d
42
+ # @param debtor_address_line1 [String]
43
+ # A free-form address field set by the sender representing the first line of the
44
+ # debtor's address.
37
45
  #
38
- # @param debtor_address_line2 [String] A free-form address field set by the sender representing the second line of the
46
+ # @param debtor_address_line2 [String]
47
+ # A free-form address field set by the sender representing the second line of the
48
+ # debtor's address.
39
49
  #
40
50
  # @param debtor_address_line3 [String] A free-form address field set by the sender.
41
51
  #
@@ -43,11 +53,15 @@ module Increase
43
53
  #
44
54
  # @param debtor_routing_number [String] The debtor's routing number.
45
55
  #
46
- # @param end_to_end_identification [String] A free-form reference string set by the sender, to help identify the transfer.
56
+ # @param end_to_end_identification [String]
57
+ # A free-form reference string set by the sender, to help identify the transfer.
47
58
  #
48
59
  # @param instruction_identification [String] The sending bank's identifier for the wire transfer.
49
60
  #
50
- # @param unique_end_to_end_transaction_reference [String] The Unique End-to-end Transaction Reference ([UETR](https://www.swift.com/paymen
61
+ # @param unique_end_to_end_transaction_reference [String]
62
+ # The Unique End-to-end Transaction Reference
63
+ # ([UETR](https://www.swift.com/payments/what-unique-end-end-transaction-reference-uetr))
64
+ # of the transfer.
51
65
  #
52
66
  # @param unstructured_remittance_information [String] A free-form message set by the sender.
53
67
  #