stripe 18.1.0.pre.alpha.1 → 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 (532) hide show
  1. checksums.yaml +4 -4
  2. data/lib/stripe/event_types.rb +0 -841
  3. data/lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb +21 -9
  4. data/lib/stripe/object_types.rb +2 -32
  5. data/lib/stripe/params/account_create_params.rb +0 -32
  6. data/lib/stripe/params/account_person_create_params.rb +0 -32
  7. data/lib/stripe/params/account_person_update_params.rb +0 -32
  8. data/lib/stripe/params/account_update_params.rb +0 -32
  9. data/lib/stripe/params/billing/alert_create_params.rb +1 -121
  10. data/lib/stripe/params/billing/alert_list_params.rb +0 -4
  11. data/lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb +1 -5
  12. data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +1 -13
  13. data/lib/stripe/params/billing/credit_grant_create_params.rb +2 -29
  14. data/lib/stripe/params/billing/meter_create_params.rb +0 -4
  15. data/lib/stripe/params/billing/meter_event_summary_list_params.rb +0 -8
  16. data/lib/stripe/params/checkout/session_create_params.rb +1 -80
  17. data/lib/stripe/params/identity/verification_report_list_params.rb +0 -4
  18. data/lib/stripe/params/invoice_create_preview_params.rb +2 -85
  19. data/lib/stripe/params/invoice_list_params.rb +0 -4
  20. data/lib/stripe/params/payment_intent_confirm_params.rb +0 -34
  21. data/lib/stripe/params/payment_intent_create_params.rb +0 -34
  22. data/lib/stripe/params/payment_intent_update_params.rb +0 -34
  23. data/lib/stripe/params/quote_create_params.rb +0 -208
  24. data/lib/stripe/params/quote_update_params.rb +0 -208
  25. data/lib/stripe/params/setup_intent_confirm_params.rb +0 -29
  26. data/lib/stripe/params/setup_intent_create_params.rb +0 -29
  27. data/lib/stripe/params/setup_intent_update_params.rb +1 -30
  28. data/lib/stripe/params/subscription_schedule_amend_params.rb +1 -28
  29. data/lib/stripe/params/subscription_schedule_create_params.rb +2 -62
  30. data/lib/stripe/params/subscription_schedule_update_params.rb +2 -62
  31. data/lib/stripe/params/token_create_params.rb +0 -64
  32. data/lib/stripe/params/transfer_create_params.rb +0 -4
  33. data/lib/stripe/params/v2/billing/cadence_cancel_params.rb +1 -8
  34. data/lib/stripe/params/v2/billing/cadence_create_params.rb +0 -4
  35. data/lib/stripe/params/v2/billing/cadence_update_params.rb +1 -4
  36. data/lib/stripe/params/v2/billing/collection_setting_create_params.rb +2 -2
  37. data/lib/stripe/params/v2/billing/collection_setting_update_params.rb +2 -2
  38. data/lib/stripe/params/v2/core/account_create_params.rb +97 -699
  39. data/lib/stripe/params/v2/core/account_token_create_params.rb +1001 -0
  40. data/lib/stripe/params/v2/core/{claimable_sandbox_retrieve_params.rb → account_token_retrieve_params.rb} +1 -1
  41. data/lib/stripe/params/v2/core/account_update_params.rb +98 -686
  42. data/lib/stripe/params/v2/core/accounts/person_create_params.rb +4 -0
  43. data/lib/stripe/params/v2/core/accounts/person_token_create_params.rb +487 -0
  44. data/lib/stripe/params/v2/{billing/rate_cards/version_retrieve_params.rb → core/accounts/person_token_retrieve_params.rb} +3 -3
  45. data/lib/stripe/params/v2/core/accounts/person_update_params.rb +4 -0
  46. data/lib/stripe/params/v2/core/event_list_params.rb +21 -21
  47. data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +1 -12
  48. data/lib/stripe/params/v2/money_management/outbound_payment_create_params.rb +0 -4
  49. data/lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb +1 -19
  50. data/lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb +0 -4
  51. data/lib/stripe/params.rb +4 -97
  52. data/lib/stripe/resources/application_fee.rb +0 -2
  53. data/lib/stripe/resources/balance.rb +0 -83
  54. data/lib/stripe/resources/billing/alert.rb +1 -105
  55. data/lib/stripe/resources/billing/alert_triggered.rb +0 -6
  56. data/lib/stripe/resources/billing/analytics/meter_usage_row.rb +0 -2
  57. data/lib/stripe/resources/billing/credit_balance_summary.rb +2 -84
  58. data/lib/stripe/resources/billing/credit_balance_transaction.rb +2 -84
  59. data/lib/stripe/resources/billing/credit_grant.rb +2 -58
  60. data/lib/stripe/resources/billing/meter.rb +0 -2
  61. data/lib/stripe/resources/billing/meter_event_summary.rb +0 -2
  62. data/lib/stripe/resources/capital/financing_offer.rb +0 -41
  63. data/lib/stripe/resources/card.rb +1 -18
  64. data/lib/stripe/resources/charge.rb +0 -18
  65. data/lib/stripe/resources/checkout/session.rb +0 -92
  66. data/lib/stripe/resources/confirmation_token.rb +0 -18
  67. data/lib/stripe/resources/discount.rb +0 -2
  68. data/lib/stripe/resources/identity/verification_report.rb +0 -4
  69. data/lib/stripe/resources/invoice.rb +0 -16
  70. data/lib/stripe/resources/invoice_item.rb +2 -106
  71. data/lib/stripe/resources/invoice_line_item.rb +1 -107
  72. data/lib/stripe/resources/payment_intent.rb +0 -44
  73. data/lib/stripe/resources/payment_method.rb +0 -38
  74. data/lib/stripe/resources/person.rb +0 -36
  75. data/lib/stripe/resources/quote.rb +1 -348
  76. data/lib/stripe/resources/quote_preview_invoice.rb +0 -16
  77. data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -174
  78. data/lib/stripe/resources/setup_intent.rb +0 -40
  79. data/lib/stripe/resources/subscription.rb +2 -105
  80. data/lib/stripe/resources/subscription_schedule.rb +0 -174
  81. data/lib/stripe/resources/transfer.rb +0 -4
  82. data/lib/stripe/resources/v2/billing/cadence.rb +2 -48
  83. data/lib/stripe/resources/v2/billing/collection_setting.rb +2 -2
  84. data/lib/stripe/resources/v2/billing/collection_setting_version.rb +2 -2
  85. data/lib/stripe/resources/v2/billing/meter_event.rb +2 -1
  86. data/lib/stripe/resources/v2/core/account.rb +295 -1053
  87. data/lib/stripe/resources/v2/core/account_person_token.rb +37 -0
  88. data/lib/stripe/resources/v2/core/account_token.rb +37 -0
  89. data/lib/stripe/resources/v2/core/event.rb +0 -2
  90. data/lib/stripe/resources/v2/money_management/outbound_payment.rb +0 -2
  91. data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +0 -2
  92. data/lib/stripe/resources/v2/money_management/payout_method.rb +1 -29
  93. data/lib/stripe/resources/v2/money_management/received_credit.rb +0 -2
  94. data/lib/stripe/resources/v2/money_management/received_debit.rb +0 -4
  95. data/lib/stripe/resources.rb +2 -290
  96. data/lib/stripe/services/identity_service.rb +1 -2
  97. data/lib/stripe/services/issuing_service.rb +1 -2
  98. data/lib/stripe/services/payment_method_service.rb +0 -11
  99. data/lib/stripe/services/radar_service.rb +1 -2
  100. data/lib/stripe/services/test_helpers_service.rb +1 -2
  101. data/lib/stripe/services/v1_services.rb +1 -3
  102. data/lib/stripe/services/v2/billing_service.rb +1 -14
  103. data/lib/stripe/services/v2/core/account_service.rb +2 -1
  104. data/lib/stripe/services/v2/core/account_token_service.rb +32 -0
  105. data/lib/stripe/services/v2/core/accounts/person_token_service.rb +34 -0
  106. data/lib/stripe/services/v2/core_service.rb +2 -2
  107. data/lib/stripe/services/v2/money_management_service.rb +1 -3
  108. data/lib/stripe/services/v2/test_helper_service.rb +1 -2
  109. data/lib/stripe/services/v2_services.rb +1 -3
  110. data/lib/stripe/services.rb +2 -34
  111. data/lib/stripe/version.rb +1 -1
  112. data/rbi/stripe.rbi +3568 -16938
  113. metadata +9 -422
  114. data/lib/stripe/events/v1_account_updated_event.rb +0 -44
  115. data/lib/stripe/events/v1_application_fee_created_event.rb +0 -44
  116. data/lib/stripe/events/v1_application_fee_refunded_event.rb +0 -44
  117. data/lib/stripe/events/v1_billing_portal_configuration_created_event.rb +0 -44
  118. data/lib/stripe/events/v1_billing_portal_configuration_updated_event.rb +0 -44
  119. data/lib/stripe/events/v1_capability_updated_event.rb +0 -44
  120. data/lib/stripe/events/v1_charge_captured_event.rb +0 -44
  121. data/lib/stripe/events/v1_charge_dispute_closed_event.rb +0 -44
  122. data/lib/stripe/events/v1_charge_dispute_created_event.rb +0 -44
  123. data/lib/stripe/events/v1_charge_dispute_funds_reinstated_event.rb +0 -44
  124. data/lib/stripe/events/v1_charge_dispute_funds_withdrawn_event.rb +0 -44
  125. data/lib/stripe/events/v1_charge_dispute_updated_event.rb +0 -44
  126. data/lib/stripe/events/v1_charge_expired_event.rb +0 -44
  127. data/lib/stripe/events/v1_charge_failed_event.rb +0 -44
  128. data/lib/stripe/events/v1_charge_pending_event.rb +0 -44
  129. data/lib/stripe/events/v1_charge_refund_updated_event.rb +0 -44
  130. data/lib/stripe/events/v1_charge_refunded_event.rb +0 -44
  131. data/lib/stripe/events/v1_charge_succeeded_event.rb +0 -44
  132. data/lib/stripe/events/v1_charge_updated_event.rb +0 -44
  133. data/lib/stripe/events/v1_checkout_session_async_payment_failed_event.rb +0 -44
  134. data/lib/stripe/events/v1_checkout_session_async_payment_succeeded_event.rb +0 -44
  135. data/lib/stripe/events/v1_checkout_session_completed_event.rb +0 -44
  136. data/lib/stripe/events/v1_checkout_session_expired_event.rb +0 -44
  137. data/lib/stripe/events/v1_climate_order_canceled_event.rb +0 -44
  138. data/lib/stripe/events/v1_climate_order_created_event.rb +0 -44
  139. data/lib/stripe/events/v1_climate_order_delayed_event.rb +0 -44
  140. data/lib/stripe/events/v1_climate_order_delivered_event.rb +0 -44
  141. data/lib/stripe/events/v1_climate_order_product_substituted_event.rb +0 -44
  142. data/lib/stripe/events/v1_climate_product_created_event.rb +0 -44
  143. data/lib/stripe/events/v1_climate_product_pricing_updated_event.rb +0 -44
  144. data/lib/stripe/events/v1_coupon_created_event.rb +0 -44
  145. data/lib/stripe/events/v1_coupon_deleted_event.rb +0 -44
  146. data/lib/stripe/events/v1_coupon_updated_event.rb +0 -44
  147. data/lib/stripe/events/v1_credit_note_created_event.rb +0 -44
  148. data/lib/stripe/events/v1_credit_note_updated_event.rb +0 -44
  149. data/lib/stripe/events/v1_credit_note_voided_event.rb +0 -44
  150. data/lib/stripe/events/v1_customer_created_event.rb +0 -44
  151. data/lib/stripe/events/v1_customer_deleted_event.rb +0 -44
  152. data/lib/stripe/events/v1_customer_subscription_created_event.rb +0 -44
  153. data/lib/stripe/events/v1_customer_subscription_deleted_event.rb +0 -44
  154. data/lib/stripe/events/v1_customer_subscription_paused_event.rb +0 -44
  155. data/lib/stripe/events/v1_customer_subscription_pending_update_applied_event.rb +0 -44
  156. data/lib/stripe/events/v1_customer_subscription_pending_update_expired_event.rb +0 -44
  157. data/lib/stripe/events/v1_customer_subscription_resumed_event.rb +0 -44
  158. data/lib/stripe/events/v1_customer_subscription_trial_will_end_event.rb +0 -44
  159. data/lib/stripe/events/v1_customer_subscription_updated_event.rb +0 -44
  160. data/lib/stripe/events/v1_customer_tax_id_created_event.rb +0 -44
  161. data/lib/stripe/events/v1_customer_tax_id_deleted_event.rb +0 -44
  162. data/lib/stripe/events/v1_customer_tax_id_updated_event.rb +0 -44
  163. data/lib/stripe/events/v1_customer_updated_event.rb +0 -44
  164. data/lib/stripe/events/v1_file_created_event.rb +0 -44
  165. data/lib/stripe/events/v1_financial_connections_account_created_event.rb +0 -44
  166. data/lib/stripe/events/v1_financial_connections_account_deactivated_event.rb +0 -44
  167. data/lib/stripe/events/v1_financial_connections_account_disconnected_event.rb +0 -44
  168. data/lib/stripe/events/v1_financial_connections_account_reactivated_event.rb +0 -44
  169. data/lib/stripe/events/v1_financial_connections_account_refreshed_balance_event.rb +0 -44
  170. data/lib/stripe/events/v1_financial_connections_account_refreshed_ownership_event.rb +0 -44
  171. data/lib/stripe/events/v1_financial_connections_account_refreshed_transactions_event.rb +0 -44
  172. data/lib/stripe/events/v1_identity_verification_session_canceled_event.rb +0 -44
  173. data/lib/stripe/events/v1_identity_verification_session_created_event.rb +0 -44
  174. data/lib/stripe/events/v1_identity_verification_session_processing_event.rb +0 -44
  175. data/lib/stripe/events/v1_identity_verification_session_redacted_event.rb +0 -44
  176. data/lib/stripe/events/v1_identity_verification_session_requires_input_event.rb +0 -44
  177. data/lib/stripe/events/v1_identity_verification_session_verified_event.rb +0 -44
  178. data/lib/stripe/events/v1_invoice_created_event.rb +0 -44
  179. data/lib/stripe/events/v1_invoice_deleted_event.rb +0 -44
  180. data/lib/stripe/events/v1_invoice_finalization_failed_event.rb +0 -44
  181. data/lib/stripe/events/v1_invoice_finalized_event.rb +0 -44
  182. data/lib/stripe/events/v1_invoice_marked_uncollectible_event.rb +0 -44
  183. data/lib/stripe/events/v1_invoice_overdue_event.rb +0 -44
  184. data/lib/stripe/events/v1_invoice_overpaid_event.rb +0 -44
  185. data/lib/stripe/events/v1_invoice_paid_event.rb +0 -44
  186. data/lib/stripe/events/v1_invoice_payment_action_required_event.rb +0 -44
  187. data/lib/stripe/events/v1_invoice_payment_failed_event.rb +0 -44
  188. data/lib/stripe/events/v1_invoice_payment_paid_event.rb +0 -44
  189. data/lib/stripe/events/v1_invoice_payment_succeeded_event.rb +0 -44
  190. data/lib/stripe/events/v1_invoice_sent_event.rb +0 -44
  191. data/lib/stripe/events/v1_invoice_upcoming_event.rb +0 -44
  192. data/lib/stripe/events/v1_invoice_updated_event.rb +0 -44
  193. data/lib/stripe/events/v1_invoice_voided_event.rb +0 -44
  194. data/lib/stripe/events/v1_invoice_will_be_due_event.rb +0 -44
  195. data/lib/stripe/events/v1_invoiceitem_created_event.rb +0 -44
  196. data/lib/stripe/events/v1_invoiceitem_deleted_event.rb +0 -44
  197. data/lib/stripe/events/v1_issuing_authorization_created_event.rb +0 -44
  198. data/lib/stripe/events/v1_issuing_authorization_request_event.rb +0 -44
  199. data/lib/stripe/events/v1_issuing_authorization_updated_event.rb +0 -44
  200. data/lib/stripe/events/v1_issuing_card_created_event.rb +0 -44
  201. data/lib/stripe/events/v1_issuing_card_updated_event.rb +0 -44
  202. data/lib/stripe/events/v1_issuing_cardholder_created_event.rb +0 -44
  203. data/lib/stripe/events/v1_issuing_cardholder_updated_event.rb +0 -44
  204. data/lib/stripe/events/v1_issuing_dispute_closed_event.rb +0 -44
  205. data/lib/stripe/events/v1_issuing_dispute_created_event.rb +0 -44
  206. data/lib/stripe/events/v1_issuing_dispute_funds_reinstated_event.rb +0 -44
  207. data/lib/stripe/events/v1_issuing_dispute_funds_rescinded_event.rb +0 -44
  208. data/lib/stripe/events/v1_issuing_dispute_submitted_event.rb +0 -44
  209. data/lib/stripe/events/v1_issuing_dispute_updated_event.rb +0 -44
  210. data/lib/stripe/events/v1_issuing_personalization_design_activated_event.rb +0 -44
  211. data/lib/stripe/events/v1_issuing_personalization_design_deactivated_event.rb +0 -44
  212. data/lib/stripe/events/v1_issuing_personalization_design_rejected_event.rb +0 -44
  213. data/lib/stripe/events/v1_issuing_personalization_design_updated_event.rb +0 -44
  214. data/lib/stripe/events/v1_issuing_token_created_event.rb +0 -44
  215. data/lib/stripe/events/v1_issuing_token_updated_event.rb +0 -44
  216. data/lib/stripe/events/v1_issuing_transaction_created_event.rb +0 -44
  217. data/lib/stripe/events/v1_issuing_transaction_purchase_details_receipt_updated_event.rb +0 -44
  218. data/lib/stripe/events/v1_issuing_transaction_updated_event.rb +0 -44
  219. data/lib/stripe/events/v1_mandate_updated_event.rb +0 -44
  220. data/lib/stripe/events/v1_payment_intent_amount_capturable_updated_event.rb +0 -44
  221. data/lib/stripe/events/v1_payment_intent_canceled_event.rb +0 -44
  222. data/lib/stripe/events/v1_payment_intent_created_event.rb +0 -44
  223. data/lib/stripe/events/v1_payment_intent_partially_funded_event.rb +0 -44
  224. data/lib/stripe/events/v1_payment_intent_payment_failed_event.rb +0 -44
  225. data/lib/stripe/events/v1_payment_intent_processing_event.rb +0 -44
  226. data/lib/stripe/events/v1_payment_intent_requires_action_event.rb +0 -44
  227. data/lib/stripe/events/v1_payment_intent_succeeded_event.rb +0 -44
  228. data/lib/stripe/events/v1_payment_link_created_event.rb +0 -44
  229. data/lib/stripe/events/v1_payment_link_updated_event.rb +0 -44
  230. data/lib/stripe/events/v1_payment_method_attached_event.rb +0 -44
  231. data/lib/stripe/events/v1_payment_method_automatically_updated_event.rb +0 -44
  232. data/lib/stripe/events/v1_payment_method_detached_event.rb +0 -44
  233. data/lib/stripe/events/v1_payment_method_updated_event.rb +0 -44
  234. data/lib/stripe/events/v1_payout_canceled_event.rb +0 -44
  235. data/lib/stripe/events/v1_payout_created_event.rb +0 -44
  236. data/lib/stripe/events/v1_payout_failed_event.rb +0 -44
  237. data/lib/stripe/events/v1_payout_paid_event.rb +0 -44
  238. data/lib/stripe/events/v1_payout_reconciliation_completed_event.rb +0 -44
  239. data/lib/stripe/events/v1_payout_updated_event.rb +0 -44
  240. data/lib/stripe/events/v1_person_created_event.rb +0 -44
  241. data/lib/stripe/events/v1_person_deleted_event.rb +0 -44
  242. data/lib/stripe/events/v1_person_updated_event.rb +0 -44
  243. data/lib/stripe/events/v1_plan_created_event.rb +0 -44
  244. data/lib/stripe/events/v1_plan_deleted_event.rb +0 -44
  245. data/lib/stripe/events/v1_plan_updated_event.rb +0 -44
  246. data/lib/stripe/events/v1_price_created_event.rb +0 -44
  247. data/lib/stripe/events/v1_price_deleted_event.rb +0 -44
  248. data/lib/stripe/events/v1_price_updated_event.rb +0 -44
  249. data/lib/stripe/events/v1_product_created_event.rb +0 -44
  250. data/lib/stripe/events/v1_product_deleted_event.rb +0 -44
  251. data/lib/stripe/events/v1_product_updated_event.rb +0 -44
  252. data/lib/stripe/events/v1_promotion_code_created_event.rb +0 -44
  253. data/lib/stripe/events/v1_promotion_code_updated_event.rb +0 -44
  254. data/lib/stripe/events/v1_quote_accepted_event.rb +0 -44
  255. data/lib/stripe/events/v1_quote_canceled_event.rb +0 -44
  256. data/lib/stripe/events/v1_quote_created_event.rb +0 -44
  257. data/lib/stripe/events/v1_quote_finalized_event.rb +0 -44
  258. data/lib/stripe/events/v1_radar_early_fraud_warning_created_event.rb +0 -44
  259. data/lib/stripe/events/v1_radar_early_fraud_warning_updated_event.rb +0 -44
  260. data/lib/stripe/events/v1_refund_created_event.rb +0 -44
  261. data/lib/stripe/events/v1_refund_failed_event.rb +0 -44
  262. data/lib/stripe/events/v1_refund_updated_event.rb +0 -44
  263. data/lib/stripe/events/v1_review_closed_event.rb +0 -44
  264. data/lib/stripe/events/v1_review_opened_event.rb +0 -44
  265. data/lib/stripe/events/v1_setup_intent_canceled_event.rb +0 -44
  266. data/lib/stripe/events/v1_setup_intent_created_event.rb +0 -44
  267. data/lib/stripe/events/v1_setup_intent_requires_action_event.rb +0 -44
  268. data/lib/stripe/events/v1_setup_intent_setup_failed_event.rb +0 -44
  269. data/lib/stripe/events/v1_setup_intent_succeeded_event.rb +0 -44
  270. data/lib/stripe/events/v1_sigma_scheduled_query_run_created_event.rb +0 -44
  271. data/lib/stripe/events/v1_source_canceled_event.rb +0 -44
  272. data/lib/stripe/events/v1_source_chargeable_event.rb +0 -44
  273. data/lib/stripe/events/v1_source_failed_event.rb +0 -44
  274. data/lib/stripe/events/v1_source_refund_attributes_required_event.rb +0 -44
  275. data/lib/stripe/events/v1_subscription_schedule_aborted_event.rb +0 -44
  276. data/lib/stripe/events/v1_subscription_schedule_canceled_event.rb +0 -44
  277. data/lib/stripe/events/v1_subscription_schedule_completed_event.rb +0 -44
  278. data/lib/stripe/events/v1_subscription_schedule_created_event.rb +0 -44
  279. data/lib/stripe/events/v1_subscription_schedule_expiring_event.rb +0 -44
  280. data/lib/stripe/events/v1_subscription_schedule_released_event.rb +0 -44
  281. data/lib/stripe/events/v1_subscription_schedule_updated_event.rb +0 -44
  282. data/lib/stripe/events/v1_tax_rate_created_event.rb +0 -44
  283. data/lib/stripe/events/v1_tax_rate_updated_event.rb +0 -44
  284. data/lib/stripe/events/v1_terminal_reader_action_failed_event.rb +0 -44
  285. data/lib/stripe/events/v1_terminal_reader_action_succeeded_event.rb +0 -44
  286. data/lib/stripe/events/v1_terminal_reader_action_updated_event.rb +0 -44
  287. data/lib/stripe/events/v1_test_helpers_test_clock_advancing_event.rb +0 -44
  288. data/lib/stripe/events/v1_test_helpers_test_clock_created_event.rb +0 -44
  289. data/lib/stripe/events/v1_test_helpers_test_clock_deleted_event.rb +0 -44
  290. data/lib/stripe/events/v1_test_helpers_test_clock_internal_failure_event.rb +0 -44
  291. data/lib/stripe/events/v1_test_helpers_test_clock_ready_event.rb +0 -44
  292. data/lib/stripe/events/v1_topup_canceled_event.rb +0 -44
  293. data/lib/stripe/events/v1_topup_created_event.rb +0 -44
  294. data/lib/stripe/events/v1_topup_failed_event.rb +0 -44
  295. data/lib/stripe/events/v1_topup_reversed_event.rb +0 -44
  296. data/lib/stripe/events/v1_topup_succeeded_event.rb +0 -44
  297. data/lib/stripe/events/v1_transfer_created_event.rb +0 -44
  298. data/lib/stripe/events/v1_transfer_reversed_event.rb +0 -44
  299. data/lib/stripe/events/v1_transfer_updated_event.rb +0 -44
  300. data/lib/stripe/events/v2_billing_cadence_billed_event.rb +0 -61
  301. data/lib/stripe/events/v2_billing_cadence_canceled_event.rb +0 -44
  302. data/lib/stripe/events/v2_billing_cadence_created_event.rb +0 -61
  303. data/lib/stripe/events/v2_billing_license_fee_created_event.rb +0 -44
  304. data/lib/stripe/events/v2_billing_license_fee_updated_event.rb +0 -44
  305. data/lib/stripe/events/v2_billing_license_fee_version_created_event.rb +0 -61
  306. data/lib/stripe/events/v2_billing_licensed_item_created_event.rb +0 -44
  307. data/lib/stripe/events/v2_billing_licensed_item_updated_event.rb +0 -44
  308. data/lib/stripe/events/v2_billing_metered_item_created_event.rb +0 -44
  309. data/lib/stripe/events/v2_billing_metered_item_updated_event.rb +0 -44
  310. data/lib/stripe/events/v2_billing_pricing_plan_component_created_event.rb +0 -61
  311. data/lib/stripe/events/v2_billing_pricing_plan_component_updated_event.rb +0 -61
  312. data/lib/stripe/events/v2_billing_pricing_plan_created_event.rb +0 -44
  313. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_awaiting_customer_action_event.rb +0 -44
  314. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_current_event.rb +0 -44
  315. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_past_due_event.rb +0 -44
  316. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_paused_event.rb +0 -44
  317. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_unpaid_event.rb +0 -44
  318. data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_activated_event.rb +0 -44
  319. data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_canceled_event.rb +0 -44
  320. data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_paused_event.rb +0 -44
  321. data/lib/stripe/events/v2_billing_pricing_plan_updated_event.rb +0 -44
  322. data/lib/stripe/events/v2_billing_pricing_plan_version_created_event.rb +0 -61
  323. data/lib/stripe/events/v2_billing_rate_card_created_event.rb +0 -61
  324. data/lib/stripe/events/v2_billing_rate_card_rate_created_event.rb +0 -67
  325. data/lib/stripe/events/v2_billing_rate_card_subscription_activated_event.rb +0 -44
  326. data/lib/stripe/events/v2_billing_rate_card_subscription_canceled_event.rb +0 -44
  327. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_awaiting_customer_action_event.rb +0 -44
  328. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_current_event.rb +0 -44
  329. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_past_due_event.rb +0 -44
  330. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_paused_event.rb +0 -44
  331. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_unpaid_event.rb +0 -44
  332. data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_activated_event.rb +0 -44
  333. data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_canceled_event.rb +0 -44
  334. data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_paused_event.rb +0 -44
  335. data/lib/stripe/events/v2_billing_rate_card_updated_event.rb +0 -44
  336. data/lib/stripe/events/v2_billing_rate_card_version_created_event.rb +0 -61
  337. data/lib/stripe/events/v2_core_account_including_configuration_card_creator_capability_status_updated_event.rb +0 -63
  338. data/lib/stripe/events/v2_core_account_including_configuration_card_creator_updated_event.rb +0 -44
  339. data/lib/stripe/events/v2_core_claimable_sandbox_claimed_event.rb +0 -44
  340. data/lib/stripe/events/v2_core_claimable_sandbox_created_event.rb +0 -44
  341. data/lib/stripe/events/v2_core_claimable_sandbox_expired_event.rb +0 -44
  342. data/lib/stripe/events/v2_core_claimable_sandbox_expiring_event.rb +0 -44
  343. data/lib/stripe/events/v2_core_claimable_sandbox_sandbox_details_owner_account_updated_event.rb +0 -44
  344. data/lib/stripe/events/v2_core_health_api_error_firing_event.rb +0 -66
  345. data/lib/stripe/events/v2_core_health_api_error_resolved_event.rb +0 -66
  346. data/lib/stripe/events/v2_core_health_api_latency_firing_event.rb +0 -64
  347. data/lib/stripe/events/v2_core_health_api_latency_resolved_event.rb +0 -64
  348. data/lib/stripe/events/v2_core_health_authorization_rate_drop_firing_event.rb +0 -80
  349. data/lib/stripe/events/v2_core_health_authorization_rate_drop_resolved_event.rb +0 -80
  350. data/lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb +0 -64
  351. data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_firing_event.rb +0 -62
  352. data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_resolved_event.rb +0 -64
  353. data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_firing_event.rb +0 -64
  354. data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_resolved_event.rb +0 -64
  355. data/lib/stripe/events/v2_core_health_payment_method_error_firing_event.rb +0 -62
  356. data/lib/stripe/events/v2_core_health_payment_method_error_resolved_event.rb +0 -62
  357. data/lib/stripe/events/v2_core_health_traffic_volume_drop_firing_event.rb +0 -62
  358. data/lib/stripe/events/v2_core_health_traffic_volume_drop_resolved_event.rb +0 -62
  359. data/lib/stripe/events/v2_core_health_webhook_latency_firing_event.rb +0 -58
  360. data/lib/stripe/events/v2_core_health_webhook_latency_resolved_event.rb +0 -58
  361. data/lib/stripe/events/v2_money_management_recipient_verification_created_event.rb +0 -44
  362. data/lib/stripe/events/v2_money_management_recipient_verification_updated_event.rb +0 -44
  363. data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb +0 -44
  364. data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb +0 -46
  365. data/lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb +0 -44
  366. data/lib/stripe/events/v2_payments_off_session_payment_created_event.rb +0 -44
  367. data/lib/stripe/events/v2_payments_off_session_payment_failed_event.rb +0 -44
  368. data/lib/stripe/events/v2_payments_off_session_payment_requires_capture_event.rb +0 -44
  369. data/lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb +0 -44
  370. data/lib/stripe/events/v2_reporting_report_run_created_event.rb +0 -44
  371. data/lib/stripe/events/v2_reporting_report_run_failed_event.rb +0 -44
  372. data/lib/stripe/events/v2_reporting_report_run_succeeded_event.rb +0 -44
  373. data/lib/stripe/events/v2_reporting_report_run_updated_event.rb +0 -44
  374. data/lib/stripe/params/balance_transfer_create_params.rb +0 -66
  375. data/lib/stripe/params/capital/financing_offer_create_params.rb +0 -37
  376. data/lib/stripe/params/capital/financing_offer_refill_params.rb +0 -37
  377. data/lib/stripe/params/delegated_checkout/requested_session_confirm_params.rb +0 -55
  378. data/lib/stripe/params/delegated_checkout/requested_session_create_params.rb +0 -205
  379. data/lib/stripe/params/delegated_checkout/requested_session_expire_params.rb +0 -15
  380. data/lib/stripe/params/delegated_checkout/requested_session_retrieve_params.rb +0 -15
  381. data/lib/stripe/params/delegated_checkout/requested_session_update_params.rb +0 -209
  382. data/lib/stripe/params/identity/blocklist_entry_create_params.rb +0 -29
  383. data/lib/stripe/params/identity/blocklist_entry_disable_params.rb +0 -15
  384. data/lib/stripe/params/identity/blocklist_entry_list_params.rb +0 -62
  385. data/lib/stripe/params/identity/blocklist_entry_retrieve_params.rb +0 -15
  386. data/lib/stripe/params/issuing/program_create_params.rb +0 -21
  387. data/lib/stripe/params/issuing/program_list_params.rb +0 -24
  388. data/lib/stripe/params/issuing/program_retrieve_params.rb +0 -15
  389. data/lib/stripe/params/issuing/program_update_params.rb +0 -21
  390. data/lib/stripe/params/payment_method_check_balance_params.rb +0 -13
  391. data/lib/stripe/params/radar/account_evaluation_create_params.rb +0 -81
  392. data/lib/stripe/params/radar/account_evaluation_retrieve_params.rb +0 -15
  393. data/lib/stripe/params/radar/account_evaluation_update_params.rb +0 -18
  394. data/lib/stripe/params/test_helpers/capital/financing_offer_create_params.rb +0 -39
  395. data/lib/stripe/params/test_helpers/capital/financing_offer_refill_params.rb +0 -39
  396. data/lib/stripe/params/v2/billing/custom_pricing_unit_create_params.rb +0 -26
  397. data/lib/stripe/params/v2/billing/custom_pricing_unit_list_params.rb +0 -24
  398. data/lib/stripe/params/v2/billing/custom_pricing_unit_retrieve_params.rb +0 -10
  399. data/lib/stripe/params/v2/billing/custom_pricing_unit_update_params.rb +0 -26
  400. data/lib/stripe/params/v2/billing/intent_cancel_params.rb +0 -10
  401. data/lib/stripe/params/v2/billing/intent_commit_params.rb +0 -17
  402. data/lib/stripe/params/v2/billing/intent_create_params.rb +0 -355
  403. data/lib/stripe/params/v2/billing/intent_list_params.rb +0 -17
  404. data/lib/stripe/params/v2/billing/intent_release_reservation_params.rb +0 -10
  405. data/lib/stripe/params/v2/billing/intent_reserve_params.rb +0 -10
  406. data/lib/stripe/params/v2/billing/intent_retrieve_params.rb +0 -10
  407. data/lib/stripe/params/v2/billing/intents/action_list_params.rb +0 -19
  408. data/lib/stripe/params/v2/billing/intents/action_retrieve_params.rb +0 -12
  409. data/lib/stripe/params/v2/billing/license_fee_create_params.rb +0 -103
  410. data/lib/stripe/params/v2/billing/license_fee_list_params.rb +0 -24
  411. data/lib/stripe/params/v2/billing/license_fee_retrieve_params.rb +0 -10
  412. data/lib/stripe/params/v2/billing/license_fee_subscription_retrieve_params.rb +0 -10
  413. data/lib/stripe/params/v2/billing/license_fee_update_params.rb +0 -84
  414. data/lib/stripe/params/v2/billing/license_fees/version_list_params.rb +0 -19
  415. data/lib/stripe/params/v2/billing/license_fees/version_retrieve_params.rb +0 -12
  416. data/lib/stripe/params/v2/billing/licensed_item_create_params.rb +0 -48
  417. data/lib/stripe/params/v2/billing/licensed_item_list_params.rb +0 -21
  418. data/lib/stripe/params/v2/billing/licensed_item_retrieve_params.rb +0 -10
  419. data/lib/stripe/params/v2/billing/licensed_item_update_params.rb +0 -48
  420. data/lib/stripe/params/v2/billing/metered_item_create_params.rb +0 -73
  421. data/lib/stripe/params/v2/billing/metered_item_list_params.rb +0 -21
  422. data/lib/stripe/params/v2/billing/metered_item_retrieve_params.rb +0 -10
  423. data/lib/stripe/params/v2/billing/metered_item_update_params.rb +0 -50
  424. data/lib/stripe/params/v2/billing/pricing_plan_create_params.rb +0 -39
  425. data/lib/stripe/params/v2/billing/pricing_plan_list_params.rb +0 -24
  426. data/lib/stripe/params/v2/billing/pricing_plan_retrieve_params.rb +0 -10
  427. data/lib/stripe/params/v2/billing/pricing_plan_subscription_list_params.rb +0 -50
  428. data/lib/stripe/params/v2/billing/pricing_plan_subscription_retrieve_params.rb +0 -10
  429. data/lib/stripe/params/v2/billing/pricing_plan_subscription_update_params.rb +0 -20
  430. data/lib/stripe/params/v2/billing/pricing_plan_subscriptions/component_retrieve_params.rb +0 -12
  431. data/lib/stripe/params/v2/billing/pricing_plan_update_params.rb +0 -39
  432. data/lib/stripe/params/v2/billing/pricing_plans/component_create_params.rb +0 -73
  433. data/lib/stripe/params/v2/billing/pricing_plans/component_delete_params.rb +0 -12
  434. data/lib/stripe/params/v2/billing/pricing_plans/component_list_params.rb +0 -27
  435. data/lib/stripe/params/v2/billing/pricing_plans/component_retrieve_params.rb +0 -12
  436. data/lib/stripe/params/v2/billing/pricing_plans/component_update_params.rb +0 -22
  437. data/lib/stripe/params/v2/billing/pricing_plans/version_list_params.rb +0 -19
  438. data/lib/stripe/params/v2/billing/pricing_plans/version_retrieve_params.rb +0 -12
  439. data/lib/stripe/params/v2/billing/rate_card_create_params.rb +0 -49
  440. data/lib/stripe/params/v2/billing/rate_card_list_params.rb +0 -24
  441. data/lib/stripe/params/v2/billing/rate_card_retrieve_params.rb +0 -10
  442. data/lib/stripe/params/v2/billing/rate_card_subscription_cancel_params.rb +0 -10
  443. data/lib/stripe/params/v2/billing/rate_card_subscription_create_params.rb +0 -26
  444. data/lib/stripe/params/v2/billing/rate_card_subscription_list_params.rb +0 -51
  445. data/lib/stripe/params/v2/billing/rate_card_subscription_retrieve_params.rb +0 -10
  446. data/lib/stripe/params/v2/billing/rate_card_subscription_update_params.rb +0 -17
  447. data/lib/stripe/params/v2/billing/rate_card_update_params.rb +0 -38
  448. data/lib/stripe/params/v2/billing/rate_cards/rate_create_params.rb +0 -91
  449. data/lib/stripe/params/v2/billing/rate_cards/rate_delete_params.rb +0 -12
  450. data/lib/stripe/params/v2/billing/rate_cards/rate_list_params.rb +0 -25
  451. data/lib/stripe/params/v2/billing/rate_cards/rate_retrieve_params.rb +0 -12
  452. data/lib/stripe/params/v2/billing/rate_cards/version_list_params.rb +0 -19
  453. data/lib/stripe/params/v2/billing/service_action_create_params.rb +0 -254
  454. data/lib/stripe/params/v2/billing/service_action_retrieve_params.rb +0 -10
  455. data/lib/stripe/params/v2/billing/service_action_update_params.rb +0 -40
  456. data/lib/stripe/params/v2/core/claimable_sandbox_create_params.rb +0 -36
  457. data/lib/stripe/params/v2/money_management/recipient_verification_acknowledge_params.rb +0 -10
  458. data/lib/stripe/params/v2/money_management/recipient_verification_create_params.rb +0 -20
  459. data/lib/stripe/params/v2/money_management/recipient_verification_retrieve_params.rb +0 -10
  460. data/lib/stripe/params/v2/payments/off_session_payment_cancel_params.rb +0 -10
  461. data/lib/stripe/params/v2/payments/off_session_payment_capture_params.rb +0 -61
  462. data/lib/stripe/params/v2/payments/off_session_payment_create_params.rb +0 -237
  463. data/lib/stripe/params/v2/payments/off_session_payment_list_params.rb +0 -17
  464. data/lib/stripe/params/v2/payments/off_session_payment_retrieve_params.rb +0 -10
  465. data/lib/stripe/params/v2/reporting/report_retrieve_params.rb +0 -10
  466. data/lib/stripe/params/v2/reporting/report_run_create_params.rb +0 -33
  467. data/lib/stripe/params/v2/reporting/report_run_retrieve_params.rb +0 -10
  468. data/lib/stripe/params/v2/test_helpers/money_management_recipient_verifications_params.rb +0 -24
  469. data/lib/stripe/resources/balance_transfer.rb +0 -139
  470. data/lib/stripe/resources/delegated_checkout/requested_session.rb +0 -420
  471. data/lib/stripe/resources/identity/blocklist_entry.rb +0 -116
  472. data/lib/stripe/resources/issuing/program.rb +0 -69
  473. data/lib/stripe/resources/payment_method_balance.rb +0 -68
  474. data/lib/stripe/resources/radar/account_evaluation.rb +0 -116
  475. data/lib/stripe/resources/transit_balance.rb +0 -45
  476. data/lib/stripe/resources/v2/billing/custom_pricing_unit.rb +0 -43
  477. data/lib/stripe/resources/v2/billing/intent.rb +0 -86
  478. data/lib/stripe/resources/v2/billing/intent_action.rb +0 -395
  479. data/lib/stripe/resources/v2/billing/license_fee.rb +0 -104
  480. data/lib/stripe/resources/v2/billing/license_fee_subscription.rb +0 -44
  481. data/lib/stripe/resources/v2/billing/license_fee_version.rb +0 -80
  482. data/lib/stripe/resources/v2/billing/licensed_item.rb +0 -60
  483. data/lib/stripe/resources/v2/billing/metered_item.rb +0 -85
  484. data/lib/stripe/resources/v2/billing/pricing_plan.rb +0 -51
  485. data/lib/stripe/resources/v2/billing/pricing_plan_component.rb +0 -94
  486. data/lib/stripe/resources/v2/billing/pricing_plan_subscription.rb +0 -94
  487. data/lib/stripe/resources/v2/billing/pricing_plan_subscription_components.rb +0 -49
  488. data/lib/stripe/resources/v2/billing/pricing_plan_version.rb +0 -38
  489. data/lib/stripe/resources/v2/billing/rate_card.rb +0 -61
  490. data/lib/stripe/resources/v2/billing/rate_card_rate.rb +0 -110
  491. data/lib/stripe/resources/v2/billing/rate_card_subscription.rb +0 -94
  492. data/lib/stripe/resources/v2/billing/rate_card_version.rb +0 -34
  493. data/lib/stripe/resources/v2/billing/service_action.rb +0 -244
  494. data/lib/stripe/resources/v2/core/claimable_sandbox.rb +0 -105
  495. data/lib/stripe/resources/v2/money_management/recipient_verification.rb +0 -83
  496. data/lib/stripe/resources/v2/payments/off_session_payment.rb +0 -242
  497. data/lib/stripe/resources/v2/reporting/report.rb +0 -116
  498. data/lib/stripe/resources/v2/reporting/report_run.rb +0 -128
  499. data/lib/stripe/services/balance_transfer_service.rb +0 -17
  500. data/lib/stripe/services/delegated_checkout/requested_session_service.rb +0 -63
  501. data/lib/stripe/services/delegated_checkout_service.rb +0 -13
  502. data/lib/stripe/services/identity/blocklist_entry_service.rb +0 -71
  503. data/lib/stripe/services/issuing/program_service.rb +0 -52
  504. data/lib/stripe/services/radar/account_evaluation_service.rb +0 -41
  505. data/lib/stripe/services/test_helpers/capital/financing_offer_service.rb +0 -32
  506. data/lib/stripe/services/test_helpers/capital_service.rb +0 -15
  507. data/lib/stripe/services/v2/billing/custom_pricing_unit_service.rb +0 -54
  508. data/lib/stripe/services/v2/billing/intent_service.rb +0 -94
  509. data/lib/stripe/services/v2/billing/intents/action_service.rb +0 -34
  510. data/lib/stripe/services/v2/billing/license_fee_service.rb +0 -61
  511. data/lib/stripe/services/v2/billing/license_fee_subscription_service.rb +0 -21
  512. data/lib/stripe/services/v2/billing/license_fees/version_service.rb +0 -34
  513. data/lib/stripe/services/v2/billing/licensed_item_service.rb +0 -54
  514. data/lib/stripe/services/v2/billing/metered_item_service.rb +0 -54
  515. data/lib/stripe/services/v2/billing/pricing_plan_service.rb +0 -62
  516. data/lib/stripe/services/v2/billing/pricing_plan_subscription_service.rb +0 -51
  517. data/lib/stripe/services/v2/billing/pricing_plan_subscriptions/component_service.rb +0 -23
  518. data/lib/stripe/services/v2/billing/pricing_plans/component_service.rb +0 -67
  519. data/lib/stripe/services/v2/billing/pricing_plans/version_service.rb +0 -34
  520. data/lib/stripe/services/v2/billing/rate_card_service.rb +0 -62
  521. data/lib/stripe/services/v2/billing/rate_card_subscription_service.rb +0 -65
  522. data/lib/stripe/services/v2/billing/rate_cards/rate_service.rb +0 -57
  523. data/lib/stripe/services/v2/billing/rate_cards/version_service.rb +0 -34
  524. data/lib/stripe/services/v2/billing/service_action_service.rb +0 -43
  525. data/lib/stripe/services/v2/core/claimable_sandbox_service.rb +0 -35
  526. data/lib/stripe/services/v2/money_management/recipient_verification_service.rb +0 -43
  527. data/lib/stripe/services/v2/payment_service.rb +0 -15
  528. data/lib/stripe/services/v2/payments/off_session_payment_service.rb +0 -65
  529. data/lib/stripe/services/v2/reporting/report_run_service.rb +0 -38
  530. data/lib/stripe/services/v2/reporting/report_service.rb +0 -23
  531. data/lib/stripe/services/v2/reporting_service.rb +0 -16
  532. data/lib/stripe/services/v2/test_helpers/money_management_service.rb +0 -21
