stripe 18.1.0.pre.alpha.4 → 18.1.0.pre.beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (368) hide show
  1. checksums.yaml +4 -4
  2. data/lib/stripe/event_types.rb +0 -304
  3. data/lib/stripe/object_types.rb +0 -34
  4. data/lib/stripe/params/account_create_params.rb +0 -32
  5. data/lib/stripe/params/account_person_create_params.rb +0 -32
  6. data/lib/stripe/params/account_person_update_params.rb +0 -32
  7. data/lib/stripe/params/account_update_params.rb +0 -32
  8. data/lib/stripe/params/billing/alert_create_params.rb +1 -121
  9. data/lib/stripe/params/billing/alert_list_params.rb +0 -4
  10. data/lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb +1 -5
  11. data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +1 -13
  12. data/lib/stripe/params/billing/credit_grant_create_params.rb +2 -29
  13. data/lib/stripe/params/billing/meter_create_params.rb +0 -4
  14. data/lib/stripe/params/billing/meter_event_summary_list_params.rb +0 -8
  15. data/lib/stripe/params/checkout/session_create_params.rb +1 -80
  16. data/lib/stripe/params/identity/verification_report_list_params.rb +0 -4
  17. data/lib/stripe/params/invoice_create_preview_params.rb +7 -126
  18. data/lib/stripe/params/invoice_list_params.rb +0 -4
  19. data/lib/stripe/params/payment_intent_confirm_params.rb +0 -34
  20. data/lib/stripe/params/payment_intent_create_params.rb +1 -48
  21. data/lib/stripe/params/payment_intent_update_params.rb +0 -34
  22. data/lib/stripe/params/quote_create_params.rb +3 -223
  23. data/lib/stripe/params/quote_update_params.rb +3 -223
  24. data/lib/stripe/params/setup_intent_confirm_params.rb +0 -29
  25. data/lib/stripe/params/setup_intent_create_params.rb +0 -29
  26. data/lib/stripe/params/setup_intent_update_params.rb +1 -30
  27. data/lib/stripe/params/subscription_create_params.rb +1 -17
  28. data/lib/stripe/params/subscription_item_create_params.rb +1 -17
  29. data/lib/stripe/params/subscription_item_update_params.rb +1 -17
  30. data/lib/stripe/params/subscription_schedule_amend_params.rb +3 -42
  31. data/lib/stripe/params/subscription_schedule_create_params.rb +4 -72
  32. data/lib/stripe/params/subscription_schedule_update_params.rb +4 -72
  33. data/lib/stripe/params/subscription_update_params.rb +1 -17
  34. data/lib/stripe/params/token_create_params.rb +0 -64
  35. data/lib/stripe/params/transfer_create_params.rb +0 -4
  36. data/lib/stripe/params/v2/billing/cadence_cancel_params.rb +1 -8
  37. data/lib/stripe/params/v2/billing/cadence_create_params.rb +0 -4
  38. data/lib/stripe/params/v2/billing/cadence_update_params.rb +1 -4
  39. data/lib/stripe/params/v2/core/account_create_params.rb +8 -725
  40. data/lib/stripe/params/v2/core/account_token_create_params.rb +1 -259
  41. data/lib/stripe/params/v2/core/account_update_params.rb +8 -711
  42. data/lib/stripe/params/v2/core/event_list_params.rb +1 -4
  43. data/lib/stripe/params/v2/core/event_retrieve_params.rb +1 -8
  44. data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +1 -12
  45. data/lib/stripe/params/v2/money_management/inbound_transfer_create_params.rb +0 -12
  46. data/lib/stripe/params/v2/money_management/outbound_payment_create_params.rb +0 -16
  47. data/lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb +0 -12
  48. data/lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb +1 -19
  49. data/lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb +0 -16
  50. data/lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb +0 -11
  51. data/lib/stripe/params.rb +0 -101
  52. data/lib/stripe/resources/account_session.rb +0 -27
  53. data/lib/stripe/resources/application_fee.rb +0 -2
  54. data/lib/stripe/resources/balance.rb +0 -83
  55. data/lib/stripe/resources/billing/alert.rb +1 -105
  56. data/lib/stripe/resources/billing/alert_triggered.rb +0 -6
  57. data/lib/stripe/resources/billing/analytics/meter_usage_row.rb +0 -2
  58. data/lib/stripe/resources/billing/credit_balance_summary.rb +2 -84
  59. data/lib/stripe/resources/billing/credit_balance_transaction.rb +2 -84
  60. data/lib/stripe/resources/billing/credit_grant.rb +2 -58
  61. data/lib/stripe/resources/billing/meter.rb +0 -2
  62. data/lib/stripe/resources/billing/meter_event_summary.rb +0 -2
  63. data/lib/stripe/resources/capital/financing_offer.rb +0 -41
  64. data/lib/stripe/resources/card.rb +1 -18
  65. data/lib/stripe/resources/charge.rb +0 -18
  66. data/lib/stripe/resources/checkout/session.rb +0 -92
  67. data/lib/stripe/resources/confirmation_token.rb +0 -18
  68. data/lib/stripe/resources/discount.rb +0 -2
  69. data/lib/stripe/resources/identity/verification_report.rb +0 -4
  70. data/lib/stripe/resources/invoice.rb +0 -16
  71. data/lib/stripe/resources/invoice_item.rb +2 -106
  72. data/lib/stripe/resources/invoice_line_item.rb +1 -107
  73. data/lib/stripe/resources/payment_intent.rb +0 -60
  74. data/lib/stripe/resources/payment_method.rb +0 -38
  75. data/lib/stripe/resources/person.rb +0 -36
  76. data/lib/stripe/resources/quote.rb +1 -238
  77. data/lib/stripe/resources/quote_line.rb +0 -6
  78. data/lib/stripe/resources/quote_preview_invoice.rb +0 -16
  79. data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -94
  80. data/lib/stripe/resources/setup_intent.rb +0 -40
  81. data/lib/stripe/resources/subscription.rb +1 -20
  82. data/lib/stripe/resources/subscription_item.rb +1 -24
  83. data/lib/stripe/resources/subscription_schedule.rb +0 -94
  84. data/lib/stripe/resources/transfer.rb +0 -4
  85. data/lib/stripe/resources/v2/billing/cadence.rb +0 -46
  86. data/lib/stripe/resources/v2/core/account.rb +6 -1095
  87. data/lib/stripe/resources/v2/core/event.rb +1 -50
  88. data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +1 -15
  89. data/lib/stripe/resources/v2/money_management/adjustment.rb +1 -16
  90. data/lib/stripe/resources/v2/money_management/financial_account.rb +1 -49
  91. data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +3 -52
  92. data/lib/stripe/resources/v2/money_management/outbound_payment.rb +2 -48
  93. data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +3 -61
  94. data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +2 -48
  95. data/lib/stripe/resources/v2/money_management/payout_method.rb +1 -29
  96. data/lib/stripe/resources/v2/money_management/received_credit.rb +0 -50
  97. data/lib/stripe/resources/v2/money_management/received_debit.rb +1 -73
  98. data/lib/stripe/resources/v2/money_management/transaction.rb +1 -65
  99. data/lib/stripe/resources/v2/money_management/transaction_entry.rb +1 -49
  100. data/lib/stripe/resources.rb +0 -114
  101. data/lib/stripe/services/identity_service.rb +1 -2
  102. data/lib/stripe/services/issuing_service.rb +1 -2
  103. data/lib/stripe/services/payment_method_service.rb +0 -11
  104. data/lib/stripe/services/radar_service.rb +1 -2
  105. data/lib/stripe/services/test_helpers_service.rb +1 -2
  106. data/lib/stripe/services/v1_services.rb +1 -4
  107. data/lib/stripe/services/v2/billing_service.rb +1 -14
  108. data/lib/stripe/services/v2/core_service.rb +1 -2
  109. data/lib/stripe/services/v2/money_management_service.rb +1 -5
  110. data/lib/stripe/services/v2/test_helper_service.rb +1 -2
  111. data/lib/stripe/services/v2_services.rb +1 -3
  112. data/lib/stripe/services.rb +0 -37
  113. data/lib/stripe/stripe_object.rb +1 -22
  114. data/lib/stripe/version.rb +1 -1
  115. data/rbi/stripe.rbi +734 -18555
  116. metadata +2 -254
  117. data/lib/stripe/events/v2_billing_cadence_billed_event.rb +0 -61
  118. data/lib/stripe/events/v2_billing_cadence_canceled_event.rb +0 -44
  119. data/lib/stripe/events/v2_billing_cadence_created_event.rb +0 -61
  120. data/lib/stripe/events/v2_billing_license_fee_created_event.rb +0 -44
  121. data/lib/stripe/events/v2_billing_license_fee_updated_event.rb +0 -44
  122. data/lib/stripe/events/v2_billing_license_fee_version_created_event.rb +0 -61
  123. data/lib/stripe/events/v2_billing_licensed_item_created_event.rb +0 -44
  124. data/lib/stripe/events/v2_billing_licensed_item_updated_event.rb +0 -44
  125. data/lib/stripe/events/v2_billing_metered_item_created_event.rb +0 -44
  126. data/lib/stripe/events/v2_billing_metered_item_updated_event.rb +0 -44
  127. data/lib/stripe/events/v2_billing_pricing_plan_component_created_event.rb +0 -61
  128. data/lib/stripe/events/v2_billing_pricing_plan_component_updated_event.rb +0 -61
  129. data/lib/stripe/events/v2_billing_pricing_plan_created_event.rb +0 -44
  130. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_awaiting_customer_action_event.rb +0 -44
  131. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_current_event.rb +0 -44
  132. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_past_due_event.rb +0 -44
  133. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_paused_event.rb +0 -44
  134. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_unpaid_event.rb +0 -44
  135. data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_activated_event.rb +0 -44
  136. data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_canceled_event.rb +0 -44
  137. data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_paused_event.rb +0 -44
  138. data/lib/stripe/events/v2_billing_pricing_plan_updated_event.rb +0 -44
  139. data/lib/stripe/events/v2_billing_pricing_plan_version_created_event.rb +0 -61
  140. data/lib/stripe/events/v2_billing_rate_card_created_event.rb +0 -61
  141. data/lib/stripe/events/v2_billing_rate_card_rate_created_event.rb +0 -67
  142. data/lib/stripe/events/v2_billing_rate_card_subscription_activated_event.rb +0 -44
  143. data/lib/stripe/events/v2_billing_rate_card_subscription_canceled_event.rb +0 -44
  144. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_awaiting_customer_action_event.rb +0 -44
  145. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_current_event.rb +0 -44
  146. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_past_due_event.rb +0 -44
  147. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_paused_event.rb +0 -44
  148. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_unpaid_event.rb +0 -44
  149. data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_activated_event.rb +0 -44
  150. data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_canceled_event.rb +0 -44
  151. data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_paused_event.rb +0 -44
  152. data/lib/stripe/events/v2_billing_rate_card_updated_event.rb +0 -44
  153. data/lib/stripe/events/v2_billing_rate_card_version_created_event.rb +0 -61
  154. data/lib/stripe/events/v2_core_account_including_configuration_card_creator_capability_status_updated_event.rb +0 -63
  155. data/lib/stripe/events/v2_core_account_including_configuration_card_creator_updated_event.rb +0 -44
  156. data/lib/stripe/events/v2_core_claimable_sandbox_claimed_event.rb +0 -44
  157. data/lib/stripe/events/v2_core_claimable_sandbox_created_event.rb +0 -44
  158. data/lib/stripe/events/v2_core_claimable_sandbox_expired_event.rb +0 -44
  159. data/lib/stripe/events/v2_core_claimable_sandbox_expiring_event.rb +0 -44
  160. data/lib/stripe/events/v2_core_claimable_sandbox_sandbox_details_owner_account_updated_event.rb +0 -44
  161. data/lib/stripe/events/v2_core_health_api_error_firing_event.rb +0 -68
  162. data/lib/stripe/events/v2_core_health_api_error_resolved_event.rb +0 -68
  163. data/lib/stripe/events/v2_core_health_api_latency_firing_event.rb +0 -66
  164. data/lib/stripe/events/v2_core_health_api_latency_resolved_event.rb +0 -66
  165. data/lib/stripe/events/v2_core_health_authorization_rate_drop_firing_event.rb +0 -80
  166. data/lib/stripe/events/v2_core_health_authorization_rate_drop_resolved_event.rb +0 -80
  167. data/lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb +0 -78
  168. data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_firing_event.rb +0 -91
  169. data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_resolved_event.rb +0 -93
  170. data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_firing_event.rb +0 -93
  171. data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_resolved_event.rb +0 -93
  172. data/lib/stripe/events/v2_core_health_payment_method_error_firing_event.rb +0 -64
  173. data/lib/stripe/events/v2_core_health_payment_method_error_resolved_event.rb +0 -64
  174. data/lib/stripe/events/v2_core_health_traffic_volume_drop_firing_event.rb +0 -62
  175. data/lib/stripe/events/v2_core_health_traffic_volume_drop_resolved_event.rb +0 -62
  176. data/lib/stripe/events/v2_core_health_webhook_latency_firing_event.rb +0 -58
  177. data/lib/stripe/events/v2_core_health_webhook_latency_resolved_event.rb +0 -58
  178. data/lib/stripe/events/v2_iam_api_key_created_event.rb +0 -20
  179. data/lib/stripe/events/v2_iam_api_key_default_secret_revealed_event.rb +0 -20
  180. data/lib/stripe/events/v2_iam_api_key_expired_event.rb +0 -20
  181. data/lib/stripe/events/v2_iam_api_key_permissions_updated_event.rb +0 -20
  182. data/lib/stripe/events/v2_iam_api_key_rotated_event.rb +0 -38
  183. data/lib/stripe/events/v2_iam_api_key_updated_event.rb +0 -20
  184. data/lib/stripe/events/v2_money_management_recipient_verification_created_event.rb +0 -44
  185. data/lib/stripe/events/v2_money_management_recipient_verification_updated_event.rb +0 -44
  186. data/lib/stripe/events/v2_payments_off_session_payment_attempt_failed_event.rb +0 -44
  187. data/lib/stripe/events/v2_payments_off_session_payment_attempt_started_event.rb +0 -46
  188. data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb +0 -46
  189. data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb +0 -48
  190. data/lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb +0 -44
  191. data/lib/stripe/events/v2_payments_off_session_payment_created_event.rb +0 -44
  192. data/lib/stripe/events/v2_payments_off_session_payment_failed_event.rb +0 -44
  193. data/lib/stripe/events/v2_payments_off_session_payment_requires_capture_event.rb +0 -44
  194. data/lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb +0 -44
  195. data/lib/stripe/events/v2_reporting_report_run_created_event.rb +0 -44
  196. data/lib/stripe/events/v2_reporting_report_run_failed_event.rb +0 -44
  197. data/lib/stripe/events/v2_reporting_report_run_succeeded_event.rb +0 -44
  198. data/lib/stripe/events/v2_reporting_report_run_updated_event.rb +0 -44
  199. data/lib/stripe/params/balance_transfer_create_params.rb +0 -66
  200. data/lib/stripe/params/capital/financing_offer_create_params.rb +0 -37
  201. data/lib/stripe/params/capital/financing_offer_refill_params.rb +0 -37
  202. data/lib/stripe/params/delegated_checkout/requested_session_confirm_params.rb +0 -55
  203. data/lib/stripe/params/delegated_checkout/requested_session_create_params.rb +0 -205
  204. data/lib/stripe/params/delegated_checkout/requested_session_expire_params.rb +0 -15
  205. data/lib/stripe/params/delegated_checkout/requested_session_retrieve_params.rb +0 -15
  206. data/lib/stripe/params/delegated_checkout/requested_session_update_params.rb +0 -209
  207. data/lib/stripe/params/identity/blocklist_entry_create_params.rb +0 -29
  208. data/lib/stripe/params/identity/blocklist_entry_disable_params.rb +0 -15
  209. data/lib/stripe/params/identity/blocklist_entry_list_params.rb +0 -62
  210. data/lib/stripe/params/identity/blocklist_entry_retrieve_params.rb +0 -15
  211. data/lib/stripe/params/issuing/program_create_params.rb +0 -21
  212. data/lib/stripe/params/issuing/program_list_params.rb +0 -24
  213. data/lib/stripe/params/issuing/program_retrieve_params.rb +0 -15
  214. data/lib/stripe/params/issuing/program_update_params.rb +0 -21
  215. data/lib/stripe/params/payment_method_check_balance_params.rb +0 -13
  216. data/lib/stripe/params/product_catalog/trial_offer_create_params.rb +0 -60
  217. data/lib/stripe/params/radar/account_evaluation_create_params.rb +0 -81
  218. data/lib/stripe/params/radar/account_evaluation_retrieve_params.rb +0 -15
  219. data/lib/stripe/params/radar/account_evaluation_update_params.rb +0 -18
  220. data/lib/stripe/params/test_helpers/capital/financing_offer_create_params.rb +0 -39
  221. data/lib/stripe/params/test_helpers/capital/financing_offer_refill_params.rb +0 -39
  222. data/lib/stripe/params/v2/billing/custom_pricing_unit_create_params.rb +0 -26
  223. data/lib/stripe/params/v2/billing/custom_pricing_unit_list_params.rb +0 -24
  224. data/lib/stripe/params/v2/billing/custom_pricing_unit_retrieve_params.rb +0 -10
  225. data/lib/stripe/params/v2/billing/custom_pricing_unit_update_params.rb +0 -26
  226. data/lib/stripe/params/v2/billing/intent_cancel_params.rb +0 -10
  227. data/lib/stripe/params/v2/billing/intent_commit_params.rb +0 -17
  228. data/lib/stripe/params/v2/billing/intent_create_params.rb +0 -355
  229. data/lib/stripe/params/v2/billing/intent_list_params.rb +0 -17
  230. data/lib/stripe/params/v2/billing/intent_release_reservation_params.rb +0 -10
  231. data/lib/stripe/params/v2/billing/intent_reserve_params.rb +0 -10
  232. data/lib/stripe/params/v2/billing/intent_retrieve_params.rb +0 -10
  233. data/lib/stripe/params/v2/billing/intents/action_list_params.rb +0 -19
  234. data/lib/stripe/params/v2/billing/intents/action_retrieve_params.rb +0 -12
  235. data/lib/stripe/params/v2/billing/license_fee_create_params.rb +0 -103
  236. data/lib/stripe/params/v2/billing/license_fee_list_params.rb +0 -24
  237. data/lib/stripe/params/v2/billing/license_fee_retrieve_params.rb +0 -10
  238. data/lib/stripe/params/v2/billing/license_fee_subscription_retrieve_params.rb +0 -10
  239. data/lib/stripe/params/v2/billing/license_fee_update_params.rb +0 -84
  240. data/lib/stripe/params/v2/billing/license_fees/version_list_params.rb +0 -19
  241. data/lib/stripe/params/v2/billing/license_fees/version_retrieve_params.rb +0 -12
  242. data/lib/stripe/params/v2/billing/licensed_item_create_params.rb +0 -48
  243. data/lib/stripe/params/v2/billing/licensed_item_list_params.rb +0 -21
  244. data/lib/stripe/params/v2/billing/licensed_item_retrieve_params.rb +0 -10
  245. data/lib/stripe/params/v2/billing/licensed_item_update_params.rb +0 -48
  246. data/lib/stripe/params/v2/billing/metered_item_create_params.rb +0 -73
  247. data/lib/stripe/params/v2/billing/metered_item_list_params.rb +0 -21
  248. data/lib/stripe/params/v2/billing/metered_item_retrieve_params.rb +0 -10
  249. data/lib/stripe/params/v2/billing/metered_item_update_params.rb +0 -50
  250. data/lib/stripe/params/v2/billing/pricing_plan_create_params.rb +0 -39
  251. data/lib/stripe/params/v2/billing/pricing_plan_list_params.rb +0 -24
  252. data/lib/stripe/params/v2/billing/pricing_plan_retrieve_params.rb +0 -10
  253. data/lib/stripe/params/v2/billing/pricing_plan_subscription_list_params.rb +0 -50
  254. data/lib/stripe/params/v2/billing/pricing_plan_subscription_retrieve_params.rb +0 -10
  255. data/lib/stripe/params/v2/billing/pricing_plan_subscription_update_params.rb +0 -20
  256. data/lib/stripe/params/v2/billing/pricing_plan_subscriptions/component_retrieve_params.rb +0 -12
  257. data/lib/stripe/params/v2/billing/pricing_plan_update_params.rb +0 -39
  258. data/lib/stripe/params/v2/billing/pricing_plans/component_create_params.rb +0 -73
  259. data/lib/stripe/params/v2/billing/pricing_plans/component_delete_params.rb +0 -12
  260. data/lib/stripe/params/v2/billing/pricing_plans/component_list_params.rb +0 -27
  261. data/lib/stripe/params/v2/billing/pricing_plans/component_retrieve_params.rb +0 -12
  262. data/lib/stripe/params/v2/billing/pricing_plans/component_update_params.rb +0 -22
  263. data/lib/stripe/params/v2/billing/pricing_plans/version_list_params.rb +0 -19
  264. data/lib/stripe/params/v2/billing/pricing_plans/version_retrieve_params.rb +0 -12
  265. data/lib/stripe/params/v2/billing/rate_card_create_params.rb +0 -49
  266. data/lib/stripe/params/v2/billing/rate_card_list_params.rb +0 -24
  267. data/lib/stripe/params/v2/billing/rate_card_retrieve_params.rb +0 -10
  268. data/lib/stripe/params/v2/billing/rate_card_subscription_cancel_params.rb +0 -10
  269. data/lib/stripe/params/v2/billing/rate_card_subscription_create_params.rb +0 -26
  270. data/lib/stripe/params/v2/billing/rate_card_subscription_list_params.rb +0 -51
  271. data/lib/stripe/params/v2/billing/rate_card_subscription_retrieve_params.rb +0 -10
  272. data/lib/stripe/params/v2/billing/rate_card_subscription_update_params.rb +0 -17
  273. data/lib/stripe/params/v2/billing/rate_card_update_params.rb +0 -38
  274. data/lib/stripe/params/v2/billing/rate_cards/rate_create_params.rb +0 -91
  275. data/lib/stripe/params/v2/billing/rate_cards/rate_delete_params.rb +0 -12
  276. data/lib/stripe/params/v2/billing/rate_cards/rate_list_params.rb +0 -25
  277. data/lib/stripe/params/v2/billing/rate_cards/rate_retrieve_params.rb +0 -12
  278. data/lib/stripe/params/v2/billing/rate_cards/version_list_params.rb +0 -19
  279. data/lib/stripe/params/v2/billing/rate_cards/version_retrieve_params.rb +0 -12
  280. data/lib/stripe/params/v2/billing/service_action_create_params.rb +0 -278
  281. data/lib/stripe/params/v2/billing/service_action_retrieve_params.rb +0 -10
  282. data/lib/stripe/params/v2/billing/service_action_update_params.rb +0 -40
  283. data/lib/stripe/params/v2/core/claimable_sandbox_create_params.rb +0 -36
  284. data/lib/stripe/params/v2/core/claimable_sandbox_retrieve_params.rb +0 -10
  285. data/lib/stripe/params/v2/money_management/currency_conversion_create_params.rb +0 -68
  286. data/lib/stripe/params/v2/money_management/currency_conversion_list_params.rb +0 -20
  287. data/lib/stripe/params/v2/money_management/currency_conversion_retrieve_params.rb +0 -10
  288. data/lib/stripe/params/v2/money_management/recipient_verification_acknowledge_params.rb +0 -10
  289. data/lib/stripe/params/v2/money_management/recipient_verification_create_params.rb +0 -20
  290. data/lib/stripe/params/v2/money_management/recipient_verification_retrieve_params.rb +0 -10
  291. data/lib/stripe/params/v2/payments/off_session_payment_cancel_params.rb +0 -10
  292. data/lib/stripe/params/v2/payments/off_session_payment_capture_params.rb +0 -57
  293. data/lib/stripe/params/v2/payments/off_session_payment_create_params.rb +0 -161
  294. data/lib/stripe/params/v2/payments/off_session_payment_list_params.rb +0 -17
  295. data/lib/stripe/params/v2/payments/off_session_payment_retrieve_params.rb +0 -10
  296. data/lib/stripe/params/v2/reporting/report_retrieve_params.rb +0 -10
  297. data/lib/stripe/params/v2/reporting/report_run_create_params.rb +0 -33
  298. data/lib/stripe/params/v2/reporting/report_run_retrieve_params.rb +0 -10
  299. data/lib/stripe/params/v2/test_helpers/money_management_recipient_verifications_params.rb +0 -24
  300. data/lib/stripe/resources/balance_transfer.rb +0 -139
  301. data/lib/stripe/resources/delegated_checkout/requested_session.rb +0 -426
  302. data/lib/stripe/resources/identity/blocklist_entry.rb +0 -116
  303. data/lib/stripe/resources/issuing/program.rb +0 -69
  304. data/lib/stripe/resources/payment_method_balance.rb +0 -68
  305. data/lib/stripe/resources/product_catalog/trial_offer.rb +0 -101
  306. data/lib/stripe/resources/radar/account_evaluation.rb +0 -116
  307. data/lib/stripe/resources/transit_balance.rb +0 -45
  308. data/lib/stripe/resources/v2/billing/custom_pricing_unit.rb +0 -43
  309. data/lib/stripe/resources/v2/billing/intent.rb +0 -86
  310. data/lib/stripe/resources/v2/billing/intent_action.rb +0 -395
  311. data/lib/stripe/resources/v2/billing/license_fee.rb +0 -104
  312. data/lib/stripe/resources/v2/billing/license_fee_subscription.rb +0 -44
  313. data/lib/stripe/resources/v2/billing/license_fee_version.rb +0 -80
  314. data/lib/stripe/resources/v2/billing/licensed_item.rb +0 -60
  315. data/lib/stripe/resources/v2/billing/metered_item.rb +0 -85
  316. data/lib/stripe/resources/v2/billing/pricing_plan.rb +0 -51
  317. data/lib/stripe/resources/v2/billing/pricing_plan_component.rb +0 -94
  318. data/lib/stripe/resources/v2/billing/pricing_plan_subscription.rb +0 -94
  319. data/lib/stripe/resources/v2/billing/pricing_plan_subscription_components.rb +0 -49
  320. data/lib/stripe/resources/v2/billing/pricing_plan_version.rb +0 -38
  321. data/lib/stripe/resources/v2/billing/rate_card.rb +0 -61
  322. data/lib/stripe/resources/v2/billing/rate_card_rate.rb +0 -110
  323. data/lib/stripe/resources/v2/billing/rate_card_subscription.rb +0 -94
  324. data/lib/stripe/resources/v2/billing/rate_card_version.rb +0 -34
  325. data/lib/stripe/resources/v2/billing/service_action.rb +0 -274
  326. data/lib/stripe/resources/v2/core/claimable_sandbox.rb +0 -105
  327. data/lib/stripe/resources/v2/money_management/currency_conversion.rb +0 -94
  328. data/lib/stripe/resources/v2/money_management/recipient_verification.rb +0 -83
  329. data/lib/stripe/resources/v2/payments/off_session_payment.rb +0 -186
  330. data/lib/stripe/resources/v2/reporting/report.rb +0 -116
  331. data/lib/stripe/resources/v2/reporting/report_run.rb +0 -128
  332. data/lib/stripe/services/balance_transfer_service.rb +0 -17
  333. data/lib/stripe/services/delegated_checkout/requested_session_service.rb +0 -63
  334. data/lib/stripe/services/delegated_checkout_service.rb +0 -13
  335. data/lib/stripe/services/identity/blocklist_entry_service.rb +0 -71
  336. data/lib/stripe/services/issuing/program_service.rb +0 -52
  337. data/lib/stripe/services/product_catalog/trial_offer_service.rb +0 -19
  338. data/lib/stripe/services/product_catalog_service.rb +0 -13
  339. data/lib/stripe/services/radar/account_evaluation_service.rb +0 -41
  340. data/lib/stripe/services/test_helpers/capital/financing_offer_service.rb +0 -32
  341. data/lib/stripe/services/test_helpers/capital_service.rb +0 -15
  342. data/lib/stripe/services/v2/billing/custom_pricing_unit_service.rb +0 -54
  343. data/lib/stripe/services/v2/billing/intent_service.rb +0 -94
  344. data/lib/stripe/services/v2/billing/intents/action_service.rb +0 -34
  345. data/lib/stripe/services/v2/billing/license_fee_service.rb +0 -61
  346. data/lib/stripe/services/v2/billing/license_fee_subscription_service.rb +0 -21
  347. data/lib/stripe/services/v2/billing/license_fees/version_service.rb +0 -34
  348. data/lib/stripe/services/v2/billing/licensed_item_service.rb +0 -54
  349. data/lib/stripe/services/v2/billing/metered_item_service.rb +0 -54
  350. data/lib/stripe/services/v2/billing/pricing_plan_service.rb +0 -62
  351. data/lib/stripe/services/v2/billing/pricing_plan_subscription_service.rb +0 -51
  352. data/lib/stripe/services/v2/billing/pricing_plan_subscriptions/component_service.rb +0 -23
  353. data/lib/stripe/services/v2/billing/pricing_plans/component_service.rb +0 -67
  354. data/lib/stripe/services/v2/billing/pricing_plans/version_service.rb +0 -34
  355. data/lib/stripe/services/v2/billing/rate_card_service.rb +0 -62
  356. data/lib/stripe/services/v2/billing/rate_card_subscription_service.rb +0 -65
  357. data/lib/stripe/services/v2/billing/rate_cards/rate_service.rb +0 -57
  358. data/lib/stripe/services/v2/billing/rate_cards/version_service.rb +0 -34
  359. data/lib/stripe/services/v2/billing/service_action_service.rb +0 -43
  360. data/lib/stripe/services/v2/core/claimable_sandbox_service.rb +0 -35
  361. data/lib/stripe/services/v2/money_management/currency_conversion_service.rb +0 -45
  362. data/lib/stripe/services/v2/money_management/recipient_verification_service.rb +0 -43
  363. data/lib/stripe/services/v2/payment_service.rb +0 -15
  364. data/lib/stripe/services/v2/payments/off_session_payment_service.rb +0 -65
  365. data/lib/stripe/services/v2/reporting/report_run_service.rb +0 -38
  366. data/lib/stripe/services/v2/reporting/report_service.rb +0 -23
  367. data/lib/stripe/services/v2/reporting_service.rb +0 -16
  368. data/lib/stripe/services/v2/test_helpers/money_management_service.rb +0 -21
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 79581144d5d51843e5a8c338736096c241555d9e7e82ba36a0335757556c12d2
4
- data.tar.gz: 394b2d88eb250fb763c6a8a1d3150064aa02a0d6fff9ca3bc87525fe130bf764
3
+ metadata.gz: e2e839aa0d50c01a903f4103beba5134a7926e4dcb9b9f8e3b7932d83264d34a
4
+ data.tar.gz: 9e40f4b5cb504e51401a872eafffb2c9a8edcb935b805698b9c344e7d4456633
5
5
  SHA512:
6
- metadata.gz: 5eb66560d7335a51d81dd7750c0ed69894d6a14502a0ffb88016682b58e14e8721697c5d9f6bcb4dfcf5204b6af81f7a50327748ab12642315708c5f4f60abdc
7
- data.tar.gz: 282fbac131acea677a3a0fc964455c3eee64dcbd3c8f4580405880414b664990f58c7f5a3e9b3d3f0ee4a6bd85f5e7547ce9766bee29f3f2468beb6c2cc37452
6
+ metadata.gz: 5583e8b491e69633dc1b446893c4771c4a373cb18edf2c9936f92deee13a07bff9bf363ed1f588a83326b2ffabb5be0eca2b3bbdb35845e6571f513e2b0da227
7
+ data.tar.gz: d66135e99f32c26f1c53e2fa2ecc83df0d33d0bcfa1f4c0eab8e45286b1446f2cd06e0e313a6325bc2bc6da9d96a13218f9c874da29fd6b468460298055492be
@@ -8,72 +8,8 @@ module Stripe
8
8
  Events::V1BillingMeterErrorReportTriggeredEvent.lookup_type =>
9
9
  Events::V1BillingMeterErrorReportTriggeredEvent,
10
10
  Events::V1BillingMeterNoMeterFoundEvent.lookup_type => Events::V1BillingMeterNoMeterFoundEvent,
