stripe 19.1.0.pre.alpha.5 → 19.1.0.pre.beta.1

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 (631) hide show
  1. checksums.yaml +4 -4
  2. data/lib/stripe/api_requestor.rb +0 -2
  3. data/lib/stripe/api_version.rb +1 -1
  4. data/lib/stripe/errors.rb +0 -24
  5. data/lib/stripe/event_types.rb +0 -419
  6. data/lib/stripe/events/v1_billing_meter_error_report_triggered_event.rb +4 -4
  7. data/lib/stripe/events/v1_billing_meter_no_meter_found_event.rb +4 -4
  8. data/lib/stripe/events/v2_core_account_link_returned_event.rb +2 -2
  9. data/lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb +6 -6
  10. data/lib/stripe/object_types.rb +0 -54
  11. data/lib/stripe/params/account_create_params.rb +9 -41
  12. data/lib/stripe/params/account_external_account_create_params.rb +5 -5
  13. data/lib/stripe/params/account_link_create_params.rb +1 -4
  14. data/lib/stripe/params/account_person_create_params.rb +0 -32
  15. data/lib/stripe/params/account_person_update_params.rb +0 -32
  16. data/lib/stripe/params/account_session_create_params.rb +1 -76
  17. data/lib/stripe/params/account_update_params.rb +9 -41
  18. data/lib/stripe/params/balance_settings_update_params.rb +1 -9
  19. data/lib/stripe/params/billing/alert_create_params.rb +1 -264
  20. data/lib/stripe/params/billing/alert_list_params.rb +0 -4
  21. data/lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb +1 -5
  22. data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +1 -13
  23. data/lib/stripe/params/billing/credit_grant_create_params.rb +2 -48
  24. data/lib/stripe/params/billing/meter_create_params.rb +0 -4
  25. data/lib/stripe/params/billing/meter_event_summary_list_params.rb +0 -20
  26. data/lib/stripe/params/charge_capture_params.rb +0 -266
  27. data/lib/stripe/params/charge_update_params.rb +0 -266
  28. data/lib/stripe/params/checkout/session_create_params.rb +1 -121
  29. data/lib/stripe/params/confirmation_token_create_params.rb +0 -4
  30. data/lib/stripe/params/coupon_create_params.rb +1 -31
  31. data/lib/stripe/params/dispute_update_params.rb +0 -4
  32. data/lib/stripe/params/external_account_create_params.rb +5 -5
  33. data/lib/stripe/params/identity/verification_report_list_params.rb +0 -4
  34. data/lib/stripe/params/identity/verification_session_create_params.rb +0 -4
  35. data/lib/stripe/params/identity/verification_session_update_params.rb +1 -11
  36. data/lib/stripe/params/invoice_create_params.rb +0 -49
  37. data/lib/stripe/params/invoice_create_preview_params.rb +10 -534
  38. data/lib/stripe/params/invoice_list_params.rb +0 -4
  39. data/lib/stripe/params/invoice_update_params.rb +0 -49
  40. data/lib/stripe/params/issuing/card_list_params.rb +1 -34
  41. data/lib/stripe/params/payment_intent_capture_params.rb +1 -285
  42. data/lib/stripe/params/payment_intent_confirm_params.rb +3 -534
  43. data/lib/stripe/params/payment_intent_create_params.rb +3 -547
  44. data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +1 -19
  45. data/lib/stripe/params/payment_intent_increment_authorization_params.rb +1 -19
  46. data/lib/stripe/params/payment_intent_update_params.rb +3 -534
  47. data/lib/stripe/params/payment_link_create_params.rb +0 -19
  48. data/lib/stripe/params/payment_method_update_params.rb +0 -16
  49. data/lib/stripe/params/payment_record_report_payment_attempt_failed_params.rb +1 -32
  50. data/lib/stripe/params/payment_record_report_payment_attempt_guaranteed_params.rb +1 -23
  51. data/lib/stripe/params/payment_record_report_payment_attempt_params.rb +2 -49
  52. data/lib/stripe/params/payment_record_report_payment_params.rb +2 -49
  53. data/lib/stripe/params/quote_create_params.rb +6 -414
  54. data/lib/stripe/params/quote_update_params.rb +6 -414
  55. data/lib/stripe/params/radar/payment_evaluation_create_params.rb +1 -30
  56. data/lib/stripe/params/setup_intent_confirm_params.rb +0 -54
  57. data/lib/stripe/params/setup_intent_create_params.rb +0 -54
  58. data/lib/stripe/params/setup_intent_update_params.rb +1 -55
  59. data/lib/stripe/params/subscription_create_params.rb +2 -177
  60. data/lib/stripe/params/subscription_item_create_params.rb +1 -53
  61. data/lib/stripe/params/subscription_item_update_params.rb +1 -53
  62. data/lib/stripe/params/subscription_list_params.rb +0 -4
  63. data/lib/stripe/params/subscription_schedule_amend_params.rb +6 -233
  64. data/lib/stripe/params/subscription_schedule_create_params.rb +2 -170
  65. data/lib/stripe/params/subscription_schedule_update_params.rb +2 -170
  66. data/lib/stripe/params/subscription_update_params.rb +2 -177
  67. data/lib/stripe/params/tax/registration_create_params.rb +0 -13
  68. data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +0 -4
  69. data/lib/stripe/params/token_create_params.rb +0 -64
  70. data/lib/stripe/params/transfer_create_params.rb +0 -4
  71. data/lib/stripe/params/v2/billing/cadence_cancel_params.rb +1 -8
  72. data/lib/stripe/params/v2/billing/cadence_create_params.rb +7 -11
  73. data/lib/stripe/params/v2/billing/cadence_update_params.rb +1 -4
  74. data/lib/stripe/params/v2/billing/collection_setting_create_params.rb +0 -3
  75. data/lib/stripe/params/v2/billing/collection_setting_update_params.rb +0 -3
  76. data/lib/stripe/params/v2/core/account_create_params.rb +9 -1336
  77. data/lib/stripe/params/v2/core/account_link_create_params.rb +4 -84
  78. data/lib/stripe/params/v2/core/account_token_create_params.rb +1 -237
  79. data/lib/stripe/params/v2/core/account_update_params.rb +9 -1322
  80. data/lib/stripe/params/v2/core/batch_job_create_params.rb +1 -1
  81. data/lib/stripe/params/v2/core/event_destination_create_params.rb +8 -8
  82. data/lib/stripe/params/v2/core/event_list_params.rb +1 -4
  83. data/lib/stripe/params/v2/core/event_retrieve_params.rb +1 -8
  84. data/lib/stripe/params/v2/money_management/financial_account_create_params.rb +1 -4
  85. data/lib/stripe/params/v2/money_management/financial_account_list_params.rb +1 -7
  86. data/lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb +1 -8
  87. data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +1 -12
  88. data/lib/stripe/params/v2/money_management/outbound_payment_create_params.rb +1 -29
  89. data/lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb +1 -4
  90. data/lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb +4 -22
  91. data/lib/stripe/params/v2/money_management/outbound_setup_intent_update_params.rb +4 -4
  92. data/lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb +0 -8
  93. data/lib/stripe/params.rb +0 -170
  94. data/lib/stripe/resources/account.rb +2 -14
  95. data/lib/stripe/resources/account_session.rb +0 -216
  96. data/lib/stripe/resources/apple_pay_domain.rb +2 -2
  97. data/lib/stripe/resources/application.rb +2 -2
  98. data/lib/stripe/resources/application_fee.rb +1 -24
  99. data/lib/stripe/resources/balance.rb +0 -83
  100. data/lib/stripe/resources/balance_settings.rb +0 -4
  101. data/lib/stripe/resources/bank_account.rb +2 -2
  102. data/lib/stripe/resources/billing/alert.rb +1 -274
  103. data/lib/stripe/resources/billing/alert_triggered.rb +1 -44
  104. data/lib/stripe/resources/billing/analytics/meter_usage_row.rb +0 -2
  105. data/lib/stripe/resources/billing/credit_balance_summary.rb +3 -172
  106. data/lib/stripe/resources/billing/credit_balance_transaction.rb +2 -145
  107. data/lib/stripe/resources/billing/credit_grant.rb +2 -77
  108. data/lib/stripe/resources/billing/meter.rb +0 -2
  109. data/lib/stripe/resources/billing/meter_event_summary.rb +0 -2
  110. data/lib/stripe/resources/capital/financing_offer.rb +0 -41
  111. data/lib/stripe/resources/card.rb +3 -20
  112. data/lib/stripe/resources/charge.rb +1 -75
  113. data/lib/stripe/resources/checkout/session.rb +0 -449
  114. data/lib/stripe/resources/confirmation_token.rb +1 -41
  115. data/lib/stripe/resources/coupon.rb +2 -36
  116. data/lib/stripe/resources/customer.rb +2 -2
  117. data/lib/stripe/resources/discount.rb +3 -22
  118. data/lib/stripe/resources/dispute.rb +0 -2
  119. data/lib/stripe/resources/identity/verification_report.rb +1 -24
  120. data/lib/stripe/resources/invoice.rb +2 -87
  121. data/lib/stripe/resources/invoice_item.rb +4 -126
  122. data/lib/stripe/resources/invoice_line_item.rb +1 -155
  123. data/lib/stripe/resources/issuing/authorization.rb +0 -120
  124. data/lib/stripe/resources/issuing/card.rb +0 -4
  125. data/lib/stripe/resources/payment_attempt_record.rb +1 -163
  126. data/lib/stripe/resources/payment_intent.rb +2 -529
  127. data/lib/stripe/resources/payment_intent_amount_details_line_item.rb +1 -19
  128. data/lib/stripe/resources/payment_link.rb +0 -22
  129. data/lib/stripe/resources/payment_method.rb +1 -67
  130. data/lib/stripe/resources/payment_record.rb +1 -23
  131. data/lib/stripe/resources/person.rb +2 -38
  132. data/lib/stripe/resources/plan.rb +2 -2
  133. data/lib/stripe/resources/price.rb +2 -4
  134. data/lib/stripe/resources/product.rb +2 -2
  135. data/lib/stripe/resources/product_feature.rb +2 -2
  136. data/lib/stripe/resources/quote.rb +1 -238
  137. data/lib/stripe/resources/quote_line.rb +4 -210
  138. data/lib/stripe/resources/quote_preview_invoice.rb +0 -85
  139. data/lib/stripe/resources/quote_preview_subscription_schedule.rb +2 -177
  140. data/lib/stripe/resources/radar/payment_evaluation.rb +1 -23
  141. data/lib/stripe/resources/radar/value_list.rb +2 -2
  142. data/lib/stripe/resources/radar/value_list_item.rb +2 -2
  143. data/lib/stripe/resources/setup_intent.rb +0 -68
  144. data/lib/stripe/resources/subscription.rb +0 -110
  145. data/lib/stripe/resources/subscription_item.rb +2 -2
  146. data/lib/stripe/resources/subscription_schedule.rb +2 -177
  147. data/lib/stripe/resources/tax/registration.rb +0 -16
  148. data/lib/stripe/resources/tax_id.rb +2 -2
  149. data/lib/stripe/resources/terminal/configuration.rb +2 -2
  150. data/lib/stripe/resources/terminal/location.rb +2 -2
  151. data/lib/stripe/resources/terminal/reader.rb +2 -2
  152. data/lib/stripe/resources/test_helpers/test_clock.rb +2 -2
  153. data/lib/stripe/resources/transfer.rb +0 -4
  154. data/lib/stripe/resources/v2/billing/bill_setting.rb +2 -2
  155. data/lib/stripe/resources/v2/billing/bill_setting_version.rb +2 -2
  156. data/lib/stripe/resources/v2/billing/cadence.rb +6 -91
  157. data/lib/stripe/resources/v2/billing/collection_setting.rb +2 -24
  158. data/lib/stripe/resources/v2/billing/collection_setting_version.rb +2 -24
  159. data/lib/stripe/resources/v2/billing/meter_event.rb +2 -2
  160. data/lib/stripe/resources/v2/billing/meter_event_adjustment.rb +2 -2
  161. data/lib/stripe/resources/v2/billing/meter_event_session.rb +2 -2
  162. data/lib/stripe/resources/v2/billing/profile.rb +2 -2
  163. data/lib/stripe/resources/v2/core/account.rb +13 -1953
  164. data/lib/stripe/resources/v2/core/account_link.rb +4 -76
  165. data/lib/stripe/resources/v2/core/account_person.rb +2 -2
  166. data/lib/stripe/resources/v2/core/batch_job.rb +23 -23
  167. data/lib/stripe/resources/v2/core/event.rb +3 -66
  168. data/lib/stripe/resources/v2/core/event_destination.rb +32 -32
  169. data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +2 -2
  170. data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +2 -2
  171. data/lib/stripe/resources/v2/deleted_object.rb +2 -2
  172. data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +2 -2
  173. data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +2 -2
  174. data/lib/stripe/resources/v2/money_management/adjustment.rb +4 -6
  175. data/lib/stripe/resources/v2/money_management/financial_account.rb +2 -130
  176. data/lib/stripe/resources/v2/money_management/financial_address.rb +4 -4
  177. data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +12 -45
  178. data/lib/stripe/resources/v2/money_management/outbound_payment.rb +3 -87
  179. data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +2 -4
  180. data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +4 -4
  181. data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +2 -4
  182. data/lib/stripe/resources/v2/money_management/payout_method.rb +22 -46
  183. data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +2 -2
  184. data/lib/stripe/resources/v2/money_management/received_credit.rb +74 -137
  185. data/lib/stripe/resources/v2/money_management/received_debit.rb +30 -119
  186. data/lib/stripe/resources/v2/money_management/transaction.rb +4 -44
  187. data/lib/stripe/resources/v2/money_management/transaction_entry.rb +4 -44
  188. data/lib/stripe/resources/webhook_endpoint.rb +2 -2
  189. data/lib/stripe/resources.rb +0 -162
  190. data/lib/stripe/services/account_service.rb +1 -2
  191. data/lib/stripe/services/billing/alert_service.rb +0 -2
  192. data/lib/stripe/services/billing/credit_grant_service.rb +0 -4
  193. data/lib/stripe/services/checkout/session_service.rb +2 -17
  194. data/lib/stripe/services/climate/order_service.rb +1 -1
  195. data/lib/stripe/services/credit_note_preview_lines_service.rb +1 -3
  196. data/lib/stripe/services/credit_note_service.rb +2 -2
  197. data/lib/stripe/services/identity_service.rb +1 -2
  198. data/lib/stripe/services/invoice_item_service.rb +2 -2
  199. data/lib/stripe/services/invoice_line_item_service.rb +1 -1
  200. data/lib/stripe/services/invoice_service.rb +3 -3
  201. data/lib/stripe/services/issuing_service.rb +1 -2
  202. data/lib/stripe/services/order_service.rb +2 -2
  203. data/lib/stripe/services/payment_attempt_record_service.rb +0 -77
  204. data/lib/stripe/services/payment_intent_service.rb +0 -18
  205. data/lib/stripe/services/payment_link_service.rb +1 -1
  206. data/lib/stripe/services/payment_method_service.rb +0 -11
  207. data/lib/stripe/services/plan_service.rb +1 -1
  208. data/lib/stripe/services/price_service.rb +1 -1
  209. data/lib/stripe/services/product_service.rb +1 -1
  210. data/lib/stripe/services/quote_service.rb +2 -2
  211. data/lib/stripe/services/radar_service.rb +1 -5
  212. data/lib/stripe/services/subscription_item_service.rb +2 -2
  213. data/lib/stripe/services/subscription_schedule_service.rb +2 -6
  214. data/lib/stripe/services/subscription_service.rb +2 -24
  215. data/lib/stripe/services/test_helpers/issuing/authorization_service.rb +3 -3
  216. data/lib/stripe/services/test_helpers/issuing/transaction_service.rb +2 -2
  217. data/lib/stripe/services/test_helpers_service.rb +1 -4
  218. data/lib/stripe/services/v1_services.rb +1 -6
  219. data/lib/stripe/services/v2/billing/cadence_service.rb +0 -8
  220. data/lib/stripe/services/v2/billing/collection_setting_service.rb +2 -2
  221. data/lib/stripe/services/v2/billing_service.rb +1 -13
  222. data/lib/stripe/services/v2/core/account_service.rb +2 -6
  223. data/lib/stripe/services/v2/core/account_token_service.rb +1 -3
  224. data/lib/stripe/services/v2/core/accounts/person_service.rb +2 -2
  225. data/lib/stripe/services/v2/core/accounts/person_token_service.rb +1 -1
  226. data/lib/stripe/services/v2/core_service.rb +1 -6
  227. data/lib/stripe/services/v2/money_management/payout_method_service.rb +0 -1
  228. data/lib/stripe/services/v2/money_management_service.rb +1 -5
  229. data/lib/stripe/services/v2/test_helper_service.rb +1 -2
  230. data/lib/stripe/services/v2_services.rb +1 -6
  231. data/lib/stripe/services.rb +0 -60
  232. data/lib/stripe/stripe_client.rb +8 -1
  233. data/lib/stripe/stripe_event_notification_handler.rb +491 -0
  234. data/lib/stripe/util.rb +2 -2
  235. data/lib/stripe/version.rb +1 -1
  236. data/lib/stripe.rb +1 -0
  237. data/rbi/stripe/stripe_client.rbi +13 -0
  238. data/rbi/stripe.rbi +17743 -59141
  239. metadata +3 -394
  240. data/lib/stripe/events/v1_account_signals_including_delinquency_created_event.rb +0 -68
  241. data/lib/stripe/events/v2_billing_cadence_billed_event.rb +0 -61
  242. data/lib/stripe/events/v2_billing_cadence_canceled_event.rb +0 -44
  243. data/lib/stripe/events/v2_billing_cadence_created_event.rb +0 -61
  244. data/lib/stripe/events/v2_billing_license_fee_created_event.rb +0 -44
  245. data/lib/stripe/events/v2_billing_license_fee_updated_event.rb +0 -44
  246. data/lib/stripe/events/v2_billing_license_fee_version_created_event.rb +0 -61
  247. data/lib/stripe/events/v2_billing_licensed_item_created_event.rb +0 -44
  248. data/lib/stripe/events/v2_billing_licensed_item_updated_event.rb +0 -44
  249. data/lib/stripe/events/v2_billing_metered_item_created_event.rb +0 -44
  250. data/lib/stripe/events/v2_billing_metered_item_updated_event.rb +0 -44
  251. data/lib/stripe/events/v2_billing_pricing_plan_component_created_event.rb +0 -61
  252. data/lib/stripe/events/v2_billing_pricing_plan_component_updated_event.rb +0 -61
  253. data/lib/stripe/events/v2_billing_pricing_plan_created_event.rb +0 -44
  254. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_awaiting_customer_action_event.rb +0 -44
  255. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_current_event.rb +0 -44
  256. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_past_due_event.rb +0 -44
  257. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_paused_event.rb +0 -44
  258. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_unpaid_event.rb +0 -44
  259. data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_activated_event.rb +0 -44
  260. data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_canceled_event.rb +0 -44
  261. data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_paused_event.rb +0 -44
  262. data/lib/stripe/events/v2_billing_pricing_plan_updated_event.rb +0 -44
  263. data/lib/stripe/events/v2_billing_pricing_plan_version_created_event.rb +0 -61
  264. data/lib/stripe/events/v2_billing_rate_card_created_event.rb +0 -61
  265. data/lib/stripe/events/v2_billing_rate_card_custom_pricing_unit_overage_rate_created_event.rb +0 -67
  266. data/lib/stripe/events/v2_billing_rate_card_rate_created_event.rb +0 -67
  267. data/lib/stripe/events/v2_billing_rate_card_subscription_activated_event.rb +0 -44
  268. data/lib/stripe/events/v2_billing_rate_card_subscription_canceled_event.rb +0 -44
  269. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_awaiting_customer_action_event.rb +0 -44
  270. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_current_event.rb +0 -44
  271. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_past_due_event.rb +0 -44
  272. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_paused_event.rb +0 -44
  273. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_unpaid_event.rb +0 -44
  274. data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_activated_event.rb +0 -44
  275. data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_canceled_event.rb +0 -44
  276. data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_paused_event.rb +0 -44
  277. data/lib/stripe/events/v2_billing_rate_card_updated_event.rb +0 -44
  278. data/lib/stripe/events/v2_billing_rate_card_version_created_event.rb +0 -61
  279. data/lib/stripe/events/v2_core_account_including_configuration_card_creator_capability_status_updated_event.rb +0 -63
  280. data/lib/stripe/events/v2_core_account_including_configuration_card_creator_updated_event.rb +0 -44
  281. data/lib/stripe/events/v2_core_account_signals_fraudulent_website_ready_event.rb +0 -48
  282. data/lib/stripe/events/v2_core_claimable_sandbox_claimed_event.rb +0 -44
  283. data/lib/stripe/events/v2_core_claimable_sandbox_created_event.rb +0 -44
  284. data/lib/stripe/events/v2_core_claimable_sandbox_expired_event.rb +0 -44
  285. data/lib/stripe/events/v2_core_claimable_sandbox_expiring_event.rb +0 -44
  286. data/lib/stripe/events/v2_core_claimable_sandbox_sandbox_details_owner_account_updated_event.rb +0 -44
  287. data/lib/stripe/events/v2_core_health_api_error_firing_event.rb +0 -115
  288. data/lib/stripe/events/v2_core_health_api_error_resolved_event.rb +0 -117
  289. data/lib/stripe/events/v2_core_health_api_latency_firing_event.rb +0 -113
  290. data/lib/stripe/events/v2_core_health_api_latency_resolved_event.rb +0 -115
  291. data/lib/stripe/events/v2_core_health_authorization_rate_drop_firing_event.rb +0 -96
  292. data/lib/stripe/events/v2_core_health_authorization_rate_drop_resolved_event.rb +0 -98
  293. data/lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb +0 -64
  294. data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_firing_event.rb +0 -64
  295. data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_resolved_event.rb +0 -66
  296. data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_firing_event.rb +0 -64
  297. data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_resolved_event.rb +0 -66
  298. data/lib/stripe/events/v2_core_health_payment_method_error_firing_event.rb +0 -111
  299. data/lib/stripe/events/v2_core_health_payment_method_error_resolved_event.rb +0 -113
  300. data/lib/stripe/events/v2_core_health_sepa_debit_delayed_firing_event.rb +0 -70
  301. data/lib/stripe/events/v2_core_health_sepa_debit_delayed_resolved_event.rb +0 -72
  302. data/lib/stripe/events/v2_core_health_traffic_volume_drop_firing_event.rb +0 -62
  303. data/lib/stripe/events/v2_core_health_traffic_volume_drop_resolved_event.rb +0 -64
  304. data/lib/stripe/events/v2_core_health_webhook_latency_firing_event.rb +0 -58
  305. data/lib/stripe/events/v2_core_health_webhook_latency_resolved_event.rb +0 -60
  306. data/lib/stripe/events/v2_data_reporting_query_run_created_event.rb +0 -44
  307. data/lib/stripe/events/v2_data_reporting_query_run_failed_event.rb +0 -44
  308. data/lib/stripe/events/v2_data_reporting_query_run_succeeded_event.rb +0 -44
  309. data/lib/stripe/events/v2_data_reporting_query_run_updated_event.rb +0 -44
  310. data/lib/stripe/events/v2_iam_api_key_created_event.rb +0 -38
  311. data/lib/stripe/events/v2_iam_api_key_default_secret_revealed_event.rb +0 -38
  312. data/lib/stripe/events/v2_iam_api_key_expired_event.rb +0 -38
  313. data/lib/stripe/events/v2_iam_api_key_permissions_updated_event.rb +0 -38
  314. data/lib/stripe/events/v2_iam_api_key_rotated_event.rb +0 -40
  315. data/lib/stripe/events/v2_iam_api_key_updated_event.rb +0 -38
  316. data/lib/stripe/events/v2_iam_stripe_access_grant_approved_event.rb +0 -38
  317. data/lib/stripe/events/v2_iam_stripe_access_grant_canceled_event.rb +0 -38
  318. data/lib/stripe/events/v2_iam_stripe_access_grant_denied_event.rb +0 -38
  319. data/lib/stripe/events/v2_iam_stripe_access_grant_removed_event.rb +0 -38
  320. data/lib/stripe/events/v2_iam_stripe_access_grant_requested_event.rb +0 -38
  321. data/lib/stripe/events/v2_iam_stripe_access_grant_updated_event.rb +0 -38
  322. data/lib/stripe/events/v2_money_management_recipient_verification_created_event.rb +0 -44
  323. data/lib/stripe/events/v2_money_management_recipient_verification_updated_event.rb +0 -44
  324. data/lib/stripe/events/v2_payments_off_session_payment_attempt_failed_event.rb +0 -44
  325. data/lib/stripe/events/v2_payments_off_session_payment_attempt_started_event.rb +0 -46
  326. data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb +0 -46
  327. data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb +0 -48
  328. data/lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb +0 -44
  329. data/lib/stripe/events/v2_payments_off_session_payment_created_event.rb +0 -44
  330. data/lib/stripe/events/v2_payments_off_session_payment_failed_event.rb +0 -44
  331. data/lib/stripe/events/v2_payments_off_session_payment_paused_event.rb +0 -44
  332. data/lib/stripe/events/v2_payments_off_session_payment_requires_capture_event.rb +0 -44
  333. data/lib/stripe/events/v2_payments_off_session_payment_resumed_event.rb +0 -44
  334. data/lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb +0 -44
  335. data/lib/stripe/events/v2_payments_settlement_allocation_intent_canceled_event.rb +0 -44
  336. data/lib/stripe/events/v2_payments_settlement_allocation_intent_created_event.rb +0 -44
  337. data/lib/stripe/events/v2_payments_settlement_allocation_intent_errored_event.rb +0 -65
  338. data/lib/stripe/events/v2_payments_settlement_allocation_intent_funds_not_received_event.rb +0 -44
  339. data/lib/stripe/events/v2_payments_settlement_allocation_intent_matched_event.rb +0 -44
  340. data/lib/stripe/events/v2_payments_settlement_allocation_intent_not_found_event.rb +0 -38
  341. data/lib/stripe/events/v2_payments_settlement_allocation_intent_settled_event.rb +0 -44
  342. data/lib/stripe/events/v2_payments_settlement_allocation_intent_split_canceled_event.rb +0 -61
  343. data/lib/stripe/events/v2_payments_settlement_allocation_intent_split_created_event.rb +0 -61
  344. data/lib/stripe/events/v2_payments_settlement_allocation_intent_split_settled_event.rb +0 -61
  345. data/lib/stripe/events/v2_payments_settlement_allocation_intent_submitted_event.rb +0 -44
  346. data/lib/stripe/events/v2_reporting_report_run_created_event.rb +0 -44
  347. data/lib/stripe/events/v2_reporting_report_run_failed_event.rb +0 -44
  348. data/lib/stripe/events/v2_reporting_report_run_succeeded_event.rb +0 -44
  349. data/lib/stripe/events/v2_reporting_report_run_updated_event.rb +0 -44
  350. data/lib/stripe/events/v2_signals_account_signal_fraudulent_merchant_ready_event.rb +0 -88
  351. data/lib/stripe/params/account_signals_retrieve_params.rb +0 -13
  352. data/lib/stripe/params/balance_transfer_create_params.rb +0 -66
  353. data/lib/stripe/params/capital/financing_offer_create_params.rb +0 -37
  354. data/lib/stripe/params/capital/financing_offer_refill_params.rb +0 -37
  355. data/lib/stripe/params/checkout/session_approve_params.rb +0 -52
  356. data/lib/stripe/params/delegated_checkout/requested_session_confirm_params.rb +0 -128
  357. data/lib/stripe/params/delegated_checkout/requested_session_create_params.rb +0 -214
  358. data/lib/stripe/params/delegated_checkout/requested_session_expire_params.rb +0 -15
  359. data/lib/stripe/params/delegated_checkout/requested_session_retrieve_params.rb +0 -15
  360. data/lib/stripe/params/delegated_checkout/requested_session_update_params.rb +0 -200
  361. data/lib/stripe/params/fr_meal_vouchers_onboarding_create_params.rb +0 -25
  362. data/lib/stripe/params/fr_meal_vouchers_onboarding_list_params.rb +0 -22
  363. data/lib/stripe/params/fr_meal_vouchers_onboarding_retrieve_params.rb +0 -13
  364. data/lib/stripe/params/fr_meal_vouchers_onboarding_update_params.rb +0 -16
  365. data/lib/stripe/params/identity/blocklist_entry_create_params.rb +0 -29
  366. data/lib/stripe/params/identity/blocklist_entry_disable_params.rb +0 -15
  367. data/lib/stripe/params/identity/blocklist_entry_list_params.rb +0 -62
  368. data/lib/stripe/params/identity/blocklist_entry_retrieve_params.rb +0 -15
  369. data/lib/stripe/params/issuing/program_create_params.rb +0 -21
  370. data/lib/stripe/params/issuing/program_list_params.rb +0 -24
  371. data/lib/stripe/params/issuing/program_retrieve_params.rb +0 -15
  372. data/lib/stripe/params/issuing/program_update_params.rb +0 -21
  373. data/lib/stripe/params/orchestration/payment_attempt_retrieve_params.rb +0 -15
  374. data/lib/stripe/params/payment_attempt_record_report_authenticated_params.rb +0 -19
  375. data/lib/stripe/params/payment_attempt_record_report_authorized_params.rb +0 -41
  376. data/lib/stripe/params/payment_attempt_record_report_canceled_params.rb +0 -19
  377. data/lib/stripe/params/payment_attempt_record_report_failed_params.rb +0 -50
  378. data/lib/stripe/params/payment_attempt_record_report_guaranteed_params.rb +0 -41
  379. data/lib/stripe/params/payment_attempt_record_report_informational_params.rb +0 -93
  380. data/lib/stripe/params/payment_attempt_record_report_refund_params.rb +0 -79
  381. data/lib/stripe/params/payment_intent_reauthorize_params.rb +0 -19
  382. data/lib/stripe/params/payment_intent_simulate_crypto_deposit_params.rb +0 -31
  383. data/lib/stripe/params/payment_method_check_balance_params.rb +0 -13
  384. data/lib/stripe/params/radar/account_evaluation_create_params.rb +0 -81
  385. data/lib/stripe/params/radar/account_evaluation_retrieve_params.rb +0 -15
  386. data/lib/stripe/params/radar/account_evaluation_update_params.rb +0 -41
  387. data/lib/stripe/params/radar/customer_evaluation_create_params.rb +0 -69
  388. data/lib/stripe/params/radar/customer_evaluation_update_params.rb +0 -59
  389. data/lib/stripe/params/radar/issuing_authorization_evaluation_create_params.rb +0 -197
  390. data/lib/stripe/params/shared_payment/granted_token_create_params.rb +0 -50
  391. data/lib/stripe/params/shared_payment/granted_token_retrieve_params.rb +0 -15
  392. data/lib/stripe/params/shared_payment/granted_token_revoke_params.rb +0 -15
  393. data/lib/stripe/params/subscription_attach_cadence_params.rb +0 -16
  394. data/lib/stripe/params/subscription_pause_params.rb +0 -50
  395. data/lib/stripe/params/test_helpers/capital/financing_offer_create_params.rb +0 -39
  396. data/lib/stripe/params/test_helpers/capital/financing_offer_refill_params.rb +0 -39
  397. data/lib/stripe/params/test_helpers/payment_intent_simulate_crypto_deposit_params.rb +0 -33
  398. data/lib/stripe/params/test_helpers/shared_payment/granted_token_create_params.rb +0 -52
  399. data/lib/stripe/params/test_helpers/shared_payment/granted_token_revoke_params.rb +0 -17
  400. data/lib/stripe/params/v2/billing/cadences/spend_modifier_rule_list_params.rb +0 -22
  401. data/lib/stripe/params/v2/billing/cadences/spend_modifier_rule_retrieve_params.rb +0 -12
  402. data/lib/stripe/params/v2/billing/custom_pricing_unit_create_params.rb +0 -26
  403. data/lib/stripe/params/v2/billing/custom_pricing_unit_list_params.rb +0 -24
  404. data/lib/stripe/params/v2/billing/custom_pricing_unit_retrieve_params.rb +0 -10
  405. data/lib/stripe/params/v2/billing/custom_pricing_unit_update_params.rb +0 -26
  406. data/lib/stripe/params/v2/billing/intent_cancel_params.rb +0 -10
  407. data/lib/stripe/params/v2/billing/intent_commit_params.rb +0 -17
  408. data/lib/stripe/params/v2/billing/intent_create_params.rb +0 -899
  409. data/lib/stripe/params/v2/billing/intent_list_params.rb +0 -17
  410. data/lib/stripe/params/v2/billing/intent_release_reservation_params.rb +0 -10
  411. data/lib/stripe/params/v2/billing/intent_reserve_params.rb +0 -10
  412. data/lib/stripe/params/v2/billing/intent_retrieve_params.rb +0 -10
  413. data/lib/stripe/params/v2/billing/intents/action_list_params.rb +0 -19
  414. data/lib/stripe/params/v2/billing/intents/action_retrieve_params.rb +0 -12
  415. data/lib/stripe/params/v2/billing/license_fee_create_params.rb +0 -121
  416. data/lib/stripe/params/v2/billing/license_fee_list_params.rb +0 -24
  417. data/lib/stripe/params/v2/billing/license_fee_retrieve_params.rb +0 -10
  418. data/lib/stripe/params/v2/billing/license_fee_update_params.rb +0 -102
  419. data/lib/stripe/params/v2/billing/license_fees/version_list_params.rb +0 -19
  420. data/lib/stripe/params/v2/billing/license_fees/version_retrieve_params.rb +0 -12
  421. data/lib/stripe/params/v2/billing/licensed_item_create_params.rb +0 -48
  422. data/lib/stripe/params/v2/billing/licensed_item_list_params.rb +0 -21
  423. data/lib/stripe/params/v2/billing/licensed_item_retrieve_params.rb +0 -10
  424. data/lib/stripe/params/v2/billing/licensed_item_update_params.rb +0 -48
  425. data/lib/stripe/params/v2/billing/metered_item_create_params.rb +0 -73
  426. data/lib/stripe/params/v2/billing/metered_item_list_params.rb +0 -21
  427. data/lib/stripe/params/v2/billing/metered_item_retrieve_params.rb +0 -10
  428. data/lib/stripe/params/v2/billing/metered_item_update_params.rb +0 -50
  429. data/lib/stripe/params/v2/billing/one_time_item_create_params.rb +0 -48
  430. data/lib/stripe/params/v2/billing/one_time_item_list_params.rb +0 -21
  431. data/lib/stripe/params/v2/billing/one_time_item_retrieve_params.rb +0 -10
  432. data/lib/stripe/params/v2/billing/one_time_item_update_params.rb +0 -48
  433. data/lib/stripe/params/v2/billing/pricing_plan_create_params.rb +0 -39
  434. data/lib/stripe/params/v2/billing/pricing_plan_list_params.rb +0 -24
  435. data/lib/stripe/params/v2/billing/pricing_plan_retrieve_params.rb +0 -10
  436. data/lib/stripe/params/v2/billing/pricing_plan_subscription_list_params.rb +0 -54
  437. data/lib/stripe/params/v2/billing/pricing_plan_subscription_remove_discounts_params.rb +0 -17
  438. data/lib/stripe/params/v2/billing/pricing_plan_subscription_retrieve_params.rb +0 -17
  439. data/lib/stripe/params/v2/billing/pricing_plan_subscription_update_params.rb +0 -20
  440. data/lib/stripe/params/v2/billing/pricing_plan_update_params.rb +0 -39
  441. data/lib/stripe/params/v2/billing/pricing_plans/component_create_params.rb +0 -73
  442. data/lib/stripe/params/v2/billing/pricing_plans/component_delete_params.rb +0 -12
  443. data/lib/stripe/params/v2/billing/pricing_plans/component_list_params.rb +0 -27
  444. data/lib/stripe/params/v2/billing/pricing_plans/component_retrieve_params.rb +0 -12
  445. data/lib/stripe/params/v2/billing/pricing_plans/component_update_params.rb +0 -22
  446. data/lib/stripe/params/v2/billing/pricing_plans/version_list_params.rb +0 -19
  447. data/lib/stripe/params/v2/billing/pricing_plans/version_retrieve_params.rb +0 -12
  448. data/lib/stripe/params/v2/billing/rate_card_create_params.rb +0 -49
  449. data/lib/stripe/params/v2/billing/rate_card_list_params.rb +0 -24
  450. data/lib/stripe/params/v2/billing/rate_card_modify_rates_params.rb +0 -177
  451. data/lib/stripe/params/v2/billing/rate_card_retrieve_params.rb +0 -10
  452. data/lib/stripe/params/v2/billing/rate_card_subscription_cancel_params.rb +0 -10
  453. data/lib/stripe/params/v2/billing/rate_card_subscription_create_params.rb +0 -26
  454. data/lib/stripe/params/v2/billing/rate_card_subscription_list_params.rb +0 -51
  455. data/lib/stripe/params/v2/billing/rate_card_subscription_retrieve_params.rb +0 -10
  456. data/lib/stripe/params/v2/billing/rate_card_subscription_update_params.rb +0 -17
  457. data/lib/stripe/params/v2/billing/rate_card_update_params.rb +0 -38
  458. data/lib/stripe/params/v2/billing/rate_cards/custom_pricing_unit_overage_rate_create_params.rb +0 -33
  459. data/lib/stripe/params/v2/billing/rate_cards/custom_pricing_unit_overage_rate_delete_params.rb +0 -12
  460. data/lib/stripe/params/v2/billing/rate_cards/custom_pricing_unit_overage_rate_list_params.rb +0 -22
  461. data/lib/stripe/params/v2/billing/rate_cards/custom_pricing_unit_overage_rate_retrieve_params.rb +0 -12
  462. data/lib/stripe/params/v2/billing/rate_cards/rate_create_params.rb +0 -109
  463. data/lib/stripe/params/v2/billing/rate_cards/rate_delete_params.rb +0 -12
  464. data/lib/stripe/params/v2/billing/rate_cards/rate_list_params.rb +0 -25
  465. data/lib/stripe/params/v2/billing/rate_cards/rate_retrieve_params.rb +0 -12
  466. data/lib/stripe/params/v2/billing/rate_cards/version_list_params.rb +0 -19
  467. data/lib/stripe/params/v2/billing/rate_cards/version_retrieve_params.rb +0 -12
  468. data/lib/stripe/params/v2/billing/service_action_create_params.rb +0 -315
  469. data/lib/stripe/params/v2/billing/service_action_retrieve_params.rb +0 -10
  470. data/lib/stripe/params/v2/billing/service_action_update_params.rb +0 -40
  471. data/lib/stripe/params/v2/core/account_evaluation_create_params.rb +0 -73
  472. data/lib/stripe/params/v2/core/claimable_sandbox_create_params.rb +0 -36
  473. data/lib/stripe/params/v2/core/claimable_sandbox_retrieve_params.rb +0 -10
  474. data/lib/stripe/params/v2/core/connection_session_create_params.rb +0 -23
  475. data/lib/stripe/params/v2/core/connection_session_retrieve_params.rb +0 -10
  476. data/lib/stripe/params/v2/core/workflow_invoke_params.rb +0 -17
  477. data/lib/stripe/params/v2/core/workflow_list_params.rb +0 -21
  478. data/lib/stripe/params/v2/core/workflow_retrieve_params.rb +0 -10
  479. data/lib/stripe/params/v2/core/workflow_run_list_params.rb +0 -23
  480. data/lib/stripe/params/v2/core/workflow_run_retrieve_params.rb +0 -10
  481. data/lib/stripe/params/v2/data/reporting/query_run_create_params.rb +0 -31
  482. data/lib/stripe/params/v2/data/reporting/query_run_retrieve_params.rb +0 -12
  483. data/lib/stripe/params/v2/iam/api_key_create_params.rb +0 -51
  484. data/lib/stripe/params/v2/iam/api_key_expire_params.rb +0 -10
  485. data/lib/stripe/params/v2/iam/api_key_list_params.rb +0 -20
  486. data/lib/stripe/params/v2/iam/api_key_retrieve_params.rb +0 -10
  487. data/lib/stripe/params/v2/iam/api_key_rotate_params.rb +0 -46
  488. data/lib/stripe/params/v2/iam/api_key_update_params.rb +0 -20
  489. data/lib/stripe/params/v2/money_management/currency_conversion_create_params.rb +0 -46
  490. data/lib/stripe/params/v2/money_management/currency_conversion_list_params.rb +0 -20
  491. data/lib/stripe/params/v2/money_management/currency_conversion_retrieve_params.rb +0 -10
  492. data/lib/stripe/params/v2/money_management/recipient_verification_acknowledge_params.rb +0 -10
  493. data/lib/stripe/params/v2/money_management/recipient_verification_create_params.rb +0 -20
  494. data/lib/stripe/params/v2/money_management/recipient_verification_retrieve_params.rb +0 -10
  495. data/lib/stripe/params/v2/payments/off_session_payment_cancel_params.rb +0 -10
  496. data/lib/stripe/params/v2/payments/off_session_payment_capture_params.rb +0 -61
  497. data/lib/stripe/params/v2/payments/off_session_payment_create_params.rb +0 -238
  498. data/lib/stripe/params/v2/payments/off_session_payment_list_params.rb +0 -17
  499. data/lib/stripe/params/v2/payments/off_session_payment_pause_params.rb +0 -10
  500. data/lib/stripe/params/v2/payments/off_session_payment_resume_params.rb +0 -10
  501. data/lib/stripe/params/v2/payments/off_session_payment_retrieve_params.rb +0 -10
  502. data/lib/stripe/params/v2/payments/settlement_allocation_intent_cancel_params.rb +0 -10
  503. data/lib/stripe/params/v2/payments/settlement_allocation_intent_create_params.rb +0 -35
  504. data/lib/stripe/params/v2/payments/settlement_allocation_intent_list_params.rb +0 -47
  505. data/lib/stripe/params/v2/payments/settlement_allocation_intent_retrieve_params.rb +0 -10
  506. data/lib/stripe/params/v2/payments/settlement_allocation_intent_submit_params.rb +0 -10
  507. data/lib/stripe/params/v2/payments/settlement_allocation_intent_update_params.rb +0 -20
  508. data/lib/stripe/params/v2/payments/settlement_allocation_intents/split_cancel_params.rb +0 -12
  509. data/lib/stripe/params/v2/payments/settlement_allocation_intents/split_create_params.rb +0 -28
  510. data/lib/stripe/params/v2/payments/settlement_allocation_intents/split_list_params.rb +0 -22
  511. data/lib/stripe/params/v2/payments/settlement_allocation_intents/split_retrieve_params.rb +0 -12
  512. data/lib/stripe/params/v2/reporting/report_retrieve_params.rb +0 -10
  513. data/lib/stripe/params/v2/reporting/report_run_create_params.rb +0 -33
  514. data/lib/stripe/params/v2/reporting/report_run_retrieve_params.rb +0 -10
  515. data/lib/stripe/params/v2/tax/manual_rule_create_params.rb +0 -124
  516. data/lib/stripe/params/v2/tax/manual_rule_deactivate_params.rb +0 -10
  517. data/lib/stripe/params/v2/tax/manual_rule_list_params.rb +0 -17
  518. data/lib/stripe/params/v2/tax/manual_rule_retrieve_params.rb +0 -10
  519. data/lib/stripe/params/v2/tax/manual_rule_update_params.rb +0 -124
  520. data/lib/stripe/params/v2/test_helpers/money_management_recipient_verifications_params.rb +0 -24
  521. data/lib/stripe/resources/account_signals.rb +0 -104
  522. data/lib/stripe/resources/balance_transfer.rb +0 -139
  523. data/lib/stripe/resources/billing/alert_recovered.rb +0 -44
  524. data/lib/stripe/resources/delegated_checkout/requested_session.rb +0 -722
  525. data/lib/stripe/resources/fr_meal_vouchers_onboarding.rb +0 -153
  526. data/lib/stripe/resources/identity/blocklist_entry.rb +0 -116
  527. data/lib/stripe/resources/issuing/program.rb +0 -69
  528. data/lib/stripe/resources/orchestration/payment_attempt.rb +0 -31
  529. data/lib/stripe/resources/payment_method_balance.rb +0 -68
  530. data/lib/stripe/resources/profile.rb +0 -80
  531. data/lib/stripe/resources/radar/account_evaluation.rb +0 -145
  532. data/lib/stripe/resources/radar/customer_evaluation.rb +0 -153
  533. data/lib/stripe/resources/radar/issuing_authorization_evaluation.rb +0 -245
  534. data/lib/stripe/resources/risk_signals.rb +0 -24
  535. data/lib/stripe/resources/shared_payment/granted_token.rb +0 -1768
  536. data/lib/stripe/resources/shared_payment/issued_token.rb +0 -263
  537. data/lib/stripe/resources/transit_balance.rb +0 -45
  538. data/lib/stripe/resources/v2/billing/cadence_spend_modifier.rb +0 -103
  539. data/lib/stripe/resources/v2/billing/custom_pricing_unit.rb +0 -43
  540. data/lib/stripe/resources/v2/billing/intent.rb +0 -354
  541. data/lib/stripe/resources/v2/billing/intent_action.rb +0 -711
  542. data/lib/stripe/resources/v2/billing/license_fee.rb +0 -147
  543. data/lib/stripe/resources/v2/billing/license_fee_version.rb +0 -101
  544. data/lib/stripe/resources/v2/billing/licensed_item.rb +0 -60
  545. data/lib/stripe/resources/v2/billing/metered_item.rb +0 -85
  546. data/lib/stripe/resources/v2/billing/one_time_item.rb +0 -60
  547. data/lib/stripe/resources/v2/billing/pricing_plan.rb +0 -54
  548. data/lib/stripe/resources/v2/billing/pricing_plan_component.rb +0 -97
  549. data/lib/stripe/resources/v2/billing/pricing_plan_subscription.rb +0 -719
  550. data/lib/stripe/resources/v2/billing/pricing_plan_version.rb +0 -41
  551. data/lib/stripe/resources/v2/billing/rate_card.rb +0 -81
  552. data/lib/stripe/resources/v2/billing/rate_card_custom_pricing_unit_overage_rate.rb +0 -48
  553. data/lib/stripe/resources/v2/billing/rate_card_rate.rb +0 -131
  554. data/lib/stripe/resources/v2/billing/rate_card_subscription.rb +0 -97
  555. data/lib/stripe/resources/v2/billing/rate_card_version.rb +0 -37
  556. data/lib/stripe/resources/v2/billing/service_action.rb +0 -306
  557. data/lib/stripe/resources/v2/core/account_evaluation.rb +0 -106
  558. data/lib/stripe/resources/v2/core/claimable_sandbox.rb +0 -105
  559. data/lib/stripe/resources/v2/core/connection_session.rb +0 -57
  560. data/lib/stripe/resources/v2/core/workflow.rb +0 -81
  561. data/lib/stripe/resources/v2/core/workflow_run.rb +0 -165
  562. data/lib/stripe/resources/v2/data/reporting/query_run.rb +0 -142
  563. data/lib/stripe/resources/v2/iam/api_key.rb +0 -129
  564. data/lib/stripe/resources/v2/money_management/currency_conversion.rb +0 -66
  565. data/lib/stripe/resources/v2/money_management/recipient_verification.rb +0 -83
  566. data/lib/stripe/resources/v2/payments/off_session_payment.rb +0 -161
  567. data/lib/stripe/resources/v2/payments/settlement_allocation_intent.rb +0 -77
  568. data/lib/stripe/resources/v2/payments/settlement_allocation_intent_split.rb +0 -65
  569. data/lib/stripe/resources/v2/reporting/report.rb +0 -116
  570. data/lib/stripe/resources/v2/reporting/report_run.rb +0 -142
  571. data/lib/stripe/resources/v2/tax/manual_rule.rb +0 -145
  572. data/lib/stripe/services/account_signals_service.rb +0 -17
  573. data/lib/stripe/services/balance_transfer_service.rb +0 -17
  574. data/lib/stripe/services/delegated_checkout/requested_session_service.rb +0 -63
  575. data/lib/stripe/services/delegated_checkout_service.rb +0 -13
  576. data/lib/stripe/services/fr_meal_vouchers_onboarding_service.rb +0 -57
  577. data/lib/stripe/services/identity/blocklist_entry_service.rb +0 -71
  578. data/lib/stripe/services/issuing/program_service.rb +0 -52
  579. data/lib/stripe/services/orchestration/payment_attempt_service.rb +0 -19
  580. data/lib/stripe/services/orchestration_service.rb +0 -13
  581. data/lib/stripe/services/radar/account_evaluation_service.rb +0 -41
  582. data/lib/stripe/services/radar/customer_evaluation_service.rb +0 -30
  583. data/lib/stripe/services/radar/issuing_authorization_evaluation_service.rb +0 -19
  584. data/lib/stripe/services/shared_payment/granted_token_service.rb +0 -19
  585. data/lib/stripe/services/shared_payment_service.rb +0 -13
  586. data/lib/stripe/services/test_helpers/capital/financing_offer_service.rb +0 -32
  587. data/lib/stripe/services/test_helpers/capital_service.rb +0 -15
  588. data/lib/stripe/services/test_helpers/payment_intent_service.rb +0 -19
  589. data/lib/stripe/services/test_helpers/shared_payment/granted_token_service.rb +0 -32
  590. data/lib/stripe/services/test_helpers/shared_payment_service.rb +0 -15
  591. data/lib/stripe/services/v2/billing/cadences/spend_modifier_rule_service.rb +0 -34
  592. data/lib/stripe/services/v2/billing/custom_pricing_unit_service.rb +0 -54
  593. data/lib/stripe/services/v2/billing/intent_service.rb +0 -98
  594. data/lib/stripe/services/v2/billing/intents/action_service.rb +0 -34
  595. data/lib/stripe/services/v2/billing/license_fee_service.rb +0 -69
  596. data/lib/stripe/services/v2/billing/license_fees/version_service.rb +0 -34
  597. data/lib/stripe/services/v2/billing/licensed_item_service.rb +0 -54
  598. data/lib/stripe/services/v2/billing/metered_item_service.rb +0 -54
  599. data/lib/stripe/services/v2/billing/one_time_item_service.rb +0 -54
  600. data/lib/stripe/services/v2/billing/pricing_plan_service.rb +0 -62
  601. data/lib/stripe/services/v2/billing/pricing_plan_subscription_service.rb +0 -54
  602. data/lib/stripe/services/v2/billing/pricing_plans/component_service.rb +0 -67
  603. data/lib/stripe/services/v2/billing/pricing_plans/version_service.rb +0 -34
  604. data/lib/stripe/services/v2/billing/rate_card_service.rb +0 -79
  605. data/lib/stripe/services/v2/billing/rate_card_subscription_service.rb +0 -65
  606. data/lib/stripe/services/v2/billing/rate_cards/custom_pricing_unit_overage_rate_service.rb +0 -56
  607. data/lib/stripe/services/v2/billing/rate_cards/rate_service.rb +0 -61
  608. data/lib/stripe/services/v2/billing/rate_cards/version_service.rb +0 -34
  609. data/lib/stripe/services/v2/billing/service_action_service.rb +0 -47
  610. data/lib/stripe/services/v2/core/account_evaluation_service.rb +0 -21
  611. data/lib/stripe/services/v2/core/claimable_sandbox_service.rb +0 -35
  612. data/lib/stripe/services/v2/core/connection_session_service.rb +0 -32
  613. data/lib/stripe/services/v2/core/workflow_run_service.rb +0 -32
  614. data/lib/stripe/services/v2/core/workflow_service.rb +0 -43
  615. data/lib/stripe/services/v2/data/reporting/query_run_service.rb +0 -35
  616. data/lib/stripe/services/v2/data/reporting_service.rb +0 -17
  617. data/lib/stripe/services/v2/datum_service.rb +0 -15
  618. data/lib/stripe/services/v2/iam/api_key_service.rb +0 -76
  619. data/lib/stripe/services/v2/iam_service.rb +0 -15
  620. data/lib/stripe/services/v2/money_management/currency_conversion_service.rb +0 -45
  621. data/lib/stripe/services/v2/money_management/recipient_verification_service.rb +0 -43
  622. data/lib/stripe/services/v2/payment_service.rb +0 -17
  623. data/lib/stripe/services/v2/payments/off_session_payment_service.rb +0 -87
  624. data/lib/stripe/services/v2/payments/settlement_allocation_intent_service.rb +0 -83
  625. data/lib/stripe/services/v2/payments/settlement_allocation_intents/split_service.rb +0 -56
  626. data/lib/stripe/services/v2/reporting/report_run_service.rb +0 -38
  627. data/lib/stripe/services/v2/reporting/report_service.rb +0 -23
  628. data/lib/stripe/services/v2/reporting_service.rb +0 -16
  629. data/lib/stripe/services/v2/tax/manual_rule_service.rb +0 -73
  630. data/lib/stripe/services/v2/tax_service.rb +0 -15
  631. data/lib/stripe/services/v2/test_helpers/money_management_service.rb +0 -21
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2054f3c26afa727f894bbf1bced32814e244b4fd6a62b9d375ae6503c87242cd
4
- data.tar.gz: 3c13a5ddc396c7785e9018ef1ebf6d19a9c54ad398e5811e12ae91a00884b9ea
3
+ metadata.gz: 022b2d67969aa334405f03b191080d2bcda48d0c6bf979aa0f2bf7e610869a97
4
+ data.tar.gz: 516746a9a4d83b8df703667beac77a01d25e8df07d5da7c5d7d8e350184d03c2
5
5
  SHA512:
