increase 1.346.1 → 1.347.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 (284) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/increase/models/account.rb +3 -0
  4. data/lib/increase/models/account_list_params.rb +4 -0
  5. data/lib/increase/models/account_number_list_params.rb +4 -0
  6. data/lib/increase/models/account_statement_list_params.rb +4 -0
  7. data/lib/increase/models/account_transfer_list_params.rb +4 -0
  8. data/lib/increase/models/ach_prenotification_create_params.rb +12 -0
  9. data/lib/increase/models/ach_prenotification_list_params.rb +4 -0
  10. data/lib/increase/models/ach_transfer_create_params.rb +6 -0
  11. data/lib/increase/models/ach_transfer_list_params.rb +4 -0
  12. data/lib/increase/models/beneficial_owner_create_params.rb +12 -1
  13. data/lib/increase/models/beneficial_owner_list_params.rb +4 -0
  14. data/lib/increase/models/beneficial_owner_update_params.rb +12 -1
  15. data/lib/increase/models/card_dispute_list_params.rb +4 -0
  16. data/lib/increase/models/card_list_params.rb +4 -0
  17. data/lib/increase/models/card_payment_list_params.rb +4 -0
  18. data/lib/increase/models/card_purchase_supplement_list_params.rb +4 -0
  19. data/lib/increase/models/card_push_transfer_list_params.rb +4 -0
  20. data/lib/increase/models/card_token_list_params.rb +4 -0
  21. data/lib/increase/models/card_validation_list_params.rb +4 -0
  22. data/lib/increase/models/check_deposit_list_params.rb +4 -0
  23. data/lib/increase/models/check_transfer.rb +2 -2
  24. data/lib/increase/models/check_transfer_create_params.rb +2 -2
  25. data/lib/increase/models/check_transfer_list_params.rb +4 -0
  26. data/lib/increase/models/declined_transaction_list_params.rb +4 -0
  27. data/lib/increase/models/digital_card_profile_list_params.rb +4 -0
  28. data/lib/increase/models/digital_wallet_token_list_params.rb +4 -0
  29. data/lib/increase/models/entity_create_params.rb +75 -12
  30. data/lib/increase/models/entity_list_params.rb +4 -0
  31. data/lib/increase/models/entity_onboarding_session_list_params.rb +4 -0
  32. data/lib/increase/models/entity_update_params.rb +24 -2
  33. data/lib/increase/models/event.rb +6 -0
  34. data/lib/increase/models/event_list_params.rb +16 -0
  35. data/lib/increase/models/event_subscription.rb +6 -0
  36. data/lib/increase/models/event_subscription_create_params.rb +6 -0
  37. data/lib/increase/models/event_subscription_list_params.rb +4 -0
  38. data/lib/increase/models/export_list_params.rb +4 -0
  39. data/lib/increase/models/external_account_create_params.rb +9 -3
  40. data/lib/increase/models/external_account_list_params.rb +4 -0
  41. data/lib/increase/models/fednow_transfer_list_params.rb +4 -0
  42. data/lib/increase/models/file.rb +2 -2
  43. data/lib/increase/models/file_create_params.rb +8 -2
  44. data/lib/increase/models/file_list_params.rb +6 -2
  45. data/lib/increase/models/inbound_ach_transfer_list_params.rb +4 -0
  46. data/lib/increase/models/inbound_check_deposit.rb +14 -1
  47. data/lib/increase/models/inbound_check_deposit_list_params.rb +4 -0
  48. data/lib/increase/models/inbound_fednow_transfer_list_params.rb +4 -0
  49. data/lib/increase/models/inbound_mail_item_list_params.rb +4 -0
  50. data/lib/increase/models/inbound_real_time_payments_transfer_list_params.rb +4 -0
  51. data/lib/increase/models/inbound_wire_drawdown_request_list_params.rb +4 -0
  52. data/lib/increase/models/inbound_wire_transfer_list_params.rb +4 -0
  53. data/lib/increase/models/intrafi_account_enrollment_list_params.rb +4 -0
  54. data/lib/increase/models/intrafi_exclusion_list_params.rb +4 -0
  55. data/lib/increase/models/lockbox_address_list_params.rb +4 -0
  56. data/lib/increase/models/lockbox_recipient_list_params.rb +4 -0
  57. data/lib/increase/models/oauth_application_list_params.rb +4 -0
  58. data/lib/increase/models/oauth_connection_list_params.rb +4 -0
  59. data/lib/increase/models/pending_transaction_list_params.rb +4 -0
  60. data/lib/increase/models/physical_card_list_params.rb +4 -0
  61. data/lib/increase/models/physical_card_profile_create_params.rb +13 -4
  62. data/lib/increase/models/physical_card_profile_list_params.rb +4 -0
  63. data/lib/increase/models/program.rb +3 -0
  64. data/lib/increase/models/program_list_params.rb +4 -0
  65. data/lib/increase/models/real_time_payments_transfer_list_params.rb +4 -0
  66. data/lib/increase/models/routing_number_list_params.rb +4 -0
  67. data/lib/increase/models/routing_number_list_response.rb +27 -1
  68. data/lib/increase/models/simulations/ach_transfer_return_params.rb +3 -0
  69. data/lib/increase/models/simulations/card_token_create_params.rb +6 -0
  70. data/lib/increase/models/simulations/check_deposit_adjustment_params.rb +9 -6
  71. data/lib/increase/models/simulations/program_create_params.rb +3 -0
  72. data/lib/increase/models/supplemental_document_list_params.rb +4 -0
  73. data/lib/increase/models/swift_transfer_list_params.rb +4 -0
  74. data/lib/increase/models/transaction_list_params.rb +4 -0
  75. data/lib/increase/models/unwrap_webhook_event.rb +6 -0
  76. data/lib/increase/models/wire_drawdown_request.rb +4 -4
  77. data/lib/increase/models/wire_drawdown_request_create_params.rb +4 -4
  78. data/lib/increase/models/wire_drawdown_request_list_params.rb +4 -0
  79. data/lib/increase/models/wire_transfer_create_params.rb +6 -6
  80. data/lib/increase/models/wire_transfer_list_params.rb +4 -0
  81. data/lib/increase/resources/account_numbers.rb +2 -0
  82. data/lib/increase/resources/account_statements.rb +2 -0
  83. data/lib/increase/resources/account_transfers.rb +2 -0
  84. data/lib/increase/resources/accounts.rb +2 -0
  85. data/lib/increase/resources/ach_prenotifications.rb +6 -0
  86. data/lib/increase/resources/ach_transfers.rb +4 -0
  87. data/lib/increase/resources/beneficial_owners.rb +2 -0
  88. data/lib/increase/resources/card_disputes.rb +2 -0
  89. data/lib/increase/resources/card_payments.rb +2 -0
  90. data/lib/increase/resources/card_purchase_supplements.rb +2 -0
  91. data/lib/increase/resources/card_push_transfers.rb +2 -0
  92. data/lib/increase/resources/card_tokens.rb +2 -0
  93. data/lib/increase/resources/card_validations.rb +2 -0
  94. data/lib/increase/resources/cards.rb +2 -0
  95. data/lib/increase/resources/check_deposits.rb +2 -0
  96. data/lib/increase/resources/check_transfers.rb +6 -1
  97. data/lib/increase/resources/declined_transactions.rb +2 -0
  98. data/lib/increase/resources/digital_card_profiles.rb +2 -0
  99. data/lib/increase/resources/digital_wallet_tokens.rb +2 -0
  100. data/lib/increase/resources/entities.rb +2 -0
  101. data/lib/increase/resources/entity_onboarding_sessions.rb +2 -0
  102. data/lib/increase/resources/event_subscriptions.rb +2 -0
  103. data/lib/increase/resources/events.rb +2 -0
  104. data/lib/increase/resources/exports.rb +2 -0
  105. data/lib/increase/resources/external_accounts.rb +5 -1
  106. data/lib/increase/resources/fednow_transfers.rb +2 -0
  107. data/lib/increase/resources/files.rb +4 -0
  108. data/lib/increase/resources/inbound_ach_transfers.rb +2 -0
  109. data/lib/increase/resources/inbound_check_deposits.rb +2 -0
  110. data/lib/increase/resources/inbound_fednow_transfers.rb +2 -0
  111. data/lib/increase/resources/inbound_mail_items.rb +2 -0
  112. data/lib/increase/resources/inbound_real_time_payments_transfers.rb +2 -0
  113. data/lib/increase/resources/inbound_wire_drawdown_requests.rb +2 -0
  114. data/lib/increase/resources/inbound_wire_transfers.rb +2 -0
  115. data/lib/increase/resources/intrafi_account_enrollments.rb +2 -0
  116. data/lib/increase/resources/intrafi_exclusions.rb +2 -0
  117. data/lib/increase/resources/lockbox_addresses.rb +2 -0
  118. data/lib/increase/resources/lockbox_recipients.rb +2 -0
  119. data/lib/increase/resources/oauth_applications.rb +2 -0
  120. data/lib/increase/resources/oauth_connections.rb +2 -0
  121. data/lib/increase/resources/pending_transactions.rb +2 -0
  122. data/lib/increase/resources/physical_card_profiles.rb +9 -2
  123. data/lib/increase/resources/physical_cards.rb +2 -0
  124. data/lib/increase/resources/programs.rb +2 -0
  125. data/lib/increase/resources/real_time_payments_transfers.rb +2 -0
  126. data/lib/increase/resources/routing_numbers.rb +2 -0
  127. data/lib/increase/resources/simulations/ach_transfers.rb +1 -0
  128. data/lib/increase/resources/simulations/check_deposits.rb +3 -2
  129. data/lib/increase/resources/simulations/inbound_check_deposits.rb +5 -4
  130. data/lib/increase/resources/supplemental_documents.rb +2 -0
  131. data/lib/increase/resources/swift_transfers.rb +2 -0
  132. data/lib/increase/resources/transactions.rb +2 -0
  133. data/lib/increase/resources/wire_drawdown_requests.rb +2 -0
  134. data/lib/increase/resources/wire_transfers.rb +2 -0
  135. data/lib/increase/version.rb +1 -1
  136. data/rbi/increase/models/account.rbi +4 -0
  137. data/rbi/increase/models/account_list_params.rbi +4 -0
  138. data/rbi/increase/models/account_number_list_params.rbi +4 -0
  139. data/rbi/increase/models/account_statement_list_params.rbi +4 -0
  140. data/rbi/increase/models/account_transfer_list_params.rbi +4 -0
  141. data/rbi/increase/models/ach_prenotification_create_params.rbi +12 -0
  142. data/rbi/increase/models/ach_prenotification_list_params.rbi +4 -0
  143. data/rbi/increase/models/ach_transfer_create_params.rbi +6 -0
  144. data/rbi/increase/models/ach_transfer_list_params.rbi +4 -0
  145. data/rbi/increase/models/beneficial_owner_create_params.rbi +10 -0
  146. data/rbi/increase/models/beneficial_owner_list_params.rbi +4 -0
  147. data/rbi/increase/models/beneficial_owner_update_params.rbi +10 -0
  148. data/rbi/increase/models/card_dispute_list_params.rbi +4 -0
  149. data/rbi/increase/models/card_list_params.rbi +4 -0
  150. data/rbi/increase/models/card_payment_list_params.rbi +4 -0
  151. data/rbi/increase/models/card_purchase_supplement_list_params.rbi +4 -0
  152. data/rbi/increase/models/card_push_transfer_list_params.rbi +4 -0
  153. data/rbi/increase/models/card_token_list_params.rbi +4 -0
  154. data/rbi/increase/models/card_validation_list_params.rbi +4 -0
  155. data/rbi/increase/models/check_deposit_list_params.rbi +4 -0
  156. data/rbi/increase/models/check_transfer.rbi +2 -2
  157. data/rbi/increase/models/check_transfer_create_params.rbi +2 -2
  158. data/rbi/increase/models/check_transfer_list_params.rbi +4 -0
  159. data/rbi/increase/models/declined_transaction_list_params.rbi +4 -0
  160. data/rbi/increase/models/digital_card_profile_list_params.rbi +4 -0
  161. data/rbi/increase/models/digital_wallet_token_list_params.rbi +4 -0
  162. data/rbi/increase/models/entity_create_params.rbi +63 -6
  163. data/rbi/increase/models/entity_list_params.rbi +4 -0
  164. data/rbi/increase/models/entity_onboarding_session_list_params.rbi +4 -0
  165. data/rbi/increase/models/entity_update_params.rbi +20 -0
  166. data/rbi/increase/models/event.rbi +14 -0
  167. data/rbi/increase/models/event_list_params.rbi +24 -0
  168. data/rbi/increase/models/event_subscription.rbi +14 -0
  169. data/rbi/increase/models/event_subscription_create_params.rbi +14 -0
  170. data/rbi/increase/models/event_subscription_list_params.rbi +4 -0
  171. data/rbi/increase/models/export_list_params.rbi +4 -0
  172. data/rbi/increase/models/external_account_create_params.rbi +9 -3
  173. data/rbi/increase/models/external_account_list_params.rbi +4 -0
  174. data/rbi/increase/models/fednow_transfer_list_params.rbi +4 -0
  175. data/rbi/increase/models/file.rbi +2 -2
  176. data/rbi/increase/models/file_create_params.rbi +8 -2
  177. data/rbi/increase/models/file_list_params.rbi +6 -2
  178. data/rbi/increase/models/inbound_ach_transfer_list_params.rbi +4 -0
  179. data/rbi/increase/models/inbound_check_deposit.rbi +12 -0
  180. data/rbi/increase/models/inbound_check_deposit_list_params.rbi +4 -0
  181. data/rbi/increase/models/inbound_fednow_transfer_list_params.rbi +4 -0
  182. data/rbi/increase/models/inbound_mail_item_list_params.rbi +4 -0
  183. data/rbi/increase/models/inbound_real_time_payments_transfer_list_params.rbi +4 -0
  184. data/rbi/increase/models/inbound_wire_drawdown_request_list_params.rbi +4 -0
  185. data/rbi/increase/models/inbound_wire_transfer_list_params.rbi +4 -0
  186. data/rbi/increase/models/intrafi_account_enrollment_list_params.rbi +4 -0
  187. data/rbi/increase/models/intrafi_exclusion_list_params.rbi +4 -0
  188. data/rbi/increase/models/lockbox_address_list_params.rbi +4 -0
  189. data/rbi/increase/models/lockbox_recipient_list_params.rbi +4 -0
  190. data/rbi/increase/models/oauth_application_list_params.rbi +4 -0
  191. data/rbi/increase/models/oauth_connection_list_params.rbi +4 -0
  192. data/rbi/increase/models/pending_transaction_list_params.rbi +4 -0
  193. data/rbi/increase/models/physical_card_list_params.rbi +4 -0
  194. data/rbi/increase/models/physical_card_profile_create_params.rbi +12 -4
  195. data/rbi/increase/models/physical_card_profile_list_params.rbi +4 -0
  196. data/rbi/increase/models/program.rbi +4 -0
  197. data/rbi/increase/models/program_list_params.rbi +4 -0
  198. data/rbi/increase/models/real_time_payments_transfer_list_params.rbi +4 -0
  199. data/rbi/increase/models/routing_number_list_params.rbi +4 -0
  200. data/rbi/increase/models/routing_number_list_response.rbi +52 -0
  201. data/rbi/increase/models/simulations/ach_transfer_return_params.rbi +3 -0
  202. data/rbi/increase/models/simulations/card_token_create_params.rbi +6 -0
  203. data/rbi/increase/models/simulations/check_deposit_adjustment_params.rbi +9 -6
  204. data/rbi/increase/models/simulations/program_create_params.rbi +7 -0
  205. data/rbi/increase/models/supplemental_document_list_params.rbi +4 -0
  206. data/rbi/increase/models/swift_transfer_list_params.rbi +4 -0
  207. data/rbi/increase/models/transaction_list_params.rbi +4 -0
  208. data/rbi/increase/models/unwrap_webhook_event.rbi +14 -0
  209. data/rbi/increase/models/wire_drawdown_request.rbi +4 -4
  210. data/rbi/increase/models/wire_drawdown_request_create_params.rbi +4 -4
  211. data/rbi/increase/models/wire_drawdown_request_list_params.rbi +4 -0
  212. data/rbi/increase/models/wire_transfer_create_params.rbi +8 -4
  213. data/rbi/increase/models/wire_transfer_list_params.rbi +4 -0
  214. data/rbi/increase/resources/account_numbers.rbi +2 -0
  215. data/rbi/increase/resources/account_statements.rbi +2 -0
  216. data/rbi/increase/resources/account_transfers.rbi +2 -0
  217. data/rbi/increase/resources/accounts.rbi +2 -0
  218. data/rbi/increase/resources/ach_prenotifications.rbi +6 -0
  219. data/rbi/increase/resources/ach_transfers.rbi +4 -0
  220. data/rbi/increase/resources/beneficial_owners.rbi +2 -0
  221. data/rbi/increase/resources/card_disputes.rbi +2 -0
  222. data/rbi/increase/resources/card_payments.rbi +2 -0
  223. data/rbi/increase/resources/card_purchase_supplements.rbi +2 -0
  224. data/rbi/increase/resources/card_push_transfers.rbi +2 -0
  225. data/rbi/increase/resources/card_tokens.rbi +2 -0
  226. data/rbi/increase/resources/card_validations.rbi +2 -0
  227. data/rbi/increase/resources/cards.rbi +2 -0
  228. data/rbi/increase/resources/check_deposits.rbi +2 -0
  229. data/rbi/increase/resources/check_transfers.rbi +6 -1
  230. data/rbi/increase/resources/declined_transactions.rbi +2 -0
  231. data/rbi/increase/resources/digital_card_profiles.rbi +2 -0
  232. data/rbi/increase/resources/digital_wallet_tokens.rbi +2 -0
  233. data/rbi/increase/resources/entities.rbi +2 -0
  234. data/rbi/increase/resources/entity_onboarding_sessions.rbi +2 -0
  235. data/rbi/increase/resources/event_subscriptions.rbi +2 -0
  236. data/rbi/increase/resources/events.rbi +2 -0
  237. data/rbi/increase/resources/exports.rbi +2 -0
  238. data/rbi/increase/resources/external_accounts.rbi +5 -1
  239. data/rbi/increase/resources/fednow_transfers.rbi +2 -0
  240. data/rbi/increase/resources/files.rbi +4 -0
  241. data/rbi/increase/resources/inbound_ach_transfers.rbi +2 -0
  242. data/rbi/increase/resources/inbound_check_deposits.rbi +2 -0
  243. data/rbi/increase/resources/inbound_fednow_transfers.rbi +2 -0
  244. data/rbi/increase/resources/inbound_mail_items.rbi +2 -0
  245. data/rbi/increase/resources/inbound_real_time_payments_transfers.rbi +2 -0
  246. data/rbi/increase/resources/inbound_wire_drawdown_requests.rbi +2 -0
  247. data/rbi/increase/resources/inbound_wire_transfers.rbi +2 -0
  248. data/rbi/increase/resources/intrafi_account_enrollments.rbi +2 -0
  249. data/rbi/increase/resources/intrafi_exclusions.rbi +2 -0
  250. data/rbi/increase/resources/lockbox_addresses.rbi +2 -0
  251. data/rbi/increase/resources/lockbox_recipients.rbi +2 -0
  252. data/rbi/increase/resources/oauth_applications.rbi +2 -0
  253. data/rbi/increase/resources/oauth_connections.rbi +2 -0
  254. data/rbi/increase/resources/pending_transactions.rbi +2 -0
  255. data/rbi/increase/resources/physical_card_profiles.rbi +8 -2
  256. data/rbi/increase/resources/physical_cards.rbi +2 -0
  257. data/rbi/increase/resources/programs.rbi +2 -0
  258. data/rbi/increase/resources/real_time_payments_transfers.rbi +2 -0
  259. data/rbi/increase/resources/routing_numbers.rbi +2 -0
  260. data/rbi/increase/resources/simulations/ach_transfers.rbi +1 -0
  261. data/rbi/increase/resources/simulations/check_deposits.rbi +3 -2
  262. data/rbi/increase/resources/simulations/inbound_check_deposits.rbi +5 -4
  263. data/rbi/increase/resources/supplemental_documents.rbi +2 -0
  264. data/rbi/increase/resources/swift_transfers.rbi +2 -0
  265. data/rbi/increase/resources/transactions.rbi +2 -0
  266. data/rbi/increase/resources/wire_drawdown_requests.rbi +2 -0
  267. data/rbi/increase/resources/wire_transfers.rbi +2 -0
  268. data/sig/increase/models/account.rbs +5 -1
  269. data/sig/increase/models/check_transfer.rbs +2 -2
  270. data/sig/increase/models/check_transfer_create_params.rbs +2 -2
  271. data/sig/increase/models/event.rbs +8 -0
  272. data/sig/increase/models/event_list_params.rbs +8 -0
  273. data/sig/increase/models/event_subscription.rbs +8 -0
  274. data/sig/increase/models/event_subscription_create_params.rbs +8 -0
  275. data/sig/increase/models/file.rbs +2 -2
  276. data/sig/increase/models/file_create_params.rbs +2 -2
  277. data/sig/increase/models/file_list_params.rbs +2 -2
  278. data/sig/increase/models/inbound_check_deposit.rbs +5 -0
  279. data/sig/increase/models/program.rbs +5 -1
  280. data/sig/increase/models/routing_number_list_response.rbs +19 -0
  281. data/sig/increase/models/simulations/program_create_params.rbs +5 -1
  282. data/sig/increase/models/unwrap_webhook_event.rbs +8 -0
  283. data/sig/increase/models/wire_transfer_create_params.rbs +12 -4
  284. metadata +2 -2