11
- Events::V2BillingCadenceBilledEvent.lookup_type => Events::V2BillingCadenceBilledEvent,
12
- Events::V2BillingCadenceCanceledEvent.lookup_type => Events::V2BillingCadenceCanceledEvent,
13
- Events::V2BillingCadenceCreatedEvent.lookup_type => Events::V2BillingCadenceCreatedEvent,
14
- Events::V2BillingLicenseFeeCreatedEvent.lookup_type => Events::V2BillingLicenseFeeCreatedEvent,
15
- Events::V2BillingLicenseFeeUpdatedEvent.lookup_type => Events::V2BillingLicenseFeeUpdatedEvent,
16
- Events::V2BillingLicenseFeeVersionCreatedEvent.lookup_type =>
17
- Events::V2BillingLicenseFeeVersionCreatedEvent,
18
- Events::V2BillingLicensedItemCreatedEvent.lookup_type => Events::V2BillingLicensedItemCreatedEvent,
19
- Events::V2BillingLicensedItemUpdatedEvent.lookup_type => Events::V2BillingLicensedItemUpdatedEvent,
20
- Events::V2BillingMeteredItemCreatedEvent.lookup_type => Events::V2BillingMeteredItemCreatedEvent,
21
- Events::V2BillingMeteredItemUpdatedEvent.lookup_type => Events::V2BillingMeteredItemUpdatedEvent,
22
- Events::V2BillingPricingPlanComponentCreatedEvent.lookup_type =>
23
- Events::V2BillingPricingPlanComponentCreatedEvent,
24
- Events::V2BillingPricingPlanComponentUpdatedEvent.lookup_type =>
25
- Events::V2BillingPricingPlanComponentUpdatedEvent,
26
- Events::V2BillingPricingPlanCreatedEvent.lookup_type => Events::V2BillingPricingPlanCreatedEvent,
27
- Events::V2BillingPricingPlanSubscriptionCollectionAwaitingCustomerActionEvent.lookup_type =>
28
- Events::V2BillingPricingPlanSubscriptionCollectionAwaitingCustomerActionEvent,
29
- Events::V2BillingPricingPlanSubscriptionCollectionCurrentEvent.lookup_type =>
30
- Events::V2BillingPricingPlanSubscriptionCollectionCurrentEvent,
31
- Events::V2BillingPricingPlanSubscriptionCollectionPastDueEvent.lookup_type =>
32
- Events::V2BillingPricingPlanSubscriptionCollectionPastDueEvent,
33
- Events::V2BillingPricingPlanSubscriptionCollectionPausedEvent.lookup_type =>
34
- Events::V2BillingPricingPlanSubscriptionCollectionPausedEvent,
35
- Events::V2BillingPricingPlanSubscriptionCollectionUnpaidEvent.lookup_type =>
36
- Events::V2BillingPricingPlanSubscriptionCollectionUnpaidEvent,
37
- Events::V2BillingPricingPlanSubscriptionServicingActivatedEvent.lookup_type =>
38
- Events::V2BillingPricingPlanSubscriptionServicingActivatedEvent,
39
- Events::V2BillingPricingPlanSubscriptionServicingCanceledEvent.lookup_type =>
40
- Events::V2BillingPricingPlanSubscriptionServicingCanceledEvent,
41
- Events::V2BillingPricingPlanSubscriptionServicingPausedEvent.lookup_type =>
42
- Events::V2BillingPricingPlanSubscriptionServicingPausedEvent,
43
- Events::V2BillingPricingPlanUpdatedEvent.lookup_type => Events::V2BillingPricingPlanUpdatedEvent,
44
- Events::V2BillingPricingPlanVersionCreatedEvent.lookup_type =>
45
- Events::V2BillingPricingPlanVersionCreatedEvent,
46
- Events::V2BillingRateCardCreatedEvent.lookup_type => Events::V2BillingRateCardCreatedEvent,
47
- Events::V2BillingRateCardRateCreatedEvent.lookup_type => Events::V2BillingRateCardRateCreatedEvent,
48
- Events::V2BillingRateCardSubscriptionActivatedEvent.lookup_type =>
49
- Events::V2BillingRateCardSubscriptionActivatedEvent,
50
- Events::V2BillingRateCardSubscriptionCanceledEvent.lookup_type =>
51
- Events::V2BillingRateCardSubscriptionCanceledEvent,
52
- Events::V2BillingRateCardSubscriptionCollectionAwaitingCustomerActionEvent.lookup_type =>
53
- Events::V2BillingRateCardSubscriptionCollectionAwaitingCustomerActionEvent,
54
- Events::V2BillingRateCardSubscriptionCollectionCurrentEvent.lookup_type =>
55
- Events::V2BillingRateCardSubscriptionCollectionCurrentEvent,
56
- Events::V2BillingRateCardSubscriptionCollectionPastDueEvent.lookup_type =>
57
- Events::V2BillingRateCardSubscriptionCollectionPastDueEvent,
58
- Events::V2BillingRateCardSubscriptionCollectionPausedEvent.lookup_type =>
59
- Events::V2BillingRateCardSubscriptionCollectionPausedEvent,
60
- Events::V2BillingRateCardSubscriptionCollectionUnpaidEvent.lookup_type =>
61
- Events::V2BillingRateCardSubscriptionCollectionUnpaidEvent,
62
- Events::V2BillingRateCardSubscriptionServicingActivatedEvent.lookup_type =>
63
- Events::V2BillingRateCardSubscriptionServicingActivatedEvent,
64
- Events::V2BillingRateCardSubscriptionServicingCanceledEvent.lookup_type =>
65
- Events::V2BillingRateCardSubscriptionServicingCanceledEvent,
66
- Events::V2BillingRateCardSubscriptionServicingPausedEvent.lookup_type =>
67
- Events::V2BillingRateCardSubscriptionServicingPausedEvent,
68
- Events::V2BillingRateCardUpdatedEvent.lookup_type => Events::V2BillingRateCardUpdatedEvent,
69
- Events::V2BillingRateCardVersionCreatedEvent.lookup_type =>
70
- Events::V2BillingRateCardVersionCreatedEvent,
71
11
  Events::V2CoreAccountClosedEvent.lookup_type => Events::V2CoreAccountClosedEvent,
