increase 1.346.0 → 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 (278) 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_list_params.rb +4 -0
  24. data/lib/increase/models/declined_transaction_list_params.rb +4 -0
  25. data/lib/increase/models/digital_card_profile_list_params.rb +4 -0
  26. data/lib/increase/models/digital_wallet_token_list_params.rb +4 -0
  27. data/lib/increase/models/entity_create_params.rb +75 -12
  28. data/lib/increase/models/entity_list_params.rb +4 -0
  29. data/lib/increase/models/entity_onboarding_session_list_params.rb +4 -0
  30. data/lib/increase/models/entity_update_params.rb +24 -2
  31. data/lib/increase/models/event.rb +6 -0
  32. data/lib/increase/models/event_list_params.rb +16 -0
  33. data/lib/increase/models/event_subscription.rb +6 -0
  34. data/lib/increase/models/event_subscription_create_params.rb +6 -0
  35. data/lib/increase/models/event_subscription_list_params.rb +4 -0
  36. data/lib/increase/models/export_list_params.rb +4 -0
  37. data/lib/increase/models/external_account_create_params.rb +9 -3
  38. data/lib/increase/models/external_account_list_params.rb +4 -0
  39. data/lib/increase/models/fednow_transfer_list_params.rb +4 -0
  40. data/lib/increase/models/file.rb +2 -2
  41. data/lib/increase/models/file_create_params.rb +8 -2
  42. data/lib/increase/models/file_list_params.rb +6 -2
  43. data/lib/increase/models/inbound_ach_transfer_list_params.rb +4 -0
  44. data/lib/increase/models/inbound_check_deposit.rb +14 -1
  45. data/lib/increase/models/inbound_check_deposit_list_params.rb +4 -0
  46. data/lib/increase/models/inbound_fednow_transfer_list_params.rb +4 -0
  47. data/lib/increase/models/inbound_mail_item_list_params.rb +4 -0
  48. data/lib/increase/models/inbound_real_time_payments_transfer_list_params.rb +4 -0
  49. data/lib/increase/models/inbound_wire_drawdown_request_list_params.rb +4 -0
  50. data/lib/increase/models/inbound_wire_transfer_list_params.rb +4 -0
  51. data/lib/increase/models/intrafi_account_enrollment_list_params.rb +4 -0
  52. data/lib/increase/models/intrafi_exclusion_list_params.rb +4 -0
  53. data/lib/increase/models/lockbox_address_list_params.rb +4 -0
  54. data/lib/increase/models/lockbox_recipient_list_params.rb +4 -0
  55. data/lib/increase/models/oauth_application_list_params.rb +4 -0
  56. data/lib/increase/models/oauth_connection_list_params.rb +4 -0
  57. data/lib/increase/models/pending_transaction_list_params.rb +4 -0
  58. data/lib/increase/models/physical_card_list_params.rb +4 -0
  59. data/lib/increase/models/physical_card_profile_create_params.rb +13 -4
  60. data/lib/increase/models/physical_card_profile_list_params.rb +4 -0
  61. data/lib/increase/models/program.rb +3 -0
  62. data/lib/increase/models/program_list_params.rb +4 -0
  63. data/lib/increase/models/real_time_payments_transfer_list_params.rb +4 -0
  64. data/lib/increase/models/routing_number_list_params.rb +4 -0
  65. data/lib/increase/models/routing_number_list_response.rb +27 -1
  66. data/lib/increase/models/simulations/ach_transfer_return_params.rb +3 -0
  67. data/lib/increase/models/simulations/card_token_create_params.rb +6 -0
  68. data/lib/increase/models/simulations/check_deposit_adjustment_params.rb +9 -6
  69. data/lib/increase/models/simulations/program_create_params.rb +3 -0
  70. data/lib/increase/models/supplemental_document_list_params.rb +4 -0
  71. data/lib/increase/models/swift_transfer_list_params.rb +4 -0
  72. data/lib/increase/models/transaction_list_params.rb +4 -0
  73. data/lib/increase/models/unwrap_webhook_event.rb +6 -0
  74. data/lib/increase/models/wire_drawdown_request.rb +4 -4
  75. data/lib/increase/models/wire_drawdown_request_create_params.rb +4 -4
  76. data/lib/increase/models/wire_drawdown_request_list_params.rb +4 -0
  77. data/lib/increase/models/wire_transfer_create_params.rb +6 -6
  78. data/lib/increase/models/wire_transfer_list_params.rb +4 -0
  79. data/lib/increase/resources/account_numbers.rb +2 -0
  80. data/lib/increase/resources/account_statements.rb +2 -0
  81. data/lib/increase/resources/account_transfers.rb +2 -0
  82. data/lib/increase/resources/accounts.rb +2 -0
  83. data/lib/increase/resources/ach_prenotifications.rb +6 -0
  84. data/lib/increase/resources/ach_transfers.rb +4 -0
  85. data/lib/increase/resources/beneficial_owners.rb +2 -0
  86. data/lib/increase/resources/card_disputes.rb +2 -0
  87. data/lib/increase/resources/card_payments.rb +2 -0
  88. data/lib/increase/resources/card_purchase_supplements.rb +2 -0
  89. data/lib/increase/resources/card_push_transfers.rb +2 -0
  90. data/lib/increase/resources/card_tokens.rb +2 -0
  91. data/lib/increase/resources/card_validations.rb +2 -0
  92. data/lib/increase/resources/cards.rb +2 -0
  93. data/lib/increase/resources/check_deposits.rb +2 -0
  94. data/lib/increase/resources/check_transfers.rb +6 -1
  95. data/lib/increase/resources/declined_transactions.rb +2 -0
  96. data/lib/increase/resources/digital_card_profiles.rb +2 -0
  97. data/lib/increase/resources/digital_wallet_tokens.rb +2 -0
  98. data/lib/increase/resources/entities.rb +2 -0
  99. data/lib/increase/resources/entity_onboarding_sessions.rb +2 -0
  100. data/lib/increase/resources/event_subscriptions.rb +2 -0
  101. data/lib/increase/resources/events.rb +2 -0
  102. data/lib/increase/resources/exports.rb +2 -0
  103. data/lib/increase/resources/external_accounts.rb +5 -1
  104. data/lib/increase/resources/fednow_transfers.rb +2 -0
  105. data/lib/increase/resources/files.rb +4 -0
  106. data/lib/increase/resources/inbound_ach_transfers.rb +2 -0
  107. data/lib/increase/resources/inbound_check_deposits.rb +2 -0
  108. data/lib/increase/resources/inbound_fednow_transfers.rb +2 -0
  109. data/lib/increase/resources/inbound_mail_items.rb +2 -0
  110. data/lib/increase/resources/inbound_real_time_payments_transfers.rb +2 -0
  111. data/lib/increase/resources/inbound_wire_drawdown_requests.rb +2 -0
  112. data/lib/increase/resources/inbound_wire_transfers.rb +2 -0
  113. data/lib/increase/resources/intrafi_account_enrollments.rb +2 -0
  114. data/lib/increase/resources/intrafi_exclusions.rb +2 -0
  115. data/lib/increase/resources/lockbox_addresses.rb +2 -0
  116. data/lib/increase/resources/lockbox_recipients.rb +2 -0
  117. data/lib/increase/resources/oauth_applications.rb +2 -0
  118. data/lib/increase/resources/oauth_connections.rb +2 -0
  119. data/lib/increase/resources/pending_transactions.rb +2 -0
  120. data/lib/increase/resources/physical_card_profiles.rb +9 -2
  121. data/lib/increase/resources/physical_cards.rb +2 -0
  122. data/lib/increase/resources/programs.rb +2 -0
  123. data/lib/increase/resources/real_time_payments_transfers.rb +2 -0
  124. data/lib/increase/resources/routing_numbers.rb +2 -0
  125. data/lib/increase/resources/simulations/ach_transfers.rb +1 -0
  126. data/lib/increase/resources/simulations/check_deposits.rb +3 -2
  127. data/lib/increase/resources/simulations/inbound_check_deposits.rb +5 -4
  128. data/lib/increase/resources/supplemental_documents.rb +2 -0
  129. data/lib/increase/resources/swift_transfers.rb +2 -0
  130. data/lib/increase/resources/transactions.rb +2 -0
  131. data/lib/increase/resources/wire_drawdown_requests.rb +2 -0
  132. data/lib/increase/resources/wire_transfers.rb +2 -0
  133. data/lib/increase/version.rb +1 -1
  134. data/rbi/increase/models/account.rbi +4 -0
  135. data/rbi/increase/models/account_list_params.rbi +4 -0
  136. data/rbi/increase/models/account_number_list_params.rbi +4 -0
  137. data/rbi/increase/models/account_statement_list_params.rbi +4 -0
  138. data/rbi/increase/models/account_transfer_list_params.rbi +4 -0
  139. data/rbi/increase/models/ach_prenotification_create_params.rbi +12 -0
  140. data/rbi/increase/models/ach_prenotification_list_params.rbi +4 -0
  141. data/rbi/increase/models/ach_transfer_create_params.rbi +6 -0
  142. data/rbi/increase/models/ach_transfer_list_params.rbi +4 -0
  143. data/rbi/increase/models/beneficial_owner_create_params.rbi +10 -0
  144. data/rbi/increase/models/beneficial_owner_list_params.rbi +4 -0
  145. data/rbi/increase/models/beneficial_owner_update_params.rbi +10 -0
  146. data/rbi/increase/models/card_dispute_list_params.rbi +4 -0
  147. data/rbi/increase/models/card_list_params.rbi +4 -0
  148. data/rbi/increase/models/card_payment_list_params.rbi +4 -0
  149. data/rbi/increase/models/card_purchase_supplement_list_params.rbi +4 -0
  150. data/rbi/increase/models/card_push_transfer_list_params.rbi +4 -0
  151. data/rbi/increase/models/card_token_list_params.rbi +4 -0
  152. data/rbi/increase/models/card_validation_list_params.rbi +4 -0
  153. data/rbi/increase/models/check_deposit_list_params.rbi +4 -0
  154. data/rbi/increase/models/check_transfer_list_params.rbi +4 -0
  155. data/rbi/increase/models/declined_transaction_list_params.rbi +4 -0
  156. data/rbi/increase/models/digital_card_profile_list_params.rbi +4 -0
  157. data/rbi/increase/models/digital_wallet_token_list_params.rbi +4 -0
  158. data/rbi/increase/models/entity_create_params.rbi +63 -6
  159. data/rbi/increase/models/entity_list_params.rbi +4 -0
  160. data/rbi/increase/models/entity_onboarding_session_list_params.rbi +4 -0
  161. data/rbi/increase/models/entity_update_params.rbi +20 -0
  162. data/rbi/increase/models/event.rbi +14 -0
  163. data/rbi/increase/models/event_list_params.rbi +24 -0
  164. data/rbi/increase/models/event_subscription.rbi +14 -0
  165. data/rbi/increase/models/event_subscription_create_params.rbi +14 -0
  166. data/rbi/increase/models/event_subscription_list_params.rbi +4 -0
  167. data/rbi/increase/models/export_list_params.rbi +4 -0
  168. data/rbi/increase/models/external_account_create_params.rbi +9 -3
  169. data/rbi/increase/models/external_account_list_params.rbi +4 -0
  170. data/rbi/increase/models/fednow_transfer_list_params.rbi +4 -0
  171. data/rbi/increase/models/file.rbi +2 -2
  172. data/rbi/increase/models/file_create_params.rbi +8 -2
  173. data/rbi/increase/models/file_list_params.rbi +6 -2
  174. data/rbi/increase/models/inbound_ach_transfer_list_params.rbi +4 -0
  175. data/rbi/increase/models/inbound_check_deposit.rbi +12 -0
  176. data/rbi/increase/models/inbound_check_deposit_list_params.rbi +4 -0
  177. data/rbi/increase/models/inbound_fednow_transfer_list_params.rbi +4 -0
  178. data/rbi/increase/models/inbound_mail_item_list_params.rbi +4 -0
  179. data/rbi/increase/models/inbound_real_time_payments_transfer_list_params.rbi +4 -0
  180. data/rbi/increase/models/inbound_wire_drawdown_request_list_params.rbi +4 -0
  181. data/rbi/increase/models/inbound_wire_transfer_list_params.rbi +4 -0
  182. data/rbi/increase/models/intrafi_account_enrollment_list_params.rbi +4 -0
  183. data/rbi/increase/models/intrafi_exclusion_list_params.rbi +4 -0
  184. data/rbi/increase/models/lockbox_address_list_params.rbi +4 -0
  185. data/rbi/increase/models/lockbox_recipient_list_params.rbi +4 -0
  186. data/rbi/increase/models/oauth_application_list_params.rbi +4 -0
  187. data/rbi/increase/models/oauth_connection_list_params.rbi +4 -0
  188. data/rbi/increase/models/pending_transaction_list_params.rbi +4 -0
  189. data/rbi/increase/models/physical_card_list_params.rbi +4 -0
  190. data/rbi/increase/models/physical_card_profile_create_params.rbi +12 -4
  191. data/rbi/increase/models/physical_card_profile_list_params.rbi +4 -0
  192. data/rbi/increase/models/program.rbi +4 -0
  193. data/rbi/increase/models/program_list_params.rbi +4 -0
  194. data/rbi/increase/models/real_time_payments_transfer_list_params.rbi +4 -0
  195. data/rbi/increase/models/routing_number_list_params.rbi +4 -0
  196. data/rbi/increase/models/routing_number_list_response.rbi +52 -0
  197. data/rbi/increase/models/simulations/ach_transfer_return_params.rbi +3 -0
  198. data/rbi/increase/models/simulations/card_token_create_params.rbi +6 -0
  199. data/rbi/increase/models/simulations/check_deposit_adjustment_params.rbi +9 -6
  200. data/rbi/increase/models/simulations/program_create_params.rbi +7 -0
  201. data/rbi/increase/models/supplemental_document_list_params.rbi +4 -0
  202. data/rbi/increase/models/swift_transfer_list_params.rbi +4 -0
  203. data/rbi/increase/models/transaction_list_params.rbi +4 -0
  204. data/rbi/increase/models/unwrap_webhook_event.rbi +14 -0
  205. data/rbi/increase/models/wire_drawdown_request.rbi +4 -4
  206. data/rbi/increase/models/wire_drawdown_request_create_params.rbi +4 -4
  207. data/rbi/increase/models/wire_drawdown_request_list_params.rbi +4 -0
  208. data/rbi/increase/models/wire_transfer_create_params.rbi +8 -4
  209. data/rbi/increase/models/wire_transfer_list_params.rbi +4 -0
  210. data/rbi/increase/resources/account_numbers.rbi +2 -0
  211. data/rbi/increase/resources/account_statements.rbi +2 -0
  212. data/rbi/increase/resources/account_transfers.rbi +2 -0
  213. data/rbi/increase/resources/accounts.rbi +2 -0
  214. data/rbi/increase/resources/ach_prenotifications.rbi +6 -0
  215. data/rbi/increase/resources/ach_transfers.rbi +4 -0
  216. data/rbi/increase/resources/beneficial_owners.rbi +2 -0
  217. data/rbi/increase/resources/card_disputes.rbi +2 -0
  218. data/rbi/increase/resources/card_payments.rbi +2 -0
  219. data/rbi/increase/resources/card_purchase_supplements.rbi +2 -0
  220. data/rbi/increase/resources/card_push_transfers.rbi +2 -0
  221. data/rbi/increase/resources/card_tokens.rbi +2 -0
  222. data/rbi/increase/resources/card_validations.rbi +2 -0
  223. data/rbi/increase/resources/cards.rbi +2 -0
  224. data/rbi/increase/resources/check_deposits.rbi +2 -0
  225. data/rbi/increase/resources/check_transfers.rbi +6 -1
  226. data/rbi/increase/resources/declined_transactions.rbi +2 -0
  227. data/rbi/increase/resources/digital_card_profiles.rbi +2 -0
  228. data/rbi/increase/resources/digital_wallet_tokens.rbi +2 -0
  229. data/rbi/increase/resources/entities.rbi +2 -0
  230. data/rbi/increase/resources/entity_onboarding_sessions.rbi +2 -0
  231. data/rbi/increase/resources/event_subscriptions.rbi +2 -0
  232. data/rbi/increase/resources/events.rbi +2 -0
  233. data/rbi/increase/resources/exports.rbi +2 -0
  234. data/rbi/increase/resources/external_accounts.rbi +5 -1
  235. data/rbi/increase/resources/fednow_transfers.rbi +2 -0
  236. data/rbi/increase/resources/files.rbi +4 -0
  237. data/rbi/increase/resources/inbound_ach_transfers.rbi +2 -0
  238. data/rbi/increase/resources/inbound_check_deposits.rbi +2 -0
  239. data/rbi/increase/resources/inbound_fednow_transfers.rbi +2 -0
  240. data/rbi/increase/resources/inbound_mail_items.rbi +2 -0
  241. data/rbi/increase/resources/inbound_real_time_payments_transfers.rbi +2 -0
  242. data/rbi/increase/resources/inbound_wire_drawdown_requests.rbi +2 -0
  243. data/rbi/increase/resources/inbound_wire_transfers.rbi +2 -0
  244. data/rbi/increase/resources/intrafi_account_enrollments.rbi +2 -0
  245. data/rbi/increase/resources/intrafi_exclusions.rbi +2 -0
  246. data/rbi/increase/resources/lockbox_addresses.rbi +2 -0
  247. data/rbi/increase/resources/lockbox_recipients.rbi +2 -0
  248. data/rbi/increase/resources/oauth_applications.rbi +2 -0
  249. data/rbi/increase/resources/oauth_connections.rbi +2 -0
  250. data/rbi/increase/resources/pending_transactions.rbi +2 -0
  251. data/rbi/increase/resources/physical_card_profiles.rbi +8 -2
  252. data/rbi/increase/resources/physical_cards.rbi +2 -0
  253. data/rbi/increase/resources/programs.rbi +2 -0
  254. data/rbi/increase/resources/real_time_payments_transfers.rbi +2 -0
  255. data/rbi/increase/resources/routing_numbers.rbi +2 -0
  256. data/rbi/increase/resources/simulations/ach_transfers.rbi +1 -0
  257. data/rbi/increase/resources/simulations/check_deposits.rbi +3 -2
  258. data/rbi/increase/resources/simulations/inbound_check_deposits.rbi +5 -4
  259. data/rbi/increase/resources/supplemental_documents.rbi +2 -0
  260. data/rbi/increase/resources/swift_transfers.rbi +2 -0
  261. data/rbi/increase/resources/transactions.rbi +2 -0
  262. data/rbi/increase/resources/wire_drawdown_requests.rbi +2 -0
  263. data/rbi/increase/resources/wire_transfers.rbi +2 -0
  264. data/sig/increase/models/account.rbs +5 -1
  265. data/sig/increase/models/event.rbs +8 -0
  266. data/sig/increase/models/event_list_params.rbs +8 -0
  267. data/sig/increase/models/event_subscription.rbs +8 -0
  268. data/sig/increase/models/event_subscription_create_params.rbs +8 -0
  269. data/sig/increase/models/file.rbs +2 -2
  270. data/sig/increase/models/file_create_params.rbs +2 -2
  271. data/sig/increase/models/file_list_params.rbs +2 -2
  272. data/sig/increase/models/inbound_check_deposit.rbs +5 -0
  273. data/sig/increase/models/program.rbs +5 -1
  274. data/sig/increase/models/routing_number_list_response.rbs +19 -0
  275. data/sig/increase/models/simulations/program_create_params.rbs +5 -1
  276. data/sig/increase/models/unwrap_webhook_event.rbs +8 -0
  277. data/sig/increase/models/wire_transfer_create_params.rbs +12 -4
  278. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 66984e6af96b870b6d1830162758f528a2aa013deb571be6d75f132bb4a9206d
