increase 1.340.0 → 1.341.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 (306) 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 +48 -27
  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 +199 -103
  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 +48 -37
  25. data/lib/increase/models/beneficial_owner_list_params.rb +11 -6
  26. data/lib/increase/models/beneficial_owner_update_params.rb +44 -31
  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 +124 -75
  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 +323 -236
  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 +112 -86
  76. data/lib/increase/models/event.rb +6 -5
  77. data/lib/increase/models/event_list_params.rb +23 -17
  78. data/lib/increase/models/event_subscription.rb +17 -9
  79. data/lib/increase/models/event_subscription_create_params.rb +14 -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 +33 -21
  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 +3 -4
  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 +6 -5
  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 -2
  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 +48 -26
  202. data/lib/increase/models/swift_transfer_create_params.rb +28 -19
  203. data/lib/increase/models/swift_transfer_list_params.rb +23 -16
  204. data/lib/increase/models/transaction.rb +995 -534
  205. data/lib/increase/models/transaction_list_params.rb +21 -16
  206. data/lib/increase/models/unwrap_webhook_event.rb +6 -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 +12 -14
  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 +6 -5
  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 +28 -16
  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/check_transfer.rbi +8 -0
  297. data/rbi/increase/models/check_transfer_create_params.rbi +35 -36
  298. data/rbi/increase/models/entity_list_params.rbi +119 -0
  299. data/rbi/increase/models/pending_transaction_create_params.rbi +4 -4
  300. data/rbi/increase/resources/entities.rbi +3 -0
  301. data/rbi/increase/resources/pending_transactions.rbi +2 -2
  302. data/sig/increase/models/check_transfer.rbs +5 -0
  303. data/sig/increase/models/check_transfer_create_params.rbs +12 -9
  304. data/sig/increase/models/entity_list_params.rbs +48 -1
  305. data/sig/increase/resources/entities.rbs +1 -0
  306. metadata +2 -2
@@ -177,41 +177,50 @@ module Increase
177
177
  required :type, enum: -> { Increase::InboundACHTransfer::Type }
178
178
 
179
179
  # @!method initialize(id:, acceptance:, account_id:, account_number_id:, addenda:, amount:, automatically_resolves_at:, created_at:, decline:, direction:, effective_date:, international_addenda:, notification_of_change:, originator_company_descriptive_date:, originator_company_discretionary_data:, originator_company_entry_description:, originator_company_id:, originator_company_name:, originator_routing_number:, receiver_id_number:, receiver_name:, settlement:, standard_entry_class_code:, status:, trace_number:, transfer_return:, type:)
180
- # Some parameter documentations has been truncated, see
181
- # {Increase::Models::InboundACHTransfer} for more details.
182
- #
183
180
  # An Inbound ACH Transfer is an ACH transfer initiated outside of Increase to your
184
181
  # account.
185
182
  #
186
183
  # @param id [String] The inbound ACH transfer's identifier.
187
184
  #
188
- # @param acceptance [Increase::Models::InboundACHTransfer::Acceptance, nil] If your transfer is accepted, this will contain details of the acceptance.
185
+ # @param acceptance [Increase::Models::InboundACHTransfer::Acceptance, nil]
186
+ # If your transfer is accepted, this will contain details of the acceptance.
189
187
  #
190
188
  # @param account_id [String] The Account to which the transfer belongs.
191
189
  #
192
190
  # @param account_number_id [String] The identifier of the Account Number to which this transfer was sent.
193
191
  #
194
- # @param addenda [Increase::Models::InboundACHTransfer::Addenda, nil] Additional information sent from the originator.
192
+ # @param addenda [Increase::Models::InboundACHTransfer::Addenda, nil]
193
+ # Additional information sent from the originator.
195
194
  #
196
195
  # @param amount [Integer] The transfer amount in USD cents.
197
196
  #
198
197
  # @param automatically_resolves_at [Time] The time at which the transfer will be automatically resolved.
199
198
  #
200
- # @param created_at [Time] The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which th
199
+ # @param created_at [Time]
200
+ # The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
201
+ # the inbound ACH transfer was created.
201
202
  #
202
- # @param decline [Increase::Models::InboundACHTransfer::Decline, nil] If your transfer is declined, this will contain details of the decline.
203
+ # @param decline [Increase::Models::InboundACHTransfer::Decline, nil]
204
+ # If your transfer is declined, this will contain details of the decline.
203
205
  #
204
206
  # @param direction [Symbol, Increase::Models::InboundACHTransfer::Direction] The direction of the transfer.
205
207
  #
206
- # @param effective_date [Date] The effective date of the transfer. This is sent by the sending bank and is a fa
208
+ # @param effective_date [Date]
209
+ # The effective date of the transfer. This is sent by the sending bank and is a
210
+ # factor in determining funds availability.
207
211
  #
