stripe 16.1.0.pre.alpha.1 → 17.0.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 (880) hide show
  1. checksums.yaml +4 -4
  2. data/lib/stripe/api_requestor.rb +0 -34
  3. data/lib/stripe/api_version.rb +2 -1
  4. data/lib/stripe/errors.rb +0 -63
  5. data/lib/stripe/event_types.rb +0 -1032
  6. data/lib/stripe/object_types.rb +0 -79
  7. data/lib/stripe/params/account_create_params.rb +1 -300
  8. data/lib/stripe/params/account_session_create_params.rb +1 -226
  9. data/lib/stripe/params/account_update_params.rb +0 -262
  10. data/lib/stripe/params/billing/alert_create_params.rb +1 -121
  11. data/lib/stripe/params/billing/alert_list_params.rb +0 -4
  12. data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +2 -17
  13. data/lib/stripe/params/billing/credit_balance_transaction_list_params.rb +0 -4
  14. data/lib/stripe/params/billing/credit_grant_create_params.rb +2 -33
  15. data/lib/stripe/params/billing/credit_grant_list_params.rb +0 -4
  16. data/lib/stripe/params/billing_portal/session_create_params.rb +0 -4
  17. data/lib/stripe/params/charge_capture_params.rb +0 -709
  18. data/lib/stripe/params/charge_update_params.rb +0 -709
  19. data/lib/stripe/params/checkout/session_create_params.rb +4 -273
  20. data/lib/stripe/params/checkout/session_list_params.rb +0 -4
  21. data/lib/stripe/params/checkout/session_update_params.rb +1 -288
  22. data/lib/stripe/params/confirmation_token_create_params.rb +0 -97
  23. data/lib/stripe/params/coupon_create_params.rb +1 -17
  24. data/lib/stripe/params/credit_note_create_params.rb +1 -18
  25. data/lib/stripe/params/credit_note_list_params.rb +0 -4
  26. data/lib/stripe/params/credit_note_list_preview_line_items_params.rb +1 -18
  27. data/lib/stripe/params/credit_note_preview_lines_list_params.rb +1 -18
  28. data/lib/stripe/params/credit_note_preview_params.rb +1 -18
  29. data/lib/stripe/params/customer_session_create_params.rb +1 -4
  30. data/lib/stripe/params/dispute_update_params.rb +1 -10
  31. data/lib/stripe/params/financial_connections/account_list_params.rb +1 -4
  32. data/lib/stripe/params/financial_connections/session_create_params.rb +2 -34
  33. data/lib/stripe/params/identity/verification_session_create_params.rb +0 -4
  34. data/lib/stripe/params/identity/verification_session_list_params.rb +0 -4
  35. data/lib/stripe/params/invoice_add_lines_params.rb +1 -33
  36. data/lib/stripe/params/invoice_attach_payment_params.rb +1 -46
  37. data/lib/stripe/params/invoice_create_params.rb +2 -112
  38. data/lib/stripe/params/invoice_create_preview_params.rb +9 -826
  39. data/lib/stripe/params/invoice_item_create_params.rb +1 -37
  40. data/lib/stripe/params/invoice_item_list_params.rb +0 -4
  41. data/lib/stripe/params/invoice_item_update_params.rb +1 -33
  42. data/lib/stripe/params/invoice_line_item_update_params.rb +1 -33
  43. data/lib/stripe/params/invoice_list_params.rb +0 -8
  44. data/lib/stripe/params/invoice_payment_list_params.rb +1 -4
  45. data/lib/stripe/params/invoice_update_lines_params.rb +1 -33
  46. data/lib/stripe/params/invoice_update_params.rb +2 -108
  47. data/lib/stripe/params/issuing/cardholder_create_params.rb +1 -2
  48. data/lib/stripe/params/issuing/transaction_list_params.rb +0 -4
  49. data/lib/stripe/params/payment_intent_capture_params.rb +0 -895
  50. data/lib/stripe/params/payment_intent_confirm_params.rb +18 -1384
  51. data/lib/stripe/params/payment_intent_create_params.rb +16 -1390
  52. data/lib/stripe/params/payment_intent_increment_authorization_params.rb +0 -223
  53. data/lib/stripe/params/payment_intent_list_params.rb +0 -4
  54. data/lib/stripe/params/payment_intent_update_params.rb +4 -1409
  55. data/lib/stripe/params/payment_method_attach_params.rb +1 -4
  56. data/lib/stripe/params/payment_method_configuration_create_params.rb +0 -126
  57. data/lib/stripe/params/payment_method_configuration_update_params.rb +0 -126
  58. data/lib/stripe/params/payment_method_create_params.rb +0 -97
  59. data/lib/stripe/params/payment_method_update_params.rb +0 -19
  60. data/lib/stripe/params/price_update_params.rb +0 -19
  61. data/lib/stripe/params/promotion_code_create_params.rb +0 -4
  62. data/lib/stripe/params/promotion_code_list_params.rb +0 -4
  63. data/lib/stripe/params/quote_create_params.rb +3 -805
  64. data/lib/stripe/params/quote_list_params.rb +0 -8
  65. data/lib/stripe/params/quote_update_params.rb +4 -813
  66. data/lib/stripe/params/setup_intent_confirm_params.rb +3 -225
  67. data/lib/stripe/params/setup_intent_create_params.rb +3 -231
  68. data/lib/stripe/params/setup_intent_list_params.rb +0 -4
  69. data/lib/stripe/params/setup_intent_update_params.rb +3 -231
  70. data/lib/stripe/params/subscription_create_params.rb +5 -259
  71. data/lib/stripe/params/subscription_item_create_params.rb +2 -46
  72. data/lib/stripe/params/subscription_item_update_params.rb +1 -29
  73. data/lib/stripe/params/subscription_list_params.rb +0 -4
  74. data/lib/stripe/params/subscription_schedule_create_params.rb +5 -167
  75. data/lib/stripe/params/subscription_schedule_list_params.rb +0 -4
  76. data/lib/stripe/params/subscription_schedule_update_params.rb +5 -163
  77. data/lib/stripe/params/subscription_update_params.rb +4 -238
  78. data/lib/stripe/params/tax_id_create_params.rb +1 -4
  79. data/lib/stripe/params/tax_id_list_params.rb +1 -4
  80. data/lib/stripe/params/terminal/configuration_create_params.rb +0 -13
  81. data/lib/stripe/params/terminal/configuration_update_params.rb +0 -13
  82. data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +0 -97
  83. data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +1 -25
  84. data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +1 -25
  85. data/lib/stripe/params/transfer_create_params.rb +0 -4
  86. data/lib/stripe/params/treasury/financial_account_create_params.rb +1 -8
  87. data/lib/stripe/params/treasury/financial_account_features_update_params.rb +1 -4
  88. data/lib/stripe/params/treasury/financial_account_update_features_params.rb +1 -4
  89. data/lib/stripe/params/treasury/financial_account_update_params.rb +1 -8
  90. data/lib/stripe/params/treasury/outbound_transfer_create_params.rb +0 -24
  91. data/lib/stripe/params/treasury/received_credit_create_params.rb +1 -25
  92. data/lib/stripe/params/treasury/received_debit_create_params.rb +1 -25
  93. data/lib/stripe/params.rb +0 -240
  94. data/lib/stripe/resources/account.rb +1 -166
  95. data/lib/stripe/resources/account_session.rb +0 -81
  96. data/lib/stripe/resources/billing/alert.rb +1 -105
  97. data/lib/stripe/resources/billing/alert_triggered.rb +0 -6
  98. data/lib/stripe/resources/billing/credit_balance_summary.rb +2 -86
  99. data/lib/stripe/resources/billing/credit_balance_transaction.rb +2 -84
  100. data/lib/stripe/resources/billing/credit_grant.rb +2 -60
  101. data/lib/stripe/resources/billing_portal/session.rb +0 -2
  102. data/lib/stripe/resources/card.rb +0 -2
  103. data/lib/stripe/resources/cash_balance.rb +0 -2
  104. data/lib/stripe/resources/charge.rb +1 -234
  105. data/lib/stripe/resources/checkout/session.rb +4 -246
  106. data/lib/stripe/resources/confirmation_token.rb +0 -155
  107. data/lib/stripe/resources/coupon.rb +1 -26
  108. data/lib/stripe/resources/credit_note.rb +1 -21
  109. data/lib/stripe/resources/credit_note_line_item.rb +0 -18
  110. data/lib/stripe/resources/customer.rb +0 -2
  111. data/lib/stripe/resources/customer_balance_transaction.rb +0 -2
  112. data/lib/stripe/resources/customer_cash_balance_transaction.rb +0 -2
  113. data/lib/stripe/resources/customer_session.rb +0 -2
  114. data/lib/stripe/resources/discount.rb +0 -2
  115. data/lib/stripe/resources/dispute.rb +0 -22
  116. data/lib/stripe/resources/event.rb +1 -64
  117. data/lib/stripe/resources/financial_connections/account.rb +0 -27
  118. data/lib/stripe/resources/financial_connections/session.rb +1 -67
  119. data/lib/stripe/resources/identity/verification_session.rb +0 -2
  120. data/lib/stripe/resources/invoice.rb +1 -152
  121. data/lib/stripe/resources/invoice_item.rb +2 -94
  122. data/lib/stripe/resources/invoice_line_item.rb +1 -131
  123. data/lib/stripe/resources/invoice_payment.rb +0 -2
  124. data/lib/stripe/resources/issuing/transaction.rb +0 -2
  125. data/lib/stripe/resources/line_item.rb +1 -68
  126. data/lib/stripe/resources/mandate.rb +0 -71
  127. data/lib/stripe/resources/payment_intent.rb +4 -848
  128. data/lib/stripe/resources/payment_method.rb +0 -157
  129. data/lib/stripe/resources/payment_method_configuration.rb +0 -204
  130. data/lib/stripe/resources/price.rb +0 -20
  131. data/lib/stripe/resources/promotion_code.rb +0 -2
  132. data/lib/stripe/resources/quote.rb +2 -571
  133. data/lib/stripe/resources/refund.rb +0 -18
  134. data/lib/stripe/resources/setup_attempt.rb +0 -63
  135. data/lib/stripe/resources/setup_intent.rb +1 -132
  136. data/lib/stripe/resources/source.rb +0 -38
  137. data/lib/stripe/resources/subscription.rb +0 -232
  138. data/lib/stripe/resources/subscription_item.rb +1 -20
  139. data/lib/stripe/resources/subscription_schedule.rb +3 -198
  140. data/lib/stripe/resources/tax_id.rb +0 -4
  141. data/lib/stripe/resources/terminal/configuration.rb +0 -16
  142. data/lib/stripe/resources/terminal/reader.rb +0 -8
  143. data/lib/stripe/resources/transfer.rb +0 -2
  144. data/lib/stripe/resources/treasury/financial_account.rb +0 -2
  145. data/lib/stripe/resources/treasury/financial_account_features.rb +0 -2
  146. data/lib/stripe/resources/treasury/outbound_transfer.rb +0 -30
  147. data/lib/stripe/resources/treasury/received_credit.rb +0 -30
  148. data/lib/stripe/resources/treasury/received_debit.rb +0 -32
  149. data/lib/stripe/resources/v2/core/event.rb +0 -4
  150. data/lib/stripe/resources.rb +0 -384
  151. data/lib/stripe/services/billing_service.rb +1 -2
  152. data/lib/stripe/services/financial_connections/account_service.rb +1 -3
  153. data/lib/stripe/services/financial_connections_service.rb +1 -2
  154. data/lib/stripe/services/issuing_service.rb +1 -5
  155. data/lib/stripe/services/mandate_service.rb +0 -5
  156. data/lib/stripe/services/payment_intent_service.rb +0 -44
  157. data/lib/stripe/services/quote_service.rb +1 -49
  158. data/lib/stripe/services/subscription_schedule_service.rb +0 -11
  159. data/lib/stripe/services/subscription_service.rb +0 -11
  160. data/lib/stripe/services/tax_service.rb +1 -3
  161. data/lib/stripe/services/terminal_service.rb +1 -3
  162. data/lib/stripe/services/v1_services.rb +1 -10
  163. data/lib/stripe/services/v2/billing_service.rb +1 -18
  164. data/lib/stripe/services/v2/core_service.rb +1 -5
  165. data/lib/stripe/services/v2_services.rb +1 -5
  166. data/lib/stripe/services.rb +0 -83
  167. data/lib/stripe/stripe_configuration.rb +1 -3
  168. data/lib/stripe/stripe_object.rb +7 -1
  169. data/lib/stripe/util.rb +1 -7
  170. data/lib/stripe/version.rb +1 -1
  171. data/lib/stripe.rb +0 -53
  172. data/rbi/stripe.rbi +98295 -169826
  173. metadata +4 -711
  174. data/lib/stripe/events/v1_account_updated_event.rb +0 -44
  175. data/lib/stripe/events/v1_application_fee_created_event.rb +0 -44
  176. data/lib/stripe/events/v1_application_fee_refunded_event.rb +0 -44
  177. data/lib/stripe/events/v1_billing_portal_configuration_created_event.rb +0 -44
  178. data/lib/stripe/events/v1_billing_portal_configuration_updated_event.rb +0 -44
  179. data/lib/stripe/events/v1_capability_updated_event.rb +0 -44
  180. data/lib/stripe/events/v1_charge_captured_event.rb +0 -44
  181. data/lib/stripe/events/v1_charge_dispute_closed_event.rb +0 -44
  182. data/lib/stripe/events/v1_charge_dispute_created_event.rb +0 -44
  183. data/lib/stripe/events/v1_charge_dispute_funds_reinstated_event.rb +0 -44
  184. data/lib/stripe/events/v1_charge_dispute_funds_withdrawn_event.rb +0 -44
  185. data/lib/stripe/events/v1_charge_dispute_updated_event.rb +0 -44
  186. data/lib/stripe/events/v1_charge_expired_event.rb +0 -44
  187. data/lib/stripe/events/v1_charge_failed_event.rb +0 -44
  188. data/lib/stripe/events/v1_charge_pending_event.rb +0 -44
  189. data/lib/stripe/events/v1_charge_refund_updated_event.rb +0 -44
  190. data/lib/stripe/events/v1_charge_refunded_event.rb +0 -44
  191. data/lib/stripe/events/v1_charge_succeeded_event.rb +0 -44
  192. data/lib/stripe/events/v1_charge_updated_event.rb +0 -44
  193. data/lib/stripe/events/v1_checkout_session_async_payment_failed_event.rb +0 -44
  194. data/lib/stripe/events/v1_checkout_session_async_payment_succeeded_event.rb +0 -44
  195. data/lib/stripe/events/v1_checkout_session_completed_event.rb +0 -44
  196. data/lib/stripe/events/v1_checkout_session_expired_event.rb +0 -44
  197. data/lib/stripe/events/v1_climate_order_canceled_event.rb +0 -44
  198. data/lib/stripe/events/v1_climate_order_created_event.rb +0 -44
  199. data/lib/stripe/events/v1_climate_order_delayed_event.rb +0 -44
  200. data/lib/stripe/events/v1_climate_order_delivered_event.rb +0 -44
  201. data/lib/stripe/events/v1_climate_order_product_substituted_event.rb +0 -44
  202. data/lib/stripe/events/v1_climate_product_created_event.rb +0 -44
  203. data/lib/stripe/events/v1_climate_product_pricing_updated_event.rb +0 -44
  204. data/lib/stripe/events/v1_coupon_created_event.rb +0 -44
  205. data/lib/stripe/events/v1_coupon_deleted_event.rb +0 -44
  206. data/lib/stripe/events/v1_coupon_updated_event.rb +0 -44
  207. data/lib/stripe/events/v1_credit_note_created_event.rb +0 -44
  208. data/lib/stripe/events/v1_credit_note_updated_event.rb +0 -44
  209. data/lib/stripe/events/v1_credit_note_voided_event.rb +0 -44
  210. data/lib/stripe/events/v1_customer_created_event.rb +0 -44
  211. data/lib/stripe/events/v1_customer_deleted_event.rb +0 -44
  212. data/lib/stripe/events/v1_customer_subscription_created_event.rb +0 -44
  213. data/lib/stripe/events/v1_customer_subscription_deleted_event.rb +0 -44
  214. data/lib/stripe/events/v1_customer_subscription_paused_event.rb +0 -44
  215. data/lib/stripe/events/v1_customer_subscription_pending_update_applied_event.rb +0 -44
  216. data/lib/stripe/events/v1_customer_subscription_pending_update_expired_event.rb +0 -44
  217. data/lib/stripe/events/v1_customer_subscription_resumed_event.rb +0 -44
  218. data/lib/stripe/events/v1_customer_subscription_trial_will_end_event.rb +0 -44
  219. data/lib/stripe/events/v1_customer_subscription_updated_event.rb +0 -44
  220. data/lib/stripe/events/v1_customer_tax_id_created_event.rb +0 -44
  221. data/lib/stripe/events/v1_customer_tax_id_deleted_event.rb +0 -44
  222. data/lib/stripe/events/v1_customer_tax_id_updated_event.rb +0 -44
  223. data/lib/stripe/events/v1_customer_updated_event.rb +0 -44
  224. data/lib/stripe/events/v1_file_created_event.rb +0 -44
  225. data/lib/stripe/events/v1_financial_connections_account_created_event.rb +0 -44
  226. data/lib/stripe/events/v1_financial_connections_account_deactivated_event.rb +0 -44
  227. data/lib/stripe/events/v1_financial_connections_account_disconnected_event.rb +0 -44
  228. data/lib/stripe/events/v1_financial_connections_account_reactivated_event.rb +0 -44
  229. data/lib/stripe/events/v1_financial_connections_account_refreshed_balance_event.rb +0 -44
  230. data/lib/stripe/events/v1_financial_connections_account_refreshed_ownership_event.rb +0 -44
  231. data/lib/stripe/events/v1_financial_connections_account_refreshed_transactions_event.rb +0 -44
  232. data/lib/stripe/events/v1_identity_verification_session_canceled_event.rb +0 -44
  233. data/lib/stripe/events/v1_identity_verification_session_created_event.rb +0 -44
  234. data/lib/stripe/events/v1_identity_verification_session_processing_event.rb +0 -44
  235. data/lib/stripe/events/v1_identity_verification_session_redacted_event.rb +0 -44
  236. data/lib/stripe/events/v1_identity_verification_session_requires_input_event.rb +0 -44
  237. data/lib/stripe/events/v1_identity_verification_session_verified_event.rb +0 -44
  238. data/lib/stripe/events/v1_invoice_created_event.rb +0 -44
  239. data/lib/stripe/events/v1_invoice_deleted_event.rb +0 -44
  240. data/lib/stripe/events/v1_invoice_finalization_failed_event.rb +0 -44
  241. data/lib/stripe/events/v1_invoice_finalized_event.rb +0 -44
  242. data/lib/stripe/events/v1_invoice_marked_uncollectible_event.rb +0 -44
  243. data/lib/stripe/events/v1_invoice_overdue_event.rb +0 -44
  244. data/lib/stripe/events/v1_invoice_overpaid_event.rb +0 -44
  245. data/lib/stripe/events/v1_invoice_paid_event.rb +0 -44
  246. data/lib/stripe/events/v1_invoice_payment_action_required_event.rb +0 -44
  247. data/lib/stripe/events/v1_invoice_payment_failed_event.rb +0 -44
  248. data/lib/stripe/events/v1_invoice_payment_paid_event.rb +0 -44
  249. data/lib/stripe/events/v1_invoice_payment_succeeded_event.rb +0 -44
  250. data/lib/stripe/events/v1_invoice_sent_event.rb +0 -44
  251. data/lib/stripe/events/v1_invoice_upcoming_event.rb +0 -44
  252. data/lib/stripe/events/v1_invoice_updated_event.rb +0 -44
  253. data/lib/stripe/events/v1_invoice_voided_event.rb +0 -44
  254. data/lib/stripe/events/v1_invoice_will_be_due_event.rb +0 -44
  255. data/lib/stripe/events/v1_invoiceitem_created_event.rb +0 -44
  256. data/lib/stripe/events/v1_invoiceitem_deleted_event.rb +0 -44
  257. data/lib/stripe/events/v1_issuing_authorization_created_event.rb +0 -44
  258. data/lib/stripe/events/v1_issuing_authorization_request_event.rb +0 -44
  259. data/lib/stripe/events/v1_issuing_authorization_updated_event.rb +0 -44
  260. data/lib/stripe/events/v1_issuing_card_created_event.rb +0 -44
  261. data/lib/stripe/events/v1_issuing_card_updated_event.rb +0 -44
  262. data/lib/stripe/events/v1_issuing_cardholder_created_event.rb +0 -44
  263. data/lib/stripe/events/v1_issuing_cardholder_updated_event.rb +0 -44
  264. data/lib/stripe/events/v1_issuing_dispute_closed_event.rb +0 -44
  265. data/lib/stripe/events/v1_issuing_dispute_created_event.rb +0 -44
  266. data/lib/stripe/events/v1_issuing_dispute_funds_reinstated_event.rb +0 -44
  267. data/lib/stripe/events/v1_issuing_dispute_funds_rescinded_event.rb +0 -44
  268. data/lib/stripe/events/v1_issuing_dispute_submitted_event.rb +0 -44
  269. data/lib/stripe/events/v1_issuing_dispute_updated_event.rb +0 -44
  270. data/lib/stripe/events/v1_issuing_personalization_design_activated_event.rb +0 -44
  271. data/lib/stripe/events/v1_issuing_personalization_design_deactivated_event.rb +0 -44
  272. data/lib/stripe/events/v1_issuing_personalization_design_rejected_event.rb +0 -44
  273. data/lib/stripe/events/v1_issuing_personalization_design_updated_event.rb +0 -44
  274. data/lib/stripe/events/v1_issuing_token_created_event.rb +0 -44
  275. data/lib/stripe/events/v1_issuing_token_updated_event.rb +0 -44
  276. data/lib/stripe/events/v1_issuing_transaction_created_event.rb +0 -44
  277. data/lib/stripe/events/v1_issuing_transaction_purchase_details_receipt_updated_event.rb +0 -44
  278. data/lib/stripe/events/v1_issuing_transaction_updated_event.rb +0 -44
  279. data/lib/stripe/events/v1_mandate_updated_event.rb +0 -44
  280. data/lib/stripe/events/v1_payment_intent_amount_capturable_updated_event.rb +0 -44
  281. data/lib/stripe/events/v1_payment_intent_canceled_event.rb +0 -44
  282. data/lib/stripe/events/v1_payment_intent_created_event.rb +0 -44
  283. data/lib/stripe/events/v1_payment_intent_partially_funded_event.rb +0 -44
  284. data/lib/stripe/events/v1_payment_intent_payment_failed_event.rb +0 -44
  285. data/lib/stripe/events/v1_payment_intent_processing_event.rb +0 -44
  286. data/lib/stripe/events/v1_payment_intent_requires_action_event.rb +0 -44
  287. data/lib/stripe/events/v1_payment_intent_succeeded_event.rb +0 -44
  288. data/lib/stripe/events/v1_payment_link_created_event.rb +0 -44
  289. data/lib/stripe/events/v1_payment_link_updated_event.rb +0 -44
  290. data/lib/stripe/events/v1_payment_method_attached_event.rb +0 -44
  291. data/lib/stripe/events/v1_payment_method_automatically_updated_event.rb +0 -44
  292. data/lib/stripe/events/v1_payment_method_detached_event.rb +0 -44
  293. data/lib/stripe/events/v1_payment_method_updated_event.rb +0 -44
  294. data/lib/stripe/events/v1_payout_canceled_event.rb +0 -44
  295. data/lib/stripe/events/v1_payout_created_event.rb +0 -44
  296. data/lib/stripe/events/v1_payout_failed_event.rb +0 -44
  297. data/lib/stripe/events/v1_payout_paid_event.rb +0 -44
  298. data/lib/stripe/events/v1_payout_reconciliation_completed_event.rb +0 -44
  299. data/lib/stripe/events/v1_payout_updated_event.rb +0 -44
  300. data/lib/stripe/events/v1_person_created_event.rb +0 -44
  301. data/lib/stripe/events/v1_person_deleted_event.rb +0 -44
  302. data/lib/stripe/events/v1_person_updated_event.rb +0 -44
  303. data/lib/stripe/events/v1_plan_created_event.rb +0 -44
  304. data/lib/stripe/events/v1_plan_deleted_event.rb +0 -44
  305. data/lib/stripe/events/v1_plan_updated_event.rb +0 -44
  306. data/lib/stripe/events/v1_price_created_event.rb +0 -44
  307. data/lib/stripe/events/v1_price_deleted_event.rb +0 -44
  308. data/lib/stripe/events/v1_price_updated_event.rb +0 -44
  309. data/lib/stripe/events/v1_product_created_event.rb +0 -44
  310. data/lib/stripe/events/v1_product_deleted_event.rb +0 -44
  311. data/lib/stripe/events/v1_product_updated_event.rb +0 -44
  312. data/lib/stripe/events/v1_promotion_code_created_event.rb +0 -44
  313. data/lib/stripe/events/v1_promotion_code_updated_event.rb +0 -44
  314. data/lib/stripe/events/v1_quote_accepted_event.rb +0 -44
  315. data/lib/stripe/events/v1_quote_canceled_event.rb +0 -44
  316. data/lib/stripe/events/v1_quote_created_event.rb +0 -44
  317. data/lib/stripe/events/v1_quote_finalized_event.rb +0 -44
  318. data/lib/stripe/events/v1_radar_early_fraud_warning_created_event.rb +0 -44
  319. data/lib/stripe/events/v1_radar_early_fraud_warning_updated_event.rb +0 -44
  320. data/lib/stripe/events/v1_refund_created_event.rb +0 -44
  321. data/lib/stripe/events/v1_refund_failed_event.rb +0 -44
  322. data/lib/stripe/events/v1_refund_updated_event.rb +0 -44
  323. data/lib/stripe/events/v1_review_closed_event.rb +0 -44
  324. data/lib/stripe/events/v1_review_opened_event.rb +0 -44
  325. data/lib/stripe/events/v1_setup_intent_canceled_event.rb +0 -44
  326. data/lib/stripe/events/v1_setup_intent_created_event.rb +0 -44
  327. data/lib/stripe/events/v1_setup_intent_requires_action_event.rb +0 -44
  328. data/lib/stripe/events/v1_setup_intent_setup_failed_event.rb +0 -44
  329. data/lib/stripe/events/v1_setup_intent_succeeded_event.rb +0 -44
  330. data/lib/stripe/events/v1_sigma_scheduled_query_run_created_event.rb +0 -44
  331. data/lib/stripe/events/v1_source_canceled_event.rb +0 -44
  332. data/lib/stripe/events/v1_source_chargeable_event.rb +0 -44
  333. data/lib/stripe/events/v1_source_failed_event.rb +0 -44
  334. data/lib/stripe/events/v1_source_refund_attributes_required_event.rb +0 -44
  335. data/lib/stripe/events/v1_subscription_schedule_aborted_event.rb +0 -44
  336. data/lib/stripe/events/v1_subscription_schedule_canceled_event.rb +0 -44
  337. data/lib/stripe/events/v1_subscription_schedule_completed_event.rb +0 -44
  338. data/lib/stripe/events/v1_subscription_schedule_created_event.rb +0 -44
  339. data/lib/stripe/events/v1_subscription_schedule_expiring_event.rb +0 -44
  340. data/lib/stripe/events/v1_subscription_schedule_released_event.rb +0 -44
  341. data/lib/stripe/events/v1_subscription_schedule_updated_event.rb +0 -44
  342. data/lib/stripe/events/v1_tax_rate_created_event.rb +0 -44
  343. data/lib/stripe/events/v1_tax_rate_updated_event.rb +0 -44
  344. data/lib/stripe/events/v1_terminal_reader_action_failed_event.rb +0 -44
  345. data/lib/stripe/events/v1_terminal_reader_action_succeeded_event.rb +0 -44
  346. data/lib/stripe/events/v1_terminal_reader_action_updated_event.rb +0 -44
  347. data/lib/stripe/events/v1_test_helpers_test_clock_advancing_event.rb +0 -44
  348. data/lib/stripe/events/v1_test_helpers_test_clock_created_event.rb +0 -44
  349. data/lib/stripe/events/v1_test_helpers_test_clock_deleted_event.rb +0 -44
  350. data/lib/stripe/events/v1_test_helpers_test_clock_internal_failure_event.rb +0 -44
  351. data/lib/stripe/events/v1_test_helpers_test_clock_ready_event.rb +0 -44
  352. data/lib/stripe/events/v1_topup_canceled_event.rb +0 -44
  353. data/lib/stripe/events/v1_topup_created_event.rb +0 -44
  354. data/lib/stripe/events/v1_topup_failed_event.rb +0 -44
  355. data/lib/stripe/events/v1_topup_reversed_event.rb +0 -44
  356. data/lib/stripe/events/v1_topup_succeeded_event.rb +0 -44
  357. data/lib/stripe/events/v1_transfer_created_event.rb +0 -44
  358. data/lib/stripe/events/v1_transfer_reversed_event.rb +0 -44
  359. data/lib/stripe/events/v1_transfer_updated_event.rb +0 -44
  360. data/lib/stripe/events/v2_billing_bill_setting_updated_event.rb +0 -61
  361. data/lib/stripe/events/v2_billing_cadence_billed_event.rb +0 -61
  362. data/lib/stripe/events/v2_billing_cadence_canceled_event.rb +0 -44
  363. data/lib/stripe/events/v2_billing_cadence_created_event.rb +0 -61
  364. data/lib/stripe/events/v2_billing_license_fee_created_event.rb +0 -44
  365. data/lib/stripe/events/v2_billing_license_fee_updated_event.rb +0 -44
  366. data/lib/stripe/events/v2_billing_license_fee_version_created_event.rb +0 -61
  367. data/lib/stripe/events/v2_billing_licensed_item_created_event.rb +0 -44
  368. data/lib/stripe/events/v2_billing_licensed_item_updated_event.rb +0 -44
  369. data/lib/stripe/events/v2_billing_metered_item_created_event.rb +0 -44
  370. data/lib/stripe/events/v2_billing_metered_item_updated_event.rb +0 -44
  371. data/lib/stripe/events/v2_billing_pricing_plan_component_created_event.rb +0 -61
  372. data/lib/stripe/events/v2_billing_pricing_plan_component_updated_event.rb +0 -61
  373. data/lib/stripe/events/v2_billing_pricing_plan_created_event.rb +0 -44
  374. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_awaiting_customer_action_event.rb +0 -44
  375. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_current_event.rb +0 -44
  376. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_past_due_event.rb +0 -44
  377. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_paused_event.rb +0 -44
  378. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_unpaid_event.rb +0 -44
  379. data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_activated_event.rb +0 -44
  380. data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_canceled_event.rb +0 -44
  381. data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_paused_event.rb +0 -44
  382. data/lib/stripe/events/v2_billing_pricing_plan_updated_event.rb +0 -44
  383. data/lib/stripe/events/v2_billing_pricing_plan_version_created_event.rb +0 -61
  384. data/lib/stripe/events/v2_billing_rate_card_created_event.rb +0 -61
  385. data/lib/stripe/events/v2_billing_rate_card_rate_created_event.rb +0 -67
  386. data/lib/stripe/events/v2_billing_rate_card_subscription_activated_event.rb +0 -44
  387. data/lib/stripe/events/v2_billing_rate_card_subscription_canceled_event.rb +0 -44
  388. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_awaiting_customer_action_event.rb +0 -44
  389. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_current_event.rb +0 -44
  390. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_past_due_event.rb +0 -44
  391. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_paused_event.rb +0 -44
  392. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_unpaid_event.rb +0 -44
  393. data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_activated_event.rb +0 -44
  394. data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_canceled_event.rb +0 -44
  395. data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_paused_event.rb +0 -44
  396. data/lib/stripe/events/v2_billing_rate_card_updated_event.rb +0 -44
  397. data/lib/stripe/events/v2_billing_rate_card_version_created_event.rb +0 -61
  398. data/lib/stripe/events/v2_core_account_closed_event.rb +0 -44
  399. data/lib/stripe/events/v2_core_account_created_event.rb +0 -44
  400. data/lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb +0 -63
  401. data/lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb +0 -44
  402. data/lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb +0 -63
  403. data/lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb +0 -44
  404. data/lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb +0 -63
  405. data/lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb +0 -44
  406. data/lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb +0 -63
  407. data/lib/stripe/events/v2_core_account_including_configuration_storer_updated_event.rb +0 -44
  408. data/lib/stripe/events/v2_core_account_including_defaults_updated_event.rb +0 -44
  409. data/lib/stripe/events/v2_core_account_including_identity_updated_event.rb +0 -44
  410. data/lib/stripe/events/v2_core_account_including_requirements_updated_event.rb +0 -44
  411. data/lib/stripe/events/v2_core_account_link_returned_event.rb +0 -42
  412. data/lib/stripe/events/v2_core_account_person_created_event.rb +0 -61
  413. data/lib/stripe/events/v2_core_account_person_deleted_event.rb +0 -61
  414. data/lib/stripe/events/v2_core_account_person_updated_event.rb +0 -61
  415. data/lib/stripe/events/v2_core_account_updated_event.rb +0 -44
  416. data/lib/stripe/events/v2_core_claimable_sandbox_claimed_event.rb +0 -44
  417. data/lib/stripe/events/v2_core_claimable_sandbox_created_event.rb +0 -44
  418. data/lib/stripe/events/v2_core_claimable_sandbox_expired_event.rb +0 -44
  419. data/lib/stripe/events/v2_core_claimable_sandbox_expiring_event.rb +0 -44
  420. data/lib/stripe/events/v2_core_claimable_sandbox_sandbox_details_owner_account_updated_event.rb +0 -44
  421. data/lib/stripe/events/v2_core_health_api_error_firing_event.rb +0 -66
  422. data/lib/stripe/events/v2_core_health_api_error_resolved_event.rb +0 -66
  423. data/lib/stripe/events/v2_core_health_api_latency_firing_event.rb +0 -64
  424. data/lib/stripe/events/v2_core_health_api_latency_resolved_event.rb +0 -64
  425. data/lib/stripe/events/v2_core_health_authorization_rate_drop_firing_event.rb +0 -80
  426. data/lib/stripe/events/v2_core_health_authorization_rate_drop_resolved_event.rb +0 -80
  427. data/lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb +0 -66
  428. data/lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb +0 -64
  429. data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_firing_event.rb +0 -62
  430. data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_resolved_event.rb +0 -64
  431. data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_firing_event.rb +0 -64
  432. data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_resolved_event.rb +0 -64
  433. data/lib/stripe/events/v2_core_health_payment_method_error_firing_event.rb +0 -62
  434. data/lib/stripe/events/v2_core_health_payment_method_error_resolved_event.rb +0 -62
  435. data/lib/stripe/events/v2_core_health_traffic_volume_drop_firing_event.rb +0 -62
  436. data/lib/stripe/events/v2_core_health_traffic_volume_drop_resolved_event.rb +0 -62
  437. data/lib/stripe/events/v2_core_health_webhook_latency_firing_event.rb +0 -58
  438. data/lib/stripe/events/v2_core_health_webhook_latency_resolved_event.rb +0 -58
  439. data/lib/stripe/events/v2_money_management_adjustment_created_event.rb +0 -44
  440. data/lib/stripe/events/v2_money_management_financial_account_created_event.rb +0 -44
  441. data/lib/stripe/events/v2_money_management_financial_account_updated_event.rb +0 -44
  442. data/lib/stripe/events/v2_money_management_financial_address_activated_event.rb +0 -44
  443. data/lib/stripe/events/v2_money_management_financial_address_failed_event.rb +0 -44
  444. data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +0 -61
  445. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb +0 -44
  446. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb +0 -44
  447. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb +0 -44
  448. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb +0 -44
  449. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb +0 -44
  450. data/lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb +0 -44
  451. data/lib/stripe/events/v2_money_management_outbound_payment_created_event.rb +0 -44
  452. data/lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb +0 -44
  453. data/lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb +0 -44
  454. data/lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb +0 -44
  455. data/lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb +0 -44
  456. data/lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb +0 -44
  457. data/lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb +0 -44
  458. data/lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb +0 -44
  459. data/lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb +0 -44
  460. data/lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb +0 -44
  461. data/lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb +0 -44
  462. data/lib/stripe/events/v2_money_management_payout_method_updated_event.rb +0 -44
  463. data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +0 -61
  464. data/lib/stripe/events/v2_money_management_received_credit_failed_event.rb +0 -44
  465. data/lib/stripe/events/v2_money_management_received_credit_returned_event.rb +0 -44
  466. data/lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb +0 -44
  467. data/lib/stripe/events/v2_money_management_received_debit_canceled_event.rb +0 -44
  468. data/lib/stripe/events/v2_money_management_received_debit_failed_event.rb +0 -44
  469. data/lib/stripe/events/v2_money_management_received_debit_pending_event.rb +0 -44
  470. data/lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb +0 -44
  471. data/lib/stripe/events/v2_money_management_received_debit_updated_event.rb +0 -44
  472. data/lib/stripe/events/v2_money_management_recipient_verification_created_event.rb +0 -44
  473. data/lib/stripe/events/v2_money_management_recipient_verification_updated_event.rb +0 -44
  474. data/lib/stripe/events/v2_money_management_transaction_created_event.rb +0 -44
  475. data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +0 -44
  476. data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb +0 -44
  477. data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb +0 -46
  478. data/lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb +0 -44
  479. data/lib/stripe/events/v2_payments_off_session_payment_created_event.rb +0 -44
  480. data/lib/stripe/events/v2_payments_off_session_payment_failed_event.rb +0 -44
  481. data/lib/stripe/events/v2_payments_off_session_payment_requires_capture_event.rb +0 -44
  482. data/lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb +0 -44
  483. data/lib/stripe/params/account_notice_list_params.rb +0 -25
  484. data/lib/stripe/params/account_notice_retrieve_params.rb +0 -13
  485. data/lib/stripe/params/account_notice_update_params.rb +0 -36
  486. data/lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb +0 -65
  487. data/lib/stripe/params/capital/financing_offer_list_params.rb +0 -58
  488. data/lib/stripe/params/capital/financing_offer_mark_delivered_params.rb +0 -15
  489. data/lib/stripe/params/capital/financing_offer_retrieve_params.rb +0 -15
  490. data/lib/stripe/params/capital/financing_summary_retrieve_params.rb +0 -15
  491. data/lib/stripe/params/capital/financing_transaction_list_params.rb +0 -45
  492. data/lib/stripe/params/capital/financing_transaction_retrieve_params.rb +0 -15
  493. data/lib/stripe/params/external_account_create_params.rb +0 -134
  494. data/lib/stripe/params/external_account_delete_params.rb +0 -6
  495. data/lib/stripe/params/external_account_list_params.rb +0 -25
  496. data/lib/stripe/params/external_account_retrieve_params.rb +0 -13
  497. data/lib/stripe/params/external_account_update_params.rb +0 -91
  498. data/lib/stripe/params/financial_connections/account_inferred_balance_list_params.rb +0 -24
  499. data/lib/stripe/params/financial_connections/institution_list_params.rb +0 -24
  500. data/lib/stripe/params/financial_connections/institution_retrieve_params.rb +0 -15
  501. data/lib/stripe/params/fx_quote_create_params.rb +0 -73
  502. data/lib/stripe/params/fx_quote_list_params.rb +0 -22
  503. data/lib/stripe/params/fx_quote_retrieve_params.rb +0 -13
  504. data/lib/stripe/params/issuing/credit_underwriting_record_correct_params.rb +0 -163
  505. data/lib/stripe/params/issuing/credit_underwriting_record_create_from_application_params.rb +0 -50
  506. data/lib/stripe/params/issuing/credit_underwriting_record_create_from_proactive_review_params.rb +0 -128
  507. data/lib/stripe/params/issuing/credit_underwriting_record_list_params.rb +0 -24
  508. data/lib/stripe/params/issuing/credit_underwriting_record_report_decision_params.rb +0 -86
  509. data/lib/stripe/params/issuing/credit_underwriting_record_retrieve_params.rb +0 -15
  510. data/lib/stripe/params/issuing/dispute_settlement_detail_list_params.rb +0 -33
  511. data/lib/stripe/params/issuing/dispute_settlement_detail_retrieve_params.rb +0 -15
  512. data/lib/stripe/params/issuing/fraud_liability_debit_list_params.rb +0 -44
  513. data/lib/stripe/params/issuing/fraud_liability_debit_retrieve_params.rb +0 -15
  514. data/lib/stripe/params/mandate_list_params.rb +0 -39
  515. data/lib/stripe/params/margin_create_params.rb +0 -25
  516. data/lib/stripe/params/margin_list_params.rb +0 -25
  517. data/lib/stripe/params/margin_retrieve_params.rb +0 -13
  518. data/lib/stripe/params/margin_update_params.rb +0 -22
  519. data/lib/stripe/params/order_cancel_params.rb +0 -13
  520. data/lib/stripe/params/order_create_params.rb +0 -1124
  521. data/lib/stripe/params/order_line_item_list_params.rb +0 -22
  522. data/lib/stripe/params/order_list_line_items_params.rb +0 -22
  523. data/lib/stripe/params/order_list_params.rb +0 -25
  524. data/lib/stripe/params/order_reopen_params.rb +0 -13
  525. data/lib/stripe/params/order_retrieve_params.rb +0 -13
  526. data/lib/stripe/params/order_submit_params.rb +0 -16
  527. data/lib/stripe/params/order_update_params.rb +0 -1128
  528. data/lib/stripe/params/payment_attempt_record_list_params.rb +0 -19
  529. data/lib/stripe/params/payment_attempt_record_retrieve_params.rb +0 -13
  530. data/lib/stripe/params/payment_intent_amount_details_line_item_list_params.rb +0 -22
  531. data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +0 -73
  532. data/lib/stripe/params/payment_intent_trigger_action_params.rb +0 -27
  533. data/lib/stripe/params/payment_record_report_payment_attempt_canceled_params.rb +0 -19
  534. data/lib/stripe/params/payment_record_report_payment_attempt_failed_params.rb +0 -19
  535. data/lib/stripe/params/payment_record_report_payment_attempt_guaranteed_params.rb +0 -19
  536. data/lib/stripe/params/payment_record_report_payment_attempt_informational_params.rb +0 -93
  537. data/lib/stripe/params/payment_record_report_payment_attempt_params.rb +0 -186
  538. data/lib/stripe/params/payment_record_report_payment_params.rb +0 -252
  539. data/lib/stripe/params/payment_record_retrieve_params.rb +0 -13
  540. data/lib/stripe/params/privacy/redaction_job_cancel_params.rb +0 -15
  541. data/lib/stripe/params/privacy/redaction_job_create_params.rb +0 -67
  542. data/lib/stripe/params/privacy/redaction_job_list_params.rb +0 -27
  543. data/lib/stripe/params/privacy/redaction_job_retrieve_params.rb +0 -15
  544. data/lib/stripe/params/privacy/redaction_job_run_params.rb +0 -15
  545. data/lib/stripe/params/privacy/redaction_job_update_params.rb +0 -18
  546. data/lib/stripe/params/privacy/redaction_job_validate_params.rb +0 -15
  547. data/lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb +0 -24
  548. data/lib/stripe/params/quote_line_list_params.rb +0 -22
  549. data/lib/stripe/params/quote_list_lines_params.rb +0 -22
  550. data/lib/stripe/params/quote_list_preview_invoice_lines_params.rb +0 -22
  551. data/lib/stripe/params/quote_mark_draft_params.rb +0 -13
  552. data/lib/stripe/params/quote_mark_stale_params.rb +0 -16
  553. data/lib/stripe/params/quote_preview_invoice_list_params.rb +0 -22
  554. data/lib/stripe/params/quote_preview_subscription_schedule_list_params.rb +0 -22
  555. data/lib/stripe/params/quote_reestimate_params.rb +0 -13
  556. data/lib/stripe/params/subscription_attach_cadence_params.rb +0 -16
  557. data/lib/stripe/params/subscription_schedule_amend_params.rb +0 -570
  558. data/lib/stripe/params/tax/association_find_params.rb +0 -18
  559. data/lib/stripe/params/tax/form_list_params.rb +0 -51
  560. data/lib/stripe/params/tax/form_pdf_params.rb +0 -15
  561. data/lib/stripe/params/tax/form_retrieve_params.rb +0 -15
  562. data/lib/stripe/params/terminal/onboarding_link_create_params.rb +0 -43
  563. data/lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb +0 -15
  564. data/lib/stripe/params/v2/billing/bill_setting_create_params.rb +0 -74
  565. data/lib/stripe/params/v2/billing/bill_setting_list_params.rb +0 -21
  566. data/lib/stripe/params/v2/billing/bill_setting_retrieve_params.rb +0 -10
  567. data/lib/stripe/params/v2/billing/bill_setting_update_params.rb +0 -80
  568. data/lib/stripe/params/v2/billing/bill_settings/version_list_params.rb +0 -19
  569. data/lib/stripe/params/v2/billing/bill_settings/version_retrieve_params.rb +0 -12
  570. data/lib/stripe/params/v2/billing/cadence_cancel_params.rb +0 -17
  571. data/lib/stripe/params/v2/billing/cadence_create_params.rb +0 -257
  572. data/lib/stripe/params/v2/billing/cadence_list_params.rb +0 -43
  573. data/lib/stripe/params/v2/billing/cadence_retrieve_params.rb +0 -17
  574. data/lib/stripe/params/v2/billing/cadence_update_params.rb +0 -78
  575. data/lib/stripe/params/v2/billing/collection_setting_create_params.rb +0 -223
  576. data/lib/stripe/params/v2/billing/collection_setting_list_params.rb +0 -21
  577. data/lib/stripe/params/v2/billing/collection_setting_retrieve_params.rb +0 -10
  578. data/lib/stripe/params/v2/billing/collection_setting_update_params.rb +0 -229
  579. data/lib/stripe/params/v2/billing/collection_settings/version_list_params.rb +0 -19
  580. data/lib/stripe/params/v2/billing/collection_settings/version_retrieve_params.rb +0 -12
  581. data/lib/stripe/params/v2/billing/custom_pricing_unit_create_params.rb +0 -26
  582. data/lib/stripe/params/v2/billing/custom_pricing_unit_list_params.rb +0 -24
  583. data/lib/stripe/params/v2/billing/custom_pricing_unit_retrieve_params.rb +0 -10
  584. data/lib/stripe/params/v2/billing/custom_pricing_unit_update_params.rb +0 -26
  585. data/lib/stripe/params/v2/billing/intent_cancel_params.rb +0 -10
  586. data/lib/stripe/params/v2/billing/intent_commit_params.rb +0 -17
  587. data/lib/stripe/params/v2/billing/intent_create_params.rb +0 -355
  588. data/lib/stripe/params/v2/billing/intent_list_params.rb +0 -17
  589. data/lib/stripe/params/v2/billing/intent_release_reservation_params.rb +0 -10
  590. data/lib/stripe/params/v2/billing/intent_reserve_params.rb +0 -10
  591. data/lib/stripe/params/v2/billing/intent_retrieve_params.rb +0 -10
  592. data/lib/stripe/params/v2/billing/intents/action_list_params.rb +0 -19
  593. data/lib/stripe/params/v2/billing/intents/action_retrieve_params.rb +0 -12
  594. data/lib/stripe/params/v2/billing/license_fee_create_params.rb +0 -103
  595. data/lib/stripe/params/v2/billing/license_fee_list_params.rb +0 -24
  596. data/lib/stripe/params/v2/billing/license_fee_retrieve_params.rb +0 -10
  597. data/lib/stripe/params/v2/billing/license_fee_subscription_retrieve_params.rb +0 -10
  598. data/lib/stripe/params/v2/billing/license_fee_update_params.rb +0 -84
  599. data/lib/stripe/params/v2/billing/license_fees/version_list_params.rb +0 -19
  600. data/lib/stripe/params/v2/billing/license_fees/version_retrieve_params.rb +0 -12
  601. data/lib/stripe/params/v2/billing/licensed_item_create_params.rb +0 -48
  602. data/lib/stripe/params/v2/billing/licensed_item_list_params.rb +0 -21
  603. data/lib/stripe/params/v2/billing/licensed_item_retrieve_params.rb +0 -10
  604. data/lib/stripe/params/v2/billing/licensed_item_update_params.rb +0 -48
  605. data/lib/stripe/params/v2/billing/metered_item_create_params.rb +0 -73
  606. data/lib/stripe/params/v2/billing/metered_item_list_params.rb +0 -21
  607. data/lib/stripe/params/v2/billing/metered_item_retrieve_params.rb +0 -10
  608. data/lib/stripe/params/v2/billing/metered_item_update_params.rb +0 -50
  609. data/lib/stripe/params/v2/billing/pricing_plan_create_params.rb +0 -39
  610. data/lib/stripe/params/v2/billing/pricing_plan_list_params.rb +0 -24
  611. data/lib/stripe/params/v2/billing/pricing_plan_retrieve_params.rb +0 -10
  612. data/lib/stripe/params/v2/billing/pricing_plan_subscription_list_params.rb +0 -50
  613. data/lib/stripe/params/v2/billing/pricing_plan_subscription_retrieve_params.rb +0 -10
  614. data/lib/stripe/params/v2/billing/pricing_plan_subscription_update_params.rb +0 -20
  615. data/lib/stripe/params/v2/billing/pricing_plan_update_params.rb +0 -39
  616. data/lib/stripe/params/v2/billing/pricing_plans/component_create_params.rb +0 -73
  617. data/lib/stripe/params/v2/billing/pricing_plans/component_delete_params.rb +0 -12
  618. data/lib/stripe/params/v2/billing/pricing_plans/component_list_params.rb +0 -27
  619. data/lib/stripe/params/v2/billing/pricing_plans/component_retrieve_params.rb +0 -12
  620. data/lib/stripe/params/v2/billing/pricing_plans/component_update_params.rb +0 -22
  621. data/lib/stripe/params/v2/billing/pricing_plans/version_list_params.rb +0 -19
  622. data/lib/stripe/params/v2/billing/pricing_plans/version_retrieve_params.rb +0 -12
  623. data/lib/stripe/params/v2/billing/profile_create_params.rb +0 -37
  624. data/lib/stripe/params/v2/billing/profile_list_params.rb +0 -40
  625. data/lib/stripe/params/v2/billing/profile_retrieve_params.rb +0 -10
  626. data/lib/stripe/params/v2/billing/profile_update_params.rb +0 -35
  627. data/lib/stripe/params/v2/billing/rate_card_create_params.rb +0 -49
  628. data/lib/stripe/params/v2/billing/rate_card_list_params.rb +0 -24
  629. data/lib/stripe/params/v2/billing/rate_card_retrieve_params.rb +0 -10
  630. data/lib/stripe/params/v2/billing/rate_card_subscription_cancel_params.rb +0 -10
  631. data/lib/stripe/params/v2/billing/rate_card_subscription_create_params.rb +0 -26
  632. data/lib/stripe/params/v2/billing/rate_card_subscription_list_params.rb +0 -51
  633. data/lib/stripe/params/v2/billing/rate_card_subscription_retrieve_params.rb +0 -10
  634. data/lib/stripe/params/v2/billing/rate_card_subscription_update_params.rb +0 -17
  635. data/lib/stripe/params/v2/billing/rate_card_update_params.rb +0 -38
  636. data/lib/stripe/params/v2/billing/rate_cards/rate_create_params.rb +0 -91
  637. data/lib/stripe/params/v2/billing/rate_cards/rate_delete_params.rb +0 -12
  638. data/lib/stripe/params/v2/billing/rate_cards/rate_list_params.rb +0 -25
  639. data/lib/stripe/params/v2/billing/rate_cards/rate_retrieve_params.rb +0 -12
  640. data/lib/stripe/params/v2/billing/rate_cards/version_list_params.rb +0 -19
  641. data/lib/stripe/params/v2/billing/rate_cards/version_retrieve_params.rb +0 -12
  642. data/lib/stripe/params/v2/billing/service_action_create_params.rb +0 -254
  643. data/lib/stripe/params/v2/billing/service_action_retrieve_params.rb +0 -10
  644. data/lib/stripe/params/v2/billing/service_action_update_params.rb +0 -40
  645. data/lib/stripe/params/v2/core/account_close_params.rb +0 -17
  646. data/lib/stripe/params/v2/core/account_create_params.rb +0 -2234
  647. data/lib/stripe/params/v2/core/account_link_create_params.rb +0 -101
  648. data/lib/stripe/params/v2/core/account_list_params.rb +0 -20
  649. data/lib/stripe/params/v2/core/account_retrieve_params.rb +0 -17
  650. data/lib/stripe/params/v2/core/account_update_params.rb +0 -2262
  651. data/lib/stripe/params/v2/core/accounts/person_create_params.rb +0 -493
  652. data/lib/stripe/params/v2/core/accounts/person_delete_params.rb +0 -12
  653. data/lib/stripe/params/v2/core/accounts/person_list_params.rb +0 -19
  654. data/lib/stripe/params/v2/core/accounts/person_retrieve_params.rb +0 -12
  655. data/lib/stripe/params/v2/core/accounts/person_update_params.rb +0 -493
  656. data/lib/stripe/params/v2/core/claimable_sandbox_create_params.rb +0 -36
  657. data/lib/stripe/params/v2/core/claimable_sandbox_retrieve_params.rb +0 -10
  658. data/lib/stripe/params/v2/core/vault/gb_bank_account_acknowledge_confirmation_of_payee_params.rb +0 -12
  659. data/lib/stripe/params/v2/core/vault/gb_bank_account_archive_params.rb +0 -12
  660. data/lib/stripe/params/v2/core/vault/gb_bank_account_create_params.rb +0 -50
  661. data/lib/stripe/params/v2/core/vault/gb_bank_account_initiate_confirmation_of_payee_params.rb +0 -22
  662. data/lib/stripe/params/v2/core/vault/gb_bank_account_retrieve_params.rb +0 -12
  663. data/lib/stripe/params/v2/core/vault/us_bank_account_archive_params.rb +0 -12
  664. data/lib/stripe/params/v2/core/vault/us_bank_account_create_params.rb +0 -33
  665. data/lib/stripe/params/v2/core/vault/us_bank_account_retrieve_params.rb +0 -12
  666. data/lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb +0 -22
  667. data/lib/stripe/params/v2/money_management/adjustment_list_params.rb +0 -48
  668. data/lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb +0 -10
  669. data/lib/stripe/params/v2/money_management/financial_account_close_params.rb +0 -28
  670. data/lib/stripe/params/v2/money_management/financial_account_create_params.rb +0 -34
  671. data/lib/stripe/params/v2/money_management/financial_account_list_params.rb +0 -20
  672. data/lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb +0 -10
  673. data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +0 -31
  674. data/lib/stripe/params/v2/money_management/financial_address_list_params.rb +0 -23
  675. data/lib/stripe/params/v2/money_management/financial_address_retrieve_params.rb +0 -17
  676. data/lib/stripe/params/v2/money_management/inbound_transfer_create_params.rb +0 -50
  677. data/lib/stripe/params/v2/money_management/inbound_transfer_list_params.rb +0 -44
  678. data/lib/stripe/params/v2/money_management/inbound_transfer_retrieve_params.rb +0 -10
  679. data/lib/stripe/params/v2/money_management/outbound_payment_cancel_params.rb +0 -10
  680. data/lib/stripe/params/v2/money_management/outbound_payment_create_params.rb +0 -102
  681. data/lib/stripe/params/v2/money_management/outbound_payment_list_params.rb +0 -52
  682. data/lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb +0 -67
  683. data/lib/stripe/params/v2/money_management/outbound_payment_quote_retrieve_params.rb +0 -10
  684. data/lib/stripe/params/v2/money_management/outbound_payment_retrieve_params.rb +0 -10
  685. data/lib/stripe/params/v2/money_management/outbound_setup_intent_cancel_params.rb +0 -10
  686. data/lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb +0 -103
  687. data/lib/stripe/params/v2/money_management/outbound_setup_intent_list_params.rb +0 -17
  688. data/lib/stripe/params/v2/money_management/outbound_setup_intent_retrieve_params.rb +0 -10
  689. data/lib/stripe/params/v2/money_management/outbound_setup_intent_update_params.rb +0 -80
  690. data/lib/stripe/params/v2/money_management/outbound_transfer_cancel_params.rb +0 -10
  691. data/lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb +0 -81
  692. data/lib/stripe/params/v2/money_management/outbound_transfer_list_params.rb +0 -48
  693. data/lib/stripe/params/v2/money_management/outbound_transfer_retrieve_params.rb +0 -10
  694. data/lib/stripe/params/v2/money_management/payout_method_archive_params.rb +0 -10
  695. data/lib/stripe/params/v2/money_management/payout_method_list_params.rb +0 -31
  696. data/lib/stripe/params/v2/money_management/payout_method_retrieve_params.rb +0 -10
  697. data/lib/stripe/params/v2/money_management/payout_method_unarchive_params.rb +0 -10
  698. data/lib/stripe/params/v2/money_management/payout_methods_bank_account_spec_retrieve_params.rb +0 -17
  699. data/lib/stripe/params/v2/money_management/received_credit_list_params.rb +0 -44
  700. data/lib/stripe/params/v2/money_management/received_credit_retrieve_params.rb +0 -10
  701. data/lib/stripe/params/v2/money_management/received_debit_list_params.rb +0 -17
  702. data/lib/stripe/params/v2/money_management/received_debit_retrieve_params.rb +0 -10
  703. data/lib/stripe/params/v2/money_management/recipient_verification_acknowledge_params.rb +0 -10
  704. data/lib/stripe/params/v2/money_management/recipient_verification_create_params.rb +0 -20
  705. data/lib/stripe/params/v2/money_management/recipient_verification_retrieve_params.rb +0 -10
  706. data/lib/stripe/params/v2/money_management/transaction_entry_list_params.rb +0 -43
  707. data/lib/stripe/params/v2/money_management/transaction_entry_retrieve_params.rb +0 -10
  708. data/lib/stripe/params/v2/money_management/transaction_list_params.rb +0 -47
  709. data/lib/stripe/params/v2/money_management/transaction_retrieve_params.rb +0 -10
  710. data/lib/stripe/params/v2/payments/off_session_payment_cancel_params.rb +0 -10
  711. data/lib/stripe/params/v2/payments/off_session_payment_capture_params.rb +0 -61
  712. data/lib/stripe/params/v2/payments/off_session_payment_create_params.rb +0 -237
  713. data/lib/stripe/params/v2/payments/off_session_payment_list_params.rb +0 -17
  714. data/lib/stripe/params/v2/payments/off_session_payment_retrieve_params.rb +0 -10
  715. data/lib/stripe/params/v2/tax/automatic_rule_create_params.rb +0 -20
  716. data/lib/stripe/params/v2/tax/automatic_rule_deactivate_params.rb +0 -10
  717. data/lib/stripe/params/v2/tax/automatic_rule_find_params.rb +0 -17
  718. data/lib/stripe/params/v2/tax/automatic_rule_retrieve_params.rb +0 -10
  719. data/lib/stripe/params/v2/tax/automatic_rule_update_params.rb +0 -17
  720. data/lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb +0 -23
  721. data/lib/stripe/params/v2/test_helpers/financial_address_generate_microdeposits_params.rb +0 -10
  722. data/lib/stripe/params/v2/test_helpers/money_management_recipient_verifications_params.rb +0 -23
  723. data/lib/stripe/resources/account_notice.rb +0 -94
  724. data/lib/stripe/resources/billing/analytics/meter_usage.rb +0 -33
  725. data/lib/stripe/resources/billing/analytics/meter_usage_row.rb +0 -38
  726. data/lib/stripe/resources/capital/financing_offer.rb +0 -142
  727. data/lib/stripe/resources/capital/financing_summary.rb +0 -79
  728. data/lib/stripe/resources/capital/financing_transaction.rb +0 -99
  729. data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +0 -35
  730. data/lib/stripe/resources/financial_connections/institution.rb +0 -127
  731. data/lib/stripe/resources/fx_quote.rb +0 -147
  732. data/lib/stripe/resources/issuing/credit_underwriting_record.rb +0 -263
  733. data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +0 -71
  734. data/lib/stripe/resources/issuing/fraud_liability_debit.rb +0 -51
  735. data/lib/stripe/resources/issuing/settlement.rb +0 -61
  736. data/lib/stripe/resources/margin.rb +0 -64
  737. data/lib/stripe/resources/order.rb +0 -987
  738. data/lib/stripe/resources/payment_attempt_record.rb +0 -2102
  739. data/lib/stripe/resources/payment_intent_amount_details_line_item.rb +0 -128
  740. data/lib/stripe/resources/payment_record.rb +0 -2208
  741. data/lib/stripe/resources/privacy/redaction_job.rb +0 -187
  742. data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +0 -49
  743. data/lib/stripe/resources/quote_line.rb +0 -521
  744. data/lib/stripe/resources/quote_preview_invoice.rb +0 -1150
  745. data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -732
  746. data/lib/stripe/resources/tax/association.rb +0 -86
  747. data/lib/stripe/resources/tax/form.rb +0 -264
  748. data/lib/stripe/resources/terminal/onboarding_link.rb +0 -71
  749. data/lib/stripe/resources/terminal/reader_collected_data.rb +0 -47
  750. data/lib/stripe/resources/v2/billing/bill_setting.rb +0 -102
  751. data/lib/stripe/resources/v2/billing/bill_setting_version.rb +0 -90
  752. data/lib/stripe/resources/v2/billing/cadence.rb +0 -655
  753. data/lib/stripe/resources/v2/billing/collection_setting.rb +0 -274
  754. data/lib/stripe/resources/v2/billing/collection_setting_version.rb +0 -262
  755. data/lib/stripe/resources/v2/billing/custom_pricing_unit.rb +0 -43
  756. data/lib/stripe/resources/v2/billing/intent.rb +0 -86
  757. data/lib/stripe/resources/v2/billing/intent_action.rb +0 -395
  758. data/lib/stripe/resources/v2/billing/license_fee.rb +0 -104
  759. data/lib/stripe/resources/v2/billing/license_fee_subscription.rb +0 -44
  760. data/lib/stripe/resources/v2/billing/license_fee_version.rb +0 -80
  761. data/lib/stripe/resources/v2/billing/licensed_item.rb +0 -60
  762. data/lib/stripe/resources/v2/billing/metered_item.rb +0 -85
  763. data/lib/stripe/resources/v2/billing/pricing_plan.rb +0 -51
  764. data/lib/stripe/resources/v2/billing/pricing_plan_component.rb +0 -94
  765. data/lib/stripe/resources/v2/billing/pricing_plan_subscription.rb +0 -94
  766. data/lib/stripe/resources/v2/billing/pricing_plan_version.rb +0 -38
  767. data/lib/stripe/resources/v2/billing/profile.rb +0 -46
  768. data/lib/stripe/resources/v2/billing/rate_card.rb +0 -61
  769. data/lib/stripe/resources/v2/billing/rate_card_rate.rb +0 -110
  770. data/lib/stripe/resources/v2/billing/rate_card_subscription.rb +0 -94
  771. data/lib/stripe/resources/v2/billing/rate_card_version.rb +0 -34
  772. data/lib/stripe/resources/v2/billing/service_action.rb +0 -244
  773. data/lib/stripe/resources/v2/core/account.rb +0 -3885
  774. data/lib/stripe/resources/v2/core/account_link.rb +0 -123
  775. data/lib/stripe/resources/v2/core/account_person.rb +0 -477
  776. data/lib/stripe/resources/v2/core/claimable_sandbox.rb +0 -105
  777. data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +0 -114
  778. data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +0 -47
  779. data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +0 -28
  780. data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +0 -30
  781. data/lib/stripe/resources/v2/money_management/adjustment.rb +0 -67
  782. data/lib/stripe/resources/v2/money_management/financial_account.rb +0 -140
  783. data/lib/stripe/resources/v2/money_management/financial_address.rb +0 -132
  784. data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +0 -148
  785. data/lib/stripe/resources/v2/money_management/outbound_payment.rb +0 -219
  786. data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +0 -144
  787. data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +0 -69
  788. data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +0 -198
  789. data/lib/stripe/resources/v2/money_management/payout_method.rb +0 -137
  790. data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +0 -81
  791. data/lib/stripe/resources/v2/money_management/received_credit.rb +0 -228
  792. data/lib/stripe/resources/v2/money_management/received_debit.rb +0 -138
  793. data/lib/stripe/resources/v2/money_management/recipient_verification.rb +0 -83
  794. data/lib/stripe/resources/v2/money_management/transaction.rb +0 -116
  795. data/lib/stripe/resources/v2/money_management/transaction_entry.rb +0 -105
  796. data/lib/stripe/resources/v2/payments/off_session_payment.rb +0 -242
  797. data/lib/stripe/resources/v2/tax/automatic_rule.rb +0 -39
  798. data/lib/stripe/services/account_notice_service.rb +0 -39
  799. data/lib/stripe/services/billing/analytics/meter_usage_service.rb +0 -21
  800. data/lib/stripe/services/billing/analytics_service.rb +0 -15
  801. data/lib/stripe/services/capital/financing_offer_service.rb +0 -42
  802. data/lib/stripe/services/capital/financing_summary_service.rb +0 -19
  803. data/lib/stripe/services/capital/financing_transaction_service.rb +0 -31
  804. data/lib/stripe/services/capital_service.rb +0 -15
  805. data/lib/stripe/services/external_account_service.rb +0 -68
  806. data/lib/stripe/services/financial_connections/account_inferred_balance_service.rb +0 -19
  807. data/lib/stripe/services/financial_connections/institution_service.rb +0 -30
  808. data/lib/stripe/services/fx_quote_service.rb +0 -27
  809. data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +0 -74
  810. data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +0 -30
  811. data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +0 -30
  812. data/lib/stripe/services/margin_service.rb +0 -50
  813. data/lib/stripe/services/order_line_item_service.rb +0 -17
  814. data/lib/stripe/services/order_service.rb +0 -78
  815. data/lib/stripe/services/payment_attempt_record_service.rb +0 -28
  816. data/lib/stripe/services/payment_intent_amount_details_line_item_service.rb +0 -17
  817. data/lib/stripe/services/payment_record_service.rb +0 -89
  818. data/lib/stripe/services/privacy/redaction_job_service.rb +0 -104
  819. data/lib/stripe/services/privacy/redaction_job_validation_error_service.rb +0 -19
  820. data/lib/stripe/services/privacy_service.rb +0 -13
  821. data/lib/stripe/services/quote_line_service.rb +0 -17
  822. data/lib/stripe/services/quote_preview_invoice_service.rb +0 -17
  823. data/lib/stripe/services/quote_preview_subscription_schedule_service.rb +0 -17
  824. data/lib/stripe/services/tax/association_service.rb +0 -19
  825. data/lib/stripe/services/tax/form_service.rb +0 -37
  826. data/lib/stripe/services/terminal/onboarding_link_service.rb +0 -19
  827. data/lib/stripe/services/terminal/reader_collected_data_service.rb +0 -19
  828. data/lib/stripe/services/v2/billing/bill_setting_service.rb +0 -61
  829. data/lib/stripe/services/v2/billing/bill_settings/version_service.rb +0 -34
  830. data/lib/stripe/services/v2/billing/cadence_service.rb +0 -65
  831. data/lib/stripe/services/v2/billing/collection_setting_service.rb +0 -61
  832. data/lib/stripe/services/v2/billing/collection_settings/version_service.rb +0 -34
  833. data/lib/stripe/services/v2/billing/custom_pricing_unit_service.rb +0 -54
  834. data/lib/stripe/services/v2/billing/intent_service.rb +0 -94
  835. data/lib/stripe/services/v2/billing/intents/action_service.rb +0 -34
  836. data/lib/stripe/services/v2/billing/license_fee_service.rb +0 -61
  837. data/lib/stripe/services/v2/billing/license_fee_subscription_service.rb +0 -21
  838. data/lib/stripe/services/v2/billing/license_fees/version_service.rb +0 -34
  839. data/lib/stripe/services/v2/billing/licensed_item_service.rb +0 -54
  840. data/lib/stripe/services/v2/billing/metered_item_service.rb +0 -54
  841. data/lib/stripe/services/v2/billing/pricing_plan_service.rb +0 -62
  842. data/lib/stripe/services/v2/billing/pricing_plan_subscription_service.rb +0 -43
  843. data/lib/stripe/services/v2/billing/pricing_plans/component_service.rb +0 -67
  844. data/lib/stripe/services/v2/billing/pricing_plans/version_service.rb +0 -34
  845. data/lib/stripe/services/v2/billing/profile_service.rb +0 -54
  846. data/lib/stripe/services/v2/billing/rate_card_service.rb +0 -62
  847. data/lib/stripe/services/v2/billing/rate_card_subscription_service.rb +0 -65
  848. data/lib/stripe/services/v2/billing/rate_cards/rate_service.rb +0 -57
  849. data/lib/stripe/services/v2/billing/rate_cards/version_service.rb +0 -34
  850. data/lib/stripe/services/v2/billing/service_action_service.rb +0 -43
  851. data/lib/stripe/services/v2/core/account_link_service.rb +0 -21
  852. data/lib/stripe/services/v2/core/account_service.rb +0 -76
  853. data/lib/stripe/services/v2/core/accounts/person_service.rb +0 -67
  854. data/lib/stripe/services/v2/core/claimable_sandbox_service.rb +0 -35
  855. data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +0 -74
  856. data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +0 -68
  857. data/lib/stripe/services/v2/core/vault_service.rb +0 -18
  858. data/lib/stripe/services/v2/money_management/adjustment_service.rb +0 -32
  859. data/lib/stripe/services/v2/money_management/financial_account_service.rb +0 -59
  860. data/lib/stripe/services/v2/money_management/financial_address_service.rb +0 -46
  861. data/lib/stripe/services/v2/money_management/inbound_transfer_service.rb +0 -45
  862. data/lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb +0 -34
  863. data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +0 -62
  864. data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +0 -73
  865. data/lib/stripe/services/v2/money_management/outbound_transfer_service.rb +0 -60
  866. data/lib/stripe/services/v2/money_management/payout_method_service.rb +0 -63
  867. data/lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb +0 -23
  868. data/lib/stripe/services/v2/money_management/received_credit_service.rb +0 -32
  869. data/lib/stripe/services/v2/money_management/received_debit_service.rb +0 -32
  870. data/lib/stripe/services/v2/money_management/recipient_verification_service.rb +0 -43
  871. data/lib/stripe/services/v2/money_management/transaction_entry_service.rb +0 -32
  872. data/lib/stripe/services/v2/money_management/transaction_service.rb +0 -32
  873. data/lib/stripe/services/v2/money_management_service.rb +0 -33
  874. data/lib/stripe/services/v2/payment_service.rb +0 -15
  875. data/lib/stripe/services/v2/payments/off_session_payment_service.rb +0 -65
  876. data/lib/stripe/services/v2/tax/automatic_rule_service.rb +0 -65
  877. data/lib/stripe/services/v2/tax_service.rb +0 -15
  878. data/lib/stripe/services/v2/test_helper_service.rb +0 -16
  879. data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +0 -36
  880. data/lib/stripe/services/v2/test_helpers/money_management_service.rb +0 -21