@@ -784,102 +784,6 @@ module Stripe
784
784
  end
785
785
  end
786
786
 
787
- class BillingSchedule < ::Stripe::RequestParams
788
- class AppliesTo < ::Stripe::RequestParams
789
- # The ID of the price object.
790
- attr_accessor :price
791
- # Controls which subscription items the billing schedule applies to.
792
- attr_accessor :type
793
-
794
- def initialize(price: nil, type: nil)
795
- @price = price
796
- @type = type
797
- end
798
- end
799
-
800
- class BillFrom < ::Stripe::RequestParams
801
- class LineStartsAt < ::Stripe::RequestParams
802
- # The ID of a quote line.
803
- attr_accessor :id
804
- # The position of the previous quote line in the `lines` array after which this line should begin. Indexes start from 0 and must be less than the index of the current line in the array.
805
- attr_accessor :index
806
-
807
- def initialize(id: nil, index: nil)
808
- @id = id
809
- @index = index
810
- end
811
- end
812
- # Details of a Quote line to start the bill period from.
813
- attr_accessor :line_starts_at
814
- # A precise Unix timestamp.
815
- attr_accessor :timestamp
816
- # The type of method to specify the `bill_from` time.
817
- attr_accessor :type
818
-
819
- def initialize(line_starts_at: nil, timestamp: nil, type: nil)
820
- @line_starts_at = line_starts_at
821
- @timestamp = timestamp
822
- @type = type
823
- end
824
- end
825
-
826
- class BillUntil < ::Stripe::RequestParams
827
- class Duration < ::Stripe::RequestParams
828
- # Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
829
- attr_accessor :interval
830
- # The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
831
- attr_accessor :interval_count
832
-
833
- def initialize(interval: nil, interval_count: nil)
834
- @interval = interval
835
- @interval_count = interval_count
836
- end
837
- end
838
-
839
- class LineEndsAt < ::Stripe::RequestParams
840
- # The ID of a quote line.
841
- attr_accessor :id
842
- # The position of the previous quote line in the `lines` array after which this line should begin. Indexes start from 0 and must be less than the index of the current line in the array.
843
- attr_accessor :index
844
-
845
- def initialize(id: nil, index: nil)
846
- @id = id
847
- @index = index
848
- end
849
- end
850
- # Details of the duration over which to bill.
851
- attr_accessor :duration
852
- # Details of a Quote line item from which to bill until.
853
- attr_accessor :line_ends_at
854
- # A precise Unix timestamp.
855
- attr_accessor :timestamp
856
- # The type of method to specify the `bill_until` time.
857
- attr_accessor :type
858
-
859
- def initialize(duration: nil, line_ends_at: nil, timestamp: nil, type: nil)
860
- @duration = duration
861
- @line_ends_at = line_ends_at
862
- @timestamp = timestamp
863
- @type = type
864
- end
865
- end
866
- # Configure billing schedule differently for individual subscription items.
867
- attr_accessor :applies_to
868
- # The start of the period to bill from when the Quote is accepted.
869
- attr_accessor :bill_from
870
- # The end of the period to bill until when the Quote is accepted.
871
- attr_accessor :bill_until
872
- # Specify a key for the billing schedule. Must be unique to this field, alphanumeric, and up to 200 characters. If not provided, a unique key will be generated.
873
- attr_accessor :key
874
-
875
- def initialize(applies_to: nil, bill_from: nil, bill_until: nil, key: nil)
876
- @applies_to = applies_to
877
- @bill_from = bill_from
878
- @bill_until = bill_until
879
- @key = key
880
- end
881
- end
882
-
883
787
  class Prebilling < ::Stripe::RequestParams