208
- # @param international_addenda [Increase::Models::InboundACHTransfer::InternationalAddenda, nil] If the Inbound ACH Transfer has a Standard Entry Class Code of IAT, this will co
212
+ # @param international_addenda [Increase::Models::InboundACHTransfer::InternationalAddenda, nil]
213
+ # If the Inbound ACH Transfer has a Standard Entry Class Code of IAT, this will
214
+ # contain fields pertaining to the International ACH Transaction.
209
215
  #
210
- # @param notification_of_change [Increase::Models::InboundACHTransfer::NotificationOfChange, nil] If you initiate a notification of change in response to the transfer, this will
216
+ # @param notification_of_change [Increase::Models::InboundACHTransfer::NotificationOfChange, nil]
217
+ # If you initiate a notification of change in response to the transfer, this will
218
+ # contain its details.
211
219
  #
212
220
  # @param originator_company_descriptive_date [String, nil] The descriptive date of the transfer.
213
221
  #
214
- # @param originator_company_discretionary_data [String, nil] The additional information included with the transfer.
222
+ # @param originator_company_discretionary_data [String, nil]
223
+ # The additional information included with the transfer.
215
224
  #
216
225
  # @param originator_company_entry_description [String] The description of the transfer.
217
226
  #
@@ -219,23 +228,35 @@ module Increase
219
228
  #
220
229
  # @param originator_company_name [String] The name of the company that initiated the transfer.
221
230
  #
222
- # @param originator_routing_number [String] The American Banking Association (ABA) routing number of the bank originating th
231
+ # @param originator_routing_number [String]
232
+ # The American Banking Association (ABA) routing number of the bank originating
233
+ # the transfer.
223
234
  #
224
235
  # @param receiver_id_number [String, nil] The id of the receiver of the transfer.
225
236
  #
226
237
  # @param receiver_name [String, nil] The name of the receiver of the transfer.
227
238
  #
228
- # @param settlement [Increase::Models::InboundACHTransfer::Settlement] A subhash containing information about when and how the transfer settled at the
239
+ # @param settlement [Increase::Models::InboundACHTransfer::Settlement]
240
+ # A subhash containing information about when and how the transfer settled at the
241
+ # Federal Reserve.
229
242
  #
230
- # @param standard_entry_class_code [Symbol, Increase::Models::InboundACHTransfer::StandardEntryClassCode] The Standard Entry Class (SEC) code of the transfer.
243
+ # @param standard_entry_class_code [Symbol, Increase::Models::InboundACHTransfer::StandardEntryClassCode]
244
+ # The Standard Entry Class (SEC) code of the transfer.
231
245
  #
232
246
  # @param status [Symbol, Increase::Models::InboundACHTransfer::Status] The status of the transfer.
233
247
  #
234
- # @param trace_number [String] A 15 digit number set by the sending bank and transmitted to the receiving bank.
248
+ # @param trace_number [String]
249
+ # A 15 digit number set by the sending bank and transmitted to the receiving bank.
250
+ # Along with the amount, date, and originating routing number, this can be used to
251
+ # identify the ACH transfer. ACH trace numbers are not unique, but are
252
+ # [used to correlate returns](https://increase.com/documentation/ach-returns#ach-returns).
235
253
  #
236
- # @param transfer_return [Increase::Models::InboundACHTransfer::TransferReturn, nil] If your transfer is returned, this will contain details of the return.
254
+ # @param transfer_return [Increase::Models::InboundACHTransfer::TransferReturn, nil]
255
+ # If your transfer is returned, this will contain details of the return.
237
256
  #
238
- # @param type [Symbol, Increase::Models::InboundACHTransfer::Type] A constant representing the object's type. For this resource it will always be `
257
+ # @param type [Symbol, Increase::Models::InboundACHTransfer::Type]
258
+ # A constant representing the object's type. For this resource it will always be
259
+ # `inbound_ach_transfer`.
239
260
 
240
261
  # @see Increase::Models::InboundACHTransfer#acceptance
241
262
  class Acceptance < Increase::Internal::Type::BaseModel
@@ -278,7 +299,8 @@ module Increase
278
299
  #
279
300
  # @param category [Symbol, Increase::Models::InboundACHTransfer::Addenda::Category] The type of addendum.
280
301
  #
281
- # @param freeform [Increase::Models::InboundACHTransfer::Addenda::Freeform, nil] Unstructured `payment_related_information` passed through by the originator.
302
+ # @param freeform [Increase::Models::InboundACHTransfer::Addenda::Freeform, nil]
303
+ # Unstructured `payment_related_information` passed through by the originator.
282
304
 
283
305
  # The type of addendum.
284
306
  #
@@ -305,7 +327,8 @@ module Increase
305
327
  # @!method initialize(entries:)
306
328
  # Unstructured `payment_related_information` passed through by the originator.
307
329
  #