72
12
  Events::V2CoreAccountCreatedEvent.lookup_type => Events::V2CoreAccountCreatedEvent,
73
- Events::V2CoreAccountIncludingConfigurationCardCreatorCapabilityStatusUpdatedEvent.lookup_type =>
74
- Events::V2CoreAccountIncludingConfigurationCardCreatorCapabilityStatusUpdatedEvent,
75
- Events::V2CoreAccountIncludingConfigurationCardCreatorUpdatedEvent.lookup_type =>
76
- Events::V2CoreAccountIncludingConfigurationCardCreatorUpdatedEvent,
77
13
  Events::V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEvent.lookup_type =>
78
14
  Events::V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEvent,
79
15
  Events::V2CoreAccountIncludingConfigurationCustomerUpdatedEvent.lookup_type =>
@@ -101,58 +37,9 @@ module Stripe
101
37
  Events::V2CoreAccountPersonDeletedEvent.lookup_type => Events::V2CoreAccountPersonDeletedEvent,
102
38
  Events::V2CoreAccountPersonUpdatedEvent.lookup_type => Events::V2CoreAccountPersonUpdatedEvent,
103
39
  Events::V2CoreAccountUpdatedEvent.lookup_type => Events::V2CoreAccountUpdatedEvent,
104
- Events::V2CoreClaimableSandboxClaimedEvent.lookup_type =>
105
- Events::V2CoreClaimableSandboxClaimedEvent,
106
- Events::V2CoreClaimableSandboxCreatedEvent.lookup_type =>
107
- Events::V2CoreClaimableSandboxCreatedEvent,
108
- Events::V2CoreClaimableSandboxExpiredEvent.lookup_type =>
109
- Events::V2CoreClaimableSandboxExpiredEvent,
110
- Events::V2CoreClaimableSandboxExpiringEvent.lookup_type =>
111
- Events::V2CoreClaimableSandboxExpiringEvent,
112
- Events::V2CoreClaimableSandboxSandboxDetailsOwnerAccountUpdatedEvent.lookup_type =>
113
- Events::V2CoreClaimableSandboxSandboxDetailsOwnerAccountUpdatedEvent,
114
40
  Events::V2CoreEventDestinationPingEvent.lookup_type => Events::V2CoreEventDestinationPingEvent,