884
788
  # This is used to determine the number of billing cycles to prebill.
885
789
  attr_accessor :iterations
@@ -896,8 +800,6 @@ module Stripe
896
800
  attr_accessor :billing_cycle_anchor
897
801
  # Controls how prorations and invoices for subscriptions are calculated and orchestrated.
898
802
  attr_accessor :billing_mode
899
- # Billing schedules that will be applied to the subscription or subscription schedule created when the quote is accepted.
900
- attr_accessor :billing_schedules
901
803
  # The subscription's description, meant to be displayable to the customer. Use this field to optionally store an explanation of the subscription for rendering in Stripe surfaces and certain local payment methods UIs.
902
804
  attr_accessor :description
903
805
  # When creating a new subscription, the date of which the subscription schedule will start after the quote is accepted. When updating a subscription, the date of which the subscription will be updated using a subscription schedule. The special value `current_period_end` can be provided to update a subscription at the end of its current period. The `effective_date` is ignored if it is in the past when the quote is accepted.
@@ -908,8 +810,6 @@ module Stripe
908
810
  attr_accessor :from_subscription
909
811
  # Set of [key-value pairs](https://stripe.com/docs/api/metadata) that will set metadata on the subscription or subscription schedule when the quote is accepted. If a recurring price is included in `line_items`, this field will be passed to the resulting subscription's `metadata` field. If `subscription_data.effective_date` is used, this field will be passed to the resulting subscription schedule's `phases.metadata` field. Unlike object-level metadata, this field is declarative. Updates will clear prior values.