308
- # @param entries [Array<Increase::Models::InboundACHTransfer::Addenda::Freeform::Entry>] Each entry represents an addendum received from the originator.
330
+ # @param entries [Array<Increase::Models::InboundACHTransfer::Addenda::Freeform::Entry>]
331
+ # Each entry represents an addendum received from the originator.
309
332
 
310
333
  class Entry < Increase::Internal::Type::BaseModel
311
334
  # @!attribute payment_related_information
@@ -347,7 +370,8 @@ module Increase
347
370
  #
348
371
  # @param declined_transaction_id [String] The id of the transaction for the declined transfer.
349
372
  #
350
- # @param reason [Symbol, Increase::Models::InboundACHTransfer::Decline::Reason] The reason for the transfer decline.
373
+ # @param reason [Symbol, Increase::Models::InboundACHTransfer::Decline::Reason]
374
+ # The reason for the transfer decline.
351
375
 
352
376
  # The reason for the transfer decline.
353
377
  #
@@ -655,49 +679,75 @@ module Increase
655
679
  required :receiving_depository_financial_institution_name, String
656
680
 
657
681
  # @!method initialize(destination_country_code:, destination_currency_code:, foreign_exchange_indicator:, foreign_exchange_reference:, foreign_exchange_reference_indicator:, foreign_payment_amount:, foreign_trace_number:, international_transaction_type_code:, originating_currency_code:, originating_depository_financial_institution_branch_country:, originating_depository_financial_institution_id:, originating_depository_financial_institution_id_qualifier:, originating_depository_financial_institution_name:, originator_city:, originator_country:, originator_identification:, originator_name:, originator_postal_code:, originator_state_or_province:, originator_street_address:, payment_related_information:, payment_related_information2:, receiver_city:, receiver_country:, receiver_identification_number:, receiver_postal_code:, receiver_state_or_province:, receiver_street_address:, receiving_company_or_individual_name:, receiving_depository_financial_institution_country:, receiving_depository_financial_institution_id:, receiving_depository_financial_institution_id_qualifier:, receiving_depository_financial_institution_name:)
658
- # Some parameter documentations has been truncated, see
659
- # {Increase::Models::InboundACHTransfer::InternationalAddenda} for more details.
660
- #
661
682
  # If the Inbound ACH Transfer has a Standard Entry Class Code of IAT, this will
662
683
  # contain fields pertaining to the International ACH Transaction.
663
684
  #
664
- # @param destination_country_code [String] The [ISO 3166](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2), Alpha-2 countr
685
+ # @param destination_country_code [String]
686
+ # The [ISO 3166](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2), Alpha-2
687
+ # country code of the destination country.
665
688
  #
666
- # @param destination_currency_code [String] The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code for the des
689
+ # @param destination_currency_code [String]
690
+ # The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code for the
691
+ # destination bank account.
667
692
  #
668
- # @param foreign_exchange_indicator [Symbol, Increase::Models::InboundACHTransfer::InternationalAddenda::ForeignExchangeIndicator] A description of how the foreign exchange rate was calculated.
693
+ # @param foreign_exchange_indicator [Symbol, Increase::Models::InboundACHTransfer::InternationalAddenda::ForeignExchangeIndicator]
694
+ # A description of how the foreign exchange rate was calculated.
669
695
  #
670
- # @param foreign_exchange_reference [String, nil] Depending on the `foreign_exchange_reference_indicator`, an exchange rate or a r
696
+ # @param foreign_exchange_reference [String, nil]
697
+ # Depending on the `foreign_exchange_reference_indicator`, an exchange rate or a
698
+ # reference to a well-known rate.
671
699
  #
672
- # @param foreign_exchange_reference_indicator [Symbol, Increase::Models::InboundACHTransfer::InternationalAddenda::ForeignExchangeReferenceIndicator] An instruction of how to interpret the `foreign_exchange_reference` field for th
700
+ # @param foreign_exchange_reference_indicator [Symbol, Increase::Models::InboundACHTransfer::InternationalAddenda::ForeignExchangeReferenceIndicator]
701
+ # An instruction of how to interpret the `foreign_exchange_reference` field for
702
+ # this Transaction.
673
703
  #
674
- # @param foreign_payment_amount [Integer] The amount in the minor unit of the foreign payment currency. For dollars, for e
704
+ # @param foreign_payment_amount [Integer]
705
+ # The amount in the minor unit of the foreign payment currency. For dollars, for
706
+ # example, this is cents.
675
707
  #
676
708
  # @param foreign_trace_number [String, nil] A reference number in the foreign banking infrastructure.
677
709
  #
678
- # @param international_transaction_type_code [Symbol, Increase::Models::InboundACHTransfer::InternationalAddenda::InternationalTransactionTypeCode] The type of transfer. Set by the originator.
710
+ # @param international_transaction_type_code [Symbol, Increase::Models::InboundACHTransfer::InternationalAddenda::InternationalTransactionTypeCode]
711
+ # The type of transfer. Set by the originator.
679
712
  #