@@ -8,13 +8,18 @@ module Increase
8
8
  # @overload create(carrier_image_file_id:, contact_phone:, description:, front_image_file_id:, program_id:, front_text: nil, request_options: {})
9
9
  #
10
10
  # @param carrier_image_file_id [String]
11
- # The identifier of the File containing the physical card's carrier image.
11
+ # The identifier of the File containing the physical card's carrier image. This
12
+ # must have `purpose: physical_card_carrier` and be a 2550x3300 pixel PNG with a
13
+ # density of 300 dots per inch (DPI).
12
14
  #
13
15
  # @param contact_phone [String] A phone number the user can contact to receive support for their card.
14
16
  #
15
17
  # @param description [String] A description you can use to identify the Card Profile.
16
18
  #
17
- # @param front_image_file_id [String] The identifier of the File containing the physical card's front image.
19
+ # @param front_image_file_id [String]
20
+ # The identifier of the File containing the physical card's front image. This must
21
+ # have `purpose: physical_card_front` and be a 2100x1344 pixel PNG with a density
22
+ # of 600 dots per inch (DPI).
18
23
  #
19
24
  # @param program_id [String] The identifier for the Program that this Physical Card Profile falls under.
20
25
  #
@@ -74,6 +79,8 @@ module Increase
74
79
  # Limit the size of the list that is returned. The default (and maximum) is 100