910
812
  attr_accessor :metadata
911
- # Configures how the subscription schedule handles billing for phase transitions when the quote is accepted. Possible values are `phase_start` (default) or `billing_period_start`. `phase_start` bills based on the current state of the subscription, ignoring changes scheduled in future phases. `billing_period_start` bills predictively for upcoming phase transitions within the current billing cycle, including pricing changes and service period adjustments that will occur before the next invoice.
912
- attr_accessor :phase_effective_at
913
813
  # If specified, the invoicing for the given billing cycle iterations will be processed when the quote is accepted. Cannot be used with `effective_date`.
914
814
  attr_accessor :prebilling
915
815
  # Determines how to handle [prorations](https://stripe.com/docs/subscriptions/billing-cycle#prorations). When creating a subscription, valid values are `create_prorations` or `none`.
@@ -928,13 +828,11 @@ module Stripe
928
828
  billing_behavior: nil,
929
829
  billing_cycle_anchor: nil,
930
830
  billing_mode: nil,
931
- billing_schedules: nil,
932
831
  description: nil,
933
832
  effective_date: nil,
934
833
  end_behavior: nil,
935
834
  from_subscription: nil,
936
835
  metadata: nil,
937
- phase_effective_at: nil,
938
836
  prebilling: nil,
939
837
  proration_behavior: nil,