680
- # @param originating_currency_code [String] The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code for the ori
713
+ # @param originating_currency_code [String]
714
+ # The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code for the
715
+ # originating bank account.
681
716
  #
682
- # @param originating_depository_financial_institution_branch_country [String] The [ISO 3166](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2), Alpha-2 countr
717
+ # @param originating_depository_financial_institution_branch_country [String]
718
+ # The [ISO 3166](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2), Alpha-2
719
+ # country code of the originating branch country.
683
720
  #
684
- # @param originating_depository_financial_institution_id [String] An identifier for the originating bank. One of an International Bank Account Num
721
+ # @param originating_depository_financial_institution_id [String]
722
+ # An identifier for the originating bank. One of an International Bank Account
723
+ # Number (IBAN) bank identifier, SWIFT Bank Identification Code (BIC), or a
724
+ # domestic identifier like a US Routing Number.
685
725
  #
686
- # @param originating_depository_financial_institution_id_qualifier [Symbol, Increase::Models::InboundACHTransfer::InternationalAddenda::OriginatingDepositoryFinancialInstitutionIDQualifier] An instruction of how to interpret the `originating_depository_financial_institu
726
+ # @param originating_depository_financial_institution_id_qualifier [Symbol, Increase::Models::InboundACHTransfer::InternationalAddenda::OriginatingDepositoryFinancialInstitutionIDQualifier]
727
+ # An instruction of how to interpret the
728
+ # `originating_depository_financial_institution_id` field for this Transaction.
687
729
  #
688
- # @param originating_depository_financial_institution_name [String] The name of the originating bank. Sometimes this will refer to an American bank
730
+ # @param originating_depository_financial_institution_name [String]
731
+ # The name of the originating bank. Sometimes this will refer to an American bank
732
+ # and obscure the correspondent foreign bank.
689
733
  #
690
734
  # @param originator_city [String] A portion of the originator address. This may be incomplete.
691
735
  #
692
- # @param originator_country [String] A portion of the originator address. The [ISO 3166](https://en.wikipedia.org/wik
736
+ # @param originator_country [String]
737
+ # A portion of the originator address. The
738
+ # [ISO 3166](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2), Alpha-2 country
739
+ # code of the originator country.
693
740
  #
694
- # @param originator_identification [String] An identifier for the originating company. This is generally stable across multi
741
+ # @param originator_identification [String]
742
+ # An identifier for the originating company. This is generally stable across
743
+ # multiple ACH transfers.
695
744
  #
696
745
  # @param originator_name [String] Either the name of the originator or an intermediary money transmitter.
697
746
  #
698
747
  # @param originator_postal_code [String, nil] A portion of the originator address. This may be incomplete.
699
748
  #
700
- # @param originator_state_or_province [String, nil] A portion of the originator address. This may be incomplete.
749
+ # @param originator_state_or_province [String, nil]
750
+ # A portion of the originator address. This may be incomplete.
701
751
  #
702
752
  # @param originator_street_address [String] A portion of the originator address. This may be incomplete.
703
753
  #
@@ -707,9 +757,13 @@ module Increase
707
757
  #
708
758
  # @param receiver_city [String] A portion of the receiver address. This may be incomplete.
709
759
  #
710
- # @param receiver_country [String] A portion of the receiver address. The [ISO 3166](https://en.wikipedia.org/wiki/
760
+ # @param receiver_country [String]
761
+ # A portion of the receiver address. The
762
+ # [ISO 3166](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2), Alpha-2 country
763
+ # code of the receiver country.
711
764
  #
712
- # @param receiver_identification_number [String, nil] An identification number the originator uses for the receiver.
765
+ # @param receiver_identification_number [String, nil]
766
+ # An identification number the originator uses for the receiver.
713
767
  #
714
768
  # @param receiver_postal_code [String, nil] A portion of the receiver address. This may be incomplete.
715
769
  #
@@ -717,15 +771,24 @@ module Increase
717
771
  #
718
772
  # @param receiver_street_address [String] A portion of the receiver address. This may be incomplete.
719
773
  #
720
- # @param receiving_company_or_individual_name [String] The name of the receiver of the transfer. This is not verified by Increase.
774
+ # @param receiving_company_or_individual_name [String]
775
+ # The name of the receiver of the transfer. This is not verified by Increase.
721
776
  #
722
- # @param receiving_depository_financial_institution_country [String] The [ISO 3166](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2), Alpha-2 countr
777
+ # @param receiving_depository_financial_institution_country [String]
778
+ # The [ISO 3166](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2), Alpha-2
779
+ # country code of the receiving bank country.
723
780
  #
724
- # @param receiving_depository_financial_institution_id [String] An identifier for the receiving bank. One of an International Bank Account Numbe
781
+ # @param receiving_depository_financial_institution_id [String]
782
+ # An identifier for the receiving bank. One of an International Bank Account
783
+ # Number (IBAN) bank identifier, SWIFT Bank Identification Code (BIC), or a
784
+ # domestic identifier like a US Routing Number.
725
785
  #