4
- data.tar.gz: cf8176c80d7114a2f75ffe85260ac16836da42c554c6ffc5aa0060b2286f29fc
3
+ metadata.gz: 9721f0cea6c29a79e0bc991becf4491dd8aae9516c957e2548f5f047147a9c4a
4
+ data.tar.gz: 289a88d3f39ebaa334c5bbd0e7c00a6a407aeb558e3b463ee1e85c4d1e5ba163
5
5
  SHA512:
6
- metadata.gz: e845b2fd4b016b2d4d5138d4bb94826daf664105096bca3465e5672c3acf40e7f5c7e8398d917a268c2f2ed9f6604412840577d3167960a147754396a0ae3aac
7
- data.tar.gz: 80d3e23ab765033234c4a6e63d285cfe524c9e66f0fb00fa754528171279104c7785bf3b6642884c121aa55ddaa52c482217986f253bf4e1d4fbf4878b67e7e1
6
+ metadata.gz: dc6f8c4480df3a69f005c76b68732b2f264ba7c431c50b836589f4bb420eb5c9ba927d7e2be71c0c146f473441ff86169b43fbb90852102d16228a08da283a9e
7
+ data.tar.gz: d7894b272e43d8e09b438c65f11e3bd6b40f0f227a2b6ab2de04517dadc017efe59c5c45a66424786eb7fb0775a656dc8e1ac94213e99346ccedafc2800aa139
data/README.md CHANGED
@@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
15
15
  <!-- x-release-please-start-version -->
