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
@@ -33,6 +33,8 @@ module Increase
33
33
 
34
34
  # Limit the size of the list that is returned. The default (and maximum) is 100
35
35
  # objects.
36
+ #
37
+ # Defaults to `100`.
36
38
  sig { returns(T.nilable(Integer)) }
37
39
  attr_reader :limit
38
40
 
@@ -68,6 +70,8 @@ module Increase
68
70
  idempotency_key: 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
  status: nil,
73
77
  request_options: {}
@@ -42,6 +42,8 @@ module Increase
42
42
 
43
43
  # Limit the size of the list that is returned. The default (and maximum) is 100
44
44
  # objects.
45
+ #
46
+ # Defaults to `100`.
45
47
  sig { returns(T.nilable(Integer)) }
46
48
  attr_reader :limit
47
49
 
@@ -65,6 +67,8 @@ module Increase
65
67
  cursor: nil,
66
68
  # Limit the size of the list that is returned. The default (and maximum) is 100
67
69
  # objects.
70
+ #
71
+ # Defaults to `100`.
68
72
  limit: nil,
69
73
  request_options: {}
70
74
  )
@@ -478,6 +478,8 @@ module Increase
478
478
  attr_accessor :city
479
479
 
480
480
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
481
+ #
482
+ # Defaults to `US`.
481
483
  sig { returns(String) }
482
484
  attr_accessor :country
483
485
 
@@ -523,6 +525,8 @@ module Increase
523
525
  # The city, district, town, or village of the address.
524
526
  city:,
525
527
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
528
+ #
529
+ # Defaults to `US`.
526
530
  country:,
527
531
  # The first line of the address. This is usually the street number and street.
528
532
  line1:,
@@ -755,6 +759,8 @@ module Increase
755
759
  attr_accessor :city
756
760
 
757
761
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
762
+ #
763
+ # Defaults to `US`.
758
764
  sig { returns(String) }
759
765
  attr_accessor :country
760
766
 
@@ -800,6 +806,8 @@ module Increase
800
806
  # The city, district, town, or village of the address.
801
807
  city:,
802
808
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
809
+ #
810
+ # Defaults to `US`.
803
811
  country:,
804
812
  # The first line of the address. This is usually the street number and street.
805
813
  line1:,
@@ -839,6 +847,8 @@ module Increase
839
847
  end
840
848
 
841
849
  # A method that can be used to verify the individual's identity.
850
+ #
851
+ # Defaults to `social_security_number`.
842
852
  sig do