726
- # @param receiving_depository_financial_institution_id_qualifier [Symbol, Increase::Models::InboundACHTransfer::InternationalAddenda::ReceivingDepositoryFinancialInstitutionIDQualifier] An instruction of how to interpret the `receiving_depository_financial_instituti
786
+ # @param receiving_depository_financial_institution_id_qualifier [Symbol, Increase::Models::InboundACHTransfer::InternationalAddenda::ReceivingDepositoryFinancialInstitutionIDQualifier]
787
+ # An instruction of how to interpret the
788
+ # `receiving_depository_financial_institution_id` field for this Transaction.
727
789
  #
728
- # @param receiving_depository_financial_institution_name [String] The name of the receiving bank, as set by the sending financial institution.
790
+ # @param receiving_depository_financial_institution_name [String]
791
+ # The name of the receiving bank, as set by the sending financial institution.
729
792
 
730
793
  # A description of how the foreign exchange rate was calculated.
731
794
  #
@@ -916,15 +979,15 @@ module Increase
916
979
  required :settlement_schedule, enum: -> { Increase::InboundACHTransfer::Settlement::SettlementSchedule }
917
980
 
918
981
  # @!method initialize(settled_at:, settlement_schedule:)
919
- # Some parameter documentations has been truncated, see
920
- # {Increase::Models::InboundACHTransfer::Settlement} for more details.
921
- #
922
982
  # A subhash containing information about when and how the transfer settled at the
923
983
  # Federal Reserve.
924
984
  #
925
- # @param settled_at [Time] When the funds for this transfer settle at the recipient bank at the Federal Res
985
+ # @param settled_at [Time]
986
+ # When the funds for this transfer settle at the recipient bank at the Federal
987
+ # Reserve.
926
988
  #
927
- # @param settlement_schedule [Symbol, Increase::Models::InboundACHTransfer::Settlement::SettlementSchedule] The settlement schedule this transfer follows.
989
+ # @param settlement_schedule [Symbol, Increase::Models::InboundACHTransfer::Settlement::SettlementSchedule]
990
+ # The settlement schedule this transfer follows.
928
991
 
929
992
  # The settlement schedule this transfer follows.
930
993
  #
@@ -1046,7 +1109,8 @@ module Increase
1046
1109
  # @!method initialize(reason:, returned_at:, transaction_id:)
1047
1110
  # If your transfer is returned, this will contain details of the return.
1048
1111
  #
1049
- # @param reason [Symbol, Increase::Models::InboundACHTransfer::TransferReturn::Reason] The reason for the transfer return.
1112
+ # @param reason [Symbol, Increase::Models::InboundACHTransfer::TransferReturn::Reason]
1113
+ # The reason for the transfer return.
1050
1114
  #
1051
1115
  # @param returned_at [Time] The time at which the transfer was returned.
1052
1116
  #
@@ -27,11 +27,9 @@ module Increase
27
27
  optional :updated_routing_number, String
28
28
 
29
29
  # @!method initialize(inbound_ach_transfer_id:, updated_account_number: nil, updated_routing_number: nil, request_options: {})
30
- # Some parameter documentations has been truncated, see
31
- # {Increase::Models::InboundACHTransferCreateNotificationOfChangeParams} for more
32
- # details.
33
- #
34
- # @param inbound_ach_transfer_id [String] The identifier of the Inbound ACH Transfer for which to create a notification of
30
+ # @param inbound_ach_transfer_id [String]
31
+ # The identifier of the Inbound ACH Transfer for which to create a notification of
32
+ # change.
35
33
  #
36
34
  # @param updated_account_number [String] The updated account number to send in the notification of change.
37
35
  #
@@ -22,12 +22,12 @@ module Increase
22
22
  optional :reason, enum: -> { Increase::InboundACHTransferDeclineParams::Reason }
23
23
 
24
24
  # @!method initialize(inbound_ach_transfer_id:, reason: nil, request_options: {})
25
- # Some parameter documentations has been truncated, see
26
- # {Increase::Models::InboundACHTransferDeclineParams} for more details.
27
- #
28
25
  # @param inbound_ach_transfer_id [String] The identifier of the Inbound ACH Transfer to decline.
29
26
  #
30
- # @param reason [Symbol, Increase::Models::InboundACHTransferDeclineParams::Reason] The reason why this transfer will be returned. If this parameter is unset, the r
27
+ # @param reason [Symbol, Increase::Models::InboundACHTransferDeclineParams::Reason]
28
+ # The reason why this transfer will be returned. If this parameter is unset, the
29
+ # return codes will be `payment_stopped` for debits and
30
+ # `credit_entry_refused_by_receiver` for credits.
31
31
  #
32
32
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
33
33
 
