stripe 18.1.0.pre.alpha.4 → 18.1.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 (929) hide show
  1. checksums.yaml +4 -4
  2. data/lib/data/ca-certificates.crt +682 -518
  3. data/lib/stripe/api_requestor.rb +0 -34
  4. data/lib/stripe/api_version.rb +2 -1
  5. data/lib/stripe/errors.rb +0 -63
  6. data/lib/stripe/event_types.rb +0 -513
  7. data/lib/stripe/object_types.rb +0 -83
  8. data/lib/stripe/params/account_create_params.rb +48 -361
  9. data/lib/stripe/params/account_external_account_create_params.rb +2 -2
  10. data/lib/stripe/params/account_external_account_update_params.rb +2 -2
  11. data/lib/stripe/params/account_person_create_params.rb +10 -42
  12. data/lib/stripe/params/account_person_update_params.rb +10 -42
  13. data/lib/stripe/params/account_session_create_params.rb +1 -226
  14. data/lib/stripe/params/account_update_params.rb +47 -323
  15. data/lib/stripe/params/application_fee_refund_create_params.rb +1 -1
  16. data/lib/stripe/params/application_fee_refund_update_params.rb +1 -1
  17. data/lib/stripe/params/billing/alert_create_params.rb +1 -121
  18. data/lib/stripe/params/billing/alert_list_params.rb +0 -4
  19. data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +3 -15
  20. data/lib/stripe/params/billing/credit_balance_transaction_list_params.rb +2 -2
  21. data/lib/stripe/params/billing/credit_grant_create_params.rb +4 -31
  22. data/lib/stripe/params/billing/credit_grant_list_params.rb +1 -1
  23. data/lib/stripe/params/billing/meter_create_params.rb +0 -4
  24. data/lib/stripe/params/billing/meter_event_create_params.rb +1 -1
  25. data/lib/stripe/params/billing/meter_event_summary_list_params.rb +0 -8
  26. data/lib/stripe/params/billing_portal/configuration_create_params.rb +7 -3
  27. data/lib/stripe/params/billing_portal/configuration_update_params.rb +7 -3
  28. data/lib/stripe/params/billing_portal/session_create_params.rb +7 -7
  29. data/lib/stripe/params/charge_capture_params.rb +2 -1650
  30. data/lib/stripe/params/charge_create_params.rb +12 -12
  31. data/lib/stripe/params/charge_search_params.rb +1 -1
  32. data/lib/stripe/params/charge_update_params.rb +3 -1651
  33. data/lib/stripe/params/checkout/session_create_params.rb +42 -247
  34. data/lib/stripe/params/checkout/session_update_params.rb +12 -152
  35. data/lib/stripe/params/climate/order_create_params.rb +1 -1
  36. data/lib/stripe/params/climate/order_update_params.rb +1 -1
  37. data/lib/stripe/params/confirmation_token_create_params.rb +6 -83
  38. data/lib/stripe/params/coupon_create_params.rb +2 -18
  39. data/lib/stripe/params/coupon_update_params.rb +1 -1
  40. data/lib/stripe/params/credit_note_create_params.rb +1 -1
  41. data/lib/stripe/params/credit_note_list_params.rb +1 -1
  42. data/lib/stripe/params/credit_note_list_preview_line_items_params.rb +1 -1
  43. data/lib/stripe/params/credit_note_preview_lines_list_params.rb +1 -1
  44. data/lib/stripe/params/credit_note_preview_params.rb +1 -1
  45. data/lib/stripe/params/credit_note_update_params.rb +1 -1
  46. data/lib/stripe/params/customer_balance_transaction_create_params.rb +2 -2
  47. data/lib/stripe/params/customer_balance_transaction_list_params.rb +11 -1
  48. data/lib/stripe/params/customer_balance_transaction_update_params.rb +1 -1
  49. data/lib/stripe/params/customer_cash_balance_update_params.rb +1 -1
  50. data/lib/stripe/params/customer_create_params.rb +5 -5
  51. data/lib/stripe/params/customer_fund_cash_balance_params.rb +2 -2
  52. data/lib/stripe/params/customer_payment_source_create_params.rb +2 -2
  53. data/lib/stripe/params/customer_payment_source_update_params.rb +2 -2
  54. data/lib/stripe/params/customer_search_params.rb +1 -1
  55. data/lib/stripe/params/customer_session_create_params.rb +1 -32
  56. data/lib/stripe/params/customer_update_params.rb +7 -7
  57. data/lib/stripe/params/dispute_update_params.rb +4 -13
  58. data/lib/stripe/params/file_create_params.rb +3 -3
  59. data/lib/stripe/params/file_link_create_params.rb +1 -1
  60. data/lib/stripe/params/file_link_update_params.rb +1 -1
  61. data/lib/stripe/params/financial_connections/account_list_params.rb +3 -3
  62. data/lib/stripe/params/financial_connections/session_create_params.rb +4 -33
  63. data/lib/stripe/params/forwarding/request_create_params.rb +1 -1
  64. data/lib/stripe/params/identity/verification_report_list_params.rb +0 -4
  65. data/lib/stripe/params/identity/verification_session_create_params.rb +6 -6
  66. data/lib/stripe/params/identity/verification_session_list_params.rb +3 -3
  67. data/lib/stripe/params/identity/verification_session_update_params.rb +5 -5
  68. data/lib/stripe/params/invoice_add_lines_params.rb +9 -41
  69. data/lib/stripe/params/invoice_attach_payment_params.rb +1 -43
  70. data/lib/stripe/params/invoice_create_params.rb +29 -110
  71. data/lib/stripe/params/invoice_create_preview_params.rb +43 -975
  72. data/lib/stripe/params/invoice_finalize_invoice_params.rb +1 -1
  73. data/lib/stripe/params/invoice_item_create_params.rb +9 -41
  74. data/lib/stripe/params/invoice_item_list_params.rb +2 -2
  75. data/lib/stripe/params/invoice_item_update_params.rb +7 -39
  76. data/lib/stripe/params/invoice_line_item_update_params.rb +8 -40
  77. data/lib/stripe/params/invoice_list_params.rb +2 -6
  78. data/lib/stripe/params/invoice_remove_lines_params.rb +1 -1
  79. data/lib/stripe/params/invoice_search_params.rb +1 -1
  80. data/lib/stripe/params/invoice_update_lines_params.rb +9 -41
  81. data/lib/stripe/params/invoice_update_params.rb +26 -107
  82. data/lib/stripe/params/issuing/authorization_approve_params.rb +2 -2
  83. data/lib/stripe/params/issuing/authorization_capture_params.rb +1 -1
  84. data/lib/stripe/params/issuing/authorization_create_params.rb +5 -5
  85. data/lib/stripe/params/issuing/authorization_decline_params.rb +1 -1
  86. data/lib/stripe/params/issuing/authorization_finalize_amount_params.rb +1 -1
  87. data/lib/stripe/params/issuing/authorization_increment_params.rb +2 -2
  88. data/lib/stripe/params/issuing/authorization_reverse_params.rb +1 -1
  89. data/lib/stripe/params/issuing/authorization_update_params.rb +1 -1
  90. data/lib/stripe/params/issuing/card_create_params.rb +7 -7
  91. data/lib/stripe/params/issuing/card_update_params.rb +6 -6
  92. data/lib/stripe/params/issuing/cardholder_create_params.rb +11 -12
  93. data/lib/stripe/params/issuing/cardholder_update_params.rb +10 -10
  94. data/lib/stripe/params/issuing/dispute_create_params.rb +2 -2
  95. data/lib/stripe/params/issuing/dispute_submit_params.rb +1 -1
  96. data/lib/stripe/params/issuing/dispute_update_params.rb +2 -2
  97. data/lib/stripe/params/issuing/personalization_design_create_params.rb +1 -1
  98. data/lib/stripe/params/issuing/personalization_design_update_params.rb +1 -1
  99. data/lib/stripe/params/issuing/transaction_create_force_capture_params.rb +2 -2
  100. data/lib/stripe/params/issuing/transaction_create_unlinked_refund_params.rb +2 -2
  101. data/lib/stripe/params/issuing/transaction_list_params.rb +0 -4
  102. data/lib/stripe/params/issuing/transaction_refund_params.rb +1 -1
  103. data/lib/stripe/params/issuing/transaction_update_params.rb +1 -1
  104. data/lib/stripe/params/payment_intent_apply_customer_balance_params.rb +1 -1
  105. data/lib/stripe/params/payment_intent_capture_params.rb +13 -1639
  106. data/lib/stripe/params/payment_intent_confirm_params.rb +150 -3144
  107. data/lib/stripe/params/payment_intent_create_params.rb +167 -3174
  108. data/lib/stripe/params/payment_intent_increment_authorization_params.rb +11 -32
  109. data/lib/stripe/params/payment_intent_list_params.rb +1 -1
  110. data/lib/stripe/params/payment_intent_search_params.rb +1 -1
  111. data/lib/stripe/params/payment_intent_update_params.rb +205 -3230
  112. data/lib/stripe/params/payment_link_create_params.rb +19 -19
  113. data/lib/stripe/params/payment_link_update_params.rb +9 -9
  114. data/lib/stripe/params/payment_method_attach_params.rb +1 -1
  115. data/lib/stripe/params/payment_method_configuration_create_params.rb +38 -143
  116. data/lib/stripe/params/payment_method_configuration_update_params.rb +38 -143
  117. data/lib/stripe/params/payment_method_create_params.rb +4 -81
  118. data/lib/stripe/params/payment_method_update_params.rb +2 -2
  119. data/lib/stripe/params/payment_record_report_payment_attempt_informational_params.rb +2 -2
  120. data/lib/stripe/params/payment_record_report_payment_attempt_params.rb +3 -3
  121. data/lib/stripe/params/payment_record_report_payment_params.rb +4 -4
  122. data/lib/stripe/params/payment_record_report_refund_params.rb +3 -3
  123. data/lib/stripe/params/payout_create_params.rb +1 -1
  124. data/lib/stripe/params/payout_reverse_params.rb +1 -1
  125. data/lib/stripe/params/payout_update_params.rb +1 -1
  126. data/lib/stripe/params/plan_create_params.rb +4 -4
  127. data/lib/stripe/params/plan_update_params.rb +2 -2
  128. data/lib/stripe/params/price_create_params.rb +6 -6
  129. data/lib/stripe/params/price_search_params.rb +1 -1
  130. data/lib/stripe/params/price_update_params.rb +3 -22
  131. data/lib/stripe/params/product_create_params.rb +7 -7
  132. data/lib/stripe/params/product_feature_create_params.rb +1 -1
  133. data/lib/stripe/params/product_list_params.rb +1 -1
  134. data/lib/stripe/params/product_search_params.rb +1 -1
  135. data/lib/stripe/params/product_update_params.rb +4 -4
  136. data/lib/stripe/params/promotion_code_create_params.rb +3 -3
  137. data/lib/stripe/params/promotion_code_list_params.rb +1 -1
  138. data/lib/stripe/params/promotion_code_update_params.rb +1 -1
  139. data/lib/stripe/params/quote_create_params.rb +7 -1025
  140. data/lib/stripe/params/quote_list_params.rb +2 -6
  141. data/lib/stripe/params/quote_update_params.rb +8 -1033
  142. data/lib/stripe/params/radar/value_list_create_params.rb +1 -1
  143. data/lib/stripe/params/radar/value_list_update_params.rb +1 -1
  144. data/lib/stripe/params/refund_create_params.rb +2 -2
  145. data/lib/stripe/params/refund_update_params.rb +1 -1
  146. data/lib/stripe/params/reporting/report_run_create_params.rb +2 -2
  147. data/lib/stripe/params/setup_intent_confirm_params.rb +9 -193
  148. data/lib/stripe/params/setup_intent_create_params.rb +15 -199
  149. data/lib/stripe/params/setup_intent_update_params.rb +12 -196
  150. data/lib/stripe/params/shipping_rate_create_params.rb +2 -2
  151. data/lib/stripe/params/shipping_rate_update_params.rb +1 -1
  152. data/lib/stripe/params/source_create_params.rb +3 -3
  153. data/lib/stripe/params/source_update_params.rb +3 -3
  154. data/lib/stripe/params/subscription_create_params.rb +39 -280
  155. data/lib/stripe/params/subscription_item_create_params.rb +12 -72
  156. data/lib/stripe/params/subscription_item_delete_params.rb +2 -2
  157. data/lib/stripe/params/subscription_item_update_params.rb +12 -56
  158. data/lib/stripe/params/subscription_list_params.rb +3 -3
  159. data/lib/stripe/params/subscription_resume_params.rb +2 -2
  160. data/lib/stripe/params/subscription_schedule_create_params.rb +22 -248
  161. data/lib/stripe/params/subscription_schedule_update_params.rb +22 -248
  162. data/lib/stripe/params/subscription_search_params.rb +1 -1
  163. data/lib/stripe/params/subscription_update_params.rb +37 -262
  164. data/lib/stripe/params/tax/association_find_params.rb +1 -1
  165. data/lib/stripe/params/tax/calculation_create_params.rb +7 -7
  166. data/lib/stripe/params/tax/settings_update_params.rb +1 -1
  167. data/lib/stripe/params/tax/transaction_create_from_calculation_params.rb +1 -1
  168. data/lib/stripe/params/tax/transaction_create_reversal_params.rb +9 -9
  169. data/lib/stripe/params/tax_id_create_params.rb +2 -2
  170. data/lib/stripe/params/tax_id_list_params.rb +2 -2
  171. data/lib/stripe/params/tax_rate_create_params.rb +1 -1
  172. data/lib/stripe/params/tax_rate_update_params.rb +1 -1
  173. data/lib/stripe/params/terminal/configuration_create_params.rb +0 -13
  174. data/lib/stripe/params/terminal/configuration_update_params.rb +0 -13
  175. data/lib/stripe/params/terminal/location_create_params.rb +2 -2
  176. data/lib/stripe/params/terminal/location_update_params.rb +2 -2
  177. data/lib/stripe/params/terminal/reader_collect_inputs_params.rb +1 -1
  178. data/lib/stripe/params/terminal/reader_create_params.rb +1 -1
  179. data/lib/stripe/params/terminal/reader_refund_payment_params.rb +1 -1
  180. data/lib/stripe/params/terminal/reader_set_reader_display_params.rb +3 -3
  181. data/lib/stripe/params/terminal/reader_update_params.rb +1 -1
  182. data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +6 -83
  183. data/lib/stripe/params/test_helpers/customer_fund_cash_balance_params.rb +2 -2
  184. data/lib/stripe/params/test_helpers/issuing/authorization_capture_params.rb +1 -1
  185. data/lib/stripe/params/test_helpers/issuing/authorization_create_params.rb +5 -5
  186. data/lib/stripe/params/test_helpers/issuing/authorization_finalize_amount_params.rb +1 -1
  187. data/lib/stripe/params/test_helpers/issuing/authorization_increment_params.rb +2 -2
  188. data/lib/stripe/params/test_helpers/issuing/authorization_reverse_params.rb +1 -1
  189. data/lib/stripe/params/test_helpers/issuing/transaction_create_force_capture_params.rb +2 -2
  190. data/lib/stripe/params/test_helpers/issuing/transaction_create_unlinked_refund_params.rb +2 -2
  191. data/lib/stripe/params/test_helpers/issuing/transaction_refund_params.rb +1 -1
  192. data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +2 -26
  193. data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +2 -26
  194. data/lib/stripe/params/token_create_params.rb +22 -86
  195. data/lib/stripe/params/topup_create_params.rb +2 -2
  196. data/lib/stripe/params/topup_update_params.rb +1 -1
  197. data/lib/stripe/params/transfer_create_params.rb +3 -11
  198. data/lib/stripe/params/transfer_reversal_create_params.rb +1 -1
  199. data/lib/stripe/params/transfer_reversal_update_params.rb +1 -1
  200. data/lib/stripe/params/transfer_update_params.rb +1 -1
  201. data/lib/stripe/params/treasury/credit_reversal_create_params.rb +1 -1
  202. data/lib/stripe/params/treasury/debit_reversal_create_params.rb +1 -1
  203. data/lib/stripe/params/treasury/financial_account_create_params.rb +2 -9
  204. data/lib/stripe/params/treasury/financial_account_features_update_params.rb +1 -4
  205. data/lib/stripe/params/treasury/financial_account_update_features_params.rb +1 -4
  206. data/lib/stripe/params/treasury/financial_account_update_params.rb +2 -9
  207. data/lib/stripe/params/treasury/inbound_transfer_create_params.rb +2 -2
  208. data/lib/stripe/params/treasury/outbound_payment_create_params.rb +5 -5
  209. data/lib/stripe/params/treasury/outbound_transfer_create_params.rb +3 -27
  210. data/lib/stripe/params/treasury/received_credit_create_params.rb +2 -26
  211. data/lib/stripe/params/treasury/received_debit_create_params.rb +2 -26
  212. data/lib/stripe/params/v2/core/account_create_params.rb +25 -967
  213. data/lib/stripe/params/v2/core/account_link_create_params.rb +5 -5
  214. data/lib/stripe/params/v2/core/account_token_create_params.rb +10 -258
  215. data/lib/stripe/params/v2/core/account_update_params.rb +30 -951
  216. data/lib/stripe/params/v2/core/accounts/person_create_params.rb +5 -5
  217. data/lib/stripe/params/v2/core/accounts/person_token_create_params.rb +5 -5
  218. data/lib/stripe/params/v2/core/accounts/person_update_params.rb +5 -5
  219. data/lib/stripe/params/v2/core/event_list_params.rb +1 -4
  220. data/lib/stripe/params/v2/core/event_retrieve_params.rb +1 -8
  221. data/lib/stripe/params/webhook_endpoint_create_params.rb +1 -1
  222. data/lib/stripe/params/webhook_endpoint_update_params.rb +1 -1
  223. data/lib/stripe/params.rb +0 -247
  224. data/lib/stripe/resources/account.rb +27 -208
  225. data/lib/stripe/resources/account_link.rb +1 -1
  226. data/lib/stripe/resources/account_session.rb +2 -110
  227. data/lib/stripe/resources/application_fee.rb +0 -2
  228. data/lib/stripe/resources/application_fee_refund.rb +2 -2
  229. data/lib/stripe/resources/apps/secret.rb +1 -1
  230. data/lib/stripe/resources/balance.rb +2 -85
  231. data/lib/stripe/resources/balance_settings.rb +1 -1
  232. data/lib/stripe/resources/balance_transaction.rb +1 -1
  233. data/lib/stripe/resources/bank_account.rb +10 -10
  234. data/lib/stripe/resources/billing/alert.rb +2 -106
  235. data/lib/stripe/resources/billing/alert_triggered.rb +0 -6
  236. data/lib/stripe/resources/billing/credit_balance_summary.rb +2 -84
  237. data/lib/stripe/resources/billing/credit_balance_transaction.rb +2 -84
  238. data/lib/stripe/resources/billing/credit_grant.rb +4 -60
  239. data/lib/stripe/resources/billing/meter.rb +0 -2
  240. data/lib/stripe/resources/billing/meter_event.rb +1 -1
  241. data/lib/stripe/resources/billing/meter_event_summary.rb +0 -2
  242. data/lib/stripe/resources/billing_portal/configuration.rb +5 -3
  243. data/lib/stripe/resources/billing_portal/session.rb +6 -6
  244. data/lib/stripe/resources/capability.rb +16 -16
  245. data/lib/stripe/resources/card.rb +3 -22
  246. data/lib/stripe/resources/cash_balance.rb +2 -2
  247. data/lib/stripe/resources/charge.rb +46 -266
  248. data/lib/stripe/resources/checkout/session.rb +23 -215
  249. data/lib/stripe/resources/climate/order.rb +1 -1
  250. data/lib/stripe/resources/confirmation_token.rb +11 -162
  251. data/lib/stripe/resources/coupon.rb +4 -29
  252. data/lib/stripe/resources/credit_note.rb +5 -5
  253. data/lib/stripe/resources/credit_note_line_item.rb +1 -19
  254. data/lib/stripe/resources/customer.rb +8 -8
  255. data/lib/stripe/resources/customer_balance_transaction.rb +6 -6
  256. data/lib/stripe/resources/customer_cash_balance_transaction.rb +10 -10
  257. data/lib/stripe/resources/customer_session.rb +0 -36
  258. data/lib/stripe/resources/discount.rb +3 -5
  259. data/lib/stripe/resources/dispute.rb +5 -27
  260. data/lib/stripe/resources/entitlements/active_entitlement.rb +1 -1
  261. data/lib/stripe/resources/event.rb +2 -65
  262. data/lib/stripe/resources/exchange_rate.rb +2 -2
  263. data/lib/stripe/resources/file.rb +4 -4
  264. data/lib/stripe/resources/file_link.rb +1 -1
  265. data/lib/stripe/resources/financial_connections/account.rb +3 -28
  266. data/lib/stripe/resources/financial_connections/session.rb +3 -67
  267. data/lib/stripe/resources/forwarding/request.rb +1 -1
  268. data/lib/stripe/resources/funding_instructions.rb +14 -14
  269. data/lib/stripe/resources/identity/verification_report.rb +9 -13
  270. data/lib/stripe/resources/identity/verification_session.rb +11 -11
  271. data/lib/stripe/resources/invoice.rb +49 -182
  272. data/lib/stripe/resources/invoice_item.rb +8 -114
  273. data/lib/stripe/resources/invoice_line_item.rb +7 -151
  274. data/lib/stripe/resources/invoice_payment.rb +1 -1
  275. data/lib/stripe/resources/invoice_rendering_template.rb +1 -1
  276. data/lib/stripe/resources/issuing/authorization.rb +20 -20
  277. data/lib/stripe/resources/issuing/card.rb +12 -12
  278. data/lib/stripe/resources/issuing/cardholder.rb +14 -14
  279. data/lib/stripe/resources/issuing/dispute.rb +7 -7
  280. data/lib/stripe/resources/issuing/personalization_design.rb +1 -1
  281. data/lib/stripe/resources/issuing/token.rb +1 -1
  282. data/lib/stripe/resources/issuing/transaction.rb +12 -14
  283. data/lib/stripe/resources/line_item.rb +4 -69
  284. data/lib/stripe/resources/login_link.rb +1 -1
  285. data/lib/stripe/resources/mandate.rb +0 -43
  286. data/lib/stripe/resources/payment_attempt_record.rb +79 -201
  287. data/lib/stripe/resources/payment_intent.rb +59 -811
  288. data/lib/stripe/resources/payment_intent_amount_details_line_item.rb +3 -3
  289. data/lib/stripe/resources/payment_link.rb +7 -7
  290. data/lib/stripe/resources/payment_method.rb +13 -186
  291. data/lib/stripe/resources/payment_method_configuration.rb +4 -174
  292. data/lib/stripe/resources/payment_method_domain.rb +1 -1
  293. data/lib/stripe/resources/payment_record.rb +81 -201
  294. data/lib/stripe/resources/payout.rb +7 -7
  295. data/lib/stripe/resources/person.rb +23 -59
  296. data/lib/stripe/resources/plan.rb +5 -5
  297. data/lib/stripe/resources/price.rb +6 -26
  298. data/lib/stripe/resources/product.rb +9 -9
  299. data/lib/stripe/resources/promotion_code.rb +4 -4
  300. data/lib/stripe/resources/quote.rb +14 -818
  301. data/lib/stripe/resources/radar/early_fraud_warning.rb +1 -1
  302. data/lib/stripe/resources/radar/value_list.rb +2 -2
  303. data/lib/stripe/resources/radar/value_list_item.rb +1 -1
  304. data/lib/stripe/resources/refund.rb +3 -21
  305. data/lib/stripe/resources/reporting/report_run.rb +3 -3
  306. data/lib/stripe/resources/reporting/report_type.rb +3 -3
  307. data/lib/stripe/resources/reversal.rb +4 -4
  308. data/lib/stripe/resources/review.rb +1 -1
  309. data/lib/stripe/resources/setup_attempt.rb +17 -65
  310. data/lib/stripe/resources/setup_intent.rb +20 -147
  311. data/lib/stripe/resources/shipping_rate.rb +3 -3
  312. data/lib/stripe/resources/sigma/scheduled_query_run.rb +1 -1
  313. data/lib/stripe/resources/source.rb +8 -46
  314. data/lib/stripe/resources/source_mandate_notification.rb +3 -3
  315. data/lib/stripe/resources/subscription.rb +23 -240
  316. data/lib/stripe/resources/subscription_item.rb +8 -50
  317. data/lib/stripe/resources/subscription_schedule.rb +11 -298
  318. data/lib/stripe/resources/tax/association.rb +3 -3
  319. data/lib/stripe/resources/tax/calculation.rb +12 -12
  320. data/lib/stripe/resources/tax/calculation_line_item.rb +7 -7
  321. data/lib/stripe/resources/tax/registration.rb +3 -3
  322. data/lib/stripe/resources/tax/settings.rb +2 -2
  323. data/lib/stripe/resources/tax/transaction.rb +9 -9
  324. data/lib/stripe/resources/tax/transaction_line_item.rb +5 -5
  325. data/lib/stripe/resources/tax_id.rb +4 -4
  326. data/lib/stripe/resources/tax_rate.rb +1 -1
  327. data/lib/stripe/resources/terminal/configuration.rb +0 -16
  328. data/lib/stripe/resources/terminal/connection_token.rb +1 -1
  329. data/lib/stripe/resources/terminal/location.rb +3 -3
  330. data/lib/stripe/resources/terminal/reader.rb +10 -18
  331. data/lib/stripe/resources/token.rb +4 -4
  332. data/lib/stripe/resources/topup.rb +3 -3
  333. data/lib/stripe/resources/transfer.rb +5 -11
  334. data/lib/stripe/resources/treasury/credit_reversal.rb +3 -3
  335. data/lib/stripe/resources/treasury/debit_reversal.rb +3 -3
  336. data/lib/stripe/resources/treasury/financial_account.rb +1 -3
  337. data/lib/stripe/resources/treasury/financial_account_features.rb +0 -2
  338. data/lib/stripe/resources/treasury/inbound_transfer.rb +5 -5
  339. data/lib/stripe/resources/treasury/outbound_payment.rb +6 -6
  340. data/lib/stripe/resources/treasury/outbound_transfer.rb +5 -35
  341. data/lib/stripe/resources/treasury/received_credit.rb +10 -40
  342. data/lib/stripe/resources/treasury/received_debit.rb +7 -39
  343. data/lib/stripe/resources/treasury/transaction.rb +11 -11
  344. data/lib/stripe/resources/treasury/transaction_entry.rb +11 -11
  345. data/lib/stripe/resources/v2/core/account.rb +159 -1904
  346. data/lib/stripe/resources/v2/core/account_link.rb +11 -11
  347. data/lib/stripe/resources/v2/core/account_person.rb +10 -10
  348. data/lib/stripe/resources/v2/core/event.rb +1 -50
  349. data/lib/stripe/resources/webhook_endpoint.rb +1 -1
  350. data/lib/stripe/resources.rb +0 -214
  351. data/lib/stripe/services/billing_service.rb +1 -2
  352. data/lib/stripe/services/financial_connections/account_service.rb +1 -3
  353. data/lib/stripe/services/financial_connections_service.rb +1 -2
  354. data/lib/stripe/services/identity_service.rb +1 -2
  355. data/lib/stripe/services/issuing_service.rb +1 -6
  356. data/lib/stripe/services/mandate_service.rb +0 -5
  357. data/lib/stripe/services/payment_intent_service.rb +0 -37
  358. data/lib/stripe/services/payment_method_service.rb +1 -12
  359. data/lib/stripe/services/quote_service.rb +1 -49
  360. data/lib/stripe/services/radar_service.rb +1 -2
  361. data/lib/stripe/services/subscription_schedule_service.rb +0 -11
  362. data/lib/stripe/services/subscription_service.rb +0 -11
  363. data/lib/stripe/services/tax_service.rb +1 -2
  364. data/lib/stripe/services/terminal_service.rb +1 -2
  365. data/lib/stripe/services/test_helpers_service.rb +1 -2
  366. data/lib/stripe/services/v1_services.rb +1 -11
  367. data/lib/stripe/services/v2/billing_service.rb +1 -18
  368. data/lib/stripe/services/v2/core/account_link_service.rb +1 -1
  369. data/lib/stripe/services/v2/core/account_service.rb +0 -4
  370. data/lib/stripe/services/v2/core/accounts/person_service.rb +2 -2
  371. data/lib/stripe/services/v2/core_service.rb +1 -3
  372. data/lib/stripe/services/v2_services.rb +1 -5
  373. data/lib/stripe/services.rb +0 -88
  374. data/lib/stripe/stripe_configuration.rb +1 -3
  375. data/lib/stripe/stripe_object.rb +12 -4
  376. data/lib/stripe/util.rb +1 -7
  377. data/lib/stripe/version.rb +1 -1
  378. data/lib/stripe.rb +0 -53
  379. data/rbi/stripe.rbi +74214 -150917
  380. metadata +4 -553
  381. data/lib/stripe/events/v2_billing_cadence_billed_event.rb +0 -61
  382. data/lib/stripe/events/v2_billing_cadence_canceled_event.rb +0 -44
  383. data/lib/stripe/events/v2_billing_cadence_created_event.rb +0 -61
  384. data/lib/stripe/events/v2_billing_license_fee_created_event.rb +0 -44
  385. data/lib/stripe/events/v2_billing_license_fee_updated_event.rb +0 -44
  386. data/lib/stripe/events/v2_billing_license_fee_version_created_event.rb +0 -61
  387. data/lib/stripe/events/v2_billing_licensed_item_created_event.rb +0 -44
  388. data/lib/stripe/events/v2_billing_licensed_item_updated_event.rb +0 -44
  389. data/lib/stripe/events/v2_billing_metered_item_created_event.rb +0 -44
  390. data/lib/stripe/events/v2_billing_metered_item_updated_event.rb +0 -44
  391. data/lib/stripe/events/v2_billing_pricing_plan_component_created_event.rb +0 -61
  392. data/lib/stripe/events/v2_billing_pricing_plan_component_updated_event.rb +0 -61
  393. data/lib/stripe/events/v2_billing_pricing_plan_created_event.rb +0 -44
  394. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_awaiting_customer_action_event.rb +0 -44
  395. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_current_event.rb +0 -44
  396. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_past_due_event.rb +0 -44
  397. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_paused_event.rb +0 -44
  398. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_unpaid_event.rb +0 -44
  399. data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_activated_event.rb +0 -44
  400. data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_canceled_event.rb +0 -44
  401. data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_paused_event.rb +0 -44
  402. data/lib/stripe/events/v2_billing_pricing_plan_updated_event.rb +0 -44
  403. data/lib/stripe/events/v2_billing_pricing_plan_version_created_event.rb +0 -61
  404. data/lib/stripe/events/v2_billing_rate_card_created_event.rb +0 -61
  405. data/lib/stripe/events/v2_billing_rate_card_rate_created_event.rb +0 -67
  406. data/lib/stripe/events/v2_billing_rate_card_subscription_activated_event.rb +0 -44
  407. data/lib/stripe/events/v2_billing_rate_card_subscription_canceled_event.rb +0 -44
  408. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_awaiting_customer_action_event.rb +0 -44
  409. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_current_event.rb +0 -44
  410. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_past_due_event.rb +0 -44
  411. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_paused_event.rb +0 -44
  412. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_unpaid_event.rb +0 -44
  413. data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_activated_event.rb +0 -44
  414. data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_canceled_event.rb +0 -44
  415. data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_paused_event.rb +0 -44
  416. data/lib/stripe/events/v2_billing_rate_card_updated_event.rb +0 -44
  417. data/lib/stripe/events/v2_billing_rate_card_version_created_event.rb +0 -61
  418. data/lib/stripe/events/v2_core_account_closed_event.rb +0 -44
  419. data/lib/stripe/events/v2_core_account_created_event.rb +0 -44
  420. data/lib/stripe/events/v2_core_account_including_configuration_card_creator_capability_status_updated_event.rb +0 -63
  421. data/lib/stripe/events/v2_core_account_including_configuration_card_creator_updated_event.rb +0 -44
  422. data/lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb +0 -63
  423. data/lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb +0 -44
  424. data/lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb +0 -63
  425. data/lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb +0 -44
  426. data/lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb +0 -63
  427. data/lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb +0 -44
  428. data/lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb +0 -63
  429. data/lib/stripe/events/v2_core_account_including_configuration_storer_updated_event.rb +0 -44
  430. data/lib/stripe/events/v2_core_account_including_defaults_updated_event.rb +0 -44
  431. data/lib/stripe/events/v2_core_account_including_identity_updated_event.rb +0 -44
  432. data/lib/stripe/events/v2_core_account_including_requirements_updated_event.rb +0 -44
  433. data/lib/stripe/events/v2_core_account_link_returned_event.rb +0 -42
  434. data/lib/stripe/events/v2_core_account_person_created_event.rb +0 -61
  435. data/lib/stripe/events/v2_core_account_person_deleted_event.rb +0 -61
  436. data/lib/stripe/events/v2_core_account_person_updated_event.rb +0 -61
  437. data/lib/stripe/events/v2_core_account_updated_event.rb +0 -44
  438. data/lib/stripe/events/v2_core_claimable_sandbox_claimed_event.rb +0 -44
  439. data/lib/stripe/events/v2_core_claimable_sandbox_created_event.rb +0 -44
  440. data/lib/stripe/events/v2_core_claimable_sandbox_expired_event.rb +0 -44
  441. data/lib/stripe/events/v2_core_claimable_sandbox_expiring_event.rb +0 -44
  442. data/lib/stripe/events/v2_core_claimable_sandbox_sandbox_details_owner_account_updated_event.rb +0 -44
  443. data/lib/stripe/events/v2_core_health_api_error_firing_event.rb +0 -68
  444. data/lib/stripe/events/v2_core_health_api_error_resolved_event.rb +0 -68
  445. data/lib/stripe/events/v2_core_health_api_latency_firing_event.rb +0 -66
  446. data/lib/stripe/events/v2_core_health_api_latency_resolved_event.rb +0 -66
  447. data/lib/stripe/events/v2_core_health_authorization_rate_drop_firing_event.rb +0 -80
  448. data/lib/stripe/events/v2_core_health_authorization_rate_drop_resolved_event.rb +0 -80
  449. data/lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb +0 -78
  450. data/lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb +0 -78
  451. data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_firing_event.rb +0 -91
  452. data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_resolved_event.rb +0 -93
  453. data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_firing_event.rb +0 -93
  454. data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_resolved_event.rb +0 -93
  455. data/lib/stripe/events/v2_core_health_payment_method_error_firing_event.rb +0 -64
  456. data/lib/stripe/events/v2_core_health_payment_method_error_resolved_event.rb +0 -64
  457. data/lib/stripe/events/v2_core_health_traffic_volume_drop_firing_event.rb +0 -62
  458. data/lib/stripe/events/v2_core_health_traffic_volume_drop_resolved_event.rb +0 -62
  459. data/lib/stripe/events/v2_core_health_webhook_latency_firing_event.rb +0 -58
  460. data/lib/stripe/events/v2_core_health_webhook_latency_resolved_event.rb +0 -58
  461. data/lib/stripe/events/v2_iam_api_key_created_event.rb +0 -20
  462. data/lib/stripe/events/v2_iam_api_key_default_secret_revealed_event.rb +0 -20
  463. data/lib/stripe/events/v2_iam_api_key_expired_event.rb +0 -20
  464. data/lib/stripe/events/v2_iam_api_key_permissions_updated_event.rb +0 -20
  465. data/lib/stripe/events/v2_iam_api_key_rotated_event.rb +0 -38
  466. data/lib/stripe/events/v2_iam_api_key_updated_event.rb +0 -20
  467. data/lib/stripe/events/v2_money_management_adjustment_created_event.rb +0 -44
  468. data/lib/stripe/events/v2_money_management_financial_account_created_event.rb +0 -44
  469. data/lib/stripe/events/v2_money_management_financial_account_updated_event.rb +0 -44
  470. data/lib/stripe/events/v2_money_management_financial_address_activated_event.rb +0 -44
  471. data/lib/stripe/events/v2_money_management_financial_address_failed_event.rb +0 -44
  472. data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +0 -61
  473. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb +0 -44
  474. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb +0 -44
  475. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb +0 -44
  476. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb +0 -44
  477. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb +0 -44
  478. data/lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb +0 -44
  479. data/lib/stripe/events/v2_money_management_outbound_payment_created_event.rb +0 -44
  480. data/lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb +0 -44
  481. data/lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb +0 -44
  482. data/lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb +0 -44
  483. data/lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb +0 -44
  484. data/lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb +0 -44
  485. data/lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb +0 -44
  486. data/lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb +0 -44
  487. data/lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb +0 -44
  488. data/lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb +0 -44
  489. data/lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb +0 -44
  490. data/lib/stripe/events/v2_money_management_payout_method_updated_event.rb +0 -44
  491. data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +0 -61
  492. data/lib/stripe/events/v2_money_management_received_credit_failed_event.rb +0 -44
  493. data/lib/stripe/events/v2_money_management_received_credit_returned_event.rb +0 -44
  494. data/lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb +0 -44
  495. data/lib/stripe/events/v2_money_management_received_debit_canceled_event.rb +0 -44
  496. data/lib/stripe/events/v2_money_management_received_debit_failed_event.rb +0 -44
  497. data/lib/stripe/events/v2_money_management_received_debit_pending_event.rb +0 -44
  498. data/lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb +0 -44
  499. data/lib/stripe/events/v2_money_management_received_debit_updated_event.rb +0 -44
  500. data/lib/stripe/events/v2_money_management_recipient_verification_created_event.rb +0 -44
  501. data/lib/stripe/events/v2_money_management_recipient_verification_updated_event.rb +0 -44
  502. data/lib/stripe/events/v2_money_management_transaction_created_event.rb +0 -61
  503. data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +0 -44
  504. data/lib/stripe/events/v2_payments_off_session_payment_attempt_failed_event.rb +0 -44
  505. data/lib/stripe/events/v2_payments_off_session_payment_attempt_started_event.rb +0 -46
  506. data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb +0 -46
  507. data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb +0 -48
  508. data/lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb +0 -44
  509. data/lib/stripe/events/v2_payments_off_session_payment_created_event.rb +0 -44
  510. data/lib/stripe/events/v2_payments_off_session_payment_failed_event.rb +0 -44
  511. data/lib/stripe/events/v2_payments_off_session_payment_requires_capture_event.rb +0 -44
  512. data/lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb +0 -44
  513. data/lib/stripe/events/v2_reporting_report_run_created_event.rb +0 -44
  514. data/lib/stripe/events/v2_reporting_report_run_failed_event.rb +0 -44
  515. data/lib/stripe/events/v2_reporting_report_run_succeeded_event.rb +0 -44
  516. data/lib/stripe/events/v2_reporting_report_run_updated_event.rb +0 -44
  517. data/lib/stripe/params/account_notice_list_params.rb +0 -25
  518. data/lib/stripe/params/account_notice_retrieve_params.rb +0 -13
  519. data/lib/stripe/params/account_notice_update_params.rb +0 -36
  520. data/lib/stripe/params/balance_transfer_create_params.rb +0 -66
  521. data/lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb +0 -69
  522. data/lib/stripe/params/capital/financing_offer_create_params.rb +0 -37
  523. data/lib/stripe/params/capital/financing_offer_list_params.rb +0 -58
  524. data/lib/stripe/params/capital/financing_offer_mark_delivered_params.rb +0 -15
  525. data/lib/stripe/params/capital/financing_offer_refill_params.rb +0 -37
  526. data/lib/stripe/params/capital/financing_offer_retrieve_params.rb +0 -15
  527. data/lib/stripe/params/capital/financing_summary_retrieve_params.rb +0 -15
  528. data/lib/stripe/params/capital/financing_transaction_list_params.rb +0 -45
  529. data/lib/stripe/params/capital/financing_transaction_retrieve_params.rb +0 -15
  530. data/lib/stripe/params/delegated_checkout/requested_session_confirm_params.rb +0 -55
  531. data/lib/stripe/params/delegated_checkout/requested_session_create_params.rb +0 -205
  532. data/lib/stripe/params/delegated_checkout/requested_session_expire_params.rb +0 -15
  533. data/lib/stripe/params/delegated_checkout/requested_session_retrieve_params.rb +0 -15
  534. data/lib/stripe/params/delegated_checkout/requested_session_update_params.rb +0 -209
  535. data/lib/stripe/params/external_account_create_params.rb +0 -134
  536. data/lib/stripe/params/external_account_delete_params.rb +0 -6
  537. data/lib/stripe/params/external_account_list_params.rb +0 -25
  538. data/lib/stripe/params/external_account_retrieve_params.rb +0 -13
  539. data/lib/stripe/params/external_account_update_params.rb +0 -91
  540. data/lib/stripe/params/financial_connections/account_inferred_balance_list_params.rb +0 -24
  541. data/lib/stripe/params/financial_connections/institution_list_params.rb +0 -24
  542. data/lib/stripe/params/financial_connections/institution_retrieve_params.rb +0 -15
  543. data/lib/stripe/params/fx_quote_create_params.rb +0 -73
  544. data/lib/stripe/params/fx_quote_list_params.rb +0 -22
  545. data/lib/stripe/params/fx_quote_retrieve_params.rb +0 -13
  546. data/lib/stripe/params/identity/blocklist_entry_create_params.rb +0 -29
  547. data/lib/stripe/params/identity/blocklist_entry_disable_params.rb +0 -15
  548. data/lib/stripe/params/identity/blocklist_entry_list_params.rb +0 -62
  549. data/lib/stripe/params/identity/blocklist_entry_retrieve_params.rb +0 -15
  550. data/lib/stripe/params/issuing/credit_underwriting_record_correct_params.rb +0 -163
  551. data/lib/stripe/params/issuing/credit_underwriting_record_create_from_application_params.rb +0 -50
  552. data/lib/stripe/params/issuing/credit_underwriting_record_create_from_proactive_review_params.rb +0 -128
  553. data/lib/stripe/params/issuing/credit_underwriting_record_list_params.rb +0 -24
  554. data/lib/stripe/params/issuing/credit_underwriting_record_report_decision_params.rb +0 -86
  555. data/lib/stripe/params/issuing/credit_underwriting_record_retrieve_params.rb +0 -15
  556. data/lib/stripe/params/issuing/dispute_settlement_detail_list_params.rb +0 -33
  557. data/lib/stripe/params/issuing/dispute_settlement_detail_retrieve_params.rb +0 -15
  558. data/lib/stripe/params/issuing/fraud_liability_debit_list_params.rb +0 -44
  559. data/lib/stripe/params/issuing/fraud_liability_debit_retrieve_params.rb +0 -15
  560. data/lib/stripe/params/issuing/program_create_params.rb +0 -21
  561. data/lib/stripe/params/issuing/program_list_params.rb +0 -24
  562. data/lib/stripe/params/issuing/program_retrieve_params.rb +0 -15
  563. data/lib/stripe/params/issuing/program_update_params.rb +0 -21
  564. data/lib/stripe/params/mandate_list_params.rb +0 -39
  565. data/lib/stripe/params/margin_create_params.rb +0 -25
  566. data/lib/stripe/params/margin_list_params.rb +0 -25
  567. data/lib/stripe/params/margin_retrieve_params.rb +0 -13
  568. data/lib/stripe/params/margin_update_params.rb +0 -22
  569. data/lib/stripe/params/order_cancel_params.rb +0 -13
  570. data/lib/stripe/params/order_create_params.rb +0 -2061
  571. data/lib/stripe/params/order_line_item_list_params.rb +0 -22
  572. data/lib/stripe/params/order_list_line_items_params.rb +0 -22
  573. data/lib/stripe/params/order_list_params.rb +0 -25
  574. data/lib/stripe/params/order_reopen_params.rb +0 -13
  575. data/lib/stripe/params/order_retrieve_params.rb +0 -13
  576. data/lib/stripe/params/order_submit_params.rb +0 -16
  577. data/lib/stripe/params/order_update_params.rb +0 -2065
  578. data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +0 -73
  579. data/lib/stripe/params/payment_intent_trigger_action_params.rb +0 -27
  580. data/lib/stripe/params/payment_method_check_balance_params.rb +0 -13
  581. data/lib/stripe/params/privacy/redaction_job_cancel_params.rb +0 -15
  582. data/lib/stripe/params/privacy/redaction_job_create_params.rb +0 -67
  583. data/lib/stripe/params/privacy/redaction_job_list_params.rb +0 -27
  584. data/lib/stripe/params/privacy/redaction_job_retrieve_params.rb +0 -15
  585. data/lib/stripe/params/privacy/redaction_job_run_params.rb +0 -15
  586. data/lib/stripe/params/privacy/redaction_job_update_params.rb +0 -18
  587. data/lib/stripe/params/privacy/redaction_job_validate_params.rb +0 -15
  588. data/lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb +0 -24
  589. data/lib/stripe/params/product_catalog/trial_offer_create_params.rb +0 -60
  590. data/lib/stripe/params/quote_line_list_params.rb +0 -22
  591. data/lib/stripe/params/quote_list_lines_params.rb +0 -22
  592. data/lib/stripe/params/quote_list_preview_invoice_lines_params.rb +0 -22
  593. data/lib/stripe/params/quote_mark_draft_params.rb +0 -13
  594. data/lib/stripe/params/quote_mark_stale_params.rb +0 -16
  595. data/lib/stripe/params/quote_preview_invoice_list_params.rb +0 -22
  596. data/lib/stripe/params/quote_preview_subscription_schedule_list_params.rb +0 -22
  597. data/lib/stripe/params/quote_reestimate_params.rb +0 -13
  598. data/lib/stripe/params/radar/account_evaluation_create_params.rb +0 -81
  599. data/lib/stripe/params/radar/account_evaluation_retrieve_params.rb +0 -15
  600. data/lib/stripe/params/radar/account_evaluation_update_params.rb +0 -18
  601. data/lib/stripe/params/subscription_attach_cadence_params.rb +0 -16
  602. data/lib/stripe/params/subscription_schedule_amend_params.rb +0 -609
  603. data/lib/stripe/params/tax/form_list_params.rb +0 -51
  604. data/lib/stripe/params/tax/form_pdf_params.rb +0 -15
  605. data/lib/stripe/params/tax/form_retrieve_params.rb +0 -15
  606. data/lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb +0 -15
  607. data/lib/stripe/params/test_helpers/capital/financing_offer_create_params.rb +0 -39
  608. data/lib/stripe/params/test_helpers/capital/financing_offer_refill_params.rb +0 -39
  609. data/lib/stripe/params/v2/billing/bill_setting_create_params.rb +0 -74
  610. data/lib/stripe/params/v2/billing/bill_setting_list_params.rb +0 -21
  611. data/lib/stripe/params/v2/billing/bill_setting_retrieve_params.rb +0 -10
  612. data/lib/stripe/params/v2/billing/bill_setting_update_params.rb +0 -80
  613. data/lib/stripe/params/v2/billing/bill_settings/version_list_params.rb +0 -19
  614. data/lib/stripe/params/v2/billing/bill_settings/version_retrieve_params.rb +0 -12
  615. data/lib/stripe/params/v2/billing/cadence_cancel_params.rb +0 -17
  616. data/lib/stripe/params/v2/billing/cadence_create_params.rb +0 -257
  617. data/lib/stripe/params/v2/billing/cadence_list_params.rb +0 -43
  618. data/lib/stripe/params/v2/billing/cadence_retrieve_params.rb +0 -17
  619. data/lib/stripe/params/v2/billing/cadence_update_params.rb +0 -78
  620. data/lib/stripe/params/v2/billing/collection_setting_create_params.rb +0 -223
  621. data/lib/stripe/params/v2/billing/collection_setting_list_params.rb +0 -21
  622. data/lib/stripe/params/v2/billing/collection_setting_retrieve_params.rb +0 -10
  623. data/lib/stripe/params/v2/billing/collection_setting_update_params.rb +0 -229
  624. data/lib/stripe/params/v2/billing/collection_settings/version_list_params.rb +0 -19
  625. data/lib/stripe/params/v2/billing/collection_settings/version_retrieve_params.rb +0 -12
  626. data/lib/stripe/params/v2/billing/custom_pricing_unit_create_params.rb +0 -26
  627. data/lib/stripe/params/v2/billing/custom_pricing_unit_list_params.rb +0 -24
  628. data/lib/stripe/params/v2/billing/custom_pricing_unit_retrieve_params.rb +0 -10
  629. data/lib/stripe/params/v2/billing/custom_pricing_unit_update_params.rb +0 -26
  630. data/lib/stripe/params/v2/billing/intent_cancel_params.rb +0 -10
  631. data/lib/stripe/params/v2/billing/intent_commit_params.rb +0 -17
  632. data/lib/stripe/params/v2/billing/intent_create_params.rb +0 -355
  633. data/lib/stripe/params/v2/billing/intent_list_params.rb +0 -17
  634. data/lib/stripe/params/v2/billing/intent_release_reservation_params.rb +0 -10
  635. data/lib/stripe/params/v2/billing/intent_reserve_params.rb +0 -10
  636. data/lib/stripe/params/v2/billing/intent_retrieve_params.rb +0 -10
  637. data/lib/stripe/params/v2/billing/intents/action_list_params.rb +0 -19
  638. data/lib/stripe/params/v2/billing/intents/action_retrieve_params.rb +0 -12
  639. data/lib/stripe/params/v2/billing/license_fee_create_params.rb +0 -103
  640. data/lib/stripe/params/v2/billing/license_fee_list_params.rb +0 -24
  641. data/lib/stripe/params/v2/billing/license_fee_retrieve_params.rb +0 -10
  642. data/lib/stripe/params/v2/billing/license_fee_subscription_retrieve_params.rb +0 -10
  643. data/lib/stripe/params/v2/billing/license_fee_update_params.rb +0 -84
  644. data/lib/stripe/params/v2/billing/license_fees/version_list_params.rb +0 -19
  645. data/lib/stripe/params/v2/billing/license_fees/version_retrieve_params.rb +0 -12
  646. data/lib/stripe/params/v2/billing/licensed_item_create_params.rb +0 -48
  647. data/lib/stripe/params/v2/billing/licensed_item_list_params.rb +0 -21
  648. data/lib/stripe/params/v2/billing/licensed_item_retrieve_params.rb +0 -10
  649. data/lib/stripe/params/v2/billing/licensed_item_update_params.rb +0 -48
  650. data/lib/stripe/params/v2/billing/metered_item_create_params.rb +0 -73
  651. data/lib/stripe/params/v2/billing/metered_item_list_params.rb +0 -21
  652. data/lib/stripe/params/v2/billing/metered_item_retrieve_params.rb +0 -10
  653. data/lib/stripe/params/v2/billing/metered_item_update_params.rb +0 -50
  654. data/lib/stripe/params/v2/billing/pricing_plan_create_params.rb +0 -39
  655. data/lib/stripe/params/v2/billing/pricing_plan_list_params.rb +0 -24
  656. data/lib/stripe/params/v2/billing/pricing_plan_retrieve_params.rb +0 -10
  657. data/lib/stripe/params/v2/billing/pricing_plan_subscription_list_params.rb +0 -50
  658. data/lib/stripe/params/v2/billing/pricing_plan_subscription_retrieve_params.rb +0 -10
  659. data/lib/stripe/params/v2/billing/pricing_plan_subscription_update_params.rb +0 -20
  660. data/lib/stripe/params/v2/billing/pricing_plan_subscriptions/component_retrieve_params.rb +0 -12
  661. data/lib/stripe/params/v2/billing/pricing_plan_update_params.rb +0 -39
  662. data/lib/stripe/params/v2/billing/pricing_plans/component_create_params.rb +0 -73
  663. data/lib/stripe/params/v2/billing/pricing_plans/component_delete_params.rb +0 -12
  664. data/lib/stripe/params/v2/billing/pricing_plans/component_list_params.rb +0 -27
  665. data/lib/stripe/params/v2/billing/pricing_plans/component_retrieve_params.rb +0 -12
  666. data/lib/stripe/params/v2/billing/pricing_plans/component_update_params.rb +0 -22
  667. data/lib/stripe/params/v2/billing/pricing_plans/version_list_params.rb +0 -19
  668. data/lib/stripe/params/v2/billing/pricing_plans/version_retrieve_params.rb +0 -12
  669. data/lib/stripe/params/v2/billing/profile_create_params.rb +0 -37
  670. data/lib/stripe/params/v2/billing/profile_list_params.rb +0 -40
  671. data/lib/stripe/params/v2/billing/profile_retrieve_params.rb +0 -10
  672. data/lib/stripe/params/v2/billing/profile_update_params.rb +0 -35
  673. data/lib/stripe/params/v2/billing/rate_card_create_params.rb +0 -49
  674. data/lib/stripe/params/v2/billing/rate_card_list_params.rb +0 -24
  675. data/lib/stripe/params/v2/billing/rate_card_retrieve_params.rb +0 -10
  676. data/lib/stripe/params/v2/billing/rate_card_subscription_cancel_params.rb +0 -10
  677. data/lib/stripe/params/v2/billing/rate_card_subscription_create_params.rb +0 -26
  678. data/lib/stripe/params/v2/billing/rate_card_subscription_list_params.rb +0 -51
  679. data/lib/stripe/params/v2/billing/rate_card_subscription_retrieve_params.rb +0 -10
  680. data/lib/stripe/params/v2/billing/rate_card_subscription_update_params.rb +0 -17
  681. data/lib/stripe/params/v2/billing/rate_card_update_params.rb +0 -38
  682. data/lib/stripe/params/v2/billing/rate_cards/rate_create_params.rb +0 -91
  683. data/lib/stripe/params/v2/billing/rate_cards/rate_delete_params.rb +0 -12
  684. data/lib/stripe/params/v2/billing/rate_cards/rate_list_params.rb +0 -25
  685. data/lib/stripe/params/v2/billing/rate_cards/rate_retrieve_params.rb +0 -12
  686. data/lib/stripe/params/v2/billing/rate_cards/version_list_params.rb +0 -19
  687. data/lib/stripe/params/v2/billing/rate_cards/version_retrieve_params.rb +0 -12
  688. data/lib/stripe/params/v2/billing/service_action_create_params.rb +0 -278
  689. data/lib/stripe/params/v2/billing/service_action_retrieve_params.rb +0 -10
  690. data/lib/stripe/params/v2/billing/service_action_update_params.rb +0 -40
  691. data/lib/stripe/params/v2/core/claimable_sandbox_create_params.rb +0 -36
  692. data/lib/stripe/params/v2/core/claimable_sandbox_retrieve_params.rb +0 -10
  693. data/lib/stripe/params/v2/core/vault/gb_bank_account_acknowledge_confirmation_of_payee_params.rb +0 -12
  694. data/lib/stripe/params/v2/core/vault/gb_bank_account_archive_params.rb +0 -12
  695. data/lib/stripe/params/v2/core/vault/gb_bank_account_create_params.rb +0 -50
  696. data/lib/stripe/params/v2/core/vault/gb_bank_account_initiate_confirmation_of_payee_params.rb +0 -22
  697. data/lib/stripe/params/v2/core/vault/gb_bank_account_list_params.rb +0 -19
  698. data/lib/stripe/params/v2/core/vault/gb_bank_account_retrieve_params.rb +0 -12
  699. data/lib/stripe/params/v2/core/vault/us_bank_account_archive_params.rb +0 -12
  700. data/lib/stripe/params/v2/core/vault/us_bank_account_confirm_microdeposits_params.rb +0 -22
  701. data/lib/stripe/params/v2/core/vault/us_bank_account_create_params.rb +0 -33
  702. data/lib/stripe/params/v2/core/vault/us_bank_account_list_params.rb +0 -22
  703. data/lib/stripe/params/v2/core/vault/us_bank_account_retrieve_params.rb +0 -12
  704. data/lib/stripe/params/v2/core/vault/us_bank_account_send_microdeposits_params.rb +0 -12
  705. data/lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb +0 -22
  706. data/lib/stripe/params/v2/money_management/adjustment_list_params.rb +0 -48
  707. data/lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb +0 -10
  708. data/lib/stripe/params/v2/money_management/currency_conversion_create_params.rb +0 -68
  709. data/lib/stripe/params/v2/money_management/currency_conversion_list_params.rb +0 -20
  710. data/lib/stripe/params/v2/money_management/currency_conversion_retrieve_params.rb +0 -10
  711. data/lib/stripe/params/v2/money_management/financial_account_close_params.rb +0 -28
  712. data/lib/stripe/params/v2/money_management/financial_account_create_params.rb +0 -34
  713. data/lib/stripe/params/v2/money_management/financial_account_list_params.rb +0 -20
  714. data/lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb +0 -10
  715. data/lib/stripe/params/v2/money_management/financial_account_update_params.rb +0 -20
  716. data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +0 -31
  717. data/lib/stripe/params/v2/money_management/financial_address_list_params.rb +0 -23
  718. data/lib/stripe/params/v2/money_management/financial_address_retrieve_params.rb +0 -17
  719. data/lib/stripe/params/v2/money_management/inbound_transfer_create_params.rb +0 -62
  720. data/lib/stripe/params/v2/money_management/inbound_transfer_list_params.rb +0 -44
  721. data/lib/stripe/params/v2/money_management/inbound_transfer_retrieve_params.rb +0 -10
  722. data/lib/stripe/params/v2/money_management/outbound_payment_cancel_params.rb +0 -10
  723. data/lib/stripe/params/v2/money_management/outbound_payment_create_params.rb +0 -114
  724. data/lib/stripe/params/v2/money_management/outbound_payment_list_params.rb +0 -52
  725. data/lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb +0 -79
  726. data/lib/stripe/params/v2/money_management/outbound_payment_quote_retrieve_params.rb +0 -10
  727. data/lib/stripe/params/v2/money_management/outbound_payment_retrieve_params.rb +0 -10
  728. data/lib/stripe/params/v2/money_management/outbound_setup_intent_cancel_params.rb +0 -10
  729. data/lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb +0 -103
  730. data/lib/stripe/params/v2/money_management/outbound_setup_intent_list_params.rb +0 -17
  731. data/lib/stripe/params/v2/money_management/outbound_setup_intent_retrieve_params.rb +0 -10
  732. data/lib/stripe/params/v2/money_management/outbound_setup_intent_update_params.rb +0 -80
  733. data/lib/stripe/params/v2/money_management/outbound_transfer_cancel_params.rb +0 -10
  734. data/lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb +0 -93
  735. data/lib/stripe/params/v2/money_management/outbound_transfer_list_params.rb +0 -48
  736. data/lib/stripe/params/v2/money_management/outbound_transfer_retrieve_params.rb +0 -10
  737. data/lib/stripe/params/v2/money_management/payout_method_archive_params.rb +0 -10
  738. data/lib/stripe/params/v2/money_management/payout_method_list_params.rb +0 -31
  739. data/lib/stripe/params/v2/money_management/payout_method_retrieve_params.rb +0 -10
  740. data/lib/stripe/params/v2/money_management/payout_method_unarchive_params.rb +0 -10
  741. data/lib/stripe/params/v2/money_management/payout_methods_bank_account_spec_retrieve_params.rb +0 -17
  742. data/lib/stripe/params/v2/money_management/received_credit_list_params.rb +0 -44
  743. data/lib/stripe/params/v2/money_management/received_credit_retrieve_params.rb +0 -10
  744. data/lib/stripe/params/v2/money_management/received_debit_list_params.rb +0 -17
  745. data/lib/stripe/params/v2/money_management/received_debit_retrieve_params.rb +0 -10
  746. data/lib/stripe/params/v2/money_management/recipient_verification_acknowledge_params.rb +0 -10
  747. data/lib/stripe/params/v2/money_management/recipient_verification_create_params.rb +0 -20
  748. data/lib/stripe/params/v2/money_management/recipient_verification_retrieve_params.rb +0 -10
  749. data/lib/stripe/params/v2/money_management/transaction_entry_list_params.rb +0 -43
  750. data/lib/stripe/params/v2/money_management/transaction_entry_retrieve_params.rb +0 -10
  751. data/lib/stripe/params/v2/money_management/transaction_list_params.rb +0 -47
  752. data/lib/stripe/params/v2/money_management/transaction_retrieve_params.rb +0 -10
  753. data/lib/stripe/params/v2/payments/off_session_payment_cancel_params.rb +0 -10
  754. data/lib/stripe/params/v2/payments/off_session_payment_capture_params.rb +0 -57
  755. data/lib/stripe/params/v2/payments/off_session_payment_create_params.rb +0 -161
  756. data/lib/stripe/params/v2/payments/off_session_payment_list_params.rb +0 -17
  757. data/lib/stripe/params/v2/payments/off_session_payment_retrieve_params.rb +0 -10
  758. data/lib/stripe/params/v2/reporting/report_retrieve_params.rb +0 -10
  759. data/lib/stripe/params/v2/reporting/report_run_create_params.rb +0 -33
  760. data/lib/stripe/params/v2/reporting/report_run_retrieve_params.rb +0 -10
  761. data/lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb +0 -34
  762. data/lib/stripe/params/v2/test_helpers/financial_address_generate_microdeposits_params.rb +0 -10
  763. data/lib/stripe/params/v2/test_helpers/money_management_recipient_verifications_params.rb +0 -24
  764. data/lib/stripe/resources/account_notice.rb +0 -94
  765. data/lib/stripe/resources/balance_transfer.rb +0 -139
  766. data/lib/stripe/resources/billing/analytics/meter_usage.rb +0 -33
  767. data/lib/stripe/resources/billing/analytics/meter_usage_row.rb +0 -40
  768. data/lib/stripe/resources/capital/financing_offer.rb +0 -183
  769. data/lib/stripe/resources/capital/financing_summary.rb +0 -79
  770. data/lib/stripe/resources/capital/financing_transaction.rb +0 -99
  771. data/lib/stripe/resources/delegated_checkout/requested_session.rb +0 -426
  772. data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +0 -35
  773. data/lib/stripe/resources/financial_connections/institution.rb +0 -127
  774. data/lib/stripe/resources/fx_quote.rb +0 -147
  775. data/lib/stripe/resources/identity/blocklist_entry.rb +0 -116
  776. data/lib/stripe/resources/issuing/credit_underwriting_record.rb +0 -263
  777. data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +0 -71
  778. data/lib/stripe/resources/issuing/fraud_liability_debit.rb +0 -51
  779. data/lib/stripe/resources/issuing/program.rb +0 -69
  780. data/lib/stripe/resources/issuing/settlement.rb +0 -61
  781. data/lib/stripe/resources/margin.rb +0 -64
  782. data/lib/stripe/resources/order.rb +0 -987
  783. data/lib/stripe/resources/payment_method_balance.rb +0 -68
  784. data/lib/stripe/resources/privacy/redaction_job.rb +0 -187
  785. data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +0 -49
  786. data/lib/stripe/resources/product_catalog/trial_offer.rb +0 -101
  787. data/lib/stripe/resources/quote_line.rb +0 -527
  788. data/lib/stripe/resources/quote_preview_invoice.rb +0 -1166
  789. data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -826
  790. data/lib/stripe/resources/radar/account_evaluation.rb +0 -116
  791. data/lib/stripe/resources/tax/form.rb +0 -264
  792. data/lib/stripe/resources/terminal/reader_collected_data.rb +0 -47
  793. data/lib/stripe/resources/transit_balance.rb +0 -45
  794. data/lib/stripe/resources/v2/billing/bill_setting.rb +0 -102
  795. data/lib/stripe/resources/v2/billing/bill_setting_version.rb +0 -90
  796. data/lib/stripe/resources/v2/billing/cadence.rb +0 -655
  797. data/lib/stripe/resources/v2/billing/collection_setting.rb +0 -274
  798. data/lib/stripe/resources/v2/billing/collection_setting_version.rb +0 -262
  799. data/lib/stripe/resources/v2/billing/custom_pricing_unit.rb +0 -43
  800. data/lib/stripe/resources/v2/billing/intent.rb +0 -86
  801. data/lib/stripe/resources/v2/billing/intent_action.rb +0 -395
  802. data/lib/stripe/resources/v2/billing/license_fee.rb +0 -104
  803. data/lib/stripe/resources/v2/billing/license_fee_subscription.rb +0 -44
  804. data/lib/stripe/resources/v2/billing/license_fee_version.rb +0 -80
  805. data/lib/stripe/resources/v2/billing/licensed_item.rb +0 -60
  806. data/lib/stripe/resources/v2/billing/metered_item.rb +0 -85
  807. data/lib/stripe/resources/v2/billing/pricing_plan.rb +0 -51
  808. data/lib/stripe/resources/v2/billing/pricing_plan_component.rb +0 -94
  809. data/lib/stripe/resources/v2/billing/pricing_plan_subscription.rb +0 -94
  810. data/lib/stripe/resources/v2/billing/pricing_plan_subscription_components.rb +0 -49
  811. data/lib/stripe/resources/v2/billing/pricing_plan_version.rb +0 -38
  812. data/lib/stripe/resources/v2/billing/profile.rb +0 -46
  813. data/lib/stripe/resources/v2/billing/rate_card.rb +0 -61
  814. data/lib/stripe/resources/v2/billing/rate_card_rate.rb +0 -110
  815. data/lib/stripe/resources/v2/billing/rate_card_subscription.rb +0 -94
  816. data/lib/stripe/resources/v2/billing/rate_card_version.rb +0 -34
  817. data/lib/stripe/resources/v2/billing/service_action.rb +0 -274
  818. data/lib/stripe/resources/v2/core/claimable_sandbox.rb +0 -105
  819. data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +0 -114
  820. data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +0 -81
  821. data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +0 -28
  822. data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +0 -44
  823. data/lib/stripe/resources/v2/money_management/adjustment.rb +0 -82
  824. data/lib/stripe/resources/v2/money_management/currency_conversion.rb +0 -94
  825. data/lib/stripe/resources/v2/money_management/financial_account.rb +0 -188
  826. data/lib/stripe/resources/v2/money_management/financial_address.rb +0 -132
  827. data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +0 -197
  828. data/lib/stripe/resources/v2/money_management/outbound_payment.rb +0 -263
  829. data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +0 -202
  830. data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +0 -69
  831. data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +0 -242
  832. data/lib/stripe/resources/v2/money_management/payout_method.rb +0 -137
  833. data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +0 -81
  834. data/lib/stripe/resources/v2/money_management/received_credit.rb +0 -278
  835. data/lib/stripe/resources/v2/money_management/received_debit.rb +0 -208
  836. data/lib/stripe/resources/v2/money_management/recipient_verification.rb +0 -83
  837. data/lib/stripe/resources/v2/money_management/transaction.rb +0 -180
  838. data/lib/stripe/resources/v2/money_management/transaction_entry.rb +0 -153
  839. data/lib/stripe/resources/v2/payments/off_session_payment.rb +0 -186
  840. data/lib/stripe/resources/v2/reporting/report.rb +0 -116
  841. data/lib/stripe/resources/v2/reporting/report_run.rb +0 -128
  842. data/lib/stripe/services/account_notice_service.rb +0 -39
  843. data/lib/stripe/services/balance_transfer_service.rb +0 -17
  844. data/lib/stripe/services/billing/analytics/meter_usage_service.rb +0 -21
  845. data/lib/stripe/services/billing/analytics_service.rb +0 -15
  846. data/lib/stripe/services/capital/financing_offer_service.rb +0 -42
  847. data/lib/stripe/services/capital/financing_summary_service.rb +0 -19
  848. data/lib/stripe/services/capital/financing_transaction_service.rb +0 -31
  849. data/lib/stripe/services/capital_service.rb +0 -15
  850. data/lib/stripe/services/delegated_checkout/requested_session_service.rb +0 -63
  851. data/lib/stripe/services/delegated_checkout_service.rb +0 -13
  852. data/lib/stripe/services/external_account_service.rb +0 -68
  853. data/lib/stripe/services/financial_connections/account_inferred_balance_service.rb +0 -19
  854. data/lib/stripe/services/financial_connections/institution_service.rb +0 -30
  855. data/lib/stripe/services/fx_quote_service.rb +0 -27
  856. data/lib/stripe/services/identity/blocklist_entry_service.rb +0 -71
  857. data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +0 -74
  858. data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +0 -30
  859. data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +0 -30
  860. data/lib/stripe/services/issuing/program_service.rb +0 -52
  861. data/lib/stripe/services/margin_service.rb +0 -50
  862. data/lib/stripe/services/order_line_item_service.rb +0 -17
  863. data/lib/stripe/services/order_service.rb +0 -78
  864. data/lib/stripe/services/privacy/redaction_job_service.rb +0 -104
  865. data/lib/stripe/services/privacy/redaction_job_validation_error_service.rb +0 -19
  866. data/lib/stripe/services/privacy_service.rb +0 -13
  867. data/lib/stripe/services/product_catalog/trial_offer_service.rb +0 -19
  868. data/lib/stripe/services/product_catalog_service.rb +0 -13
  869. data/lib/stripe/services/quote_line_service.rb +0 -17
  870. data/lib/stripe/services/quote_preview_invoice_service.rb +0 -17
  871. data/lib/stripe/services/quote_preview_subscription_schedule_service.rb +0 -17
  872. data/lib/stripe/services/radar/account_evaluation_service.rb +0 -41
  873. data/lib/stripe/services/tax/form_service.rb +0 -37
  874. data/lib/stripe/services/terminal/reader_collected_data_service.rb +0 -19
  875. data/lib/stripe/services/test_helpers/capital/financing_offer_service.rb +0 -32
  876. data/lib/stripe/services/test_helpers/capital_service.rb +0 -15
  877. data/lib/stripe/services/v2/billing/bill_setting_service.rb +0 -61
  878. data/lib/stripe/services/v2/billing/bill_settings/version_service.rb +0 -34
  879. data/lib/stripe/services/v2/billing/cadence_service.rb +0 -65
  880. data/lib/stripe/services/v2/billing/collection_setting_service.rb +0 -61
  881. data/lib/stripe/services/v2/billing/collection_settings/version_service.rb +0 -34
  882. data/lib/stripe/services/v2/billing/custom_pricing_unit_service.rb +0 -54
  883. data/lib/stripe/services/v2/billing/intent_service.rb +0 -94
  884. data/lib/stripe/services/v2/billing/intents/action_service.rb +0 -34
  885. data/lib/stripe/services/v2/billing/license_fee_service.rb +0 -61
  886. data/lib/stripe/services/v2/billing/license_fee_subscription_service.rb +0 -21
  887. data/lib/stripe/services/v2/billing/license_fees/version_service.rb +0 -34
  888. data/lib/stripe/services/v2/billing/licensed_item_service.rb +0 -54
  889. data/lib/stripe/services/v2/billing/metered_item_service.rb +0 -54
  890. data/lib/stripe/services/v2/billing/pricing_plan_service.rb +0 -62
  891. data/lib/stripe/services/v2/billing/pricing_plan_subscription_service.rb +0 -51
  892. data/lib/stripe/services/v2/billing/pricing_plan_subscriptions/component_service.rb +0 -23
  893. data/lib/stripe/services/v2/billing/pricing_plans/component_service.rb +0 -67
  894. data/lib/stripe/services/v2/billing/pricing_plans/version_service.rb +0 -34
  895. data/lib/stripe/services/v2/billing/profile_service.rb +0 -54
  896. data/lib/stripe/services/v2/billing/rate_card_service.rb +0 -62
  897. data/lib/stripe/services/v2/billing/rate_card_subscription_service.rb +0 -65
  898. data/lib/stripe/services/v2/billing/rate_cards/rate_service.rb +0 -57
  899. data/lib/stripe/services/v2/billing/rate_cards/version_service.rb +0 -34
  900. data/lib/stripe/services/v2/billing/service_action_service.rb +0 -43
  901. data/lib/stripe/services/v2/core/claimable_sandbox_service.rb +0 -35
  902. data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +0 -85
  903. data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +0 -101
  904. data/lib/stripe/services/v2/core/vault_service.rb +0 -18
  905. data/lib/stripe/services/v2/money_management/adjustment_service.rb +0 -32
  906. data/lib/stripe/services/v2/money_management/currency_conversion_service.rb +0 -45
  907. data/lib/stripe/services/v2/money_management/financial_account_service.rb +0 -70
  908. data/lib/stripe/services/v2/money_management/financial_address_service.rb +0 -46
  909. data/lib/stripe/services/v2/money_management/inbound_transfer_service.rb +0 -45
  910. data/lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb +0 -34
  911. data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +0 -62
  912. data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +0 -73
  913. data/lib/stripe/services/v2/money_management/outbound_transfer_service.rb +0 -60
  914. data/lib/stripe/services/v2/money_management/payout_method_service.rb +0 -63
  915. data/lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb +0 -23
  916. data/lib/stripe/services/v2/money_management/received_credit_service.rb +0 -32
  917. data/lib/stripe/services/v2/money_management/received_debit_service.rb +0 -32
  918. data/lib/stripe/services/v2/money_management/recipient_verification_service.rb +0 -43
  919. data/lib/stripe/services/v2/money_management/transaction_entry_service.rb +0 -32
  920. data/lib/stripe/services/v2/money_management/transaction_service.rb +0 -32
  921. data/lib/stripe/services/v2/money_management_service.rb +0 -35
  922. data/lib/stripe/services/v2/payment_service.rb +0 -15
  923. data/lib/stripe/services/v2/payments/off_session_payment_service.rb +0 -65
  924. data/lib/stripe/services/v2/reporting/report_run_service.rb +0 -38
  925. data/lib/stripe/services/v2/reporting/report_service.rb +0 -23
  926. data/lib/stripe/services/v2/reporting_service.rb +0 -16
  927. data/lib/stripe/services/v2/test_helper_service.rb +0 -16
  928. data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +0 -36
  929. data/lib/stripe/services/v2/test_helpers/money_management_service.rb +0 -21