75
80
  # objects.
76
81
  #
82
+ # Defaults to `100`.
83
+ #
77
84
  # @param status [Increase::Models::PhysicalCardProfileListParams::Status]
78
85
  #
79
86
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
@@ -100,6 +100,8 @@ module Increase
100
100
  # Limit the size of the list that is returned. The default (and maximum) is 100
101
101
  # objects.
102
102
  #
103
+ # Defaults to `100`.
104
+ #
103
105
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
104
106
  #
105
107
  # @return [Increase::Internal::Page<Increase::Models::PhysicalCard>]
@@ -33,6 +33,8 @@ module Increase
33
33
  # Limit the size of the list that is returned. The default (and maximum) is 100
34
34
  # objects.
35
35
  #
36
+ # Defaults to `100`.
37
+ #
36
38
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
37
39
  #
38
40
  # @return [Increase::Internal::Page<Increase::Models::Program>]
@@ -105,6 +105,8 @@ module Increase
105
105
  # Limit the size of the list that is returned. The default (and maximum) is 100
106
106
  # objects.
107
107
  #
108
+ # Defaults to `100`.
109
+ #
108
110
  # @param status [Increase::Models::RealTimePaymentsTransferListParams::Status]
109
111
  #
110
112
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
@@ -19,6 +19,8 @@ module Increase
19
19
  # Limit the size of the list that is returned. The default (and maximum) is 100