@@ -43,18 +43,18 @@ module Increase
43
43
  optional :status, -> { Increase::InboundACHTransferListParams::Status }
44
44
 
45
45
  # @!method initialize(account_id: nil, account_number_id: nil, created_at: nil, cursor: nil, limit: nil, status: nil, request_options: {})
46
- # Some parameter documentations has been truncated, see
47
- # {Increase::Models::InboundACHTransferListParams} for more details.
48
- #
49
46
  # @param account_id [String] Filter Inbound ACH Transfers to ones belonging to the specified Account.
50
47
  #
51
- # @param account_number_id [String] Filter Inbound ACH Transfers to ones belonging to the specified Account Number.
48
+ # @param account_number_id [String]
49
+ # Filter Inbound ACH Transfers to ones belonging to the specified Account Number.
52
50
  #
53
51
  # @param created_at [Increase::Models::InboundACHTransferListParams::CreatedAt]
54
52
  #
55
53
  # @param cursor [String] Return the page of entries after this one.
56
54
  #
57
- # @param limit [Integer] Limit the size of the list that is returned. The default (and maximum) is 100 ob
55
+ # @param limit [Integer]
56
+ # Limit the size of the list that is returned. The default (and maximum) is 100
57
+ # objects.
58
58
  #
59
59
  # @param status [Increase::Models::InboundACHTransferListParams::Status]
60
60
  #
@@ -90,16 +90,21 @@ module Increase
90
90
  optional :on_or_before, Time
91
91
 
92
92
  # @!method initialize(after: nil, before: nil, on_or_after: nil, on_or_before: nil)
93
- # Some parameter documentations has been truncated, see
94
- # {Increase::Models::InboundACHTransferListParams::CreatedAt} for more details.
95
- #
96
- # @param after [Time] Return results after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) tim
93
+ # @param after [Time]
94
+ # Return results after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
95
+ # timestamp.
97
96
  #
98
- # @param before [Time] Return results before this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) ti
97
+ # @param before [Time]
98
+ # Return results before this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
99
+ # timestamp.
99
100
  #
100
- # @param on_or_after [Time] Return results on or after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_860
101
+ # @param on_or_after [Time]
102
+ # Return results on or after this
103
+ # [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp.
101
104
  #
102
- # @param on_or_before [Time] Return results on or before this [ISO 8601](https://en.wikipedia.org/wiki/ISO_86
105
+ # @param on_or_before [Time]
106
+ # Return results on or before this
107
+ # [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp.
103
108
  end
104
109
 
105
110
  class Status < Increase::Internal::Type::BaseModel
@@ -116,10 +121,10 @@ module Increase
116
121
  api_name: :in
117
122
 
118
123
  # @!method initialize(in_: nil)
119
- # Some parameter documentations has been truncated, see
120
- # {Increase::Models::InboundACHTransferListParams::Status} for more details.
121
- #
122
- # @param in_ [Array<Symbol, Increase::Models::InboundACHTransferListParams::Status::In>] Filter Inbound ACH Transfers to those with the specified status. For GET request
124
+ # @param in_ [Array<Symbol, Increase::Models::InboundACHTransferListParams::Status::In>]
125
+ # Filter Inbound ACH Transfers to those with the specified status. For GET
126
+ # requests, this should be encoded as a comma-delimited string, such as
127
+ # `?in=one,two,three`.
123
128
 
124
129
  module In
125
130
  extend Increase::Internal::Type::Enum
@@ -22,12 +22,13 @@ module Increase
22
22
  required :reason, enum: -> { Increase::InboundACHTransferTransferReturnParams::Reason }
23
23
 
24
24
  # @!method initialize(inbound_ach_transfer_id:, reason:, request_options: {})
25
- # Some parameter documentations has been truncated, see
26
- # {Increase::Models::InboundACHTransferTransferReturnParams} for more details.
25
+ # @param inbound_ach_transfer_id [String]
26
+ # The identifier of the Inbound ACH Transfer to return to the originating
27
+ # financial institution.
27
28
  #
28
- # @param inbound_ach_transfer_id [String] The identifier of the Inbound ACH Transfer to return to the originating financia
29
- #
30
- # @param reason [Symbol, Increase::Models::InboundACHTransferTransferReturnParams::Reason] The reason why this transfer will be returned. The most usual return codes are `
29
+ # @param reason [Symbol, Increase::Models::InboundACHTransferTransferReturnParams::Reason]
30
+ # The reason why this transfer will be returned. The most usual return codes are
31
+ # `payment_stopped` for debits and `credit_entry_refused_by_receiver` for credits.
31
32
  #
32
33
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
33
34
 
@@ -139,51 +139,76 @@ module Increase
139
139
  required :type, enum: -> { Increase::InboundCheckDeposit::Type }
140
140
 