843
853
  returns(
844
854
  Increase::EntityCreateParams::Corporation::BeneficialOwner::Individual::Identification::Method::OrSymbol
@@ -927,6 +937,8 @@ module Increase
927
937
  end
928
938
  def self.new(
929
939
  # A method that can be used to verify the individual's identity.
940
+ #
941
+ # Defaults to `social_security_number`.
930
942
  method_:,
931
943
  # An identification number that can be used to verify the individual's identity,
932
944
  # such as a social security number. For Social Security Numbers and Individual
@@ -965,6 +977,8 @@ module Increase
965
977
  end
966
978
 
967
979
  # A method that can be used to verify the individual's identity.
980
+ #
981
+ # Defaults to `social_security_number`.
968
982
  module Method
969
983
  extend Increase::Internal::Type::Enum
970
984
 
@@ -1273,8 +1287,9 @@ module Increase
1273
1287
  sig { returns(String) }
1274
1288
  attr_accessor :value
1275
1289
 
1276
- # The category of the legal identifier. If not provided, the default is
1277
- # `us_employer_identification_number`.
1290
+ # The category of the legal identifier.
1291
+ #
1292
+ # Defaults to `us_employer_identification_number`.
1278
1293
  sig do
1279
1294
  returns(
1280
1295
  T.nilable(
@@ -1308,8 +1323,9 @@ module Increase
1308
1323
  # our
1309
1324
  # [sandbox test values](https://increase.com/documentation/sandbox-test-values).
1310
1325
  value:,
1311
- # The category of the legal identifier. If not provided, the default is
1312
- # `us_employer_identification_number`.
1326
+ # The category of the legal identifier.
1327
+ #
1328
+ # Defaults to `us_employer_identification_number`.
1313
1329
  category: nil
1314
1330
  )
1315
1331
  end
@@ -1326,8 +1342,9 @@ module Increase
1326
1342
  def to_hash
1327
1343
  end
1328
1344
 
1329
- # The category of the legal identifier. If not provided, the default is
1330
- # `us_employer_identification_number`.
1345
+ # The category of the legal identifier.
1346
+ #
1347
+ # Defaults to `us_employer_identification_number`.
1331
1348
  module Category
1332
1349
  extend Increase::Internal::Type::Enum
1333
1350
 
@@ -1845,6 +1862,8 @@ module Increase
1845
1862
  attr_accessor :city
1846
1863
 
1847
1864
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
1865
+ #
1866
+ # Defaults to `US`.
1848
1867
  sig { returns(String) }
1849
1868
  attr_accessor :country
1850
1869
 
@@ -1890,6 +1909,8 @@ module Increase
1890
1909
  # The city, district, town, or village of the address.
1891
1910
  city:,
1892
1911
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
1912
+ #
1913
+ # Defaults to `US`.
1893
1914
  country:,
1894
1915
  # The first line of the address. This is usually the street number and street.
1895
1916
  line1:,
@@ -1929,6 +1950,8 @@ module Increase
1929
1950
  end
1930
1951
 
1931
1952
  # A method that can be used to verify the individual's identity.
1953
+ #
1954
+ # Defaults to `social_security_number`.
1932
1955
  sig do
1933
1956
  returns(
1934
1957
  Increase::EntityCreateParams::Joint::Individual::Identification::Method::OrSymbol
@@ -2017,6 +2040,8 @@ module Increase
2017
2040
  end
2018
2041
  def self.new(
2019
2042
  # A method that can be used to verify the individual's identity.
2043
+ #
2044
+ # Defaults to `social_security_number`.
2020
2045
  method_:,
2021
2046
  # An identification number that can be used to verify the individual's identity,
2022
2047
  # such as a social security number. For Social Security Numbers and Individual
@@ -2055,6 +2080,8 @@ module Increase
2055
2080
  end
2056
2081
 
2057
2082
  # A method that can be used to verify the individual's identity.
2083
+ #
2084
+ # Defaults to `social_security_number`.
2058
2085
  module Method
2059
2086
  extend Increase::Internal::Type::Enum
2060
2087
 
@@ -2426,6 +2453,8 @@ module Increase
2426
2453
  attr_accessor :city
2427
2454
 
2428
2455
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
2456
+ #
2457
+ # Defaults to `US`.
2429
2458
  sig { returns(String) }
2430
2459
  attr_accessor :country
2431
2460
 
@@ -2471,6 +2500,8 @@ module Increase
2471
2500
  # The city, district, town, or village of the address.
2472
2501
  city:,
2473
2502
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
2503
+ #
2504
+ # Defaults to `US`.
2474
2505
  country:,
2475
2506
  # The first line of the address. This is usually the street number and street.
2476
2507
  line1:,
@@ -2510,6 +2541,8 @@ module Increase
2510
2541
  end
2511
2542
 
2512
2543
  # A method that can be used to verify the individual's identity.
2544
+ #
2545
+ # Defaults to `social_security_number`.
2513
2546
  sig do
2514
2547
  returns(
2515
2548
  Increase::EntityCreateParams::NaturalPerson::Identification::Method::OrSymbol
@@ -2598,6 +2631,8 @@ module Increase
2598
2631
  end
2599
2632
  def self.new(
2600
2633
  # A method that can be used to verify the individual's identity.
2634
+ #
2635
+ # Defaults to `social_security_number`.
2601
2636
  method_:,
2602
2637
  # An identification number that can be used to verify the individual's identity,
2603
2638
  # such as a social security number. For Social Security Numbers and Individual
@@ -2636,6 +2671,8 @@ module Increase
2636
2671
  end
2637
2672
 
2638
2673
  # A method that can be used to verify the individual's identity.
2674
+ #
2675
+ # Defaults to `social_security_number`.
2639
2676
  module Method
2640
2677
  extend Increase::Internal::Type::Enum
2641
2678
 
@@ -3619,6 +3656,8 @@ module Increase
3619
3656
  attr_accessor :city
3620
3657
 
3621
3658
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
3659
+ #
3660
+ # Defaults to `US`.
3622
3661
  sig { returns(String) }
3623
3662
  attr_accessor :country
3624
3663
 
@@ -3664,6 +3703,8 @@ module Increase
3664
3703
  # The city, district, town, or village of the address.
3665
3704
  city:,
3666
3705
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
3706
+ #
3707
+ # Defaults to `US`.
3667
3708
  country:,
3668
3709
  # The first line of the address. This is usually the street number and street.
3669
3710
  line1:,
@@ -3703,6 +3744,8 @@ module Increase
3703
3744
  end
3704
3745
 
3705
3746
  # A method that can be used to verify the individual's identity.
3747
+ #
3748
+ # Defaults to `social_security_number`.
3706
3749
  sig do
3707
3750
  returns(
3708
3751
  Increase::EntityCreateParams::Trust::Trustee::Individual::Identification::Method::OrSymbol
@@ -3791,6 +3834,8 @@ module Increase
3791
3834
  end
3792
3835
  def self.new(
3793
3836
  # A method that can be used to verify the individual's identity.
3837
+ #
3838
+ # Defaults to `social_security_number`.
3794
3839
  method_:,
3795
3840
  # An identification number that can be used to verify the individual's identity,
3796
3841
  # such as a social security number. For Social Security Numbers and Individual
@@ -3829,6 +3874,8 @@ module Increase
3829
3874
  end
3830
3875
 
3831
3876
  # A method that can be used to verify the individual's identity.
3877
+ #
3878
+ # Defaults to `social_security_number`.
3832
3879
  module Method
3833
3880
  extend Increase::Internal::Type::Enum
3834
3881
 
@@ -4199,6 +4246,8 @@ module Increase
4199
4246
  attr_accessor :city
4200
4247
 
4201
4248
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
4249
+ #
4250
+ # Defaults to `US`.
4202
4251
  sig { returns(String) }
4203
4252
  attr_accessor :country
4204
4253
 
@@ -4244,6 +4293,8 @@ module Increase
4244
4293
  # The city, district, town, or village of the address.
4245
4294
  city:,
4246
4295
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
4296
+ #
4297
+ # Defaults to `US`.
4247
4298
  country:,
4248
4299
  # The first line of the address. This is usually the street number and street.
4249
4300
  line1:,
@@ -4283,6 +4334,8 @@ module Increase
4283
4334
  end
4284
4335
 
4285
4336
  # A method that can be used to verify the individual's identity.
4337
+ #
4338
+ # Defaults to `social_security_number`.
4286
4339
  sig do
4287
4340
  returns(
4288
4341
  Increase::EntityCreateParams::Trust::Grantor::Identification::Method::OrSymbol
@@ -4371,6 +4424,8 @@ module Increase
4371
4424
  end
4372
4425
  def self.new(
4373
4426
  # A method that can be used to verify the individual's identity.
4427
+ #
4428
+ # Defaults to `social_security_number`.
4374
4429
  method_:,
4375
4430
  # An identification number that can be used to verify the individual's identity,
4376
4431
  # such as a social security number. For Social Security Numbers and Individual
@@ -4409,6 +4464,8 @@ module Increase
4409
4464
  end
4410
4465
 
4411
4466
  # A method that can be used to verify the individual's identity.
4467
+ #
4468
+ # Defaults to `social_security_number`.
4412
4469
  module Method
4413
4470
  extend Increase::Internal::Type::Enum
4414
4471
 
@@ -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
 
@@ -84,6 +86,8 @@ module Increase
84
86
  idempotency_key: nil,
85
87
  # Limit the size of the list that is returned. The default (and maximum) is 100
86
88
  # objects.
89
+ #
90
+ # Defaults to `100`.
87
91
  limit: nil,
88
92
  status: nil,
89
93
  validation_status: nil,
@@ -33,6 +33,8 @@ module Increase
33
33
 
34
34
  # Limit the size of the list that is returned. The default (and maximum) is 100
35
35
  # objects.
36
+ #
37
+ # Defaults to `100`.
36
38
  sig { returns(T.nilable(Integer)) }
37
39
  attr_reader :limit
38
40
 
@@ -70,6 +72,8 @@ module Increase
70
72
  idempotency_key: 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
  status: nil,
75
79
  request_options: {}
@@ -342,6 +342,8 @@ module Increase
342
342
  attr_accessor :city
343
343
 
344
344
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
345
+ #
346
+ # Defaults to `US`.
345
347
  sig { returns(String) }
346
348
  attr_accessor :country
347
349
 
@@ -387,6 +389,8 @@ module Increase
387
389
  # The city, district, town, or village of the address.
388
390
  city:,
389
391
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
392
+ #
393
+ # Defaults to `US`.
390
394
  country:,
391
395
  # The first line of the address. This is usually the street number and street.
392
396
  line1:,
@@ -431,6 +435,8 @@ module Increase
431
435
  attr_accessor :value
432
436
 
433
437
  # The category of the legal identifier.
438
+ #
439
+ # Defaults to `us_employer_identification_number`.
434
440
  sig do
435
441
  returns(
436
442
  T.nilable(
@@ -462,6 +468,8 @@ module Increase
462
468
  # digits with no dashes or other separators.
463
469
  value:,
464
470
  # The category of the legal identifier.
471
+ #
472
+ # Defaults to `us_employer_identification_number`.
465
473
  category: nil
466
474
  )
467
475
  end
@@ -479,6 +487,8 @@ module Increase
479
487
  end
480
488
 
481
489
  # The category of the legal identifier.
490
+ #
491
+ # Defaults to `us_employer_identification_number`.
482
492
  module Category
483
493
  extend Increase::Internal::Type::Enum
484
494
 
@@ -775,6 +785,8 @@ module Increase
775
785
  attr_accessor :city
776
786
 
777
787
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
788
+ #
789
+ # Defaults to `US`.
778
790
  sig { returns(String) }
779
791
  attr_accessor :country
780
792
 
@@ -820,6 +832,8 @@ module Increase
820
832
  # The city, district, town, or village of the address.
821
833
  city:,
822
834
  # The two-letter ISO 3166-1 alpha-2 code for the country of the address.
835
+ #
836
+ # Defaults to `US`.
823
837
  country:,
824
838
  # The first line of the address. This is usually the street number and street.
825
839
  line1:,
@@ -859,6 +873,8 @@ module Increase
859
873
  end
860
874
 
861
875
  # A method that can be used to verify the individual's identity.
876
+ #
877
+ # Defaults to `social_security_number`.
862
878
  sig do
863
879
  returns(
864
880
  Increase::EntityUpdateParams::NaturalPerson::Identification::Method::OrSymbol
@@ -947,6 +963,8 @@ module Increase
947
963
  end
948
964
  def self.new(
949
965
  # A method that can be used to verify the individual's identity.
966
+ #
967
+ # Defaults to `social_security_number`.
950
968
  method_:,
951
969
  # An identification number that can be used to verify the individual's identity,
952
970
  # such as a social security number. For Social Security Numbers and Individual
@@ -985,6 +1003,8 @@ module Increase
985
1003
  end
986
1004
 
987
1005
  # A method that can be used to verify the individual's identity.
1006
+ #
1007
+ # Defaults to `social_security_number`.
988
1008
  module Method
989
1009
  extend Increase::Internal::Type::Enum
990
1010
 
@@ -530,6 +530,20 @@ module Increase
530
530
  Increase::Event::Category::TaggedSymbol
531
531
  )
532
532
 
533
+ # Occurs whenever an Interest Rate Plan is created.
534
+ INTEREST_RATE_PLAN_CREATED =
535
+ T.let(
536
+ :"interest_rate_plan.created",
537
+ Increase::Event::Category::TaggedSymbol
538
+ )
539
+
540
+ # Occurs whenever an Interest Rate Plan is updated.
541
+ INTEREST_RATE_PLAN_UPDATED =
542
+ T.let(
543
+ :"interest_rate_plan.updated",
544
+ Increase::Event::Category::TaggedSymbol
545
+ )
546
+
533
547
  # Occurs whenever an IntraFi Account Enrollment is created.
534
548
  INTRAFI_ACCOUNT_ENROLLMENT_CREATED =
535
549
  T.let(
@@ -41,6 +41,8 @@ module Increase
41
41
 
42
42
  # Limit the size of the list that is returned. The default (and maximum) is 100
43
43
  # objects.
44
+ #
45
+ # Defaults to `100`.
44
46
  sig { returns(T.nilable(Integer)) }
45
47
  attr_reader :limit
46
48
 
@@ -73,6 +75,8 @@ module Increase
73
75
  cursor: nil,
74
76
  # Limit the size of the list that is returned. The default (and maximum) is 100
75
77
  # objects.
78
+ #
79
+ # Defaults to `100`.
76
80
  limit: nil,
77
81
  order_by: nil,
78
82
  request_options: {}
@@ -629,6 +633,20 @@ module Increase
629
633
  Increase::EventListParams::Category::In::TaggedSymbol
630
634
  )
631
635
 
636
+ # Occurs whenever an Interest Rate Plan is created.
637
+ INTEREST_RATE_PLAN_CREATED =
638
+ T.let(
639
+ :"interest_rate_plan.created",
640
+ Increase::EventListParams::Category::In::TaggedSymbol
641
+ )
642
+
643
+ # Occurs whenever an Interest Rate Plan is updated.
644
+ INTEREST_RATE_PLAN_UPDATED =
645
+ T.let(
646
+ :"interest_rate_plan.updated",
647
+ Increase::EventListParams::Category::In::TaggedSymbol
648
+ )
649
+
632
650
  # Occurs whenever an IntraFi Account Enrollment is created.
633
651
  INTRAFI_ACCOUNT_ENROLLMENT_CREATED =
634
652
  T.let(
@@ -1066,6 +1084,8 @@ module Increase
1066
1084
  end
1067
1085
 
1068
1086
  # The direction to order in.
1087
+ #
1088
+ # Defaults to `ascending`.
1069
1089
  sig do
1070
1090
  returns(
1071
1091
  T.nilable(Increase::EventListParams::OrderBy::Direction::OrSymbol)
@@ -1103,6 +1123,8 @@ module Increase
1103
1123
  end
1104
1124
  def self.new(
1105
1125
  # The direction to order in.
1126
+ #
1127
+ # Defaults to `ascending`.
1106
1128
  direction: nil,
1107
1129
  # The field to order by.
1108
1130
  field: nil
@@ -1122,6 +1144,8 @@ module Increase
1122
1144
  end
1123
1145
 
1124
1146
  # The direction to order in.
1147
+ #
1148
+ # Defaults to `ascending`.
1125
1149
  module Direction
1126
1150
  extend Increase::Internal::Type::Enum
1127
1151
 
@@ -654,6 +654,20 @@ module Increase
654
654
  Increase::EventSubscription::SelectedEventCategory::EventCategory::TaggedSymbol
655
655
  )
656
656
 
657
+ # Occurs whenever an Interest Rate Plan is created.
658
+ INTEREST_RATE_PLAN_CREATED =
659
+ T.let(
660
+ :"interest_rate_plan.created",
661
+ Increase::EventSubscription::SelectedEventCategory::EventCategory::TaggedSymbol
662
+ )
663
+
664
+ # Occurs whenever an Interest Rate Plan is updated.
665
+ INTEREST_RATE_PLAN_UPDATED =
666
+ T.let(
667
+ :"interest_rate_plan.updated",
668
+ Increase::EventSubscription::SelectedEventCategory::EventCategory::TaggedSymbol
669
+ )
670
+
657
671
  # Occurs whenever an IntraFi Account Enrollment is created.
658
672
  INTRAFI_ACCOUNT_ENROLLMENT_CREATED =
659
673
  T.let(
@@ -652,6 +652,20 @@ module Increase
652
652
  Increase::EventSubscriptionCreateParams::SelectedEventCategory::EventCategory::TaggedSymbol
653
653
  )
654
654
 
655
+ # Occurs whenever an Interest Rate Plan is created.
656
+ INTEREST_RATE_PLAN_CREATED =
657
+ T.let(
658
+ :"interest_rate_plan.created",
659
+ Increase::EventSubscriptionCreateParams::SelectedEventCategory::EventCategory::TaggedSymbol
660
+ )
661
+
662
+ # Occurs whenever an Interest Rate Plan is updated.
663
+ INTEREST_RATE_PLAN_UPDATED =
664
+ T.let(
665
+ :"interest_rate_plan.updated",
666
+ Increase::EventSubscriptionCreateParams::SelectedEventCategory::EventCategory::TaggedSymbol
667
+ )
668
+
655
669
  # Occurs whenever an IntraFi Account Enrollment is created.
656
670
  INTRAFI_ACCOUNT_ENROLLMENT_CREATED =
657
671
  T.let(
@@ -33,6 +33,8 @@ module Increase
33
33
 
34
34
  # Limit the size of the list that is returned. The default (and maximum) is 100
35
35
  # objects.
36
+ #
37
+ # Defaults to `100`.
36
38
  sig { returns(T.nilable(Integer)) }
37
39
  attr_reader :limit
38
40
 
@@ -57,6 +59,8 @@ module Increase
57
59
  idempotency_key: nil,
58
60
  # Limit the size of the list that is returned. The default (and maximum) is 100
59
61
  # objects.
62
+ #
63
+ # Defaults to `100`.
60
64
  limit: nil,
61
65
  request_options: {}
62
66
  )
@@ -67,6 +67,8 @@ module Increase
67
67
 
68
68
  # Limit the size of the list that is returned. The default (and maximum) is 100
69
69
  # objects.
70
+ #
71
+ # Defaults to `100`.
70
72
  sig { returns(T.nilable(Integer)) }
71
73
  attr_reader :limit
72
74
 
@@ -107,6 +109,8 @@ module Increase
107
109
  idempotency_key: nil,
108
110
  # Limit the size of the list that is returned. The default (and maximum) is 100
109
111
  # objects.
112
+ #
113
+ # Defaults to `100`.
110
114
  limit: nil,
111
115
  status: nil,
112
116
  request_options: {}
@@ -45,7 +45,9 @@ module Increase
45
45
  end
46
46
  attr_writer :account_holder
47
47
 
48
- # The type of the destination account. Defaults to `checking`.
48
+ # The type of the destination account.
49
+ #
50
+ # Defaults to `checking`.
49
51
  sig do
50
52
  returns(
51
53
  T.nilable(Increase::ExternalAccountCreateParams::Funding::OrSymbol)
@@ -81,7 +83,9 @@ module Increase
81
83
  routing_number:,
82
84
  # The type of entity that owns the External Account.
83
85
  account_holder: nil,
84
- # The type of the destination account. Defaults to `checking`.
86
+ # The type of the destination account.
87
+ #
88
+ # Defaults to `checking`.
85
89
  funding: nil,
86
90
  request_options: {}
87
91
  )
@@ -145,7 +149,9 @@ module Increase
145
149
  end
146
150
  end
147
151
 
148
- # The type of the destination account. Defaults to `checking`.
152
+ # The type of the destination account.
153
+ #
154
+ # Defaults to `checking`.
149
155
  module Funding
150
156
  extend Increase::Internal::Type::Enum
151
157
 
@@ -33,6 +33,8 @@ module Increase
33
33
 
34
34
  # Limit the size of the list that is returned. The default (and maximum) is 100
35
35
  # objects.
36
+ #
37
+ # Defaults to `100`.
36
38
  sig { returns(T.nilable(Integer)) }
37
39
  attr_reader :limit
38
40
 
@@ -74,6 +76,8 @@ module Increase
74
76
  idempotency_key: nil,
75
77
  # Limit the size of the list that is returned. The default (and maximum) is 100
76
78
  # objects.
79
+ #
80
+ # Defaults to `100`.
77
81
  limit: nil,
78
82
  # Filter External Accounts to those with the specified Routing Number.
79
83
  routing_number: nil,
@@ -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: {}
@@ -232,7 +232,7 @@ module Increase
232
232
  DIGITAL_WALLET_APP_ICON =
233
233
  T.let(:digital_wallet_app_icon, Increase::File::Purpose::TaggedSymbol)
234
234
 
235
- # A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with no other color but black.
235
+ # A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with a density of 600 dots per inch (DPI) and no other color but black.
236
236
  PHYSICAL_CARD_FRONT =
237
237
  T.let(:physical_card_front, Increase::File::Purpose::TaggedSymbol)
238
238
 
@@ -240,7 +240,7 @@ module Increase
240
240
  PHYSICAL_CARD_BACK =
241
241
  T.let(:physical_card_back, Increase::File::Purpose::TaggedSymbol)
242
242
 
243
- # An image representing the entirety of the carrier used for a physical card. This must be a 2550x3300 pixel PNG with no other color but black.
243
+ # An image representing the entirety of the carrier used for a physical card. This must be a 2550x3300 pixel PNG with a density of 300 dots per inch (DPI) and no other color but black.
244
244
  PHYSICAL_CARD_CARRIER =
245
245
  T.let(:physical_card_carrier, Increase::File::Purpose::TaggedSymbol)
246
246