6
- metadata.gz: eaa4ad80635490baa9405334d6a4b5d089dfc5544fc04cd86a8f974d2f3cb328d7620e8758cde75ff2c049bf347b9e4796501dae911f8cf46c92ce87714ed156
7
- data.tar.gz: 8acb71237a6a5e83a1e33fe0cd438fdac800f950eb55040656797813a770d01d35a8126b12029eefa7cb5772a46ee4c88dfd9779d2610e0a59ef2d7c0fdfb385
6
+ metadata.gz: 3d56aace6593a49aa57fa99ed439708bc6922c10cba409ac5b3a9e3193191f056ea121ec743f74494eb1a9716b7b7bdbf164b2c2a28ac16d7e48fb19bf1b72dd
7
+ data.tar.gz: cdf0b0fca4dfa2856c2a1600ae5b841edeb3c1d728fa043dfe76f55b72e15a6fcfd0216a282d6e1998fe8d92359b6480672a6659c324c4bce14a4fd2633e7361
@@ -859,8 +859,6 @@ module Stripe
859
859
  AlreadyExistsError.new(error_data[:message], **opts)
860
860
  when "blocked_by_stripe"
861
861
  BlockedByStripeError.new(error_data[:message], **opts)
862
- when "cannot_proceed"
863
- CannotProceedError.new(error_data[:message], **opts, reason: error_data[:reason])
864
862
  when "controlled_by_alternate_resource"