@@ -12,326 +12,6 @@ module Stripe
12
12
  end
13
13
 
14
14
  class Configuration < ::Stripe::StripeObject
15
- class CardCreator < ::Stripe::StripeObject
16
- class Capabilities < ::Stripe::StripeObject
17
- class Commercial < ::Stripe::StripeObject
18
- class Celtic < ::Stripe::StripeObject
19
- class ChargeCard < ::Stripe::StripeObject
20
- class StatusDetail < ::Stripe::StripeObject
21
- # Machine-readable code explaining the reason for the Capability to be in its current status.
22
- attr_reader :code
23
- # Machine-readable code explaining how to make the Capability active.
24
- attr_reader :resolution
25
-
26
- def self.inner_class_types
27
- @inner_class_types = {}
28
- end
29
-
30
- def self.field_remappings
31
- @field_remappings = {}
32
- end
33
- end
34
- # Whether the Capability has been requested.
35
- attr_reader :requested
36
- # The status of the Capability.
37
- attr_reader :status
38
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
39
- attr_reader :status_details
40
-
41
- def self.inner_class_types
42
- @inner_class_types = { status_details: StatusDetail }
43
- end
44
-
45
- def self.field_remappings
46
- @field_remappings = {}
47
- end
48
- end
49
-
50
- class SpendCard < ::Stripe::StripeObject
51
- class StatusDetail < ::Stripe::StripeObject
52
- # Machine-readable code explaining the reason for the Capability to be in its current status.
53
- attr_reader :code
54
- # Machine-readable code explaining how to make the Capability active.
55
- attr_reader :resolution
56
-
57
- def self.inner_class_types
58
- @inner_class_types = {}
59
- end
60
-
61
- def self.field_remappings
62
- @field_remappings = {}
63
- end
64
- end
65
- # Whether the Capability has been requested.
66
- attr_reader :requested
67
- # The status of the Capability.
68
- attr_reader :status
69
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
70
- attr_reader :status_details
71
-
72
- def self.inner_class_types
73
- @inner_class_types = { status_details: StatusDetail }
74
- end
75
-
76
- def self.field_remappings
77
- @field_remappings = {}
78
- end
79
- end
80
- # Can create commercial issuing charge cards with Celtic as BIN sponsor.
81
- attr_reader :charge_card
82
- # Can create commercial issuing spend cards with Celtic as BIN sponsor.
83
- attr_reader :spend_card
84
-
85
- def self.inner_class_types
86
- @inner_class_types = { charge_card: ChargeCard, spend_card: SpendCard }
87
- end
88
-
89
- def self.field_remappings
90
- @field_remappings = {}
91
- end
92
- end
93
-
94
- class CrossRiverBank < ::Stripe::StripeObject
95
- class ChargeCard < ::Stripe::StripeObject
96
- class StatusDetail < ::Stripe::StripeObject
97
- # Machine-readable code explaining the reason for the Capability to be in its current status.
98
- attr_reader :code
99
- # Machine-readable code explaining how to make the Capability active.
100
- attr_reader :resolution
101
-
102
- def self.inner_class_types
103
- @inner_class_types = {}
104
- end
105
-
106
- def self.field_remappings
107
- @field_remappings = {}
108
- end
109
- end
110
- # Whether the Capability has been requested.
111
- attr_reader :requested
112
- # The status of the Capability.
113
- attr_reader :status
114
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
115
- attr_reader :status_details
116
-
117
- def self.inner_class_types
118
- @inner_class_types = { status_details: StatusDetail }
119
- end
120
-
121
- def self.field_remappings
122
- @field_remappings = {}
123
- end
124
- end
125
-
126
- class SpendCard < ::Stripe::StripeObject
127
- class StatusDetail < ::Stripe::StripeObject
128
- # Machine-readable code explaining the reason for the Capability to be in its current status.
129
- attr_reader :code
130
- # Machine-readable code explaining how to make the Capability active.
131
- attr_reader :resolution
132
-
133
- def self.inner_class_types
134
- @inner_class_types = {}
135
- end
136
-
137
- def self.field_remappings
138
- @field_remappings = {}
139
- end
140
- end
141
- # Whether the Capability has been requested.
142
- attr_reader :requested
143
- # The status of the Capability.
144
- attr_reader :status
145
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
146
- attr_reader :status_details
147
-
148
- def self.inner_class_types
149
- @inner_class_types = { status_details: StatusDetail }
150
- end
151
-
152
- def self.field_remappings
153
- @field_remappings = {}
154
- end
155
- end
156
- # Can create commercial issuing charge cards with Cross River Bank as BIN sponsor.
157
- attr_reader :charge_card
158
- # Can create commercial issuing spend cards with Cross River Bank as BIN sponsor.
159
- attr_reader :spend_card
160
-
161
- def self.inner_class_types
162
- @inner_class_types = { charge_card: ChargeCard, spend_card: SpendCard }
163
- end
164
-
165
- def self.field_remappings
166
- @field_remappings = {}
167
- end
168
- end
169
-
170
- class Lead < ::Stripe::StripeObject
171
- class PrepaidCard < ::Stripe::StripeObject
172
- class StatusDetail < ::Stripe::StripeObject
173
- # Machine-readable code explaining the reason for the Capability to be in its current status.
174
- attr_reader :code
175
- # Machine-readable code explaining how to make the Capability active.
176
- attr_reader :resolution
177
-
178
- def self.inner_class_types
179
- @inner_class_types = {}
180
- end
181
-
182
- def self.field_remappings
183
- @field_remappings = {}
184
- end
185
- end
186
- # Whether the Capability has been requested.
187
- attr_reader :requested
188
- # The status of the Capability.
189
- attr_reader :status
190
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
191
- attr_reader :status_details
192
-
193
- def self.inner_class_types
194
- @inner_class_types = { status_details: StatusDetail }
195
- end
196
-
197
- def self.field_remappings
198
- @field_remappings = {}
199
- end
200
- end
201
- # Can create commercial Global(cross border) issuing prepaid cards with Lead as BIN sponsor.
202
- attr_reader :prepaid_card
203
-
204
- def self.inner_class_types
205
- @inner_class_types = { prepaid_card: PrepaidCard }
206
- end
207
-
208
- def self.field_remappings
209
- @field_remappings = {}
210
- end
211
- end
212
-
213
- class Stripe < ::Stripe::StripeObject
214
- class ChargeCard < ::Stripe::StripeObject
215
- class StatusDetail < ::Stripe::StripeObject
216
- # Machine-readable code explaining the reason for the Capability to be in its current status.
217
- attr_reader :code
218
- # Machine-readable code explaining how to make the Capability active.
219
- attr_reader :resolution
220
-
221
- def self.inner_class_types
222
- @inner_class_types = {}
223
- end
224
-
225
- def self.field_remappings
226
- @field_remappings = {}
227
- end
228
- end
229
- # Whether the Capability has been requested.
230
- attr_reader :requested
231
- # The status of the Capability.
232
- attr_reader :status
233
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
234
- attr_reader :status_details
235
-
236
- def self.inner_class_types
237
- @inner_class_types = { status_details: StatusDetail }
238
- end
239
-
240
- def self.field_remappings
241
- @field_remappings = {}
242
- end
243
- end
244
-
245
- class PrepaidCard < ::Stripe::StripeObject
246
- class StatusDetail < ::Stripe::StripeObject
247
- # Machine-readable code explaining the reason for the Capability to be in its current status.
248
- attr_reader :code
249
- # Machine-readable code explaining how to make the Capability active.
250
- attr_reader :resolution
251
-
252
- def self.inner_class_types
253
- @inner_class_types = {}
254
- end
255
-
256
- def self.field_remappings
257
- @field_remappings = {}
258
- end
259
- end
260
- # Whether the Capability has been requested.
261
- attr_reader :requested
262
- # The status of the Capability.
263
- attr_reader :status
264
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
265
- attr_reader :status_details
266
-
267
- def self.inner_class_types
268
- @inner_class_types = { status_details: StatusDetail }
269
- end
270
-
271
- def self.field_remappings
272
- @field_remappings = {}
273
- end
274
- end
275
- # Can create commercial issuing charge cards with Stripe as BIN sponsor.
276
- attr_reader :charge_card
277
- # Can create commercial issuing prepaid cards with Stripe as BIN sponsor.
278
- attr_reader :prepaid_card
279
-
280
- def self.inner_class_types
281
- @inner_class_types = { charge_card: ChargeCard, prepaid_card: PrepaidCard }
282
- end
283
-
284
- def self.field_remappings
285
- @field_remappings = {}
286
- end
287
- end
288
- # Can create commercial issuing cards with Celtic as BIN sponsor.
289
- attr_reader :celtic
290
- # Can create commercial issuing cards with Cross River Bank as BIN sponsor.
291
- attr_reader :cross_river_bank
292
- # Can create commercial issuing cards with Lead as a BIN sponsor.
293
- attr_reader :lead
294
- # Can create commercial issuing cards with Stripe as a BIN sponsor.
295
- attr_reader :stripe
296
-
297
- def self.inner_class_types
298
- @inner_class_types = {
299
- celtic: Celtic,
300
- cross_river_bank: CrossRiverBank,
301
- lead: Lead,
302
- stripe: Stripe,
303
- }
304
- end
305
-
306
- def self.field_remappings
307
- @field_remappings = {}
308
- end
309
- end
310
- # Can create cards for commercial issuing use cases.
311
- attr_reader :commercial
312
-
313
- def self.inner_class_types
314
- @inner_class_types = { commercial: Commercial }
315
- end
316
-
317
- def self.field_remappings
318
- @field_remappings = {}
319
- end
320
- end
321
- # Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
322
- attr_reader :applied
323
- # Capabilities that have been requested on the CardCreator Configuration.
324
- attr_reader :capabilities
325
-
326
- def self.inner_class_types
327
- @inner_class_types = { capabilities: Capabilities }
328
- end
329
-
330
- def self.field_remappings
331
- @field_remappings = {}
332
- end
333
- end
334
-
335
15
  class Customer < ::Stripe::StripeObject
