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
@@ -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 purpose [Increase::Models::FileListParams::Purpose]
58
62
  #
59
63
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
@@ -183,13 +187,13 @@ module Increase
183
187
  # An icon for you app to be rendered inside digital wallet apps. This must be a 100x100 pixel PNG.
184
188
  DIGITAL_WALLET_APP_ICON = :digital_wallet_app_icon
185
189
 
186
- # 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.
190
+ # 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.
187
191
  PHYSICAL_CARD_FRONT = :physical_card_front
188
192
 
189
193
  # The image to be printed on the back of a physical card.
190
194
  PHYSICAL_CARD_BACK = :physical_card_back
191
195
 
192
- # 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.
196
+ # 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.
193
197
  PHYSICAL_CARD_CARRIER = :physical_card_carrier
194
198
 
195
199
  # A document requested by Increase.
@@ -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
 
@@ -56,6 +58,8 @@ module Increase
56
58
  # Limit the size of the list that is returned. The default (and maximum) is 100
57
59
  # objects.
58
60
  #
61
+ # Defaults to `100`.
62
+ #
59
63
  # @param status [Increase::Models::InboundACHTransferListParams::Status]
60
64
  #
61
65
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
@@ -43,6 +43,14 @@ module Increase
43
43
  # @return [Integer]
44
44
  required :amount, Integer
45
45
 
46
+ # @!attribute automatically_resolves_at
47
+ # The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
48
+ # the Inbound Check Deposit will be automatically resolved if it has not been
49
+ # actioned by then.
50
+ #
51
+ # @return [Time]
52
+ required :automatically_resolves_at, Time
53
+
46
54
  # @!attribute back_image_file_id
47
55
  # The ID for the File containing the image of the back of the check.
48
56
  #
@@ -138,7 +146,7 @@ module Increase
138
146
  # @return [Symbol, Increase::Models::InboundCheckDeposit::Type]
139
147
  required :type, enum: -> { Increase::InboundCheckDeposit::Type }
140
148
 
141
- # @!method initialize(id:, accepted_at:, account_id:, account_number_id:, adjustments:, amount:, back_image_file_id:, bank_of_first_deposit_routing_number:, check_number:, check_transfer_id:, created_at:, currency:, declined_at:, declined_transaction_id:, deposit_return:, front_image_file_id:, payee_name_analysis:, status:, transaction_id:, type:)
149
+ # @!method initialize(id:, accepted_at:, account_id:, account_number_id:, adjustments:, amount:, automatically_resolves_at:, back_image_file_id:, bank_of_first_deposit_routing_number:, check_number:, check_transfer_id:, created_at:, currency:, declined_at:, declined_transaction_id:, deposit_return:, front_image_file_id:, payee_name_analysis:, status:, transaction_id:, type:)
142
150
  # Inbound Check Deposits are records of third-parties attempting to deposit checks
143
151
  # against your account.
144
152
  #
@@ -159,6 +167,11 @@ module Increase
159
167
  #
160
168
  # @param amount [Integer] The deposited amount in USD cents.
161
169
  #
170
+ # @param automatically_resolves_at [Time]
171
+ # The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
172
+ # the Inbound Check Deposit will be automatically resolved if it has not been
173
+ # actioned by then.
174
+ #
162
175
  # @param back_image_file_id [String, nil] The ID for the File containing the image of the back of the check.
163
176
  #
164
177
  # @param bank_of_first_deposit_routing_number [String, nil]
@@ -35,6 +35,8 @@ module Increase
35
35
  # Limit the size of the list that is returned. The default (and maximum) is 100
36
36
  # objects.
37
37
  #
38
+ # Defaults to `100`.
39
+ #
38
40
  # @return [Integer, nil]
39
41
  optional :limit, Integer
40
42
 
@@ -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
 
58
62
  class CreatedAt < Increase::Internal::Type::BaseModel
@@ -35,6 +35,8 @@ module Increase
35
35
  # Limit the size of the list that is returned. The default (and maximum) is 100
36
36
  # objects.
37
37
  #
38
+ # Defaults to `100`.
39
+ #
38
40
  # @return [Integer, nil]
39
41
  optional :limit, Integer