20
20
  # objects.
21
21
  #
22
+ # Defaults to `100`.
23
+ #
22
24
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
23
25
  #
24
26
  # @return [Increase::Internal::Page<Increase::Models::RoutingNumberListResponse>]
@@ -78,6 +78,7 @@ module Increase
78
78
  #
79
79
  # @param reason [Symbol, Increase::Models::Simulations::ACHTransferReturnParams::Reason]
80
80
  # The reason why the Federal Reserve or destination bank returned this transfer.
81
+ #
81
82
  # Defaults to `no_account`.
82
83
  #
83
84
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
@@ -20,8 +20,9 @@ module Increase
20
20
  # Deposit amount.
21
21
  #
22
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.
23
+ # The reason for the adjustment.
24
+ #
25
+ # Defaults to `non_conforming_item`.
25
26
  #
26
27
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
27
28
  #
@@ -6,10 +6,11 @@ module Increase
6
6
  class InboundCheckDeposits
7
7
  # Simulates an Inbound Check Deposit against your account. This imitates someone
8
8
  # depositing a check at their bank that was issued from your account. It may or
9
- # may not be associated with a Check Transfer. Increase will evaluate the Inbound
10
- # Check Deposit as we would in production and either create a Transaction or a
11
- # Declined Transaction as a result. You can inspect the resulting Inbound Check
12
- # Deposit object to see the result.
9
+ # may not be associated with a Check Transfer. The resulting Inbound Check Deposit
10
+ # will have a `status` of `pending`, and after an hour Increase will evaluate it
11
+ # as we would in production and either create a Transaction or a Declined
12
+ # Transaction as a result. To resolve it sooner, use the simulation to accept an
13
+ # Inbound Check Deposit or the API to decline one.
13
14
  #