336
16
  class AutomaticIndirectTax < ::Stripe::StripeObject
337
17
  class Location < ::Stripe::StripeObject
@@ -348,13 +28,13 @@ module Stripe
348
28
  @field_remappings = {}
349
29
  end
350
30
  end
351
- # Describes the customer's tax exemption status, which is `none`, `exempt`, or `reverse`. When set to reverse, invoice and receipt PDFs include the following text: “Reverse charge”.
31
+ # The customer account's tax exemption status: `none`, `exempt`, or `reverse`. When `reverse`, invoice and receipt PDFs include "Reverse charge".
352
32
  attr_reader :exempt
353
33
  # A recent IP address of the customer used for tax reporting and tax location inference.
354
34
  attr_reader :ip_address
355
- # The [identified](https://docs.stripe.com/tax/customer-locations#address-hierarchy-other) tax location of the customer. Will only be rendered if the `automatic_indirect_tax` feature is requested and `active`.
35
+ # The customer account's identified tax location, derived from `location_source`. Only rendered if the `automatic_indirect_tax` feature is requested and `active`.
356
36
  attr_reader :location
357
- # The data source used to identify the customer's tax location. Will only be used for automatic tax calculation on the customer's Invoices and Subscriptions.
37
+ # Data source used to identify the customer account's tax location. Defaults to `identity_address`. Used for automatic indirect tax calculation.
358
38
  attr_reader :location_source