40
42
 
@@ -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
 
58
62
  class CreatedAt < Increase::Internal::Type::BaseModel
@@ -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
 
@@ -46,6 +48,8 @@ module Increase
46
48
  # Limit the size of the list that is returned. The default (and maximum) is 100
47
49
  # objects.
48
50
  #
51
+ # Defaults to `100`.
52
+ #
49
53
  # @param lockbox_address_id [String] Filter Inbound Mail Items to ones sent to the provided Lockbox Address.
50
54
  #
51
55
  # @param lockbox_recipient_id [String]
@@ -36,6 +36,8 @@ module Increase
36
36
  # Limit the size of the list that is returned. The default (and maximum) is 100
37
37
  # objects.
38
38
  #
39
+ # Defaults to `100`.
40
+ #
39
41
  # @return [Integer, nil]
40
42
  optional :limit, Integer
41
43
 
@@ -56,6 +58,8 @@ module Increase
56
58
  # Limit the size of the list that is returned. The default (and maximum) is 100
57
59
  # objects.
58
60
  #
61
+ # Defaults to `100`.
62
+ #
59
63
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
60
64
 
61
65
  class CreatedAt < Increase::Internal::Type::BaseModel
@@ -17,6 +17,8 @@ module Increase
17
17
  # Limit the size of the list that is returned. The default (and maximum) is 100
18
18
  # objects.
19
19
  #
20
+ # Defaults to `100`.
21
+ #
20
22
  # @return [Integer, nil]
21
23
  optional :limit, Integer
22
24
 
@@ -27,6 +29,8 @@ module Increase
27
29
  # Limit the size of the list that is returned. The default (and maximum) is 100
28
30
  # objects.
29
31
  #
32
+ # Defaults to `100`.
33
+ #
30
34
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
31
35
  end
32
36
  end
@@ -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
 
@@ -63,6 +65,8 @@ module Increase
63
65
  # Limit the size of the list that is returned. The default (and maximum) is 100
64
66
  # objects.
65
67
  #
68
+ # Defaults to `100`.
69
+ #
66
70
  # @param status [Increase::Models::InboundWireTransferListParams::Status]
67
71
  #
68
72
  # @param wire_drawdown_request_id [String]
@@ -32,6 +32,8 @@ module Increase
32
32
  # Limit the size of the list that is returned. The default (and maximum) is 100
33
33
  # objects.
34
34
  #
35
+ # Defaults to `100`.
36
+ #
35
37
  # @return [Integer, nil]
36
38
  optional :limit, Integer
37
39
 
@@ -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 status [Increase::Models::IntrafiAccountEnrollmentListParams::Status]
59
63
  #
60
64
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
@@ -32,6 +32,8 @@ module Increase
32
32
  # Limit the size of the list that is returned. The default (and maximum) is 100
33
33
  # objects.
34
34
  #
35
+ # Defaults to `100`.
36
+ #
35
37
  # @return [Integer, nil]
36
38
  optional :limit, Integer
37
39
 
@@ -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
  end
55
59
  end
@@ -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
@@ -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
 
@@ -63,6 +65,8 @@ module Increase
63
65
  # Limit the size of the list that is returned. The default (and maximum) is 100
64
66
  # objects.
65
67
  #
68
+ # Defaults to `100`.
69
+ #
66
70
  # @param lockbox_address_id [String]
67
71
  # Filter Lockbox Recipients to those associated with the provided Lockbox Address.
68
72
  #
@@ -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
 
@@ -39,6 +41,8 @@ module Increase
39
41
  # Limit the size of the list that is returned. The default (and maximum) is 100
40
42
  # objects.
41
43
  #
44
+ # Defaults to `100`.
45
+ #
42
46
  # @param status [Increase::Models::OAuthApplicationListParams::Status]
43
47
  #
44
48
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
@@ -17,6 +17,8 @@ module Increase
17
17
  # Limit the size of the list that is returned. The default (and maximum) is 100
18
18
  # objects.
19
19
  #
20
+ # Defaults to `100`.
21
+ #
20
22
  # @return [Integer, nil]
21
23
  optional :limit, Integer
22
24
 