141
141
  # @!method initialize(id:, accepted_at:, account_id:, account_number_id:, adjustments:, amount:, back_image_file_id:, bank_of_first_deposit_routing_number:, check_number:, check_transfer_id:, created_at:, currency:, declined_at:, declined_transaction_id:, deposit_return:, front_image_file_id:, payee_name_analysis:, status:, transaction_id:, type:)
142
- # Some parameter documentations has been truncated, see
143
- # {Increase::Models::InboundCheckDeposit} for more details.
144
- #
145
142
  # Inbound Check Deposits are records of third-parties attempting to deposit checks
146
143
  # against your account.
147
144
  #
148
145
  # @param id [String] The deposit's identifier.
149
146
  #
150
- # @param accepted_at [Time, nil] If the Inbound Check Deposit was accepted, the [ISO 8601](https://en.wikipedia.o
147
+ # @param accepted_at [Time, nil]
148
+ # If the Inbound Check Deposit was accepted, the
149
+ # [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which this
150
+ # took place.
151
151
  #
152
152
  # @param account_id [String] The Account the check is being deposited against.
153
153
  #
154
154
  # @param account_number_id [String, nil] The Account Number the check is being deposited against.
155
155
  #
156
- # @param adjustments [Array<Increase::Models::InboundCheckDeposit::Adjustment>] If the deposit or the return was adjusted by the sending institution, this will
156
+ # @param adjustments [Array<Increase::Models::InboundCheckDeposit::Adjustment>]
157
+ # If the deposit or the return was adjusted by the sending institution, this will
158
+ # contain details of the adjustments.
157
159
  #
158
160
  # @param amount [Integer] The deposited amount in USD cents.
159
161
  #
160
162
  # @param back_image_file_id [String, nil] The ID for the File containing the image of the back of the check.
161
163
  #
162
- # @param bank_of_first_deposit_routing_number [String, nil] The American Bankers' Association (ABA) Routing Transit Number (RTN) for the ban
164
+ # @param bank_of_first_deposit_routing_number [String, nil]
165
+ # The American Bankers' Association (ABA) Routing Transit Number (RTN) for the
166
+ # bank depositing this check. In some rare cases, this is not transmitted via
167
+ # Check21 and the value will be null.
163
168
  #
164
169
  # @param check_number [String, nil] The check number printed on the check being deposited.
165
170
  #
166
- # @param check_transfer_id [String, nil] If this deposit is for an existing Check Transfer, the identifier of that Check
171
+ # @param check_transfer_id [String, nil]
172
+ # If this deposit is for an existing Check Transfer, the identifier of that Check
173
+ # Transfer.
167
174
  #
168
- # @param created_at [Time] The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which th
175
+ # @param created_at [Time]
176
+ # The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
177
+ # the deposit was attempted.
169
178
  #
170
- # @param currency [Symbol, Increase::Models::InboundCheckDeposit::Currency] The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the deposit.
179
+ # @param currency [Symbol, Increase::Models::InboundCheckDeposit::Currency]
180
+ # The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the deposit.
171
181
  #
172
- # @param declined_at [Time, nil] If the Inbound Check Deposit was declined, the [ISO 8601](https://en.wikipedia.o
182
+ # @param declined_at [Time, nil]
183
+ # If the Inbound Check Deposit was declined, the
184
+ # [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which this
185
+ # took place.
173
186
  #
174
- # @param declined_transaction_id [String, nil] If the deposit attempt has been rejected, the identifier of the Declined Transac
187
+ # @param declined_transaction_id [String, nil]
188
+ # If the deposit attempt has been rejected, the identifier of the Declined
189
+ # Transaction object created as a result of the failed deposit.
175
190
  #
176
- # @param deposit_return [Increase::Models::InboundCheckDeposit::DepositReturn, nil] If you requested a return of this deposit, this will contain details of the retu
191
+ # @param deposit_return [Increase::Models::InboundCheckDeposit::DepositReturn, nil]
192
+ # If you requested a return of this deposit, this will contain details of the
193
+ # return.
177
194
  #
178
- # @param front_image_file_id [String, nil] The ID for the File containing the image of the front of the check.
195
+ # @param front_image_file_id [String, nil]
196
+ # The ID for the File containing the image of the front of the check.
179
197
  #
180
- # @param payee_name_analysis [Symbol, Increase::Models::InboundCheckDeposit::PayeeNameAnalysis] Whether the details on the check match the recipient name of the check transfer.
198
+ # @param payee_name_analysis [Symbol, Increase::Models::InboundCheckDeposit::PayeeNameAnalysis]
199
+ # Whether the details on the check match the recipient name of the check transfer.
200
+ # This is an optional feature, contact sales to enable.
181
201
  #
182
- # @param status [Symbol, Increase::Models::InboundCheckDeposit::Status] The status of the Inbound Check Deposit.
202
+ # @param status [Symbol, Increase::Models::InboundCheckDeposit::Status]
203
+ # The status of the Inbound Check Deposit.
183
204
  #