359
39
 
360
40
  def self.inner_class_types
@@ -384,7 +64,7 @@ module Stripe
384
64
  end
385
65
 
386
66
  class Rendering < ::Stripe::StripeObject
387
- # How line-item prices and amounts will be displayed with respect to tax on invoice PDFs. One of exclude_tax or include_inclusive_tax. include_inclusive_tax will include inclusive tax (and exclude exclusive tax) in invoice PDF amounts. exclude_tax will exclude all tax (inclusive and exclusive alike) from invoice PDF amounts.
67
+ # Indicates whether displayed line item prices and amounts on invoice PDFs include inclusive tax amounts. Must be either `include_inclusive_tax` or `exclude_tax`.
388
68
  attr_reader :amount_tax_display
389
69
  # ID of the invoice rendering template to use for future invoices.
390
70
  attr_reader :template
@@ -399,13 +79,13 @@ module Stripe
399
79
  end
400
80
  # The list of up to 4 default custom fields to be displayed on invoices for this customer. When updating, pass an empty string to remove previously-defined fields.
401
81
  attr_reader :custom_fields
402
- # Default footer to be displayed on invoices for this customer.
82
+ # Default invoice footer.
403
83
  attr_reader :footer
404
- # The sequence to be used on the customer's next invoice. Defaults to 1.
84
+ # Sequence number to use on the customer account's next invoice. Defaults to 1.
405
85
  attr_reader :next_sequence