115
- Events::V2CoreHealthApiErrorFiringEvent.lookup_type => Events::V2CoreHealthApiErrorFiringEvent,
116
- Events::V2CoreHealthApiErrorResolvedEvent.lookup_type => Events::V2CoreHealthApiErrorResolvedEvent,
117
- Events::V2CoreHealthApiLatencyFiringEvent.lookup_type => Events::V2CoreHealthApiLatencyFiringEvent,
118
- Events::V2CoreHealthApiLatencyResolvedEvent.lookup_type =>
119
- Events::V2CoreHealthApiLatencyResolvedEvent,
120
- Events::V2CoreHealthAuthorizationRateDropFiringEvent.lookup_type =>
121
- Events::V2CoreHealthAuthorizationRateDropFiringEvent,
122
- Events::V2CoreHealthAuthorizationRateDropResolvedEvent.lookup_type =>
123
- Events::V2CoreHealthAuthorizationRateDropResolvedEvent,
124
41
  Events::V2CoreHealthEventGenerationFailureResolvedEvent.lookup_type =>
125
42
  Events::V2CoreHealthEventGenerationFailureResolvedEvent,
126
- Events::V2CoreHealthFraudRateIncreasedEvent.lookup_type =>
127
- Events::V2CoreHealthFraudRateIncreasedEvent,
128
- Events::V2CoreHealthIssuingAuthorizationRequestErrorsFiringEvent.lookup_type =>
129
- Events::V2CoreHealthIssuingAuthorizationRequestErrorsFiringEvent,
130
- Events::V2CoreHealthIssuingAuthorizationRequestErrorsResolvedEvent.lookup_type =>
131
- Events::V2CoreHealthIssuingAuthorizationRequestErrorsResolvedEvent,
132
- Events::V2CoreHealthIssuingAuthorizationRequestTimeoutFiringEvent.lookup_type =>
133
- Events::V2CoreHealthIssuingAuthorizationRequestTimeoutFiringEvent,
134
- Events::V2CoreHealthIssuingAuthorizationRequestTimeoutResolvedEvent.lookup_type =>
135
- Events::V2CoreHealthIssuingAuthorizationRequestTimeoutResolvedEvent,
136
- Events::V2CoreHealthPaymentMethodErrorFiringEvent.lookup_type =>
137
- Events::V2CoreHealthPaymentMethodErrorFiringEvent,
138
- Events::V2CoreHealthPaymentMethodErrorResolvedEvent.lookup_type =>
139
- Events::V2CoreHealthPaymentMethodErrorResolvedEvent,
140
- Events::V2CoreHealthTrafficVolumeDropFiringEvent.lookup_type =>
141
- Events::V2CoreHealthTrafficVolumeDropFiringEvent,
142
- Events::V2CoreHealthTrafficVolumeDropResolvedEvent.lookup_type =>
143
- Events::V2CoreHealthTrafficVolumeDropResolvedEvent,
144
- Events::V2CoreHealthWebhookLatencyFiringEvent.lookup_type =>
145
- Events::V2CoreHealthWebhookLatencyFiringEvent,
146
- Events::V2CoreHealthWebhookLatencyResolvedEvent.lookup_type =>
147
- Events::V2CoreHealthWebhookLatencyResolvedEvent,
148
- Events::V2IamApiKeyCreatedEvent.lookup_type => Events::V2IamApiKeyCreatedEvent,
149
- Events::V2IamApiKeyDefaultSecretRevealedEvent.lookup_type =>
150
- Events::V2IamApiKeyDefaultSecretRevealedEvent,
151
- Events::V2IamApiKeyExpiredEvent.lookup_type => Events::V2IamApiKeyExpiredEvent,
152
- Events::V2IamApiKeyPermissionsUpdatedEvent.lookup_type =>
153
- Events::V2IamApiKeyPermissionsUpdatedEvent,
154
- Events::V2IamApiKeyRotatedEvent.lookup_type => Events::V2IamApiKeyRotatedEvent,
155
- Events::V2IamApiKeyUpdatedEvent.lookup_type => Events::V2IamApiKeyUpdatedEvent,
156
43
  Events::V2MoneyManagementAdjustmentCreatedEvent.lookup_type =>
157
44
  Events::V2MoneyManagementAdjustmentCreatedEvent,
158
45
  Events::V2MoneyManagementFinancialAccountCreatedEvent.lookup_type =>
@@ -219,37 +106,10 @@ module Stripe
219
106
  Events::V2MoneyManagementReceivedDebitSucceededEvent,
220
107
  Events::V2MoneyManagementReceivedDebitUpdatedEvent.lookup_type =>
221
108
  Events::V2MoneyManagementReceivedDebitUpdatedEvent,
222
- Events::V2MoneyManagementRecipientVerificationCreatedEvent.lookup_type =>
223
- Events::V2MoneyManagementRecipientVerificationCreatedEvent,
224
- Events::V2MoneyManagementRecipientVerificationUpdatedEvent.lookup_type =>
225
- Events::V2MoneyManagementRecipientVerificationUpdatedEvent,
226
109
  Events::V2MoneyManagementTransactionCreatedEvent.lookup_type =>
227
110
  Events::V2MoneyManagementTransactionCreatedEvent,
228
111
  Events::V2MoneyManagementTransactionUpdatedEvent.lookup_type =>
229
112
  Events::V2MoneyManagementTransactionUpdatedEvent,
230
- Events::V2PaymentsOffSessionPaymentAttemptFailedEvent.lookup_type =>
231
- Events::V2PaymentsOffSessionPaymentAttemptFailedEvent,
232
- Events::V2PaymentsOffSessionPaymentAttemptStartedEvent.lookup_type =>
233
- Events::V2PaymentsOffSessionPaymentAttemptStartedEvent,
234
- Events::V2PaymentsOffSessionPaymentAuthorizationAttemptFailedEvent.lookup_type =>
235
- Events::V2PaymentsOffSessionPaymentAuthorizationAttemptFailedEvent,
236
- Events::V2PaymentsOffSessionPaymentAuthorizationAttemptStartedEvent.lookup_type =>
237
- Events::V2PaymentsOffSessionPaymentAuthorizationAttemptStartedEvent,
238
- Events::V2PaymentsOffSessionPaymentCanceledEvent.lookup_type =>
239
- Events::V2PaymentsOffSessionPaymentCanceledEvent,
240
- Events::V2PaymentsOffSessionPaymentCreatedEvent.lookup_type =>
241
- Events::V2PaymentsOffSessionPaymentCreatedEvent,
242
- Events::V2PaymentsOffSessionPaymentFailedEvent.lookup_type =>
243
- Events::V2PaymentsOffSessionPaymentFailedEvent,
244
- Events::V2PaymentsOffSessionPaymentRequiresCaptureEvent.lookup_type =>
245
- Events::V2PaymentsOffSessionPaymentRequiresCaptureEvent,
246
- Events::V2PaymentsOffSessionPaymentSucceededEvent.lookup_type =>
247
- Events::V2PaymentsOffSessionPaymentSucceededEvent,
248
- Events::V2ReportingReportRunCreatedEvent.lookup_type => Events::V2ReportingReportRunCreatedEvent,
249
- Events::V2ReportingReportRunFailedEvent.lookup_type => Events::V2ReportingReportRunFailedEvent,
250
- Events::V2ReportingReportRunSucceededEvent.lookup_type =>
251
- Events::V2ReportingReportRunSucceededEvent,
252
- Events::V2ReportingReportRunUpdatedEvent.lookup_type => Events::V2ReportingReportRunUpdatedEvent,
253
113
  # v2 event types: The end of the section generated from our OpenAPI spec
254
114
  }
255
115
  end
@@ -261,88 +121,10 @@ module Stripe
261
121
  Events::V1BillingMeterErrorReportTriggeredEventNotification,
262
122
  Events::V1BillingMeterNoMeterFoundEventNotification.lookup_type =>
263
123
  Events::V1BillingMeterNoMeterFoundEventNotification,