@@ -5,478 +5,10 @@ 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::V1AccountUpdatedEvent.lookup_type => Events::V1AccountUpdatedEvent,
9
- Events::V1ApplicationFeeCreatedEvent.lookup_type => Events::V1ApplicationFeeCreatedEvent,
10
- Events::V1ApplicationFeeRefundedEvent.lookup_type => Events::V1ApplicationFeeRefundedEvent,
11
8
  Events::V1BillingMeterErrorReportTriggeredEvent.lookup_type =>
12
9
  Events::V1BillingMeterErrorReportTriggeredEvent,
13
10
  Events::V1BillingMeterNoMeterFoundEvent.lookup_type => Events::V1BillingMeterNoMeterFoundEvent,
14
- Events::V1BillingPortalConfigurationCreatedEvent.lookup_type =>
15
- Events::V1BillingPortalConfigurationCreatedEvent,
16
- Events::V1BillingPortalConfigurationUpdatedEvent.lookup_type =>
17
- Events::V1BillingPortalConfigurationUpdatedEvent,
18
- Events::V1CapabilityUpdatedEvent.lookup_type => Events::V1CapabilityUpdatedEvent,
19
- Events::V1ChargeCapturedEvent.lookup_type => Events::V1ChargeCapturedEvent,
20
- Events::V1ChargeDisputeClosedEvent.lookup_type => Events::V1ChargeDisputeClosedEvent,
21
- Events::V1ChargeDisputeCreatedEvent.lookup_type => Events::V1ChargeDisputeCreatedEvent,
22
- Events::V1ChargeDisputeFundsReinstatedEvent.lookup_type =>
23
- Events::V1ChargeDisputeFundsReinstatedEvent,
24
- Events::V1ChargeDisputeFundsWithdrawnEvent.lookup_type =>
25
- Events::V1ChargeDisputeFundsWithdrawnEvent,
26
- Events::V1ChargeDisputeUpdatedEvent.lookup_type => Events::V1ChargeDisputeUpdatedEvent,
27
- Events::V1ChargeExpiredEvent.lookup_type => Events::V1ChargeExpiredEvent,
28
- Events::V1ChargeFailedEvent.lookup_type => Events::V1ChargeFailedEvent,
29
- Events::V1ChargePendingEvent.lookup_type => Events::V1ChargePendingEvent,
30
- Events::V1ChargeRefundUpdatedEvent.lookup_type => Events::V1ChargeRefundUpdatedEvent,
31
- Events::V1ChargeRefundedEvent.lookup_type => Events::V1ChargeRefundedEvent,
32
- Events::V1ChargeSucceededEvent.lookup_type => Events::V1ChargeSucceededEvent,
33
- Events::V1ChargeUpdatedEvent.lookup_type => Events::V1ChargeUpdatedEvent,
34
- Events::V1CheckoutSessionAsyncPaymentFailedEvent.lookup_type =>
35
- Events::V1CheckoutSessionAsyncPaymentFailedEvent,
36
- Events::V1CheckoutSessionAsyncPaymentSucceededEvent.lookup_type =>
37
- Events::V1CheckoutSessionAsyncPaymentSucceededEvent,
38
- Events::V1CheckoutSessionCompletedEvent.lookup_type => Events::V1CheckoutSessionCompletedEvent,
39
- Events::V1CheckoutSessionExpiredEvent.lookup_type => Events::V1CheckoutSessionExpiredEvent,
40
- Events::V1ClimateOrderCanceledEvent.lookup_type => Events::V1ClimateOrderCanceledEvent,
41
- Events::V1ClimateOrderCreatedEvent.lookup_type => Events::V1ClimateOrderCreatedEvent,
42
- Events::V1ClimateOrderDelayedEvent.lookup_type => Events::V1ClimateOrderDelayedEvent,
43
- Events::V1ClimateOrderDeliveredEvent.lookup_type => Events::V1ClimateOrderDeliveredEvent,
44
- Events::V1ClimateOrderProductSubstitutedEvent.lookup_type =>
45
- Events::V1ClimateOrderProductSubstitutedEvent,
46
- Events::V1ClimateProductCreatedEvent.lookup_type => Events::V1ClimateProductCreatedEvent,
47
- Events::V1ClimateProductPricingUpdatedEvent.lookup_type =>
48
- Events::V1ClimateProductPricingUpdatedEvent,
49
- Events::V1CouponCreatedEvent.lookup_type => Events::V1CouponCreatedEvent,
50
- Events::V1CouponDeletedEvent.lookup_type => Events::V1CouponDeletedEvent,
51
- Events::V1CouponUpdatedEvent.lookup_type => Events::V1CouponUpdatedEvent,
52
- Events::V1CreditNoteCreatedEvent.lookup_type => Events::V1CreditNoteCreatedEvent,
53
- Events::V1CreditNoteUpdatedEvent.lookup_type => Events::V1CreditNoteUpdatedEvent,
54
- Events::V1CreditNoteVoidedEvent.lookup_type => Events::V1CreditNoteVoidedEvent,
55
- Events::V1CustomerCreatedEvent.lookup_type => Events::V1CustomerCreatedEvent,
56
- Events::V1CustomerDeletedEvent.lookup_type => Events::V1CustomerDeletedEvent,
57
- Events::V1CustomerSubscriptionCreatedEvent.lookup_type =>
58
- Events::V1CustomerSubscriptionCreatedEvent,
59
- Events::V1CustomerSubscriptionDeletedEvent.lookup_type =>
60
- Events::V1CustomerSubscriptionDeletedEvent,
61
- Events::V1CustomerSubscriptionPausedEvent.lookup_type => Events::V1CustomerSubscriptionPausedEvent,
62
- Events::V1CustomerSubscriptionPendingUpdateAppliedEvent.lookup_type =>
63
- Events::V1CustomerSubscriptionPendingUpdateAppliedEvent,
64
- Events::V1CustomerSubscriptionPendingUpdateExpiredEvent.lookup_type =>
65
- Events::V1CustomerSubscriptionPendingUpdateExpiredEvent,
66
- Events::V1CustomerSubscriptionResumedEvent.lookup_type =>
67
- Events::V1CustomerSubscriptionResumedEvent,
68
- Events::V1CustomerSubscriptionTrialWillEndEvent.lookup_type =>
69
- Events::V1CustomerSubscriptionTrialWillEndEvent,
70
- Events::V1CustomerSubscriptionUpdatedEvent.lookup_type =>
71
- Events::V1CustomerSubscriptionUpdatedEvent,
72
- Events::V1CustomerTaxIdCreatedEvent.lookup_type => Events::V1CustomerTaxIdCreatedEvent,
73
- Events::V1CustomerTaxIdDeletedEvent.lookup_type => Events::V1CustomerTaxIdDeletedEvent,
74
- Events::V1CustomerTaxIdUpdatedEvent.lookup_type => Events::V1CustomerTaxIdUpdatedEvent,
75
- Events::V1CustomerUpdatedEvent.lookup_type => Events::V1CustomerUpdatedEvent,
76
- Events::V1FileCreatedEvent.lookup_type => Events::V1FileCreatedEvent,
77
- Events::V1FinancialConnectionsAccountCreatedEvent.lookup_type =>
78
- Events::V1FinancialConnectionsAccountCreatedEvent,
79
- Events::V1FinancialConnectionsAccountDeactivatedEvent.lookup_type =>
80
- Events::V1FinancialConnectionsAccountDeactivatedEvent,
81
- Events::V1FinancialConnectionsAccountDisconnectedEvent.lookup_type =>
82
- Events::V1FinancialConnectionsAccountDisconnectedEvent,
83
- Events::V1FinancialConnectionsAccountReactivatedEvent.lookup_type =>
84
- Events::V1FinancialConnectionsAccountReactivatedEvent,
85
- Events::V1FinancialConnectionsAccountRefreshedBalanceEvent.lookup_type =>
86
- Events::V1FinancialConnectionsAccountRefreshedBalanceEvent,
87
- Events::V1FinancialConnectionsAccountRefreshedOwnershipEvent.lookup_type =>
88
- Events::V1FinancialConnectionsAccountRefreshedOwnershipEvent,
89
- Events::V1FinancialConnectionsAccountRefreshedTransactionsEvent.lookup_type =>
90
- Events::V1FinancialConnectionsAccountRefreshedTransactionsEvent,
91
- Events::V1IdentityVerificationSessionCanceledEvent.lookup_type =>
92
- Events::V1IdentityVerificationSessionCanceledEvent,
93
- Events::V1IdentityVerificationSessionCreatedEvent.lookup_type =>
94
- Events::V1IdentityVerificationSessionCreatedEvent,
95
- Events::V1IdentityVerificationSessionProcessingEvent.lookup_type =>
96
- Events::V1IdentityVerificationSessionProcessingEvent,
97
- Events::V1IdentityVerificationSessionRedactedEvent.lookup_type =>
98
- Events::V1IdentityVerificationSessionRedactedEvent,
99
- Events::V1IdentityVerificationSessionRequiresInputEvent.lookup_type =>
100
- Events::V1IdentityVerificationSessionRequiresInputEvent,
101
- Events::V1IdentityVerificationSessionVerifiedEvent.lookup_type =>
102
- Events::V1IdentityVerificationSessionVerifiedEvent,
103
- Events::V1InvoiceCreatedEvent.lookup_type => Events::V1InvoiceCreatedEvent,
104
- Events::V1InvoiceDeletedEvent.lookup_type => Events::V1InvoiceDeletedEvent,
105
- Events::V1InvoiceFinalizationFailedEvent.lookup_type => Events::V1InvoiceFinalizationFailedEvent,
106
- Events::V1InvoiceFinalizedEvent.lookup_type => Events::V1InvoiceFinalizedEvent,
107
- Events::V1InvoiceMarkedUncollectibleEvent.lookup_type => Events::V1InvoiceMarkedUncollectibleEvent,
108
- Events::V1InvoiceOverdueEvent.lookup_type => Events::V1InvoiceOverdueEvent,
109
- Events::V1InvoiceOverpaidEvent.lookup_type => Events::V1InvoiceOverpaidEvent,
110
- Events::V1InvoicePaidEvent.lookup_type => Events::V1InvoicePaidEvent,
111
- Events::V1InvoicePaymentActionRequiredEvent.lookup_type =>
112
- Events::V1InvoicePaymentActionRequiredEvent,
113
- Events::V1InvoicePaymentFailedEvent.lookup_type => Events::V1InvoicePaymentFailedEvent,
114
- Events::V1InvoicePaymentPaidEvent.lookup_type => Events::V1InvoicePaymentPaidEvent,
115
- Events::V1InvoicePaymentSucceededEvent.lookup_type => Events::V1InvoicePaymentSucceededEvent,
116
- Events::V1InvoiceSentEvent.lookup_type => Events::V1InvoiceSentEvent,
117
- Events::V1InvoiceUpcomingEvent.lookup_type => Events::V1InvoiceUpcomingEvent,
118
- Events::V1InvoiceUpdatedEvent.lookup_type => Events::V1InvoiceUpdatedEvent,
119
- Events::V1InvoiceVoidedEvent.lookup_type => Events::V1InvoiceVoidedEvent,
120
- Events::V1InvoiceWillBeDueEvent.lookup_type => Events::V1InvoiceWillBeDueEvent,
121
- Events::V1InvoiceitemCreatedEvent.lookup_type => Events::V1InvoiceitemCreatedEvent,
122
- Events::V1InvoiceitemDeletedEvent.lookup_type => Events::V1InvoiceitemDeletedEvent,
123
- Events::V1IssuingAuthorizationCreatedEvent.lookup_type =>
124
- Events::V1IssuingAuthorizationCreatedEvent,
125
- Events::V1IssuingAuthorizationRequestEvent.lookup_type =>
126
- Events::V1IssuingAuthorizationRequestEvent,
127
- Events::V1IssuingAuthorizationUpdatedEvent.lookup_type =>
128
- Events::V1IssuingAuthorizationUpdatedEvent,
129
- Events::V1IssuingCardCreatedEvent.lookup_type => Events::V1IssuingCardCreatedEvent,
130
- Events::V1IssuingCardUpdatedEvent.lookup_type => Events::V1IssuingCardUpdatedEvent,
131
- Events::V1IssuingCardholderCreatedEvent.lookup_type => Events::V1IssuingCardholderCreatedEvent,
132
- Events::V1IssuingCardholderUpdatedEvent.lookup_type => Events::V1IssuingCardholderUpdatedEvent,
133
- Events::V1IssuingDisputeClosedEvent.lookup_type => Events::V1IssuingDisputeClosedEvent,
134
- Events::V1IssuingDisputeCreatedEvent.lookup_type => Events::V1IssuingDisputeCreatedEvent,
135
- Events::V1IssuingDisputeFundsReinstatedEvent.lookup_type =>
136
- Events::V1IssuingDisputeFundsReinstatedEvent,
137
- Events::V1IssuingDisputeFundsRescindedEvent.lookup_type =>
138
- Events::V1IssuingDisputeFundsRescindedEvent,
139
- Events::V1IssuingDisputeSubmittedEvent.lookup_type => Events::V1IssuingDisputeSubmittedEvent,
140
- Events::V1IssuingDisputeUpdatedEvent.lookup_type => Events::V1IssuingDisputeUpdatedEvent,
141
- Events::V1IssuingPersonalizationDesignActivatedEvent.lookup_type =>
142
- Events::V1IssuingPersonalizationDesignActivatedEvent,
143
- Events::V1IssuingPersonalizationDesignDeactivatedEvent.lookup_type =>
144
- Events::V1IssuingPersonalizationDesignDeactivatedEvent,
145
- Events::V1IssuingPersonalizationDesignRejectedEvent.lookup_type =>
146
- Events::V1IssuingPersonalizationDesignRejectedEvent,
147
- Events::V1IssuingPersonalizationDesignUpdatedEvent.lookup_type =>
148
- Events::V1IssuingPersonalizationDesignUpdatedEvent,
149
- Events::V1IssuingTokenCreatedEvent.lookup_type => Events::V1IssuingTokenCreatedEvent,
150
- Events::V1IssuingTokenUpdatedEvent.lookup_type => Events::V1IssuingTokenUpdatedEvent,
151
- Events::V1IssuingTransactionCreatedEvent.lookup_type => Events::V1IssuingTransactionCreatedEvent,
152
- Events::V1IssuingTransactionPurchaseDetailsReceiptUpdatedEvent.lookup_type =>
153
- Events::V1IssuingTransactionPurchaseDetailsReceiptUpdatedEvent,
154
- Events::V1IssuingTransactionUpdatedEvent.lookup_type => Events::V1IssuingTransactionUpdatedEvent,
155
- Events::V1MandateUpdatedEvent.lookup_type => Events::V1MandateUpdatedEvent,
156
- Events::V1PaymentIntentAmountCapturableUpdatedEvent.lookup_type =>
157
- Events::V1PaymentIntentAmountCapturableUpdatedEvent,
158
- Events::V1PaymentIntentCanceledEvent.lookup_type => Events::V1PaymentIntentCanceledEvent,
159
- Events::V1PaymentIntentCreatedEvent.lookup_type => Events::V1PaymentIntentCreatedEvent,
160
- Events::V1PaymentIntentPartiallyFundedEvent.lookup_type =>
161
- Events::V1PaymentIntentPartiallyFundedEvent,
162
- Events::V1PaymentIntentPaymentFailedEvent.lookup_type => Events::V1PaymentIntentPaymentFailedEvent,
163
- Events::V1PaymentIntentProcessingEvent.lookup_type => Events::V1PaymentIntentProcessingEvent,
164
- Events::V1PaymentIntentRequiresActionEvent.lookup_type =>
165
- Events::V1PaymentIntentRequiresActionEvent,
166
- Events::V1PaymentIntentSucceededEvent.lookup_type => Events::V1PaymentIntentSucceededEvent,
167
- Events::V1PaymentLinkCreatedEvent.lookup_type => Events::V1PaymentLinkCreatedEvent,
168
- Events::V1PaymentLinkUpdatedEvent.lookup_type => Events::V1PaymentLinkUpdatedEvent,
169
- Events::V1PaymentMethodAttachedEvent.lookup_type => Events::V1PaymentMethodAttachedEvent,
170
- Events::V1PaymentMethodAutomaticallyUpdatedEvent.lookup_type =>
171
- Events::V1PaymentMethodAutomaticallyUpdatedEvent,
172
- Events::V1PaymentMethodDetachedEvent.lookup_type => Events::V1PaymentMethodDetachedEvent,
173
- Events::V1PaymentMethodUpdatedEvent.lookup_type => Events::V1PaymentMethodUpdatedEvent,
174
- Events::V1PayoutCanceledEvent.lookup_type => Events::V1PayoutCanceledEvent,
175
- Events::V1PayoutCreatedEvent.lookup_type => Events::V1PayoutCreatedEvent,
176
- Events::V1PayoutFailedEvent.lookup_type => Events::V1PayoutFailedEvent,
177
- Events::V1PayoutPaidEvent.lookup_type => Events::V1PayoutPaidEvent,
178
- Events::V1PayoutReconciliationCompletedEvent.lookup_type =>
179
- Events::V1PayoutReconciliationCompletedEvent,
180
- Events::V1PayoutUpdatedEvent.lookup_type => Events::V1PayoutUpdatedEvent,
181
- Events::V1PersonCreatedEvent.lookup_type => Events::V1PersonCreatedEvent,
182
- Events::V1PersonDeletedEvent.lookup_type => Events::V1PersonDeletedEvent,
183
- Events::V1PersonUpdatedEvent.lookup_type => Events::V1PersonUpdatedEvent,
184
- Events::V1PlanCreatedEvent.lookup_type => Events::V1PlanCreatedEvent,
185
- Events::V1PlanDeletedEvent.lookup_type => Events::V1PlanDeletedEvent,
186
- Events::V1PlanUpdatedEvent.lookup_type => Events::V1PlanUpdatedEvent,
187
- Events::V1PriceCreatedEvent.lookup_type => Events::V1PriceCreatedEvent,
188
- Events::V1PriceDeletedEvent.lookup_type => Events::V1PriceDeletedEvent,
189
- Events::V1PriceUpdatedEvent.lookup_type => Events::V1PriceUpdatedEvent,
190
- Events::V1ProductCreatedEvent.lookup_type => Events::V1ProductCreatedEvent,
191
- Events::V1ProductDeletedEvent.lookup_type => Events::V1ProductDeletedEvent,
192
- Events::V1ProductUpdatedEvent.lookup_type => Events::V1ProductUpdatedEvent,
193
- Events::V1PromotionCodeCreatedEvent.lookup_type => Events::V1PromotionCodeCreatedEvent,
194
- Events::V1PromotionCodeUpdatedEvent.lookup_type => Events::V1PromotionCodeUpdatedEvent,
195
- Events::V1QuoteAcceptedEvent.lookup_type => Events::V1QuoteAcceptedEvent,
196
- Events::V1QuoteCanceledEvent.lookup_type => Events::V1QuoteCanceledEvent,
197
- Events::V1QuoteCreatedEvent.lookup_type => Events::V1QuoteCreatedEvent,
198
- Events::V1QuoteFinalizedEvent.lookup_type => Events::V1QuoteFinalizedEvent,
199
- Events::V1RadarEarlyFraudWarningCreatedEvent.lookup_type =>
200
- Events::V1RadarEarlyFraudWarningCreatedEvent,
201
- Events::V1RadarEarlyFraudWarningUpdatedEvent.lookup_type =>
202
- Events::V1RadarEarlyFraudWarningUpdatedEvent,
203
- Events::V1RefundCreatedEvent.lookup_type => Events::V1RefundCreatedEvent,
204
- Events::V1RefundFailedEvent.lookup_type => Events::V1RefundFailedEvent,
205
- Events::V1RefundUpdatedEvent.lookup_type => Events::V1RefundUpdatedEvent,
206
- Events::V1ReviewClosedEvent.lookup_type => Events::V1ReviewClosedEvent,
207
- Events::V1ReviewOpenedEvent.lookup_type => Events::V1ReviewOpenedEvent,
208
- Events::V1SetupIntentCanceledEvent.lookup_type => Events::V1SetupIntentCanceledEvent,
209
- Events::V1SetupIntentCreatedEvent.lookup_type => Events::V1SetupIntentCreatedEvent,
210
- Events::V1SetupIntentRequiresActionEvent.lookup_type => Events::V1SetupIntentRequiresActionEvent,
211
- Events::V1SetupIntentSetupFailedEvent.lookup_type => Events::V1SetupIntentSetupFailedEvent,
212
- Events::V1SetupIntentSucceededEvent.lookup_type => Events::V1SetupIntentSucceededEvent,
213
- Events::V1SigmaScheduledQueryRunCreatedEvent.lookup_type =>
214
- Events::V1SigmaScheduledQueryRunCreatedEvent,
215
- Events::V1SourceCanceledEvent.lookup_type => Events::V1SourceCanceledEvent,
216
- Events::V1SourceChargeableEvent.lookup_type => Events::V1SourceChargeableEvent,
217
- Events::V1SourceFailedEvent.lookup_type => Events::V1SourceFailedEvent,
218
- Events::V1SourceRefundAttributesRequiredEvent.lookup_type =>
219
- Events::V1SourceRefundAttributesRequiredEvent,
220
- Events::V1SubscriptionScheduleAbortedEvent.lookup_type =>
221
- Events::V1SubscriptionScheduleAbortedEvent,
222
- Events::V1SubscriptionScheduleCanceledEvent.lookup_type =>
223
- Events::V1SubscriptionScheduleCanceledEvent,
224
- Events::V1SubscriptionScheduleCompletedEvent.lookup_type =>
225
- Events::V1SubscriptionScheduleCompletedEvent,
226
- Events::V1SubscriptionScheduleCreatedEvent.lookup_type =>
227
- Events::V1SubscriptionScheduleCreatedEvent,
228
- Events::V1SubscriptionScheduleExpiringEvent.lookup_type =>
229
- Events::V1SubscriptionScheduleExpiringEvent,
230
- Events::V1SubscriptionScheduleReleasedEvent.lookup_type =>
231
- Events::V1SubscriptionScheduleReleasedEvent,
232
- Events::V1SubscriptionScheduleUpdatedEvent.lookup_type =>
233
- Events::V1SubscriptionScheduleUpdatedEvent,
234
- Events::V1TaxRateCreatedEvent.lookup_type => Events::V1TaxRateCreatedEvent,
235
- Events::V1TaxRateUpdatedEvent.lookup_type => Events::V1TaxRateUpdatedEvent,
236
- Events::V1TerminalReaderActionFailedEvent.lookup_type => Events::V1TerminalReaderActionFailedEvent,
237
- Events::V1TerminalReaderActionSucceededEvent.lookup_type =>
238
- Events::V1TerminalReaderActionSucceededEvent,
239
- Events::V1TerminalReaderActionUpdatedEvent.lookup_type =>
240
- Events::V1TerminalReaderActionUpdatedEvent,
241
- Events::V1TestHelpersTestClockAdvancingEvent.lookup_type =>
242
- Events::V1TestHelpersTestClockAdvancingEvent,
243
- Events::V1TestHelpersTestClockCreatedEvent.lookup_type =>
244
- Events::V1TestHelpersTestClockCreatedEvent,
245
- Events::V1TestHelpersTestClockDeletedEvent.lookup_type =>
246
- Events::V1TestHelpersTestClockDeletedEvent,
247
- Events::V1TestHelpersTestClockInternalFailureEvent.lookup_type =>
248
- Events::V1TestHelpersTestClockInternalFailureEvent,
249
- Events::V1TestHelpersTestClockReadyEvent.lookup_type => Events::V1TestHelpersTestClockReadyEvent,
250
- Events::V1TopupCanceledEvent.lookup_type => Events::V1TopupCanceledEvent,
251
- Events::V1TopupCreatedEvent.lookup_type => Events::V1TopupCreatedEvent,
252
- Events::V1TopupFailedEvent.lookup_type => Events::V1TopupFailedEvent,
253
- Events::V1TopupReversedEvent.lookup_type => Events::V1TopupReversedEvent,
254
- Events::V1TopupSucceededEvent.lookup_type => Events::V1TopupSucceededEvent,
255
- Events::V1TransferCreatedEvent.lookup_type => Events::V1TransferCreatedEvent,
256
- Events::V1TransferReversedEvent.lookup_type => Events::V1TransferReversedEvent,
257
- Events::V1TransferUpdatedEvent.lookup_type => Events::V1TransferUpdatedEvent,
258
- Events::V2BillingBillSettingUpdatedEvent.lookup_type => Events::V2BillingBillSettingUpdatedEvent,
259
- Events::V2BillingCadenceBilledEvent.lookup_type => Events::V2BillingCadenceBilledEvent,
260
- Events::V2BillingCadenceCanceledEvent.lookup_type => Events::V2BillingCadenceCanceledEvent,
261
- Events::V2BillingCadenceCreatedEvent.lookup_type => Events::V2BillingCadenceCreatedEvent,
262
- Events::V2BillingLicenseFeeCreatedEvent.lookup_type => Events::V2BillingLicenseFeeCreatedEvent,
263
- Events::V2BillingLicenseFeeUpdatedEvent.lookup_type => Events::V2BillingLicenseFeeUpdatedEvent,
264
- Events::V2BillingLicenseFeeVersionCreatedEvent.lookup_type =>
265
- Events::V2BillingLicenseFeeVersionCreatedEvent,
266
- Events::V2BillingLicensedItemCreatedEvent.lookup_type => Events::V2BillingLicensedItemCreatedEvent,
267
- Events::V2BillingLicensedItemUpdatedEvent.lookup_type => Events::V2BillingLicensedItemUpdatedEvent,
268
- Events::V2BillingMeteredItemCreatedEvent.lookup_type => Events::V2BillingMeteredItemCreatedEvent,
269
- Events::V2BillingMeteredItemUpdatedEvent.lookup_type => Events::V2BillingMeteredItemUpdatedEvent,
270
- Events::V2BillingPricingPlanComponentCreatedEvent.lookup_type =>
271
- Events::V2BillingPricingPlanComponentCreatedEvent,
272
- Events::V2BillingPricingPlanComponentUpdatedEvent.lookup_type =>
273
- Events::V2BillingPricingPlanComponentUpdatedEvent,
274
- Events::V2BillingPricingPlanCreatedEvent.lookup_type => Events::V2BillingPricingPlanCreatedEvent,
275
- Events::V2BillingPricingPlanSubscriptionCollectionAwaitingCustomerActionEvent.lookup_type =>
276
- Events::V2BillingPricingPlanSubscriptionCollectionAwaitingCustomerActionEvent,
277
- Events::V2BillingPricingPlanSubscriptionCollectionCurrentEvent.lookup_type =>
278
- Events::V2BillingPricingPlanSubscriptionCollectionCurrentEvent,
279
- Events::V2BillingPricingPlanSubscriptionCollectionPastDueEvent.lookup_type =>
280
- Events::V2BillingPricingPlanSubscriptionCollectionPastDueEvent,
281
- Events::V2BillingPricingPlanSubscriptionCollectionPausedEvent.lookup_type =>
282
- Events::V2BillingPricingPlanSubscriptionCollectionPausedEvent,
283
- Events::V2BillingPricingPlanSubscriptionCollectionUnpaidEvent.lookup_type =>
284
- Events::V2BillingPricingPlanSubscriptionCollectionUnpaidEvent,
285
- Events::V2BillingPricingPlanSubscriptionServicingActivatedEvent.lookup_type =>
286
- Events::V2BillingPricingPlanSubscriptionServicingActivatedEvent,
287
- Events::V2BillingPricingPlanSubscriptionServicingCanceledEvent.lookup_type =>
288
- Events::V2BillingPricingPlanSubscriptionServicingCanceledEvent,
289
- Events::V2BillingPricingPlanSubscriptionServicingPausedEvent.lookup_type =>
290
- Events::V2BillingPricingPlanSubscriptionServicingPausedEvent,
291
- Events::V2BillingPricingPlanUpdatedEvent.lookup_type => Events::V2BillingPricingPlanUpdatedEvent,
292
- Events::V2BillingPricingPlanVersionCreatedEvent.lookup_type =>
293
- Events::V2BillingPricingPlanVersionCreatedEvent,
294
- Events::V2BillingRateCardCreatedEvent.lookup_type => Events::V2BillingRateCardCreatedEvent,
295
- Events::V2BillingRateCardRateCreatedEvent.lookup_type => Events::V2BillingRateCardRateCreatedEvent,
296
- Events::V2BillingRateCardSubscriptionActivatedEvent.lookup_type =>
297
- Events::V2BillingRateCardSubscriptionActivatedEvent,
298
- Events::V2BillingRateCardSubscriptionCanceledEvent.lookup_type =>
299
- Events::V2BillingRateCardSubscriptionCanceledEvent,
300
- Events::V2BillingRateCardSubscriptionCollectionAwaitingCustomerActionEvent.lookup_type =>
301
- Events::V2BillingRateCardSubscriptionCollectionAwaitingCustomerActionEvent,
302
- Events::V2BillingRateCardSubscriptionCollectionCurrentEvent.lookup_type =>
303
- Events::V2BillingRateCardSubscriptionCollectionCurrentEvent,
304
- Events::V2BillingRateCardSubscriptionCollectionPastDueEvent.lookup_type =>
305
- Events::V2BillingRateCardSubscriptionCollectionPastDueEvent,
306
- Events::V2BillingRateCardSubscriptionCollectionPausedEvent.lookup_type =>
307
- Events::V2BillingRateCardSubscriptionCollectionPausedEvent,
308
- Events::V2BillingRateCardSubscriptionCollectionUnpaidEvent.lookup_type =>
309
- Events::V2BillingRateCardSubscriptionCollectionUnpaidEvent,
310
- Events::V2BillingRateCardSubscriptionServicingActivatedEvent.lookup_type =>
311
- Events::V2BillingRateCardSubscriptionServicingActivatedEvent,
312
- Events::V2BillingRateCardSubscriptionServicingCanceledEvent.lookup_type =>
313
- Events::V2BillingRateCardSubscriptionServicingCanceledEvent,
314
- Events::V2BillingRateCardSubscriptionServicingPausedEvent.lookup_type =>
315
- Events::V2BillingRateCardSubscriptionServicingPausedEvent,
316
- Events::V2BillingRateCardUpdatedEvent.lookup_type => Events::V2BillingRateCardUpdatedEvent,
317
- Events::V2BillingRateCardVersionCreatedEvent.lookup_type =>
318
- Events::V2BillingRateCardVersionCreatedEvent,
319
- Events::V2CoreAccountClosedEvent.lookup_type => Events::V2CoreAccountClosedEvent,
320
- Events::V2CoreAccountCreatedEvent.lookup_type => Events::V2CoreAccountCreatedEvent,
321
- Events::V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEvent.lookup_type =>
322
- Events::V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEvent,
323
- Events::V2CoreAccountIncludingConfigurationCustomerUpdatedEvent.lookup_type =>
324
- Events::V2CoreAccountIncludingConfigurationCustomerUpdatedEvent,
325
- Events::V2CoreAccountIncludingConfigurationMerchantCapabilityStatusUpdatedEvent.lookup_type =>
326
- Events::V2CoreAccountIncludingConfigurationMerchantCapabilityStatusUpdatedEvent,
327
- Events::V2CoreAccountIncludingConfigurationMerchantUpdatedEvent.lookup_type =>
328
- Events::V2CoreAccountIncludingConfigurationMerchantUpdatedEvent,
329
- Events::V2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEvent.lookup_type =>
330
- Events::V2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEvent,
331
- Events::V2CoreAccountIncludingConfigurationRecipientUpdatedEvent.lookup_type =>
332
- Events::V2CoreAccountIncludingConfigurationRecipientUpdatedEvent,
333
- Events::V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEvent.lookup_type =>
334
- Events::V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEvent,
335
- Events::V2CoreAccountIncludingConfigurationStorerUpdatedEvent.lookup_type =>
336
- Events::V2CoreAccountIncludingConfigurationStorerUpdatedEvent,
337
- Events::V2CoreAccountIncludingDefaultsUpdatedEvent.lookup_type =>
338
- Events::V2CoreAccountIncludingDefaultsUpdatedEvent,
339
- Events::V2CoreAccountIncludingIdentityUpdatedEvent.lookup_type =>
340
- Events::V2CoreAccountIncludingIdentityUpdatedEvent,
341
- Events::V2CoreAccountIncludingRequirementsUpdatedEvent.lookup_type =>
342
- Events::V2CoreAccountIncludingRequirementsUpdatedEvent,
343
- Events::V2CoreAccountLinkReturnedEvent.lookup_type => Events::V2CoreAccountLinkReturnedEvent,
344
- Events::V2CoreAccountPersonCreatedEvent.lookup_type => Events::V2CoreAccountPersonCreatedEvent,
345
- Events::V2CoreAccountPersonDeletedEvent.lookup_type => Events::V2CoreAccountPersonDeletedEvent,
346
- Events::V2CoreAccountPersonUpdatedEvent.lookup_type => Events::V2CoreAccountPersonUpdatedEvent,
347
- Events::V2CoreAccountUpdatedEvent.lookup_type => Events::V2CoreAccountUpdatedEvent,
348
- Events::V2CoreClaimableSandboxClaimedEvent.lookup_type =>
349
- Events::V2CoreClaimableSandboxClaimedEvent,
350
- Events::V2CoreClaimableSandboxCreatedEvent.lookup_type =>
351
- Events::V2CoreClaimableSandboxCreatedEvent,
352
- Events::V2CoreClaimableSandboxExpiredEvent.lookup_type =>
353
- Events::V2CoreClaimableSandboxExpiredEvent,
354
- Events::V2CoreClaimableSandboxExpiringEvent.lookup_type =>
355
- Events::V2CoreClaimableSandboxExpiringEvent,
356
- Events::V2CoreClaimableSandboxSandboxDetailsOwnerAccountUpdatedEvent.lookup_type =>
357
- Events::V2CoreClaimableSandboxSandboxDetailsOwnerAccountUpdatedEvent,
358
11
  Events::V2CoreEventDestinationPingEvent.lookup_type => Events::V2CoreEventDestinationPingEvent,