406
- # The prefix for the customer used to generate unique invoice numbers. Must be 312 uppercase letters or numbers.
86
+ # Prefix used to generate unique invoice numbers. Must be 3-12 uppercase letters or numbers.
407
87
  attr_reader :prefix
408
- # Default options for invoice PDF rendering for this customer.
88
+ # Default invoice PDF rendering options.
409
89
  attr_reader :rendering
410
90
 
411
91
  def self.inner_class_types
@@ -416,9 +96,9 @@ module Stripe
416
96
  @field_remappings = {}
417
97
  end
418
98
  end
419
- # ID of a payment method that’s attached to the customer, to be used as the customer’s default payment method for invoices and subscriptions.
99
+ # ID of a PaymentMethod attached to the customer account to use as the default for invoices and subscriptions.
420
100
  attr_reader :default_payment_method
421
- # Default settings used on invoices for this customer.
101
+ # Default invoice settings for the customer account.
422
102
  attr_reader :invoice
423
103
 
424
104
  def self.inner_class_types
@@ -446,11 +126,9 @@ module Stripe
446
126
  @field_remappings = {}
447
127
  end
448
128
  end
449
- # Whether the Capability has been requested.
450
- attr_reader :requested
451
129
  # The status of the Capability.
452
130
  attr_reader :status
453
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
131
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
454
132
  attr_reader :status_details
455
133
 
456
134
  def self.inner_class_types
@@ -511,11 +189,11 @@ module Stripe
511
189
  @field_remappings = {}
512
190
  end
513
191
  end
514
- # Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
192
+ # Indicates whether the customer configuration is active. You can deactivate or reactivate the customer configuration by updating this property. Deactivating the configuration by setting this value to false will unrequest all capabilities within the configuration. It will not delete any of the configuration's other properties.
515
193
  attr_reader :applied
516
- # Automatic indirect tax settings to be used when automatic tax calculation is enabled on the customer's invoices, subscriptions, checkout sessions, or payment links. Surfaces if automatic tax calculation is possible given the current customer location information.
194
+ # Settings for automatic indirect tax calculation on the customer's invoices, subscriptions, Checkout Sessions, and Payment Links. Available when automatic tax calculation is available for the customer account's location.
517
195
  attr_reader :automatic_indirect_tax
518
- # Billing settings - default settings used for this customer in Billing flows such as Invoices and Subscriptions.
196
+ # Default Billing settings for the customer account, used in Invoices and Subscriptions.
519
197
  attr_reader :billing
520
198
  # Capabilities that have been requested on the Customer Configuration.
521
199
  attr_reader :capabilities
@@ -540,9 +218,9 @@ module Stripe
540
218
 
541
219
  class Merchant < ::Stripe::StripeObject
542
220
  class BacsDebitPayments < ::Stripe::StripeObject
543
- # Display name for Bacs debit payments.
221
+ # Display name for Bacs Direct Debit payments.
544
222
  attr_reader :display_name
545
- # Service user number for Bacs debit payments.
223
+ # Service User Number (SUN) for Bacs Direct Debit payments.
546
224
  attr_reader :service_user_number
547
225
 
548
226
  def self.inner_class_types
@@ -589,11 +267,9 @@ module Stripe
589
267
  @field_remappings = {}
590
268
  end
591
269
  end
592
- # Whether the Capability has been requested.
593
- attr_reader :requested
594
270
  # The status of the Capability.
595
271
  attr_reader :status
596
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
272
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
597
273
  attr_reader :status_details
598
274
 
599
275
  def self.inner_class_types
@@ -620,11 +296,9 @@ module Stripe
620
296
  @field_remappings = {}
621
297
  end
622
298
  end
623
- # Whether the Capability has been requested.
624
- attr_reader :requested
625
299
  # The status of the Capability.
626
300
  attr_reader :status
627
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
301
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
628
302
  attr_reader :status_details
629
303
 
630
304
  def self.inner_class_types
@@ -651,11 +325,9 @@ module Stripe
651
325
  @field_remappings = {}
652
326
  end
653
327
  end
654
- # Whether the Capability has been requested.
655
- attr_reader :requested
656
328
  # The status of the Capability.
657
329
  attr_reader :status
658
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
330
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
659
331
  attr_reader :status_details
660
332
 
661
333
  def self.inner_class_types
@@ -682,11 +354,9 @@ module Stripe
682
354
  @field_remappings = {}
683
355
  end
684
356
  end
685
- # Whether the Capability has been requested.
686
- attr_reader :requested
687
357
  # The status of the Capability.
688
358
  attr_reader :status
689
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
359
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
690
360
  attr_reader :status_details
691
361
 
692
362
  def self.inner_class_types
@@ -713,11 +383,9 @@ module Stripe
713
383
  @field_remappings = {}
714
384
  end
715
385
  end
716
- # Whether the Capability has been requested.
717
- attr_reader :requested
718
386
  # The status of the Capability.
719
387
  attr_reader :status
720
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
388
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
721
389
  attr_reader :status_details
722
390
 
723
391
  def self.inner_class_types
@@ -744,11 +412,9 @@ module Stripe
744
412
  @field_remappings = {}
745
413
  end
746
414
  end
747
- # Whether the Capability has been requested.
748
- attr_reader :requested
749
415
  # The status of the Capability.
750
416
  attr_reader :status
751
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
417
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
752
418
  attr_reader :status_details
753
419
 
754
420
  def self.inner_class_types
@@ -775,11 +441,9 @@ module Stripe
775
441
  @field_remappings = {}
776
442
  end
777
443
  end
778
- # Whether the Capability has been requested.
779
- attr_reader :requested
780
444
  # The status of the Capability.
781
445
  attr_reader :status
782
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
446
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
783
447
  attr_reader :status_details
784
448
 
785
449
  def self.inner_class_types
@@ -806,11 +470,9 @@ module Stripe
806
470
  @field_remappings = {}
807
471
  end
808
472
  end
809
- # Whether the Capability has been requested.
810
- attr_reader :requested
811
473
  # The status of the Capability.
812
474
  attr_reader :status
813
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
475
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
814
476
  attr_reader :status_details
815
477
 
816
478
  def self.inner_class_types
@@ -837,11 +499,9 @@ module Stripe
837
499
  @field_remappings = {}
838
500
  end
839
501
  end
840
- # Whether the Capability has been requested.
841
- attr_reader :requested
842
502
  # The status of the Capability.
843
503
  attr_reader :status
844
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
504
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
845
505
  attr_reader :status_details
846
506
 
847
507
  def self.inner_class_types
@@ -868,11 +528,9 @@ module Stripe
868
528
  @field_remappings = {}
869
529
  end
870
530
  end
871
- # Whether the Capability has been requested.
872
- attr_reader :requested
873
531
  # The status of the Capability.
874
532
  attr_reader :status
875
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
533
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
876
534
  attr_reader :status_details
877
535
 
878
536
  def self.inner_class_types
@@ -899,11 +557,9 @@ module Stripe
899
557
  @field_remappings = {}
900
558
  end
901
559
  end
902
- # Whether the Capability has been requested.
903
- attr_reader :requested
904
560
  # The status of the Capability.
905
561
  attr_reader :status
906
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
562
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
907
563
  attr_reader :status_details
908
564
 
909
565
  def self.inner_class_types
@@ -930,11 +586,9 @@ module Stripe
930
586
  @field_remappings = {}
931
587
  end
932
588
  end
933
- # Whether the Capability has been requested.
934
- attr_reader :requested
935
589
  # The status of the Capability.
936
590
  attr_reader :status
937
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
591
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
938
592
  attr_reader :status_details
939
593
 
940
594
  def self.inner_class_types
@@ -961,11 +615,9 @@ module Stripe
961
615
  @field_remappings = {}
962
616
  end
963
617
  end
964
- # Whether the Capability has been requested.
965
- attr_reader :requested
966
618
  # The status of the Capability.
967
619
  attr_reader :status
968
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
620
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
969
621
  attr_reader :status_details
970
622
 
971
623
  def self.inner_class_types
@@ -992,11 +644,9 @@ module Stripe
992
644
  @field_remappings = {}
993
645
  end
994
646
  end
995
- # Whether the Capability has been requested.
996
- attr_reader :requested
997
647
  # The status of the Capability.
998
648
  attr_reader :status
999
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
649
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
1000
650
  attr_reader :status_details
1001
651
 
1002
652
  def self.inner_class_types
@@ -1023,11 +673,9 @@ module Stripe
1023
673
  @field_remappings = {}
1024
674
  end
1025
675
  end
1026
- # Whether the Capability has been requested.
1027
- attr_reader :requested
1028
676
  # The status of the Capability.
1029
677
  attr_reader :status
1030
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
678
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
1031
679
  attr_reader :status_details
1032
680
 
1033
681
  def self.inner_class_types
@@ -1054,11 +702,9 @@ module Stripe
1054
702
  @field_remappings = {}
1055
703
  end
1056
704
  end
1057
- # Whether the Capability has been requested.
1058
- attr_reader :requested
1059
705
  # The status of the Capability.
1060
706
  attr_reader :status
1061
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
707
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
1062
708
  attr_reader :status_details
1063
709
 
1064
710
  def self.inner_class_types
@@ -1085,11 +731,9 @@ module Stripe
1085
731
  @field_remappings = {}
1086
732
  end
1087
733
  end
1088
- # Whether the Capability has been requested.
1089
- attr_reader :requested
1090
734
  # The status of the Capability.
1091
735
  attr_reader :status
1092
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
736
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
1093
737
  attr_reader :status_details
1094
738
 
1095
739
  def self.inner_class_types
@@ -1116,11 +760,9 @@ module Stripe
1116
760
  @field_remappings = {}
1117
761
  end
1118
762
  end
1119
- # Whether the Capability has been requested.
1120
- attr_reader :requested
1121
763
  # The status of the Capability.
1122
764
  attr_reader :status
1123
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
765
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
1124
766
  attr_reader :status_details
1125
767
 
1126
768
  def self.inner_class_types
@@ -1147,11 +789,9 @@ module Stripe
1147
789
  @field_remappings = {}
1148
790
  end
1149
791
  end
1150
- # Whether the Capability has been requested.
1151
- attr_reader :requested
1152
792
  # The status of the Capability.
1153
793
  attr_reader :status
1154
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
794
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
1155
795
  attr_reader :status_details
1156
796
 
1157
797
  def self.inner_class_types
@@ -1178,11 +818,9 @@ module Stripe
1178
818
  @field_remappings = {}
1179
819
  end
1180
820
  end
1181
- # Whether the Capability has been requested.
1182
- attr_reader :requested
1183
821
  # The status of the Capability.
1184
822
  attr_reader :status
1185
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
823
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
1186
824
  attr_reader :status_details
1187
825
 
1188
826
  def self.inner_class_types
@@ -1209,11 +847,9 @@ module Stripe
1209
847
  @field_remappings = {}
1210
848
  end
1211
849
  end
1212
- # Whether the Capability has been requested.
1213
- attr_reader :requested
1214
850
  # The status of the Capability.
1215
851
  attr_reader :status
1216
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
852
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
1217
853
  attr_reader :status_details
1218
854
 
1219
855
  def self.inner_class_types
@@ -1240,11 +876,9 @@ module Stripe
1240
876
  @field_remappings = {}
1241
877
  end
1242
878
  end
1243
- # Whether the Capability has been requested.
1244
- attr_reader :requested
1245
879
  # The status of the Capability.
1246
880
  attr_reader :status
1247
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
881
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
1248
882
  attr_reader :status_details
1249
883
 
1250
884
  def self.inner_class_types
@@ -1271,11 +905,9 @@ module Stripe
1271
905
  @field_remappings = {}
1272
906
  end
1273
907
  end
1274
- # Whether the Capability has been requested.
1275
- attr_reader :requested
1276
908
  # The status of the Capability.
1277
909
  attr_reader :status
1278
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
910
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
1279
911
  attr_reader :status_details
1280
912
 
1281
913
  def self.inner_class_types
@@ -1302,11 +934,9 @@ module Stripe
1302
934
  @field_remappings = {}
1303
935
  end
1304
936
  end
1305
- # Whether the Capability has been requested.
1306
- attr_reader :requested
1307
937
  # The status of the Capability.
1308
938
  attr_reader :status
1309
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
939
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
1310
940
  attr_reader :status_details
1311
941
 
1312
942
  def self.inner_class_types
@@ -1333,11 +963,9 @@ module Stripe
1333
963
  @field_remappings = {}
1334
964
  end
1335
965
  end
1336
- # Whether the Capability has been requested.
1337
- attr_reader :requested
1338
966
  # The status of the Capability.
1339
967
  attr_reader :status
1340
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
968
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
1341
969
  attr_reader :status_details
1342
970
 
1343
971
  def self.inner_class_types
@@ -1364,11 +992,9 @@ module Stripe
1364
992
  @field_remappings = {}
1365
993
  end
1366
994
  end
1367
- # Whether the Capability has been requested.
1368
- attr_reader :requested
1369
995
  # The status of the Capability.
1370
996
  attr_reader :status
1371
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
997
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
1372
998
  attr_reader :status_details
1373
999
 
1374
1000
  def self.inner_class_types
@@ -1395,11 +1021,9 @@ module Stripe
1395
1021
  @field_remappings = {}
1396
1022
  end
1397
1023
  end
1398
- # Whether the Capability has been requested.
1399
- attr_reader :requested
1400
1024
  # The status of the Capability.
1401
1025
  attr_reader :status
1402
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
1026
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
1403
1027
  attr_reader :status_details
1404
1028
 
1405
1029
  def self.inner_class_types
@@ -1426,11 +1050,9 @@ module Stripe
1426
1050
  @field_remappings = {}
1427
1051
  end
1428
1052
  end
1429
- # Whether the Capability has been requested.
1430
- attr_reader :requested
1431
1053
  # The status of the Capability.
1432
1054
  attr_reader :status
1433
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
1055
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
1434
1056
  attr_reader :status_details
1435
1057
 
1436
1058
  def self.inner_class_types
@@ -1457,11 +1079,9 @@ module Stripe
1457
1079
  @field_remappings = {}
1458
1080
  end
1459
1081
  end
1460
- # Whether the Capability has been requested.
1461
- attr_reader :requested
1462
1082
  # The status of the Capability.
1463
1083
  attr_reader :status
1464
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
1084
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
1465
1085
  attr_reader :status_details
1466
1086
 
1467
1087
  def self.inner_class_types
@@ -1488,11 +1108,9 @@ module Stripe
1488
1108
  @field_remappings = {}
1489
1109
  end
1490
1110
  end
1491
- # Whether the Capability has been requested.
1492
- attr_reader :requested
1493
1111
  # The status of the Capability.
1494
1112
  attr_reader :status
1495
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
1113
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
1496
1114
  attr_reader :status_details
1497
1115
 
1498
1116
  def self.inner_class_types
@@ -1519,11 +1137,9 @@ module Stripe
1519
1137
  @field_remappings = {}
1520
1138
  end
1521
1139
  end
1522
- # Whether the Capability has been requested.
1523
- attr_reader :requested
1524
1140
  # The status of the Capability.
1525
1141
  attr_reader :status
1526
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
1142
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
1527
1143
  attr_reader :status_details
1528
1144
 
1529
1145
  def self.inner_class_types
@@ -1550,11 +1166,9 @@ module Stripe
1550
1166
  @field_remappings = {}
1551
1167
  end
1552
1168
  end
1553
- # Whether the Capability has been requested.
1554
- attr_reader :requested
1555
1169
  # The status of the Capability.
1556
1170
  attr_reader :status
1557
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
1171
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
1558
1172
  attr_reader :status_details
1559
1173
 
1560
1174
  def self.inner_class_types
@@ -1581,11 +1195,9 @@ module Stripe
1581
1195
  @field_remappings = {}
1582
1196
  end
1583
1197
  end
1584
- # Whether the Capability has been requested.
1585
- attr_reader :requested
1586
1198
  # The status of the Capability.
1587
1199
  attr_reader :status
1588
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
1200
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
1589
1201
  attr_reader :status_details
1590
1202
 
1591
1203
  def self.inner_class_types
@@ -1612,11 +1224,9 @@ module Stripe
1612
1224
  @field_remappings = {}
1613
1225
  end
1614
1226
  end
1615
- # Whether the Capability has been requested.
1616
- attr_reader :requested
1617
1227
  # The status of the Capability.
1618
1228
  attr_reader :status
1619
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
1229
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
1620
1230
  attr_reader :status_details
1621
1231
 
1622
1232
  def self.inner_class_types
@@ -1643,11 +1253,9 @@ module Stripe
1643
1253
  @field_remappings = {}
1644
1254
  end
1645
1255
  end
1646
- # Whether the Capability has been requested.
1647
- attr_reader :requested
1648
1256
  # The status of the Capability.
1649
1257
  attr_reader :status
1650
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
1258
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
1651
1259
  attr_reader :status_details
1652
1260
 
1653
1261
  def self.inner_class_types
@@ -1674,11 +1282,9 @@ module Stripe
1674
1282
  @field_remappings = {}
1675
1283
  end
1676
1284
  end
1677
- # Whether the Capability has been requested.
1678
- attr_reader :requested
1679
1285
  # The status of the Capability.
1680
1286
  attr_reader :status
1681
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
1287
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
1682
1288
  attr_reader :status_details
1683
1289
 
1684
1290
  def self.inner_class_types
@@ -1705,11 +1311,9 @@ module Stripe
1705
1311
  @field_remappings = {}
1706
1312
  end
1707
1313
  end
1708
- # Whether the Capability has been requested.
1709
- attr_reader :requested
1710
1314
  # The status of the Capability.
1711
1315
  attr_reader :status
1712
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
1316
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
1713
1317
  attr_reader :status_details
1714
1318
 
1715
1319
  def self.inner_class_types
@@ -1736,11 +1340,9 @@ module Stripe
1736
1340
  @field_remappings = {}
1737
1341
  end
1738
1342
  end
1739
- # Whether the Capability has been requested.
1740
- attr_reader :requested
1741
1343
  # The status of the Capability.
1742
1344
  attr_reader :status
1743
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
1345
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
1744
1346
  attr_reader :status_details
1745
1347
 
1746
1348
  def self.inner_class_types
@@ -1767,11 +1369,9 @@ module Stripe
1767
1369
  @field_remappings = {}
1768
1370
  end
1769
1371
  end
1770
- # Whether the Capability has been requested.
1771
- attr_reader :requested
1772
1372
  # The status of the Capability.
1773
1373
  attr_reader :status
1774
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
1374
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
1775
1375
  attr_reader :status_details
1776
1376
 
1777
1377
  def self.inner_class_types
@@ -1798,11 +1398,9 @@ module Stripe
1798
1398
  @field_remappings = {}
1799
1399
  end
1800
1400
  end
1801
- # Whether the Capability has been requested.
1802
- attr_reader :requested
1803
1401
  # The status of the Capability.
1804
1402
  attr_reader :status
1805
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
1403
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
1806
1404
  attr_reader :status_details
1807
1405
 
1808
1406
  def self.inner_class_types
@@ -1830,11 +1428,9 @@ module Stripe
1830
1428
  @field_remappings = {}
1831
1429
  end
1832
1430
  end
1833
- # Whether the Capability has been requested.
1834
- attr_reader :requested
1835
1431
  # The status of the Capability.
1836
1432
  attr_reader :status
1837
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
1433
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
1838
1434
  attr_reader :status_details
1839
1435
 
1840
1436
  def self.inner_class_types
@@ -1845,7 +1441,7 @@ module Stripe
1845
1441
  @field_remappings = {}
1846
1442
  end
1847
1443
  end
1848
- # Allows the account to do payouts using their Stripe Balance (/v1/balance).
1444
+ # Enables this Account to complete payouts from their Stripe Balance (/v1/balance).
1849
1445
  attr_reader :payouts
1850
1446
 
1851
1447
  def self.inner_class_types
@@ -1872,11 +1468,9 @@ module Stripe
1872
1468
  @field_remappings = {}
1873
1469
  end
1874
1470
  end
1875
- # Whether the Capability has been requested.
1876
- attr_reader :requested
1877
1471
  # The status of the Capability.
1878
1472
  attr_reader :status
1879
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
1473
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
1880
1474
  attr_reader :status_details
1881
1475
 
1882
1476
  def self.inner_class_types
@@ -1903,11 +1497,9 @@ module Stripe
1903
1497
  @field_remappings = {}
1904
1498
  end
1905
1499
  end
1906
- # Whether the Capability has been requested.
1907
- attr_reader :requested
1908
1500
  # The status of the Capability.
1909
1501
  attr_reader :status
1910
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
1502
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
1911
1503
  attr_reader :status_details
1912
1504
 
1913
1505
  def self.inner_class_types
@@ -1934,11 +1526,9 @@ module Stripe
1934
1526
  @field_remappings = {}
1935
1527
  end
1936
1528
  end
1937
- # Whether the Capability has been requested.
1938
- attr_reader :requested
1939
1529
  # The status of the Capability.
1940
1530
  attr_reader :status
1941
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
1531
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
1942
1532
  attr_reader :status_details
1943
1533
 
1944
1534
  def self.inner_class_types
@@ -1965,11 +1555,9 @@ module Stripe
1965
1555
  @field_remappings = {}
1966
1556
  end
1967
1557
  end
1968
- # Whether the Capability has been requested.
1969
- attr_reader :requested
1970
1558
  # The status of the Capability.
1971
1559
  attr_reader :status
1972
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
1560
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
1973
1561
  attr_reader :status_details
1974
1562
 
1975
1563
  def self.inner_class_types
@@ -2241,7 +1829,7 @@ module Stripe
2241
1829
  end
2242
1830
 