940
838
  trial_period_days: nil
@@ -943,13 +841,11 @@ module Stripe
943
841
  @billing_behavior = billing_behavior
944
842
  @billing_cycle_anchor = billing_cycle_anchor
945
843
  @billing_mode = billing_mode
946
- @billing_schedules = billing_schedules
947
844
  @description = description
948
845
  @effective_date = effective_date
949
846
  @end_behavior = end_behavior
950
847
  @from_subscription = from_subscription
951
848
  @metadata = metadata
952
- @phase_effective_at = phase_effective_at
953
849
  @prebilling = prebilling
954
850
  @proration_behavior = proration_behavior
955
851
  @trial_period_days = trial_period_days
@@ -1049,118 +945,18 @@ module Stripe
1049
945
  @bill_until = bill_until
1050
946
  end
1051
947
  end
1052
-
1053
- class BillingSchedule < ::Stripe::RequestParams
1054
- class AppliesTo < ::Stripe::RequestParams
1055
- # The ID of the price object.
1056
- attr_accessor :price
1057
- # Controls which subscription items the billing schedule applies to.
1058
- attr_accessor :type
1059
-
1060
- def initialize(price: nil, type: nil)
1061
- @price = price
1062
- @type = type
1063
- end
1064
- end
1065
-
1066
- class BillFrom < ::Stripe::RequestParams
1067
- class LineStartsAt < ::Stripe::RequestParams
1068
- # The ID of a quote line.
1069
- attr_accessor :id
1070
- # The position of the previous quote line in the `lines` array after which this line should begin. Indexes start from 0 and must be less than the index of the current line in the array.
1071
- attr_accessor :index
1072
-
1073
- def initialize(id: nil, index: nil)
1074
- @id = id
1075
- @index = index
1076
- end
1077
- end
1078
- # Details of a Quote line to start the bill period from.
1079
- attr_accessor :line_starts_at
1080
- # A precise Unix timestamp.
1081
- attr_accessor :timestamp
1082
- # The type of method to specify the `bill_from` time.
1083
- attr_accessor :type
1084
-
1085
- def initialize(line_starts_at: nil, timestamp: nil, type: nil)
1086
- @line_starts_at = line_starts_at
1087
- @timestamp = timestamp
1088
- @type = type
1089
- end
1090
- end
1091
-
1092
- class BillUntil < ::Stripe::RequestParams
1093
- class Duration < ::Stripe::RequestParams
1094
- # Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
1095
- attr_accessor :interval
1096
- # The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
1097
- attr_accessor :interval_count
1098
-
1099
- def initialize(interval: nil, interval_count: nil)
1100
- @interval = interval
1101
- @interval_count = interval_count
1102
- end
1103
- end
1104
-
1105
- class LineEndsAt < ::Stripe::RequestParams
1106
- # The ID of a quote line.
1107
- attr_accessor :id
1108
- # The position of the previous quote line in the `lines` array after which this line should begin. Indexes start from 0 and must be less than the index of the current line in the array.
1109
- attr_accessor :index
1110
-
1111
- def initialize(id: nil, index: nil)
1112
- @id = id
1113
- @index = index
1114
- end
1115
- end
1116
- # Details of the duration over which to bill.
1117
- attr_accessor :duration
1118
- # Details of a Quote line item from which to bill until.
1119
- attr_accessor :line_ends_at
1120
- # A precise Unix timestamp.
1121
- attr_accessor :timestamp
1122
- # The type of method to specify the `bill_until` time.
1123
- attr_accessor :type
1124
-
1125
- def initialize(duration: nil, line_ends_at: nil, timestamp: nil, type: nil)
1126
- @duration = duration
1127
- @line_ends_at = line_ends_at
1128
- @timestamp = timestamp
1129
- @type = type
1130
- end
1131
- end
1132
- # Configure billing schedule differently for individual subscription items.
1133
- attr_accessor :applies_to
1134
- # The start of the period to bill from when the Quote is accepted.
1135
- attr_accessor :bill_from
1136
- # The end of the period to bill until when the Quote is accepted.
1137
- attr_accessor :bill_until
1138
- # Specify a key for the billing schedule. Must be unique to this field, alphanumeric, and up to 200 characters. If not provided, a unique key will be generated.
1139
- attr_accessor :key
1140
-
1141
- def initialize(applies_to: nil, bill_from: nil, bill_until: nil, key: nil)
1142
- @applies_to = applies_to
1143
- @bill_from = bill_from
1144
- @bill_until = bill_until
1145
- @key = key
1146
- end
1147
- end
1148
948
  # Whether the override applies to an existing Subscription Schedule or a new Subscription Schedule.