264
- Events::V2BillingCadenceBilledEventNotification.lookup_type =>
265
- Events::V2BillingCadenceBilledEventNotification,
266
- Events::V2BillingCadenceCanceledEventNotification.lookup_type =>
267
- Events::V2BillingCadenceCanceledEventNotification,
268
- Events::V2BillingCadenceCreatedEventNotification.lookup_type =>
269
- Events::V2BillingCadenceCreatedEventNotification,
270
- Events::V2BillingLicenseFeeCreatedEventNotification.lookup_type =>
271
- Events::V2BillingLicenseFeeCreatedEventNotification,
272
- Events::V2BillingLicenseFeeUpdatedEventNotification.lookup_type =>
273
- Events::V2BillingLicenseFeeUpdatedEventNotification,
274
- Events::V2BillingLicenseFeeVersionCreatedEventNotification.lookup_type =>
275
- Events::V2BillingLicenseFeeVersionCreatedEventNotification,
276
- Events::V2BillingLicensedItemCreatedEventNotification.lookup_type =>
277
- Events::V2BillingLicensedItemCreatedEventNotification,
278
- Events::V2BillingLicensedItemUpdatedEventNotification.lookup_type =>
279
- Events::V2BillingLicensedItemUpdatedEventNotification,
280
- Events::V2BillingMeteredItemCreatedEventNotification.lookup_type =>
281
- Events::V2BillingMeteredItemCreatedEventNotification,
282
- Events::V2BillingMeteredItemUpdatedEventNotification.lookup_type =>
283
- Events::V2BillingMeteredItemUpdatedEventNotification,
284
- Events::V2BillingPricingPlanComponentCreatedEventNotification.lookup_type =>
285
- Events::V2BillingPricingPlanComponentCreatedEventNotification,
286
- Events::V2BillingPricingPlanComponentUpdatedEventNotification.lookup_type =>
287
- Events::V2BillingPricingPlanComponentUpdatedEventNotification,
288
- Events::V2BillingPricingPlanCreatedEventNotification.lookup_type =>
289
- Events::V2BillingPricingPlanCreatedEventNotification,
290
- Events::V2BillingPricingPlanSubscriptionCollectionAwaitingCustomerActionEventNotification.lookup_type =>
291
- Events::V2BillingPricingPlanSubscriptionCollectionAwaitingCustomerActionEventNotification,
292
- Events::V2BillingPricingPlanSubscriptionCollectionCurrentEventNotification.lookup_type =>
293
- Events::V2BillingPricingPlanSubscriptionCollectionCurrentEventNotification,
294
- Events::V2BillingPricingPlanSubscriptionCollectionPastDueEventNotification.lookup_type =>
295
- Events::V2BillingPricingPlanSubscriptionCollectionPastDueEventNotification,
296
- Events::V2BillingPricingPlanSubscriptionCollectionPausedEventNotification.lookup_type =>
297
- Events::V2BillingPricingPlanSubscriptionCollectionPausedEventNotification,
298
- Events::V2BillingPricingPlanSubscriptionCollectionUnpaidEventNotification.lookup_type =>
299
- Events::V2BillingPricingPlanSubscriptionCollectionUnpaidEventNotification,
300
- Events::V2BillingPricingPlanSubscriptionServicingActivatedEventNotification.lookup_type =>
301
- Events::V2BillingPricingPlanSubscriptionServicingActivatedEventNotification,
302
- Events::V2BillingPricingPlanSubscriptionServicingCanceledEventNotification.lookup_type =>
303
- Events::V2BillingPricingPlanSubscriptionServicingCanceledEventNotification,
304
- Events::V2BillingPricingPlanSubscriptionServicingPausedEventNotification.lookup_type =>
305
- Events::V2BillingPricingPlanSubscriptionServicingPausedEventNotification,
306
- Events::V2BillingPricingPlanUpdatedEventNotification.lookup_type =>
307
- Events::V2BillingPricingPlanUpdatedEventNotification,
308
- Events::V2BillingPricingPlanVersionCreatedEventNotification.lookup_type =>
309
- Events::V2BillingPricingPlanVersionCreatedEventNotification,
310
- Events::V2BillingRateCardCreatedEventNotification.lookup_type =>
311
- Events::V2BillingRateCardCreatedEventNotification,
312
- Events::V2BillingRateCardRateCreatedEventNotification.lookup_type =>
313
- Events::V2BillingRateCardRateCreatedEventNotification,
314
- Events::V2BillingRateCardSubscriptionActivatedEventNotification.lookup_type =>
315
- Events::V2BillingRateCardSubscriptionActivatedEventNotification,
316
- Events::V2BillingRateCardSubscriptionCanceledEventNotification.lookup_type =>
317
- Events::V2BillingRateCardSubscriptionCanceledEventNotification,
318
- Events::V2BillingRateCardSubscriptionCollectionAwaitingCustomerActionEventNotification.lookup_type =>
319
- Events::V2BillingRateCardSubscriptionCollectionAwaitingCustomerActionEventNotification,
320
- Events::V2BillingRateCardSubscriptionCollectionCurrentEventNotification.lookup_type =>
321
- Events::V2BillingRateCardSubscriptionCollectionCurrentEventNotification,
322
- Events::V2BillingRateCardSubscriptionCollectionPastDueEventNotification.lookup_type =>
323
- Events::V2BillingRateCardSubscriptionCollectionPastDueEventNotification,
324
- Events::V2BillingRateCardSubscriptionCollectionPausedEventNotification.lookup_type =>
325
- Events::V2BillingRateCardSubscriptionCollectionPausedEventNotification,
326
- Events::V2BillingRateCardSubscriptionCollectionUnpaidEventNotification.lookup_type =>
327
- Events::V2BillingRateCardSubscriptionCollectionUnpaidEventNotification,
328
- Events::V2BillingRateCardSubscriptionServicingActivatedEventNotification.lookup_type =>
329
- Events::V2BillingRateCardSubscriptionServicingActivatedEventNotification,
330
- Events::V2BillingRateCardSubscriptionServicingCanceledEventNotification.lookup_type =>
331
- Events::V2BillingRateCardSubscriptionServicingCanceledEventNotification,
332
- Events::V2BillingRateCardSubscriptionServicingPausedEventNotification.lookup_type =>
333
- Events::V2BillingRateCardSubscriptionServicingPausedEventNotification,
334
- Events::V2BillingRateCardUpdatedEventNotification.lookup_type =>
335
- Events::V2BillingRateCardUpdatedEventNotification,
336
- Events::V2BillingRateCardVersionCreatedEventNotification.lookup_type =>
337
- Events::V2BillingRateCardVersionCreatedEventNotification,
338
124
  Events::V2CoreAccountClosedEventNotification.lookup_type =>
339
125
  Events::V2CoreAccountClosedEventNotification,
340
126
  Events::V2CoreAccountCreatedEventNotification.lookup_type =>
341
127
  Events::V2CoreAccountCreatedEventNotification,
342
- Events::V2CoreAccountIncludingConfigurationCardCreatorCapabilityStatusUpdatedEventNotification.lookup_type =>
343
- Events::V2CoreAccountIncludingConfigurationCardCreatorCapabilityStatusUpdatedEventNotification,
344
- Events::V2CoreAccountIncludingConfigurationCardCreatorUpdatedEventNotification.lookup_type =>
345
- Events::V2CoreAccountIncludingConfigurationCardCreatorUpdatedEventNotification,
346
128
  Events::V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEventNotification.lookup_type =>
347
129
  Events::V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEventNotification,
348
130
  Events::V2CoreAccountIncludingConfigurationCustomerUpdatedEventNotification.lookup_type =>
@@ -375,66 +157,10 @@ module Stripe
375
157
  Events::V2CoreAccountPersonUpdatedEventNotification,
376
158
  Events::V2CoreAccountUpdatedEventNotification.lookup_type =>
377
159
  Events::V2CoreAccountUpdatedEventNotification,
378
- Events::V2CoreClaimableSandboxClaimedEventNotification.lookup_type =>
379
- Events::V2CoreClaimableSandboxClaimedEventNotification,
380
- Events::V2CoreClaimableSandboxCreatedEventNotification.lookup_type =>
381
- Events::V2CoreClaimableSandboxCreatedEventNotification,
382
- Events::V2CoreClaimableSandboxExpiredEventNotification.lookup_type =>
383
- Events::V2CoreClaimableSandboxExpiredEventNotification,
384
- Events::V2CoreClaimableSandboxExpiringEventNotification.lookup_type =>
385
- Events::V2CoreClaimableSandboxExpiringEventNotification,
386
- Events::V2CoreClaimableSandboxSandboxDetailsOwnerAccountUpdatedEventNotification.lookup_type =>
387
- Events::V2CoreClaimableSandboxSandboxDetailsOwnerAccountUpdatedEventNotification,
388
160
  Events::V2CoreEventDestinationPingEventNotification.lookup_type =>
389
161
  Events::V2CoreEventDestinationPingEventNotification,
390
- Events::V2CoreHealthApiErrorFiringEventNotification.lookup_type =>
391
- Events::V2CoreHealthApiErrorFiringEventNotification,
392
- Events::V2CoreHealthApiErrorResolvedEventNotification.lookup_type =>
393
- Events::V2CoreHealthApiErrorResolvedEventNotification,
394
- Events::V2CoreHealthApiLatencyFiringEventNotification.lookup_type =>
395
- Events::V2CoreHealthApiLatencyFiringEventNotification,
396
- Events::V2CoreHealthApiLatencyResolvedEventNotification.lookup_type =>
397
- Events::V2CoreHealthApiLatencyResolvedEventNotification,
398
- Events::V2CoreHealthAuthorizationRateDropFiringEventNotification.lookup_type =>
399
- Events::V2CoreHealthAuthorizationRateDropFiringEventNotification,
400
- Events::V2CoreHealthAuthorizationRateDropResolvedEventNotification.lookup_type =>
401
- Events::V2CoreHealthAuthorizationRateDropResolvedEventNotification,
402
162
  Events::V2CoreHealthEventGenerationFailureResolvedEventNotification.lookup_type =>
403
163
  Events::V2CoreHealthEventGenerationFailureResolvedEventNotification,
