stripe 18.1.0.pre.alpha.2 → 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 (353) hide show
  1. checksums.yaml +4 -4
  2. data/lib/stripe/event_types.rb +0 -284
  3. data/lib/stripe/object_types.rb +0 -33
  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 +0 -34
  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/money_management/financial_address_create_params.rb +1 -12
  43. data/lib/stripe/params/v2/money_management/inbound_transfer_create_params.rb +0 -12
  44. data/lib/stripe/params/v2/money_management/outbound_payment_create_params.rb +0 -16
  45. data/lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb +0 -12
  46. data/lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb +1 -19
  47. data/lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb +0 -16
  48. data/lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb +0 -11
  49. data/lib/stripe/params.rb +0 -100
  50. data/lib/stripe/resources/application_fee.rb +0 -2
  51. data/lib/stripe/resources/balance.rb +0 -83
  52. data/lib/stripe/resources/billing/alert.rb +1 -105
  53. data/lib/stripe/resources/billing/alert_triggered.rb +0 -6
  54. data/lib/stripe/resources/billing/analytics/meter_usage_row.rb +0 -2
  55. data/lib/stripe/resources/billing/credit_balance_summary.rb +2 -84
  56. data/lib/stripe/resources/billing/credit_balance_transaction.rb +2 -84
  57. data/lib/stripe/resources/billing/credit_grant.rb +2 -58
  58. data/lib/stripe/resources/billing/meter.rb +0 -2
  59. data/lib/stripe/resources/billing/meter_event_summary.rb +0 -2
  60. data/lib/stripe/resources/capital/financing_offer.rb +0 -41
  61. data/lib/stripe/resources/card.rb +1 -18
  62. data/lib/stripe/resources/charge.rb +0 -18
  63. data/lib/stripe/resources/checkout/session.rb +0 -92
  64. data/lib/stripe/resources/confirmation_token.rb +0 -18
  65. data/lib/stripe/resources/discount.rb +0 -2
  66. data/lib/stripe/resources/identity/verification_report.rb +0 -4
  67. data/lib/stripe/resources/invoice.rb +0 -16
  68. data/lib/stripe/resources/invoice_item.rb +2 -106
  69. data/lib/stripe/resources/invoice_line_item.rb +1 -107
  70. data/lib/stripe/resources/payment_intent.rb +0 -44
  71. data/lib/stripe/resources/payment_method.rb +0 -38
  72. data/lib/stripe/resources/person.rb +0 -36
  73. data/lib/stripe/resources/quote.rb +1 -238
  74. data/lib/stripe/resources/quote_line.rb +0 -6
  75. data/lib/stripe/resources/quote_preview_invoice.rb +0 -16
  76. data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -94
  77. data/lib/stripe/resources/setup_intent.rb +0 -40
  78. data/lib/stripe/resources/subscription.rb +1 -20
  79. data/lib/stripe/resources/subscription_item.rb +1 -24
  80. data/lib/stripe/resources/subscription_schedule.rb +0 -94
  81. data/lib/stripe/resources/transfer.rb +0 -4
  82. data/lib/stripe/resources/v2/billing/cadence.rb +0 -46
  83. data/lib/stripe/resources/v2/core/account.rb +6 -1095
  84. data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +1 -15
  85. data/lib/stripe/resources/v2/money_management/adjustment.rb +1 -16
  86. data/lib/stripe/resources/v2/money_management/financial_account.rb +1 -49
  87. data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +3 -52
  88. data/lib/stripe/resources/v2/money_management/outbound_payment.rb +2 -48
  89. data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +3 -61
  90. data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +2 -48
  91. data/lib/stripe/resources/v2/money_management/payout_method.rb +1 -29
  92. data/lib/stripe/resources/v2/money_management/received_credit.rb +0 -34
  93. data/lib/stripe/resources/v2/money_management/received_debit.rb +0 -36
  94. data/lib/stripe/resources/v2/money_management/transaction.rb +1 -65
  95. data/lib/stripe/resources/v2/money_management/transaction_entry.rb +1 -49
  96. data/lib/stripe/resources.rb +0 -107
  97. data/lib/stripe/services/identity_service.rb +1 -2
  98. data/lib/stripe/services/issuing_service.rb +1 -2
  99. data/lib/stripe/services/payment_method_service.rb +0 -11
  100. data/lib/stripe/services/radar_service.rb +1 -2
  101. data/lib/stripe/services/test_helpers_service.rb +1 -2
  102. data/lib/stripe/services/v1_services.rb +1 -3
  103. data/lib/stripe/services/v2/billing_service.rb +1 -14
  104. data/lib/stripe/services/v2/core_service.rb +1 -2
  105. data/lib/stripe/services/v2/money_management_service.rb +1 -5
  106. data/lib/stripe/services/v2/test_helper_service.rb +1 -2
  107. data/lib/stripe/services/v2_services.rb +1 -3
  108. data/lib/stripe/services.rb +0 -35
  109. data/lib/stripe/version.rb +1 -1
  110. data/rbi/stripe.rbi +431 -17910
  111. metadata +2 -244
  112. data/lib/stripe/events/v2_billing_cadence_billed_event.rb +0 -61
  113. data/lib/stripe/events/v2_billing_cadence_canceled_event.rb +0 -44
  114. data/lib/stripe/events/v2_billing_cadence_created_event.rb +0 -61
  115. data/lib/stripe/events/v2_billing_license_fee_created_event.rb +0 -44
  116. data/lib/stripe/events/v2_billing_license_fee_updated_event.rb +0 -44
  117. data/lib/stripe/events/v2_billing_license_fee_version_created_event.rb +0 -61
  118. data/lib/stripe/events/v2_billing_licensed_item_created_event.rb +0 -44
  119. data/lib/stripe/events/v2_billing_licensed_item_updated_event.rb +0 -44
  120. data/lib/stripe/events/v2_billing_metered_item_created_event.rb +0 -44
  121. data/lib/stripe/events/v2_billing_metered_item_updated_event.rb +0 -44
  122. data/lib/stripe/events/v2_billing_pricing_plan_component_created_event.rb +0 -61
  123. data/lib/stripe/events/v2_billing_pricing_plan_component_updated_event.rb +0 -61
  124. data/lib/stripe/events/v2_billing_pricing_plan_created_event.rb +0 -44
  125. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_awaiting_customer_action_event.rb +0 -44
  126. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_current_event.rb +0 -44
  127. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_past_due_event.rb +0 -44
  128. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_paused_event.rb +0 -44
  129. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_unpaid_event.rb +0 -44
  130. data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_activated_event.rb +0 -44
  131. data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_canceled_event.rb +0 -44
  132. data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_paused_event.rb +0 -44
  133. data/lib/stripe/events/v2_billing_pricing_plan_updated_event.rb +0 -44
  134. data/lib/stripe/events/v2_billing_pricing_plan_version_created_event.rb +0 -61
  135. data/lib/stripe/events/v2_billing_rate_card_created_event.rb +0 -61
  136. data/lib/stripe/events/v2_billing_rate_card_rate_created_event.rb +0 -67
  137. data/lib/stripe/events/v2_billing_rate_card_subscription_activated_event.rb +0 -44
  138. data/lib/stripe/events/v2_billing_rate_card_subscription_canceled_event.rb +0 -44
  139. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_awaiting_customer_action_event.rb +0 -44
  140. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_current_event.rb +0 -44
  141. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_past_due_event.rb +0 -44
  142. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_paused_event.rb +0 -44
  143. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_unpaid_event.rb +0 -44
  144. data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_activated_event.rb +0 -44
  145. data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_canceled_event.rb +0 -44
  146. data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_paused_event.rb +0 -44
  147. data/lib/stripe/events/v2_billing_rate_card_updated_event.rb +0 -44
  148. data/lib/stripe/events/v2_billing_rate_card_version_created_event.rb +0 -61
  149. data/lib/stripe/events/v2_core_account_including_configuration_card_creator_capability_status_updated_event.rb +0 -63
  150. data/lib/stripe/events/v2_core_account_including_configuration_card_creator_updated_event.rb +0 -44
  151. data/lib/stripe/events/v2_core_claimable_sandbox_claimed_event.rb +0 -44
  152. data/lib/stripe/events/v2_core_claimable_sandbox_created_event.rb +0 -44
  153. data/lib/stripe/events/v2_core_claimable_sandbox_expired_event.rb +0 -44
  154. data/lib/stripe/events/v2_core_claimable_sandbox_expiring_event.rb +0 -44
  155. data/lib/stripe/events/v2_core_claimable_sandbox_sandbox_details_owner_account_updated_event.rb +0 -44
  156. data/lib/stripe/events/v2_core_health_api_error_firing_event.rb +0 -68
  157. data/lib/stripe/events/v2_core_health_api_error_resolved_event.rb +0 -68
  158. data/lib/stripe/events/v2_core_health_api_latency_firing_event.rb +0 -66
  159. data/lib/stripe/events/v2_core_health_api_latency_resolved_event.rb +0 -66
  160. data/lib/stripe/events/v2_core_health_authorization_rate_drop_firing_event.rb +0 -80
  161. data/lib/stripe/events/v2_core_health_authorization_rate_drop_resolved_event.rb +0 -80
  162. data/lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb +0 -78
  163. data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_firing_event.rb +0 -91
  164. data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_resolved_event.rb +0 -93
  165. data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_firing_event.rb +0 -93
  166. data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_resolved_event.rb +0 -93
  167. data/lib/stripe/events/v2_core_health_payment_method_error_firing_event.rb +0 -64
  168. data/lib/stripe/events/v2_core_health_payment_method_error_resolved_event.rb +0 -64
  169. data/lib/stripe/events/v2_core_health_traffic_volume_drop_firing_event.rb +0 -62
  170. data/lib/stripe/events/v2_core_health_traffic_volume_drop_resolved_event.rb +0 -62
  171. data/lib/stripe/events/v2_core_health_webhook_latency_firing_event.rb +0 -58
  172. data/lib/stripe/events/v2_core_health_webhook_latency_resolved_event.rb +0 -58
  173. data/lib/stripe/events/v2_money_management_recipient_verification_created_event.rb +0 -44
  174. data/lib/stripe/events/v2_money_management_recipient_verification_updated_event.rb +0 -44
  175. data/lib/stripe/events/v2_payments_off_session_payment_attempt_failed_event.rb +0 -44
  176. data/lib/stripe/events/v2_payments_off_session_payment_attempt_started_event.rb +0 -46
  177. data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb +0 -46
  178. data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb +0 -48
  179. data/lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb +0 -44
  180. data/lib/stripe/events/v2_payments_off_session_payment_created_event.rb +0 -44
  181. data/lib/stripe/events/v2_payments_off_session_payment_failed_event.rb +0 -44
  182. data/lib/stripe/events/v2_payments_off_session_payment_requires_capture_event.rb +0 -44
  183. data/lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb +0 -44
  184. data/lib/stripe/events/v2_reporting_report_run_created_event.rb +0 -44
  185. data/lib/stripe/events/v2_reporting_report_run_failed_event.rb +0 -44
  186. data/lib/stripe/events/v2_reporting_report_run_succeeded_event.rb +0 -44
  187. data/lib/stripe/events/v2_reporting_report_run_updated_event.rb +0 -44
  188. data/lib/stripe/params/balance_transfer_create_params.rb +0 -66
  189. data/lib/stripe/params/capital/financing_offer_create_params.rb +0 -37
  190. data/lib/stripe/params/capital/financing_offer_refill_params.rb +0 -37
  191. data/lib/stripe/params/delegated_checkout/requested_session_confirm_params.rb +0 -55
  192. data/lib/stripe/params/delegated_checkout/requested_session_create_params.rb +0 -205
  193. data/lib/stripe/params/delegated_checkout/requested_session_expire_params.rb +0 -15
  194. data/lib/stripe/params/delegated_checkout/requested_session_retrieve_params.rb +0 -15
  195. data/lib/stripe/params/delegated_checkout/requested_session_update_params.rb +0 -209
  196. data/lib/stripe/params/identity/blocklist_entry_create_params.rb +0 -29
  197. data/lib/stripe/params/identity/blocklist_entry_disable_params.rb +0 -15
  198. data/lib/stripe/params/identity/blocklist_entry_list_params.rb +0 -62
  199. data/lib/stripe/params/identity/blocklist_entry_retrieve_params.rb +0 -15
  200. data/lib/stripe/params/issuing/program_create_params.rb +0 -21
  201. data/lib/stripe/params/issuing/program_list_params.rb +0 -24
  202. data/lib/stripe/params/issuing/program_retrieve_params.rb +0 -15
  203. data/lib/stripe/params/issuing/program_update_params.rb +0 -21
  204. data/lib/stripe/params/payment_method_check_balance_params.rb +0 -13
  205. data/lib/stripe/params/radar/account_evaluation_create_params.rb +0 -81
  206. data/lib/stripe/params/radar/account_evaluation_retrieve_params.rb +0 -15
  207. data/lib/stripe/params/radar/account_evaluation_update_params.rb +0 -18
  208. data/lib/stripe/params/test_helpers/capital/financing_offer_create_params.rb +0 -39
  209. data/lib/stripe/params/test_helpers/capital/financing_offer_refill_params.rb +0 -39
  210. data/lib/stripe/params/v2/billing/custom_pricing_unit_create_params.rb +0 -26
  211. data/lib/stripe/params/v2/billing/custom_pricing_unit_list_params.rb +0 -24
  212. data/lib/stripe/params/v2/billing/custom_pricing_unit_retrieve_params.rb +0 -10
  213. data/lib/stripe/params/v2/billing/custom_pricing_unit_update_params.rb +0 -26
  214. data/lib/stripe/params/v2/billing/intent_cancel_params.rb +0 -10
  215. data/lib/stripe/params/v2/billing/intent_commit_params.rb +0 -17
  216. data/lib/stripe/params/v2/billing/intent_create_params.rb +0 -355
  217. data/lib/stripe/params/v2/billing/intent_list_params.rb +0 -17
  218. data/lib/stripe/params/v2/billing/intent_release_reservation_params.rb +0 -10
  219. data/lib/stripe/params/v2/billing/intent_reserve_params.rb +0 -10
  220. data/lib/stripe/params/v2/billing/intent_retrieve_params.rb +0 -10
  221. data/lib/stripe/params/v2/billing/intents/action_list_params.rb +0 -19
  222. data/lib/stripe/params/v2/billing/intents/action_retrieve_params.rb +0 -12
  223. data/lib/stripe/params/v2/billing/license_fee_create_params.rb +0 -103
  224. data/lib/stripe/params/v2/billing/license_fee_list_params.rb +0 -24
  225. data/lib/stripe/params/v2/billing/license_fee_retrieve_params.rb +0 -10
  226. data/lib/stripe/params/v2/billing/license_fee_subscription_retrieve_params.rb +0 -10
  227. data/lib/stripe/params/v2/billing/license_fee_update_params.rb +0 -84
  228. data/lib/stripe/params/v2/billing/license_fees/version_list_params.rb +0 -19
  229. data/lib/stripe/params/v2/billing/license_fees/version_retrieve_params.rb +0 -12
  230. data/lib/stripe/params/v2/billing/licensed_item_create_params.rb +0 -48
  231. data/lib/stripe/params/v2/billing/licensed_item_list_params.rb +0 -21
  232. data/lib/stripe/params/v2/billing/licensed_item_retrieve_params.rb +0 -10
  233. data/lib/stripe/params/v2/billing/licensed_item_update_params.rb +0 -48
  234. data/lib/stripe/params/v2/billing/metered_item_create_params.rb +0 -73
  235. data/lib/stripe/params/v2/billing/metered_item_list_params.rb +0 -21
  236. data/lib/stripe/params/v2/billing/metered_item_retrieve_params.rb +0 -10
  237. data/lib/stripe/params/v2/billing/metered_item_update_params.rb +0 -50
  238. data/lib/stripe/params/v2/billing/pricing_plan_create_params.rb +0 -39
  239. data/lib/stripe/params/v2/billing/pricing_plan_list_params.rb +0 -24
  240. data/lib/stripe/params/v2/billing/pricing_plan_retrieve_params.rb +0 -10
  241. data/lib/stripe/params/v2/billing/pricing_plan_subscription_list_params.rb +0 -50
  242. data/lib/stripe/params/v2/billing/pricing_plan_subscription_retrieve_params.rb +0 -10
  243. data/lib/stripe/params/v2/billing/pricing_plan_subscription_update_params.rb +0 -20
  244. data/lib/stripe/params/v2/billing/pricing_plan_subscriptions/component_retrieve_params.rb +0 -12
  245. data/lib/stripe/params/v2/billing/pricing_plan_update_params.rb +0 -39
  246. data/lib/stripe/params/v2/billing/pricing_plans/component_create_params.rb +0 -73
  247. data/lib/stripe/params/v2/billing/pricing_plans/component_delete_params.rb +0 -12
  248. data/lib/stripe/params/v2/billing/pricing_plans/component_list_params.rb +0 -27
  249. data/lib/stripe/params/v2/billing/pricing_plans/component_retrieve_params.rb +0 -12
  250. data/lib/stripe/params/v2/billing/pricing_plans/component_update_params.rb +0 -22
  251. data/lib/stripe/params/v2/billing/pricing_plans/version_list_params.rb +0 -19
  252. data/lib/stripe/params/v2/billing/pricing_plans/version_retrieve_params.rb +0 -12
  253. data/lib/stripe/params/v2/billing/rate_card_create_params.rb +0 -49
  254. data/lib/stripe/params/v2/billing/rate_card_list_params.rb +0 -24
  255. data/lib/stripe/params/v2/billing/rate_card_retrieve_params.rb +0 -10
  256. data/lib/stripe/params/v2/billing/rate_card_subscription_cancel_params.rb +0 -10
  257. data/lib/stripe/params/v2/billing/rate_card_subscription_create_params.rb +0 -26
  258. data/lib/stripe/params/v2/billing/rate_card_subscription_list_params.rb +0 -51
  259. data/lib/stripe/params/v2/billing/rate_card_subscription_retrieve_params.rb +0 -10
  260. data/lib/stripe/params/v2/billing/rate_card_subscription_update_params.rb +0 -17
  261. data/lib/stripe/params/v2/billing/rate_card_update_params.rb +0 -38
  262. data/lib/stripe/params/v2/billing/rate_cards/rate_create_params.rb +0 -91
  263. data/lib/stripe/params/v2/billing/rate_cards/rate_delete_params.rb +0 -12
  264. data/lib/stripe/params/v2/billing/rate_cards/rate_list_params.rb +0 -25
  265. data/lib/stripe/params/v2/billing/rate_cards/rate_retrieve_params.rb +0 -12
  266. data/lib/stripe/params/v2/billing/rate_cards/version_list_params.rb +0 -19
  267. data/lib/stripe/params/v2/billing/rate_cards/version_retrieve_params.rb +0 -12
  268. data/lib/stripe/params/v2/billing/service_action_create_params.rb +0 -278
  269. data/lib/stripe/params/v2/billing/service_action_retrieve_params.rb +0 -10
  270. data/lib/stripe/params/v2/billing/service_action_update_params.rb +0 -40
  271. data/lib/stripe/params/v2/core/claimable_sandbox_create_params.rb +0 -36
  272. data/lib/stripe/params/v2/core/claimable_sandbox_retrieve_params.rb +0 -10
  273. data/lib/stripe/params/v2/money_management/currency_conversion_create_params.rb +0 -68
  274. data/lib/stripe/params/v2/money_management/currency_conversion_list_params.rb +0 -20
  275. data/lib/stripe/params/v2/money_management/currency_conversion_retrieve_params.rb +0 -10
  276. data/lib/stripe/params/v2/money_management/recipient_verification_acknowledge_params.rb +0 -10
  277. data/lib/stripe/params/v2/money_management/recipient_verification_create_params.rb +0 -20
  278. data/lib/stripe/params/v2/money_management/recipient_verification_retrieve_params.rb +0 -10
  279. data/lib/stripe/params/v2/payments/off_session_payment_cancel_params.rb +0 -10
  280. data/lib/stripe/params/v2/payments/off_session_payment_capture_params.rb +0 -57
  281. data/lib/stripe/params/v2/payments/off_session_payment_create_params.rb +0 -161
  282. data/lib/stripe/params/v2/payments/off_session_payment_list_params.rb +0 -17
  283. data/lib/stripe/params/v2/payments/off_session_payment_retrieve_params.rb +0 -10
  284. data/lib/stripe/params/v2/reporting/report_retrieve_params.rb +0 -10
  285. data/lib/stripe/params/v2/reporting/report_run_create_params.rb +0 -33
  286. data/lib/stripe/params/v2/reporting/report_run_retrieve_params.rb +0 -10
  287. data/lib/stripe/params/v2/test_helpers/money_management_recipient_verifications_params.rb +0 -24
  288. data/lib/stripe/resources/balance_transfer.rb +0 -139
  289. data/lib/stripe/resources/delegated_checkout/requested_session.rb +0 -434
  290. data/lib/stripe/resources/identity/blocklist_entry.rb +0 -116
  291. data/lib/stripe/resources/issuing/program.rb +0 -69
  292. data/lib/stripe/resources/payment_method_balance.rb +0 -68
  293. data/lib/stripe/resources/radar/account_evaluation.rb +0 -116
  294. data/lib/stripe/resources/transit_balance.rb +0 -45
  295. data/lib/stripe/resources/v2/billing/custom_pricing_unit.rb +0 -43
  296. data/lib/stripe/resources/v2/billing/intent.rb +0 -86
  297. data/lib/stripe/resources/v2/billing/intent_action.rb +0 -395
  298. data/lib/stripe/resources/v2/billing/license_fee.rb +0 -104
  299. data/lib/stripe/resources/v2/billing/license_fee_subscription.rb +0 -44
  300. data/lib/stripe/resources/v2/billing/license_fee_version.rb +0 -80
  301. data/lib/stripe/resources/v2/billing/licensed_item.rb +0 -60
  302. data/lib/stripe/resources/v2/billing/metered_item.rb +0 -85
  303. data/lib/stripe/resources/v2/billing/pricing_plan.rb +0 -51
  304. data/lib/stripe/resources/v2/billing/pricing_plan_component.rb +0 -94
  305. data/lib/stripe/resources/v2/billing/pricing_plan_subscription.rb +0 -94
  306. data/lib/stripe/resources/v2/billing/pricing_plan_subscription_components.rb +0 -49
  307. data/lib/stripe/resources/v2/billing/pricing_plan_version.rb +0 -38
  308. data/lib/stripe/resources/v2/billing/rate_card.rb +0 -61
  309. data/lib/stripe/resources/v2/billing/rate_card_rate.rb +0 -110
  310. data/lib/stripe/resources/v2/billing/rate_card_subscription.rb +0 -94
  311. data/lib/stripe/resources/v2/billing/rate_card_version.rb +0 -34
  312. data/lib/stripe/resources/v2/billing/service_action.rb +0 -274
  313. data/lib/stripe/resources/v2/core/claimable_sandbox.rb +0 -105
  314. data/lib/stripe/resources/v2/money_management/currency_conversion.rb +0 -94
  315. data/lib/stripe/resources/v2/money_management/recipient_verification.rb +0 -83
  316. data/lib/stripe/resources/v2/payments/off_session_payment.rb +0 -186
  317. data/lib/stripe/resources/v2/reporting/report.rb +0 -116
  318. data/lib/stripe/resources/v2/reporting/report_run.rb +0 -128
  319. data/lib/stripe/services/balance_transfer_service.rb +0 -17
  320. data/lib/stripe/services/delegated_checkout/requested_session_service.rb +0 -63
  321. data/lib/stripe/services/delegated_checkout_service.rb +0 -13
  322. data/lib/stripe/services/identity/blocklist_entry_service.rb +0 -71
  323. data/lib/stripe/services/issuing/program_service.rb +0 -52
  324. data/lib/stripe/services/radar/account_evaluation_service.rb +0 -41
  325. data/lib/stripe/services/test_helpers/capital/financing_offer_service.rb +0 -32
  326. data/lib/stripe/services/test_helpers/capital_service.rb +0 -15
  327. data/lib/stripe/services/v2/billing/custom_pricing_unit_service.rb +0 -54
  328. data/lib/stripe/services/v2/billing/intent_service.rb +0 -94
  329. data/lib/stripe/services/v2/billing/intents/action_service.rb +0 -34
  330. data/lib/stripe/services/v2/billing/license_fee_service.rb +0 -61
  331. data/lib/stripe/services/v2/billing/license_fee_subscription_service.rb +0 -21
  332. data/lib/stripe/services/v2/billing/license_fees/version_service.rb +0 -34
  333. data/lib/stripe/services/v2/billing/licensed_item_service.rb +0 -54
  334. data/lib/stripe/services/v2/billing/metered_item_service.rb +0 -54
  335. data/lib/stripe/services/v2/billing/pricing_plan_service.rb +0 -62
  336. data/lib/stripe/services/v2/billing/pricing_plan_subscription_service.rb +0 -51
  337. data/lib/stripe/services/v2/billing/pricing_plan_subscriptions/component_service.rb +0 -23
  338. data/lib/stripe/services/v2/billing/pricing_plans/component_service.rb +0 -67
  339. data/lib/stripe/services/v2/billing/pricing_plans/version_service.rb +0 -34
  340. data/lib/stripe/services/v2/billing/rate_card_service.rb +0 -62
  341. data/lib/stripe/services/v2/billing/rate_card_subscription_service.rb +0 -65
  342. data/lib/stripe/services/v2/billing/rate_cards/rate_service.rb +0 -57
  343. data/lib/stripe/services/v2/billing/rate_cards/version_service.rb +0 -34
  344. data/lib/stripe/services/v2/billing/service_action_service.rb +0 -43
  345. data/lib/stripe/services/v2/core/claimable_sandbox_service.rb +0 -35
  346. data/lib/stripe/services/v2/money_management/currency_conversion_service.rb +0 -45
  347. data/lib/stripe/services/v2/money_management/recipient_verification_service.rb +0 -43
  348. data/lib/stripe/services/v2/payment_service.rb +0 -15
  349. data/lib/stripe/services/v2/payments/off_session_payment_service.rb +0 -65
  350. data/lib/stripe/services/v2/reporting/report_run_service.rb +0 -38
  351. data/lib/stripe/services/v2/reporting/report_service.rb +0 -23
  352. data/lib/stripe/services/v2/reporting_service.rb +0 -16
  353. 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: 30ad9aa4a31acdb141705e03d7f76000d1d5cad439a8d392aa422f2c1d99ad8d