@@ -39,6 +41,8 @@ module Increase
39
41
  # Limit the size of the list that is returned. The default (and maximum) is 100
40
42
  # objects.
41
43
  #
44
+ # Defaults to `100`.
45
+ #
42
46
  # @param oauth_application_id [String]
43
47
  # Filter results to only include OAuth Connections for a specific OAuth
44
48
  # Application.
@@ -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
 
@@ -60,6 +62,8 @@ module Increase
60
62
  # Limit the size of the list that is returned. The default (and maximum) is 100
61
63
  # objects.
62
64
  #
65
+ # Defaults to `100`.
66
+ #
63
67
  # @param route_id [String] Filter pending transactions to those belonging to the specified Route.
64
68
  #
65
69
  # @param status [Increase::Models::PendingTransactionListParams::Status]
@@ -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
@@ -8,7 +8,9 @@ module Increase
8
8
  include Increase::Internal::Type::RequestParameters
9
9
 
10
10
  # @!attribute carrier_image_file_id
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
  # @return [String]
14
16
  required :carrier_image_file_id, String
@@ -26,7 +28,9 @@ module Increase
26
28
  required :description, String
27
29
 
28
30
  # @!attribute front_image_file_id
29
- # The identifier of the File containing the physical card's front image.
31
+ # The identifier of the File containing the physical card's front image. This must
32
+ # have `purpose: physical_card_front` and be a 2100x1344 pixel PNG with a density
33
+ # of 600 dots per inch (DPI).
30
34
  #
31
35
  # @return [String]
32
36
  required :front_image_file_id, String
@@ -46,13 +50,18 @@ module Increase
46
50
 
47
51
  # @!method initialize(carrier_image_file_id:, contact_phone:, description:, front_image_file_id:, program_id:, front_text: nil, request_options: {})
48
52
  # @param carrier_image_file_id [String]
49
- # The identifier of the File containing the physical card's carrier image.
53
+ # The identifier of the File containing the physical card's carrier image. This
54
+ # must have `purpose: physical_card_carrier` and be a 2550x3300 pixel PNG with a
55
+ # density of 300 dots per inch (DPI).
50
56
  #
51
57
  # @param contact_phone [String] A phone number the user can contact to receive support for their card.
52
58
  #
53
59
  # @param description [String] A description you can use to identify the Card Profile.
54
60
  #
55
- # @param front_image_file_id [String] The identifier of the File containing the physical card's front image.
61
+ # @param front_image_file_id [String]
62
+ # The identifier of the File containing the physical card's front image. This must
63
+ # have `purpose: physical_card_front` and be a 2100x1344 pixel PNG with a density
64
+ # of 600 dots per inch (DPI).
56
65
  #
57
66
  # @param program_id [String] The identifier for the Program that this Physical Card Profile falls under.
58
67
  #
@@ -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::PhysicalCardProfileListParams::Status]
51
55
  #
52
56
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
@@ -120,6 +120,9 @@ module Increase
120
120
  # Grasshopper Bank
121
121
  GRASSHOPPER_BANK = :grasshopper_bank
122
122
 
123
+ # Increase Bank
124
+ INCREASE_BANK = :increase_bank
125
+
123
126
  # @!method self.values
124
127
  # @return [Array<Symbol>]
125
128
  end
@@ -17,6 +17,8 @@ module Increase
17
17
  # Limit the size of the list that is returned. The default (and maximum) is 100
18
18
  # objects.
19
19
  #
20
+ # Defaults to `100`.
21
+ #
20
22
  # @return [Integer, nil]
21
23
  optional :limit, Integer
22
24
 
@@ -27,6 +29,8 @@ module Increase
27
29
  # Limit the size of the list that is returned. The default (and maximum) is 100
28
30
  # objects.
29
31
  #
32
+ # Defaults to `100`.
33
+ #
30
34
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
31
35
  end
32
36
  end
@@ -44,6 +44,8 @@ module Increase
44
44
  # Limit the size of the list that is returned. The default (and maximum) is 100
45
45
  # objects.
46
46
  #
47
+ # Defaults to `100`.
48
+ #
47
49
  # @return [Integer, nil]