359
- Events::V2CoreHealthApiErrorFiringEvent.lookup_type => Events::V2CoreHealthApiErrorFiringEvent,
360
- Events::V2CoreHealthApiErrorResolvedEvent.lookup_type => Events::V2CoreHealthApiErrorResolvedEvent,
361
- Events::V2CoreHealthApiLatencyFiringEvent.lookup_type => Events::V2CoreHealthApiLatencyFiringEvent,
362
- Events::V2CoreHealthApiLatencyResolvedEvent.lookup_type =>
363
- Events::V2CoreHealthApiLatencyResolvedEvent,
364
- Events::V2CoreHealthAuthorizationRateDropFiringEvent.lookup_type =>
365
- Events::V2CoreHealthAuthorizationRateDropFiringEvent,
366
- Events::V2CoreHealthAuthorizationRateDropResolvedEvent.lookup_type =>
367
- Events::V2CoreHealthAuthorizationRateDropResolvedEvent,
368
- Events::V2CoreHealthEventGenerationFailureResolvedEvent.lookup_type =>
369
- Events::V2CoreHealthEventGenerationFailureResolvedEvent,
370
- Events::V2CoreHealthFraudRateIncreasedEvent.lookup_type =>
371
- Events::V2CoreHealthFraudRateIncreasedEvent,
372
- Events::V2CoreHealthIssuingAuthorizationRequestErrorsFiringEvent.lookup_type =>
373
- Events::V2CoreHealthIssuingAuthorizationRequestErrorsFiringEvent,
374
- Events::V2CoreHealthIssuingAuthorizationRequestErrorsResolvedEvent.lookup_type =>
375
- Events::V2CoreHealthIssuingAuthorizationRequestErrorsResolvedEvent,
376
- Events::V2CoreHealthIssuingAuthorizationRequestTimeoutFiringEvent.lookup_type =>
377
- Events::V2CoreHealthIssuingAuthorizationRequestTimeoutFiringEvent,
378
- Events::V2CoreHealthIssuingAuthorizationRequestTimeoutResolvedEvent.lookup_type =>
379
- Events::V2CoreHealthIssuingAuthorizationRequestTimeoutResolvedEvent,
380
- Events::V2CoreHealthPaymentMethodErrorFiringEvent.lookup_type =>
381
- Events::V2CoreHealthPaymentMethodErrorFiringEvent,
382
- Events::V2CoreHealthPaymentMethodErrorResolvedEvent.lookup_type =>
383
- Events::V2CoreHealthPaymentMethodErrorResolvedEvent,
384
- Events::V2CoreHealthTrafficVolumeDropFiringEvent.lookup_type =>
385
- Events::V2CoreHealthTrafficVolumeDropFiringEvent,
386
- Events::V2CoreHealthTrafficVolumeDropResolvedEvent.lookup_type =>
387
- Events::V2CoreHealthTrafficVolumeDropResolvedEvent,
388
- Events::V2CoreHealthWebhookLatencyFiringEvent.lookup_type =>
389
- Events::V2CoreHealthWebhookLatencyFiringEvent,
390
- Events::V2CoreHealthWebhookLatencyResolvedEvent.lookup_type =>
391
- Events::V2CoreHealthWebhookLatencyResolvedEvent,
392
- Events::V2MoneyManagementAdjustmentCreatedEvent.lookup_type =>
393
- Events::V2MoneyManagementAdjustmentCreatedEvent,
394
- Events::V2MoneyManagementFinancialAccountCreatedEvent.lookup_type =>
395
- Events::V2MoneyManagementFinancialAccountCreatedEvent,
396
- Events::V2MoneyManagementFinancialAccountUpdatedEvent.lookup_type =>
397
- Events::V2MoneyManagementFinancialAccountUpdatedEvent,
398
- Events::V2MoneyManagementFinancialAddressActivatedEvent.lookup_type =>
399
- Events::V2MoneyManagementFinancialAddressActivatedEvent,
400
- Events::V2MoneyManagementFinancialAddressFailedEvent.lookup_type =>
401
- Events::V2MoneyManagementFinancialAddressFailedEvent,
402
- Events::V2MoneyManagementInboundTransferAvailableEvent.lookup_type =>
403
- Events::V2MoneyManagementInboundTransferAvailableEvent,
404
- Events::V2MoneyManagementInboundTransferBankDebitFailedEvent.lookup_type =>
405
- Events::V2MoneyManagementInboundTransferBankDebitFailedEvent,
406
- Events::V2MoneyManagementInboundTransferBankDebitProcessingEvent.lookup_type =>
407
- Events::V2MoneyManagementInboundTransferBankDebitProcessingEvent,
408
- Events::V2MoneyManagementInboundTransferBankDebitQueuedEvent.lookup_type =>
409
- Events::V2MoneyManagementInboundTransferBankDebitQueuedEvent,
410
- Events::V2MoneyManagementInboundTransferBankDebitReturnedEvent.lookup_type =>
411
- Events::V2MoneyManagementInboundTransferBankDebitReturnedEvent,
412
- Events::V2MoneyManagementInboundTransferBankDebitSucceededEvent.lookup_type =>
413
- Events::V2MoneyManagementInboundTransferBankDebitSucceededEvent,
414
- Events::V2MoneyManagementOutboundPaymentCanceledEvent.lookup_type =>
415
- Events::V2MoneyManagementOutboundPaymentCanceledEvent,
416
- Events::V2MoneyManagementOutboundPaymentCreatedEvent.lookup_type =>
417
- Events::V2MoneyManagementOutboundPaymentCreatedEvent,
418
- Events::V2MoneyManagementOutboundPaymentFailedEvent.lookup_type =>
419
- Events::V2MoneyManagementOutboundPaymentFailedEvent,
420
- Events::V2MoneyManagementOutboundPaymentPostedEvent.lookup_type =>
421
- Events::V2MoneyManagementOutboundPaymentPostedEvent,
422
- Events::V2MoneyManagementOutboundPaymentReturnedEvent.lookup_type =>
423
- Events::V2MoneyManagementOutboundPaymentReturnedEvent,
424
- Events::V2MoneyManagementOutboundPaymentUpdatedEvent.lookup_type =>
425
- Events::V2MoneyManagementOutboundPaymentUpdatedEvent,
426
- Events::V2MoneyManagementOutboundTransferCanceledEvent.lookup_type =>
427
- Events::V2MoneyManagementOutboundTransferCanceledEvent,
428
- Events::V2MoneyManagementOutboundTransferCreatedEvent.lookup_type =>
429
- Events::V2MoneyManagementOutboundTransferCreatedEvent,
430
- Events::V2MoneyManagementOutboundTransferFailedEvent.lookup_type =>
431
- Events::V2MoneyManagementOutboundTransferFailedEvent,
432
- Events::V2MoneyManagementOutboundTransferPostedEvent.lookup_type =>
433
- Events::V2MoneyManagementOutboundTransferPostedEvent,
434
- Events::V2MoneyManagementOutboundTransferReturnedEvent.lookup_type =>
435
- Events::V2MoneyManagementOutboundTransferReturnedEvent,
436
- Events::V2MoneyManagementOutboundTransferUpdatedEvent.lookup_type =>
437
- Events::V2MoneyManagementOutboundTransferUpdatedEvent,
438
- Events::V2MoneyManagementPayoutMethodUpdatedEvent.lookup_type =>
439
- Events::V2MoneyManagementPayoutMethodUpdatedEvent,
440
- Events::V2MoneyManagementReceivedCreditAvailableEvent.lookup_type =>
441
- Events::V2MoneyManagementReceivedCreditAvailableEvent,
442
- Events::V2MoneyManagementReceivedCreditFailedEvent.lookup_type =>
443
- Events::V2MoneyManagementReceivedCreditFailedEvent,
444
- Events::V2MoneyManagementReceivedCreditReturnedEvent.lookup_type =>
445
- Events::V2MoneyManagementReceivedCreditReturnedEvent,
446
- Events::V2MoneyManagementReceivedCreditSucceededEvent.lookup_type =>
447
- Events::V2MoneyManagementReceivedCreditSucceededEvent,
448
- Events::V2MoneyManagementReceivedDebitCanceledEvent.lookup_type =>
449
- Events::V2MoneyManagementReceivedDebitCanceledEvent,
450
- Events::V2MoneyManagementReceivedDebitFailedEvent.lookup_type =>
451
- Events::V2MoneyManagementReceivedDebitFailedEvent,
452
- Events::V2MoneyManagementReceivedDebitPendingEvent.lookup_type =>
453
- Events::V2MoneyManagementReceivedDebitPendingEvent,
454
- Events::V2MoneyManagementReceivedDebitSucceededEvent.lookup_type =>
455
- Events::V2MoneyManagementReceivedDebitSucceededEvent,
456
- Events::V2MoneyManagementReceivedDebitUpdatedEvent.lookup_type =>
457
- Events::V2MoneyManagementReceivedDebitUpdatedEvent,
458
- Events::V2MoneyManagementRecipientVerificationCreatedEvent.lookup_type =>
459
- Events::V2MoneyManagementRecipientVerificationCreatedEvent,
460
- Events::V2MoneyManagementRecipientVerificationUpdatedEvent.lookup_type =>
461
- Events::V2MoneyManagementRecipientVerificationUpdatedEvent,
462
- Events::V2MoneyManagementTransactionCreatedEvent.lookup_type =>
463
- Events::V2MoneyManagementTransactionCreatedEvent,
464
- Events::V2MoneyManagementTransactionUpdatedEvent.lookup_type =>
465
- Events::V2MoneyManagementTransactionUpdatedEvent,
466
- Events::V2PaymentsOffSessionPaymentAuthorizationAttemptFailedEvent.lookup_type =>
467
- Events::V2PaymentsOffSessionPaymentAuthorizationAttemptFailedEvent,
468
- Events::V2PaymentsOffSessionPaymentAuthorizationAttemptStartedEvent.lookup_type =>
469
- Events::V2PaymentsOffSessionPaymentAuthorizationAttemptStartedEvent,
470
- Events::V2PaymentsOffSessionPaymentCanceledEvent.lookup_type =>
471
- Events::V2PaymentsOffSessionPaymentCanceledEvent,
472
- Events::V2PaymentsOffSessionPaymentCreatedEvent.lookup_type =>
473
- Events::V2PaymentsOffSessionPaymentCreatedEvent,
474
- Events::V2PaymentsOffSessionPaymentFailedEvent.lookup_type =>
475
- Events::V2PaymentsOffSessionPaymentFailedEvent,
476
- Events::V2PaymentsOffSessionPaymentRequiresCaptureEvent.lookup_type =>
477
- Events::V2PaymentsOffSessionPaymentRequiresCaptureEvent,
478
- Events::V2PaymentsOffSessionPaymentSucceededEvent.lookup_type =>
479
- Events::V2PaymentsOffSessionPaymentSucceededEvent,
480
12
  # v2 event types: The end of the section generated from our OpenAPI spec