4
- data.tar.gz: '00484e0942ec1c2458128d51d3983692e1cdf3ceeb6bdf324329c95a6982eae0'
3
+ metadata.gz: e2e839aa0d50c01a903f4103beba5134a7926e4dcb9b9f8e3b7932d83264d34a
4
+ data.tar.gz: 9e40f4b5cb504e51401a872eafffb2c9a8edcb935b805698b9c344e7d4456633
5
5
  SHA512:
6
- metadata.gz: 9287d0d90909a4ed178f7027e408d882ee840872a7d8417c44c4f44bc5bd061c6605e0590effe273a468eb691386ca60c12a08293cfc5612b091eaeb054ca0e3
7
- data.tar.gz: 66316ce86c4792cea094db8ab4e6c87c5cc2b9c42d8ff6e2ba805fece43ef596704abe5bfe15923df779d5c117981812704f3d3d8660d3b382bb93f3eff62cec
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,50 +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
43
  Events::V2MoneyManagementAdjustmentCreatedEvent.lookup_type =>
149
44
  Events::V2MoneyManagementAdjustmentCreatedEvent,
150
45
  Events::V2MoneyManagementFinancialAccountCreatedEvent.lookup_type =>
@@ -211,37 +106,10 @@ module Stripe
211
106
  Events::V2MoneyManagementReceivedDebitSucceededEvent,