16
16
 
17
17
  ```ruby
18
- gem "increase", "~> 1.346.0"
18
+ gem "increase", "~> 1.347.0"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->
@@ -188,6 +188,9 @@ module Increase
188
188
  # Grasshopper Bank
189
189
  GRASSHOPPER_BANK = :grasshopper_bank
190
190
 
191
+ # Increase Bank
192
+ INCREASE_BANK = :increase_bank
193
+
191
194
  # @!method self.values
192
195
  # @return [Array<Symbol>]
193
196
  end
@@ -43,6 +43,8 @@ module Increase
43
43
  # Limit the size of the list that is returned. The default (and maximum) is 100
44
44
  # objects.
45
45
  #
46
+ # Defaults to `100`.
47
+ #
46
48
  # @return [Integer, nil]
47
49
  optional :limit, Integer
48
50
 
@@ -77,6 +79,8 @@ module Increase
77
79
  # Limit the size of the list that is returned. The default (and maximum) is 100
78
80
  # objects.
79
81
  #
82
+ # Defaults to `100`.
83
+ #
80
84
  # @param program_id [String] Filter Accounts for those in a specific Program.
81
85
  #
82
86
  # @param status [Increase::Models::AccountListParams::Status]
@@ -42,6 +42,8 @@ module Increase
42
42
  # Limit the size of the list that is returned. The default (and maximum) is 100
43
43
  # objects.
44
44
  #
45
+ # Defaults to `100`.
46
+ #
45
47
  # @return [Integer, nil]
46
48
  optional :limit, Integer
47
49
 
@@ -69,6 +71,8 @@ module Increase
69
71
  # Limit the size of the list that is returned. The default (and maximum) is 100
70
72
  # objects.
71
73
  #
74
+ # Defaults to `100`.
75
+ #
72
76
  # @param status [Increase::Models::AccountNumberListParams::Status]
73
77
  #
74
78
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
@@ -23,6 +23,8 @@ module Increase
23
23
  # Limit the size of the list that is returned. The default (and maximum) is 100
24
24
  # objects.
25
25
  #
26
+ # Defaults to `100`.
27
+ #
26
28
  # @return [Integer, nil]
27
29
  optional :limit, Integer
28
30
 
@@ -40,6 +42,8 @@ module Increase
40
42
  # Limit the size of the list that is returned. The default (and maximum) is 100
41
43
  # objects.
42
44
  #
45
+ # Defaults to `100`.
46
+ #
43
47
  # @param statement_period_start [Increase::Models::AccountStatementListParams::StatementPeriodStart]
44
48
  #
45
49
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
@@ -37,6 +37,8 @@ module Increase
37
37
  # Limit the size of the list that is returned. The default (and maximum) is 100
38
38
  # objects.
39
39
  #
40
+ # Defaults to `100`.
41
+ #
40
42
  # @return [Integer, nil]
41
43
  optional :limit, Integer
42
44
 
@@ -57,6 +59,8 @@ module Increase
57
59
  # Limit the size of the list that is returned. The default (and maximum) is 100
58
60
  # objects.
59
61
  #
62
+ # Defaults to `100`.
63
+ #
60
64
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
61
65
 
62
66
  class CreatedAt < Increase::Internal::Type::BaseModel
@@ -59,6 +59,8 @@ module Increase
59
59
  # @!attribute credit_debit_indicator
60
60
  # Whether the Prenotification is for a future debit or credit.
61
61
  #
62
+ # Defaults to `debit`.
63
+ #
62
64
  # @return [Symbol, Increase::Models::ACHPrenotificationCreateParams::CreditDebitIndicator, nil]
63
65
  optional :credit_debit_indicator,
64
66
  enum: -> { Increase::ACHPrenotificationCreateParams::CreditDebitIndicator }
@@ -88,6 +90,8 @@ module Increase
88
90
  # [Standard Entry Class (SEC) code](/documentation/ach-standard-entry-class-codes)
89
91
  # to use for the ACH Prenotification.
90
92
  #
93
+ # Defaults to `corporate_credit_or_debit`.
94
+ #
91
95
  # @return [Symbol, Increase::Models::ACHPrenotificationCreateParams::StandardEntryClassCode, nil]
92
96
  optional :standard_entry_class_code,
93
97
  enum: -> { Increase::ACHPrenotificationCreateParams::StandardEntryClassCode }
@@ -114,6 +118,8 @@ module Increase
114
118
  # @param credit_debit_indicator [Symbol, Increase::Models::ACHPrenotificationCreateParams::CreditDebitIndicator]
115
119
  # Whether the Prenotification is for a future debit or credit.
116
120
  #
121
+ # Defaults to `debit`.
122
+ #
117
123
  # @param effective_date [Date]
118
124
  # The ACH Prenotification effective date in
119
125
  # [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
@@ -129,9 +135,13 @@ module Increase
129
135
  # [Standard Entry Class (SEC) code](/documentation/ach-standard-entry-class-codes)
130
136
  # to use for the ACH Prenotification.
131
137
  #
138
+ # Defaults to `corporate_credit_or_debit`.
139
+ #
132
140
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
133
141
 
134
142
  # Whether the Prenotification is for a future debit or credit.
143
+ #
144
+ # Defaults to `debit`.
135
145
  module CreditDebitIndicator
136
146
  extend Increase::Internal::Type::Enum
137
147
 
@@ -148,6 +158,8 @@ module Increase
148
158
  # The
149
159
  # [Standard Entry Class (SEC) code](/documentation/ach-standard-entry-class-codes)
150
160
  # to use for the ACH Prenotification.
161
+ #
162
+ # Defaults to `corporate_credit_or_debit`.
151
163
  module StandardEntryClassCode
152
164
  extend Increase::Internal::Type::Enum
153
165
 
@@ -31,6 +31,8 @@ module Increase
31
31
  # Limit the size of the list that is returned. The default (and maximum) is 100
32
32
  # objects.
33
33
  #
34
+ # Defaults to `100`.
35
+ #
34
36
  # @return [Integer, nil]
35
37
  optional :limit, Integer
36
38
 
@@ -49,6 +51,8 @@ module Increase
49
51
  # Limit the size of the list that is returned. The default (and maximum) is 100
50
52
  # objects.
51
53
  #
54
+ # Defaults to `100`.
55
+ #
52
56
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
53
57
 
54
58
  class CreatedAt < Increase::Internal::Type::BaseModel
@@ -100,6 +100,8 @@ module Increase
100
100
  # @!attribute funding
101
101
  # The type of the receiver's bank account.
102
102
  #
103
+ # Defaults to `checking`.
104
+ #
103
105
  # @return [Symbol, Increase::Models::ACHTransferCreateParams::Funding, nil]
104
106
  optional :funding, enum: -> { Increase::ACHTransferCreateParams::Funding }
105
107
 
@@ -214,6 +216,8 @@ module Increase
214
216
  # @param funding [Symbol, Increase::Models::ACHTransferCreateParams::Funding]
215
217
  # The type of the receiver's bank account.
216
218
  #
219
+ # Defaults to `checking`.
220
+ #
217
221
  # @param individual_id [String]
218
222
  # Your internal identifier for the transfer recipient. This value is informational
219
223
  # and not verified by the recipient's bank. Most callers can leave this unset.
@@ -395,6 +399,8 @@ module Increase
395
399
  end
396
400
 
397
401
  # The type of the receiver's bank account.
402
+ #
403
+ # Defaults to `checking`.
398
404
  module Funding
399
405
  extend Increase::Internal::Type::Enum
400
406
 
@@ -43,6 +43,8 @@ module Increase
43
43
  # Limit the size of the list that is returned. The default (and maximum) is 100
44
44
  # objects.
45
45
  #
46
+ # Defaults to `100`.
47
+ #
46
48
  # @return [Integer, nil]
47
49
  optional :limit, Integer
48
50
 
@@ -70,6 +72,8 @@ module Increase
70
72
  # Limit the size of the list that is returned. The default (and maximum) is 100
71
73
  # objects.
72
74
  #
75
+ # Defaults to `100`.
76
+ #
73
77
  # @param status [Increase::Models::ACHTransferListParams::Status]
74
78
  #
75
79
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
@@ -118,6 +118,8 @@ module Increase
118
118
  # @!attribute country
119
119
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
120
120
  #
121
+ # Defaults to `US`.
122
+ #
121
123
  # @return [String]
122
124
  required :country, String
123
125
 
@@ -152,7 +154,10 @@ module Increase
152
154
  #
153
155
  # @param city [String] The city, district, town, or village of the address.
154
156
  #
155
- # @param country [String] The two-letter ISO 3166-1 alpha-2 code for the country of the address.
157
+ # @param country [String]
158
+ # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
159
+ #
160
+ # Defaults to `US`.
156
161
  #
157
162
  # @param line1 [String] The first line of the address. This is usually the street number and street.
158
163
  #
@@ -170,6 +175,8 @@ module Increase
170
175
  # @!attribute method_
171
176
  # A method that can be used to verify the individual's identity.
172
177
  #
178
+ # Defaults to `social_security_number`.
179
+ #
173
180
  # @return [Symbol, Increase::Models::BeneficialOwnerCreateParams::Individual::Identification::Method]
174
181
  required :method_,
175
182
  enum: -> { Increase::BeneficialOwnerCreateParams::Individual::Identification::Method },
@@ -213,6 +220,8 @@ module Increase
213
220
  # @param method_ [Symbol, Increase::Models::BeneficialOwnerCreateParams::Individual::Identification::Method]
214
221
  # A method that can be used to verify the individual's identity.
215
222
  #
223
+ # Defaults to `social_security_number`.
224
+ #
216
225
  # @param number [String]
217
226
  # An identification number that can be used to verify the individual's identity,
218
227
  # such as a social security number. For Social Security Numbers and Individual
@@ -234,6 +243,8 @@ module Increase
234
243
 
235
244
  # A method that can be used to verify the individual's identity.
236
245
  #
246
+ # Defaults to `social_security_number`.
247
+ #
237
248
  # @see Increase::Models::BeneficialOwnerCreateParams::Individual::Identification#method_
238
249
  module Method
239
250
  extend Increase::Internal::Type::Enum
@@ -33,6 +33,8 @@ module Increase
33
33
  # Limit the size of the list that is returned. The default (and maximum) is 100
34
34
  # objects.
35
35
  #
36
+ # Defaults to `100`.
37
+ #
36
38
  # @return [Integer, nil]
37
39
  optional :limit, Integer
38
40
 
@@ -53,6 +55,8 @@ module Increase
53
55
  # Limit the size of the list that is returned. The default (and maximum) is 100
54
56
  # objects.
55
57
  #
58
+ # Defaults to `100`.
59
+ #
56
60
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
57
61
  end
58
62
  end
@@ -87,6 +87,8 @@ module Increase
87
87
  # @!attribute country
88
88
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
89
89
  #
90
+ # Defaults to `US`.
91
+ #
90
92
  # @return [String]
91
93
  required :country, String
92
94
 
@@ -121,7 +123,10 @@ module Increase
121
123
  #
122
124
  # @param city [String] The city, district, town, or village of the address.
123
125
  #
124
- # @param country [String] The two-letter ISO 3166-1 alpha-2 code for the country of the address.
126
+ # @param country [String]
127
+ # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
128
+ #
129
+ # Defaults to `US`.
125
130
  #
126
131
  # @param line1 [String] The first line of the address. This is usually the street number and street.
127
132
  #
@@ -138,6 +143,8 @@ module Increase
138
143
  # @!attribute method_
139
144
  # A method that can be used to verify the individual's identity.
140
145
  #
146
+ # Defaults to `social_security_number`.
147
+ #
141
148
  # @return [Symbol, Increase::Models::BeneficialOwnerUpdateParams::Identification::Method]
142
149
  required :method_,
143
150
  enum: -> { Increase::BeneficialOwnerUpdateParams::Identification::Method },
@@ -180,6 +187,8 @@ module Increase
180
187
  # @param method_ [Symbol, Increase::Models::BeneficialOwnerUpdateParams::Identification::Method]
181
188
  # A method that can be used to verify the individual's identity.
182
189
  #
190
+ # Defaults to `social_security_number`.
191
+ #
183
192
  # @param number [String]
184
193
  # An identification number that can be used to verify the individual's identity,
185
194
  # such as a social security number. For Social Security Numbers and Individual
@@ -201,6 +210,8 @@ module Increase
201
210
 
202
211
  # A method that can be used to verify the individual's identity.
203
212
  #
213
+ # Defaults to `social_security_number`.
214
+ #
204
215
  # @see Increase::Models::BeneficialOwnerUpdateParams::Identification#method_
205
216
  module Method
206
217
  extend Increase::Internal::Type::Enum
@@ -31,6 +31,8 @@ module Increase
31
31
  # Limit the size of the list that is returned. The default (and maximum) is 100
32
32
  # objects.
33
33
  #
34
+ # Defaults to `100`.
35
+ #
34
36
  # @return [Integer, nil]
35
37
  optional :limit, Integer
36
38
 
@@ -54,6 +56,8 @@ module Increase
54
56
  # Limit the size of the list that is returned. The default (and maximum) is 100
55
57
  # objects.
56
58
  #
59
+ # Defaults to `100`.
60
+ #
57
61
  # @param status [Increase::Models::CardDisputeListParams::Status]
58
62
  #
59
63
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
@@ -37,6 +37,8 @@ module Increase
37
37
  # Limit the size of the list that is returned. The default (and maximum) is 100
38
38
  # objects.
39
39
  #
40
+ # Defaults to `100`.
41
+ #
40
42
  # @return [Integer, nil]
41
43
  optional :limit, Integer
42
44
 
@@ -62,6 +64,8 @@ module Increase
62
64
  # Limit the size of the list that is returned. The default (and maximum) is 100
63
65
  # objects.
64
66
  #
67
+ # Defaults to `100`.
68
+ #
65
69
  # @param status [Increase::Models::CardListParams::Status]
66
70
  #
67
71
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
@@ -34,6 +34,8 @@ module Increase
34
34
  # Limit the size of the list that is returned. The default (and maximum) is 100
35
35
  # objects.
36
36
  #
37
+ # Defaults to `100`.
38
+ #
37
39
  # @return [Integer, nil]
38
40
  optional :limit, Integer
39
41
 
@@ -50,6 +52,8 @@ module Increase
50
52
  # Limit the size of the list that is returned. The default (and maximum) is 100
51
53
  # objects.
52
54
  #
55
+ # Defaults to `100`.
56
+ #
53
57
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
54
58
 
55
59
  class CreatedAt < Increase::Internal::Type::BaseModel
@@ -29,6 +29,8 @@ module Increase
29
29
  # Limit the size of the list that is returned. The default (and maximum) is 100
30
30
  # objects.
31
31
  #
32
+ # Defaults to `100`.
33
+ #
32
34
  # @return [Integer, nil]
33
35
  optional :limit, Integer
34
36
 
@@ -45,6 +47,8 @@ module Increase
45
47
  # Limit the size of the list that is returned. The default (and maximum) is 100
46
48
  # objects.
47
49
  #
50
+ # Defaults to `100`.
51
+ #
48
52
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
49
53
 
50
54
  class CreatedAt < Increase::Internal::Type::BaseModel
@@ -37,6 +37,8 @@ module Increase
37
37
  # Limit the size of the list that is returned. The default (and maximum) is 100
38
38
  # objects.
39
39
  #
40
+ # Defaults to `100`.
41
+ #
40
42
  # @return [Integer, nil]
41
43
  optional :limit, Integer
42
44
 
@@ -62,6 +64,8 @@ module Increase
62
64
  # Limit the size of the list that is returned. The default (and maximum) is 100
63
65
  # objects.
64
66
  #
67
+ # Defaults to `100`.
68
+ #
65
69
  # @param status [Increase::Models::CardPushTransferListParams::Status]
66
70
  #
67
71
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
@@ -22,6 +22,8 @@ module Increase
22
22
  # Limit the size of the list that is returned. The default (and maximum) is 100
23
23
  # objects.
24
24
  #
25
+ # Defaults to `100`.
26
+ #
25
27
  # @return [Integer, nil]
26
28
  optional :limit, Integer
27
29
 
@@ -34,6 +36,8 @@ module Increase
34
36
  # Limit the size of the list that is returned. The default (and maximum) is 100
35
37
  # objects.
36
38
  #
39
+ # Defaults to `100`.
40
+ #
37
41
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
38
42
 
39
43
  class CreatedAt < Increase::Internal::Type::BaseModel
@@ -37,6 +37,8 @@ module Increase
37
37
  # Limit the size of the list that is returned. The default (and maximum) is 100
38
38
  # objects.
39
39
  #
40
+ # Defaults to `100`.
41
+ #
40
42
  # @return [Integer, nil]
41
43
  optional :limit, Integer
42
44
 
@@ -62,6 +64,8 @@ module Increase
62
64
  # Limit the size of the list that is returned. The default (and maximum) is 100
63
65
  # objects.
64
66
  #
67
+ # Defaults to `100`.
68
+ #
65
69
  # @param status [Increase::Models::CardValidationListParams::Status]
66
70
  #
67
71
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
@@ -37,6 +37,8 @@ module Increase
37
37
  # Limit the size of the list that is returned. The default (and maximum) is 100
38
38
  # objects.
39
39
  #
40
+ # Defaults to `100`.
41
+ #
40
42
  # @return [Integer, nil]
41
43
  optional :limit, Integer
42
44
 
@@ -57,6 +59,8 @@ module Increase
57
59
  # Limit the size of the list that is returned. The default (and maximum) is 100
58
60
  # objects.
59
61
  #
62
+ # Defaults to `100`.
63
+ #
60
64
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
61
65
 
62
66
  class CreatedAt < Increase::Internal::Type::BaseModel
@@ -37,6 +37,8 @@ module Increase
37
37
  # Limit the size of the list that is returned. The default (and maximum) is 100
38
38
  # objects.
39
39
  #
40
+ # Defaults to `100`.
41
+ #
40
42
  # @return [Integer, nil]
41
43
  optional :limit, Integer
42
44
 
@@ -62,6 +64,8 @@ module Increase
62
64
  # Limit the size of the list that is returned. The default (and maximum) is 100
63
65
  # objects.
64
66
  #
67
+ # Defaults to `100`.
68
+ #
65
69
  # @param status [Increase::Models::CheckTransferListParams::Status]
66
70
  #
67
71
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
@@ -33,6 +33,8 @@ module Increase
33
33
  # Limit the size of the list that is returned. The default (and maximum) is 100
34
34
  # objects.
35
35
  #
36
+ # Defaults to `100`.
37
+ #
36
38
  # @return [Integer, nil]
37
39
  optional :limit, Integer
38
40
 
@@ -55,6 +57,8 @@ module Increase
55
57
  # Limit the size of the list that is returned. The default (and maximum) is 100
56
58
  # objects.
57
59
  #
60
+ # Defaults to `100`.
61
+ #
58
62
  # @param route_id [String] Filter Declined Transactions to those belonging to the specified route.
59
63
  #
60
64
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
@@ -26,6 +26,8 @@ module Increase
26
26
  # Limit the size of the list that is returned. The default (and maximum) is 100
27
27
  # objects.
28
28
  #
29
+ # Defaults to `100`.
30
+ #
29
31
  # @return [Integer, nil]
30
32
  optional :limit, Integer
31
33
 
@@ -47,6 +49,8 @@ module Increase
47
49
  # Limit the size of the list that is returned. The default (and maximum) is 100
48
50
  # objects.
49
51
  #
52
+ # Defaults to `100`.
53
+ #
50
54
  # @param status [Increase::Models::DigitalCardProfileListParams::Status]
51
55
  #
52
56
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
@@ -28,6 +28,8 @@ module Increase
28
28
  # Limit the size of the list that is returned. The default (and maximum) is 100
29
29
  # objects.
30
30
  #
31
+ # Defaults to `100`.
32
+ #
31
33
  # @return [Integer, nil]
32
34
  optional :limit, Integer
33
35
 
@@ -42,6 +44,8 @@ module Increase
42
44
  # Limit the size of the list that is returned. The default (and maximum) is 100
43
45
  # objects.
44
46
  #
47
+ # Defaults to `100`.
48
+ #
45
49
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
46
50
 
47
51
  class CreatedAt < Increase::Internal::Type::BaseModel