865
863
  ControlledByAlternateResourceError.new(error_data[:message], **opts)
866
864
  when "controlled_by_dashboard"
@@ -3,6 +3,6 @@
3
3
 
4
4
  module Stripe
5
5
  module ApiVersion
6
- CURRENT = "2026-04-08.preview"
6
+ CURRENT = "2026-03-25.preview"
7
7
  end
8
8
  end
data/lib/stripe/errors.rb CHANGED
@@ -171,30 +171,6 @@ module Stripe
171
171
  class BlockedByStripeError < StripeError
172
172
  end
173
173
 
174
- class CannotProceedError < StripeError
175
- attr_reader :reason
176
-
177
- def initialize(
178
- message = nil,
179
- http_body: nil,
180
- http_status: nil,
181
- json_body: nil,
182
- http_headers: nil,
183
- code: nil,
184
- reason: nil
185
- )
186
- super(
187
- message,
188
- http_body: http_body,
189
- http_status: http_status,
190
- json_body: json_body,
191
- http_headers: http_headers,
192
- code: code,
193
- )
194
- @reason = reason
195
- end
196
- end
197
-
198
174
  class ControlledByAlternateResourceError < StripeError
199
175
  end
200
176
 
@@ -5,79 +5,11 @@ module Stripe
5
5
  def self.v2_event_types_to_classes