1149
949
  attr_accessor :applies_to
1150
950
  # Describes the period to bill for upon accepting the quote.
1151
951
  attr_accessor :bill_on_acceptance
1152
952
  # Configures when the subscription schedule generates prorations for phase transitions. Possible values are `prorate_on_next_phase` or `prorate_up_front` with the default being `prorate_on_next_phase`. `prorate_on_next_phase` will apply phase changes and generate prorations at transition time. `prorate_up_front` will bill for all phases within the current billing cycle up front.
1153
953
  attr_accessor :billing_behavior
1154
- # Billing schedules that will be applied to the subscription or subscription schedule created when the quote is accepted.
1155
- attr_accessor :billing_schedules
1156
954
  # The customer the Subscription Data override applies to. This is only relevant when `applies_to.type=new_reference`.
1157
955
  attr_accessor :customer
1158
956
  # The subscription's description, meant to be displayable to the customer. Use this field to optionally store an explanation of the subscription for rendering in Stripe surfaces and certain local payment methods UIs.
1159
957
  attr_accessor :description
1160
958
  # Behavior of the subscription schedule and underlying subscription when it ends.
1161
959
  attr_accessor :end_behavior
1162
- # Configures how the subscription schedule handles billing for phase transitions when the quote is accepted. Possible values are `phase_start` (default) or `billing_period_start`. `phase_start` bills based on the current state of the subscription, ignoring changes scheduled in future phases. `billing_period_start` bills predictively for upcoming phase transitions within the current billing cycle, including pricing changes and service period adjustments that will occur before the next invoice.
1163
- attr_accessor :phase_effective_at
1164
960
  # Determines how to handle [prorations](https://stripe.com/docs/subscriptions/billing-cycle#prorations). When creating a subscription, valid values are `create_prorations` or `none`.