2243
1831
  class SepaDebitPayments < ::Stripe::StripeObject
2244
- # Creditor ID for SEPA debit payments.
1832
+ # Creditor ID for SEPA Direct Debit payments.
2245
1833
  attr_reader :creditor_id
2246
1834
 
2247
1835
  def self.inner_class_types
@@ -2282,7 +1870,7 @@ module Stripe
2282
1870
  attr_reader :postal_code
2283
1871
  # State, county, province, or region.
2284
1872
  attr_reader :state
2285
- # Town or cho-me.
1873
+ # Town or district.
2286
1874
  attr_reader :town
2287
1875
 
2288
1876
  def self.inner_class_types
@@ -2310,9 +1898,9 @@ module Stripe
2310
1898
  @field_remappings = {}
2311
1899
  end
2312
1900
  end
2313
- # Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
1901
+ # Indicates whether the merchant configuration is active. You can deactivate or reactivate the merchant configuration by updating this property. Deactivating the configuration by setting this value to false doesn't delete the configuration's properties.
2314
1902
  attr_reader :applied
2315
- # Settings used for Bacs debit payments.
1903
+ # Settings for Bacs Direct Debit payments.
2316
1904
  attr_reader :bacs_debit_payments
2317
1905
  # Settings used to apply the merchant's branding to email receipts, invoices, Checkout, and other products.
2318
1906
  attr_reader :branding
@@ -2322,11 +1910,11 @@ module Stripe
2322
1910
  attr_reader :card_payments
2323
1911
  # Settings specific to Konbini payments on the account.
2324
1912
  attr_reader :konbini_payments
2325
- # The merchant category code for the merchant. MCCs are used to classify businesses based on the goods or services they provide.
1913
+ # The Merchant Category Code (MCC) for the merchant. MCCs classify businesses based on the goods or services they provide.
2326
1914
  attr_reader :mcc
2327
1915
  # Settings for the default text that appears on statements for language variations.
2328
1916
  attr_reader :script_statement_descriptor
2329
- # Settings used for SEPA debit payments.
1917
+ # Settings for SEPA Direct Debit payments.
2330
1918
  attr_reader :sepa_debit_payments
2331
1919
  # Statement descriptor.
2332
1920
  attr_reader :statement_descriptor
@@ -2354,8 +1942,8 @@ module Stripe
2354
1942
 
2355
1943
  class Recipient < ::Stripe::StripeObject
2356
1944
  class Capabilities < ::Stripe::StripeObject
2357
- class BankAccounts < ::Stripe::StripeObject
2358
- class Local < ::Stripe::StripeObject
1945
+ class StripeBalance < ::Stripe::StripeObject
1946
+ class Payouts < ::Stripe::StripeObject
2359
1947
  class StatusDetail < ::Stripe::StripeObject
2360
1948
  # Machine-readable code explaining the reason for the Capability to be in its current status.
2361
1949
  attr_reader :code
@@ -2370,11 +1958,9 @@ module Stripe
2370
1958
  @field_remappings = {}
2371
1959
  end
2372
1960
  end
2373
- # Whether the Capability has been requested.
2374
- attr_reader :requested
2375
1961
  # The status of the Capability.
2376
1962
  attr_reader :status
2377
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
1963
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
2378
1964
  attr_reader :status_details
2379
1965
 
2380
1966
  def self.inner_class_types
@@ -2386,7 +1972,7 @@ module Stripe
2386
1972
  end
2387
1973
  end
2388
1974
 
2389
- class Wire < ::Stripe::StripeObject
1975
+ class StripeTransfers < ::Stripe::StripeObject
2390
1976
  class StatusDetail < ::Stripe::StripeObject
2391
1977
  # Machine-readable code explaining the reason for the Capability to be in its current status.
2392
1978
  attr_reader :code
@@ -2401,11 +1987,9 @@ module Stripe
2401
1987
  @field_remappings = {}
2402
1988
  end
2403
1989
  end
2404
- # Whether the Capability has been requested.
2405
- attr_reader :requested
2406
1990
  # The status of the Capability.
2407
1991
  attr_reader :status
2408
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
1992
+ # Additional details about the capability's status. This value is empty when `status` is `active`.
2409
1993
  attr_reader :status_details
2410
1994
 
2411
1995
  def self.inner_class_types
@@ -2416,870 +2000,88 @@ module Stripe
2416
2000
  @field_remappings = {}
2417
2001
  end
2418
2002
  end
2419
- # Enables this Account to receive OutboundPayments to linked bank accounts over local networks.
2420
- attr_reader :local
2421
- # Enables this Account to receive OutboundPayments to linked bank accounts over wire.
2422
- attr_reader :wire
2003
+ # Enables this Account to complete payouts from their Stripe Balance (/v1/balance).
2004
+ attr_reader :payouts
2005
+ # Enables this Account to receive /v1/transfers into their Stripe Balance (/v1/balance).
2006
+ attr_reader :stripe_transfers
2423
2007
 
2424
2008
  def self.inner_class_types
2425
- @inner_class_types = { local: Local, wire: Wire }
2009
+ @inner_class_types = { payouts: Payouts, stripe_transfers: StripeTransfers }
2426
2010
  end
2427
2011
 
2428
2012
  def self.field_remappings
2429
2013
  @field_remappings = {}
2430
2014
  end
2431
2015
  end
2016
+ # Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance).
2017
+ attr_reader :stripe_balance
2432
2018
 
2433
- class Cards < ::Stripe::StripeObject
2434
- class StatusDetail < ::Stripe::StripeObject
2435
- # Machine-readable code explaining the reason for the Capability to be in its current status.
2436
- attr_reader :code
2437
- # Machine-readable code explaining how to make the Capability active.
2438
- attr_reader :resolution
2439
-
2440
- def self.inner_class_types
2441
- @inner_class_types = {}
2442
- end
2019
+ def self.inner_class_types
2020
+ @inner_class_types = { stripe_balance: StripeBalance }
2021
+ end
2443
2022
 
2444
- def self.field_remappings
2445
- @field_remappings = {}
2446
- end
2447
- end
2448
- # Whether the Capability has been requested.
2449
- attr_reader :requested
2450
- # The status of the Capability.
2451
- attr_reader :status
2452
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
2453
- attr_reader :status_details
2023
+ def self.field_remappings
2024
+ @field_remappings = {}
2025
+ end
2026
+ end
2027
+ # Indicates whether the recipient configuration is active. You can deactivate or reactivate the recipient configuration by updating this property. Deactivating the configuration by setting this value to false unrequest all capabilities within the configuration. It will not delete any of the configuration's other properties.
2028
+ attr_reader :applied
2029
+ # Capabilities that have been requested on the Recipient Configuration.
2030
+ attr_reader :capabilities
2454
2031
 
2455
- def self.inner_class_types
2456
- @inner_class_types = { status_details: StatusDetail }
2457
- end
2032
+ def self.inner_class_types
2033
+ @inner_class_types = { capabilities: Capabilities }
2034
+ end
2458
2035
 
2459
- def self.field_remappings
2460
- @field_remappings = {}
2461
- end
2462
- end
2036
+ def self.field_remappings
2037
+ @field_remappings = {}
2038
+ end
2039
+ end
2040
+ # The Customer Configuration allows the Account to be used in inbound payment flows.
2041
+ attr_reader :customer
2042
+ # Enables the Account to act as a connected account and collect payments facilitated by a Connect platform. You must onboard your platform to Connect before you can add this configuration to your connected accounts. Utilize this configuration when the Account will be the Merchant of Record, like with Direct charges or Destination Charges with on_behalf_of set.
2043
+ attr_reader :merchant
2044
+ # The Recipient Configuration allows the Account to receive funds. Utilize this configuration if the Account will not be the Merchant of Record, like with Separate Charges & Transfers, or Destination Charges without on_behalf_of set.
2045
+ attr_reader :recipient
2463
2046
 
2464
- class CryptoWallets < ::Stripe::StripeObject
2465
- class StatusDetail < ::Stripe::StripeObject
2466
- # Machine-readable code explaining the reason for the Capability to be in its current status.
2467
- attr_reader :code
2468
- # Machine-readable code explaining how to make the Capability active.
2469
- attr_reader :resolution
2047
+ def self.inner_class_types
2048
+ @inner_class_types = { customer: Customer, merchant: Merchant, recipient: Recipient }
2049
+ end
2470
2050
 
2471
- def self.inner_class_types
2472
- @inner_class_types = {}
2473
- end
2051
+ def self.field_remappings
2052
+ @field_remappings = {}
2053
+ end
2054
+ end
2474
2055
 
2475
- def self.field_remappings
2476
- @field_remappings = {}
2477
- end
2478
- end
2479
- # Whether the Capability has been requested.
2480
- attr_reader :requested
2481
- # The status of the Capability.
2482
- attr_reader :status
2483
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
2484
- attr_reader :status_details
2056
+ class Defaults < ::Stripe::StripeObject
2057
+ class Profile < ::Stripe::StripeObject
2058
+ # The business's publicly-available website.
2059
+ attr_reader :business_url
2060
+ # The customer-facing business name.
2061
+ attr_reader :doing_business_as
2062
+ # Internal-only description of the product sold or service provided by the business. It's used by Stripe for risk and underwriting purposes.
2063
+ attr_reader :product_description
2485
2064
 
2486
- def self.inner_class_types
2487
- @inner_class_types = { status_details: StatusDetail }
2488
- end
2065
+ def self.inner_class_types
2066
+ @inner_class_types = {}
2067
+ end
2489
2068
 
2490
- def self.field_remappings
2491
- @field_remappings = {}
2492
- end
2493
- end
2069
+ def self.field_remappings
2070
+ @field_remappings = {}
2071
+ end
2072
+ end
2494
2073
 
2495
- class StripeBalance < ::Stripe::StripeObject
2496
- class Payouts < ::Stripe::StripeObject
2497
- class StatusDetail < ::Stripe::StripeObject
2498
- # Machine-readable code explaining the reason for the Capability to be in its current status.
2499
- attr_reader :code
2500
- # Machine-readable code explaining how to make the Capability active.
2501
- attr_reader :resolution
2074
+ class Responsibilities < ::Stripe::StripeObject
2075
+ # Indicates whether the platform or connected account is responsible for paying Stripe fees for pricing-control-eligible products.
2076
+ attr_reader :fees_collector
2077
+ # A value indicating responsibility for collecting requirements on this account.
2078
+ attr_reader :losses_collector
2079
+ # A value indicating responsibility for collecting requirements on this account.
2080
+ attr_reader :requirements_collector
2502
2081
 