212
107
  Events::V2MoneyManagementReceivedDebitUpdatedEvent.lookup_type =>
213
108
  Events::V2MoneyManagementReceivedDebitUpdatedEvent,
214
- Events::V2MoneyManagementRecipientVerificationCreatedEvent.lookup_type =>
215
- Events::V2MoneyManagementRecipientVerificationCreatedEvent,
216
- Events::V2MoneyManagementRecipientVerificationUpdatedEvent.lookup_type =>
217
- Events::V2MoneyManagementRecipientVerificationUpdatedEvent,
218
109
  Events::V2MoneyManagementTransactionCreatedEvent.lookup_type =>
219
110
  Events::V2MoneyManagementTransactionCreatedEvent,
220
111
  Events::V2MoneyManagementTransactionUpdatedEvent.lookup_type =>
221
112
  Events::V2MoneyManagementTransactionUpdatedEvent,
222
- Events::V2PaymentsOffSessionPaymentAttemptFailedEvent.lookup_type =>
223
- Events::V2PaymentsOffSessionPaymentAttemptFailedEvent,
224
- Events::V2PaymentsOffSessionPaymentAttemptStartedEvent.lookup_type =>
225
- Events::V2PaymentsOffSessionPaymentAttemptStartedEvent,
226
- Events::V2PaymentsOffSessionPaymentAuthorizationAttemptFailedEvent.lookup_type =>
227
- Events::V2PaymentsOffSessionPaymentAuthorizationAttemptFailedEvent,
228
- Events::V2PaymentsOffSessionPaymentAuthorizationAttemptStartedEvent.lookup_type =>
229
- Events::V2PaymentsOffSessionPaymentAuthorizationAttemptStartedEvent,
230
- Events::V2PaymentsOffSessionPaymentCanceledEvent.lookup_type =>
231
- Events::V2PaymentsOffSessionPaymentCanceledEvent,
232
- Events::V2PaymentsOffSessionPaymentCreatedEvent.lookup_type =>
233
- Events::V2PaymentsOffSessionPaymentCreatedEvent,
234
- Events::V2PaymentsOffSessionPaymentFailedEvent.lookup_type =>
235
- Events::V2PaymentsOffSessionPaymentFailedEvent,
236
- Events::V2PaymentsOffSessionPaymentRequiresCaptureEvent.lookup_type =>
237
- Events::V2PaymentsOffSessionPaymentRequiresCaptureEvent,
238
- Events::V2PaymentsOffSessionPaymentSucceededEvent.lookup_type =>
239
- Events::V2PaymentsOffSessionPaymentSucceededEvent,
240
- Events::V2ReportingReportRunCreatedEvent.lookup_type => Events::V2ReportingReportRunCreatedEvent,
241
- Events::V2ReportingReportRunFailedEvent.lookup_type => Events::V2ReportingReportRunFailedEvent,
242
- Events::V2ReportingReportRunSucceededEvent.lookup_type =>
243
- Events::V2ReportingReportRunSucceededEvent,
244
- Events::V2ReportingReportRunUpdatedEvent.lookup_type => Events::V2ReportingReportRunUpdatedEvent,
245
113
  # v2 event types: The end of the section generated from our OpenAPI spec