14
15
  # @overload create(account_number_id:, amount:, check_number:, payee_name_analysis: nil, request_options: {})
15
16
  #
@@ -45,6 +45,8 @@ module Increase
45
45
  # Limit the size of the list that is returned. The default (and maximum) is 100
46
46
  # objects.
47
47
  #
48
+ # Defaults to `100`.
49
+ #
48
50
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
49
51
  #
50
52
  # @return [Increase::Internal::Page<Increase::Models::EntitySupplementalDocument>]
@@ -105,6 +105,8 @@ module Increase
105
105
  # Limit the size of the list that is returned. The default (and maximum) is 100
106
106
  # objects.
107
107
  #
108
+ # Defaults to `100`.
109
+ #
108
110
  # @param status [Increase::Models::SwiftTransferListParams::Status]
109
111
  #
110
112
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
@@ -39,6 +39,8 @@ module Increase
39
39
  # Limit the size of the list that is returned. The default (and maximum) is 100
40
40
  # objects.
41
41
  #
42
+ # Defaults to `100`.
43
+ #
42
44
  # @param route_id [String]
43
45
  # Filter Transactions for those belonging to the specified route. This could be a
44
46
  # Card ID or an Account Number ID.
@@ -92,6 +92,8 @@ module Increase
92
92
  # Limit the size of the list that is returned. The default (and maximum) is 100
93
93
  # objects.
94
94
  #
95
+ # Defaults to `100`.
96
+ #
95
97
  # @param status [Increase::Models::WireDrawdownRequestListParams::Status]
96
98
  #
97
99
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
@@ -100,6 +100,8 @@ module Increase
100
100
  # Limit the size of the list that is returned. The default (and maximum) is 100
101
101
  # objects.
102
102
  #
103
+ # Defaults to `100`.
104
+ #
103
105
  # @param status [Increase::Models::WireTransferListParams::Status]
104
106
  #
105
107
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Increase
4
- VERSION = "1.346.1"
4
+ VERSION = "1.347.0"
5
5
  end
@@ -200,6 +200,10 @@ module Increase
200
200
  GRASSHOPPER_BANK =
201
201
  T.let(:grasshopper_bank, Increase::Account::Bank::TaggedSymbol)
202
202
 
203
+ # Increase Bank
204
+ INCREASE_BANK =
205
+ T.let(:increase_bank, Increase::Account::Bank::TaggedSymbol)
206
+
203
207
  sig do
204
208
  override.returns(T::Array[Increase::Account::Bank::TaggedSymbol])
205
209
  end
@@ -52,6 +52,8 @@ module Increase
52
52
 
53
53
  # Limit the size of the list that is returned. The default (and maximum) is 100
54
54
  # objects.
55
+ #
56
+ # Defaults to `100`.
55
57
  sig { returns(T.nilable(Integer)) }
56
58
  attr_reader :limit
57
59
 