6
6
  {
7
7
  # v2 event types: The beginning of the section generated from our OpenAPI spec
8
- Events::V1AccountSignalsIncludingDelinquencyCreatedEvent.lookup_type =>
9
- Events::V1AccountSignalsIncludingDelinquencyCreatedEvent,
10
8
  Events::V1BillingMeterErrorReportTriggeredEvent.lookup_type =>
11
9
  Events::V1BillingMeterErrorReportTriggeredEvent,
12
10
  Events::V1BillingMeterNoMeterFoundEvent.lookup_type => Events::V1BillingMeterNoMeterFoundEvent,
13
- Events::V2BillingCadenceBilledEvent.lookup_type => Events::V2BillingCadenceBilledEvent,
14
- Events::V2BillingCadenceCanceledEvent.lookup_type => Events::V2BillingCadenceCanceledEvent,
15
- Events::V2BillingCadenceCreatedEvent.lookup_type => Events::V2BillingCadenceCreatedEvent,
16
- Events::V2BillingLicenseFeeCreatedEvent.lookup_type => Events::V2BillingLicenseFeeCreatedEvent,
17
- Events::V2BillingLicenseFeeUpdatedEvent.lookup_type => Events::V2BillingLicenseFeeUpdatedEvent,
18
- Events::V2BillingLicenseFeeVersionCreatedEvent.lookup_type =>
19
- Events::V2BillingLicenseFeeVersionCreatedEvent,
20
- Events::V2BillingLicensedItemCreatedEvent.lookup_type => Events::V2BillingLicensedItemCreatedEvent,
21
- Events::V2BillingLicensedItemUpdatedEvent.lookup_type => Events::V2BillingLicensedItemUpdatedEvent,
22
- Events::V2BillingMeteredItemCreatedEvent.lookup_type => Events::V2BillingMeteredItemCreatedEvent,
23
- Events::V2BillingMeteredItemUpdatedEvent.lookup_type => Events::V2BillingMeteredItemUpdatedEvent,
24
- Events::V2BillingPricingPlanComponentCreatedEvent.lookup_type =>
25
- Events::V2BillingPricingPlanComponentCreatedEvent,
26
- Events::V2BillingPricingPlanComponentUpdatedEvent.lookup_type =>
27
- Events::V2BillingPricingPlanComponentUpdatedEvent,
28
- Events::V2BillingPricingPlanCreatedEvent.lookup_type => Events::V2BillingPricingPlanCreatedEvent,
29
- Events::V2BillingPricingPlanSubscriptionCollectionAwaitingCustomerActionEvent.lookup_type =>
30
- Events::V2BillingPricingPlanSubscriptionCollectionAwaitingCustomerActionEvent,
31
- Events::V2BillingPricingPlanSubscriptionCollectionCurrentEvent.lookup_type =>
32
- Events::V2BillingPricingPlanSubscriptionCollectionCurrentEvent,
33
- Events::V2BillingPricingPlanSubscriptionCollectionPastDueEvent.lookup_type =>
34
- Events::V2BillingPricingPlanSubscriptionCollectionPastDueEvent,
35
- Events::V2BillingPricingPlanSubscriptionCollectionPausedEvent.lookup_type =>
36
- Events::V2BillingPricingPlanSubscriptionCollectionPausedEvent,
37
- Events::V2BillingPricingPlanSubscriptionCollectionUnpaidEvent.lookup_type =>
38
- Events::V2BillingPricingPlanSubscriptionCollectionUnpaidEvent,
39
- Events::V2BillingPricingPlanSubscriptionServicingActivatedEvent.lookup_type =>
40
- Events::V2BillingPricingPlanSubscriptionServicingActivatedEvent,
41
- Events::V2BillingPricingPlanSubscriptionServicingCanceledEvent.lookup_type =>
42
- Events::V2BillingPricingPlanSubscriptionServicingCanceledEvent,
43
- Events::V2BillingPricingPlanSubscriptionServicingPausedEvent.lookup_type =>
44
- Events::V2BillingPricingPlanSubscriptionServicingPausedEvent,
45
- Events::V2BillingPricingPlanUpdatedEvent.lookup_type => Events::V2BillingPricingPlanUpdatedEvent,
46
- Events::V2BillingPricingPlanVersionCreatedEvent.lookup_type =>
47
- Events::V2BillingPricingPlanVersionCreatedEvent,
48
- Events::V2BillingRateCardCreatedEvent.lookup_type => Events::V2BillingRateCardCreatedEvent,
49
- Events::V2BillingRateCardCustomPricingUnitOverageRateCreatedEvent.lookup_type =>
50
- Events::V2BillingRateCardCustomPricingUnitOverageRateCreatedEvent,
51
- Events::V2BillingRateCardRateCreatedEvent.lookup_type => Events::V2BillingRateCardRateCreatedEvent,
52
- Events::V2BillingRateCardSubscriptionActivatedEvent.lookup_type =>
53
- Events::V2BillingRateCardSubscriptionActivatedEvent,
54
- Events::V2BillingRateCardSubscriptionCanceledEvent.lookup_type =>
55
- Events::V2BillingRateCardSubscriptionCanceledEvent,
56
- Events::V2BillingRateCardSubscriptionCollectionAwaitingCustomerActionEvent.lookup_type =>
57
- Events::V2BillingRateCardSubscriptionCollectionAwaitingCustomerActionEvent,
58
- Events::V2BillingRateCardSubscriptionCollectionCurrentEvent.lookup_type =>
59
- Events::V2BillingRateCardSubscriptionCollectionCurrentEvent,
60
- Events::V2BillingRateCardSubscriptionCollectionPastDueEvent.lookup_type =>
61
- Events::V2BillingRateCardSubscriptionCollectionPastDueEvent,
62
- Events::V2BillingRateCardSubscriptionCollectionPausedEvent.lookup_type =>
63
- Events::V2BillingRateCardSubscriptionCollectionPausedEvent,
64
- Events::V2BillingRateCardSubscriptionCollectionUnpaidEvent.lookup_type =>
65
- Events::V2BillingRateCardSubscriptionCollectionUnpaidEvent,
66
- Events::V2BillingRateCardSubscriptionServicingActivatedEvent.lookup_type =>
67
- Events::V2BillingRateCardSubscriptionServicingActivatedEvent,
68
- Events::V2BillingRateCardSubscriptionServicingCanceledEvent.lookup_type =>
69
- Events::V2BillingRateCardSubscriptionServicingCanceledEvent,
70
- Events::V2BillingRateCardSubscriptionServicingPausedEvent.lookup_type =>
71
- Events::V2BillingRateCardSubscriptionServicingPausedEvent,
72
- Events::V2BillingRateCardUpdatedEvent.lookup_type => Events::V2BillingRateCardUpdatedEvent,
73
- Events::V2BillingRateCardVersionCreatedEvent.lookup_type =>
74
- Events::V2BillingRateCardVersionCreatedEvent,
75
11
  Events::V2CoreAccountClosedEvent.lookup_type => Events::V2CoreAccountClosedEvent,
76
12
  Events::V2CoreAccountCreatedEvent.lookup_type => Events::V2CoreAccountCreatedEvent,
77
- Events::V2CoreAccountIncludingConfigurationCardCreatorCapabilityStatusUpdatedEvent.lookup_type =>
78
- Events::V2CoreAccountIncludingConfigurationCardCreatorCapabilityStatusUpdatedEvent,
79
- Events::V2CoreAccountIncludingConfigurationCardCreatorUpdatedEvent.lookup_type =>
80
- Events::V2CoreAccountIncludingConfigurationCardCreatorUpdatedEvent,
81
13
  Events::V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEvent.lookup_type =>
82
14
  Events::V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEvent,
83
15
  Events::V2CoreAccountIncludingConfigurationCustomerUpdatedEvent.lookup_type =>
@@ -106,8 +38,6 @@ module Stripe
106
38
  Events::V2CoreAccountPersonCreatedEvent.lookup_type => Events::V2CoreAccountPersonCreatedEvent,
107
39
  Events::V2CoreAccountPersonDeletedEvent.lookup_type => Events::V2CoreAccountPersonDeletedEvent,
108
40
  Events::V2CoreAccountPersonUpdatedEvent.lookup_type => Events::V2CoreAccountPersonUpdatedEvent,
109
- Events::V2CoreAccountSignalsFraudulentWebsiteReadyEvent.lookup_type =>
110
- Events::V2CoreAccountSignalsFraudulentWebsiteReadyEvent,
111
41
  Events::V2CoreAccountUpdatedEvent.lookup_type => Events::V2CoreAccountUpdatedEvent,
112
42
  Events::V2CoreBatchJobBatchFailedEvent.lookup_type => Events::V2CoreBatchJobBatchFailedEvent,
113
43
  Events::V2CoreBatchJobCanceledEvent.lookup_type => Events::V2CoreBatchJobCanceledEvent,
@@ -120,81 +50,9 @@ module Stripe
120
50
  Events::V2CoreBatchJobValidatingEvent.lookup_type => Events::V2CoreBatchJobValidatingEvent,
121
51
  Events::V2CoreBatchJobValidationFailedEvent.lookup_type =>
122
52
  Events::V2CoreBatchJobValidationFailedEvent,
123
- Events::V2CoreClaimableSandboxClaimedEvent.lookup_type =>
124
- Events::V2CoreClaimableSandboxClaimedEvent,
125
- Events::V2CoreClaimableSandboxCreatedEvent.lookup_type =>
126
- Events::V2CoreClaimableSandboxCreatedEvent,
127
- Events::V2CoreClaimableSandboxExpiredEvent.lookup_type =>
128
- Events::V2CoreClaimableSandboxExpiredEvent,
129
- Events::V2CoreClaimableSandboxExpiringEvent.lookup_type =>
130
- Events::V2CoreClaimableSandboxExpiringEvent,
131
- Events::V2CoreClaimableSandboxSandboxDetailsOwnerAccountUpdatedEvent.lookup_type =>
132
- Events::V2CoreClaimableSandboxSandboxDetailsOwnerAccountUpdatedEvent,
133
53
  Events::V2CoreEventDestinationPingEvent.lookup_type => Events::V2CoreEventDestinationPingEvent,
134
- Events::V2CoreHealthApiErrorFiringEvent.lookup_type => Events::V2CoreHealthApiErrorFiringEvent,
135
- Events::V2CoreHealthApiErrorResolvedEvent.lookup_type => Events::V2CoreHealthApiErrorResolvedEvent,
136
- Events::V2CoreHealthApiLatencyFiringEvent.lookup_type => Events::V2CoreHealthApiLatencyFiringEvent,
137
- Events::V2CoreHealthApiLatencyResolvedEvent.lookup_type =>
138
- Events::V2CoreHealthApiLatencyResolvedEvent,
139
- Events::V2CoreHealthAuthorizationRateDropFiringEvent.lookup_type =>
140
- Events::V2CoreHealthAuthorizationRateDropFiringEvent,
141
- Events::V2CoreHealthAuthorizationRateDropResolvedEvent.lookup_type =>
142
- Events::V2CoreHealthAuthorizationRateDropResolvedEvent,
143
54
  Events::V2CoreHealthEventGenerationFailureResolvedEvent.lookup_type =>
144
55
  Events::V2CoreHealthEventGenerationFailureResolvedEvent,
145
- Events::V2CoreHealthFraudRateIncreasedEvent.lookup_type =>
146
- Events::V2CoreHealthFraudRateIncreasedEvent,
147
- Events::V2CoreHealthIssuingAuthorizationRequestErrorsFiringEvent.lookup_type =>
148
- Events::V2CoreHealthIssuingAuthorizationRequestErrorsFiringEvent,
149
- Events::V2CoreHealthIssuingAuthorizationRequestErrorsResolvedEvent.lookup_type =>
150
- Events::V2CoreHealthIssuingAuthorizationRequestErrorsResolvedEvent,
151
- Events::V2CoreHealthIssuingAuthorizationRequestTimeoutFiringEvent.lookup_type =>
152
- Events::V2CoreHealthIssuingAuthorizationRequestTimeoutFiringEvent,
153
- Events::V2CoreHealthIssuingAuthorizationRequestTimeoutResolvedEvent.lookup_type =>
154
- Events::V2CoreHealthIssuingAuthorizationRequestTimeoutResolvedEvent,
155
- Events::V2CoreHealthPaymentMethodErrorFiringEvent.lookup_type =>
156
- Events::V2CoreHealthPaymentMethodErrorFiringEvent,
157
- Events::V2CoreHealthPaymentMethodErrorResolvedEvent.lookup_type =>
158
- Events::V2CoreHealthPaymentMethodErrorResolvedEvent,
159
- Events::V2CoreHealthSepaDebitDelayedFiringEvent.lookup_type =>
160
- Events::V2CoreHealthSepaDebitDelayedFiringEvent,
161
- Events::V2CoreHealthSepaDebitDelayedResolvedEvent.lookup_type =>
162
- Events::V2CoreHealthSepaDebitDelayedResolvedEvent,
163
- Events::V2CoreHealthTrafficVolumeDropFiringEvent.lookup_type =>
164
- Events::V2CoreHealthTrafficVolumeDropFiringEvent,
165
- Events::V2CoreHealthTrafficVolumeDropResolvedEvent.lookup_type =>
166
- Events::V2CoreHealthTrafficVolumeDropResolvedEvent,
167
- Events::V2CoreHealthWebhookLatencyFiringEvent.lookup_type =>
168
- Events::V2CoreHealthWebhookLatencyFiringEvent,
169
- Events::V2CoreHealthWebhookLatencyResolvedEvent.lookup_type =>
170
- Events::V2CoreHealthWebhookLatencyResolvedEvent,
171
- Events::V2DataReportingQueryRunCreatedEvent.lookup_type =>
172
- Events::V2DataReportingQueryRunCreatedEvent,
173
- Events::V2DataReportingQueryRunFailedEvent.lookup_type =>
174
- Events::V2DataReportingQueryRunFailedEvent,
175
- Events::V2DataReportingQueryRunSucceededEvent.lookup_type =>
176
- Events::V2DataReportingQueryRunSucceededEvent,
177
- Events::V2DataReportingQueryRunUpdatedEvent.lookup_type =>
178
- Events::V2DataReportingQueryRunUpdatedEvent,
179
- Events::V2IamApiKeyCreatedEvent.lookup_type => Events::V2IamApiKeyCreatedEvent,
180
- Events::V2IamApiKeyDefaultSecretRevealedEvent.lookup_type =>
181
- Events::V2IamApiKeyDefaultSecretRevealedEvent,
182
- Events::V2IamApiKeyExpiredEvent.lookup_type => Events::V2IamApiKeyExpiredEvent,
183
- Events::V2IamApiKeyPermissionsUpdatedEvent.lookup_type =>
184
- Events::V2IamApiKeyPermissionsUpdatedEvent,
185
- Events::V2IamApiKeyRotatedEvent.lookup_type => Events::V2IamApiKeyRotatedEvent,
186
- Events::V2IamApiKeyUpdatedEvent.lookup_type => Events::V2IamApiKeyUpdatedEvent,
187
- Events::V2IamStripeAccessGrantApprovedEvent.lookup_type =>
188
- Events::V2IamStripeAccessGrantApprovedEvent,
189
- Events::V2IamStripeAccessGrantCanceledEvent.lookup_type =>
190
- Events::V2IamStripeAccessGrantCanceledEvent,
191
- Events::V2IamStripeAccessGrantDeniedEvent.lookup_type => Events::V2IamStripeAccessGrantDeniedEvent,
192
- Events::V2IamStripeAccessGrantRemovedEvent.lookup_type =>
193
- Events::V2IamStripeAccessGrantRemovedEvent,
194
- Events::V2IamStripeAccessGrantRequestedEvent.lookup_type =>
195
- Events::V2IamStripeAccessGrantRequestedEvent,
196
- Events::V2IamStripeAccessGrantUpdatedEvent.lookup_type =>
197
- Events::V2IamStripeAccessGrantUpdatedEvent,
198
56
  Events::V2MoneyManagementAdjustmentCreatedEvent.lookup_type =>
199
57
  Events::V2MoneyManagementAdjustmentCreatedEvent,
200
58
  Events::V2MoneyManagementFinancialAccountCreatedEvent.lookup_type =>
@@ -263,65 +121,10 @@ module Stripe
263
121
  Events::V2MoneyManagementReceivedDebitSucceededEvent,
264
122
  Events::V2MoneyManagementReceivedDebitUpdatedEvent.lookup_type =>
265
123
  Events::V2MoneyManagementReceivedDebitUpdatedEvent,
266
- Events::V2MoneyManagementRecipientVerificationCreatedEvent.lookup_type =>
267
- Events::V2MoneyManagementRecipientVerificationCreatedEvent,
268
- Events::V2MoneyManagementRecipientVerificationUpdatedEvent.lookup_type =>
269
- Events::V2MoneyManagementRecipientVerificationUpdatedEvent,
270
124
  Events::V2MoneyManagementTransactionCreatedEvent.lookup_type =>
271
125
  Events::V2MoneyManagementTransactionCreatedEvent,
272
126
  Events::V2MoneyManagementTransactionUpdatedEvent.lookup_type =>
273
127
  Events::V2MoneyManagementTransactionUpdatedEvent,
274
- Events::V2PaymentsOffSessionPaymentAttemptFailedEvent.lookup_type =>
275
- Events::V2PaymentsOffSessionPaymentAttemptFailedEvent,
276
- Events::V2PaymentsOffSessionPaymentAttemptStartedEvent.lookup_type =>
277
- Events::V2PaymentsOffSessionPaymentAttemptStartedEvent,
278
- Events::V2PaymentsOffSessionPaymentAuthorizationAttemptFailedEvent.lookup_type =>
279
- Events::V2PaymentsOffSessionPaymentAuthorizationAttemptFailedEvent,
280
- Events::V2PaymentsOffSessionPaymentAuthorizationAttemptStartedEvent.lookup_type =>
281
- Events::V2PaymentsOffSessionPaymentAuthorizationAttemptStartedEvent,
282
- Events::V2PaymentsOffSessionPaymentCanceledEvent.lookup_type =>
283
- Events::V2PaymentsOffSessionPaymentCanceledEvent,
284
- Events::V2PaymentsOffSessionPaymentCreatedEvent.lookup_type =>
285
- Events::V2PaymentsOffSessionPaymentCreatedEvent,
286
- Events::V2PaymentsOffSessionPaymentFailedEvent.lookup_type =>
287
- Events::V2PaymentsOffSessionPaymentFailedEvent,
288
- Events::V2PaymentsOffSessionPaymentPausedEvent.lookup_type =>
289
- Events::V2PaymentsOffSessionPaymentPausedEvent,
290
- Events::V2PaymentsOffSessionPaymentRequiresCaptureEvent.lookup_type =>
291
- Events::V2PaymentsOffSessionPaymentRequiresCaptureEvent,
292
- Events::V2PaymentsOffSessionPaymentResumedEvent.lookup_type =>
293
- Events::V2PaymentsOffSessionPaymentResumedEvent,
294
- Events::V2PaymentsOffSessionPaymentSucceededEvent.lookup_type =>
295
- Events::V2PaymentsOffSessionPaymentSucceededEvent,
296
- Events::V2PaymentsSettlementAllocationIntentCanceledEvent.lookup_type =>
297
- Events::V2PaymentsSettlementAllocationIntentCanceledEvent,
298
- Events::V2PaymentsSettlementAllocationIntentCreatedEvent.lookup_type =>
299
- Events::V2PaymentsSettlementAllocationIntentCreatedEvent,
300
- Events::V2PaymentsSettlementAllocationIntentErroredEvent.lookup_type =>
301
- Events::V2PaymentsSettlementAllocationIntentErroredEvent,
302
- Events::V2PaymentsSettlementAllocationIntentFundsNotReceivedEvent.lookup_type =>
303
- Events::V2PaymentsSettlementAllocationIntentFundsNotReceivedEvent,
304
- Events::V2PaymentsSettlementAllocationIntentMatchedEvent.lookup_type =>
305
- Events::V2PaymentsSettlementAllocationIntentMatchedEvent,
306
- Events::V2PaymentsSettlementAllocationIntentNotFoundEvent.lookup_type =>
307
- Events::V2PaymentsSettlementAllocationIntentNotFoundEvent,
308
- Events::V2PaymentsSettlementAllocationIntentSettledEvent.lookup_type =>
309
- Events::V2PaymentsSettlementAllocationIntentSettledEvent,
310
- Events::V2PaymentsSettlementAllocationIntentSplitCanceledEvent.lookup_type =>
311
- Events::V2PaymentsSettlementAllocationIntentSplitCanceledEvent,
312
- Events::V2PaymentsSettlementAllocationIntentSplitCreatedEvent.lookup_type =>
313
- Events::V2PaymentsSettlementAllocationIntentSplitCreatedEvent,
314
- Events::V2PaymentsSettlementAllocationIntentSplitSettledEvent.lookup_type =>
315
- Events::V2PaymentsSettlementAllocationIntentSplitSettledEvent,
316
- Events::V2PaymentsSettlementAllocationIntentSubmittedEvent.lookup_type =>
317
- Events::V2PaymentsSettlementAllocationIntentSubmittedEvent,
318
- Events::V2ReportingReportRunCreatedEvent.lookup_type => Events::V2ReportingReportRunCreatedEvent,
319
- Events::V2ReportingReportRunFailedEvent.lookup_type => Events::V2ReportingReportRunFailedEvent,
320
- Events::V2ReportingReportRunSucceededEvent.lookup_type =>
321
- Events::V2ReportingReportRunSucceededEvent,
322
- Events::V2ReportingReportRunUpdatedEvent.lookup_type => Events::V2ReportingReportRunUpdatedEvent,
323
- Events::V2SignalsAccountSignalFraudulentMerchantReadyEvent.lookup_type =>
324
- Events::V2SignalsAccountSignalFraudulentMerchantReadyEvent,
325
128
  # v2 event types: The end of the section generated from our OpenAPI spec
326
129
  }