246
114
  }
247
115
  end
@@ -253,88 +121,10 @@ module Stripe
253
121
  Events::V1BillingMeterErrorReportTriggeredEventNotification,
254
122
  Events::V1BillingMeterNoMeterFoundEventNotification.lookup_type =>
255
123
  Events::V1BillingMeterNoMeterFoundEventNotification,
256
- Events::V2BillingCadenceBilledEventNotification.lookup_type =>
257
- Events::V2BillingCadenceBilledEventNotification,
258
- Events::V2BillingCadenceCanceledEventNotification.lookup_type =>
259
- Events::V2BillingCadenceCanceledEventNotification,
260
- Events::V2BillingCadenceCreatedEventNotification.lookup_type =>
261
- Events::V2BillingCadenceCreatedEventNotification,
262
- Events::V2BillingLicenseFeeCreatedEventNotification.lookup_type =>
263
- Events::V2BillingLicenseFeeCreatedEventNotification,
264
- Events::V2BillingLicenseFeeUpdatedEventNotification.lookup_type =>
265
- Events::V2BillingLicenseFeeUpdatedEventNotification,
266
- Events::V2BillingLicenseFeeVersionCreatedEventNotification.lookup_type =>
267
- Events::V2BillingLicenseFeeVersionCreatedEventNotification,
268
- Events::V2BillingLicensedItemCreatedEventNotification.lookup_type =>
269
- Events::V2BillingLicensedItemCreatedEventNotification,
270
- Events::V2BillingLicensedItemUpdatedEventNotification.lookup_type =>
271
- Events::V2BillingLicensedItemUpdatedEventNotification,
272
- Events::V2BillingMeteredItemCreatedEventNotification.lookup_type =>
273
- Events::V2BillingMeteredItemCreatedEventNotification,
274
- Events::V2BillingMeteredItemUpdatedEventNotification.lookup_type =>
275
- Events::V2BillingMeteredItemUpdatedEventNotification,
276
- Events::V2BillingPricingPlanComponentCreatedEventNotification.lookup_type =>
277
- Events::V2BillingPricingPlanComponentCreatedEventNotification,
278
- Events::V2BillingPricingPlanComponentUpdatedEventNotification.lookup_type =>
279
- Events::V2BillingPricingPlanComponentUpdatedEventNotification,
280
- Events::V2BillingPricingPlanCreatedEventNotification.lookup_type =>
281
- Events::V2BillingPricingPlanCreatedEventNotification,
282
- Events::V2BillingPricingPlanSubscriptionCollectionAwaitingCustomerActionEventNotification.lookup_type =>
283
- Events::V2BillingPricingPlanSubscriptionCollectionAwaitingCustomerActionEventNotification,
284
- Events::V2BillingPricingPlanSubscriptionCollectionCurrentEventNotification.lookup_type =>
285
- Events::V2BillingPricingPlanSubscriptionCollectionCurrentEventNotification,
286
- Events::V2BillingPricingPlanSubscriptionCollectionPastDueEventNotification.lookup_type =>
287
- Events::V2BillingPricingPlanSubscriptionCollectionPastDueEventNotification,
288
- Events::V2BillingPricingPlanSubscriptionCollectionPausedEventNotification.lookup_type =>
289
- Events::V2BillingPricingPlanSubscriptionCollectionPausedEventNotification,
290
- Events::V2BillingPricingPlanSubscriptionCollectionUnpaidEventNotification.lookup_type =>
291
- Events::V2BillingPricingPlanSubscriptionCollectionUnpaidEventNotification,
292
- Events::V2BillingPricingPlanSubscriptionServicingActivatedEventNotification.lookup_type =>
293
- Events::V2BillingPricingPlanSubscriptionServicingActivatedEventNotification,
294
- Events::V2BillingPricingPlanSubscriptionServicingCanceledEventNotification.lookup_type =>
295
- Events::V2BillingPricingPlanSubscriptionServicingCanceledEventNotification,
296
- Events::V2BillingPricingPlanSubscriptionServicingPausedEventNotification.lookup_type =>
297
- Events::V2BillingPricingPlanSubscriptionServicingPausedEventNotification,
298
- Events::V2BillingPricingPlanUpdatedEventNotification.lookup_type =>
299
- Events::V2BillingPricingPlanUpdatedEventNotification,
300
- Events::V2BillingPricingPlanVersionCreatedEventNotification.lookup_type =>
301
- Events::V2BillingPricingPlanVersionCreatedEventNotification,
302
- Events::V2BillingRateCardCreatedEventNotification.lookup_type =>
303
- Events::V2BillingRateCardCreatedEventNotification,
304
- Events::V2BillingRateCardRateCreatedEventNotification.lookup_type =>
305
- Events::V2BillingRateCardRateCreatedEventNotification,
306
- Events::V2BillingRateCardSubscriptionActivatedEventNotification.lookup_type =>
307
- Events::V2BillingRateCardSubscriptionActivatedEventNotification,
308
- Events::V2BillingRateCardSubscriptionCanceledEventNotification.lookup_type =>
309
- Events::V2BillingRateCardSubscriptionCanceledEventNotification,
310
- Events::V2BillingRateCardSubscriptionCollectionAwaitingCustomerActionEventNotification.lookup_type =>
311
- Events::V2BillingRateCardSubscriptionCollectionAwaitingCustomerActionEventNotification,
312
- Events::V2BillingRateCardSubscriptionCollectionCurrentEventNotification.lookup_type =>
313
- Events::V2BillingRateCardSubscriptionCollectionCurrentEventNotification,
314
- Events::V2BillingRateCardSubscriptionCollectionPastDueEventNotification.lookup_type =>
315
- Events::V2BillingRateCardSubscriptionCollectionPastDueEventNotification,
316
- Events::V2BillingRateCardSubscriptionCollectionPausedEventNotification.lookup_type =>
317
- Events::V2BillingRateCardSubscriptionCollectionPausedEventNotification,
318
- Events::V2BillingRateCardSubscriptionCollectionUnpaidEventNotification.lookup_type =>
319
- Events::V2BillingRateCardSubscriptionCollectionUnpaidEventNotification,
320
- Events::V2BillingRateCardSubscriptionServicingActivatedEventNotification.lookup_type =>
321
- Events::V2BillingRateCardSubscriptionServicingActivatedEventNotification,
322
- Events::V2BillingRateCardSubscriptionServicingCanceledEventNotification.lookup_type =>
323
- Events::V2BillingRateCardSubscriptionServicingCanceledEventNotification,
324
- Events::V2BillingRateCardSubscriptionServicingPausedEventNotification.lookup_type =>
325
- Events::V2BillingRateCardSubscriptionServicingPausedEventNotification,
326
- Events::V2BillingRateCardUpdatedEventNotification.lookup_type =>
327
- Events::V2BillingRateCardUpdatedEventNotification,
328
- Events::V2BillingRateCardVersionCreatedEventNotification.lookup_type =>
329
- Events::V2BillingRateCardVersionCreatedEventNotification,
330
124
  Events::V2CoreAccountClosedEventNotification.lookup_type =>