@@ -99,6 +101,8 @@ module Increase
99
101
  informational_entity_id: nil,
100
102
  # Limit the size of the list that is returned. The default (and maximum) is 100
101
103
  # objects.
104
+ #
105
+ # Defaults to `100`.
102
106
  limit: nil,
103
107
  # Filter Accounts for those in a specific Program.
104
108
  program_id: nil,
@@ -60,6 +60,8 @@ module Increase
60
60
 
61
61
  # Limit the size of the list that is returned. The default (and maximum) is 100
62
62
  # objects.
63
+ #
64
+ # Defaults to `100`.
63
65
  sig { returns(T.nilable(Integer)) }
64
66
  attr_reader :limit
65
67
 
@@ -101,6 +103,8 @@ module Increase
101
103
  idempotency_key: nil,
102
104
  # Limit the size of the list that is returned. The default (and maximum) is 100
103
105
  # objects.
106
+ #
107
+ # Defaults to `100`.
104
108
  limit: nil,
105
109
  status: nil,
106
110
  request_options: {}
@@ -30,6 +30,8 @@ module Increase
30
30
 
31
31
  # Limit the size of the list that is returned. The default (and maximum) is 100
32
32
  # objects.
33
+ #
34
+ # Defaults to `100`.
33
35
  sig { returns(T.nilable(Integer)) }
34
36
  attr_reader :limit
35
37
 
@@ -68,6 +70,8 @@ module Increase
68
70
  cursor: nil,
69
71
  # Limit the size of the list that is returned. The default (and maximum) is 100
70
72
  # objects.
73
+ #
74
+ # Defaults to `100`.
71
75
  limit: nil,
72
76
  statement_period_start: nil,
73
77
  request_options: {}
@@ -50,6 +50,8 @@ module Increase
50
50
 
51
51
  # Limit the size of the list that is returned. The default (and maximum) is 100
52
52
  # objects.
53
+ #
54
+ # Defaults to `100`.
53
55
  sig { returns(T.nilable(Integer)) }
54
56
  attr_reader :limit
55
57
 
@@ -79,6 +81,8 @@ module Increase
79
81
  idempotency_key: nil,
80
82
  # Limit the size of the list that is returned. The default (and maximum) is 100
81
83
  # objects.
84
+ #
85
+ # Defaults to `100`.
82
86
  limit: nil,
83
87
  request_options: {}
84
88
  )
@@ -63,6 +63,8 @@ module Increase
63
63
  attr_writer :company_name
64
64
 
65
65
  # Whether the Prenotification is for a future debit or credit.
66
+ #
67
+ # Defaults to `debit`.
66
68
  sig do