1165
961
  #
1166
962
  # When updating a subscription, valid values are `create_prorations`, `none`, or `always_invoice`.
@@ -1174,21 +970,17 @@ module Stripe
1174
970
  applies_to: nil,
1175
971
  bill_on_acceptance: nil,
1176
972
  billing_behavior: nil,
1177
- billing_schedules: nil,
1178
973
  customer: nil,
1179
974
  description: nil,
1180
975
  end_behavior: nil,
1181
- phase_effective_at: nil,
1182
976
  proration_behavior: nil
1183
977
  )
1184
978
  @applies_to = applies_to
1185
979
  @bill_on_acceptance = bill_on_acceptance
1186
980
  @billing_behavior = billing_behavior
1187
- @billing_schedules = billing_schedules
1188
981
  @customer = customer
1189
982
  @description = description
1190
983
  @end_behavior = end_behavior
1191
- @phase_effective_at = phase_effective_at
1192
984
  @proration_behavior = proration_behavior
1193
985
  end
1194
986
  end
@@ -769,102 +769,6 @@ module Stripe
769
769
  end
770
770
  end
771
771
 
772
- class BillingSchedule < ::Stripe::RequestParams
773
- class AppliesTo < ::Stripe::RequestParams
774
- # The ID of the price object.
775
- attr_accessor :price
776
- # Controls which subscription items the billing schedule applies to.
777
- attr_accessor :type
778
-
779
- def initialize(price: nil, type: nil)
780
- @price = price
781
- @type = type
782
- end
783
- end
784
-
785
- class BillFrom < ::Stripe::RequestParams
786
- class LineStartsAt < ::Stripe::RequestParams
787
- # The ID of a quote line.
788
- attr_accessor :id
789
- # The position of the previous quote line in the `lines` array after which this line should begin. Indexes start from 0 and must be less than the index of the current line in the array.
790
- attr_accessor :index
791
-
792
- def initialize(id: nil, index: nil)
793
- @id = id
794
- @index = index
795
- end
796
- end
797
- # Details of a Quote line to start the bill period from.
798
- attr_accessor :line_starts_at
799
- # A precise Unix timestamp.
800
- attr_accessor :timestamp
801
- # The type of method to specify the `bill_from` time.
802
- attr_accessor :type
803
-
804
- def initialize(line_starts_at: nil, timestamp: nil, type: nil)
805
- @line_starts_at = line_starts_at
806
- @timestamp = timestamp
807
- @type = type
808
- end
809
- end
810
-
811
- class BillUntil < ::Stripe::RequestParams
812
- class Duration < ::Stripe::RequestParams
813
- # Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
814
- attr_accessor :interval
815
- # The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
816
- attr_accessor :interval_count
817
-
818
- def initialize(interval: nil, interval_count: nil)
819
- @interval = interval
820
- @interval_count = interval_count
821
- end
822
- end
823
-
824
- class LineEndsAt < ::Stripe::RequestParams
825
- # The ID of a quote line.
826
- attr_accessor :id
827
- # The position of the previous quote line in the `lines` array after which this line should begin. Indexes start from 0 and must be less than the index of the current line in the array.
828
- attr_accessor :index
829
-
830
- def initialize(id: nil, index: nil)
831
- @id = id
832
- @index = index
833
- end
834
- end
835
- # Details of the duration over which to bill.
836
- attr_accessor :duration
837
- # Details of a Quote line item from which to bill until.
838
- attr_accessor :line_ends_at
839
- # A precise Unix timestamp.
840
- attr_accessor :timestamp
841
- # The type of method to specify the `bill_until` time.
842
- attr_accessor :type
843
-
844
- def initialize(duration: nil, line_ends_at: nil, timestamp: nil, type: nil)
845
- @duration = duration
846
- @line_ends_at = line_ends_at
847
- @timestamp = timestamp
848
- @type = type
849
- end
850
- end
851
- # Configure billing schedule differently for individual subscription items.
852
- attr_accessor :applies_to
853
- # The start of the period to bill from when the Quote is accepted.
854
- attr_accessor :bill_from
855
- # The end of the period to bill until when the Quote is accepted.
856
- attr_accessor :bill_until
857
- # Specify a key for the billing schedule. Must be unique to this field, alphanumeric, and up to 200 characters. If not provided, a unique key will be generated.
858
- attr_accessor :key
859
-
860
- def initialize(applies_to: nil, bill_from: nil, bill_until: nil, key: nil)
861
- @applies_to = applies_to
862
- @bill_from = bill_from
863
- @bill_until = bill_until
864
- @key = key
865
- end
866
- end
867
-
868
772
  class Prebilling < ::Stripe::RequestParams
869
773
  # This is used to determine the number of billing cycles to prebill.
870
774
  attr_accessor :iterations
@@ -879,8 +783,6 @@ module Stripe
879
783
  attr_accessor :billing_behavior
880
784
  # When specified as `reset`, the subscription will always start a new billing period when the quote is accepted.
881
785
  attr_accessor :billing_cycle_anchor
882
- # Billing schedules that will be applied to the subscription or subscription schedule created when the quote is accepted.
883
- attr_accessor :billing_schedules
884
786
  # The subscription's description, meant to be displayable to the customer. Use this field to optionally store an explanation of the subscription for rendering in Stripe surfaces and certain local payment methods UIs.
885
787
  attr_accessor :description
886
788
  # When creating a new subscription, the date of which the subscription schedule will start after the quote is accepted. When updating a subscription, the date of which the subscription will be updated using a subscription schedule. The special value `current_period_end` can be provided to update a subscription at the end of its current period. The `effective_date` is ignored if it is in the past when the quote is accepted.
@@ -889,8 +791,6 @@ module Stripe
889
791
  attr_accessor :end_behavior
890
792
  # Set of [key-value pairs](https://stripe.com/docs/api/metadata) that will set metadata on the subscription or subscription schedule when the quote is accepted. If a recurring price is included in `line_items`, this field will be passed to the resulting subscription's `metadata` field. If `subscription_data.effective_date` is used, this field will be passed to the resulting subscription schedule's `phases.metadata` field. Unlike object-level metadata, this field is declarative. Updates will clear prior values.
891
793
  attr_accessor :metadata
892
- # Configures how the subscription schedule handles billing for phase transitions when the quote is accepted. Possible values are `phase_start` (default) or `billing_period_start`. `phase_start` bills based on the current state of the subscription, ignoring changes scheduled in future phases. `billing_period_start` bills predictively for upcoming phase transitions within the current billing cycle, including pricing changes and service period adjustments that will occur before the next invoice.
893
- attr_accessor :phase_effective_at
894
794
  # If specified, the invoicing for the given billing cycle iterations will be processed when the quote is accepted. Cannot be used with `effective_date`.
895
795
  attr_accessor :prebilling
896
796
  # Determines how to handle [prorations](https://stripe.com/docs/subscriptions/billing-cycle#prorations). When creating a subscription, valid values are `create_prorations` or `none`.
@@ -908,12 +808,10 @@ module Stripe
908
808
  bill_on_acceptance: nil,
909
809
  billing_behavior: nil,
910
810
  billing_cycle_anchor: nil,
911
- billing_schedules: nil,
912
811
  description: nil,
913
812
  effective_date: nil,
914
813
  end_behavior: nil,
915
814
  metadata: nil,
916
- phase_effective_at: nil,
917
815
  prebilling: nil,
918
816
  proration_behavior: nil,
919
817
  trial_period_days: nil
@@ -921,12 +819,10 @@ module Stripe
921
819
  @bill_on_acceptance = bill_on_acceptance
922
820
  @billing_behavior = billing_behavior
923
821
  @billing_cycle_anchor = billing_cycle_anchor
924
- @billing_schedules = billing_schedules
925
822
  @description = description