331
125
  Events::V2CoreAccountClosedEventNotification,
332
126
  Events::V2CoreAccountCreatedEventNotification.lookup_type =>
333
127
  Events::V2CoreAccountCreatedEventNotification,
334
- Events::V2CoreAccountIncludingConfigurationCardCreatorCapabilityStatusUpdatedEventNotification.lookup_type =>
335
- Events::V2CoreAccountIncludingConfigurationCardCreatorCapabilityStatusUpdatedEventNotification,
336
- Events::V2CoreAccountIncludingConfigurationCardCreatorUpdatedEventNotification.lookup_type =>
337
- Events::V2CoreAccountIncludingConfigurationCardCreatorUpdatedEventNotification,
338
128
  Events::V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEventNotification.lookup_type =>
339
129
  Events::V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEventNotification,
340
130
  Events::V2CoreAccountIncludingConfigurationCustomerUpdatedEventNotification.lookup_type =>
@@ -367,54 +157,10 @@ module Stripe
367
157
  Events::V2CoreAccountPersonUpdatedEventNotification,
368
158
  Events::V2CoreAccountUpdatedEventNotification.lookup_type =>
369
159
  Events::V2CoreAccountUpdatedEventNotification,
370
- Events::V2CoreClaimableSandboxClaimedEventNotification.lookup_type =>
371
- Events::V2CoreClaimableSandboxClaimedEventNotification,
372
- Events::V2CoreClaimableSandboxCreatedEventNotification.lookup_type =>
373
- Events::V2CoreClaimableSandboxCreatedEventNotification,
374
- Events::V2CoreClaimableSandboxExpiredEventNotification.lookup_type =>
375
- Events::V2CoreClaimableSandboxExpiredEventNotification,
376
- Events::V2CoreClaimableSandboxExpiringEventNotification.lookup_type =>
377
- Events::V2CoreClaimableSandboxExpiringEventNotification,
378
- Events::V2CoreClaimableSandboxSandboxDetailsOwnerAccountUpdatedEventNotification.lookup_type =>
379
- Events::V2CoreClaimableSandboxSandboxDetailsOwnerAccountUpdatedEventNotification,
380
160
  Events::V2CoreEventDestinationPingEventNotification.lookup_type =>