67
69
  returns(
68
70
  T.nilable(
@@ -106,6 +108,8 @@ module Increase
106
108
  # The
107
109
  # [Standard Entry Class (SEC) code](/documentation/ach-standard-entry-class-codes)
108
110
  # to use for the ACH Prenotification.
111
+ #
112
+ # Defaults to `corporate_credit_or_debit`.
109
113
  sig do
110
114
  returns(
111
115
  T.nilable(
@@ -162,6 +166,8 @@ module Increase
162
166
  # The name by which the recipient knows you.
163
167
  company_name: nil,
164
168
  # Whether the Prenotification is for a future debit or credit.
169
+ #
170
+ # Defaults to `debit`.
165
171
  credit_debit_indicator: nil,
166
172
  # The ACH Prenotification effective date in
167
173
  # [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
@@ -174,6 +180,8 @@ module Increase
174
180
  # The
175
181
  # [Standard Entry Class (SEC) code](/documentation/ach-standard-entry-class-codes)
176
182
  # to use for the ACH Prenotification.
183
+ #
184
+ # Defaults to `corporate_credit_or_debit`.
177
185
  standard_entry_class_code: nil,
178
186
  request_options: {}
179
187
  )
@@ -205,6 +213,8 @@ module Increase
205
213
  end
206
214
 
207
215
  # Whether the Prenotification is for a future debit or credit.
216
+ #
217
+ # Defaults to `debit`.
208
218
  module CreditDebitIndicator
209
219
  extend Increase::Internal::Type::Enum
210
220
 
@@ -245,6 +255,8 @@ module Increase
245
255
  # The
246
256
  # [Standard Entry Class (SEC) code](/documentation/ach-standard-entry-class-codes)
247
257
  # to use for the ACH Prenotification.
258
+ #
259
+ # Defaults to `corporate_credit_or_debit`.
248
260
  module StandardEntryClassCode
249
261
  extend Increase::Internal::Type::Enum
250
262
 
@@ -45,6 +45,8 @@ module Increase
45
45
 
46
46
  # Limit the size of the list that is returned. The default (and maximum) is 100
47
47
  # objects.
48
+ #
49
+ # Defaults to `100`.
48
50
  sig { returns(T.nilable(Integer)) }
49
51
  attr_reader :limit
50
52
 
@@ -71,6 +73,8 @@ module Increase
71
73
  idempotency_key: nil,
72
74
  # Limit the size of the list that is returned. The default (and maximum) is 100
73
75
  # objects.
76
+ #
77
+ # Defaults to `100`.
74
78
  limit: nil,
75
79
  request_options: {}
76
80
  )
@@ -116,6 +116,8 @@ module Increase
116
116
  attr_writer :external_account_id
117
117
 
118
118
  # The type of the receiver's bank account.
119
+ #
120
+ # Defaults to `checking`.
119
121
  sig do
120
122
  returns(T.nilable(Increase::ACHTransferCreateParams::Funding::OrSymbol))
121
123
  end
@@ -292,6 +294,8 @@ module Increase
292
294
  # provided, `account_number`, `routing_number`, and `funding` must be absent.
293
295
  external_account_id: nil,
294
296
  # The type of the receiver's bank account.
297
+ #
298
+ # Defaults to `checking`.
295
299
  funding: nil,
296
300
  # Your internal identifier for the transfer recipient. This value is informational
297
301
  # and not verified by the recipient's bank. Most callers can leave this unset.
@@ -704,6 +708,8 @@ module Increase
704
708
  end
705
709
 
706
710
  # The type of the receiver's bank account.
711
+ #
712
+ # Defaults to `checking`.
707
713
  module Funding
708
714
  extend Increase::Internal::Type::Enum
709
715
 
@@ -54,6 +54,8 @@ module Increase
54
54
 
55
55
  # Limit the size of the list that is returned. The default (and maximum) is 100
56
56
  # objects.
57
+ #
58
+ # Defaults to `100`.
57
59
  sig { returns(T.nilable(Integer)) }
58
60
  attr_reader :limit
59
61
 
@@ -95,6 +97,8 @@ module Increase
95
97
  idempotency_key: nil,
96
98
  # Limit the size of the list that is returned. The default (and maximum) is 100
97
99
  # objects.
100
+ #
101
+ # Defaults to `100`.
98
102
  limit: nil,
99
103
  status: nil,
100
104
  request_options: {}
@@ -206,6 +206,8 @@ module Increase
206
206
  attr_accessor :city
207
207
 
208
208
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
209
+ #
210
+ # Defaults to `US`.
209
211
  sig { returns(String) }
210
212
  attr_accessor :country
211
213
 
@@ -251,6 +253,8 @@ module Increase
251
253
  # The city, district, town, or village of the address.
252
254
  city:,
253
255
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
256
+ #
257
+ # Defaults to `US`.
254
258
  country:,
255
259
  # The first line of the address. This is usually the street number and street.
256
260
  line1:,
@@ -290,6 +294,8 @@ module Increase
290
294
  end
291
295
 
292
296
  # A method that can be used to verify the individual's identity.
297
+ #
298
+ # Defaults to `social_security_number`.
293
299
  sig do
294
300
  returns(
295
301
  Increase::BeneficialOwnerCreateParams::Individual::Identification::Method::OrSymbol
@@ -378,6 +384,8 @@ module Increase
378
384
  end
379
385
  def self.new(
380
386
  # A method that can be used to verify the individual's identity.
387
+ #
388
+ # Defaults to `social_security_number`.
381
389
  method_:,
382
390
  # An identification number that can be used to verify the individual's identity,
383
391
  # such as a social security number. For Social Security Numbers and Individual
@@ -416,6 +424,8 @@ module Increase
416
424
  end
417
425
 
418
426
  # A method that can be used to verify the individual's identity.
427
+ #
428
+ # Defaults to `social_security_number`.
419
429
  module Method
420
430
  extend Increase::Internal::Type::Enum
421
431
 
@@ -38,6 +38,8 @@ module Increase
38
38
 
39
39
  # Limit the size of the list that is returned. The default (and maximum) is 100
40
40
  # objects.
41
+ #
42
+ # Defaults to `100`.
41
43
  sig { returns(T.nilable(Integer)) }
42
44
  attr_reader :limit
43
45
 
@@ -66,6 +68,8 @@ module Increase
66
68
  idempotency_key: nil,
67
69
  # Limit the size of the list that is returned. The default (and maximum) is 100
68
70
  # objects.
71
+ #
72
+ # Defaults to `100`.
69
73
  limit: nil,
70
74
  request_options: {}
71
75
  )
@@ -153,6 +153,8 @@ module Increase
153
153
  attr_accessor :city
154
154
 
155
155
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
156
+ #
157
+ # Defaults to `US`.
156
158
  sig { returns(String) }
157
159
  attr_accessor :country
158
160
 
@@ -198,6 +200,8 @@ module Increase
198
200
  # The city, district, town, or village of the address.
199
201
  city:,
200
202
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
203
+ #
204
+ # Defaults to `US`.
201
205
  country:,
202
206
  # The first line of the address. This is usually the street number and street.
203
207
  line1:,
@@ -237,6 +241,8 @@ module Increase
237
241
  end
238
242
 
239
243
  # A method that can be used to verify the individual's identity.
244
+ #
245
+ # Defaults to `social_security_number`.
240
246
  sig do
241
247
  returns(
242
248
  Increase::BeneficialOwnerUpdateParams::Identification::Method::OrSymbol
@@ -325,6 +331,8 @@ module Increase
325
331
  end
326
332
  def self.new(
327
333
  # A method that can be used to verify the individual's identity.
334
+ #
335
+ # Defaults to `social_security_number`.
328
336
  method_:,
329
337
  # An identification number that can be used to verify the individual's identity,
330
338
  # such as a social security number. For Social Security Numbers and Individual
@@ -363,6 +371,8 @@ module Increase
363
371
  end
364
372
 
365
373
  # A method that can be used to verify the individual's identity.
374
+ #
375
+ # Defaults to `social_security_number`.
366
376
  module Method
367
377
  extend Increase::Internal::Type::Enum
368
378
 
@@ -40,6 +40,8 @@ module Increase
40
40
 
41
41
  # Limit the size of the list that is returned. The default (and maximum) is 100
42
42
  # objects.
43
+ #
44
+ # Defaults to `100`.
43
45
  sig { returns(T.nilable(Integer)) }
44
46
  attr_reader :limit
45
47
 
@@ -75,6 +77,8 @@ module Increase
75
77
  idempotency_key: nil,
76
78
  # Limit the size of the list that is returned. The default (and maximum) is 100
77
79
  # objects.
80
+ #
81
+ # Defaults to `100`.
78
82
  limit: nil,
79
83
  status: nil,
80
84
  request_options: {}
@@ -45,6 +45,8 @@ module Increase
45
45
 
46
46
  # Limit the size of the list that is returned. The default (and maximum) is 100
47
47
  # objects.
48
+ #
49
+ # Defaults to `100`.
48
50
  sig { returns(T.nilable(Integer)) }
49
51
  attr_reader :limit
50
52
 
@@ -81,6 +83,8 @@ module Increase
81
83
  idempotency_key: nil,
82
84
  # Limit the size of the list that is returned. The default (and maximum) is 100
83
85
  # objects.
86
+ #
87
+ # Defaults to `100`.
84
88
  limit: nil,
85
89
  status: nil,
86
90
  request_options: {}
@@ -44,6 +44,8 @@ module Increase
44
44
 
45
45
  # Limit the size of the list that is returned. The default (and maximum) is 100
46
46
  # objects.
47
+ #
48
+ # Defaults to `100`.
47
49
  sig { returns(T.nilable(Integer)) }
48
50
  attr_reader :limit
49
51
 
@@ -70,6 +72,8 @@ module Increase
70
72
  cursor: nil,
71
73
  # Limit the size of the list that is returned. The default (and maximum) is 100
72
74
  # objects.
75
+ #
76
+ # Defaults to `100`.
73
77
  limit: nil,
74
78
  request_options: {}
75
79
  )
@@ -46,6 +46,8 @@ module Increase
46
46
 
47
47
  # Limit the size of the list that is returned. The default (and maximum) is 100
48
48
  # objects.
49
+ #
50
+ # Defaults to `100`.
49
51
  sig { returns(T.nilable(Integer)) }
50
52
  attr_reader :limit
51
53
 
@@ -71,6 +73,8 @@ module Increase
71
73
  cursor: nil,
72
74
  # Limit the size of the list that is returned. The default (and maximum) is 100
73
75
  # objects.
76
+ #
77
+ # Defaults to `100`.
74
78
  limit: nil,
75
79
  request_options: {}
76
80
  )
@@ -52,6 +52,8 @@ module Increase
52
52
 
53
53
  # Limit the size of the list that is returned. The default (and maximum) is 100
54
54
  # objects.
55
+ #
56
+ # Defaults to `100`.
55
57
  sig { returns(T.nilable(Integer)) }
56
58
  attr_reader :limit
57
59
 
@@ -92,6 +94,8 @@ module Increase
92
94
  idempotency_key: nil,
93
95
  # Limit the size of the list that is returned. The default (and maximum) is 100
94
96
  # objects.
97
+ #
98
+ # Defaults to `100`.
95
99
  limit: nil,
96
100
  status: nil,
97
101
  request_options: {}
@@ -30,6 +30,8 @@ module Increase
30
30
 
31
31
  # Limit the size of the list that is returned. The default (and maximum) is 100
32
32
  # objects.
33
+ #
34
+ # Defaults to `100`.
33
35
  sig { returns(T.nilable(Integer)) }
34
36
  attr_reader :limit
35
37
 
@@ -50,6 +52,8 @@ module Increase
50
52
  cursor: nil,
51
53
  # Limit the size of the list that is returned. The default (and maximum) is 100
52
54
  # objects.
55
+ #
56
+ # Defaults to `100`.
53
57
  limit: nil,
54
58
  request_options: {}
55
59
  )
@@ -47,6 +47,8 @@ module Increase
47
47
 
48
48
  # Limit the size of the list that is returned. The default (and maximum) is 100
49
49
  # objects.
50
+ #
51
+ # Defaults to `100`.
50
52
  sig { returns(T.nilable(Integer)) }
51
53
  attr_reader :limit
52
54
 
@@ -85,6 +87,8 @@ module Increase
85
87
  idempotency_key: nil,
86
88
  # Limit the size of the list that is returned. The default (and maximum) is 100
87
89
  # objects.
90
+ #
91
+ # Defaults to `100`.
88
92
  limit: nil,
89
93
  status: nil,
90
94
  request_options: {}
@@ -47,6 +47,8 @@ module Increase
47
47
 
48
48
  # Limit the size of the list that is returned. The default (and maximum) is 100
49
49
  # objects.
50
+ #
51
+ # Defaults to `100`.
50
52
  sig { returns(T.nilable(Integer)) }
51
53
  attr_reader :limit
52
54
 
@@ -76,6 +78,8 @@ module Increase
76
78
  idempotency_key: nil,
77
79
  # Limit the size of the list that is returned. The default (and maximum) is 100
78
80
  # objects.
81
+ #
82
+ # Defaults to `100`.
79
83
  limit: nil,
80
84
  request_options: {}
81
85
  )
@@ -1140,14 +1140,14 @@ module Increase
1140
1140
  end
1141
1141
  OrSymbol = T.type_alias { T.any(Symbol, String) }
1142
1142
 
1143
- # Ship the checks via USPS First Class, which supports a maximum of 1000 pages (checks and attachments combined).
1143
+ # USPS First Class
1144
1144
  USPS_FIRST_CLASS =
1145
1145
  T.let(
1146
1146
  :usps_first_class,
1147
1147
  Increase::CheckTransfer::PhysicalCheck::ShippingMethod::TaggedSymbol
1148
1148
  )
1149
1149
 
1150
- # Ship the checks via FedEx Overnight, which supports a maximum of 50 pages (checks and attachments combined).
1150
+ # FedEx Overnight
1151
1151
  FEDEX_OVERNIGHT =
1152
1152
  T.let(
1153
1153
  :fedex_overnight,
@@ -718,14 +718,14 @@ module Increase
718
718
  end
719
719
  OrSymbol = T.type_alias { T.any(Symbol, String) }
720
720
 
721
- # Ship the checks via USPS First Class, which supports a maximum of 1000 pages (checks and attachments combined).
721
+ # USPS First Class
722
722
  USPS_FIRST_CLASS =
723
723
  T.let(
724
724
  :usps_first_class,
725
725
  Increase::CheckTransferCreateParams::PhysicalCheck::ShippingMethod::TaggedSymbol
726
726
  )
727
727
 
728
- # Ship the checks via FedEx Overnight, which supports a maximum of 50 pages (checks and attachments combined).
728
+ # FedEx Overnight
729
729
  FEDEX_OVERNIGHT =
730
730
  T.let(
731
731
  :fedex_overnight,