926
823
  @effective_date = effective_date
927
824
  @end_behavior = end_behavior
928
825
  @metadata = metadata
929
- @phase_effective_at = phase_effective_at
930
826
  @prebilling = prebilling
931
827
  @proration_behavior = proration_behavior
932
828
  @trial_period_days = trial_period_days
@@ -1026,118 +922,18 @@ module Stripe
1026
922
  @bill_until = bill_until
1027
923
  end
1028
924
  end
1029
-
1030
- class BillingSchedule < ::Stripe::RequestParams
1031
- class AppliesTo < ::Stripe::RequestParams
1032
- # The ID of the price object.
1033
- attr_accessor :price
1034
- # Controls which subscription items the billing schedule applies to.
1035
- attr_accessor :type
1036
-
1037
- def initialize(price: nil, type: nil)
1038
- @price = price
1039
- @type = type
1040
- end
1041
- end
1042
-
1043
- class BillFrom < ::Stripe::RequestParams
1044
- class LineStartsAt < ::Stripe::RequestParams
1045
- # The ID of a quote line.
1046
- attr_accessor :id
1047
- # The position of the previous quote line in the `lines` array after which this line should begin. Indexes start from 0 and must be less than the index of the current line in the array.
1048
- attr_accessor :index
1049
-
1050
- def initialize(id: nil, index: nil)
1051
- @id = id
1052
- @index = index
1053
- end
1054
- end
1055
- # Details of a Quote line to start the bill period from.
1056
- attr_accessor :line_starts_at
1057
- # A precise Unix timestamp.
1058
- attr_accessor :timestamp
1059
- # The type of method to specify the `bill_from` time.
1060
- attr_accessor :type
1061
-
1062
- def initialize(line_starts_at: nil, timestamp: nil, type: nil)
1063
- @line_starts_at = line_starts_at
1064
- @timestamp = timestamp
1065
- @type = type
1066
- end
1067
- end
1068
-
1069
- class BillUntil < ::Stripe::RequestParams
1070
- class Duration < ::Stripe::RequestParams
1071
- # Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
1072
- attr_accessor :interval
1073
- # The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
1074
- attr_accessor :interval_count
1075
-
1076
- def initialize(interval: nil, interval_count: nil)
1077
- @interval = interval
1078
- @interval_count = interval_count
1079
- end
1080
- end
1081
-
1082
- class LineEndsAt < ::Stripe::RequestParams
1083
- # The ID of a quote line.
1084
- attr_accessor :id
1085
- # The position of the previous quote line in the `lines` array after which this line should begin. Indexes start from 0 and must be less than the index of the current line in the array.
1086
- attr_accessor :index
1087
-
1088
- def initialize(id: nil, index: nil)
1089
- @id = id
1090
- @index = index
1091
- end
1092
- end
1093
- # Details of the duration over which to bill.
1094
- attr_accessor :duration
1095
- # Details of a Quote line item from which to bill until.
1096
- attr_accessor :line_ends_at
1097
- # A precise Unix timestamp.
1098
- attr_accessor :timestamp
1099
- # The type of method to specify the `bill_until` time.
1100
- attr_accessor :type
1101
-
1102
- def initialize(duration: nil, line_ends_at: nil, timestamp: nil, type: nil)
1103
- @duration = duration
1104
- @line_ends_at = line_ends_at
1105
- @timestamp = timestamp
1106
- @type = type
1107
- end
1108
- end
1109
- # Configure billing schedule differently for individual subscription items.
1110
- attr_accessor :applies_to
1111
- # The start of the period to bill from when the Quote is accepted.
1112
- attr_accessor :bill_from
1113
- # The end of the period to bill until when the Quote is accepted.
1114
- attr_accessor :bill_until
1115
- # Specify a key for the billing schedule. Must be unique to this field, alphanumeric, and up to 200 characters. If not provided, a unique key will be generated.
1116
- attr_accessor :key
1117
-
1118
- def initialize(applies_to: nil, bill_from: nil, bill_until: nil, key: nil)
1119
- @applies_to = applies_to
1120
- @bill_from = bill_from
1121
- @bill_until = bill_until
1122
- @key = key
1123
- end
1124
- end
1125
925
  # Whether the override applies to an existing Subscription Schedule or a new Subscription Schedule.
1126
926
  attr_accessor :applies_to
1127
927
  # Describes the period to bill for upon accepting the quote.
1128
928
  attr_accessor :bill_on_acceptance
1129
929
  # Configures when the subscription schedule generates prorations for phase transitions. Possible values are `prorate_on_next_phase` or `prorate_up_front` with the default being `prorate_on_next_phase`. `prorate_on_next_phase` will apply phase changes and generate prorations at transition time. `prorate_up_front` will bill for all phases within the current billing cycle up front.
1130
930
  attr_accessor :billing_behavior
1131
- # Billing schedules that will be applied to the subscription or subscription schedule created when the quote is accepted.
1132
- attr_accessor :billing_schedules
1133
931
  # The customer the Subscription Data override applies to.
1134
932
  attr_accessor :customer
1135
933
  # The subscription's description, meant to be displayable to the customer. Use this field to optionally store an explanation of the subscription for rendering in Stripe surfaces and certain local payment methods UIs.
1136
934
  attr_accessor :description
1137
935
  # Behavior of the subscription schedule and underlying subscription when it ends.
1138
936
  attr_accessor :end_behavior
1139
- # Configures how the subscription schedule handles billing for phase transitions when the quote is accepted. Possible values are `phase_start` (default) or `billing_period_start`. `phase_start` bills based on the current state of the subscription, ignoring changes scheduled in future phases. `billing_period_start` bills predictively for upcoming phase transitions within the current billing cycle, including pricing changes and service period adjustments that will occur before the next invoice.
1140
- attr_accessor :phase_effective_at
1141
937
  # Determines how to handle [prorations](https://stripe.com/docs/subscriptions/billing-cycle#prorations). When creating a subscription, valid values are `create_prorations` or `none`.
1142
938
  #
1143
939
  # When updating a subscription, valid values are `create_prorations`, `none`, or `always_invoice`.
@@ -1151,21 +947,17 @@ module Stripe
1151
947
  applies_to: nil,
1152
948
  bill_on_acceptance: nil,
1153
949
  billing_behavior: nil,
1154
- billing_schedules: nil,
1155
950
  customer: nil,
1156
951
  description: nil,
1157
952
  end_behavior: nil,
1158
- phase_effective_at: nil,
1159
953
  proration_behavior: nil
1160
954
  )
1161
955
  @applies_to = applies_to
1162
956
  @bill_on_acceptance = bill_on_acceptance
1163
957
  @billing_behavior = billing_behavior
1164
- @billing_schedules = billing_schedules
1165
958
  @customer = customer
1166
959
  @description = description
1167
960
  @end_behavior = end_behavior
1168
- @phase_effective_at = phase_effective_at
1169
961
  @proration_behavior = proration_behavior
1170
962
  end
1171
963
  end
@@ -1227,31 +1227,6 @@ module Stripe
1227
1227
  @us_bank_account = us_bank_account
1228
1228
  end
1229
1229
  end
1230
-
1231
- class SetupDetails < ::Stripe::RequestParams
1232
- class Benefit < ::Stripe::RequestParams
1233
- class FrMealVoucher < ::Stripe::RequestParams
1234
- # The 14-digit SIRET of the meal voucher acceptor.
1235
- attr_accessor :siret
1236
-
1237
- def initialize(siret: nil)
1238
- @siret = siret
1239
- end
1240
- end
1241
- # French meal voucher benefit details for this SetupIntent.
1242
- attr_accessor :fr_meal_voucher
1243
-
1244
- def initialize(fr_meal_voucher: nil)
1245
- @fr_meal_voucher = fr_meal_voucher
1246
- end
1247
- end
1248
- # Benefit details for this SetupIntent
1249
- attr_accessor :benefit
1250
-
1251
- def initialize(benefit: nil)
1252
- @benefit = benefit
1253
- end
1254
- end
1255
1230
  # ID of the ConfirmationToken used to confirm this SetupIntent.
1256
1231
  #
1257
1232
  # If the provided ConfirmationToken contains properties that are also being provided in this request, such as `payment_method`, then the values in this request will take precedence.
@@ -1271,8 +1246,6 @@ module Stripe
1271
1246
  # If you'd prefer to redirect to a mobile application, you can alternatively supply an application URI scheme.
1272
1247
  # This parameter is only used for cards and other redirect-based payment methods.
1273
1248
  attr_accessor :return_url
1274
- # Provides industry-specific information about the SetupIntent.
1275
- attr_accessor :setup_details
1276
1249
  # Set to `true` when confirming server-side and using Stripe.js, iOS, or Android client-side SDKs to handle the next actions.
1277
1250
  attr_accessor :use_stripe_sdk
1278
1251
 
@@ -1284,7 +1257,6 @@ module Stripe
1284
1257
  payment_method_data: nil,
1285
1258
  payment_method_options: nil,
1286
1259
  return_url: nil,
1287
- setup_details: nil,
1288
1260
  use_stripe_sdk: nil
1289
1261
  )
1290
1262
  @confirmation_token = confirmation_token
@@ -1294,7 +1266,6 @@ module Stripe
1294
1266
  @payment_method_data = payment_method_data
1295
1267
  @payment_method_options = payment_method_options
1296
1268
  @return_url = return_url
1297
- @setup_details = setup_details
1298
1269
  @use_stripe_sdk = use_stripe_sdk
1299
1270
  end
1300
1271
  end