327
130
  end
@@ -329,96 +132,14 @@ module Stripe
329
132
  def self.event_notification_types_to_classes
330
133
  {
331
134
  # event notification types: The beginning of the section generated from our OpenAPI spec
332
- Events::V1AccountSignalsIncludingDelinquencyCreatedEventNotification.lookup_type =>
333
- Events::V1AccountSignalsIncludingDelinquencyCreatedEventNotification,
334
135
  Events::V1BillingMeterErrorReportTriggeredEventNotification.lookup_type =>
335
136
  Events::V1BillingMeterErrorReportTriggeredEventNotification,
336
137
  Events::V1BillingMeterNoMeterFoundEventNotification.lookup_type =>
337
138
  Events::V1BillingMeterNoMeterFoundEventNotification,
338
- Events::V2BillingCadenceBilledEventNotification.lookup_type =>
339
- Events::V2BillingCadenceBilledEventNotification,
340
- Events::V2BillingCadenceCanceledEventNotification.lookup_type =>
341
- Events::V2BillingCadenceCanceledEventNotification,
342
- Events::V2BillingCadenceCreatedEventNotification.lookup_type =>
343
- Events::V2BillingCadenceCreatedEventNotification,
344
- Events::V2BillingLicenseFeeCreatedEventNotification.lookup_type =>
345
- Events::V2BillingLicenseFeeCreatedEventNotification,
346
- Events::V2BillingLicenseFeeUpdatedEventNotification.lookup_type =>
347
- Events::V2BillingLicenseFeeUpdatedEventNotification,
348
- Events::V2BillingLicenseFeeVersionCreatedEventNotification.lookup_type =>
349
- Events::V2BillingLicenseFeeVersionCreatedEventNotification,
350
- Events::V2BillingLicensedItemCreatedEventNotification.lookup_type =>
351
- Events::V2BillingLicensedItemCreatedEventNotification,
352
- Events::V2BillingLicensedItemUpdatedEventNotification.lookup_type =>
353
- Events::V2BillingLicensedItemUpdatedEventNotification,
354
- Events::V2BillingMeteredItemCreatedEventNotification.lookup_type =>
355
- Events::V2BillingMeteredItemCreatedEventNotification,
356
- Events::V2BillingMeteredItemUpdatedEventNotification.lookup_type =>
357
- Events::V2BillingMeteredItemUpdatedEventNotification,
358
- Events::V2BillingPricingPlanComponentCreatedEventNotification.lookup_type =>
359
- Events::V2BillingPricingPlanComponentCreatedEventNotification,
360
- Events::V2BillingPricingPlanComponentUpdatedEventNotification.lookup_type =>
361
- Events::V2BillingPricingPlanComponentUpdatedEventNotification,
362
- Events::V2BillingPricingPlanCreatedEventNotification.lookup_type =>
363
- Events::V2BillingPricingPlanCreatedEventNotification,
364
- Events::V2BillingPricingPlanSubscriptionCollectionAwaitingCustomerActionEventNotification.lookup_type =>
365
- Events::V2BillingPricingPlanSubscriptionCollectionAwaitingCustomerActionEventNotification,
366
- Events::V2BillingPricingPlanSubscriptionCollectionCurrentEventNotification.lookup_type =>
367
- Events::V2BillingPricingPlanSubscriptionCollectionCurrentEventNotification,
368
- Events::V2BillingPricingPlanSubscriptionCollectionPastDueEventNotification.lookup_type =>
369
- Events::V2BillingPricingPlanSubscriptionCollectionPastDueEventNotification,
370
- Events::V2BillingPricingPlanSubscriptionCollectionPausedEventNotification.lookup_type =>
371
- Events::V2BillingPricingPlanSubscriptionCollectionPausedEventNotification,
372
- Events::V2BillingPricingPlanSubscriptionCollectionUnpaidEventNotification.lookup_type =>
373
- Events::V2BillingPricingPlanSubscriptionCollectionUnpaidEventNotification,
374
- Events::V2BillingPricingPlanSubscriptionServicingActivatedEventNotification.lookup_type =>
375
- Events::V2BillingPricingPlanSubscriptionServicingActivatedEventNotification,
376
- Events::V2BillingPricingPlanSubscriptionServicingCanceledEventNotification.lookup_type =>
377
- Events::V2BillingPricingPlanSubscriptionServicingCanceledEventNotification,
378
- Events::V2BillingPricingPlanSubscriptionServicingPausedEventNotification.lookup_type =>
379
- Events::V2BillingPricingPlanSubscriptionServicingPausedEventNotification,
380
- Events::V2BillingPricingPlanUpdatedEventNotification.lookup_type =>
381
- Events::V2BillingPricingPlanUpdatedEventNotification,
382
- Events::V2BillingPricingPlanVersionCreatedEventNotification.lookup_type =>
383
- Events::V2BillingPricingPlanVersionCreatedEventNotification,
384
- Events::V2BillingRateCardCreatedEventNotification.lookup_type =>
385
- Events::V2BillingRateCardCreatedEventNotification,
386
- Events::V2BillingRateCardCustomPricingUnitOverageRateCreatedEventNotification.lookup_type =>
387
- Events::V2BillingRateCardCustomPricingUnitOverageRateCreatedEventNotification,
388
- Events::V2BillingRateCardRateCreatedEventNotification.lookup_type =>
389
- Events::V2BillingRateCardRateCreatedEventNotification,
390
- Events::V2BillingRateCardSubscriptionActivatedEventNotification.lookup_type =>
391
- Events::V2BillingRateCardSubscriptionActivatedEventNotification,
392
- Events::V2BillingRateCardSubscriptionCanceledEventNotification.lookup_type =>
393
- Events::V2BillingRateCardSubscriptionCanceledEventNotification,
394
- Events::V2BillingRateCardSubscriptionCollectionAwaitingCustomerActionEventNotification.lookup_type =>
395
- Events::V2BillingRateCardSubscriptionCollectionAwaitingCustomerActionEventNotification,
396
- Events::V2BillingRateCardSubscriptionCollectionCurrentEventNotification.lookup_type =>
397
- Events::V2BillingRateCardSubscriptionCollectionCurrentEventNotification,
398
- Events::V2BillingRateCardSubscriptionCollectionPastDueEventNotification.lookup_type =>
399
- Events::V2BillingRateCardSubscriptionCollectionPastDueEventNotification,
400
- Events::V2BillingRateCardSubscriptionCollectionPausedEventNotification.lookup_type =>
401
- Events::V2BillingRateCardSubscriptionCollectionPausedEventNotification,
402
- Events::V2BillingRateCardSubscriptionCollectionUnpaidEventNotification.lookup_type =>
403
- Events::V2BillingRateCardSubscriptionCollectionUnpaidEventNotification,
404
- Events::V2BillingRateCardSubscriptionServicingActivatedEventNotification.lookup_type =>
405
- Events::V2BillingRateCardSubscriptionServicingActivatedEventNotification,
406
- Events::V2BillingRateCardSubscriptionServicingCanceledEventNotification.lookup_type =>
407
- Events::V2BillingRateCardSubscriptionServicingCanceledEventNotification,
408
- Events::V2BillingRateCardSubscriptionServicingPausedEventNotification.lookup_type =>
409
- Events::V2BillingRateCardSubscriptionServicingPausedEventNotification,
410
- Events::V2BillingRateCardUpdatedEventNotification.lookup_type =>
411
- Events::V2BillingRateCardUpdatedEventNotification,
412
- Events::V2BillingRateCardVersionCreatedEventNotification.lookup_type =>
413
- Events::V2BillingRateCardVersionCreatedEventNotification,
414
139
  Events::V2CoreAccountClosedEventNotification.lookup_type =>
415
140
  Events::V2CoreAccountClosedEventNotification,
416
141
  Events::V2CoreAccountCreatedEventNotification.lookup_type =>
417
142
  Events::V2CoreAccountCreatedEventNotification,
418
- Events::V2CoreAccountIncludingConfigurationCardCreatorCapabilityStatusUpdatedEventNotification.lookup_type =>
419
- Events::V2CoreAccountIncludingConfigurationCardCreatorCapabilityStatusUpdatedEventNotification,
420
- Events::V2CoreAccountIncludingConfigurationCardCreatorUpdatedEventNotification.lookup_type =>
421
- Events::V2CoreAccountIncludingConfigurationCardCreatorUpdatedEventNotification,
422
143
  Events::V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEventNotification.lookup_type =>
423
144
  Events::V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEventNotification,
424
145
  Events::V2CoreAccountIncludingConfigurationCustomerUpdatedEventNotification.lookup_type =>
@@ -451,8 +172,6 @@ module Stripe
451
172
  Events::V2CoreAccountPersonDeletedEventNotification,
452
173
  Events::V2CoreAccountPersonUpdatedEventNotification.lookup_type =>
453
174
  Events::V2CoreAccountPersonUpdatedEventNotification,
454
- Events::V2CoreAccountSignalsFraudulentWebsiteReadyEventNotification.lookup_type =>
455
- Events::V2CoreAccountSignalsFraudulentWebsiteReadyEventNotification,
456
175
  Events::V2CoreAccountUpdatedEventNotification.lookup_type =>
457
176
  Events::V2CoreAccountUpdatedEventNotification,
458
177
  Events::V2CoreBatchJobBatchFailedEventNotification.lookup_type =>
@@ -475,90 +194,10 @@ module Stripe
475
194
  Events::V2CoreBatchJobValidatingEventNotification,
476
195
  Events::V2CoreBatchJobValidationFailedEventNotification.lookup_type =>
477
196
  Events::V2CoreBatchJobValidationFailedEventNotification,
478
- Events::V2CoreClaimableSandboxClaimedEventNotification.lookup_type =>
479
- Events::V2CoreClaimableSandboxClaimedEventNotification,
480
- Events::V2CoreClaimableSandboxCreatedEventNotification.lookup_type =>
481
- Events::V2CoreClaimableSandboxCreatedEventNotification,
482
- Events::V2CoreClaimableSandboxExpiredEventNotification.lookup_type =>
483
- Events::V2CoreClaimableSandboxExpiredEventNotification,
484
- Events::V2CoreClaimableSandboxExpiringEventNotification.lookup_type =>
485
- Events::V2CoreClaimableSandboxExpiringEventNotification,
486
- Events::V2CoreClaimableSandboxSandboxDetailsOwnerAccountUpdatedEventNotification.lookup_type =>
487
- Events::V2CoreClaimableSandboxSandboxDetailsOwnerAccountUpdatedEventNotification,
488
197
  Events::V2CoreEventDestinationPingEventNotification.lookup_type =>
489
198
  Events::V2CoreEventDestinationPingEventNotification,
490
- Events::V2CoreHealthApiErrorFiringEventNotification.lookup_type =>
491
- Events::V2CoreHealthApiErrorFiringEventNotification,
492
- Events::V2CoreHealthApiErrorResolvedEventNotification.lookup_type =>
493
- Events::V2CoreHealthApiErrorResolvedEventNotification,
494
- Events::V2CoreHealthApiLatencyFiringEventNotification.lookup_type =>
495
- Events::V2CoreHealthApiLatencyFiringEventNotification,
496
- Events::V2CoreHealthApiLatencyResolvedEventNotification.lookup_type =>
497
- Events::V2CoreHealthApiLatencyResolvedEventNotification,
498
- Events::V2CoreHealthAuthorizationRateDropFiringEventNotification.lookup_type =>
499
- Events::V2CoreHealthAuthorizationRateDropFiringEventNotification,
500
- Events::V2CoreHealthAuthorizationRateDropResolvedEventNotification.lookup_type =>
501
- Events::V2CoreHealthAuthorizationRateDropResolvedEventNotification,
502
199
  Events::V2CoreHealthEventGenerationFailureResolvedEventNotification.lookup_type =>
503
200
  Events::V2CoreHealthEventGenerationFailureResolvedEventNotification,
504
- Events::V2CoreHealthFraudRateIncreasedEventNotification.lookup_type =>
505
- Events::V2CoreHealthFraudRateIncreasedEventNotification,
506
- Events::V2CoreHealthIssuingAuthorizationRequestErrorsFiringEventNotification.lookup_type =>
507
- Events::V2CoreHealthIssuingAuthorizationRequestErrorsFiringEventNotification,
508
- Events::V2CoreHealthIssuingAuthorizationRequestErrorsResolvedEventNotification.lookup_type =>
509
- Events::V2CoreHealthIssuingAuthorizationRequestErrorsResolvedEventNotification,
510
- Events::V2CoreHealthIssuingAuthorizationRequestTimeoutFiringEventNotification.lookup_type =>
511
- Events::V2CoreHealthIssuingAuthorizationRequestTimeoutFiringEventNotification,
512
- Events::V2CoreHealthIssuingAuthorizationRequestTimeoutResolvedEventNotification.lookup_type =>
513
- Events::V2CoreHealthIssuingAuthorizationRequestTimeoutResolvedEventNotification,
514
- Events::V2CoreHealthPaymentMethodErrorFiringEventNotification.lookup_type =>
515
- Events::V2CoreHealthPaymentMethodErrorFiringEventNotification,
516
- Events::V2CoreHealthPaymentMethodErrorResolvedEventNotification.lookup_type =>
517
- Events::V2CoreHealthPaymentMethodErrorResolvedEventNotification,
518
- Events::V2CoreHealthSepaDebitDelayedFiringEventNotification.lookup_type =>
519
- Events::V2CoreHealthSepaDebitDelayedFiringEventNotification,
520
- Events::V2CoreHealthSepaDebitDelayedResolvedEventNotification.lookup_type =>
521
- Events::V2CoreHealthSepaDebitDelayedResolvedEventNotification,
522
- Events::V2CoreHealthTrafficVolumeDropFiringEventNotification.lookup_type =>
523
- Events::V2CoreHealthTrafficVolumeDropFiringEventNotification,
524
- Events::V2CoreHealthTrafficVolumeDropResolvedEventNotification.lookup_type =>
525
- Events::V2CoreHealthTrafficVolumeDropResolvedEventNotification,
526
- Events::V2CoreHealthWebhookLatencyFiringEventNotification.lookup_type =>
527
- Events::V2CoreHealthWebhookLatencyFiringEventNotification,
528
- Events::V2CoreHealthWebhookLatencyResolvedEventNotification.lookup_type =>
529
- Events::V2CoreHealthWebhookLatencyResolvedEventNotification,
530
- Events::V2DataReportingQueryRunCreatedEventNotification.lookup_type =>
531
- Events::V2DataReportingQueryRunCreatedEventNotification,
532
- Events::V2DataReportingQueryRunFailedEventNotification.lookup_type =>
533
- Events::V2DataReportingQueryRunFailedEventNotification,
534
- Events::V2DataReportingQueryRunSucceededEventNotification.lookup_type =>
535
- Events::V2DataReportingQueryRunSucceededEventNotification,
536
- Events::V2DataReportingQueryRunUpdatedEventNotification.lookup_type =>
537
- Events::V2DataReportingQueryRunUpdatedEventNotification,
538
- Events::V2IamApiKeyCreatedEventNotification.lookup_type =>
539
- Events::V2IamApiKeyCreatedEventNotification,
540
- Events::V2IamApiKeyDefaultSecretRevealedEventNotification.lookup_type =>
541
- Events::V2IamApiKeyDefaultSecretRevealedEventNotification,
542
- Events::V2IamApiKeyExpiredEventNotification.lookup_type =>
543
- Events::V2IamApiKeyExpiredEventNotification,
544
- Events::V2IamApiKeyPermissionsUpdatedEventNotification.lookup_type =>
545
- Events::V2IamApiKeyPermissionsUpdatedEventNotification,
546
- Events::V2IamApiKeyRotatedEventNotification.lookup_type =>
547
- Events::V2IamApiKeyRotatedEventNotification,
548
- Events::V2IamApiKeyUpdatedEventNotification.lookup_type =>
549
- Events::V2IamApiKeyUpdatedEventNotification,
550
- Events::V2IamStripeAccessGrantApprovedEventNotification.lookup_type =>
551
- Events::V2IamStripeAccessGrantApprovedEventNotification,
552
- Events::V2IamStripeAccessGrantCanceledEventNotification.lookup_type =>
553
- Events::V2IamStripeAccessGrantCanceledEventNotification,
554
- Events::V2IamStripeAccessGrantDeniedEventNotification.lookup_type =>
555
- Events::V2IamStripeAccessGrantDeniedEventNotification,
556
- Events::V2IamStripeAccessGrantRemovedEventNotification.lookup_type =>
557
- Events::V2IamStripeAccessGrantRemovedEventNotification,
558
- Events::V2IamStripeAccessGrantRequestedEventNotification.lookup_type =>
559
- Events::V2IamStripeAccessGrantRequestedEventNotification,
560
- Events::V2IamStripeAccessGrantUpdatedEventNotification.lookup_type =>
561
- Events::V2IamStripeAccessGrantUpdatedEventNotification,
562
201
  Events::V2MoneyManagementAdjustmentCreatedEventNotification.lookup_type =>
563
202
  Events::V2MoneyManagementAdjustmentCreatedEventNotification,
564
203
  Events::V2MoneyManagementFinancialAccountCreatedEventNotification.lookup_type =>
@@ -627,68 +266,10 @@ module Stripe
627
266
  Events::V2MoneyManagementReceivedDebitSucceededEventNotification,
628
267
  Events::V2MoneyManagementReceivedDebitUpdatedEventNotification.lookup_type =>
629
268
  Events::V2MoneyManagementReceivedDebitUpdatedEventNotification,
630
- Events::V2MoneyManagementRecipientVerificationCreatedEventNotification.lookup_type =>
631
- Events::V2MoneyManagementRecipientVerificationCreatedEventNotification,
632
- Events::V2MoneyManagementRecipientVerificationUpdatedEventNotification.lookup_type =>
633
- Events::V2MoneyManagementRecipientVerificationUpdatedEventNotification,
634
269
  Events::V2MoneyManagementTransactionCreatedEventNotification.lookup_type =>
635
270
  Events::V2MoneyManagementTransactionCreatedEventNotification,
636
271
  Events::V2MoneyManagementTransactionUpdatedEventNotification.lookup_type =>
637
272
  Events::V2MoneyManagementTransactionUpdatedEventNotification,
638
- Events::V2PaymentsOffSessionPaymentAttemptFailedEventNotification.lookup_type =>
639
- Events::V2PaymentsOffSessionPaymentAttemptFailedEventNotification,
640
- Events::V2PaymentsOffSessionPaymentAttemptStartedEventNotification.lookup_type =>
641
- Events::V2PaymentsOffSessionPaymentAttemptStartedEventNotification,
642
- Events::V2PaymentsOffSessionPaymentAuthorizationAttemptFailedEventNotification.lookup_type =>
643
- Events::V2PaymentsOffSessionPaymentAuthorizationAttemptFailedEventNotification,
644
- Events::V2PaymentsOffSessionPaymentAuthorizationAttemptStartedEventNotification.lookup_type =>
645
- Events::V2PaymentsOffSessionPaymentAuthorizationAttemptStartedEventNotification,
646
- Events::V2PaymentsOffSessionPaymentCanceledEventNotification.lookup_type =>
647
- Events::V2PaymentsOffSessionPaymentCanceledEventNotification,
648
- Events::V2PaymentsOffSessionPaymentCreatedEventNotification.lookup_type =>
649
- Events::V2PaymentsOffSessionPaymentCreatedEventNotification,
650
- Events::V2PaymentsOffSessionPaymentFailedEventNotification.lookup_type =>
651
- Events::V2PaymentsOffSessionPaymentFailedEventNotification,
652
- Events::V2PaymentsOffSessionPaymentPausedEventNotification.lookup_type =>
653
- Events::V2PaymentsOffSessionPaymentPausedEventNotification,
654
- Events::V2PaymentsOffSessionPaymentRequiresCaptureEventNotification.lookup_type =>
655
- Events::V2PaymentsOffSessionPaymentRequiresCaptureEventNotification,
656
- Events::V2PaymentsOffSessionPaymentResumedEventNotification.lookup_type =>
657
- Events::V2PaymentsOffSessionPaymentResumedEventNotification,
658
- Events::V2PaymentsOffSessionPaymentSucceededEventNotification.lookup_type =>
659
- Events::V2PaymentsOffSessionPaymentSucceededEventNotification,
660
- Events::V2PaymentsSettlementAllocationIntentCanceledEventNotification.lookup_type =>
661
- Events::V2PaymentsSettlementAllocationIntentCanceledEventNotification,
662
- Events::V2PaymentsSettlementAllocationIntentCreatedEventNotification.lookup_type =>
663
- Events::V2PaymentsSettlementAllocationIntentCreatedEventNotification,
664
- Events::V2PaymentsSettlementAllocationIntentErroredEventNotification.lookup_type =>
665
- Events::V2PaymentsSettlementAllocationIntentErroredEventNotification,
666
- Events::V2PaymentsSettlementAllocationIntentFundsNotReceivedEventNotification.lookup_type =>
667
- Events::V2PaymentsSettlementAllocationIntentFundsNotReceivedEventNotification,
668
- Events::V2PaymentsSettlementAllocationIntentMatchedEventNotification.lookup_type =>
669
- Events::V2PaymentsSettlementAllocationIntentMatchedEventNotification,
670
- Events::V2PaymentsSettlementAllocationIntentNotFoundEventNotification.lookup_type =>
671
- Events::V2PaymentsSettlementAllocationIntentNotFoundEventNotification,
672
- Events::V2PaymentsSettlementAllocationIntentSettledEventNotification.lookup_type =>
673
- Events::V2PaymentsSettlementAllocationIntentSettledEventNotification,
674
- Events::V2PaymentsSettlementAllocationIntentSplitCanceledEventNotification.lookup_type =>
675
- Events::V2PaymentsSettlementAllocationIntentSplitCanceledEventNotification,
676
- Events::V2PaymentsSettlementAllocationIntentSplitCreatedEventNotification.lookup_type =>
677
- Events::V2PaymentsSettlementAllocationIntentSplitCreatedEventNotification,
678
- Events::V2PaymentsSettlementAllocationIntentSplitSettledEventNotification.lookup_type =>
679
- Events::V2PaymentsSettlementAllocationIntentSplitSettledEventNotification,
680
- Events::V2PaymentsSettlementAllocationIntentSubmittedEventNotification.lookup_type =>
681
- Events::V2PaymentsSettlementAllocationIntentSubmittedEventNotification,
682
- Events::V2ReportingReportRunCreatedEventNotification.lookup_type =>
683
- Events::V2ReportingReportRunCreatedEventNotification,
684
- Events::V2ReportingReportRunFailedEventNotification.lookup_type =>
685
- Events::V2ReportingReportRunFailedEventNotification,
686
- Events::V2ReportingReportRunSucceededEventNotification.lookup_type =>
687
- Events::V2ReportingReportRunSucceededEventNotification,
688
- Events::V2ReportingReportRunUpdatedEventNotification.lookup_type =>
689
- Events::V2ReportingReportRunUpdatedEventNotification,
690
- Events::V2SignalsAccountSignalFraudulentMerchantReadyEventNotification.lookup_type =>
691
- Events::V2SignalsAccountSignalFraudulentMerchantReadyEventNotification,
692
273
  # event notification types: The end of the section generated from our OpenAPI spec
693
274
  }