184
- # @param transaction_id [String, nil] If the deposit attempt has been accepted, the identifier of the Transaction obje
205
+ # @param transaction_id [String, nil]
206
+ # If the deposit attempt has been accepted, the identifier of the Transaction
207
+ # object created as a result of the successful deposit.
185
208
  #
186
- # @param type [Symbol, Increase::Models::InboundCheckDeposit::Type] A constant representing the object's type. For this resource it will always be `
209
+ # @param type [Symbol, Increase::Models::InboundCheckDeposit::Type]
210
+ # A constant representing the object's type. For this resource it will always be
211
+ # `inbound_check_deposit`.
187
212
 
188
213
  class Adjustment < Increase::Internal::Type::BaseModel
189
214
  # @!attribute adjusted_at
@@ -215,7 +240,8 @@ module Increase
215
240
  #
216
241
  # @param amount [Integer] The amount of the adjustment.
217
242
  #
218
- # @param reason [Symbol, Increase::Models::InboundCheckDeposit::Adjustment::Reason] The reason for the adjustment.
243
+ # @param reason [Symbol, Increase::Models::InboundCheckDeposit::Adjustment::Reason]
244
+ # The reason for the adjustment.
219
245
  #
220
246
  # @param transaction_id [String] The id of the transaction for the adjustment.
221
247
 
@@ -273,7 +299,8 @@ module Increase
273
299
  # If you requested a return of this deposit, this will contain details of the
274
300
  # return.
275
301
  #
276
- # @param reason [Symbol, Increase::Models::InboundCheckDeposit::DepositReturn::Reason] The reason the deposit was returned.
302
+ # @param reason [Symbol, Increase::Models::InboundCheckDeposit::DepositReturn::Reason]
303
+ # The reason the deposit was returned.
277
304
  #
278
305
  # @param returned_at [Time] The time at which the deposit was returned.
279
306
  #
@@ -39,18 +39,19 @@ module Increase
39
39
  optional :limit, Integer
40
40
 
41
41
  # @!method initialize(account_id: nil, check_transfer_id: nil, created_at: nil, cursor: nil, limit: nil, request_options: {})
42
- # Some parameter documentations has been truncated, see
43
- # {Increase::Models::InboundCheckDepositListParams} for more details.
44
- #
45
42
  # @param account_id [String] Filter Inbound Check Deposits to those belonging to the specified Account.
46
43
  #
47
- # @param check_transfer_id [String] Filter Inbound Check Deposits to those belonging to the specified Check Transfer
44
+ # @param check_transfer_id [String]
45
+ # Filter Inbound Check Deposits to those belonging to the specified Check
46
+ # Transfer.
48
47
  #
49
48
  # @param created_at [Increase::Models::InboundCheckDepositListParams::CreatedAt]
50
49
  #
51
50
  # @param cursor [String] Return the page of entries after this one.
52
51
  #
53
- # @param limit [Integer] Limit the size of the list that is returned. The default (and maximum) is 100 ob
52
+ # @param limit [Integer]
53
+ # Limit the size of the list that is returned. The default (and maximum) is 100
54
+ # objects.
54
55
  #
55
56
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
56
57
 
@@ -84,16 +85,21 @@ module Increase
84
85
  optional :on_or_before, Time
85
86
 
86
87
  # @!method initialize(after: nil, before: nil, on_or_after: nil, on_or_before: nil)
87
- # Some parameter documentations has been truncated, see
88
- # {Increase::Models::InboundCheckDepositListParams::CreatedAt} for more details.
89
- #
90
- # @param after [Time] Return results after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) tim
88
+ # @param after [Time]
89
+ # Return results after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
90
+ # timestamp.
91
91
  #
92
- # @param before [Time] Return results before this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) ti
92
+ # @param before [Time]
93
+ # Return results before this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
94
+ # timestamp.
93
95
  #
94
- # @param on_or_after [Time] Return results on or after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_860
96
+ # @param on_or_after [Time]
97
+ # Return results on or after this
98
+ # [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp.
95
99
  #
96
- # @param on_or_before [Time] Return results on or before this [ISO 8601](https://en.wikipedia.org/wiki/ISO_86
100
+ # @param on_or_before [Time]
101
+ # Return results on or before this
102
+ # [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp.
97
103
  end
98
104
  end
99
105
  end
@@ -22,7 +22,8 @@ module Increase
22
22
  # @!method initialize(inbound_check_deposit_id:, reason:, request_options: {})
23
23
  # @param inbound_check_deposit_id [String] The identifier of the Inbound Check Deposit to return.
24
24
  #
25
- # @param reason [Symbol, Increase::Models::InboundCheckDepositReturnParams::Reason] The reason to return the Inbound Check Deposit.
25
+ # @param reason [Symbol, Increase::Models::InboundCheckDepositReturnParams::Reason]
26
+ # The reason to return the Inbound Check Deposit.
26
27
  #
27
28
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
28
29