48
50
  optional :limit, Integer
49
51
 
@@ -74,6 +76,8 @@ module Increase
74
76
  # Limit the size of the list that is returned. The default (and maximum) is 100
75
77
  # objects.
76
78
  #
79
+ # Defaults to `100`.
80
+ #
77
81
  # @param status [Increase::Models::RealTimePaymentsTransferListParams::Status]
78
82
  #
79
83
  # @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
 
@@ -35,6 +37,8 @@ module Increase
35
37
  # Limit the size of the list that is returned. The default (and maximum) is 100
36
38
  # objects.
37
39
  #
40
+ # Defaults to `100`.
41
+ #
38
42
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
39
43
  end
40
44
  end
@@ -22,6 +22,13 @@ module Increase
22
22
  # @return [String]
23
23
  required :name, String
24
24
 
25
+ # @!attribute real_time_payments_request_for_payment
26
+ # This routing number's support for Real-Time Payments Requests for Payment.
27
+ #
28
+ # @return [Symbol, Increase::Models::RoutingNumberListResponse::RealTimePaymentsRequestForPayment]
29
+ required :real_time_payments_request_for_payment,
30
+ enum: -> { Increase::Models::RoutingNumberListResponse::RealTimePaymentsRequestForPayment }
31
+
25
32
  # @!attribute real_time_payments_transfers
26
33
  # This routing number's support for Real-Time Payments Transfers.
27
34
  #
@@ -48,7 +55,7 @@ module Increase
48
55
  # @return [Symbol, Increase::Models::RoutingNumberListResponse::WireTransfers]
49
56
  required :wire_transfers, enum: -> { Increase::Models::RoutingNumberListResponse::WireTransfers }
50
57
 
51
- # @!method initialize(ach_transfers:, fednow_transfers:, name:, real_time_payments_transfers:, routing_number:, type:, wire_transfers:)
58
+ # @!method initialize(ach_transfers:, fednow_transfers:, name:, real_time_payments_request_for_payment:, real_time_payments_transfers:, routing_number:, type:, wire_transfers:)
52
59
  # Routing numbers are used to identify your bank in a financial transaction.
53
60
  #
54
61
  # @param ach_transfers [Symbol, Increase::Models::RoutingNumberListResponse::ACHTransfers]
@@ -59,6 +66,9 @@ module Increase
59
66
  #
60
67
  # @param name [String] The name of the financial institution belonging to a routing number.
61
68
  #
69
+ # @param real_time_payments_request_for_payment [Symbol, Increase::Models::RoutingNumberListResponse::RealTimePaymentsRequestForPayment]
70
+ # This routing number's support for Real-Time Payments Requests for Payment.
71
+ #
62
72
  # @param real_time_payments_transfers [Symbol, Increase::Models::RoutingNumberListResponse::RealTimePaymentsTransfers]
63
73
  # This routing number's support for Real-Time Payments Transfers.
64
74
  #
@@ -103,6 +113,22 @@ module Increase
103
113
  # @return [Array<Symbol>]
104
114
  end
105
115
 
116
+ # This routing number's support for Real-Time Payments Requests for Payment.
117
+ #
118
+ # @see Increase::Models::RoutingNumberListResponse#real_time_payments_request_for_payment
119
+ module RealTimePaymentsRequestForPayment
120
+ extend Increase::Internal::Type::Enum
121
+
122
+ # The routing number can receive this transfer type.
123
+ SUPPORTED = :supported
124
+
125
+ # The routing number cannot receive this transfer type.
126
+ NOT_SUPPORTED = :not_supported
127
+
128
+ # @!method self.values
129
+ # @return [Array<Symbol>]
130
+ end
131
+
106
132
  # This routing number's support for Real-Time Payments Transfers.
107
133
  #
108
134
  # @see Increase::Models::RoutingNumberListResponse#real_time_payments_transfers
@@ -24,6 +24,7 @@ module Increase
24
24
 
25
25
  # @!attribute reason
26
26
  # The reason why the Federal Reserve or destination bank returned this transfer.
27
+ #
27
28
  # Defaults to `no_account`.
28
29
  #