404
- Events::V2CoreHealthFraudRateIncreasedEventNotification.lookup_type =>
405
- Events::V2CoreHealthFraudRateIncreasedEventNotification,
406
- Events::V2CoreHealthIssuingAuthorizationRequestErrorsFiringEventNotification.lookup_type =>
407
- Events::V2CoreHealthIssuingAuthorizationRequestErrorsFiringEventNotification,
408
- Events::V2CoreHealthIssuingAuthorizationRequestErrorsResolvedEventNotification.lookup_type =>
409
- Events::V2CoreHealthIssuingAuthorizationRequestErrorsResolvedEventNotification,
410
- Events::V2CoreHealthIssuingAuthorizationRequestTimeoutFiringEventNotification.lookup_type =>
411
- Events::V2CoreHealthIssuingAuthorizationRequestTimeoutFiringEventNotification,
412
- Events::V2CoreHealthIssuingAuthorizationRequestTimeoutResolvedEventNotification.lookup_type =>
413
- Events::V2CoreHealthIssuingAuthorizationRequestTimeoutResolvedEventNotification,
414
- Events::V2CoreHealthPaymentMethodErrorFiringEventNotification.lookup_type =>
415
- Events::V2CoreHealthPaymentMethodErrorFiringEventNotification,
416
- Events::V2CoreHealthPaymentMethodErrorResolvedEventNotification.lookup_type =>
417
- Events::V2CoreHealthPaymentMethodErrorResolvedEventNotification,
418
- Events::V2CoreHealthTrafficVolumeDropFiringEventNotification.lookup_type =>
419
- Events::V2CoreHealthTrafficVolumeDropFiringEventNotification,
420
- Events::V2CoreHealthTrafficVolumeDropResolvedEventNotification.lookup_type =>
421
- Events::V2CoreHealthTrafficVolumeDropResolvedEventNotification,
422
- Events::V2CoreHealthWebhookLatencyFiringEventNotification.lookup_type =>
423
- Events::V2CoreHealthWebhookLatencyFiringEventNotification,
424
- Events::V2CoreHealthWebhookLatencyResolvedEventNotification.lookup_type =>
425
- Events::V2CoreHealthWebhookLatencyResolvedEventNotification,
426
- Events::V2IamApiKeyCreatedEventNotification.lookup_type =>
427
- Events::V2IamApiKeyCreatedEventNotification,
428
- Events::V2IamApiKeyDefaultSecretRevealedEventNotification.lookup_type =>
429
- Events::V2IamApiKeyDefaultSecretRevealedEventNotification,
430
- Events::V2IamApiKeyExpiredEventNotification.lookup_type =>
431
- Events::V2IamApiKeyExpiredEventNotification,
432
- Events::V2IamApiKeyPermissionsUpdatedEventNotification.lookup_type =>
433
- Events::V2IamApiKeyPermissionsUpdatedEventNotification,
434
- Events::V2IamApiKeyRotatedEventNotification.lookup_type =>
435
- Events::V2IamApiKeyRotatedEventNotification,
436
- Events::V2IamApiKeyUpdatedEventNotification.lookup_type =>
437
- Events::V2IamApiKeyUpdatedEventNotification,
438
164
  Events::V2MoneyManagementAdjustmentCreatedEventNotification.lookup_type =>
439
165
  Events::V2MoneyManagementAdjustmentCreatedEventNotification,
440
166
  Events::V2MoneyManagementFinancialAccountCreatedEventNotification.lookup_type =>
@@ -501,40 +227,10 @@ module Stripe
501
227
  Events::V2MoneyManagementReceivedDebitSucceededEventNotification,
502
228
  Events::V2MoneyManagementReceivedDebitUpdatedEventNotification.lookup_type =>
503
229
  Events::V2MoneyManagementReceivedDebitUpdatedEventNotification,
504
- Events::V2MoneyManagementRecipientVerificationCreatedEventNotification.lookup_type =>
505
- Events::V2MoneyManagementRecipientVerificationCreatedEventNotification,
506
- Events::V2MoneyManagementRecipientVerificationUpdatedEventNotification.lookup_type =>
507
- Events::V2MoneyManagementRecipientVerificationUpdatedEventNotification,
508
230
  Events::V2MoneyManagementTransactionCreatedEventNotification.lookup_type =>
509
231
  Events::V2MoneyManagementTransactionCreatedEventNotification,
510
232
  Events::V2MoneyManagementTransactionUpdatedEventNotification.lookup_type =>
511
233
  Events::V2MoneyManagementTransactionUpdatedEventNotification,
512
- Events::V2PaymentsOffSessionPaymentAttemptFailedEventNotification.lookup_type =>
513
- Events::V2PaymentsOffSessionPaymentAttemptFailedEventNotification,
514
- Events::V2PaymentsOffSessionPaymentAttemptStartedEventNotification.lookup_type =>
515
- Events::V2PaymentsOffSessionPaymentAttemptStartedEventNotification,
516
- Events::V2PaymentsOffSessionPaymentAuthorizationAttemptFailedEventNotification.lookup_type =>
517
- Events::V2PaymentsOffSessionPaymentAuthorizationAttemptFailedEventNotification,
518
- Events::V2PaymentsOffSessionPaymentAuthorizationAttemptStartedEventNotification.lookup_type =>
519
- Events::V2PaymentsOffSessionPaymentAuthorizationAttemptStartedEventNotification,
520
- Events::V2PaymentsOffSessionPaymentCanceledEventNotification.lookup_type =>
521
- Events::V2PaymentsOffSessionPaymentCanceledEventNotification,
522
- Events::V2PaymentsOffSessionPaymentCreatedEventNotification.lookup_type =>
523
- Events::V2PaymentsOffSessionPaymentCreatedEventNotification,
524
- Events::V2PaymentsOffSessionPaymentFailedEventNotification.lookup_type =>
525
- Events::V2PaymentsOffSessionPaymentFailedEventNotification,
526
- Events::V2PaymentsOffSessionPaymentRequiresCaptureEventNotification.lookup_type =>
527
- Events::V2PaymentsOffSessionPaymentRequiresCaptureEventNotification,
528
- Events::V2PaymentsOffSessionPaymentSucceededEventNotification.lookup_type =>
529
- Events::V2PaymentsOffSessionPaymentSucceededEventNotification,
530
- Events::V2ReportingReportRunCreatedEventNotification.lookup_type =>
531
- Events::V2ReportingReportRunCreatedEventNotification,
532
- Events::V2ReportingReportRunFailedEventNotification.lookup_type =>
533
- Events::V2ReportingReportRunFailedEventNotification,
534
- Events::V2ReportingReportRunSucceededEventNotification.lookup_type =>
535
- Events::V2ReportingReportRunSucceededEventNotification,
536
- Events::V2ReportingReportRunUpdatedEventNotification.lookup_type =>
537
- Events::V2ReportingReportRunUpdatedEventNotification,
538
234
  # event notification types: The end of the section generated from our OpenAPI spec
539
235
  }
540
236
  end
@@ -24,7 +24,6 @@ module Stripe
24
24
  Balance.object_name => Balance,
25
25
  BalanceSettings.object_name => BalanceSettings,
26
26
  BalanceTransaction.object_name => BalanceTransaction,
27
- BalanceTransfer.object_name => BalanceTransfer,
28
27
  BankAccount.object_name => BankAccount,
29
28
  Billing::Alert.object_name => Billing::Alert,
30
29
  Billing::AlertTriggered.object_name => Billing::AlertTriggered,
@@ -60,7 +59,6 @@ module Stripe
60
59
  CustomerBalanceTransaction.object_name => CustomerBalanceTransaction,
61
60
  CustomerCashBalanceTransaction.object_name => CustomerCashBalanceTransaction,
62
61
  CustomerSession.object_name => CustomerSession,
63
- DelegatedCheckout::RequestedSession.object_name => DelegatedCheckout::RequestedSession,
64
62
  Discount.object_name => Discount,
65
63
  Dispute.object_name => Dispute,
66
64
  Entitlements::ActiveEntitlement.object_name => Entitlements::ActiveEntitlement,
@@ -82,7 +80,6 @@ module Stripe
82
80
  Forwarding::Request.object_name => Forwarding::Request,
83
81
  FundingInstructions.object_name => FundingInstructions,
84
82
  FxQuote.object_name => FxQuote,
85
- Identity::BlocklistEntry.object_name => Identity::BlocklistEntry,
86
83
  Identity::VerificationReport.object_name => Identity::VerificationReport,
87
84
  Identity::VerificationSession.object_name => Identity::VerificationSession,
88
85
  Invoice.object_name => Invoice,
@@ -99,7 +96,6 @@ module Stripe
99
96
  Issuing::FraudLiabilityDebit.object_name => Issuing::FraudLiabilityDebit,
100
97
  Issuing::PersonalizationDesign.object_name => Issuing::PersonalizationDesign,
101
98
  Issuing::PhysicalBundle.object_name => Issuing::PhysicalBundle,
102
- Issuing::Program.object_name => Issuing::Program,
103
99
  Issuing::Settlement.object_name => Issuing::Settlement,
104
100
  Issuing::Token.object_name => Issuing::Token,
105
101
  Issuing::Transaction.object_name => Issuing::Transaction,
@@ -113,7 +109,6 @@ module Stripe
113
109
  PaymentIntentAmountDetailsLineItem.object_name => PaymentIntentAmountDetailsLineItem,
114
110
  PaymentLink.object_name => PaymentLink,
115
111
  PaymentMethod.object_name => PaymentMethod,
116
- PaymentMethodBalance.object_name => PaymentMethodBalance,
117
112
  PaymentMethodConfiguration.object_name => PaymentMethodConfiguration,
118
113
  PaymentMethodDomain.object_name => PaymentMethodDomain,
119
114
  PaymentRecord.object_name => PaymentRecord,
@@ -124,14 +119,12 @@ module Stripe
124
119
  Privacy::RedactionJob.object_name => Privacy::RedactionJob,
125
120
  Privacy::RedactionJobValidationError.object_name => Privacy::RedactionJobValidationError,
126
121
  Product.object_name => Product,
127
- ProductCatalog::TrialOffer.object_name => ProductCatalog::TrialOffer,
128
122
  ProductFeature.object_name => ProductFeature,
129
123
  PromotionCode.object_name => PromotionCode,
130
124
  Quote.object_name => Quote,
131
125
  QuoteLine.object_name => QuoteLine,
132
126
  QuotePreviewInvoice.object_name => QuotePreviewInvoice,
133
127
  QuotePreviewSubscriptionSchedule.object_name => QuotePreviewSubscriptionSchedule,
134
- Radar::AccountEvaluation.object_name => Radar::AccountEvaluation,
135
128
  Radar::EarlyFraudWarning.object_name => Radar::EarlyFraudWarning,
136
129
  Radar::ValueList.object_name => Radar::ValueList,
137
130
  Radar::ValueListItem.object_name => Radar::ValueListItem,
@@ -173,7 +166,6 @@ module Stripe
173
166
  Token.object_name => Token,
174
167
  Topup.object_name => Topup,
175
168
  Transfer.object_name => Transfer,
176
- TransitBalance.object_name => TransitBalance,
177
169
  Treasury::CreditReversal.object_name => Treasury::CreditReversal,
178
170
  Treasury::DebitReversal.object_name => Treasury::DebitReversal,
179
171
  Treasury::FinancialAccount.object_name => Treasury::FinancialAccount,
@@ -200,35 +192,15 @@ module Stripe
200
192
  V2::Billing::Cadence.object_name => V2::Billing::Cadence,