381
161
  Events::V2CoreEventDestinationPingEventNotification,
382
- Events::V2CoreHealthApiErrorFiringEventNotification.lookup_type =>
383
- Events::V2CoreHealthApiErrorFiringEventNotification,
384
- Events::V2CoreHealthApiErrorResolvedEventNotification.lookup_type =>
385
- Events::V2CoreHealthApiErrorResolvedEventNotification,
386
- Events::V2CoreHealthApiLatencyFiringEventNotification.lookup_type =>
387
- Events::V2CoreHealthApiLatencyFiringEventNotification,
388
- Events::V2CoreHealthApiLatencyResolvedEventNotification.lookup_type =>
389
- Events::V2CoreHealthApiLatencyResolvedEventNotification,
390
- Events::V2CoreHealthAuthorizationRateDropFiringEventNotification.lookup_type =>
391
- Events::V2CoreHealthAuthorizationRateDropFiringEventNotification,
392
- Events::V2CoreHealthAuthorizationRateDropResolvedEventNotification.lookup_type =>
393
- Events::V2CoreHealthAuthorizationRateDropResolvedEventNotification,
394
162
  Events::V2CoreHealthEventGenerationFailureResolvedEventNotification.lookup_type =>
395
163
  Events::V2CoreHealthEventGenerationFailureResolvedEventNotification,