29
30
  # @return [Symbol, Increase::Models::Simulations::ACHTransferReturnParams::Reason, nil]
@@ -39,11 +40,13 @@ module Increase
39
40
  #
40
41
  # @param reason [Symbol, Increase::Models::Simulations::ACHTransferReturnParams::Reason]
41
42
  # The reason why the Federal Reserve or destination bank returned this transfer.
43
+ #
42
44
  # Defaults to `no_account`.
43
45
  #
44
46
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
45
47
 
46
48
  # The reason why the Federal Reserve or destination bank returned this transfer.
49
+ #
47
50
  # Defaults to `no_account`.
48
51
  module Reason
49
52
  extend Increase::Internal::Type::Enum
@@ -189,6 +189,8 @@ module Increase
189
189
  # @!attribute reason
190
190
  # The reason for the decline.
191
191
  #
192
+ # Defaults to `do_not_honor`.
193
+ #
192
194
  # @return [Symbol, Increase::Models::Simulations::CardTokenCreateParams::Outcome::Decline::Reason, nil]
193
195
  optional :reason, enum: -> { Increase::Simulations::CardTokenCreateParams::Outcome::Decline::Reason }
194
196
 
@@ -197,9 +199,13 @@ module Increase
197
199
  #
198
200
  # @param reason [Symbol, Increase::Models::Simulations::CardTokenCreateParams::Outcome::Decline::Reason]
199
201
  # The reason for the decline.
202
+ #
203
+ # Defaults to `do_not_honor`.
200
204
 
201
205
  # The reason for the decline.
202
206
  #
207
+ # Defaults to `do_not_honor`.
208
+ #
203
209
  # @see Increase::Models::Simulations::CardTokenCreateParams::Outcome::Decline#reason
204
210
  module Reason
205
211
  extend Increase::Internal::Type::Enum
@@ -24,8 +24,9 @@ module Increase
24
24
  optional :amount, Integer
25
25
 
26
26
  # @!attribute reason
27
- # The reason for the adjustment. Defaults to `non_conforming_item`, which is often
28
- # used for a low quality image that the recipient wasn't able to handle.
27
+ # The reason for the adjustment.
28
+ #
29
+ # Defaults to `non_conforming_item`.
29
30
  #
30
31
  # @return [Symbol, Increase::Models::Simulations::CheckDepositAdjustmentParams::Reason, nil]
31
32
  optional :reason, enum: -> { Increase::Simulations::CheckDepositAdjustmentParams::Reason }
@@ -40,13 +41,15 @@ module Increase
40
41
  # Deposit amount.
41
42
  #
42
43
  # @param reason [Symbol, Increase::Models::Simulations::CheckDepositAdjustmentParams::Reason]
43
- # The reason for the adjustment. Defaults to `non_conforming_item`, which is often
44
- # used for a low quality image that the recipient wasn't able to handle.
44
+ # The reason for the adjustment.
45
+ #
46
+ # Defaults to `non_conforming_item`.
45
47
  #
46
48
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
47
49
 
48
- # The reason for the adjustment. Defaults to `non_conforming_item`, which is often
49
- # used for a low quality image that the recipient wasn't able to handle.
50
+ # The reason for the adjustment.
51
+ #
52
+ # Defaults to `non_conforming_item`.
50
53
  module Reason
51
54
  extend Increase::Internal::Type::Enum
52
55
 
@@ -58,6 +58,9 @@ module Increase
58
58
  # Grasshopper Bank
59
59
  GRASSHOPPER_BANK = :grasshopper_bank
60
60
 
61
+ # Increase Bank
62
+ INCREASE_BANK = :increase_bank
63
+
61
64
  # @!method self.values
62
65
  # @return [Array<Symbol>]
63
66
  end
@@ -32,6 +32,8 @@ module Increase
32
32
  # Limit the size of the list that is returned. The default (and maximum) is 100
33
33
  # objects.
34
34
  #
35
+ # Defaults to `100`.
36
+ #
35
37
  # @return [Integer, nil]
36
38
  optional :limit, Integer
37
39
 
@@ -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
  end
55
59
  end
@@ -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::SwiftTransferListParams::Status]
66
70
  #
67
71
  # @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]