201
193
  V2::Billing::CollectionSetting.object_name => V2::Billing::CollectionSetting,
202
194
  V2::Billing::CollectionSettingVersion.object_name => V2::Billing::CollectionSettingVersion,
203
- V2::Billing::CustomPricingUnit.object_name => V2::Billing::CustomPricingUnit,
204
- V2::Billing::Intent.object_name => V2::Billing::Intent,
205
- V2::Billing::IntentAction.object_name => V2::Billing::IntentAction,
206
- V2::Billing::LicenseFee.object_name => V2::Billing::LicenseFee,
207
- V2::Billing::LicenseFeeSubscription.object_name => V2::Billing::LicenseFeeSubscription,
208
- V2::Billing::LicenseFeeVersion.object_name => V2::Billing::LicenseFeeVersion,
209
- V2::Billing::LicensedItem.object_name => V2::Billing::LicensedItem,
210
195
  V2::Billing::MeterEvent.object_name => V2::Billing::MeterEvent,
211
196
  V2::Billing::MeterEventAdjustment.object_name => V2::Billing::MeterEventAdjustment,
212
197
  V2::Billing::MeterEventSession.object_name => V2::Billing::MeterEventSession,
213
- V2::Billing::MeteredItem.object_name => V2::Billing::MeteredItem,
214
- V2::Billing::PricingPlan.object_name => V2::Billing::PricingPlan,
215
- V2::Billing::PricingPlanComponent.object_name => V2::Billing::PricingPlanComponent,
216
- V2::Billing::PricingPlanSubscription.object_name => V2::Billing::PricingPlanSubscription,
217
- V2::Billing::PricingPlanSubscriptionComponents.object_name =>
218
- V2::Billing::PricingPlanSubscriptionComponents,
219
- V2::Billing::PricingPlanVersion.object_name => V2::Billing::PricingPlanVersion,
220
198
  V2::Billing::Profile.object_name => V2::Billing::Profile,
221
- V2::Billing::RateCard.object_name => V2::Billing::RateCard,
222
- V2::Billing::RateCardRate.object_name => V2::Billing::RateCardRate,
223
- V2::Billing::RateCardSubscription.object_name => V2::Billing::RateCardSubscription,
224
- V2::Billing::RateCardVersion.object_name => V2::Billing::RateCardVersion,
225
- V2::Billing::ServiceAction.object_name => V2::Billing::ServiceAction,
226
199
  V2::Core::Account.object_name => V2::Core::Account,
227
200
  V2::Core::AccountLink.object_name => V2::Core::AccountLink,
228
201
  V2::Core::AccountPerson.object_name => V2::Core::AccountPerson,
229
202
  V2::Core::AccountPersonToken.object_name => V2::Core::AccountPersonToken,
230
203
  V2::Core::AccountToken.object_name => V2::Core::AccountToken,
231
- V2::Core::ClaimableSandbox.object_name => V2::Core::ClaimableSandbox,
232
204
  V2::Core::Event.object_name => V2::Core::Event,
233
205
  V2::Core::EventDestination.object_name => V2::Core::EventDestination,
234
206
  V2::Core::Vault::GbBankAccount.object_name => V2::Core::Vault::GbBankAccount,
@@ -237,7 +209,6 @@ module Stripe
237
209
  V2::FinancialAddressGeneratedMicrodeposits.object_name =>
238
210
  V2::FinancialAddressGeneratedMicrodeposits,
239
211
  V2::MoneyManagement::Adjustment.object_name => V2::MoneyManagement::Adjustment,
240
- V2::MoneyManagement::CurrencyConversion.object_name => V2::MoneyManagement::CurrencyConversion,
241
212
  V2::MoneyManagement::FinancialAccount.object_name => V2::MoneyManagement::FinancialAccount,
242
213
  V2::MoneyManagement::FinancialAddress.object_name => V2::MoneyManagement::FinancialAddress,
243
214
  V2::MoneyManagement::InboundTransfer.object_name => V2::MoneyManagement::InboundTransfer,
@@ -250,13 +221,8 @@ module Stripe
250
221
  V2::MoneyManagement::PayoutMethodsBankAccountSpec,
251
222
  V2::MoneyManagement::ReceivedCredit.object_name => V2::MoneyManagement::ReceivedCredit,
252
223
  V2::MoneyManagement::ReceivedDebit.object_name => V2::MoneyManagement::ReceivedDebit,
253
- V2::MoneyManagement::RecipientVerification.object_name =>
254
- V2::MoneyManagement::RecipientVerification,
255
224
  V2::MoneyManagement::Transaction.object_name => V2::MoneyManagement::Transaction,
256
225
  V2::MoneyManagement::TransactionEntry.object_name => V2::MoneyManagement::TransactionEntry,
257
- V2::Payments::OffSessionPayment.object_name => V2::Payments::OffSessionPayment,
258
- V2::Reporting::Report.object_name => V2::Reporting::Report,
259
- V2::Reporting::ReportRun.object_name => V2::Reporting::ReportRun,
260
226
  # v2 object classes: The end of the section generated from our OpenAPI spec
261
227
  }
262
228
  end
@@ -1871,30 +1871,6 @@ module Stripe
1871
1871
  end
1872
1872
  end
1873
1873
 
1874
- class SelfReportedIncome < ::Stripe::RequestParams
1875
- # The amount in the minor currency unit (for example, cents for USD).
1876
- attr_accessor :amount
1877
- # Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
1878
- attr_accessor :currency
1879
-
1880
- def initialize(amount: nil, currency: nil)
1881
- @amount = amount
1882
- @currency = currency
1883
- end
1884
- end
1885
-
1886
- class SelfReportedMonthlyHousingPayment < ::Stripe::RequestParams
1887
- # The amount in the minor currency unit (for example, cents for USD).
1888
- attr_accessor :amount
1889
- # Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
1890
- attr_accessor :currency
1891
-
1892
- def initialize(amount: nil, currency: nil)
1893
- @amount = amount
1894
- @currency = currency
1895
- end
1896
- end
1897
-
1898
1874
  class Verification < ::Stripe::RequestParams
1899
1875
  class AdditionalDocument < ::Stripe::RequestParams
1900
1876
  # The back of an ID returned by a [file upload](https://stripe.com/docs/api#create_file) with a `purpose` value of `identity_document`. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
@@ -1971,10 +1947,6 @@ module Stripe
1971
1947
  attr_accessor :registered_address
1972
1948
  # Describes the person’s relationship to the account.
1973
1949
  attr_accessor :relationship
1974
- # The credit applicant's self-reported yearly income in minor units.
1975
- attr_accessor :self_reported_income
1976
- # The credit applicant's self-reported monthly housing payment in minor units.
1977
- attr_accessor :self_reported_monthly_housing_payment
1978
1950
  # The last four digits of the individual's Social Security Number (U.S. only).
1979
1951
  attr_accessor :ssn_last_4
1980
1952
  # The individual's verification document information.
@@ -2002,8 +1974,6 @@ module Stripe
2002
1974
  political_exposure: nil,
2003
1975
  registered_address: nil,
2004
1976
  relationship: nil,
2005
- self_reported_income: nil,
2006
- self_reported_monthly_housing_payment: nil,
2007
1977
  ssn_last_4: nil,
2008
1978
  verification: nil
2009
1979
  )
@@ -2028,8 +1998,6 @@ module Stripe
2028
1998
  @political_exposure = political_exposure
2029
1999
  @registered_address = registered_address
2030
2000
  @relationship = relationship
2031
- @self_reported_income = self_reported_income
2032
- @self_reported_monthly_housing_payment = self_reported_monthly_housing_payment
2033
2001
  @ssn_last_4 = ssn_last_4
2034
2002
  @verification = verification
2035
2003
  end
@@ -239,30 +239,6 @@ module Stripe
239
239
  end
240
240
  end
241
241
 
242
- class SelfReportedIncome < ::Stripe::RequestParams
243
- # The amount in the minor currency unit (for example, cents for USD).
244
- attr_accessor :amount
245
- # Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
246
- attr_accessor :currency
247
-
248
- def initialize(amount: nil, currency: nil)
249
- @amount = amount
250
- @currency = currency
251
- end
252
- end
253
-
254
- class SelfReportedMonthlyHousingPayment < ::Stripe::RequestParams
255
- # The amount in the minor currency unit (for example, cents for USD).
256
- attr_accessor :amount
257
- # Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
258
- attr_accessor :currency
259
-
260
- def initialize(amount: nil, currency: nil)
261
- @amount = amount
262
- @currency = currency
263
- end
264
- end
265
-
266
242
  class UsCfpbData < ::Stripe::RequestParams
267
243
  class EthnicityDetails < ::Stripe::RequestParams
268
244
  # The persons ethnicity
@@ -387,10 +363,6 @@ module Stripe
387
363
  attr_accessor :registered_address
388
364
  # The relationship that this person has with the account's legal entity.
389
365
  attr_accessor :relationship
390
- # The credit applicant's self-reported yearly income in minor units.
391
- attr_accessor :self_reported_income
392
- # The credit applicant's self-reported monthly housing payment in minor units.
393
- attr_accessor :self_reported_monthly_housing_payment
394
366
  # The last four digits of the person's Social Security number (U.S. only).
395
367
  attr_accessor :ssn_last_4
396
368
  # Demographic data related to the person.
@@ -425,8 +397,6 @@ module Stripe
425
397
  political_exposure: nil,
426
398
  registered_address: nil,
427
399
  relationship: nil,
428
- self_reported_income: nil,
429
- self_reported_monthly_housing_payment: nil,
430
400
  ssn_last_4: nil,
431
401
  us_cfpb_data: nil,
432
402
  verification: nil
@@ -457,8 +427,6 @@ module Stripe
457
427
  @political_exposure = political_exposure
458
428
  @registered_address = registered_address
459
429
  @relationship = relationship
460
- @self_reported_income = self_reported_income
461
- @self_reported_monthly_housing_payment = self_reported_monthly_housing_payment
462
430
  @ssn_last_4 = ssn_last_4
463
431
  @us_cfpb_data = us_cfpb_data
464
432
  @verification = verification