2503
- def self.inner_class_types
2504
- @inner_class_types = {}
2505
- end
2506
-
2507
- def self.field_remappings
2508
- @field_remappings = {}
2509
- end
2510
- end
2511
- # Whether the Capability has been requested.
2512
- attr_reader :requested
2513
- # The status of the Capability.
2514
- attr_reader :status
2515
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
2516
- attr_reader :status_details
2517
-
2518
- def self.inner_class_types
2519
- @inner_class_types = { status_details: StatusDetail }
2520
- end
2521
-
2522
- def self.field_remappings
2523
- @field_remappings = {}
2524
- end
2525
- end
2526
-
2527
- class StripeTransfers < ::Stripe::StripeObject
2528
- class StatusDetail < ::Stripe::StripeObject
2529
- # Machine-readable code explaining the reason for the Capability to be in its current status.
2530
- attr_reader :code
2531
- # Machine-readable code explaining how to make the Capability active.
2532
- attr_reader :resolution
2533
-
2534
- def self.inner_class_types
2535
- @inner_class_types = {}
2536
- end
2537
-
2538
- def self.field_remappings
2539
- @field_remappings = {}
2540
- end
2541
- end
2542
- # Whether the Capability has been requested.
2543
- attr_reader :requested
2544
- # The status of the Capability.
2545
- attr_reader :status
2546
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
2547
- attr_reader :status_details
2548
-
2549
- def self.inner_class_types
2550
- @inner_class_types = { status_details: StatusDetail }
2551
- end
2552
-
2553
- def self.field_remappings
2554
- @field_remappings = {}
2555
- end
2556
- end
2557
- # Allows the account to do payouts using their Stripe Balance (/v1/balance).
2558
- attr_reader :payouts
2559
- # Allows the account to receive /v1/transfers into their Stripe Balance (/v1/balance).
2560
- attr_reader :stripe_transfers
2561
-
2562
- def self.inner_class_types
2563
- @inner_class_types = { payouts: Payouts, stripe_transfers: StripeTransfers }
2564
- end
2565
-
2566
- def self.field_remappings
2567
- @field_remappings = {}
2568
- end
2569
- end
2570
- # Capabilities that enable OutboundPayments to a bank account linked to this Account.
2571
- attr_reader :bank_accounts
2572
- # Capability that enable OutboundPayments to a debit card linked to this Account.
2573
- attr_reader :cards
2574
- # Capability that enable OutboundPayments to a crypto wallet linked to this Account.
2575
- attr_reader :crypto_wallets
2576
- # Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance).
2577
- attr_reader :stripe_balance
2578
-
2579
- def self.inner_class_types
2580
- @inner_class_types = {
2581
- bank_accounts: BankAccounts,
2582
- cards: Cards,
2583
- crypto_wallets: CryptoWallets,
2584
- stripe_balance: StripeBalance,
2585
- }
2586
- end
2587
-
2588
- def self.field_remappings
2589
- @field_remappings = {}
2590
- end
2591
- end
2592
-
2593
- class DefaultOutboundDestination < ::Stripe::StripeObject
2594
- # The payout method ID of the default outbound destination.
2595
- attr_reader :id
2596
- # Closed Enum. The payout method type of the default outbound destination.
2597
- attr_reader :type
2598
-
2599
- def self.inner_class_types
2600
- @inner_class_types = {}
2601
- end
2602
-
2603
- def self.field_remappings
2604
- @field_remappings = {}
2605
- end
2606
- end
2607
- # Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
2608
- attr_reader :applied
2609
- # Capabilities that have been requested on the Recipient Configuration.
2610
- attr_reader :capabilities
2611
- # The payout method to be used as a default outbound destination. This will allow the PayoutMethod to be omitted on OutboundPayments made through the dashboard or APIs.
2612
- attr_reader :default_outbound_destination
2613
-
2614
- def self.inner_class_types
2615
- @inner_class_types = {
2616
- capabilities: Capabilities,
2617
- default_outbound_destination: DefaultOutboundDestination,
2618
- }
2619
- end
2620
-
2621
- def self.field_remappings
2622
- @field_remappings = {}
2623
- end
2624
- end
2625
-
2626
- class Storer < ::Stripe::StripeObject
2627
- class Capabilities < ::Stripe::StripeObject
2628
- class FinancialAddresses < ::Stripe::StripeObject
2629
- class BankAccounts < ::Stripe::StripeObject
2630
- class StatusDetail < ::Stripe::StripeObject
2631
- # Machine-readable code explaining the reason for the Capability to be in its current status.
2632
- attr_reader :code
2633
- # Machine-readable code explaining how to make the Capability active.
2634
- attr_reader :resolution
2635
-
2636
- def self.inner_class_types
2637
- @inner_class_types = {}
2638
- end
2639
-
2640
- def self.field_remappings
2641
- @field_remappings = {}
2642
- end
2643
- end
2644
- # Whether the Capability has been requested.
2645
- attr_reader :requested
2646
- # The status of the Capability.
2647
- attr_reader :status
2648
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
2649
- attr_reader :status_details
2650
-
2651
- def self.inner_class_types
2652
- @inner_class_types = { status_details: StatusDetail }
2653
- end
2654
-
2655
- def self.field_remappings
2656
- @field_remappings = {}
2657
- end
2658
- end
2659
-
2660
- class CryptoWallets < ::Stripe::StripeObject
2661
- class StatusDetail < ::Stripe::StripeObject
2662
- # Machine-readable code explaining the reason for the Capability to be in its current status.
2663
- attr_reader :code
2664
- # Machine-readable code explaining how to make the Capability active.
2665
- attr_reader :resolution
2666
-
2667
- def self.inner_class_types
2668
- @inner_class_types = {}
2669
- end
2670
-
2671
- def self.field_remappings
2672
- @field_remappings = {}
2673
- end
2674
- end
2675
- # Whether the Capability has been requested.
2676
- attr_reader :requested
2677
- # The status of the Capability.
2678
- attr_reader :status
2679
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
2680
- attr_reader :status_details
2681
-
2682
- def self.inner_class_types
2683
- @inner_class_types = { status_details: StatusDetail }
2684
- end
2685
-
2686
- def self.field_remappings
2687
- @field_remappings = {}
2688
- end
2689
- end
2690
- # Can provision a bank-account like financial address (VBAN) to credit/debit a FinancialAccount.
2691
- attr_reader :bank_accounts
2692
- # Can provision a crypto wallet like financial address to credit a FinancialAccount.
2693
- attr_reader :crypto_wallets
2694
-
2695
- def self.inner_class_types
2696
- @inner_class_types = { bank_accounts: BankAccounts, crypto_wallets: CryptoWallets }
2697
- end
2698
-
2699
- def self.field_remappings
2700
- @field_remappings = {}
2701
- end
2702
- end
2703
-
2704
- class HoldsCurrencies < ::Stripe::StripeObject
2705
- class Eur < ::Stripe::StripeObject
2706
- class StatusDetail < ::Stripe::StripeObject
2707
- # Machine-readable code explaining the reason for the Capability to be in its current status.
2708
- attr_reader :code
2709
- # Machine-readable code explaining how to make the Capability active.
2710
- attr_reader :resolution
2711
-
2712
- def self.inner_class_types
2713
- @inner_class_types = {}
2714
- end
2715
-
2716
- def self.field_remappings
2717
- @field_remappings = {}
2718
- end
2719
- end
2720
- # Whether the Capability has been requested.
2721
- attr_reader :requested
2722
- # The status of the Capability.
2723
- attr_reader :status
2724
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
2725
- attr_reader :status_details
2726
-
2727
- def self.inner_class_types
2728
- @inner_class_types = { status_details: StatusDetail }
2729
- end
2730
-
2731
- def self.field_remappings
2732
- @field_remappings = {}
2733
- end
2734
- end
2735
-
2736
- class Gbp < ::Stripe::StripeObject
2737
- class StatusDetail < ::Stripe::StripeObject
2738
- # Machine-readable code explaining the reason for the Capability to be in its current status.
2739
- attr_reader :code
2740
- # Machine-readable code explaining how to make the Capability active.
2741
- attr_reader :resolution
2742
-
2743
- def self.inner_class_types
2744
- @inner_class_types = {}
2745
- end
2746
-
2747
- def self.field_remappings
2748
- @field_remappings = {}
2749
- end
2750
- end
2751
- # Whether the Capability has been requested.
2752
- attr_reader :requested
2753
- # The status of the Capability.
2754
- attr_reader :status
2755
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
2756
- attr_reader :status_details
2757
-
2758
- def self.inner_class_types
2759
- @inner_class_types = { status_details: StatusDetail }
2760
- end
2761
-
2762
- def self.field_remappings
2763
- @field_remappings = {}
2764
- end
2765
- end
2766
-
2767
- class Usd < ::Stripe::StripeObject
2768
- class StatusDetail < ::Stripe::StripeObject
2769
- # Machine-readable code explaining the reason for the Capability to be in its current status.
2770
- attr_reader :code
2771
- # Machine-readable code explaining how to make the Capability active.
2772
- attr_reader :resolution
2773
-
2774
- def self.inner_class_types
2775
- @inner_class_types = {}
2776
- end
2777
-
2778
- def self.field_remappings
2779
- @field_remappings = {}
2780
- end
2781
- end
2782
- # Whether the Capability has been requested.
2783
- attr_reader :requested
2784
- # The status of the Capability.
2785
- attr_reader :status
2786
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
2787
- attr_reader :status_details
2788
-
2789
- def self.inner_class_types
2790
- @inner_class_types = { status_details: StatusDetail }
2791
- end
2792
-
2793
- def self.field_remappings
2794
- @field_remappings = {}
2795
- end
2796
- end
2797
-
2798
- class Usdc < ::Stripe::StripeObject
2799
- class StatusDetail < ::Stripe::StripeObject
2800
- # Machine-readable code explaining the reason for the Capability to be in its current status.
2801
- attr_reader :code
2802
- # Machine-readable code explaining how to make the Capability active.
2803
- attr_reader :resolution
2804
-
2805
- def self.inner_class_types
2806
- @inner_class_types = {}
2807
- end
2808
-
2809
- def self.field_remappings
2810
- @field_remappings = {}
2811
- end
2812
- end
2813
- # Whether the Capability has been requested.
2814
- attr_reader :requested
2815
- # The status of the Capability.
2816
- attr_reader :status
2817
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
2818
- attr_reader :status_details
2819
-
2820
- def self.inner_class_types
2821
- @inner_class_types = { status_details: StatusDetail }
2822
- end
2823
-
2824
- def self.field_remappings
2825
- @field_remappings = {}
2826
- end
2827
- end
2828
- # Can hold storage-type funds on Stripe in EUR.
2829
- attr_reader :eur
2830
- # Can hold storage-type funds on Stripe in GBP.
2831
- attr_reader :gbp
2832
- # Can hold storage-type funds on Stripe in USD.
2833
- attr_reader :usd
2834
- # Can hold storage-type funds on Stripe in USDC.
2835
- attr_reader :usdc
2836
-
2837
- def self.inner_class_types
2838
- @inner_class_types = { eur: Eur, gbp: Gbp, usd: Usd, usdc: Usdc }
2839
- end
2840
-
2841
- def self.field_remappings
2842
- @field_remappings = {}
2843
- end
2844
- end
2845
-
2846
- class InboundTransfers < ::Stripe::StripeObject
2847
- class BankAccounts < ::Stripe::StripeObject
2848
- class StatusDetail < ::Stripe::StripeObject
2849
- # Machine-readable code explaining the reason for the Capability to be in its current status.
2850
- attr_reader :code
2851
- # Machine-readable code explaining how to make the Capability active.
2852
- attr_reader :resolution
2853
-
2854
- def self.inner_class_types
2855
- @inner_class_types = {}
2856
- end
2857
-
2858
- def self.field_remappings
2859
- @field_remappings = {}
2860
- end
2861
- end
2862
- # Whether the Capability has been requested.
2863
- attr_reader :requested
2864
- # The status of the Capability.
2865
- attr_reader :status
2866
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
2867
- attr_reader :status_details
2868
-
2869
- def self.inner_class_types
2870
- @inner_class_types = { status_details: StatusDetail }
2871
- end
2872
-
2873
- def self.field_remappings
2874
- @field_remappings = {}
2875
- end
2876
- end
2877
- # Can pull funds from an external bank account, owned by yourself, to a FinancialAccount.
2878
- attr_reader :bank_accounts
2879
-
2880
- def self.inner_class_types
2881
- @inner_class_types = { bank_accounts: BankAccounts }
2882
- end
2883
-
2884
- def self.field_remappings
2885
- @field_remappings = {}
2886
- end
2887
- end
2888
-
2889
- class OutboundPayments < ::Stripe::StripeObject
2890
- class BankAccounts < ::Stripe::StripeObject
2891
- class StatusDetail < ::Stripe::StripeObject
2892
- # Machine-readable code explaining the reason for the Capability to be in its current status.
2893
- attr_reader :code
2894
- # Machine-readable code explaining how to make the Capability active.
2895
- attr_reader :resolution
2896
-
2897
- def self.inner_class_types
2898
- @inner_class_types = {}
2899
- end
2900
-
2901
- def self.field_remappings
2902
- @field_remappings = {}
2903
- end
2904
- end
2905
- # Whether the Capability has been requested.
2906
- attr_reader :requested
2907
- # The status of the Capability.
2908
- attr_reader :status
2909
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
2910
- attr_reader :status_details
2911
-
2912
- def self.inner_class_types
2913
- @inner_class_types = { status_details: StatusDetail }
2914
- end
2915
-
2916
- def self.field_remappings
2917
- @field_remappings = {}
2918
- end
2919
- end
2920
-
2921
- class Cards < ::Stripe::StripeObject
2922
- class StatusDetail < ::Stripe::StripeObject
2923
- # Machine-readable code explaining the reason for the Capability to be in its current status.
2924
- attr_reader :code
2925
- # Machine-readable code explaining how to make the Capability active.
2926
- attr_reader :resolution
2927
-
2928
- def self.inner_class_types
2929
- @inner_class_types = {}
2930
- end
2931
-
2932
- def self.field_remappings
2933
- @field_remappings = {}
2934
- end
2935
- end
2936
- # Whether the Capability has been requested.
2937
- attr_reader :requested
2938
- # The status of the Capability.
2939
- attr_reader :status
2940
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
2941
- attr_reader :status_details
2942
-
2943
- def self.inner_class_types
2944
- @inner_class_types = { status_details: StatusDetail }
2945
- end
2946
-
2947
- def self.field_remappings
2948
- @field_remappings = {}
2949
- end
2950
- end
2951
-
2952
- class CryptoWallets < ::Stripe::StripeObject
2953
- class StatusDetail < ::Stripe::StripeObject
2954
- # Machine-readable code explaining the reason for the Capability to be in its current status.
2955
- attr_reader :code
2956
- # Machine-readable code explaining how to make the Capability active.
2957
- attr_reader :resolution
2958
-
2959
- def self.inner_class_types
2960
- @inner_class_types = {}
2961
- end
2962
-
2963
- def self.field_remappings
2964
- @field_remappings = {}
2965
- end
2966
- end
2967
- # Whether the Capability has been requested.
2968
- attr_reader :requested
2969
- # The status of the Capability.
2970
- attr_reader :status
2971
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
2972
- attr_reader :status_details
2973
-
2974
- def self.inner_class_types
2975
- @inner_class_types = { status_details: StatusDetail }
2976
- end
2977
-
2978
- def self.field_remappings
2979
- @field_remappings = {}
2980
- end
2981
- end
2982
-
2983
- class FinancialAccounts < ::Stripe::StripeObject
2984
- class StatusDetail < ::Stripe::StripeObject
2985
- # Machine-readable code explaining the reason for the Capability to be in its current status.
2986
- attr_reader :code
2987
- # Machine-readable code explaining how to make the Capability active.
2988
- attr_reader :resolution
2989
-
2990
- def self.inner_class_types
2991
- @inner_class_types = {}
2992
- end
2993
-
2994
- def self.field_remappings
2995
- @field_remappings = {}
2996
- end
2997
- end
2998
- # Whether the Capability has been requested.
2999
- attr_reader :requested
3000
- # The status of the Capability.
3001
- attr_reader :status
3002
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
3003
- attr_reader :status_details
3004
-
3005
- def self.inner_class_types
3006
- @inner_class_types = { status_details: StatusDetail }
3007
- end
3008
-
3009
- def self.field_remappings
3010
- @field_remappings = {}
3011
- end
3012
- end
3013
- # Can send funds from a FinancialAccount to a bank account, owned by someone else.
3014
- attr_reader :bank_accounts
3015
- # Can send funds from a FinancialAccount to a debit card, owned by someone else.
3016
- attr_reader :cards
3017
- # Can send funds from a FinancialAccount to a crypto wallet, owned by someone else.
3018
- attr_reader :crypto_wallets
3019
- # Can send funds from a FinancialAccount to another FinancialAccount, owned by someone else.
3020
- attr_reader :financial_accounts
3021
-
3022
- def self.inner_class_types
3023
- @inner_class_types = {
3024
- bank_accounts: BankAccounts,
3025
- cards: Cards,
3026
- crypto_wallets: CryptoWallets,
3027
- financial_accounts: FinancialAccounts,
3028
- }
3029
- end
3030
-
3031
- def self.field_remappings
3032
- @field_remappings = {}
3033
- end
3034
- end
3035
-
3036
- class OutboundTransfers < ::Stripe::StripeObject
3037
- class BankAccounts < ::Stripe::StripeObject
3038
- class StatusDetail < ::Stripe::StripeObject
3039
- # Machine-readable code explaining the reason for the Capability to be in its current status.
3040
- attr_reader :code
3041
- # Machine-readable code explaining how to make the Capability active.
3042
- attr_reader :resolution
3043
-
3044
- def self.inner_class_types
3045
- @inner_class_types = {}
3046
- end
3047
-
3048
- def self.field_remappings
3049
- @field_remappings = {}
3050
- end
3051
- end
3052
- # Whether the Capability has been requested.
3053
- attr_reader :requested
3054
- # The status of the Capability.
3055
- attr_reader :status
3056
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
3057
- attr_reader :status_details
3058
-
3059
- def self.inner_class_types
3060
- @inner_class_types = { status_details: StatusDetail }
3061
- end
3062
-
3063
- def self.field_remappings
3064
- @field_remappings = {}
3065
- end
3066
- end
3067
-
3068
- class CryptoWallets < ::Stripe::StripeObject
3069
- class StatusDetail < ::Stripe::StripeObject
3070
- # Machine-readable code explaining the reason for the Capability to be in its current status.
3071
- attr_reader :code
3072
- # Machine-readable code explaining how to make the Capability active.
3073
- attr_reader :resolution
3074
-
3075
- def self.inner_class_types
3076
- @inner_class_types = {}
3077
- end
3078
-
3079
- def self.field_remappings
3080
- @field_remappings = {}
3081
- end
3082
- end
3083
- # Whether the Capability has been requested.
3084
- attr_reader :requested
3085
- # The status of the Capability.
3086
- attr_reader :status
3087
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
3088
- attr_reader :status_details
3089
-
3090
- def self.inner_class_types
3091
- @inner_class_types = { status_details: StatusDetail }
3092
- end
3093
-
3094
- def self.field_remappings
3095
- @field_remappings = {}
3096
- end
3097
- end
3098
-
3099
- class FinancialAccounts < ::Stripe::StripeObject
3100
- class StatusDetail < ::Stripe::StripeObject
3101
- # Machine-readable code explaining the reason for the Capability to be in its current status.
3102
- attr_reader :code
3103
- # Machine-readable code explaining how to make the Capability active.
3104
- attr_reader :resolution
3105
-
3106
- def self.inner_class_types
3107
- @inner_class_types = {}
3108
- end
3109
-
3110
- def self.field_remappings
3111
- @field_remappings = {}
3112
- end
3113
- end
3114
- # Whether the Capability has been requested.
3115
- attr_reader :requested
3116
- # The status of the Capability.
3117
- attr_reader :status
3118
- # Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
3119
- attr_reader :status_details
3120
-
3121
- def self.inner_class_types
3122
- @inner_class_types = { status_details: StatusDetail }
3123
- end
3124
-
3125
- def self.field_remappings
3126
- @field_remappings = {}
3127
- end
3128
- end
3129
- # Can send funds from a FinancialAccount, to a bank account, owned by yourself.
3130
- attr_reader :bank_accounts
3131
- # Can send funds from a FinancialAccount to a crypto wallet, owned by yourself.
3132
- attr_reader :crypto_wallets
3133
- # Can send funds from a FinancialAccount to another FinancialAccount, owned by yourself.
3134
- attr_reader :financial_accounts
3135
-
3136
- def self.inner_class_types
3137
- @inner_class_types = {
3138
- bank_accounts: BankAccounts,
3139
- crypto_wallets: CryptoWallets,
3140
- financial_accounts: FinancialAccounts,
3141
- }
3142
- end
3143
-
3144
- def self.field_remappings
3145
- @field_remappings = {}
3146
- end
3147
- end
3148
- # Can provision a financial address to credit/debit a FinancialAccount.
3149
- attr_reader :financial_addresses
3150
- # Can hold storage-type funds on Stripe.
3151
- attr_reader :holds_currencies
3152
- # Can pull funds from an external source, owned by yourself, to a FinancialAccount.
3153
- attr_reader :inbound_transfers
3154
- # Can send funds from a FinancialAccount to a destination owned by someone else.
3155
- attr_reader :outbound_payments
3156
- # Can send funds from a FinancialAccount to a destination owned by yourself.
3157
- attr_reader :outbound_transfers
3158
-
3159
- def self.inner_class_types
3160
- @inner_class_types = {
3161
- financial_addresses: FinancialAddresses,
3162
- holds_currencies: HoldsCurrencies,
3163
- inbound_transfers: InboundTransfers,
3164
- outbound_payments: OutboundPayments,
3165
- outbound_transfers: OutboundTransfers,
3166
- }
3167
- end
3168
-
3169
- def self.field_remappings
3170
- @field_remappings = {}
3171
- end
3172
- end
3173
-
3174
- class RegulatedActivity < ::Stripe::StripeObject
3175
- # A detailed description of the regulated activities the business is licensed to conduct.
3176
- attr_reader :description
3177
- # The license number or registration number assigned by the business's primary regulator.
3178
- attr_reader :license_number
3179
- # The country of the primary regulatory authority that oversees the business's regulated activities.
3180
- attr_reader :primary_regulatory_authority_country
3181
- # The name of the primary regulatory authority that oversees the business's regulated activities.
3182
- attr_reader :primary_regulatory_authority_name
3183
-
3184
- def self.inner_class_types
3185
- @inner_class_types = {}
3186
- end
3187
-
3188
- def self.field_remappings
3189
- @field_remappings = {}
3190
- end
3191
- end
3192
- # Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
3193
- attr_reader :applied
3194
- # Capabilities that have been requested on the Storer Configuration.
3195
- attr_reader :capabilities
3196
- # List of high-risk activities the business is involved in.
3197
- attr_reader :high_risk_activities
3198
- # An explanation of the high risk activities that the business performs.
3199
- attr_reader :high_risk_activities_description
3200
- # Description of the money services offered by the business.
3201
- attr_reader :money_services_description
3202
- # Does the business operate in any prohibited countries.
3203
- attr_reader :operates_in_prohibited_countries
3204
- # Does the business participate in any regulated activity.
3205
- attr_reader :participates_in_regulated_activity
3206
- # Primary purpose of the stored funds.
3207
- attr_reader :purpose_of_funds
3208
- # Description of the purpose of the stored funds.
3209
- attr_reader :purpose_of_funds_description
3210
- # Details of the regulated activity if the business participates in one.
3211
- attr_reader :regulated_activity
3212
- # The source of funds for the business, e.g. profits, income, venture capital, etc.
3213
- attr_reader :source_of_funds
3214
- # Description of the source of funds for the business' account.
3215
- attr_reader :source_of_funds_description
3216
-
3217
- def self.inner_class_types
3218
- @inner_class_types = {
3219
- capabilities: Capabilities,
3220
- regulated_activity: RegulatedActivity,
3221
- }
3222
- end
3223
-
3224
- def self.field_remappings
3225
- @field_remappings = {}
3226
- end
3227
- end
3228
- # The CardCreator Configuration allows the Account to create and issue cards to users.
3229
- attr_reader :card_creator
3230
- # The Customer Configuration allows the Account to be used in inbound payment flows.
3231
- attr_reader :customer
3232
- # The Merchant configuration allows the Account to act as a connected account and collect payments facilitated by a Connect platform. You can add this configuration to your connected accounts only if you’ve completed onboarding as a Connect platform.
3233
- attr_reader :merchant
3234
- # The Recipient Configuration allows the Account to receive funds.
3235
- attr_reader :recipient
3236
- # The Storer Configuration allows the Account to store and move funds using stored-value FinancialAccounts.
3237
- attr_reader :storer
3238
-
3239
- def self.inner_class_types
3240
- @inner_class_types = {
3241
- card_creator: CardCreator,
3242
- customer: Customer,
3243
- merchant: Merchant,
3244
- recipient: Recipient,
3245
- storer: Storer,
3246
- }
3247
- end
3248
-
3249
- def self.field_remappings
3250
- @field_remappings = {}
3251
- end
3252
- end
3253
-
3254
- class Defaults < ::Stripe::StripeObject
3255
- class Profile < ::Stripe::StripeObject
3256
- # The business's publicly-available website.
3257
- attr_reader :business_url
3258
- # The company’s legal name.
3259
- attr_reader :doing_business_as
3260
- # Internal-only description of the product sold or service provided by the business. It's used by Stripe for risk and underwriting purposes.
3261
- attr_reader :product_description
3262
-
3263
- def self.inner_class_types
3264
- @inner_class_types = {}
3265
- end
3266
-
3267
- def self.field_remappings
3268
- @field_remappings = {}
3269
- end
3270
- end
3271
-
3272
- class Responsibilities < ::Stripe::StripeObject
3273
- # A value indicating the responsible payer of a bundle of Stripe fees for pricing-control eligible products on this Account.
3274
- attr_reader :fees_collector
3275
- # A value indicating who is responsible for losses when this Account can’t pay back negative balances from payments.
3276
- attr_reader :losses_collector
3277
- # A value indicating responsibility for collecting requirements on this account.
3278
- attr_reader :requirements_collector
3279
-
3280
- def self.inner_class_types
3281
- @inner_class_types = {}
3282
- end
2082
+ def self.inner_class_types
2083
+ @inner_class_types = {}
2084
+ end
3283
2085
 
3284
2086
  def self.field_remappings
3285
2087
  @field_remappings = {}
@@ -3404,7 +2206,7 @@ module Stripe
3404
2206
  @field_remappings = {}
3405
2207
  end
3406
2208
  end
3407
- # Whether the responsibility is with the integrator or with Stripe (to review info, to wait for some condition, etc.) to action the requirement.
2209
+ # Indicates whether the platform or Stripe is currently responsible for taking action on the requirement. Value can be `user` or `stripe`.
3408
2210
  attr_reader :awaiting_action_from
3409
2211
  # Machine-readable string describing the requirement.
3410
2212
  attr_reader :description
@@ -3565,556 +2367,11 @@ module Stripe
3565
2367
  @field_remappings = {}
3566
2368
  end
3567
2369
  end