396
- Events::V2CoreHealthFraudRateIncreasedEventNotification.lookup_type =>
397
- Events::V2CoreHealthFraudRateIncreasedEventNotification,
398
- Events::V2CoreHealthIssuingAuthorizationRequestErrorsFiringEventNotification.lookup_type =>
399
- Events::V2CoreHealthIssuingAuthorizationRequestErrorsFiringEventNotification,
400
- Events::V2CoreHealthIssuingAuthorizationRequestErrorsResolvedEventNotification.lookup_type =>
401
- Events::V2CoreHealthIssuingAuthorizationRequestErrorsResolvedEventNotification,
402
- Events::V2CoreHealthIssuingAuthorizationRequestTimeoutFiringEventNotification.lookup_type =>
403
- Events::V2CoreHealthIssuingAuthorizationRequestTimeoutFiringEventNotification,
404
- Events::V2CoreHealthIssuingAuthorizationRequestTimeoutResolvedEventNotification.lookup_type =>
405
- Events::V2CoreHealthIssuingAuthorizationRequestTimeoutResolvedEventNotification,
406
- Events::V2CoreHealthPaymentMethodErrorFiringEventNotification.lookup_type =>
407
- Events::V2CoreHealthPaymentMethodErrorFiringEventNotification,
408
- Events::V2CoreHealthPaymentMethodErrorResolvedEventNotification.lookup_type =>
409
- Events::V2CoreHealthPaymentMethodErrorResolvedEventNotification,
410
- Events::V2CoreHealthTrafficVolumeDropFiringEventNotification.lookup_type =>
411
- Events::V2CoreHealthTrafficVolumeDropFiringEventNotification,
412
- Events::V2CoreHealthTrafficVolumeDropResolvedEventNotification.lookup_type =>
413
- Events::V2CoreHealthTrafficVolumeDropResolvedEventNotification,
414
- Events::V2CoreHealthWebhookLatencyFiringEventNotification.lookup_type =>
415
- Events::V2CoreHealthWebhookLatencyFiringEventNotification,
416
- Events::V2CoreHealthWebhookLatencyResolvedEventNotification.lookup_type =>
417
- Events::V2CoreHealthWebhookLatencyResolvedEventNotification,
418
164
  Events::V2MoneyManagementAdjustmentCreatedEventNotification.lookup_type =>
419
165
  Events::V2MoneyManagementAdjustmentCreatedEventNotification,
420
166
  Events::V2MoneyManagementFinancialAccountCreatedEventNotification.lookup_type =>
@@ -481,40 +227,10 @@ module Stripe
481
227
  Events::V2MoneyManagementReceivedDebitSucceededEventNotification,
482
228
  Events::V2MoneyManagementReceivedDebitUpdatedEventNotification.lookup_type =>
483
229
  Events::V2MoneyManagementReceivedDebitUpdatedEventNotification,
484
- Events::V2MoneyManagementRecipientVerificationCreatedEventNotification.lookup_type =>
485
- Events::V2MoneyManagementRecipientVerificationCreatedEventNotification,
486
- Events::V2MoneyManagementRecipientVerificationUpdatedEventNotification.lookup_type =>
487
- Events::V2MoneyManagementRecipientVerificationUpdatedEventNotification,
488
230
  Events::V2MoneyManagementTransactionCreatedEventNotification.lookup_type =>
489
231
  Events::V2MoneyManagementTransactionCreatedEventNotification,
490
232
  Events::V2MoneyManagementTransactionUpdatedEventNotification.lookup_type =>
491
233
  Events::V2MoneyManagementTransactionUpdatedEventNotification,
492
- Events::V2PaymentsOffSessionPaymentAttemptFailedEventNotification.lookup_type =>
493
- Events::V2PaymentsOffSessionPaymentAttemptFailedEventNotification,
494
- Events::V2PaymentsOffSessionPaymentAttemptStartedEventNotification.lookup_type =>
495
- Events::V2PaymentsOffSessionPaymentAttemptStartedEventNotification,
496
- Events::V2PaymentsOffSessionPaymentAuthorizationAttemptFailedEventNotification.lookup_type =>
497
- Events::V2PaymentsOffSessionPaymentAuthorizationAttemptFailedEventNotification,
498
- Events::V2PaymentsOffSessionPaymentAuthorizationAttemptStartedEventNotification.lookup_type =>
499
- Events::V2PaymentsOffSessionPaymentAuthorizationAttemptStartedEventNotification,
500
- Events::V2PaymentsOffSessionPaymentCanceledEventNotification.lookup_type =>
501
- Events::V2PaymentsOffSessionPaymentCanceledEventNotification,
502
- Events::V2PaymentsOffSessionPaymentCreatedEventNotification.lookup_type =>
503
- Events::V2PaymentsOffSessionPaymentCreatedEventNotification,
504
- Events::V2PaymentsOffSessionPaymentFailedEventNotification.lookup_type =>
505
- Events::V2PaymentsOffSessionPaymentFailedEventNotification,
506
- Events::V2PaymentsOffSessionPaymentRequiresCaptureEventNotification.lookup_type =>
507
- Events::V2PaymentsOffSessionPaymentRequiresCaptureEventNotification,
508
- Events::V2PaymentsOffSessionPaymentSucceededEventNotification.lookup_type =>
509
- Events::V2PaymentsOffSessionPaymentSucceededEventNotification,
510
- Events::V2ReportingReportRunCreatedEventNotification.lookup_type =>
511
- Events::V2ReportingReportRunCreatedEventNotification,
512
- Events::V2ReportingReportRunFailedEventNotification.lookup_type =>
513
- Events::V2ReportingReportRunFailedEventNotification,
514
- Events::V2ReportingReportRunSucceededEventNotification.lookup_type =>
515
- Events::V2ReportingReportRunSucceededEventNotification,
516
- Events::V2ReportingReportRunUpdatedEventNotification.lookup_type =>
517
- Events::V2ReportingReportRunUpdatedEventNotification,
518
234
  # event notification types: The end of the section generated from our OpenAPI spec
519
235
  }
520
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,
@@ -130,7 +125,6 @@ module Stripe
130
125
  QuoteLine.object_name => QuoteLine,
131
126
  QuotePreviewInvoice.object_name => QuotePreviewInvoice,
132
127
  QuotePreviewSubscriptionSchedule.object_name => QuotePreviewSubscriptionSchedule,
133
- Radar::AccountEvaluation.object_name => Radar::AccountEvaluation,
134
128
  Radar::EarlyFraudWarning.object_name => Radar::EarlyFraudWarning,