694
275
  end
@@ -66,14 +66,14 @@ module Stripe
66
66
  @field_remappings = {}
67
67
  end
68
68
  end
69
- # Extra field included in the event's `data` when fetched from /v2/events.
70
- attr_reader :developer_message_summary
71
69
  # This contains information about why meter error happens.
72
70
  attr_reader :reason
73
- # The end of the window that is encapsulated by this summary.
74
- attr_reader :validation_end
71
+ # Extra field included in the event's `data` when fetched from /v2/events.
72
+ attr_reader :developer_message_summary
75
73
  # The start of the window that is encapsulated by this summary.
76
74
  attr_reader :validation_start
75
+ # The end of the window that is encapsulated by this summary.
76
+ attr_reader :validation_end
77
77
 
78
78
  def self.inner_class_types
79
79
  @inner_class_types = { reason: Reason }
@@ -66,14 +66,14 @@ module Stripe
66
66
  @field_remappings = {}
67
67
  end
68
68
  end
69
- # Extra field included in the event's `data` when fetched from /v2/events.
70
- attr_reader :developer_message_summary
71
69
  # This contains information about why meter error happens.
72
70
  attr_reader :reason
73
- # The end of the window that is encapsulated by this summary.
74
- attr_reader :validation_end
71
+ # Extra field included in the event's `data` when fetched from /v2/events.
72
+ attr_reader :developer_message_summary
75
73
  # The start of the window that is encapsulated by this summary.