3568
-
3569
- class CardCreator < ::Stripe::StripeObject
3570
- class Commercial < ::Stripe::StripeObject
3571
- class AccountHolder < ::Stripe::StripeObject
3572
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3573
- attr_reader :date
3574
- # The IP address from which the Account's representative accepted the terms of service.
3575
- attr_reader :ip
3576
- # The URL to the service agreement the Account's representative accepted.
3577
- attr_reader :url
3578
- # The user agent of the browser from which the Account's representative accepted the terms of service.
3579
- attr_reader :user_agent
3580
-
3581
- def self.inner_class_types
3582
- @inner_class_types = {}
3583
- end
3584
-
3585
- def self.field_remappings
3586
- @field_remappings = {}
3587
- end
3588
- end
3589
-
3590
- class Celtic < ::Stripe::StripeObject
3591
- class ApplePay < ::Stripe::StripeObject
3592
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3593
- attr_reader :date
3594
- # The IP address from which the Account's representative accepted the terms of service.
3595
- attr_reader :ip
3596
- # The URL to the service agreement the Account's representative accepted.
3597
- attr_reader :url
3598
- # The user agent of the browser from which the Account's representative accepted the terms of service.
3599
- attr_reader :user_agent
3600
-
3601
- def self.inner_class_types
3602
- @inner_class_types = {}
3603
- end
3604
-
3605
- def self.field_remappings
3606
- @field_remappings = {}
3607
- end
3608
- end
3609
-
3610
- class ChargeCard < ::Stripe::StripeObject
3611
- class BankTerms < ::Stripe::StripeObject
3612
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3613
- attr_reader :date
3614
- # The IP address from which the Account's representative accepted the terms of service.
3615
- attr_reader :ip
3616
- # The URL to the service agreement the Account's representative accepted.
3617
- attr_reader :url
3618
- # The user agent of the browser from which the Account's representative accepted the terms of service.
3619
- attr_reader :user_agent
3620
-
3621
- def self.inner_class_types
3622
- @inner_class_types = {}
3623
- end
3624
-
3625
- def self.field_remappings
3626
- @field_remappings = {}
3627
- end
3628
- end
3629
-
3630
- class Platform < ::Stripe::StripeObject
3631
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3632
- attr_reader :date
3633
- # The IP address from which the Account's representative accepted the terms of service.
3634
- attr_reader :ip
3635
- # The URL to the service agreement the Account's representative accepted.
3636
- attr_reader :url
3637
- # The user agent of the browser from which the Account's representative accepted the terms of service.
3638
- attr_reader :user_agent
3639
-
3640
- def self.inner_class_types
3641
- @inner_class_types = {}
3642
- end
3643
-
3644
- def self.field_remappings
3645
- @field_remappings = {}
3646
- end
3647
- end
3648
- # Bank terms of service acceptance for commercial issuing charge cards with Celtic as BIN sponsor.
3649
- attr_reader :bank_terms
3650
- # Platform terms of service acceptance for commercial issuing charge cards with Celtic as BIN sponsor.
3651
- attr_reader :platform
3652
-
3653
- def self.inner_class_types
3654
- @inner_class_types = { bank_terms: BankTerms, platform: Platform }
3655
- end
3656
-
3657
- def self.field_remappings
3658
- @field_remappings = {}
3659
- end
3660
- end
3661
-
3662
- class SpendCard < ::Stripe::StripeObject
3663
- class BankTerms < ::Stripe::StripeObject
3664
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3665
- attr_reader :date
3666
- # The IP address from which the Account's representative accepted the terms of service.
3667
- attr_reader :ip
3668
- # The URL to the service agreement the Account's representative accepted.
3669
- attr_reader :url
3670
- # The user agent of the browser from which the Account's representative accepted the terms of service.
3671
- attr_reader :user_agent
3672
-
3673
- def self.inner_class_types
3674
- @inner_class_types = {}
3675
- end
3676
-
3677
- def self.field_remappings
3678
- @field_remappings = {}
3679
- end
3680
- end
3681
-
3682
- class FinancingDisclosures < ::Stripe::StripeObject
3683
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3684
- attr_reader :date
3685
- # The IP address from which the Account's representative accepted the terms of service.
3686
- attr_reader :ip
3687
- # The URL to the service agreement the Account's representative accepted.
3688
- attr_reader :url
3689
- # The user agent of the browser from which the Account's representative accepted the terms of service.
3690
- attr_reader :user_agent
3691
-
3692
- def self.inner_class_types
3693
- @inner_class_types = {}
3694
- end
3695
-
3696
- def self.field_remappings
3697
- @field_remappings = {}
3698
- end
3699
- end
3700
-
3701
- class Platform < ::Stripe::StripeObject
3702
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3703
- attr_reader :date
3704
- # The IP address from which the Account's representative accepted the terms of service.
3705
- attr_reader :ip
3706
- # The URL to the service agreement the Account's representative accepted.
3707
- attr_reader :url
3708
- # The user agent of the browser from which the Account's representative accepted the terms of service.
3709
- attr_reader :user_agent
3710
-
3711
- def self.inner_class_types
3712
- @inner_class_types = {}
3713
- end
3714
-
3715
- def self.field_remappings
3716
- @field_remappings = {}
3717
- end
3718
- end
3719
- # Bank terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
3720
- attr_reader :bank_terms
3721
- # Financial disclosures terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
3722
- attr_reader :financing_disclosures
3723
- # Platform terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
3724
- attr_reader :platform
3725
-
3726
- def self.inner_class_types
3727
- @inner_class_types = {
3728
- bank_terms: BankTerms,
3729
- financing_disclosures: FinancingDisclosures,
3730
- platform: Platform,
3731
- }
3732
- end
3733
-
3734
- def self.field_remappings
3735
- @field_remappings = {}
3736
- end
3737
- end
3738
- # Terms of service acceptances for commercial issuing Apple Pay cards with Celtic as BIN sponsor.
3739
- attr_reader :apple_pay
3740
- # Terms of service acceptances for commercial issuing charge cards with Celtic as BIN sponsor.
3741
- attr_reader :charge_card
3742
- # Terms of service acceptances for commercial issuing spend cards with Celtic as BIN sponsor.
3743
- attr_reader :spend_card
3744
-
3745
- def self.inner_class_types
3746
- @inner_class_types = {
3747
- apple_pay: ApplePay,
3748
- charge_card: ChargeCard,
3749
- spend_card: SpendCard,
3750
- }
3751
- end
3752
-
3753
- def self.field_remappings
3754
- @field_remappings = {}
3755
- end
3756
- end
3757
-
3758
- class CrossRiverBank < ::Stripe::StripeObject
3759
- class ApplePay < ::Stripe::StripeObject
3760
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3761
- attr_reader :date
3762
- # The IP address from which the Account's representative accepted the terms of service.
3763
- attr_reader :ip
3764
- # The URL to the service agreement the Account's representative accepted.
3765
- attr_reader :url
3766
- # The user agent of the browser from which the Account's representative accepted the terms of service.
3767
- attr_reader :user_agent
3768
-
3769
- def self.inner_class_types
3770
- @inner_class_types = {}
3771
- end
3772
-
3773
- def self.field_remappings
3774
- @field_remappings = {}
3775
- end
3776
- end
3777
-
3778
- class ChargeCard < ::Stripe::StripeObject
3779
- class BankTerms < ::Stripe::StripeObject
3780
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3781
- attr_reader :date
3782
- # The IP address from which the Account's representative accepted the terms of service.
3783
- attr_reader :ip
3784
- # The URL to the service agreement the Account's representative accepted.
3785
- attr_reader :url
3786
- # The user agent of the browser from which the Account's representative accepted the terms of service.
3787
- attr_reader :user_agent
3788
-
3789
- def self.inner_class_types
3790
- @inner_class_types = {}
3791
- end
3792
-
3793
- def self.field_remappings
3794
- @field_remappings = {}
3795
- end
3796
- end
3797
-
3798
- class FinancingDisclosures < ::Stripe::StripeObject
3799
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3800
- attr_reader :date
3801
- # The IP address from which the Account's representative accepted the terms of service.
3802
- attr_reader :ip
3803
- # The URL to the service agreement the Account's representative accepted.
3804
- attr_reader :url
3805
- # The user agent of the browser from which the Account's representative accepted the terms of service.
3806
- attr_reader :user_agent
3807
-
3808
- def self.inner_class_types
3809
- @inner_class_types = {}
3810
- end
3811
-
3812
- def self.field_remappings
3813
- @field_remappings = {}
3814
- end
3815
- end
3816
-
3817
- class Platform < ::Stripe::StripeObject
3818
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3819
- attr_reader :date
3820
- # The IP address from which the Account's representative accepted the terms of service.
3821
- attr_reader :ip
3822
- # The URL to the service agreement the Account's representative accepted.
3823
- attr_reader :url
3824
- # The user agent of the browser from which the Account's representative accepted the terms of service.
3825
- attr_reader :user_agent
3826
-
3827
- def self.inner_class_types
3828
- @inner_class_types = {}
3829
- end
3830
-
3831
- def self.field_remappings
3832
- @field_remappings = {}
3833
- end
3834
- end
3835
- # Bank terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
3836
- attr_reader :bank_terms
3837
- # Financial disclosures terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
3838
- attr_reader :financing_disclosures
3839
- # Platform terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
3840
- attr_reader :platform
3841
-
3842
- def self.inner_class_types
3843
- @inner_class_types = {
3844
- bank_terms: BankTerms,
3845
- financing_disclosures: FinancingDisclosures,
3846
- platform: Platform,
3847
- }
3848
- end
3849
-
3850
- def self.field_remappings
3851
- @field_remappings = {}
3852
- end
3853
- end
3854
-
3855
- class SpendCard < ::Stripe::StripeObject
3856
- class BankTerms < ::Stripe::StripeObject
3857
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3858
- attr_reader :date
3859
- # The IP address from which the Account's representative accepted the terms of service.
3860
- attr_reader :ip
3861
- # The URL to the service agreement the Account's representative accepted.
3862
- attr_reader :url
3863
- # The user agent of the browser from which the Account's representative accepted the terms of service.
3864
- attr_reader :user_agent
3865
-
3866
- def self.inner_class_types
3867
- @inner_class_types = {}
3868
- end
3869
-
3870
- def self.field_remappings
3871
- @field_remappings = {}
3872
- end
3873
- end
3874
-
3875
- class FinancingDisclosures < ::Stripe::StripeObject
3876
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3877
- attr_reader :date
3878
- # The IP address from which the Account's representative accepted the terms of service.
3879
- attr_reader :ip
3880
- # The URL to the service agreement the Account's representative accepted.
3881
- attr_reader :url
3882
- # The user agent of the browser from which the Account's representative accepted the terms of service.
3883
- attr_reader :user_agent
3884
-
3885
- def self.inner_class_types
3886
- @inner_class_types = {}
3887
- end
3888
-
3889
- def self.field_remappings
3890
- @field_remappings = {}
3891
- end
3892
- end
3893
- # Bank terms of service acceptance for commercial issuing spend cards with Cross River Bank as BIN sponsor.
3894
- attr_reader :bank_terms
3895
- # Financial disclosures terms of service acceptance for commercial issuing spend cards with Cross River Bank as BIN sponsor.
3896
- attr_reader :financing_disclosures
3897
-
3898
- def self.inner_class_types
3899
- @inner_class_types = {
3900
- bank_terms: BankTerms,
3901
- financing_disclosures: FinancingDisclosures,
3902
- }
3903
- end
3904
-
3905
- def self.field_remappings
3906
- @field_remappings = {}
3907
- end
3908
- end
3909
- # Terms of service acceptances for commercial issuing Apple Pay cards with Cross River Bank as BIN sponsor.
3910
- attr_reader :apple_pay
3911
- # Terms of service acceptances for commercial issuing charge cards with Cross River Bank as BIN sponsor.
3912
- attr_reader :charge_card
3913
- # Terms of service acceptances for commercial issuing spend cards with Cross River Bank as BIN sponsor.
3914
- attr_reader :spend_card
3915
-
3916
- def self.inner_class_types
3917
- @inner_class_types = {
3918
- apple_pay: ApplePay,
3919
- charge_card: ChargeCard,
3920
- spend_card: SpendCard,
3921
- }
3922
- end
3923
-
3924
- def self.field_remappings
3925
- @field_remappings = {}
3926
- end
3927
- end
3928
-
3929
- class GlobalAccountHolder < ::Stripe::StripeObject
3930
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3931
- attr_reader :date
3932
- # The IP address from which the Account's representative accepted the terms of service.
3933
- attr_reader :ip
3934
- # The URL to the service agreement the Account's representative accepted.
3935
- attr_reader :url
3936
- # The user agent of the browser from which the Account's representative accepted the terms of service.
3937
- attr_reader :user_agent
3938
-
3939
- def self.inner_class_types
3940
- @inner_class_types = {}
3941
- end
3942
-
3943
- def self.field_remappings
3944
- @field_remappings = {}
3945
- end
3946
- end
3947
-
3948
- class Lead < ::Stripe::StripeObject
3949
- class ApplePay < ::Stripe::StripeObject
3950
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3951
- attr_reader :date
3952
- # The IP address from which the Account's representative accepted the terms of service.
3953
- attr_reader :ip
3954
- # The URL to the service agreement the Account's representative accepted.
3955
- attr_reader :url
3956
- # The user agent of the browser from which the Account's representative accepted the terms of service.
3957
- attr_reader :user_agent
3958
-
3959
- def self.inner_class_types
3960
- @inner_class_types = {}
3961
- end
3962
-
3963
- def self.field_remappings
3964
- @field_remappings = {}
3965
- end
3966
- end
3967
-
3968
- class PrepaidCard < ::Stripe::StripeObject
3969
- class BankTerms < ::Stripe::StripeObject
3970
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3971
- attr_reader :date
3972
- # The IP address from which the Account's representative accepted the terms of service.
3973
- attr_reader :ip
3974
- # The URL to the service agreement the Account's representative accepted.
3975
- attr_reader :url
3976
- # The user agent of the browser from which the Account's representative accepted the terms of service.
3977
- attr_reader :user_agent
3978
-
3979
- def self.inner_class_types
3980
- @inner_class_types = {}
3981
- end
3982
-
3983
- def self.field_remappings
3984
- @field_remappings = {}
3985
- end
3986
- end
3987
-
3988
- class Platform < ::Stripe::StripeObject
3989
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3990
- attr_reader :date
3991
- # The IP address from which the Account's representative accepted the terms of service.
3992
- attr_reader :ip
3993
- # The URL to the service agreement the Account's representative accepted.
3994
- attr_reader :url
3995
- # The user agent of the browser from which the Account's representative accepted the terms of service.
3996
- attr_reader :user_agent
3997
-
3998
- def self.inner_class_types
3999
- @inner_class_types = {}
4000
- end
4001
-
4002
- def self.field_remappings
4003
- @field_remappings = {}
4004
- end
4005
- end
4006
- # Bank terms of service acceptance for commercial Global issuing prepaid cards with Lead as BIN sponsor.
4007
- attr_reader :bank_terms
4008
- # Platform terms of service acceptance for commercial Global issuing prepaid cards with Lead as BIN sponsor.
4009
- attr_reader :platform
4010
-
4011
- def self.inner_class_types
4012
- @inner_class_types = { bank_terms: BankTerms, platform: Platform }
4013
- end
4014
-
4015
- def self.field_remappings
4016
- @field_remappings = {}
4017
- end
4018
- end
4019
- # Terms of service acceptances for commercial issuing Apple Pay cards with Celtic as BIN sponsor.
4020
- attr_reader :apple_pay
4021
- # Terms of service acceptances for commercial issuing Global prepaid cards with Lead as BIN sponsor.
4022
- attr_reader :prepaid_card
4023
-
4024
- def self.inner_class_types
4025
- @inner_class_types = { apple_pay: ApplePay, prepaid_card: PrepaidCard }
4026
- end
4027
-
4028
- def self.field_remappings
4029
- @field_remappings = {}
4030
- end
4031
- end
4032
- # Terms of service acceptances for Stripe commercial card issuing.
4033
- attr_reader :account_holder
4034
- # Terms of service acceptances for commercial issuing cards with Celtic as BIN sponsor.
4035
- attr_reader :celtic
4036
- # Terms of service acceptances for commercial issuing cards with Cross River Bank as BIN sponsor.
4037
- attr_reader :cross_river_bank
4038
- # Terms of service acceptances for Stripe commercial card Global issuing.
4039
- attr_reader :global_account_holder
4040
- # Terms of service acceptances for commercial issuing cards with Lead as BIN sponsor.
4041
- attr_reader :lead
4042
-
4043
- def self.inner_class_types
4044
- @inner_class_types = {
4045
- account_holder: AccountHolder,
4046
- celtic: Celtic,
4047
- cross_river_bank: CrossRiverBank,
4048
- global_account_holder: GlobalAccountHolder,
4049
- lead: Lead,
4050
- }
4051
- end
4052
-
4053
- def self.field_remappings
4054
- @field_remappings = {}
4055
- end
4056
- end
4057
- # Terms of service acceptances to create cards for commercial issuing use cases.
4058
- attr_reader :commercial
4059
-
4060
- def self.inner_class_types
4061
- @inner_class_types = { commercial: Commercial }
4062
- end
4063
-
4064
- def self.field_remappings
4065
- @field_remappings = {}
4066
- end
4067
- end
4068
-
4069
- class CryptoStorer < ::Stripe::StripeObject
4070
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
4071
- attr_reader :date
4072
- # The IP address from which the Account's representative accepted the terms of service.
4073
- attr_reader :ip
4074
- # The user agent of the browser from which the Account's representative accepted the terms of service.
4075
- attr_reader :user_agent
4076
-
4077
- def self.inner_class_types
4078
- @inner_class_types = {}
4079
- end
4080
-
4081
- def self.field_remappings
4082
- @field_remappings = {}
4083
- end
4084
- end
4085
-
4086
- class Storer < ::Stripe::StripeObject
4087
- # The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
4088
- attr_reader :date
4089
- # The IP address from which the Account's representative accepted the terms of service.
4090
- attr_reader :ip
4091
- # The user agent of the browser from which the Account's representative accepted the terms of service.
4092
- attr_reader :user_agent
4093
-
4094
- def self.inner_class_types
4095
- @inner_class_types = {}
4096
- end
4097
-
4098
- def self.field_remappings
4099
- @field_remappings = {}
4100
- end
4101
- end
4102
2370
  # Details on the Account's acceptance of the [Stripe Services Agreement](https://docs.stripe.com/connect/updating-accounts#tos-acceptance).
4103
2371
  attr_reader :account
4104
- # Details on the Account's acceptance of Issuing-specific terms of service.
4105
- attr_reader :card_creator
4106
- # Details on the Account's acceptance of Crypto-storer-specific terms of service.
4107
- attr_reader :crypto_storer
4108
- # Details on the Account's acceptance of Treasury-specific terms of service.
4109
- attr_reader :storer
4110
2372
 
4111
2373
  def self.inner_class_types
4112
- @inner_class_types = {
4113
- account: Account,
4114
- card_creator: CardCreator,
4115
- crypto_storer: CryptoStorer,
4116
- storer: Storer,
4117
- }
2374
+ @inner_class_types = { account: Account }
4118
2375
  end
4119
2376
 
4120
2377
  def self.field_remappings
@@ -4161,7 +2418,7 @@ module Stripe
4161
2418
  attr_reader :postal_code
4162
2419
  # State, county, province, or region.
4163
2420
  attr_reader :state
4164
- # Town or cho-me.
2421
+ # Town or district.
4165
2422
  attr_reader :town
4166
2423
 
4167
2424
  def self.inner_class_types
@@ -4188,7 +2445,7 @@ module Stripe
4188
2445
  @field_remappings = {}
4189
2446
  end
4190
2447
  end
4191
- # A non-negative integer representing the amount in the smallest currency unit.
2448
+ # Annual revenue amount in minor currency units (for example, '123' for 1.23 USD).
4192
2449
  attr_reader :amount
4193
2450
  # The close-out date of the preceding fiscal year in ISO 8601 format. E.g. 2023-12-31 for the 31st of December, 2023.
4194
2451
  attr_reader :fiscal_year_end
@@ -4437,7 +2694,7 @@ module Stripe
4437
2694
  @field_remappings = {}
4438
2695
  end
4439
2696
  end
4440
- # A non-negative integer representing the amount in the smallest currency unit.
2697
+ # Estimated monthly revenue amount in minor currency units (for example, '123' for 1.23 USD).
4441
2698
  attr_reader :amount
4442
2699
 
4443
2700
  def self.inner_class_types
@@ -4463,7 +2720,7 @@ module Stripe
4463
2720
  attr_reader :postal_code
4464
2721
  # State, county, province, or region.
4465
2722
  attr_reader :state
4466
- # Town or cho-me.
2723
+ # Town or district.
4467
2724
  attr_reader :town
4468
2725
 
4469
2726
  def self.inner_class_types
@@ -4488,7 +2745,7 @@ module Stripe
4488
2745
  attr_reader :postal_code
4489
2746
  # State, county, province, or region.
4490
2747
  attr_reader :state
4491
- # Town or cho-me.
2748
+ # Town or district.
4492
2749
  attr_reader :town
4493
2750
 
4494
2751
  def self.inner_class_types
@@ -4556,15 +2813,13 @@ module Stripe
4556
2813
  attr_reader :address
4557
2814
  # The business gross annual revenue for its preceding fiscal year.
4558
2815
  attr_reader :annual_revenue
4559
- # A detailed description of the business's compliance and anti-money laundering controls and practices.
4560
- attr_reader :compliance_screening_description
4561
2816
  # Documents that may be submitted to satisfy various informational requests.
4562
2817
  attr_reader :documents
4563
- # An estimated upper bound of employees, contractors, vendors, etc. currently working for the business.
2818
+ # Estimated maximum number of workers currently engaged by the business (including employees, contractors, and vendors).
4564
2819
  attr_reader :estimated_worker_count
4565
2820
  # The provided ID numbers of a business entity.
4566
2821
  attr_reader :id_numbers
4567
- # An estimate of the monthly revenue of the business.
2822
+ # An estimate of the monthly revenue of the business. Only accepted for accounts in Brazil and India.
4568
2823
  attr_reader :monthly_estimated_revenue
4569
2824
  # The company’s phone number (used for verification).
4570
2825
  attr_reader :phone
@@ -4610,7 +2865,7 @@ module Stripe
4610
2865
  attr_reader :purpose
4611
2866
  # State, county, province, or region.
4612
2867
  attr_reader :state
4613
- # Town or cho-me.
2868
+ # Town or district.
4614
2869
  attr_reader :town
4615
2870
 
4616
2871
  def self.inner_class_types
@@ -4683,7 +2938,7 @@ module Stripe
4683
2938
  attr_reader :postal_code
4684
2939
  # State, county, province, or region.
4685
2940
  attr_reader :state
4686
- # Town or cho-me.
2941
+ # Town or district.
4687
2942
  attr_reader :town
4688
2943
 
4689
2944
  def self.inner_class_types
@@ -4855,17 +3110,17 @@ module Stripe
4855
3110
  end
4856
3111
 
4857
3112
  class Relationship < ::Stripe::StripeObject
4858
- # Whether the individual is an authorizer of the Accounts legal entity.
3113
+ # Whether the individual is an authorizer of the Account's identity.
4859
3114
  attr_reader :authorizer
4860
- # Whether the individual is a director of the Accounts legal entity. Directors are typically members of the governing board of the company, or responsible for ensuring the company meets its regulatory obligations.
3115
+ # Whether the individual is a director of the Account's identity. Directors are typically members of the governing board of the company or are responsible for making sure that the company meets its regulatory obligations.
4861
3116
  attr_reader :director
4862
3117
  # Whether the individual has significant responsibility to control, manage, or direct the organization.
4863
3118
  attr_reader :executive
4864
- # Whether the individual is the legal guardian of the Accounts representative.
3119
+ # Whether the individual is the legal guardian of the Account's representative.
4865
3120
  attr_reader :legal_guardian
4866
- # Whether the individual is an owner of the Accounts legal entity.
3121
+ # Whether the individual is an owner of the Account's identity.
4867
3122
  attr_reader :owner
4868
- # The percent owned by the individual of the Account’s legal entity.
3123
+ # The percentage of the Account's identity that the individual owns.
4869
3124
  attr_reader :percent_ownership
4870
3125
  # Whether the individual is authorized as the primary representative of the Account. This is the person nominated by the business to provide information about themselves, and general information about the account. There can only be one representative at any given time. At the time the account is created, this person should be set to the person responsible for opening the account.
4871
3126
  attr_reader :representative
@@ -4895,7 +3150,7 @@ module Stripe
4895
3150
  attr_reader :postal_code
4896
3151
  # State, county, province, or region.
4897
3152
  attr_reader :state
4898
- # Town or cho-me.
3153
+ # Town or district.
4899
3154
  attr_reader :town
4900
3155
 
4901
3156
  def self.inner_class_types
@@ -4920,7 +3175,7 @@ module Stripe
4920
3175
  attr_reader :postal_code
4921
3176
  # State, county, province, or region.
4922
3177
  attr_reader :state
4923
- # Town or cho-me.
3178
+ # Town or district.
4924
3179
  attr_reader :town
4925
3180
 
4926
3181
  def self.inner_class_types
@@ -5179,7 +3434,7 @@ module Stripe
5179
3434
  @field_remappings = {}
5180
3435
  end
5181
3436
  end
5182
- # Whether the responsibility is with the integrator or with Stripe (to review info, to wait for some condition, etc.) to action the requirement.
3437
+ # Indicates whether the platform or Stripe is currently responsible for taking action on the requirement. Value can be `user` or `stripe`.
5183
3438
  attr_reader :awaiting_action_from
5184
3439
  # Machine-readable string describing the requirement.
5185
3440
  attr_reader :description
@@ -5248,11 +3503,11 @@ module Stripe
5248
3503
  @field_remappings = {}
5249
3504
  end
5250
3505
  end
5251
- # Filter only accounts that have all of the configurations specified. If omitted, returns all accounts regardless of which configurations they have.
3506
+ # The configurations that have been applied to this account.
5252
3507
  attr_reader :applied_configurations
5253
- # A value indicating if the Account has been closed.
3508
+ # Indicates whether the account has been closed.
5254
3509
  attr_reader :closed
5255
- # An Account Configuration which allows the Account to take on a key persona across Stripe products.
3510
+ # An Account represents a company, individual, or other entity that a user interacts with. Accounts store identity information and one or more configurations that enable product-specific capabilities. You can assign configurations at creation or add them later.
5256
3511
  attr_reader :configuration
5257
3512
  # The default contact email address for the Account. Required when configuring the account as a merchant or recipient.
5258
3513
  attr_reader :contact_email
@@ -5260,7 +3515,7 @@ module Stripe
5260
3515
  attr_reader :created
5261
3516
  # A value indicating the Stripe dashboard this Account has access to. This will depend on which configurations are enabled for this account.
5262
3517
  attr_reader :dashboard
5263
- # Default values to be used on Account Configurations.
3518
+ # Default values for settings shared across Account configurations.
5264
3519
  attr_reader :defaults
5265
3520
  # A descriptive name for the Account. This name will be surfaced in the Stripe Dashboard and on any invoices sent to the Account.
5266
3521
  attr_reader :display_name