135
129
  Radar::ValueList.object_name => Radar::ValueList,
136
130
  Radar::ValueListItem.object_name => Radar::ValueListItem,
@@ -172,7 +166,6 @@ module Stripe
172
166
  Token.object_name => Token,
173
167
  Topup.object_name => Topup,
174
168
  Transfer.object_name => Transfer,
175
- TransitBalance.object_name => TransitBalance,
176
169
  Treasury::CreditReversal.object_name => Treasury::CreditReversal,
177
170
  Treasury::DebitReversal.object_name => Treasury::DebitReversal,
178
171
  Treasury::FinancialAccount.object_name => Treasury::FinancialAccount,
@@ -199,35 +192,15 @@ module Stripe
199
192
  V2::Billing::Cadence.object_name => V2::Billing::Cadence,
200
193
  V2::Billing::CollectionSetting.object_name => V2::Billing::CollectionSetting,
201
194
  V2::Billing::CollectionSettingVersion.object_name => V2::Billing::CollectionSettingVersion,
202
- V2::Billing::CustomPricingUnit.object_name => V2::Billing::CustomPricingUnit,
203
- V2::Billing::Intent.object_name => V2::Billing::Intent,
204
- V2::Billing::IntentAction.object_name => V2::Billing::IntentAction,
205
- V2::Billing::LicenseFee.object_name => V2::Billing::LicenseFee,
206
- V2::Billing::LicenseFeeSubscription.object_name => V2::Billing::LicenseFeeSubscription,
207
- V2::Billing::LicenseFeeVersion.object_name => V2::Billing::LicenseFeeVersion,
208
- V2::Billing::LicensedItem.object_name => V2::Billing::LicensedItem,
209
195
  V2::Billing::MeterEvent.object_name => V2::Billing::MeterEvent,
210
196
  V2::Billing::MeterEventAdjustment.object_name => V2::Billing::MeterEventAdjustment,
211
197
  V2::Billing::MeterEventSession.object_name => V2::Billing::MeterEventSession,
212
- V2::Billing::MeteredItem.object_name => V2::Billing::MeteredItem,
213
- V2::Billing::PricingPlan.object_name => V2::Billing::PricingPlan,
214
- V2::Billing::PricingPlanComponent.object_name => V2::Billing::PricingPlanComponent,
215
- V2::Billing::PricingPlanSubscription.object_name => V2::Billing::PricingPlanSubscription,
216
- V2::Billing::PricingPlanSubscriptionComponents.object_name =>
217
- V2::Billing::PricingPlanSubscriptionComponents,
218
- V2::Billing::PricingPlanVersion.object_name => V2::Billing::PricingPlanVersion,
219
198
  V2::Billing::Profile.object_name => V2::Billing::Profile,
220
- V2::Billing::RateCard.object_name => V2::Billing::RateCard,
221
- V2::Billing::RateCardRate.object_name => V2::Billing::RateCardRate,
222
- V2::Billing::RateCardSubscription.object_name => V2::Billing::RateCardSubscription,
223
- V2::Billing::RateCardVersion.object_name => V2::Billing::RateCardVersion,
224
- V2::Billing::ServiceAction.object_name => V2::Billing::ServiceAction,
225
199
  V2::Core::Account.object_name => V2::Core::Account,
226
200
  V2::Core::AccountLink.object_name => V2::Core::AccountLink,
227
201
  V2::Core::AccountPerson.object_name => V2::Core::AccountPerson,
228
202
  V2::Core::AccountPersonToken.object_name => V2::Core::AccountPersonToken,
229
203
  V2::Core::AccountToken.object_name => V2::Core::AccountToken,
230
- V2::Core::ClaimableSandbox.object_name => V2::Core::ClaimableSandbox,
231
204
  V2::Core::Event.object_name => V2::Core::Event,
232
205
  V2::Core::EventDestination.object_name => V2::Core::EventDestination,
233
206
  V2::Core::Vault::GbBankAccount.object_name => V2::Core::Vault::GbBankAccount,
@@ -236,7 +209,6 @@ module Stripe
236
209
  V2::FinancialAddressGeneratedMicrodeposits.object_name =>
237
210
  V2::FinancialAddressGeneratedMicrodeposits,
238
211
  V2::MoneyManagement::Adjustment.object_name => V2::MoneyManagement::Adjustment,
239
- V2::MoneyManagement::CurrencyConversion.object_name => V2::MoneyManagement::CurrencyConversion,
240
212
  V2::MoneyManagement::FinancialAccount.object_name => V2::MoneyManagement::FinancialAccount,
241
213
  V2::MoneyManagement::FinancialAddress.object_name => V2::MoneyManagement::FinancialAddress,
242
214
  V2::MoneyManagement::InboundTransfer.object_name => V2::MoneyManagement::InboundTransfer,
@@ -249,13 +221,8 @@ module Stripe
249
221
  V2::MoneyManagement::PayoutMethodsBankAccountSpec,
250
222
  V2::MoneyManagement::ReceivedCredit.object_name => V2::MoneyManagement::ReceivedCredit,
251
223
  V2::MoneyManagement::ReceivedDebit.object_name => V2::MoneyManagement::ReceivedDebit,
252
- V2::MoneyManagement::RecipientVerification.object_name =>
253
- V2::MoneyManagement::RecipientVerification,
254
224
  V2::MoneyManagement::Transaction.object_name => V2::MoneyManagement::Transaction,
255
225
  V2::MoneyManagement::TransactionEntry.object_name => V2::MoneyManagement::TransactionEntry,
256
- V2::Payments::OffSessionPayment.object_name => V2::Payments::OffSessionPayment,
257
- V2::Reporting::Report.object_name => V2::Reporting::Report,
258
- V2::Reporting::ReportRun.object_name => V2::Reporting::ReportRun,
259
226
  # v2 object classes: The end of the section generated from our OpenAPI spec
260
227
  }
261
228
  end
@@ -1871,30 +1871,6 @@ module Stripe
1871
1871
  end
1872
1872
  end
1873
1873
 
1874
- class SelfReportedIncome < ::Stripe::RequestParams
1875
- # Attribute for param field amount
1876
- attr_accessor :amount
1877
- # Attribute for param field currency
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
- # Attribute for param field amount
1888
- attr_accessor :amount
1889
- # Attribute for param field currency
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
- # Attribute for param field amount
244
- attr_accessor :amount
245
- # Attribute for param field currency
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
- # Attribute for param field amount
256
- attr_accessor :amount
257
- # Attribute for param field currency
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
@@ -239,30 +239,6 @@ module Stripe
239
239
  end
240
240
  end
241
241
 
242
- class SelfReportedIncome < ::Stripe::RequestParams
243
- # Attribute for param field amount
244
- attr_accessor :amount
245
- # Attribute for param field currency
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
- # Attribute for param field amount
256
- attr_accessor :amount
257
- # Attribute for param field currency
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