76
74
  attr_reader :validation_start
75
+ # The end of the window that is encapsulated by this summary.
76
+ attr_reader :validation_end
77
77
 
78
78
  def self.inner_class_types
79
79
  @inner_class_types = { reason: Reason }
@@ -10,12 +10,12 @@ module Stripe
10
10
  end
11
11
 
12
12
  class V2CoreAccountLinkReturnedEventData < ::Stripe::StripeObject
13
+ # Open Enum. The use case type of the account link that has been completed.
14
+ attr_reader :use_case
13
15
  # The ID of the v2 account.
14
16
  attr_reader :account_id
15
17
  # Configurations on the Account that was onboarded via the account link.
16
18
  attr_reader :configurations
17
- # Open Enum. The use case type of the account link that has been completed.
18
- attr_reader :use_case
19
19
 
20
20
  def self.inner_class_types
21
21
  @inner_class_types = {}
@@ -42,16 +42,16 @@ module Stripe
42
42
  @field_remappings = {}
43
43
  end
44
44
  end
45
+ # A short description of the alert.
46
+ attr_reader :summary
47
+ # The time when the user experience has returned to expected levels.
48
+ attr_reader :resolved_at
45
49
  # The alert ID.
46
50
  attr_reader :alert_id
47
- # The grouping key for the alert.
48
- attr_reader :grouping_key
49
51
  # The user impact.
50
52
  attr_reader :impact
51
- # The time when the user experience has returned to expected levels.
52
- attr_reader :resolved_at
53
- # A short description of the alert.
54
- attr_reader :summary
53
+ # The grouping key for the alert.
54
+ attr_reader :grouping_key
55
55
 
56
56
  def self.inner_class_types
57
57
  @inner_class_types = { impact: Impact }