481
13
  }
482
14
  end
@@ -484,576 +16,12 @@ module Stripe
484
16
  def self.event_notification_types_to_classes
485
17
  {
486
18
  # event notification types: The beginning of the section generated from our OpenAPI spec
487
- Events::V1AccountUpdatedEventNotification.lookup_type => Events::V1AccountUpdatedEventNotification,
488
- Events::V1ApplicationFeeCreatedEventNotification.lookup_type =>
489
- Events::V1ApplicationFeeCreatedEventNotification,
490
- Events::V1ApplicationFeeRefundedEventNotification.lookup_type =>
491
- Events::V1ApplicationFeeRefundedEventNotification,
492
19
  Events::V1BillingMeterErrorReportTriggeredEventNotification.lookup_type =>
493
20
  Events::V1BillingMeterErrorReportTriggeredEventNotification,
494
21
  Events::V1BillingMeterNoMeterFoundEventNotification.lookup_type =>
495
22
  Events::V1BillingMeterNoMeterFoundEventNotification,
496
- Events::V1BillingPortalConfigurationCreatedEventNotification.lookup_type =>
497
- Events::V1BillingPortalConfigurationCreatedEventNotification,
498
- Events::V1BillingPortalConfigurationUpdatedEventNotification.lookup_type =>
499
- Events::V1BillingPortalConfigurationUpdatedEventNotification,
500
- Events::V1CapabilityUpdatedEventNotification.lookup_type =>
501
- Events::V1CapabilityUpdatedEventNotification,
502
- Events::V1ChargeCapturedEventNotification.lookup_type => Events::V1ChargeCapturedEventNotification,
503
- Events::V1ChargeDisputeClosedEventNotification.lookup_type =>
504
- Events::V1ChargeDisputeClosedEventNotification,
505
- Events::V1ChargeDisputeCreatedEventNotification.lookup_type =>
506
- Events::V1ChargeDisputeCreatedEventNotification,
507
- Events::V1ChargeDisputeFundsReinstatedEventNotification.lookup_type =>
508
- Events::V1ChargeDisputeFundsReinstatedEventNotification,
509
- Events::V1ChargeDisputeFundsWithdrawnEventNotification.lookup_type =>
510
- Events::V1ChargeDisputeFundsWithdrawnEventNotification,
511
- Events::V1ChargeDisputeUpdatedEventNotification.lookup_type =>
512
- Events::V1ChargeDisputeUpdatedEventNotification,
513
- Events::V1ChargeExpiredEventNotification.lookup_type => Events::V1ChargeExpiredEventNotification,
514
- Events::V1ChargeFailedEventNotification.lookup_type => Events::V1ChargeFailedEventNotification,
515
- Events::V1ChargePendingEventNotification.lookup_type => Events::V1ChargePendingEventNotification,
516
- Events::V1ChargeRefundUpdatedEventNotification.lookup_type =>
517
- Events::V1ChargeRefundUpdatedEventNotification,
518
- Events::V1ChargeRefundedEventNotification.lookup_type => Events::V1ChargeRefundedEventNotification,
519
- Events::V1ChargeSucceededEventNotification.lookup_type =>
520
- Events::V1ChargeSucceededEventNotification,
521
- Events::V1ChargeUpdatedEventNotification.lookup_type => Events::V1ChargeUpdatedEventNotification,
522
- Events::V1CheckoutSessionAsyncPaymentFailedEventNotification.lookup_type =>
523
- Events::V1CheckoutSessionAsyncPaymentFailedEventNotification,
524
- Events::V1CheckoutSessionAsyncPaymentSucceededEventNotification.lookup_type =>
525
- Events::V1CheckoutSessionAsyncPaymentSucceededEventNotification,
526
- Events::V1CheckoutSessionCompletedEventNotification.lookup_type =>
527
- Events::V1CheckoutSessionCompletedEventNotification,
528
- Events::V1CheckoutSessionExpiredEventNotification.lookup_type =>
529
- Events::V1CheckoutSessionExpiredEventNotification,
530
- Events::V1ClimateOrderCanceledEventNotification.lookup_type =>
531
- Events::V1ClimateOrderCanceledEventNotification,
532
- Events::V1ClimateOrderCreatedEventNotification.lookup_type =>
533
- Events::V1ClimateOrderCreatedEventNotification,
534
- Events::V1ClimateOrderDelayedEventNotification.lookup_type =>
535
- Events::V1ClimateOrderDelayedEventNotification,
536
- Events::V1ClimateOrderDeliveredEventNotification.lookup_type =>
537
- Events::V1ClimateOrderDeliveredEventNotification,
538
- Events::V1ClimateOrderProductSubstitutedEventNotification.lookup_type =>
539
- Events::V1ClimateOrderProductSubstitutedEventNotification,
540
- Events::V1ClimateProductCreatedEventNotification.lookup_type =>
541
- Events::V1ClimateProductCreatedEventNotification,
542
- Events::V1ClimateProductPricingUpdatedEventNotification.lookup_type =>
543
- Events::V1ClimateProductPricingUpdatedEventNotification,
544
- Events::V1CouponCreatedEventNotification.lookup_type => Events::V1CouponCreatedEventNotification,
545
- Events::V1CouponDeletedEventNotification.lookup_type => Events::V1CouponDeletedEventNotification,
546
- Events::V1CouponUpdatedEventNotification.lookup_type => Events::V1CouponUpdatedEventNotification,
547
- Events::V1CreditNoteCreatedEventNotification.lookup_type =>
548
- Events::V1CreditNoteCreatedEventNotification,
549
- Events::V1CreditNoteUpdatedEventNotification.lookup_type =>
550
- Events::V1CreditNoteUpdatedEventNotification,
551
- Events::V1CreditNoteVoidedEventNotification.lookup_type =>
552
- Events::V1CreditNoteVoidedEventNotification,
553
- Events::V1CustomerCreatedEventNotification.lookup_type =>
554
- Events::V1CustomerCreatedEventNotification,
555
- Events::V1CustomerDeletedEventNotification.lookup_type =>
556
- Events::V1CustomerDeletedEventNotification,
557
- Events::V1CustomerSubscriptionCreatedEventNotification.lookup_type =>
558
- Events::V1CustomerSubscriptionCreatedEventNotification,
559
- Events::V1CustomerSubscriptionDeletedEventNotification.lookup_type =>
560
- Events::V1CustomerSubscriptionDeletedEventNotification,
561
- Events::V1CustomerSubscriptionPausedEventNotification.lookup_type =>
562
- Events::V1CustomerSubscriptionPausedEventNotification,
563
- Events::V1CustomerSubscriptionPendingUpdateAppliedEventNotification.lookup_type =>
564
- Events::V1CustomerSubscriptionPendingUpdateAppliedEventNotification,
565
- Events::V1CustomerSubscriptionPendingUpdateExpiredEventNotification.lookup_type =>
566
- Events::V1CustomerSubscriptionPendingUpdateExpiredEventNotification,
567
- Events::V1CustomerSubscriptionResumedEventNotification.lookup_type =>
568
- Events::V1CustomerSubscriptionResumedEventNotification,
569
- Events::V1CustomerSubscriptionTrialWillEndEventNotification.lookup_type =>
570
- Events::V1CustomerSubscriptionTrialWillEndEventNotification,
571
- Events::V1CustomerSubscriptionUpdatedEventNotification.lookup_type =>
572
- Events::V1CustomerSubscriptionUpdatedEventNotification,
573
- Events::V1CustomerTaxIdCreatedEventNotification.lookup_type =>
574
- Events::V1CustomerTaxIdCreatedEventNotification,
575
- Events::V1CustomerTaxIdDeletedEventNotification.lookup_type =>
576
- Events::V1CustomerTaxIdDeletedEventNotification,
577
- Events::V1CustomerTaxIdUpdatedEventNotification.lookup_type =>
578
- Events::V1CustomerTaxIdUpdatedEventNotification,
579
- Events::V1CustomerUpdatedEventNotification.lookup_type =>
580
- Events::V1CustomerUpdatedEventNotification,
581
- Events::V1FileCreatedEventNotification.lookup_type => Events::V1FileCreatedEventNotification,
582
- Events::V1FinancialConnectionsAccountCreatedEventNotification.lookup_type =>
583
- Events::V1FinancialConnectionsAccountCreatedEventNotification,
584
- Events::V1FinancialConnectionsAccountDeactivatedEventNotification.lookup_type =>
585
- Events::V1FinancialConnectionsAccountDeactivatedEventNotification,
586
- Events::V1FinancialConnectionsAccountDisconnectedEventNotification.lookup_type =>
587
- Events::V1FinancialConnectionsAccountDisconnectedEventNotification,
588
- Events::V1FinancialConnectionsAccountReactivatedEventNotification.lookup_type =>
589
- Events::V1FinancialConnectionsAccountReactivatedEventNotification,
590
- Events::V1FinancialConnectionsAccountRefreshedBalanceEventNotification.lookup_type =>
591
- Events::V1FinancialConnectionsAccountRefreshedBalanceEventNotification,
592
- Events::V1FinancialConnectionsAccountRefreshedOwnershipEventNotification.lookup_type =>
593
- Events::V1FinancialConnectionsAccountRefreshedOwnershipEventNotification,
594
- Events::V1FinancialConnectionsAccountRefreshedTransactionsEventNotification.lookup_type =>
595
- Events::V1FinancialConnectionsAccountRefreshedTransactionsEventNotification,
596
- Events::V1IdentityVerificationSessionCanceledEventNotification.lookup_type =>
597
- Events::V1IdentityVerificationSessionCanceledEventNotification,
598
- Events::V1IdentityVerificationSessionCreatedEventNotification.lookup_type =>
599
- Events::V1IdentityVerificationSessionCreatedEventNotification,
600
- Events::V1IdentityVerificationSessionProcessingEventNotification.lookup_type =>
601
- Events::V1IdentityVerificationSessionProcessingEventNotification,
602
- Events::V1IdentityVerificationSessionRedactedEventNotification.lookup_type =>
603
- Events::V1IdentityVerificationSessionRedactedEventNotification,
604
- Events::V1IdentityVerificationSessionRequiresInputEventNotification.lookup_type =>
605
- Events::V1IdentityVerificationSessionRequiresInputEventNotification,
606
- Events::V1IdentityVerificationSessionVerifiedEventNotification.lookup_type =>
607
- Events::V1IdentityVerificationSessionVerifiedEventNotification,
608
- Events::V1InvoiceCreatedEventNotification.lookup_type => Events::V1InvoiceCreatedEventNotification,
609
- Events::V1InvoiceDeletedEventNotification.lookup_type => Events::V1InvoiceDeletedEventNotification,
610
- Events::V1InvoiceFinalizationFailedEventNotification.lookup_type =>
611
- Events::V1InvoiceFinalizationFailedEventNotification,
612
- Events::V1InvoiceFinalizedEventNotification.lookup_type =>
613
- Events::V1InvoiceFinalizedEventNotification,
614
- Events::V1InvoiceMarkedUncollectibleEventNotification.lookup_type =>
615
- Events::V1InvoiceMarkedUncollectibleEventNotification,
616
- Events::V1InvoiceOverdueEventNotification.lookup_type => Events::V1InvoiceOverdueEventNotification,
617
- Events::V1InvoiceOverpaidEventNotification.lookup_type =>
618
- Events::V1InvoiceOverpaidEventNotification,
619
- Events::V1InvoicePaidEventNotification.lookup_type => Events::V1InvoicePaidEventNotification,
620
- Events::V1InvoicePaymentActionRequiredEventNotification.lookup_type =>
621
- Events::V1InvoicePaymentActionRequiredEventNotification,
622
- Events::V1InvoicePaymentFailedEventNotification.lookup_type =>
623
- Events::V1InvoicePaymentFailedEventNotification,
624
- Events::V1InvoicePaymentPaidEventNotification.lookup_type =>
625
- Events::V1InvoicePaymentPaidEventNotification,
626
- Events::V1InvoicePaymentSucceededEventNotification.lookup_type =>
627
- Events::V1InvoicePaymentSucceededEventNotification,
628
- Events::V1InvoiceSentEventNotification.lookup_type => Events::V1InvoiceSentEventNotification,
629
- Events::V1InvoiceUpcomingEventNotification.lookup_type =>
630
- Events::V1InvoiceUpcomingEventNotification,
631
- Events::V1InvoiceUpdatedEventNotification.lookup_type => Events::V1InvoiceUpdatedEventNotification,
632
- Events::V1InvoiceVoidedEventNotification.lookup_type => Events::V1InvoiceVoidedEventNotification,
633
- Events::V1InvoiceWillBeDueEventNotification.lookup_type =>
634
- Events::V1InvoiceWillBeDueEventNotification,
635
- Events::V1InvoiceitemCreatedEventNotification.lookup_type =>
636
- Events::V1InvoiceitemCreatedEventNotification,
637
- Events::V1InvoiceitemDeletedEventNotification.lookup_type =>
638
- Events::V1InvoiceitemDeletedEventNotification,
639
- Events::V1IssuingAuthorizationCreatedEventNotification.lookup_type =>
640
- Events::V1IssuingAuthorizationCreatedEventNotification,
641
- Events::V1IssuingAuthorizationRequestEventNotification.lookup_type =>
642
- Events::V1IssuingAuthorizationRequestEventNotification,
643
- Events::V1IssuingAuthorizationUpdatedEventNotification.lookup_type =>
644
- Events::V1IssuingAuthorizationUpdatedEventNotification,
645
- Events::V1IssuingCardCreatedEventNotification.lookup_type =>
646
- Events::V1IssuingCardCreatedEventNotification,
647
- Events::V1IssuingCardUpdatedEventNotification.lookup_type =>
648
- Events::V1IssuingCardUpdatedEventNotification,
649
- Events::V1IssuingCardholderCreatedEventNotification.lookup_type =>
650
- Events::V1IssuingCardholderCreatedEventNotification,
651
- Events::V1IssuingCardholderUpdatedEventNotification.lookup_type =>
652
- Events::V1IssuingCardholderUpdatedEventNotification,
653
- Events::V1IssuingDisputeClosedEventNotification.lookup_type =>
654
- Events::V1IssuingDisputeClosedEventNotification,
655
- Events::V1IssuingDisputeCreatedEventNotification.lookup_type =>
656
- Events::V1IssuingDisputeCreatedEventNotification,
657
- Events::V1IssuingDisputeFundsReinstatedEventNotification.lookup_type =>
658
- Events::V1IssuingDisputeFundsReinstatedEventNotification,
659
- Events::V1IssuingDisputeFundsRescindedEventNotification.lookup_type =>
660
- Events::V1IssuingDisputeFundsRescindedEventNotification,
661
- Events::V1IssuingDisputeSubmittedEventNotification.lookup_type =>
662
- Events::V1IssuingDisputeSubmittedEventNotification,
663
- Events::V1IssuingDisputeUpdatedEventNotification.lookup_type =>
664
- Events::V1IssuingDisputeUpdatedEventNotification,
665
- Events::V1IssuingPersonalizationDesignActivatedEventNotification.lookup_type =>
666
- Events::V1IssuingPersonalizationDesignActivatedEventNotification,
667
- Events::V1IssuingPersonalizationDesignDeactivatedEventNotification.lookup_type =>
668
- Events::V1IssuingPersonalizationDesignDeactivatedEventNotification,
669
- Events::V1IssuingPersonalizationDesignRejectedEventNotification.lookup_type =>
670
- Events::V1IssuingPersonalizationDesignRejectedEventNotification,
671
- Events::V1IssuingPersonalizationDesignUpdatedEventNotification.lookup_type =>
672
- Events::V1IssuingPersonalizationDesignUpdatedEventNotification,
673
- Events::V1IssuingTokenCreatedEventNotification.lookup_type =>
674
- Events::V1IssuingTokenCreatedEventNotification,
675
- Events::V1IssuingTokenUpdatedEventNotification.lookup_type =>
676
- Events::V1IssuingTokenUpdatedEventNotification,
677
- Events::V1IssuingTransactionCreatedEventNotification.lookup_type =>
678
- Events::V1IssuingTransactionCreatedEventNotification,
679
- Events::V1IssuingTransactionPurchaseDetailsReceiptUpdatedEventNotification.lookup_type =>
680
- Events::V1IssuingTransactionPurchaseDetailsReceiptUpdatedEventNotification,
681
- Events::V1IssuingTransactionUpdatedEventNotification.lookup_type =>
682
- Events::V1IssuingTransactionUpdatedEventNotification,
683
- Events::V1MandateUpdatedEventNotification.lookup_type => Events::V1MandateUpdatedEventNotification,
684
- Events::V1PaymentIntentAmountCapturableUpdatedEventNotification.lookup_type =>
685
- Events::V1PaymentIntentAmountCapturableUpdatedEventNotification,
686
- Events::V1PaymentIntentCanceledEventNotification.lookup_type =>
687
- Events::V1PaymentIntentCanceledEventNotification,
688
- Events::V1PaymentIntentCreatedEventNotification.lookup_type =>
689
- Events::V1PaymentIntentCreatedEventNotification,
690
- Events::V1PaymentIntentPartiallyFundedEventNotification.lookup_type =>
691
- Events::V1PaymentIntentPartiallyFundedEventNotification,
692
- Events::V1PaymentIntentPaymentFailedEventNotification.lookup_type =>
693
- Events::V1PaymentIntentPaymentFailedEventNotification,
694
- Events::V1PaymentIntentProcessingEventNotification.lookup_type =>
695
- Events::V1PaymentIntentProcessingEventNotification,
696
- Events::V1PaymentIntentRequiresActionEventNotification.lookup_type =>
697
- Events::V1PaymentIntentRequiresActionEventNotification,
698
- Events::V1PaymentIntentSucceededEventNotification.lookup_type =>
699
- Events::V1PaymentIntentSucceededEventNotification,
700
- Events::V1PaymentLinkCreatedEventNotification.lookup_type =>
701
- Events::V1PaymentLinkCreatedEventNotification,
702
- Events::V1PaymentLinkUpdatedEventNotification.lookup_type =>
703
- Events::V1PaymentLinkUpdatedEventNotification,
704
- Events::V1PaymentMethodAttachedEventNotification.lookup_type =>
705
- Events::V1PaymentMethodAttachedEventNotification,
706
- Events::V1PaymentMethodAutomaticallyUpdatedEventNotification.lookup_type =>
707
- Events::V1PaymentMethodAutomaticallyUpdatedEventNotification,
708
- Events::V1PaymentMethodDetachedEventNotification.lookup_type =>
709
- Events::V1PaymentMethodDetachedEventNotification,
710
- Events::V1PaymentMethodUpdatedEventNotification.lookup_type =>
711
- Events::V1PaymentMethodUpdatedEventNotification,
712
- Events::V1PayoutCanceledEventNotification.lookup_type => Events::V1PayoutCanceledEventNotification,
713
- Events::V1PayoutCreatedEventNotification.lookup_type => Events::V1PayoutCreatedEventNotification,
714
- Events::V1PayoutFailedEventNotification.lookup_type => Events::V1PayoutFailedEventNotification,
715
- Events::V1PayoutPaidEventNotification.lookup_type => Events::V1PayoutPaidEventNotification,
716
- Events::V1PayoutReconciliationCompletedEventNotification.lookup_type =>
717
- Events::V1PayoutReconciliationCompletedEventNotification,
718
- Events::V1PayoutUpdatedEventNotification.lookup_type => Events::V1PayoutUpdatedEventNotification,
719
- Events::V1PersonCreatedEventNotification.lookup_type => Events::V1PersonCreatedEventNotification,
720
- Events::V1PersonDeletedEventNotification.lookup_type => Events::V1PersonDeletedEventNotification,
721
- Events::V1PersonUpdatedEventNotification.lookup_type => Events::V1PersonUpdatedEventNotification,
722
- Events::V1PlanCreatedEventNotification.lookup_type => Events::V1PlanCreatedEventNotification,
723
- Events::V1PlanDeletedEventNotification.lookup_type => Events::V1PlanDeletedEventNotification,
724
- Events::V1PlanUpdatedEventNotification.lookup_type => Events::V1PlanUpdatedEventNotification,
725
- Events::V1PriceCreatedEventNotification.lookup_type => Events::V1PriceCreatedEventNotification,
726
- Events::V1PriceDeletedEventNotification.lookup_type => Events::V1PriceDeletedEventNotification,
727
- Events::V1PriceUpdatedEventNotification.lookup_type => Events::V1PriceUpdatedEventNotification,
728
- Events::V1ProductCreatedEventNotification.lookup_type => Events::V1ProductCreatedEventNotification,
729
- Events::V1ProductDeletedEventNotification.lookup_type => Events::V1ProductDeletedEventNotification,
730
- Events::V1ProductUpdatedEventNotification.lookup_type => Events::V1ProductUpdatedEventNotification,
731
- Events::V1PromotionCodeCreatedEventNotification.lookup_type =>
732
- Events::V1PromotionCodeCreatedEventNotification,
733
- Events::V1PromotionCodeUpdatedEventNotification.lookup_type =>
734
- Events::V1PromotionCodeUpdatedEventNotification,
735
- Events::V1QuoteAcceptedEventNotification.lookup_type => Events::V1QuoteAcceptedEventNotification,
736
- Events::V1QuoteCanceledEventNotification.lookup_type => Events::V1QuoteCanceledEventNotification,
737
- Events::V1QuoteCreatedEventNotification.lookup_type => Events::V1QuoteCreatedEventNotification,
738
- Events::V1QuoteFinalizedEventNotification.lookup_type => Events::V1QuoteFinalizedEventNotification,
739
- Events::V1RadarEarlyFraudWarningCreatedEventNotification.lookup_type =>
740
- Events::V1RadarEarlyFraudWarningCreatedEventNotification,
741
- Events::V1RadarEarlyFraudWarningUpdatedEventNotification.lookup_type =>
742
- Events::V1RadarEarlyFraudWarningUpdatedEventNotification,
743
- Events::V1RefundCreatedEventNotification.lookup_type => Events::V1RefundCreatedEventNotification,
744
- Events::V1RefundFailedEventNotification.lookup_type => Events::V1RefundFailedEventNotification,
745
- Events::V1RefundUpdatedEventNotification.lookup_type => Events::V1RefundUpdatedEventNotification,
746
- Events::V1ReviewClosedEventNotification.lookup_type => Events::V1ReviewClosedEventNotification,
747
- Events::V1ReviewOpenedEventNotification.lookup_type => Events::V1ReviewOpenedEventNotification,
748
- Events::V1SetupIntentCanceledEventNotification.lookup_type =>
749
- Events::V1SetupIntentCanceledEventNotification,
750
- Events::V1SetupIntentCreatedEventNotification.lookup_type =>
751
- Events::V1SetupIntentCreatedEventNotification,
752
- Events::V1SetupIntentRequiresActionEventNotification.lookup_type =>
753
- Events::V1SetupIntentRequiresActionEventNotification,
754
- Events::V1SetupIntentSetupFailedEventNotification.lookup_type =>
755
- Events::V1SetupIntentSetupFailedEventNotification,
756
- Events::V1SetupIntentSucceededEventNotification.lookup_type =>
757
- Events::V1SetupIntentSucceededEventNotification,
758
- Events::V1SigmaScheduledQueryRunCreatedEventNotification.lookup_type =>
759
- Events::V1SigmaScheduledQueryRunCreatedEventNotification,
760
- Events::V1SourceCanceledEventNotification.lookup_type => Events::V1SourceCanceledEventNotification,
761
- Events::V1SourceChargeableEventNotification.lookup_type =>
762
- Events::V1SourceChargeableEventNotification,
763
- Events::V1SourceFailedEventNotification.lookup_type => Events::V1SourceFailedEventNotification,
764
- Events::V1SourceRefundAttributesRequiredEventNotification.lookup_type =>
765
- Events::V1SourceRefundAttributesRequiredEventNotification,
766
- Events::V1SubscriptionScheduleAbortedEventNotification.lookup_type =>
767
- Events::V1SubscriptionScheduleAbortedEventNotification,
768
- Events::V1SubscriptionScheduleCanceledEventNotification.lookup_type =>
769
- Events::V1SubscriptionScheduleCanceledEventNotification,
770
- Events::V1SubscriptionScheduleCompletedEventNotification.lookup_type =>
771
- Events::V1SubscriptionScheduleCompletedEventNotification,
772
- Events::V1SubscriptionScheduleCreatedEventNotification.lookup_type =>
773
- Events::V1SubscriptionScheduleCreatedEventNotification,
774
- Events::V1SubscriptionScheduleExpiringEventNotification.lookup_type =>
775
- Events::V1SubscriptionScheduleExpiringEventNotification,
776
- Events::V1SubscriptionScheduleReleasedEventNotification.lookup_type =>
777
- Events::V1SubscriptionScheduleReleasedEventNotification,
778
- Events::V1SubscriptionScheduleUpdatedEventNotification.lookup_type =>
779
- Events::V1SubscriptionScheduleUpdatedEventNotification,
780
- Events::V1TaxRateCreatedEventNotification.lookup_type => Events::V1TaxRateCreatedEventNotification,
781
- Events::V1TaxRateUpdatedEventNotification.lookup_type => Events::V1TaxRateUpdatedEventNotification,
782
- Events::V1TerminalReaderActionFailedEventNotification.lookup_type =>
783
- Events::V1TerminalReaderActionFailedEventNotification,
784
- Events::V1TerminalReaderActionSucceededEventNotification.lookup_type =>
785
- Events::V1TerminalReaderActionSucceededEventNotification,
786
- Events::V1TerminalReaderActionUpdatedEventNotification.lookup_type =>
787
- Events::V1TerminalReaderActionUpdatedEventNotification,
788
- Events::V1TestHelpersTestClockAdvancingEventNotification.lookup_type =>
789
- Events::V1TestHelpersTestClockAdvancingEventNotification,
790
- Events::V1TestHelpersTestClockCreatedEventNotification.lookup_type =>
791
- Events::V1TestHelpersTestClockCreatedEventNotification,
792
- Events::V1TestHelpersTestClockDeletedEventNotification.lookup_type =>
793
- Events::V1TestHelpersTestClockDeletedEventNotification,
794
- Events::V1TestHelpersTestClockInternalFailureEventNotification.lookup_type =>
795
- Events::V1TestHelpersTestClockInternalFailureEventNotification,
796
- Events::V1TestHelpersTestClockReadyEventNotification.lookup_type =>
797
- Events::V1TestHelpersTestClockReadyEventNotification,
798
- Events::V1TopupCanceledEventNotification.lookup_type => Events::V1TopupCanceledEventNotification,
799
- Events::V1TopupCreatedEventNotification.lookup_type => Events::V1TopupCreatedEventNotification,
800
- Events::V1TopupFailedEventNotification.lookup_type => Events::V1TopupFailedEventNotification,
801
- Events::V1TopupReversedEventNotification.lookup_type => Events::V1TopupReversedEventNotification,
802
- Events::V1TopupSucceededEventNotification.lookup_type => Events::V1TopupSucceededEventNotification,
803
- Events::V1TransferCreatedEventNotification.lookup_type =>
804
- Events::V1TransferCreatedEventNotification,
805
- Events::V1TransferReversedEventNotification.lookup_type =>
806
- Events::V1TransferReversedEventNotification,
807
- Events::V1TransferUpdatedEventNotification.lookup_type =>
808
- Events::V1TransferUpdatedEventNotification,
809
- Events::V2BillingBillSettingUpdatedEventNotification.lookup_type =>
810
- Events::V2BillingBillSettingUpdatedEventNotification,
811
- Events::V2BillingCadenceBilledEventNotification.lookup_type =>
812
- Events::V2BillingCadenceBilledEventNotification,
813
- Events::V2BillingCadenceCanceledEventNotification.lookup_type =>
814
- Events::V2BillingCadenceCanceledEventNotification,
815
- Events::V2BillingCadenceCreatedEventNotification.lookup_type =>
816
- Events::V2BillingCadenceCreatedEventNotification,
817
- Events::V2BillingLicenseFeeCreatedEventNotification.lookup_type =>
818
- Events::V2BillingLicenseFeeCreatedEventNotification,
819
- Events::V2BillingLicenseFeeUpdatedEventNotification.lookup_type =>
820
- Events::V2BillingLicenseFeeUpdatedEventNotification,
821
- Events::V2BillingLicenseFeeVersionCreatedEventNotification.lookup_type =>
822
- Events::V2BillingLicenseFeeVersionCreatedEventNotification,
823
- Events::V2BillingLicensedItemCreatedEventNotification.lookup_type =>
824
- Events::V2BillingLicensedItemCreatedEventNotification,
825
- Events::V2BillingLicensedItemUpdatedEventNotification.lookup_type =>
826
- Events::V2BillingLicensedItemUpdatedEventNotification,
827
- Events::V2BillingMeteredItemCreatedEventNotification.lookup_type =>
828
- Events::V2BillingMeteredItemCreatedEventNotification,
829
- Events::V2BillingMeteredItemUpdatedEventNotification.lookup_type =>
830
- Events::V2BillingMeteredItemUpdatedEventNotification,
831
- Events::V2BillingPricingPlanComponentCreatedEventNotification.lookup_type =>
832
- Events::V2BillingPricingPlanComponentCreatedEventNotification,
833
- Events::V2BillingPricingPlanComponentUpdatedEventNotification.lookup_type =>
834
- Events::V2BillingPricingPlanComponentUpdatedEventNotification,
835
- Events::V2BillingPricingPlanCreatedEventNotification.lookup_type =>
836
- Events::V2BillingPricingPlanCreatedEventNotification,
837
- Events::V2BillingPricingPlanSubscriptionCollectionAwaitingCustomerActionEventNotification.lookup_type =>
838
- Events::V2BillingPricingPlanSubscriptionCollectionAwaitingCustomerActionEventNotification,
839
- Events::V2BillingPricingPlanSubscriptionCollectionCurrentEventNotification.lookup_type =>
840
- Events::V2BillingPricingPlanSubscriptionCollectionCurrentEventNotification,
841
- Events::V2BillingPricingPlanSubscriptionCollectionPastDueEventNotification.lookup_type =>
842
- Events::V2BillingPricingPlanSubscriptionCollectionPastDueEventNotification,
843
- Events::V2BillingPricingPlanSubscriptionCollectionPausedEventNotification.lookup_type =>
844
- Events::V2BillingPricingPlanSubscriptionCollectionPausedEventNotification,
845
- Events::V2BillingPricingPlanSubscriptionCollectionUnpaidEventNotification.lookup_type =>
846
- Events::V2BillingPricingPlanSubscriptionCollectionUnpaidEventNotification,
847
- Events::V2BillingPricingPlanSubscriptionServicingActivatedEventNotification.lookup_type =>
848
- Events::V2BillingPricingPlanSubscriptionServicingActivatedEventNotification,
849
- Events::V2BillingPricingPlanSubscriptionServicingCanceledEventNotification.lookup_type =>
850
- Events::V2BillingPricingPlanSubscriptionServicingCanceledEventNotification,
851
- Events::V2BillingPricingPlanSubscriptionServicingPausedEventNotification.lookup_type =>
852
- Events::V2BillingPricingPlanSubscriptionServicingPausedEventNotification,
853
- Events::V2BillingPricingPlanUpdatedEventNotification.lookup_type =>
854
- Events::V2BillingPricingPlanUpdatedEventNotification,
855
- Events::V2BillingPricingPlanVersionCreatedEventNotification.lookup_type =>
856
- Events::V2BillingPricingPlanVersionCreatedEventNotification,
857
- Events::V2BillingRateCardCreatedEventNotification.lookup_type =>
858
- Events::V2BillingRateCardCreatedEventNotification,
859
- Events::V2BillingRateCardRateCreatedEventNotification.lookup_type =>
860
- Events::V2BillingRateCardRateCreatedEventNotification,
861
- Events::V2BillingRateCardSubscriptionActivatedEventNotification.lookup_type =>
862
- Events::V2BillingRateCardSubscriptionActivatedEventNotification,
863
- Events::V2BillingRateCardSubscriptionCanceledEventNotification.lookup_type =>
864
- Events::V2BillingRateCardSubscriptionCanceledEventNotification,
865
- Events::V2BillingRateCardSubscriptionCollectionAwaitingCustomerActionEventNotification.lookup_type =>
866
- Events::V2BillingRateCardSubscriptionCollectionAwaitingCustomerActionEventNotification,
867
- Events::V2BillingRateCardSubscriptionCollectionCurrentEventNotification.lookup_type =>
868
- Events::V2BillingRateCardSubscriptionCollectionCurrentEventNotification,
869
- Events::V2BillingRateCardSubscriptionCollectionPastDueEventNotification.lookup_type =>
870
- Events::V2BillingRateCardSubscriptionCollectionPastDueEventNotification,
871
- Events::V2BillingRateCardSubscriptionCollectionPausedEventNotification.lookup_type =>
872
- Events::V2BillingRateCardSubscriptionCollectionPausedEventNotification,
873
- Events::V2BillingRateCardSubscriptionCollectionUnpaidEventNotification.lookup_type =>
874
- Events::V2BillingRateCardSubscriptionCollectionUnpaidEventNotification,
875
- Events::V2BillingRateCardSubscriptionServicingActivatedEventNotification.lookup_type =>
876
- Events::V2BillingRateCardSubscriptionServicingActivatedEventNotification,
877
- Events::V2BillingRateCardSubscriptionServicingCanceledEventNotification.lookup_type =>
878
- Events::V2BillingRateCardSubscriptionServicingCanceledEventNotification,
879
- Events::V2BillingRateCardSubscriptionServicingPausedEventNotification.lookup_type =>
880
- Events::V2BillingRateCardSubscriptionServicingPausedEventNotification,
881
- Events::V2BillingRateCardUpdatedEventNotification.lookup_type =>
882
- Events::V2BillingRateCardUpdatedEventNotification,
883
- Events::V2BillingRateCardVersionCreatedEventNotification.lookup_type =>
884
- Events::V2BillingRateCardVersionCreatedEventNotification,
885
- Events::V2CoreAccountClosedEventNotification.lookup_type =>
886
- Events::V2CoreAccountClosedEventNotification,
887
- Events::V2CoreAccountCreatedEventNotification.lookup_type =>
888
- Events::V2CoreAccountCreatedEventNotification,
889
- Events::V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEventNotification.lookup_type =>
890
- Events::V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEventNotification,
891
- Events::V2CoreAccountIncludingConfigurationCustomerUpdatedEventNotification.lookup_type =>
892
- Events::V2CoreAccountIncludingConfigurationCustomerUpdatedEventNotification,
893
- Events::V2CoreAccountIncludingConfigurationMerchantCapabilityStatusUpdatedEventNotification.lookup_type =>
894
- Events::V2CoreAccountIncludingConfigurationMerchantCapabilityStatusUpdatedEventNotification,
895
- Events::V2CoreAccountIncludingConfigurationMerchantUpdatedEventNotification.lookup_type =>
896
- Events::V2CoreAccountIncludingConfigurationMerchantUpdatedEventNotification,
897
- Events::V2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEventNotification.lookup_type =>
898
- Events::V2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEventNotification,
899
- Events::V2CoreAccountIncludingConfigurationRecipientUpdatedEventNotification.lookup_type =>
900
- Events::V2CoreAccountIncludingConfigurationRecipientUpdatedEventNotification,
901
- Events::V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEventNotification.lookup_type =>
902
- Events::V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEventNotification,
903
- Events::V2CoreAccountIncludingConfigurationStorerUpdatedEventNotification.lookup_type =>
904
- Events::V2CoreAccountIncludingConfigurationStorerUpdatedEventNotification,
905
- Events::V2CoreAccountIncludingDefaultsUpdatedEventNotification.lookup_type =>
906
- Events::V2CoreAccountIncludingDefaultsUpdatedEventNotification,
907
- Events::V2CoreAccountIncludingIdentityUpdatedEventNotification.lookup_type =>
908
- Events::V2CoreAccountIncludingIdentityUpdatedEventNotification,
909
- Events::V2CoreAccountIncludingRequirementsUpdatedEventNotification.lookup_type =>
910
- Events::V2CoreAccountIncludingRequirementsUpdatedEventNotification,
911
- Events::V2CoreAccountLinkReturnedEventNotification.lookup_type =>
912
- Events::V2CoreAccountLinkReturnedEventNotification,
913
- Events::V2CoreAccountPersonCreatedEventNotification.lookup_type =>
914
- Events::V2CoreAccountPersonCreatedEventNotification,
915
- Events::V2CoreAccountPersonDeletedEventNotification.lookup_type =>
916
- Events::V2CoreAccountPersonDeletedEventNotification,
917
- Events::V2CoreAccountPersonUpdatedEventNotification.lookup_type =>
918
- Events::V2CoreAccountPersonUpdatedEventNotification,
919
- Events::V2CoreAccountUpdatedEventNotification.lookup_type =>
920
- Events::V2CoreAccountUpdatedEventNotification,
921
- Events::V2CoreClaimableSandboxClaimedEventNotification.lookup_type =>
922
- Events::V2CoreClaimableSandboxClaimedEventNotification,
923
- Events::V2CoreClaimableSandboxCreatedEventNotification.lookup_type =>
924
- Events::V2CoreClaimableSandboxCreatedEventNotification,
925
- Events::V2CoreClaimableSandboxExpiredEventNotification.lookup_type =>
926
- Events::V2CoreClaimableSandboxExpiredEventNotification,
927
- Events::V2CoreClaimableSandboxExpiringEventNotification.lookup_type =>
928
- Events::V2CoreClaimableSandboxExpiringEventNotification,
929
- Events::V2CoreClaimableSandboxSandboxDetailsOwnerAccountUpdatedEventNotification.lookup_type =>
930
- Events::V2CoreClaimableSandboxSandboxDetailsOwnerAccountUpdatedEventNotification,
931
23
  Events::V2CoreEventDestinationPingEventNotification.lookup_type =>
932
24
  Events::V2CoreEventDestinationPingEventNotification,
933
- Events::V2CoreHealthApiErrorFiringEventNotification.lookup_type =>
934
- Events::V2CoreHealthApiErrorFiringEventNotification,
935
- Events::V2CoreHealthApiErrorResolvedEventNotification.lookup_type =>
936
- Events::V2CoreHealthApiErrorResolvedEventNotification,
937
- Events::V2CoreHealthApiLatencyFiringEventNotification.lookup_type =>
938
- Events::V2CoreHealthApiLatencyFiringEventNotification,
939
- Events::V2CoreHealthApiLatencyResolvedEventNotification.lookup_type =>
940
- Events::V2CoreHealthApiLatencyResolvedEventNotification,
941
- Events::V2CoreHealthAuthorizationRateDropFiringEventNotification.lookup_type =>
942
- Events::V2CoreHealthAuthorizationRateDropFiringEventNotification,
943
- Events::V2CoreHealthAuthorizationRateDropResolvedEventNotification.lookup_type =>
944
- Events::V2CoreHealthAuthorizationRateDropResolvedEventNotification,
945
- Events::V2CoreHealthEventGenerationFailureResolvedEventNotification.lookup_type =>
946
- Events::V2CoreHealthEventGenerationFailureResolvedEventNotification,
947
- Events::V2CoreHealthFraudRateIncreasedEventNotification.lookup_type =>
948
- Events::V2CoreHealthFraudRateIncreasedEventNotification,
949
- Events::V2CoreHealthIssuingAuthorizationRequestErrorsFiringEventNotification.lookup_type =>
950
- Events::V2CoreHealthIssuingAuthorizationRequestErrorsFiringEventNotification,
951
- Events::V2CoreHealthIssuingAuthorizationRequestErrorsResolvedEventNotification.lookup_type =>
952
- Events::V2CoreHealthIssuingAuthorizationRequestErrorsResolvedEventNotification,
953
- Events::V2CoreHealthIssuingAuthorizationRequestTimeoutFiringEventNotification.lookup_type =>
954
- Events::V2CoreHealthIssuingAuthorizationRequestTimeoutFiringEventNotification,
955
- Events::V2CoreHealthIssuingAuthorizationRequestTimeoutResolvedEventNotification.lookup_type =>
956
- Events::V2CoreHealthIssuingAuthorizationRequestTimeoutResolvedEventNotification,
957
- Events::V2CoreHealthPaymentMethodErrorFiringEventNotification.lookup_type =>
958
- Events::V2CoreHealthPaymentMethodErrorFiringEventNotification,
959
- Events::V2CoreHealthPaymentMethodErrorResolvedEventNotification.lookup_type =>
960
- Events::V2CoreHealthPaymentMethodErrorResolvedEventNotification,
961
- Events::V2CoreHealthTrafficVolumeDropFiringEventNotification.lookup_type =>
962
- Events::V2CoreHealthTrafficVolumeDropFiringEventNotification,
963
- Events::V2CoreHealthTrafficVolumeDropResolvedEventNotification.lookup_type =>
964
- Events::V2CoreHealthTrafficVolumeDropResolvedEventNotification,
965
- Events::V2CoreHealthWebhookLatencyFiringEventNotification.lookup_type =>
966
- Events::V2CoreHealthWebhookLatencyFiringEventNotification,
967
- Events::V2CoreHealthWebhookLatencyResolvedEventNotification.lookup_type =>
968
- Events::V2CoreHealthWebhookLatencyResolvedEventNotification,
969
- Events::V2MoneyManagementAdjustmentCreatedEventNotification.lookup_type =>
970
- Events::V2MoneyManagementAdjustmentCreatedEventNotification,
971
- Events::V2MoneyManagementFinancialAccountCreatedEventNotification.lookup_type =>
972
- Events::V2MoneyManagementFinancialAccountCreatedEventNotification,
973
- Events::V2MoneyManagementFinancialAccountUpdatedEventNotification.lookup_type =>
974
- Events::V2MoneyManagementFinancialAccountUpdatedEventNotification,
975
- Events::V2MoneyManagementFinancialAddressActivatedEventNotification.lookup_type =>
976
- Events::V2MoneyManagementFinancialAddressActivatedEventNotification,
977
- Events::V2MoneyManagementFinancialAddressFailedEventNotification.lookup_type =>
978
- Events::V2MoneyManagementFinancialAddressFailedEventNotification,
979
- Events::V2MoneyManagementInboundTransferAvailableEventNotification.lookup_type =>
980
- Events::V2MoneyManagementInboundTransferAvailableEventNotification,
981
- Events::V2MoneyManagementInboundTransferBankDebitFailedEventNotification.lookup_type =>
982
- Events::V2MoneyManagementInboundTransferBankDebitFailedEventNotification,
983
- Events::V2MoneyManagementInboundTransferBankDebitProcessingEventNotification.lookup_type =>
984
- Events::V2MoneyManagementInboundTransferBankDebitProcessingEventNotification,
985
- Events::V2MoneyManagementInboundTransferBankDebitQueuedEventNotification.lookup_type =>
986
- Events::V2MoneyManagementInboundTransferBankDebitQueuedEventNotification,
987
- Events::V2MoneyManagementInboundTransferBankDebitReturnedEventNotification.lookup_type =>
988
- Events::V2MoneyManagementInboundTransferBankDebitReturnedEventNotification,
989
- Events::V2MoneyManagementInboundTransferBankDebitSucceededEventNotification.lookup_type =>
990
- Events::V2MoneyManagementInboundTransferBankDebitSucceededEventNotification,
991
- Events::V2MoneyManagementOutboundPaymentCanceledEventNotification.lookup_type =>
992
- Events::V2MoneyManagementOutboundPaymentCanceledEventNotification,
993
- Events::V2MoneyManagementOutboundPaymentCreatedEventNotification.lookup_type =>
994
- Events::V2MoneyManagementOutboundPaymentCreatedEventNotification,
995
- Events::V2MoneyManagementOutboundPaymentFailedEventNotification.lookup_type =>
996
- Events::V2MoneyManagementOutboundPaymentFailedEventNotification,
997
- Events::V2MoneyManagementOutboundPaymentPostedEventNotification.lookup_type =>
998
- Events::V2MoneyManagementOutboundPaymentPostedEventNotification,
999
- Events::V2MoneyManagementOutboundPaymentReturnedEventNotification.lookup_type =>
1000
- Events::V2MoneyManagementOutboundPaymentReturnedEventNotification,
1001
- Events::V2MoneyManagementOutboundPaymentUpdatedEventNotification.lookup_type =>
1002
- Events::V2MoneyManagementOutboundPaymentUpdatedEventNotification,
1003
- Events::V2MoneyManagementOutboundTransferCanceledEventNotification.lookup_type =>
1004
- Events::V2MoneyManagementOutboundTransferCanceledEventNotification,
1005
- Events::V2MoneyManagementOutboundTransferCreatedEventNotification.lookup_type =>
1006
- Events::V2MoneyManagementOutboundTransferCreatedEventNotification,
1007
- Events::V2MoneyManagementOutboundTransferFailedEventNotification.lookup_type =>
1008
- Events::V2MoneyManagementOutboundTransferFailedEventNotification,
1009
- Events::V2MoneyManagementOutboundTransferPostedEventNotification.lookup_type =>
1010
- Events::V2MoneyManagementOutboundTransferPostedEventNotification,
1011
- Events::V2MoneyManagementOutboundTransferReturnedEventNotification.lookup_type =>
1012
- Events::V2MoneyManagementOutboundTransferReturnedEventNotification,
1013
- Events::V2MoneyManagementOutboundTransferUpdatedEventNotification.lookup_type =>
1014
- Events::V2MoneyManagementOutboundTransferUpdatedEventNotification,
1015
- Events::V2MoneyManagementPayoutMethodUpdatedEventNotification.lookup_type =>
1016
- Events::V2MoneyManagementPayoutMethodUpdatedEventNotification,
1017
- Events::V2MoneyManagementReceivedCreditAvailableEventNotification.lookup_type =>
1018
- Events::V2MoneyManagementReceivedCreditAvailableEventNotification,
1019
- Events::V2MoneyManagementReceivedCreditFailedEventNotification.lookup_type =>
1020
- Events::V2MoneyManagementReceivedCreditFailedEventNotification,
1021
- Events::V2MoneyManagementReceivedCreditReturnedEventNotification.lookup_type =>
1022
- Events::V2MoneyManagementReceivedCreditReturnedEventNotification,
1023
- Events::V2MoneyManagementReceivedCreditSucceededEventNotification.lookup_type =>
1024
- Events::V2MoneyManagementReceivedCreditSucceededEventNotification,
1025
- Events::V2MoneyManagementReceivedDebitCanceledEventNotification.lookup_type =>
1026
- Events::V2MoneyManagementReceivedDebitCanceledEventNotification,
1027
- Events::V2MoneyManagementReceivedDebitFailedEventNotification.lookup_type =>
1028
- Events::V2MoneyManagementReceivedDebitFailedEventNotification,
1029
- Events::V2MoneyManagementReceivedDebitPendingEventNotification.lookup_type =>
1030
- Events::V2MoneyManagementReceivedDebitPendingEventNotification,
1031
- Events::V2MoneyManagementReceivedDebitSucceededEventNotification.lookup_type =>
1032
- Events::V2MoneyManagementReceivedDebitSucceededEventNotification,
1033
- Events::V2MoneyManagementReceivedDebitUpdatedEventNotification.lookup_type =>
1034
- Events::V2MoneyManagementReceivedDebitUpdatedEventNotification,
1035
- Events::V2MoneyManagementRecipientVerificationCreatedEventNotification.lookup_type =>
1036
- Events::V2MoneyManagementRecipientVerificationCreatedEventNotification,
1037
- Events::V2MoneyManagementRecipientVerificationUpdatedEventNotification.lookup_type =>
1038
- Events::V2MoneyManagementRecipientVerificationUpdatedEventNotification,
1039
- Events::V2MoneyManagementTransactionCreatedEventNotification.lookup_type =>
1040
- Events::V2MoneyManagementTransactionCreatedEventNotification,
1041
- Events::V2MoneyManagementTransactionUpdatedEventNotification.lookup_type =>
1042
- Events::V2MoneyManagementTransactionUpdatedEventNotification,
1043
- Events::V2PaymentsOffSessionPaymentAuthorizationAttemptFailedEventNotification.lookup_type =>
1044
- Events::V2PaymentsOffSessionPaymentAuthorizationAttemptFailedEventNotification,
1045
- Events::V2PaymentsOffSessionPaymentAuthorizationAttemptStartedEventNotification.lookup_type =>
1046
- Events::V2PaymentsOffSessionPaymentAuthorizationAttemptStartedEventNotification,
1047
- Events::V2PaymentsOffSessionPaymentCanceledEventNotification.lookup_type =>
1048
- Events::V2PaymentsOffSessionPaymentCanceledEventNotification,
1049
- Events::V2PaymentsOffSessionPaymentCreatedEventNotification.lookup_type =>
1050
- Events::V2PaymentsOffSessionPaymentCreatedEventNotification,
1051
- Events::V2PaymentsOffSessionPaymentFailedEventNotification.lookup_type =>
1052
- Events::V2PaymentsOffSessionPaymentFailedEventNotification,
1053
- Events::V2PaymentsOffSessionPaymentRequiresCaptureEventNotification.lookup_type =>
1054
- Events::V2PaymentsOffSessionPaymentRequiresCaptureEventNotification,
1055
- Events::V2PaymentsOffSessionPaymentSucceededEventNotification.lookup_type =>
1056
- Events::V2PaymentsOffSessionPaymentSucceededEventNotification,
1057
25
  # event notification types: The end of the section generated from our OpenAPI spec
1058
26
  }
1059
27
  end