stripe 18.3.0 → 18.4.0.pre.alpha.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 (791) hide show
  1. checksums.yaml +4 -4
  2. data/lib/stripe/api_requestor.rb +37 -1
  3. data/lib/stripe/api_version.rb +1 -2
  4. data/lib/stripe/errors.rb +66 -0
  5. data/lib/stripe/event_types.rb +512 -0
  6. data/lib/stripe/events/v2_billing_cadence_billed_event.rb +61 -0
  7. data/lib/stripe/events/v2_billing_cadence_canceled_event.rb +44 -0
  8. data/lib/stripe/events/v2_billing_cadence_created_event.rb +61 -0
  9. data/lib/stripe/events/v2_billing_license_fee_created_event.rb +44 -0
  10. data/lib/stripe/events/v2_billing_license_fee_updated_event.rb +44 -0
  11. data/lib/stripe/events/v2_billing_license_fee_version_created_event.rb +61 -0
  12. data/lib/stripe/events/v2_billing_licensed_item_created_event.rb +44 -0
  13. data/lib/stripe/events/v2_billing_licensed_item_updated_event.rb +44 -0
  14. data/lib/stripe/events/v2_billing_metered_item_created_event.rb +44 -0
  15. data/lib/stripe/events/v2_billing_metered_item_updated_event.rb +44 -0
  16. data/lib/stripe/events/v2_billing_pricing_plan_component_created_event.rb +61 -0
  17. data/lib/stripe/events/v2_billing_pricing_plan_component_updated_event.rb +61 -0
  18. data/lib/stripe/events/v2_billing_pricing_plan_created_event.rb +44 -0
  19. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_awaiting_customer_action_event.rb +44 -0
  20. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_current_event.rb +44 -0
  21. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_past_due_event.rb +44 -0
  22. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_paused_event.rb +44 -0
  23. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_unpaid_event.rb +44 -0
  24. data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_activated_event.rb +44 -0
  25. data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_canceled_event.rb +44 -0
  26. data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_paused_event.rb +44 -0
  27. data/lib/stripe/events/v2_billing_pricing_plan_updated_event.rb +44 -0
  28. data/lib/stripe/events/v2_billing_pricing_plan_version_created_event.rb +61 -0
  29. data/lib/stripe/events/v2_billing_rate_card_created_event.rb +61 -0
  30. data/lib/stripe/events/v2_billing_rate_card_rate_created_event.rb +67 -0
  31. data/lib/stripe/events/v2_billing_rate_card_subscription_activated_event.rb +44 -0
  32. data/lib/stripe/events/v2_billing_rate_card_subscription_canceled_event.rb +44 -0
  33. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_awaiting_customer_action_event.rb +44 -0
  34. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_current_event.rb +44 -0
  35. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_past_due_event.rb +44 -0
  36. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_paused_event.rb +44 -0
  37. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_unpaid_event.rb +44 -0
  38. data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_activated_event.rb +44 -0
  39. data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_canceled_event.rb +44 -0
  40. data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_paused_event.rb +44 -0
  41. data/lib/stripe/events/v2_billing_rate_card_updated_event.rb +44 -0
  42. data/lib/stripe/events/v2_billing_rate_card_version_created_event.rb +61 -0
  43. data/lib/stripe/events/v2_core_account_including_configuration_card_creator_capability_status_updated_event.rb +63 -0
  44. data/lib/stripe/events/v2_core_account_including_configuration_card_creator_updated_event.rb +44 -0
  45. data/lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb +63 -0
  46. data/lib/stripe/events/v2_core_account_including_configuration_storer_updated_event.rb +44 -0
  47. data/lib/stripe/events/v2_core_claimable_sandbox_claimed_event.rb +44 -0
  48. data/lib/stripe/events/v2_core_claimable_sandbox_created_event.rb +44 -0
  49. data/lib/stripe/events/v2_core_claimable_sandbox_expired_event.rb +44 -0
  50. data/lib/stripe/events/v2_core_claimable_sandbox_expiring_event.rb +44 -0
  51. data/lib/stripe/events/v2_core_claimable_sandbox_sandbox_details_owner_account_updated_event.rb +44 -0
  52. data/lib/stripe/events/v2_core_health_api_error_firing_event.rb +86 -0
  53. data/lib/stripe/events/v2_core_health_api_error_resolved_event.rb +86 -0
  54. data/lib/stripe/events/v2_core_health_api_latency_firing_event.rb +84 -0
  55. data/lib/stripe/events/v2_core_health_api_latency_resolved_event.rb +84 -0
  56. data/lib/stripe/events/v2_core_health_authorization_rate_drop_firing_event.rb +80 -0
  57. data/lib/stripe/events/v2_core_health_authorization_rate_drop_resolved_event.rb +80 -0
  58. data/lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb +78 -0
  59. data/lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb +78 -0
  60. data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_firing_event.rb +91 -0
  61. data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_resolved_event.rb +93 -0
  62. data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_firing_event.rb +93 -0
  63. data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_resolved_event.rb +93 -0
  64. data/lib/stripe/events/v2_core_health_payment_method_error_firing_event.rb +82 -0
  65. data/lib/stripe/events/v2_core_health_payment_method_error_resolved_event.rb +82 -0
  66. data/lib/stripe/events/v2_core_health_sepa_debit_delayed_firing_event.rb +58 -0
  67. data/lib/stripe/events/v2_core_health_sepa_debit_delayed_resolved_event.rb +60 -0
  68. data/lib/stripe/events/v2_core_health_traffic_volume_drop_firing_event.rb +62 -0
  69. data/lib/stripe/events/v2_core_health_traffic_volume_drop_resolved_event.rb +62 -0
  70. data/lib/stripe/events/v2_core_health_webhook_latency_firing_event.rb +58 -0
  71. data/lib/stripe/events/v2_core_health_webhook_latency_resolved_event.rb +58 -0
  72. data/lib/stripe/events/v2_iam_api_key_created_event.rb +20 -0
  73. data/lib/stripe/events/v2_iam_api_key_default_secret_revealed_event.rb +20 -0
  74. data/lib/stripe/events/v2_iam_api_key_expired_event.rb +20 -0
  75. data/lib/stripe/events/v2_iam_api_key_permissions_updated_event.rb +20 -0
  76. data/lib/stripe/events/v2_iam_api_key_rotated_event.rb +38 -0
  77. data/lib/stripe/events/v2_iam_api_key_updated_event.rb +20 -0
  78. data/lib/stripe/events/v2_money_management_adjustment_created_event.rb +44 -0
  79. data/lib/stripe/events/v2_money_management_financial_account_created_event.rb +44 -0
  80. data/lib/stripe/events/v2_money_management_financial_account_updated_event.rb +44 -0
  81. data/lib/stripe/events/v2_money_management_financial_address_activated_event.rb +44 -0
  82. data/lib/stripe/events/v2_money_management_financial_address_failed_event.rb +44 -0
  83. data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +61 -0
  84. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb +44 -0
  85. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb +44 -0
  86. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb +44 -0
  87. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb +44 -0
  88. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb +44 -0
  89. data/lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb +44 -0
  90. data/lib/stripe/events/v2_money_management_outbound_payment_created_event.rb +44 -0
  91. data/lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb +44 -0
  92. data/lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb +44 -0
  93. data/lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb +44 -0
  94. data/lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb +44 -0
  95. data/lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb +44 -0
  96. data/lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb +44 -0
  97. data/lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb +44 -0
  98. data/lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb +44 -0
  99. data/lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb +44 -0
  100. data/lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb +44 -0
  101. data/lib/stripe/events/v2_money_management_payout_method_created_event.rb +44 -0
  102. data/lib/stripe/events/v2_money_management_payout_method_updated_event.rb +44 -0
  103. data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +61 -0
  104. data/lib/stripe/events/v2_money_management_received_credit_failed_event.rb +44 -0
  105. data/lib/stripe/events/v2_money_management_received_credit_returned_event.rb +44 -0
  106. data/lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb +44 -0
  107. data/lib/stripe/events/v2_money_management_received_debit_canceled_event.rb +44 -0
  108. data/lib/stripe/events/v2_money_management_received_debit_failed_event.rb +44 -0
  109. data/lib/stripe/events/v2_money_management_received_debit_pending_event.rb +44 -0
  110. data/lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb +44 -0
  111. data/lib/stripe/events/v2_money_management_received_debit_updated_event.rb +44 -0
  112. data/lib/stripe/events/v2_money_management_recipient_verification_created_event.rb +44 -0
  113. data/lib/stripe/events/v2_money_management_recipient_verification_updated_event.rb +44 -0
  114. data/lib/stripe/events/v2_money_management_transaction_created_event.rb +61 -0
  115. data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +44 -0
  116. data/lib/stripe/events/v2_payments_off_session_payment_attempt_failed_event.rb +44 -0
  117. data/lib/stripe/events/v2_payments_off_session_payment_attempt_started_event.rb +46 -0
  118. data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb +46 -0
  119. data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb +48 -0
  120. data/lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb +44 -0
  121. data/lib/stripe/events/v2_payments_off_session_payment_created_event.rb +44 -0
  122. data/lib/stripe/events/v2_payments_off_session_payment_failed_event.rb +44 -0
  123. data/lib/stripe/events/v2_payments_off_session_payment_requires_capture_event.rb +44 -0
  124. data/lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb +44 -0
  125. data/lib/stripe/events/v2_payments_settlement_allocation_intent_canceled_event.rb +44 -0
  126. data/lib/stripe/events/v2_payments_settlement_allocation_intent_created_event.rb +44 -0
  127. data/lib/stripe/events/v2_payments_settlement_allocation_intent_errored_event.rb +65 -0
  128. data/lib/stripe/events/v2_payments_settlement_allocation_intent_funds_not_received_event.rb +44 -0
  129. data/lib/stripe/events/v2_payments_settlement_allocation_intent_matched_event.rb +44 -0
  130. data/lib/stripe/events/v2_payments_settlement_allocation_intent_not_found_event.rb +38 -0
  131. data/lib/stripe/events/v2_payments_settlement_allocation_intent_settled_event.rb +44 -0
  132. data/lib/stripe/events/v2_payments_settlement_allocation_intent_split_canceled_event.rb +61 -0
  133. data/lib/stripe/events/v2_payments_settlement_allocation_intent_split_created_event.rb +61 -0
  134. data/lib/stripe/events/v2_payments_settlement_allocation_intent_split_settled_event.rb +61 -0
  135. data/lib/stripe/events/v2_payments_settlement_allocation_intent_submitted_event.rb +44 -0
  136. data/lib/stripe/events/v2_reporting_report_run_created_event.rb +44 -0
  137. data/lib/stripe/events/v2_reporting_report_run_failed_event.rb +44 -0
  138. data/lib/stripe/events/v2_reporting_report_run_succeeded_event.rb +44 -0
  139. data/lib/stripe/events/v2_reporting_report_run_updated_event.rb +44 -0
  140. data/lib/stripe/object_types.rb +95 -0
  141. data/lib/stripe/params/account_create_params.rb +381 -1
  142. data/lib/stripe/params/account_notice_list_params.rb +25 -0
  143. data/lib/stripe/params/account_notice_retrieve_params.rb +13 -0
  144. data/lib/stripe/params/account_notice_update_params.rb +36 -0
  145. data/lib/stripe/params/account_person_create_params.rb +32 -0
  146. data/lib/stripe/params/account_person_update_params.rb +32 -0
  147. data/lib/stripe/params/account_session_create_params.rb +243 -1
  148. data/lib/stripe/params/account_update_params.rb +343 -0
  149. data/lib/stripe/params/balance_transfer_create_params.rb +66 -0
  150. data/lib/stripe/params/billing/alert_create_params.rb +121 -1
  151. data/lib/stripe/params/billing/alert_list_params.rb +4 -0
  152. data/lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb +69 -0
  153. data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +13 -1
  154. data/lib/stripe/params/billing/credit_grant_create_params.rb +29 -2
  155. data/lib/stripe/params/billing/meter_create_params.rb +4 -0
  156. data/lib/stripe/params/billing/meter_event_summary_list_params.rb +8 -0
  157. data/lib/stripe/params/capital/financing_offer_create_params.rb +37 -0
  158. data/lib/stripe/params/capital/financing_offer_list_params.rb +58 -0
  159. data/lib/stripe/params/capital/financing_offer_mark_delivered_params.rb +15 -0
  160. data/lib/stripe/params/capital/financing_offer_refill_params.rb +37 -0
  161. data/lib/stripe/params/capital/financing_offer_retrieve_params.rb +15 -0
  162. data/lib/stripe/params/capital/financing_summary_retrieve_params.rb +15 -0
  163. data/lib/stripe/params/capital/financing_transaction_list_params.rb +45 -0
  164. data/lib/stripe/params/capital/financing_transaction_retrieve_params.rb +15 -0
  165. data/lib/stripe/params/charge_capture_params.rb +1648 -0
  166. data/lib/stripe/params/charge_update_params.rb +1648 -0
  167. data/lib/stripe/params/checkout/session_create_params.rb +224 -4
  168. data/lib/stripe/params/checkout/session_update_params.rb +156 -1
  169. data/lib/stripe/params/confirmation_token_create_params.rb +77 -0
  170. data/lib/stripe/params/coupon_create_params.rb +47 -1
  171. data/lib/stripe/params/customer_session_create_params.rb +32 -1
  172. data/lib/stripe/params/delegated_checkout/requested_session_confirm_params.rb +138 -0
  173. data/lib/stripe/params/delegated_checkout/requested_session_create_params.rb +205 -0
  174. data/lib/stripe/params/delegated_checkout/requested_session_expire_params.rb +15 -0
  175. data/lib/stripe/params/delegated_checkout/requested_session_retrieve_params.rb +15 -0
  176. data/lib/stripe/params/delegated_checkout/requested_session_update_params.rb +209 -0
  177. data/lib/stripe/params/dispute_update_params.rb +10 -1
  178. data/lib/stripe/params/external_account_create_params.rb +134 -0
  179. data/lib/stripe/params/external_account_delete_params.rb +6 -0
  180. data/lib/stripe/params/external_account_list_params.rb +25 -0
  181. data/lib/stripe/params/external_account_retrieve_params.rb +13 -0
  182. data/lib/stripe/params/external_account_update_params.rb +91 -0
  183. data/lib/stripe/params/financial_connections/account_inferred_balance_list_params.rb +24 -0
  184. data/lib/stripe/params/financial_connections/authorization_retrieve_params.rb +15 -0
  185. data/lib/stripe/params/financial_connections/institution_list_params.rb +24 -0
  186. data/lib/stripe/params/financial_connections/institution_retrieve_params.rb +15 -0
  187. data/lib/stripe/params/financial_connections/session_create_params.rb +46 -1
  188. data/lib/stripe/params/fr_meal_vouchers_onboarding_create_params.rb +25 -0
  189. data/lib/stripe/params/fr_meal_vouchers_onboarding_list_params.rb +22 -0
  190. data/lib/stripe/params/fr_meal_vouchers_onboarding_retrieve_params.rb +13 -0
  191. data/lib/stripe/params/fr_meal_vouchers_onboarding_update_params.rb +16 -0
  192. data/lib/stripe/params/fx_quote_create_params.rb +73 -0
  193. data/lib/stripe/params/fx_quote_list_params.rb +22 -0
  194. data/lib/stripe/params/fx_quote_retrieve_params.rb +13 -0
  195. data/lib/stripe/params/identity/blocklist_entry_create_params.rb +29 -0
  196. data/lib/stripe/params/identity/blocklist_entry_disable_params.rb +15 -0
  197. data/lib/stripe/params/identity/blocklist_entry_list_params.rb +62 -0
  198. data/lib/stripe/params/identity/blocklist_entry_retrieve_params.rb +15 -0
  199. data/lib/stripe/params/identity/verification_report_list_params.rb +4 -0
  200. data/lib/stripe/params/invoice_add_lines_params.rb +48 -1
  201. data/lib/stripe/params/invoice_attach_payment_params.rb +43 -1
  202. data/lib/stripe/params/invoice_create_params.rb +107 -2
  203. data/lib/stripe/params/invoice_create_preview_params.rb +1357 -9
  204. data/lib/stripe/params/invoice_detach_payment_params.rb +16 -0
  205. data/lib/stripe/params/invoice_item_create_params.rb +33 -1
  206. data/lib/stripe/params/invoice_item_update_params.rb +33 -1
  207. data/lib/stripe/params/invoice_line_item_update_params.rb +48 -1
  208. data/lib/stripe/params/invoice_list_params.rb +4 -0
  209. data/lib/stripe/params/invoice_update_lines_params.rb +48 -1
  210. data/lib/stripe/params/invoice_update_params.rb +107 -2
  211. data/lib/stripe/params/issuing/card_list_params.rb +34 -1
  212. data/lib/stripe/params/issuing/cardholder_create_params.rb +2 -1
  213. data/lib/stripe/params/issuing/credit_underwriting_record_correct_params.rb +163 -0
  214. data/lib/stripe/params/issuing/credit_underwriting_record_create_from_application_params.rb +50 -0
  215. data/lib/stripe/params/issuing/credit_underwriting_record_create_from_proactive_review_params.rb +128 -0
  216. data/lib/stripe/params/issuing/credit_underwriting_record_list_params.rb +24 -0
  217. data/lib/stripe/params/issuing/credit_underwriting_record_report_decision_params.rb +86 -0
  218. data/lib/stripe/params/issuing/credit_underwriting_record_retrieve_params.rb +15 -0
  219. data/lib/stripe/params/issuing/dispute_settlement_detail_list_params.rb +33 -0
  220. data/lib/stripe/params/issuing/dispute_settlement_detail_retrieve_params.rb +15 -0
  221. data/lib/stripe/params/issuing/fraud_liability_debit_list_params.rb +44 -0
  222. data/lib/stripe/params/issuing/fraud_liability_debit_retrieve_params.rb +15 -0
  223. data/lib/stripe/params/issuing/program_create_params.rb +21 -0
  224. data/lib/stripe/params/issuing/program_list_params.rb +24 -0
  225. data/lib/stripe/params/issuing/program_retrieve_params.rb +15 -0
  226. data/lib/stripe/params/issuing/program_update_params.rb +21 -0
  227. data/lib/stripe/params/issuing/transaction_list_params.rb +4 -0
  228. data/lib/stripe/params/mandate_list_params.rb +39 -0
  229. data/lib/stripe/params/margin_create_params.rb +25 -0
  230. data/lib/stripe/params/margin_list_params.rb +25 -0
  231. data/lib/stripe/params/margin_retrieve_params.rb +13 -0
  232. data/lib/stripe/params/margin_update_params.rb +22 -0
  233. data/lib/stripe/params/order_create_params.rb +2061 -0
  234. data/lib/stripe/params/order_list_params.rb +25 -0
  235. data/lib/stripe/params/order_retrieve_params.rb +13 -0
  236. data/lib/stripe/params/order_submit_params.rb +16 -0
  237. data/lib/stripe/params/order_update_params.rb +2065 -0
  238. data/lib/stripe/params/payment_intent_capture_params.rb +1627 -1
  239. data/lib/stripe/params/payment_intent_confirm_params.rb +3124 -126
  240. data/lib/stripe/params/payment_intent_create_params.rb +3141 -130
  241. data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +73 -0
  242. data/lib/stripe/params/payment_intent_increment_authorization_params.rb +21 -0
  243. data/lib/stripe/params/payment_intent_trigger_action_params.rb +27 -0
  244. data/lib/stripe/params/payment_intent_update_params.rb +3187 -162
  245. data/lib/stripe/params/payment_link_create_params.rb +15 -0
  246. data/lib/stripe/params/payment_method_check_balance_params.rb +13 -0
  247. data/lib/stripe/params/payment_method_configuration_create_params.rb +105 -0
  248. data/lib/stripe/params/payment_method_configuration_update_params.rb +105 -0
  249. data/lib/stripe/params/payment_method_create_params.rb +77 -0
  250. data/lib/stripe/params/plan_create_params.rb +15 -0
  251. data/lib/stripe/params/price_create_params.rb +15 -0
  252. data/lib/stripe/params/price_update_params.rb +19 -0
  253. data/lib/stripe/params/privacy/redaction_job_cancel_params.rb +15 -0
  254. data/lib/stripe/params/privacy/redaction_job_create_params.rb +67 -0
  255. data/lib/stripe/params/privacy/redaction_job_list_params.rb +27 -0
  256. data/lib/stripe/params/privacy/redaction_job_retrieve_params.rb +15 -0
  257. data/lib/stripe/params/privacy/redaction_job_run_params.rb +15 -0
  258. data/lib/stripe/params/privacy/redaction_job_update_params.rb +18 -0
  259. data/lib/stripe/params/privacy/redaction_job_validate_params.rb +15 -0
  260. data/lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb +24 -0
  261. data/lib/stripe/params/product_catalog/trial_offer_create_params.rb +63 -0
  262. data/lib/stripe/params/product_create_params.rb +16 -0
  263. data/lib/stripe/params/product_update_params.rb +16 -0
  264. data/lib/stripe/params/quote_create_params.rb +1217 -3
  265. data/lib/stripe/params/quote_line_list_params.rb +22 -0
  266. data/lib/stripe/params/quote_list_lines_params.rb +22 -0
  267. data/lib/stripe/params/quote_list_params.rb +4 -0
  268. data/lib/stripe/params/quote_list_preview_invoice_lines_params.rb +22 -0
  269. data/lib/stripe/params/quote_mark_draft_params.rb +13 -0
  270. data/lib/stripe/params/quote_mark_stale_params.rb +16 -0
  271. data/lib/stripe/params/quote_preview_invoice_list_params.rb +22 -0
  272. data/lib/stripe/params/quote_preview_subscription_schedule_list_params.rb +22 -0
  273. data/lib/stripe/params/quote_reestimate_params.rb +13 -0
  274. data/lib/stripe/params/quote_update_params.rb +1225 -4
  275. data/lib/stripe/params/radar/account_evaluation_create_params.rb +81 -0
  276. data/lib/stripe/params/radar/account_evaluation_retrieve_params.rb +15 -0
  277. data/lib/stripe/params/radar/account_evaluation_update_params.rb +41 -0
  278. data/lib/stripe/params/reserve/hold_list_params.rb +53 -0
  279. data/lib/stripe/params/reserve/hold_retrieve_params.rb +15 -0
  280. data/lib/stripe/params/reserve/plan_retrieve_params.rb +15 -0
  281. data/lib/stripe/params/reserve/release_list_params.rb +41 -0
  282. data/lib/stripe/params/reserve/release_retrieve_params.rb +15 -0
  283. data/lib/stripe/params/setup_intent_confirm_params.rb +187 -3
  284. data/lib/stripe/params/setup_intent_create_params.rb +187 -3
  285. data/lib/stripe/params/setup_intent_update_params.rb +188 -4
  286. data/lib/stripe/params/shared_payment/granted_token_create_params.rb +47 -0
  287. data/lib/stripe/params/shared_payment/granted_token_retrieve_params.rb +15 -0
  288. data/lib/stripe/params/shared_payment/granted_token_revoke_params.rb +15 -0
  289. data/lib/stripe/params/subscription_attach_cadence_params.rb +16 -0
  290. data/lib/stripe/params/subscription_create_params.rb +374 -5
  291. data/lib/stripe/params/subscription_item_create_params.rb +114 -2
  292. data/lib/stripe/params/subscription_item_update_params.rb +97 -1
  293. data/lib/stripe/params/subscription_list_params.rb +4 -0
  294. data/lib/stripe/params/subscription_pause_params.rb +33 -0
  295. data/lib/stripe/params/subscription_schedule_amend_params.rb +805 -0
  296. data/lib/stripe/params/subscription_schedule_create_params.rb +335 -5
  297. data/lib/stripe/params/subscription_schedule_update_params.rb +335 -5
  298. data/lib/stripe/params/subscription_update_params.rb +357 -4
  299. data/lib/stripe/params/tax/calculation_create_params.rb +4 -0
  300. data/lib/stripe/params/tax/form_list_params.rb +51 -0
  301. data/lib/stripe/params/tax/form_pdf_params.rb +15 -0
  302. data/lib/stripe/params/tax/form_retrieve_params.rb +15 -0
  303. data/lib/stripe/params/tax/location_create_params.rb +54 -0
  304. data/lib/stripe/params/tax/location_list_params.rb +27 -0
  305. data/lib/stripe/params/tax/location_retrieve_params.rb +15 -0
  306. data/lib/stripe/params/terminal/configuration_create_params.rb +13 -0
  307. data/lib/stripe/params/terminal/configuration_update_params.rb +13 -0
  308. data/lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb +15 -0
  309. data/lib/stripe/params/test_helpers/capital/financing_offer_create_params.rb +39 -0
  310. data/lib/stripe/params/test_helpers/capital/financing_offer_refill_params.rb +39 -0
  311. data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +77 -0
  312. data/lib/stripe/params/test_helpers/shared_payment/granted_token_create_params.rb +49 -0
  313. data/lib/stripe/params/test_helpers/shared_payment/granted_token_revoke_params.rb +17 -0
  314. data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +25 -1
  315. data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +25 -1
  316. data/lib/stripe/params/token_create_params.rb +64 -0
  317. data/lib/stripe/params/transfer_create_params.rb +8 -0
  318. data/lib/stripe/params/treasury/financial_account_create_params.rb +8 -1
  319. data/lib/stripe/params/treasury/financial_account_features_update_params.rb +4 -1
  320. data/lib/stripe/params/treasury/financial_account_update_features_params.rb +4 -1
  321. data/lib/stripe/params/treasury/financial_account_update_params.rb +8 -1
  322. data/lib/stripe/params/treasury/outbound_transfer_create_params.rb +24 -0
  323. data/lib/stripe/params/treasury/received_credit_create_params.rb +25 -1
  324. data/lib/stripe/params/treasury/received_debit_create_params.rb +25 -1
  325. data/lib/stripe/params/v2/billing/bill_setting_create_params.rb +74 -0
  326. data/lib/stripe/params/v2/billing/bill_setting_list_params.rb +21 -0
  327. data/lib/stripe/params/v2/billing/bill_setting_retrieve_params.rb +10 -0
  328. data/lib/stripe/params/v2/billing/bill_setting_update_params.rb +80 -0
  329. data/lib/stripe/params/v2/billing/bill_settings/version_list_params.rb +19 -0
  330. data/lib/stripe/params/v2/billing/bill_settings/version_retrieve_params.rb +12 -0
  331. data/lib/stripe/params/v2/billing/cadence_cancel_params.rb +17 -0
  332. data/lib/stripe/params/v2/billing/cadence_create_params.rb +257 -0
  333. data/lib/stripe/params/v2/billing/cadence_list_params.rb +43 -0
  334. data/lib/stripe/params/v2/billing/cadence_retrieve_params.rb +17 -0
  335. data/lib/stripe/params/v2/billing/cadence_update_params.rb +78 -0
  336. data/lib/stripe/params/v2/billing/collection_setting_create_params.rb +223 -0
  337. data/lib/stripe/params/v2/billing/collection_setting_list_params.rb +21 -0
  338. data/lib/stripe/params/v2/billing/collection_setting_retrieve_params.rb +10 -0
  339. data/lib/stripe/params/v2/billing/collection_setting_update_params.rb +229 -0
  340. data/lib/stripe/params/v2/billing/collection_settings/version_list_params.rb +19 -0
  341. data/lib/stripe/params/v2/billing/collection_settings/version_retrieve_params.rb +12 -0
  342. data/lib/stripe/params/v2/billing/custom_pricing_unit_create_params.rb +26 -0
  343. data/lib/stripe/params/v2/billing/custom_pricing_unit_list_params.rb +24 -0
  344. data/lib/stripe/params/v2/billing/custom_pricing_unit_retrieve_params.rb +10 -0
  345. data/lib/stripe/params/v2/billing/custom_pricing_unit_update_params.rb +26 -0
  346. data/lib/stripe/params/v2/billing/intent_cancel_params.rb +10 -0
  347. data/lib/stripe/params/v2/billing/intent_commit_params.rb +17 -0
  348. data/lib/stripe/params/v2/billing/intent_create_params.rb +425 -0
  349. data/lib/stripe/params/v2/billing/intent_list_params.rb +17 -0
  350. data/lib/stripe/params/v2/billing/intent_release_reservation_params.rb +10 -0
  351. data/lib/stripe/params/v2/billing/intent_reserve_params.rb +10 -0
  352. data/lib/stripe/params/v2/billing/intent_retrieve_params.rb +10 -0
  353. data/lib/stripe/params/v2/billing/intents/action_list_params.rb +19 -0
  354. data/lib/stripe/params/v2/billing/intents/action_retrieve_params.rb +12 -0
  355. data/lib/stripe/params/v2/billing/license_fee_create_params.rb +103 -0
  356. data/lib/stripe/params/v2/billing/license_fee_list_params.rb +24 -0
  357. data/lib/stripe/params/v2/billing/license_fee_retrieve_params.rb +10 -0
  358. data/lib/stripe/params/v2/billing/license_fee_subscription_retrieve_params.rb +10 -0
  359. data/lib/stripe/params/v2/billing/license_fee_update_params.rb +84 -0
  360. data/lib/stripe/params/v2/billing/license_fees/version_list_params.rb +19 -0
  361. data/lib/stripe/params/v2/billing/license_fees/version_retrieve_params.rb +12 -0
  362. data/lib/stripe/params/v2/billing/licensed_item_create_params.rb +48 -0
  363. data/lib/stripe/params/v2/billing/licensed_item_list_params.rb +21 -0
  364. data/lib/stripe/params/v2/billing/licensed_item_retrieve_params.rb +10 -0
  365. data/lib/stripe/params/v2/billing/licensed_item_update_params.rb +48 -0
  366. data/lib/stripe/params/v2/billing/metered_item_create_params.rb +73 -0
  367. data/lib/stripe/params/v2/billing/metered_item_list_params.rb +21 -0
  368. data/lib/stripe/params/v2/billing/metered_item_retrieve_params.rb +10 -0
  369. data/lib/stripe/params/v2/billing/metered_item_update_params.rb +50 -0
  370. data/lib/stripe/params/v2/billing/pricing_plan_create_params.rb +39 -0
  371. data/lib/stripe/params/v2/billing/pricing_plan_list_params.rb +24 -0
  372. data/lib/stripe/params/v2/billing/pricing_plan_retrieve_params.rb +10 -0
  373. data/lib/stripe/params/v2/billing/pricing_plan_subscription_list_params.rb +50 -0
  374. data/lib/stripe/params/v2/billing/pricing_plan_subscription_retrieve_params.rb +10 -0
  375. data/lib/stripe/params/v2/billing/pricing_plan_subscription_update_params.rb +20 -0
  376. data/lib/stripe/params/v2/billing/pricing_plan_subscriptions/component_retrieve_params.rb +12 -0
  377. data/lib/stripe/params/v2/billing/pricing_plan_update_params.rb +39 -0
  378. data/lib/stripe/params/v2/billing/pricing_plans/component_create_params.rb +73 -0
  379. data/lib/stripe/params/v2/billing/pricing_plans/component_delete_params.rb +12 -0
  380. data/lib/stripe/params/v2/billing/pricing_plans/component_list_params.rb +27 -0
  381. data/lib/stripe/params/v2/billing/pricing_plans/component_retrieve_params.rb +12 -0
  382. data/lib/stripe/params/v2/billing/pricing_plans/component_update_params.rb +22 -0
  383. data/lib/stripe/params/v2/billing/pricing_plans/version_list_params.rb +19 -0
  384. data/lib/stripe/params/v2/billing/pricing_plans/version_retrieve_params.rb +12 -0
  385. data/lib/stripe/params/v2/billing/profile_create_params.rb +37 -0
  386. data/lib/stripe/params/v2/billing/profile_list_params.rb +40 -0
  387. data/lib/stripe/params/v2/billing/profile_retrieve_params.rb +10 -0
  388. data/lib/stripe/params/v2/billing/profile_update_params.rb +35 -0
  389. data/lib/stripe/params/v2/billing/rate_card_create_params.rb +49 -0
  390. data/lib/stripe/params/v2/billing/rate_card_list_params.rb +24 -0
  391. data/lib/stripe/params/v2/billing/rate_card_retrieve_params.rb +10 -0
  392. data/lib/stripe/params/v2/billing/rate_card_subscription_cancel_params.rb +10 -0
  393. data/lib/stripe/params/v2/billing/rate_card_subscription_create_params.rb +26 -0
  394. data/lib/stripe/params/v2/billing/rate_card_subscription_list_params.rb +51 -0
  395. data/lib/stripe/params/v2/billing/rate_card_subscription_retrieve_params.rb +10 -0
  396. data/lib/stripe/params/v2/billing/rate_card_subscription_update_params.rb +17 -0
  397. data/lib/stripe/params/v2/billing/rate_card_update_params.rb +38 -0
  398. data/lib/stripe/params/v2/billing/rate_cards/rate_create_params.rb +91 -0
  399. data/lib/stripe/params/v2/billing/rate_cards/rate_delete_params.rb +12 -0
  400. data/lib/stripe/params/v2/billing/rate_cards/rate_list_params.rb +25 -0
  401. data/lib/stripe/params/v2/billing/rate_cards/rate_retrieve_params.rb +12 -0
  402. data/lib/stripe/params/v2/billing/rate_cards/version_list_params.rb +19 -0
  403. data/lib/stripe/params/v2/billing/rate_cards/version_retrieve_params.rb +12 -0
  404. data/lib/stripe/params/v2/billing/service_action_create_params.rb +278 -0
  405. data/lib/stripe/params/v2/billing/service_action_retrieve_params.rb +10 -0
  406. data/lib/stripe/params/v2/billing/service_action_update_params.rb +40 -0
  407. data/lib/stripe/params/v2/core/account_create_params.rb +959 -28
  408. data/lib/stripe/params/v2/core/account_token_create_params.rb +251 -25
  409. data/lib/stripe/params/v2/core/account_update_params.rb +938 -28
  410. data/lib/stripe/params/v2/core/claimable_sandbox_create_params.rb +36 -0
  411. data/lib/stripe/params/v2/core/claimable_sandbox_retrieve_params.rb +10 -0
  412. data/lib/stripe/params/v2/core/event_list_params.rb +4 -1
  413. data/lib/stripe/params/v2/core/event_retrieve_params.rb +8 -1
  414. data/lib/stripe/params/v2/core/vault/gb_bank_account_acknowledge_confirmation_of_payee_params.rb +12 -0
  415. data/lib/stripe/params/v2/core/vault/gb_bank_account_archive_params.rb +12 -0
  416. data/lib/stripe/params/v2/core/vault/gb_bank_account_create_params.rb +50 -0
  417. data/lib/stripe/params/v2/core/vault/gb_bank_account_initiate_confirmation_of_payee_params.rb +22 -0
  418. data/lib/stripe/params/v2/core/vault/gb_bank_account_list_params.rb +19 -0
  419. data/lib/stripe/params/v2/core/vault/gb_bank_account_retrieve_params.rb +12 -0
  420. data/lib/stripe/params/v2/core/vault/us_bank_account_archive_params.rb +12 -0
  421. data/lib/stripe/params/v2/core/vault/us_bank_account_confirm_microdeposits_params.rb +22 -0
  422. data/lib/stripe/params/v2/core/vault/us_bank_account_create_params.rb +33 -0
  423. data/lib/stripe/params/v2/core/vault/us_bank_account_list_params.rb +22 -0
  424. data/lib/stripe/params/v2/core/vault/us_bank_account_retrieve_params.rb +12 -0
  425. data/lib/stripe/params/v2/core/vault/us_bank_account_send_microdeposits_params.rb +12 -0
  426. data/lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb +22 -0
  427. data/lib/stripe/params/v2/iam/api_key_create_params.rb +51 -0
  428. data/lib/stripe/params/v2/iam/api_key_expire_params.rb +10 -0
  429. data/lib/stripe/params/v2/iam/api_key_list_params.rb +20 -0
  430. data/lib/stripe/params/v2/iam/api_key_retrieve_params.rb +10 -0
  431. data/lib/stripe/params/v2/iam/api_key_rotate_params.rb +46 -0
  432. data/lib/stripe/params/v2/iam/api_key_update_params.rb +20 -0
  433. data/lib/stripe/params/v2/money_management/adjustment_list_params.rb +48 -0
  434. data/lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb +10 -0
  435. data/lib/stripe/params/v2/money_management/currency_conversion_create_params.rb +68 -0
  436. data/lib/stripe/params/v2/money_management/currency_conversion_list_params.rb +20 -0
  437. data/lib/stripe/params/v2/money_management/currency_conversion_retrieve_params.rb +10 -0
  438. data/lib/stripe/params/v2/money_management/financial_account_close_params.rb +28 -0
  439. data/lib/stripe/params/v2/money_management/financial_account_create_params.rb +34 -0
  440. data/lib/stripe/params/v2/money_management/financial_account_list_params.rb +23 -0
  441. data/lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb +10 -0
  442. data/lib/stripe/params/v2/money_management/financial_account_update_params.rb +20 -0
  443. data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +31 -0
  444. data/lib/stripe/params/v2/money_management/financial_address_list_params.rb +23 -0
  445. data/lib/stripe/params/v2/money_management/financial_address_retrieve_params.rb +17 -0
  446. data/lib/stripe/params/v2/money_management/inbound_transfer_create_params.rb +62 -0
  447. data/lib/stripe/params/v2/money_management/inbound_transfer_list_params.rb +44 -0
  448. data/lib/stripe/params/v2/money_management/inbound_transfer_retrieve_params.rb +10 -0
  449. data/lib/stripe/params/v2/money_management/outbound_payment_cancel_params.rb +10 -0
  450. data/lib/stripe/params/v2/money_management/outbound_payment_create_params.rb +134 -0
  451. data/lib/stripe/params/v2/money_management/outbound_payment_list_params.rb +52 -0
  452. data/lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb +82 -0
  453. data/lib/stripe/params/v2/money_management/outbound_payment_quote_retrieve_params.rb +10 -0
  454. data/lib/stripe/params/v2/money_management/outbound_payment_retrieve_params.rb +10 -0
  455. data/lib/stripe/params/v2/money_management/outbound_setup_intent_cancel_params.rb +10 -0
  456. data/lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb +103 -0
  457. data/lib/stripe/params/v2/money_management/outbound_setup_intent_list_params.rb +17 -0
  458. data/lib/stripe/params/v2/money_management/outbound_setup_intent_retrieve_params.rb +10 -0
  459. data/lib/stripe/params/v2/money_management/outbound_setup_intent_update_params.rb +80 -0
  460. data/lib/stripe/params/v2/money_management/outbound_transfer_cancel_params.rb +10 -0
  461. data/lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb +93 -0
  462. data/lib/stripe/params/v2/money_management/outbound_transfer_list_params.rb +48 -0
  463. data/lib/stripe/params/v2/money_management/outbound_transfer_retrieve_params.rb +10 -0
  464. data/lib/stripe/params/v2/money_management/payout_method_archive_params.rb +10 -0
  465. data/lib/stripe/params/v2/money_management/payout_method_list_params.rb +31 -0
  466. data/lib/stripe/params/v2/money_management/payout_method_retrieve_params.rb +10 -0
  467. data/lib/stripe/params/v2/money_management/payout_method_unarchive_params.rb +10 -0
  468. data/lib/stripe/params/v2/money_management/payout_methods_bank_account_spec_retrieve_params.rb +17 -0
  469. data/lib/stripe/params/v2/money_management/received_credit_list_params.rb +44 -0
  470. data/lib/stripe/params/v2/money_management/received_credit_retrieve_params.rb +10 -0
  471. data/lib/stripe/params/v2/money_management/received_debit_list_params.rb +17 -0
  472. data/lib/stripe/params/v2/money_management/received_debit_retrieve_params.rb +10 -0
  473. data/lib/stripe/params/v2/money_management/recipient_verification_acknowledge_params.rb +10 -0
  474. data/lib/stripe/params/v2/money_management/recipient_verification_create_params.rb +20 -0
  475. data/lib/stripe/params/v2/money_management/recipient_verification_retrieve_params.rb +10 -0
  476. data/lib/stripe/params/v2/money_management/transaction_entry_list_params.rb +43 -0
  477. data/lib/stripe/params/v2/money_management/transaction_entry_retrieve_params.rb +10 -0
  478. data/lib/stripe/params/v2/money_management/transaction_list_params.rb +47 -0
  479. data/lib/stripe/params/v2/money_management/transaction_retrieve_params.rb +10 -0
  480. data/lib/stripe/params/v2/payments/off_session_payment_cancel_params.rb +10 -0
  481. data/lib/stripe/params/v2/payments/off_session_payment_capture_params.rb +57 -0
  482. data/lib/stripe/params/v2/payments/off_session_payment_create_params.rb +161 -0
  483. data/lib/stripe/params/v2/payments/off_session_payment_list_params.rb +17 -0
  484. data/lib/stripe/params/v2/payments/off_session_payment_retrieve_params.rb +10 -0
  485. data/lib/stripe/params/v2/payments/settlement_allocation_intent_cancel_params.rb +10 -0
  486. data/lib/stripe/params/v2/payments/settlement_allocation_intent_create_params.rb +46 -0
  487. data/lib/stripe/params/v2/payments/settlement_allocation_intent_retrieve_params.rb +10 -0
  488. data/lib/stripe/params/v2/payments/settlement_allocation_intent_submit_params.rb +10 -0
  489. data/lib/stripe/params/v2/payments/settlement_allocation_intent_update_params.rb +31 -0
  490. data/lib/stripe/params/v2/payments/settlement_allocation_intents/split_cancel_params.rb +12 -0
  491. data/lib/stripe/params/v2/payments/settlement_allocation_intents/split_create_params.rb +39 -0
  492. data/lib/stripe/params/v2/payments/settlement_allocation_intents/split_retrieve_params.rb +12 -0
  493. data/lib/stripe/params/v2/reporting/report_retrieve_params.rb +10 -0
  494. data/lib/stripe/params/v2/reporting/report_run_create_params.rb +33 -0
  495. data/lib/stripe/params/v2/reporting/report_run_retrieve_params.rb +10 -0
  496. data/lib/stripe/params/v2/tax/manual_rule_create_params.rb +94 -0
  497. data/lib/stripe/params/v2/tax/manual_rule_deactivate_params.rb +10 -0
  498. data/lib/stripe/params/v2/tax/manual_rule_list_params.rb +17 -0
  499. data/lib/stripe/params/v2/tax/manual_rule_retrieve_params.rb +10 -0
  500. data/lib/stripe/params/v2/tax/manual_rule_update_params.rb +94 -0
  501. data/lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb +34 -0
  502. data/lib/stripe/params/v2/test_helpers/financial_address_generate_microdeposits_params.rb +10 -0
  503. data/lib/stripe/params/v2/test_helpers/money_management_recipient_verifications_params.rb +24 -0
  504. data/lib/stripe/params.rb +282 -0
  505. data/lib/stripe/resources/account.rb +227 -1
  506. data/lib/stripe/resources/account_notice.rb +94 -0
  507. data/lib/stripe/resources/account_session.rb +135 -0
  508. data/lib/stripe/resources/application_fee.rb +2 -0
  509. data/lib/stripe/resources/balance.rb +83 -0
  510. data/lib/stripe/resources/balance_transfer.rb +139 -0
  511. data/lib/stripe/resources/billing/alert.rb +105 -1
  512. data/lib/stripe/resources/billing/alert_triggered.rb +6 -0
  513. data/lib/stripe/resources/billing/analytics/meter_usage.rb +33 -0
  514. data/lib/stripe/resources/billing/analytics/meter_usage_row.rb +40 -0
  515. data/lib/stripe/resources/billing/credit_balance_summary.rb +84 -2
  516. data/lib/stripe/resources/billing/credit_balance_transaction.rb +84 -2
  517. data/lib/stripe/resources/billing/credit_grant.rb +58 -2
  518. data/lib/stripe/resources/billing/meter.rb +2 -0
  519. data/lib/stripe/resources/billing/meter_event_summary.rb +2 -0
  520. data/lib/stripe/resources/capital/financing_offer.rb +183 -0
  521. data/lib/stripe/resources/capital/financing_summary.rb +82 -0
  522. data/lib/stripe/resources/capital/financing_transaction.rb +99 -0
  523. data/lib/stripe/resources/card.rb +20 -1
  524. data/lib/stripe/resources/charge.rb +233 -1
  525. data/lib/stripe/resources/checkout/session.rb +196 -4
  526. data/lib/stripe/resources/confirmation_token.rb +151 -0
  527. data/lib/stripe/resources/coupon.rb +60 -1
  528. data/lib/stripe/resources/credit_note_line_item.rb +18 -0
  529. data/lib/stripe/resources/customer_session.rb +36 -0
  530. data/lib/stripe/resources/delegated_checkout/requested_session.rb +509 -0
  531. data/lib/stripe/resources/discount.rb +20 -1
  532. data/lib/stripe/resources/dispute.rb +22 -0
  533. data/lib/stripe/resources/event.rb +64 -1
  534. data/lib/stripe/resources/financial_connections/account.rb +57 -0
  535. data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +35 -0
  536. data/lib/stripe/resources/financial_connections/authorization.rb +82 -0
  537. data/lib/stripe/resources/financial_connections/institution.rb +127 -0
  538. data/lib/stripe/resources/financial_connections/session.rb +103 -1
  539. data/lib/stripe/resources/fr_meal_vouchers_onboarding.rb +143 -0
  540. data/lib/stripe/resources/fx_quote.rb +147 -0
  541. data/lib/stripe/resources/identity/blocklist_entry.rb +116 -0
  542. data/lib/stripe/resources/identity/verification_report.rb +4 -0
  543. data/lib/stripe/resources/invoice.rb +188 -1
  544. data/lib/stripe/resources/invoice_item.rb +108 -2
  545. data/lib/stripe/resources/invoice_line_item.rb +147 -1
  546. data/lib/stripe/resources/issuing/card.rb +4 -0
  547. data/lib/stripe/resources/issuing/credit_underwriting_record.rb +263 -0
  548. data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +71 -0
  549. data/lib/stripe/resources/issuing/fraud_liability_debit.rb +51 -0
  550. data/lib/stripe/resources/issuing/program.rb +69 -0
  551. data/lib/stripe/resources/issuing/settlement.rb +61 -0
  552. data/lib/stripe/resources/issuing/transaction.rb +2 -0
  553. data/lib/stripe/resources/line_item.rb +42 -0
  554. data/lib/stripe/resources/mandate.rb +43 -0
  555. data/lib/stripe/resources/margin.rb +64 -0
  556. data/lib/stripe/resources/order.rb +927 -0
  557. data/lib/stripe/resources/payment_attempt_record.rb +181 -1
  558. data/lib/stripe/resources/payment_intent.rb +1625 -9
  559. data/lib/stripe/resources/payment_method.rb +173 -0
  560. data/lib/stripe/resources/payment_method_balance.rb +68 -0
  561. data/lib/stripe/resources/payment_method_configuration.rb +170 -0
  562. data/lib/stripe/resources/payment_record.rb +181 -1
  563. data/lib/stripe/resources/person.rb +36 -0
  564. data/lib/stripe/resources/plan.rb +2 -0
  565. data/lib/stripe/resources/price.rb +22 -0
  566. data/lib/stripe/resources/privacy/redaction_job.rb +187 -0
  567. data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +49 -0
  568. data/lib/stripe/resources/product_catalog/trial_offer.rb +103 -0
  569. data/lib/stripe/resources/quote.rb +806 -2
  570. data/lib/stripe/resources/quote_line.rb +527 -0
  571. data/lib/stripe/resources/quote_preview_invoice.rb +1200 -0
  572. data/lib/stripe/resources/quote_preview_subscription_schedule.rb +826 -0
  573. data/lib/stripe/resources/radar/account_evaluation.rb +145 -0
  574. data/lib/stripe/resources/refund.rb +18 -0
  575. data/lib/stripe/resources/reserve/hold.rb +74 -0
  576. data/lib/stripe/resources/reserve/plan.rb +78 -0
  577. data/lib/stripe/resources/reserve/release.rb +77 -0
  578. data/lib/stripe/resources/setup_attempt.rb +48 -0
  579. data/lib/stripe/resources/setup_intent.rb +128 -1
  580. data/lib/stripe/resources/shared_payment/granted_token.rb +126 -0
  581. data/lib/stripe/resources/source.rb +38 -0
  582. data/lib/stripe/resources/subscription.rb +269 -0
  583. data/lib/stripe/resources/subscription_item.rb +43 -1
  584. data/lib/stripe/resources/subscription_schedule.rb +290 -3
  585. data/lib/stripe/resources/tax/calculation_line_item.rb +2 -0
  586. data/lib/stripe/resources/tax/form.rb +264 -0
  587. data/lib/stripe/resources/tax/location.rb +72 -0
  588. data/lib/stripe/resources/tax/registration.rb +128 -0
  589. data/lib/stripe/resources/tax_code.rb +15 -1
  590. data/lib/stripe/resources/terminal/configuration.rb +16 -0
  591. data/lib/stripe/resources/terminal/reader.rb +8 -0
  592. data/lib/stripe/resources/terminal/reader_collected_data.rb +47 -0
  593. data/lib/stripe/resources/transfer.rb +6 -0
  594. data/lib/stripe/resources/transit_balance.rb +45 -0
  595. data/lib/stripe/resources/treasury/financial_account.rb +2 -0
  596. data/lib/stripe/resources/treasury/financial_account_features.rb +2 -0
  597. data/lib/stripe/resources/treasury/outbound_transfer.rb +30 -0
  598. data/lib/stripe/resources/treasury/received_credit.rb +30 -0
  599. data/lib/stripe/resources/treasury/received_debit.rb +32 -0
  600. data/lib/stripe/resources/v2/billing/bill_setting.rb +102 -0
  601. data/lib/stripe/resources/v2/billing/bill_setting_version.rb +90 -0
  602. data/lib/stripe/resources/v2/billing/cadence.rb +655 -0
  603. data/lib/stripe/resources/v2/billing/collection_setting.rb +274 -0
  604. data/lib/stripe/resources/v2/billing/collection_setting_version.rb +262 -0
  605. data/lib/stripe/resources/v2/billing/custom_pricing_unit.rb +43 -0
  606. data/lib/stripe/resources/v2/billing/intent.rb +86 -0
  607. data/lib/stripe/resources/v2/billing/intent_action.rb +483 -0
  608. data/lib/stripe/resources/v2/billing/license_fee.rb +104 -0
  609. data/lib/stripe/resources/v2/billing/license_fee_subscription.rb +44 -0
  610. data/lib/stripe/resources/v2/billing/license_fee_version.rb +80 -0
  611. data/lib/stripe/resources/v2/billing/licensed_item.rb +60 -0
  612. data/lib/stripe/resources/v2/billing/metered_item.rb +85 -0
  613. data/lib/stripe/resources/v2/billing/pricing_plan.rb +51 -0
  614. data/lib/stripe/resources/v2/billing/pricing_plan_component.rb +94 -0
  615. data/lib/stripe/resources/v2/billing/pricing_plan_subscription.rb +94 -0
  616. data/lib/stripe/resources/v2/billing/pricing_plan_subscription_components.rb +49 -0
  617. data/lib/stripe/resources/v2/billing/pricing_plan_version.rb +38 -0
  618. data/lib/stripe/resources/v2/billing/profile.rb +46 -0
  619. data/lib/stripe/resources/v2/billing/rate_card.rb +61 -0
  620. data/lib/stripe/resources/v2/billing/rate_card_rate.rb +110 -0
  621. data/lib/stripe/resources/v2/billing/rate_card_subscription.rb +94 -0
  622. data/lib/stripe/resources/v2/billing/rate_card_version.rb +34 -0
  623. data/lib/stripe/resources/v2/billing/service_action.rb +274 -0
  624. data/lib/stripe/resources/v2/core/account.rb +1688 -80
  625. data/lib/stripe/resources/v2/core/claimable_sandbox.rb +105 -0
  626. data/lib/stripe/resources/v2/core/event.rb +50 -1
  627. data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +134 -0
  628. data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +103 -0
  629. data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +28 -0
  630. data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +44 -0
  631. data/lib/stripe/resources/v2/iam/api_key.rb +129 -0
  632. data/lib/stripe/resources/v2/money_management/adjustment.rb +82 -0
  633. data/lib/stripe/resources/v2/money_management/currency_conversion.rb +94 -0
  634. data/lib/stripe/resources/v2/money_management/financial_account.rb +223 -0
  635. data/lib/stripe/resources/v2/money_management/financial_address.rb +132 -0
  636. data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +197 -0
  637. data/lib/stripe/resources/v2/money_management/outbound_payment.rb +347 -0
  638. data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +204 -0
  639. data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +69 -0
  640. data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +242 -0
  641. data/lib/stripe/resources/v2/money_management/payout_method.rb +157 -0
  642. data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +81 -0
  643. data/lib/stripe/resources/v2/money_management/received_credit.rb +280 -0
  644. data/lib/stripe/resources/v2/money_management/received_debit.rb +208 -0
  645. data/lib/stripe/resources/v2/money_management/recipient_verification.rb +83 -0
  646. data/lib/stripe/resources/v2/money_management/transaction.rb +180 -0
  647. data/lib/stripe/resources/v2/money_management/transaction_entry.rb +153 -0
  648. data/lib/stripe/resources/v2/payments/off_session_payment.rb +186 -0
  649. data/lib/stripe/resources/v2/payments/settlement_allocation_intent.rb +92 -0
  650. data/lib/stripe/resources/v2/payments/settlement_allocation_intent_split.rb +78 -0
  651. data/lib/stripe/resources/v2/reporting/report.rb +116 -0
  652. data/lib/stripe/resources/v2/reporting/report_run.rb +128 -0
  653. data/lib/stripe/resources/v2/tax/manual_rule.rb +115 -0
  654. data/lib/stripe/resources.rb +223 -0
  655. data/lib/stripe/services/account_notice_service.rb +39 -0
  656. data/lib/stripe/services/balance_transfer_service.rb +17 -0
  657. data/lib/stripe/services/billing/analytics/meter_usage_service.rb +21 -0
  658. data/lib/stripe/services/billing/analytics_service.rb +15 -0
  659. data/lib/stripe/services/billing_service.rb +2 -1
  660. data/lib/stripe/services/capital/financing_offer_service.rb +42 -0
  661. data/lib/stripe/services/capital/financing_summary_service.rb +19 -0
  662. data/lib/stripe/services/capital/financing_transaction_service.rb +31 -0
  663. data/lib/stripe/services/capital_service.rb +15 -0
  664. data/lib/stripe/services/delegated_checkout/requested_session_service.rb +63 -0
  665. data/lib/stripe/services/delegated_checkout_service.rb +13 -0
  666. data/lib/stripe/services/external_account_service.rb +68 -0
  667. data/lib/stripe/services/financial_connections/account_inferred_balance_service.rb +19 -0
  668. data/lib/stripe/services/financial_connections/account_service.rb +3 -1
  669. data/lib/stripe/services/financial_connections/authorization_service.rb +19 -0
  670. data/lib/stripe/services/financial_connections/institution_service.rb +30 -0
  671. data/lib/stripe/services/financial_connections_service.rb +3 -1
  672. data/lib/stripe/services/fr_meal_vouchers_onboarding_service.rb +50 -0
  673. data/lib/stripe/services/fx_quote_service.rb +27 -0
  674. data/lib/stripe/services/identity/blocklist_entry_service.rb +71 -0
  675. data/lib/stripe/services/identity_service.rb +2 -1
  676. data/lib/stripe/services/invoice_service.rb +11 -0
  677. data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +74 -0
  678. data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +30 -0
  679. data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +30 -0
  680. data/lib/stripe/services/issuing/program_service.rb +52 -0
  681. data/lib/stripe/services/issuing_service.rb +6 -1
  682. data/lib/stripe/services/mandate_service.rb +5 -0
  683. data/lib/stripe/services/margin_service.rb +50 -0
  684. data/lib/stripe/services/order_service.rb +49 -0
  685. data/lib/stripe/services/payment_intent_service.rb +37 -0
  686. data/lib/stripe/services/payment_method_service.rb +11 -0
  687. data/lib/stripe/services/privacy/redaction_job_service.rb +104 -0
  688. data/lib/stripe/services/privacy/redaction_job_validation_error_service.rb +19 -0
  689. data/lib/stripe/services/privacy_service.rb +13 -0
  690. data/lib/stripe/services/product_catalog/trial_offer_service.rb +19 -0
  691. data/lib/stripe/services/product_catalog_service.rb +13 -0
  692. data/lib/stripe/services/quote_line_service.rb +17 -0
  693. data/lib/stripe/services/quote_preview_invoice_service.rb +17 -0
  694. data/lib/stripe/services/quote_preview_subscription_schedule_service.rb +17 -0
  695. data/lib/stripe/services/quote_service.rb +49 -1
  696. data/lib/stripe/services/radar/account_evaluation_service.rb +41 -0
  697. data/lib/stripe/services/radar_service.rb +2 -1
  698. data/lib/stripe/services/reserve/hold_service.rb +30 -0
  699. data/lib/stripe/services/reserve/plan_service.rb +19 -0
  700. data/lib/stripe/services/reserve/release_service.rb +30 -0
  701. data/lib/stripe/services/reserve_service.rb +15 -0
  702. data/lib/stripe/services/shared_payment/granted_token_service.rb +19 -0
  703. data/lib/stripe/services/shared_payment_service.rb +13 -0
  704. data/lib/stripe/services/subscription_schedule_service.rb +11 -0
  705. data/lib/stripe/services/subscription_service.rb +22 -0
  706. data/lib/stripe/services/tax/form_service.rb +37 -0
  707. data/lib/stripe/services/tax/location_service.rb +45 -0
  708. data/lib/stripe/services/tax_service.rb +3 -1
  709. data/lib/stripe/services/terminal/reader_collected_data_service.rb +19 -0
  710. data/lib/stripe/services/terminal_service.rb +2 -1
  711. data/lib/stripe/services/test_helpers/capital/financing_offer_service.rb +32 -0
  712. data/lib/stripe/services/test_helpers/capital_service.rb +15 -0
  713. data/lib/stripe/services/test_helpers/shared_payment/granted_token_service.rb +32 -0
  714. data/lib/stripe/services/test_helpers/shared_payment_service.rb +15 -0
  715. data/lib/stripe/services/test_helpers_service.rb +3 -1
  716. data/lib/stripe/services/v1_services.rb +14 -1
  717. data/lib/stripe/services/v2/billing/bill_setting_service.rb +61 -0
  718. data/lib/stripe/services/v2/billing/bill_settings/version_service.rb +34 -0
  719. data/lib/stripe/services/v2/billing/cadence_service.rb +65 -0
  720. data/lib/stripe/services/v2/billing/collection_setting_service.rb +61 -0
  721. data/lib/stripe/services/v2/billing/collection_settings/version_service.rb +34 -0
  722. data/lib/stripe/services/v2/billing/custom_pricing_unit_service.rb +54 -0
  723. data/lib/stripe/services/v2/billing/intent_service.rb +94 -0
  724. data/lib/stripe/services/v2/billing/intents/action_service.rb +34 -0
  725. data/lib/stripe/services/v2/billing/license_fee_service.rb +61 -0
  726. data/lib/stripe/services/v2/billing/license_fee_subscription_service.rb +21 -0
  727. data/lib/stripe/services/v2/billing/license_fees/version_service.rb +34 -0
  728. data/lib/stripe/services/v2/billing/licensed_item_service.rb +54 -0
  729. data/lib/stripe/services/v2/billing/metered_item_service.rb +54 -0
  730. data/lib/stripe/services/v2/billing/pricing_plan_service.rb +62 -0
  731. data/lib/stripe/services/v2/billing/pricing_plan_subscription_service.rb +51 -0
  732. data/lib/stripe/services/v2/billing/pricing_plan_subscriptions/component_service.rb +23 -0
  733. data/lib/stripe/services/v2/billing/pricing_plans/component_service.rb +67 -0
  734. data/lib/stripe/services/v2/billing/pricing_plans/version_service.rb +34 -0
  735. data/lib/stripe/services/v2/billing/profile_service.rb +54 -0
  736. data/lib/stripe/services/v2/billing/rate_card_service.rb +62 -0
  737. data/lib/stripe/services/v2/billing/rate_card_subscription_service.rb +65 -0
  738. data/lib/stripe/services/v2/billing/rate_cards/rate_service.rb +57 -0
  739. data/lib/stripe/services/v2/billing/rate_cards/version_service.rb +34 -0
  740. data/lib/stripe/services/v2/billing/service_action_service.rb +43 -0
  741. data/lib/stripe/services/v2/billing_service.rb +18 -1
  742. data/lib/stripe/services/v2/core/account_link_service.rb +2 -0
  743. data/lib/stripe/services/v2/core/account_service.rb +10 -0
  744. data/lib/stripe/services/v2/core/account_token_service.rb +4 -0
  745. data/lib/stripe/services/v2/core/accounts/person_service.rb +10 -0
  746. data/lib/stripe/services/v2/core/accounts/person_token_service.rb +4 -0
  747. data/lib/stripe/services/v2/core/claimable_sandbox_service.rb +35 -0
  748. data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +85 -0
  749. data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +101 -0
  750. data/lib/stripe/services/v2/core/vault_service.rb +18 -0
  751. data/lib/stripe/services/v2/core_service.rb +3 -1
  752. data/lib/stripe/services/v2/iam/api_key_service.rb +76 -0
  753. data/lib/stripe/services/v2/iam_service.rb +15 -0
  754. data/lib/stripe/services/v2/money_management/adjustment_service.rb +32 -0
  755. data/lib/stripe/services/v2/money_management/currency_conversion_service.rb +45 -0
  756. data/lib/stripe/services/v2/money_management/financial_account_service.rb +70 -0
  757. data/lib/stripe/services/v2/money_management/financial_address_service.rb +46 -0
  758. data/lib/stripe/services/v2/money_management/inbound_transfer_service.rb +45 -0
  759. data/lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb +34 -0
  760. data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +62 -0
  761. data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +75 -0
  762. data/lib/stripe/services/v2/money_management/outbound_transfer_service.rb +60 -0
  763. data/lib/stripe/services/v2/money_management/payout_method_service.rb +65 -0
  764. data/lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb +23 -0
  765. data/lib/stripe/services/v2/money_management/received_credit_service.rb +32 -0
  766. data/lib/stripe/services/v2/money_management/received_debit_service.rb +32 -0
  767. data/lib/stripe/services/v2/money_management/recipient_verification_service.rb +43 -0
  768. data/lib/stripe/services/v2/money_management/transaction_entry_service.rb +32 -0
  769. data/lib/stripe/services/v2/money_management/transaction_service.rb +32 -0
  770. data/lib/stripe/services/v2/money_management_service.rb +35 -0
  771. data/lib/stripe/services/v2/payment_service.rb +17 -0
  772. data/lib/stripe/services/v2/payments/off_session_payment_service.rb +65 -0
  773. data/lib/stripe/services/v2/payments/settlement_allocation_intent_service.rb +72 -0
  774. data/lib/stripe/services/v2/payments/settlement_allocation_intents/split_service.rb +45 -0
  775. data/lib/stripe/services/v2/reporting/report_run_service.rb +38 -0
  776. data/lib/stripe/services/v2/reporting/report_service.rb +23 -0
  777. data/lib/stripe/services/v2/reporting_service.rb +16 -0
  778. data/lib/stripe/services/v2/tax/manual_rule_service.rb +65 -0
  779. data/lib/stripe/services/v2/tax_service.rb +15 -0
  780. data/lib/stripe/services/v2/test_helper_service.rb +16 -0
  781. data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +36 -0
  782. data/lib/stripe/services/v2/test_helpers/money_management_service.rb +21 -0
  783. data/lib/stripe/services/v2_services.rb +7 -1
  784. data/lib/stripe/services.rb +104 -0
  785. data/lib/stripe/stripe_configuration.rb +3 -1
  786. data/lib/stripe/stripe_object.rb +1 -1
  787. data/lib/stripe/util.rb +16 -4
  788. data/lib/stripe/version.rb +1 -1
  789. data/lib/stripe.rb +53 -0
  790. data/rbi/stripe.rbi +147289 -62508
  791. metadata +612 -3
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stripe
3
3
  version: !ruby/object:Gem::Version
4
- version: 18.3.0
4
+ version: 18.4.0.pre.alpha.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stripe
@@ -40,14 +40,55 @@ files:
40
40
  - lib/stripe/events/unknown_event_notification.rb
41
41
  - lib/stripe/events/v1_billing_meter_error_report_triggered_event.rb
42
42
  - lib/stripe/events/v1_billing_meter_no_meter_found_event.rb
43
+ - lib/stripe/events/v2_billing_cadence_billed_event.rb
44
+ - lib/stripe/events/v2_billing_cadence_canceled_event.rb
45
+ - lib/stripe/events/v2_billing_cadence_created_event.rb
46
+ - lib/stripe/events/v2_billing_license_fee_created_event.rb
47
+ - lib/stripe/events/v2_billing_license_fee_updated_event.rb
48
+ - lib/stripe/events/v2_billing_license_fee_version_created_event.rb
49
+ - lib/stripe/events/v2_billing_licensed_item_created_event.rb
50
+ - lib/stripe/events/v2_billing_licensed_item_updated_event.rb
51
+ - lib/stripe/events/v2_billing_metered_item_created_event.rb
52
+ - lib/stripe/events/v2_billing_metered_item_updated_event.rb
53
+ - lib/stripe/events/v2_billing_pricing_plan_component_created_event.rb
54
+ - lib/stripe/events/v2_billing_pricing_plan_component_updated_event.rb
55
+ - lib/stripe/events/v2_billing_pricing_plan_created_event.rb
56
+ - lib/stripe/events/v2_billing_pricing_plan_subscription_collection_awaiting_customer_action_event.rb
57
+ - lib/stripe/events/v2_billing_pricing_plan_subscription_collection_current_event.rb
58
+ - lib/stripe/events/v2_billing_pricing_plan_subscription_collection_past_due_event.rb
59
+ - lib/stripe/events/v2_billing_pricing_plan_subscription_collection_paused_event.rb
60
+ - lib/stripe/events/v2_billing_pricing_plan_subscription_collection_unpaid_event.rb
61
+ - lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_activated_event.rb
62
+ - lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_canceled_event.rb
63
+ - lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_paused_event.rb
64
+ - lib/stripe/events/v2_billing_pricing_plan_updated_event.rb
65
+ - lib/stripe/events/v2_billing_pricing_plan_version_created_event.rb
66
+ - lib/stripe/events/v2_billing_rate_card_created_event.rb
67
+ - lib/stripe/events/v2_billing_rate_card_rate_created_event.rb
68
+ - lib/stripe/events/v2_billing_rate_card_subscription_activated_event.rb
69
+ - lib/stripe/events/v2_billing_rate_card_subscription_canceled_event.rb
70
+ - lib/stripe/events/v2_billing_rate_card_subscription_collection_awaiting_customer_action_event.rb
71
+ - lib/stripe/events/v2_billing_rate_card_subscription_collection_current_event.rb
72
+ - lib/stripe/events/v2_billing_rate_card_subscription_collection_past_due_event.rb
73
+ - lib/stripe/events/v2_billing_rate_card_subscription_collection_paused_event.rb
74
+ - lib/stripe/events/v2_billing_rate_card_subscription_collection_unpaid_event.rb
75
+ - lib/stripe/events/v2_billing_rate_card_subscription_servicing_activated_event.rb
76
+ - lib/stripe/events/v2_billing_rate_card_subscription_servicing_canceled_event.rb
77
+ - lib/stripe/events/v2_billing_rate_card_subscription_servicing_paused_event.rb
78
+ - lib/stripe/events/v2_billing_rate_card_updated_event.rb
79
+ - lib/stripe/events/v2_billing_rate_card_version_created_event.rb
43
80
  - lib/stripe/events/v2_core_account_closed_event.rb
44
81
  - lib/stripe/events/v2_core_account_created_event.rb
82
+ - lib/stripe/events/v2_core_account_including_configuration_card_creator_capability_status_updated_event.rb
83
+ - lib/stripe/events/v2_core_account_including_configuration_card_creator_updated_event.rb
45
84
  - lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb
46
85
  - lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb
47
86
  - lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb
48
87
  - lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb
49
88
  - lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb
50
89
  - lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb
90
+ - lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb
91
+ - lib/stripe/events/v2_core_account_including_configuration_storer_updated_event.rb
51
92
  - lib/stripe/events/v2_core_account_including_defaults_updated_event.rb
52
93
  - lib/stripe/events/v2_core_account_including_future_requirements_updated_event.rb
53
94
  - lib/stripe/events/v2_core_account_including_identity_updated_event.rb
@@ -57,7 +98,100 @@ files:
57
98
  - lib/stripe/events/v2_core_account_person_deleted_event.rb
58
99
  - lib/stripe/events/v2_core_account_person_updated_event.rb
59
100
  - lib/stripe/events/v2_core_account_updated_event.rb
101
+ - lib/stripe/events/v2_core_claimable_sandbox_claimed_event.rb
102
+ - lib/stripe/events/v2_core_claimable_sandbox_created_event.rb
103
+ - lib/stripe/events/v2_core_claimable_sandbox_expired_event.rb
104
+ - lib/stripe/events/v2_core_claimable_sandbox_expiring_event.rb
105
+ - lib/stripe/events/v2_core_claimable_sandbox_sandbox_details_owner_account_updated_event.rb
60
106
  - lib/stripe/events/v2_core_event_destination_ping_event.rb
107
+ - lib/stripe/events/v2_core_health_api_error_firing_event.rb
108
+ - lib/stripe/events/v2_core_health_api_error_resolved_event.rb
109
+ - lib/stripe/events/v2_core_health_api_latency_firing_event.rb
110
+ - lib/stripe/events/v2_core_health_api_latency_resolved_event.rb
111
+ - lib/stripe/events/v2_core_health_authorization_rate_drop_firing_event.rb
112
+ - lib/stripe/events/v2_core_health_authorization_rate_drop_resolved_event.rb
113
+ - lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb
114
+ - lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb
115
+ - lib/stripe/events/v2_core_health_issuing_authorization_request_errors_firing_event.rb
116
+ - lib/stripe/events/v2_core_health_issuing_authorization_request_errors_resolved_event.rb
117
+ - lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_firing_event.rb
118
+ - lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_resolved_event.rb
119
+ - lib/stripe/events/v2_core_health_payment_method_error_firing_event.rb
120
+ - lib/stripe/events/v2_core_health_payment_method_error_resolved_event.rb
121
+ - lib/stripe/events/v2_core_health_sepa_debit_delayed_firing_event.rb
122
+ - lib/stripe/events/v2_core_health_sepa_debit_delayed_resolved_event.rb
123
+ - lib/stripe/events/v2_core_health_traffic_volume_drop_firing_event.rb
124
+ - lib/stripe/events/v2_core_health_traffic_volume_drop_resolved_event.rb
125
+ - lib/stripe/events/v2_core_health_webhook_latency_firing_event.rb
126
+ - lib/stripe/events/v2_core_health_webhook_latency_resolved_event.rb
127
+ - lib/stripe/events/v2_iam_api_key_created_event.rb
128
+ - lib/stripe/events/v2_iam_api_key_default_secret_revealed_event.rb
129
+ - lib/stripe/events/v2_iam_api_key_expired_event.rb
130
+ - lib/stripe/events/v2_iam_api_key_permissions_updated_event.rb
131
+ - lib/stripe/events/v2_iam_api_key_rotated_event.rb
132
+ - lib/stripe/events/v2_iam_api_key_updated_event.rb
133
+ - lib/stripe/events/v2_money_management_adjustment_created_event.rb
134
+ - lib/stripe/events/v2_money_management_financial_account_created_event.rb
135
+ - lib/stripe/events/v2_money_management_financial_account_updated_event.rb
136
+ - lib/stripe/events/v2_money_management_financial_address_activated_event.rb
137
+ - lib/stripe/events/v2_money_management_financial_address_failed_event.rb
138
+ - lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb
139
+ - lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb
140
+ - lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb
141
+ - lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb
142
+ - lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb
143
+ - lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb
144
+ - lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb
145
+ - lib/stripe/events/v2_money_management_outbound_payment_created_event.rb
146
+ - lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb
147
+ - lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb
148
+ - lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb
149
+ - lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb
150
+ - lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb
151
+ - lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb
152
+ - lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb
153
+ - lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb
154
+ - lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb
155
+ - lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb
156
+ - lib/stripe/events/v2_money_management_payout_method_created_event.rb
157
+ - lib/stripe/events/v2_money_management_payout_method_updated_event.rb
158
+ - lib/stripe/events/v2_money_management_received_credit_available_event.rb
159
+ - lib/stripe/events/v2_money_management_received_credit_failed_event.rb
160
+ - lib/stripe/events/v2_money_management_received_credit_returned_event.rb
161
+ - lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb
162
+ - lib/stripe/events/v2_money_management_received_debit_canceled_event.rb
163
+ - lib/stripe/events/v2_money_management_received_debit_failed_event.rb
164
+ - lib/stripe/events/v2_money_management_received_debit_pending_event.rb
165
+ - lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb
166
+ - lib/stripe/events/v2_money_management_received_debit_updated_event.rb
167
+ - lib/stripe/events/v2_money_management_recipient_verification_created_event.rb
168
+ - lib/stripe/events/v2_money_management_recipient_verification_updated_event.rb
169
+ - lib/stripe/events/v2_money_management_transaction_created_event.rb
170
+ - lib/stripe/events/v2_money_management_transaction_updated_event.rb
171
+ - lib/stripe/events/v2_payments_off_session_payment_attempt_failed_event.rb
172
+ - lib/stripe/events/v2_payments_off_session_payment_attempt_started_event.rb
173
+ - lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb
174
+ - lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb
175
+ - lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb
176
+ - lib/stripe/events/v2_payments_off_session_payment_created_event.rb
177
+ - lib/stripe/events/v2_payments_off_session_payment_failed_event.rb
178
+ - lib/stripe/events/v2_payments_off_session_payment_requires_capture_event.rb
179
+ - lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb
180
+ - lib/stripe/events/v2_payments_settlement_allocation_intent_canceled_event.rb
181
+ - lib/stripe/events/v2_payments_settlement_allocation_intent_created_event.rb
182
+ - lib/stripe/events/v2_payments_settlement_allocation_intent_errored_event.rb
183
+ - lib/stripe/events/v2_payments_settlement_allocation_intent_funds_not_received_event.rb
184
+ - lib/stripe/events/v2_payments_settlement_allocation_intent_matched_event.rb
185
+ - lib/stripe/events/v2_payments_settlement_allocation_intent_not_found_event.rb
186
+ - lib/stripe/events/v2_payments_settlement_allocation_intent_settled_event.rb
187
+ - lib/stripe/events/v2_payments_settlement_allocation_intent_split_canceled_event.rb
188
+ - lib/stripe/events/v2_payments_settlement_allocation_intent_split_created_event.rb
189
+ - lib/stripe/events/v2_payments_settlement_allocation_intent_split_settled_event.rb
190
+ - lib/stripe/events/v2_payments_settlement_allocation_intent_submitted_event.rb
191
+ - lib/stripe/events/v2_reporting_report_run_created_event.rb
192
+ - lib/stripe/events/v2_reporting_report_run_failed_event.rb
193
+ - lib/stripe/events/v2_reporting_report_run_succeeded_event.rb
194
+ - lib/stripe/events/v2_reporting_report_run_updated_event.rb
61
195
  - lib/stripe/instrumentation.rb
62
196
  - lib/stripe/list_object.rb
63
197
  - lib/stripe/multipart_encoder.rb
@@ -77,6 +211,9 @@ files:
77
211
  - lib/stripe/params/account_link_create_params.rb
78
212
  - lib/stripe/params/account_list_params.rb
79
213
  - lib/stripe/params/account_login_link_create_params.rb
214
+ - lib/stripe/params/account_notice_list_params.rb
215
+ - lib/stripe/params/account_notice_retrieve_params.rb
216
+ - lib/stripe/params/account_notice_update_params.rb
80
217
  - lib/stripe/params/account_person_create_params.rb
81
218
  - lib/stripe/params/account_person_delete_params.rb
82
219
  - lib/stripe/params/account_person_list_params.rb
@@ -107,12 +244,14 @@ files:
107
244
  - lib/stripe/params/balance_settings_update_params.rb
108
245
  - lib/stripe/params/balance_transaction_list_params.rb
109
246
  - lib/stripe/params/balance_transaction_retrieve_params.rb
247
+ - lib/stripe/params/balance_transfer_create_params.rb
110
248
  - lib/stripe/params/billing/alert_activate_params.rb
111
249
  - lib/stripe/params/billing/alert_archive_params.rb
112
250
  - lib/stripe/params/billing/alert_create_params.rb
113
251
  - lib/stripe/params/billing/alert_deactivate_params.rb
114
252
  - lib/stripe/params/billing/alert_list_params.rb
115
253
  - lib/stripe/params/billing/alert_retrieve_params.rb
254
+ - lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb
116
255
  - lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb
117
256
  - lib/stripe/params/billing/credit_balance_transaction_list_params.rb
118
257
  - lib/stripe/params/billing/credit_balance_transaction_retrieve_params.rb
@@ -136,6 +275,14 @@ files:
136
275
  - lib/stripe/params/billing_portal/configuration_retrieve_params.rb
137
276
  - lib/stripe/params/billing_portal/configuration_update_params.rb
138
277
  - lib/stripe/params/billing_portal/session_create_params.rb
278
+ - lib/stripe/params/capital/financing_offer_create_params.rb
279
+ - lib/stripe/params/capital/financing_offer_list_params.rb
280
+ - lib/stripe/params/capital/financing_offer_mark_delivered_params.rb
281
+ - lib/stripe/params/capital/financing_offer_refill_params.rb
282
+ - lib/stripe/params/capital/financing_offer_retrieve_params.rb
283
+ - lib/stripe/params/capital/financing_summary_retrieve_params.rb
284
+ - lib/stripe/params/capital/financing_transaction_list_params.rb
285
+ - lib/stripe/params/capital/financing_transaction_retrieve_params.rb
139
286
  - lib/stripe/params/charge_capture_params.rb
140
287
  - lib/stripe/params/charge_create_params.rb
141
288
  - lib/stripe/params/charge_list_params.rb
@@ -209,6 +356,11 @@ files:
209
356
  - lib/stripe/params/customer_tax_id_list_params.rb
210
357
  - lib/stripe/params/customer_tax_id_retrieve_params.rb
211
358
  - lib/stripe/params/customer_update_params.rb
359
+ - lib/stripe/params/delegated_checkout/requested_session_confirm_params.rb
360
+ - lib/stripe/params/delegated_checkout/requested_session_create_params.rb
361
+ - lib/stripe/params/delegated_checkout/requested_session_expire_params.rb
362
+ - lib/stripe/params/delegated_checkout/requested_session_retrieve_params.rb
363
+ - lib/stripe/params/delegated_checkout/requested_session_update_params.rb
212
364
  - lib/stripe/params/dispute_close_params.rb
213
365
  - lib/stripe/params/dispute_list_params.rb
214
366
  - lib/stripe/params/dispute_retrieve_params.rb
@@ -225,6 +377,11 @@ files:
225
377
  - lib/stripe/params/event_retrieve_params.rb
226
378
  - lib/stripe/params/exchange_rate_list_params.rb
227
379
  - lib/stripe/params/exchange_rate_retrieve_params.rb
380
+ - lib/stripe/params/external_account_create_params.rb
381
+ - lib/stripe/params/external_account_delete_params.rb
382
+ - lib/stripe/params/external_account_list_params.rb
383
+ - lib/stripe/params/external_account_retrieve_params.rb
384
+ - lib/stripe/params/external_account_update_params.rb
228
385
  - lib/stripe/params/file_create_params.rb
229
386
  - lib/stripe/params/file_link_create_params.rb
230
387
  - lib/stripe/params/file_link_list_params.rb
@@ -233,6 +390,7 @@ files:
233
390
  - lib/stripe/params/file_list_params.rb
234
391
  - lib/stripe/params/file_retrieve_params.rb
235
392
  - lib/stripe/params/financial_connections/account_disconnect_params.rb
393
+ - lib/stripe/params/financial_connections/account_inferred_balance_list_params.rb
236
394
  - lib/stripe/params/financial_connections/account_list_owners_params.rb
237
395
  - lib/stripe/params/financial_connections/account_list_params.rb
238
396
  - lib/stripe/params/financial_connections/account_owner_list_params.rb
@@ -241,6 +399,9 @@ files:
241
399
  - lib/stripe/params/financial_connections/account_retrieve_params.rb
242
400
  - lib/stripe/params/financial_connections/account_subscribe_params.rb
243
401
  - lib/stripe/params/financial_connections/account_unsubscribe_params.rb
402
+ - lib/stripe/params/financial_connections/authorization_retrieve_params.rb
403
+ - lib/stripe/params/financial_connections/institution_list_params.rb
404
+ - lib/stripe/params/financial_connections/institution_retrieve_params.rb
244
405
  - lib/stripe/params/financial_connections/session_create_params.rb
245
406
  - lib/stripe/params/financial_connections/session_retrieve_params.rb
246
407
  - lib/stripe/params/financial_connections/transaction_list_params.rb
@@ -248,6 +409,17 @@ files:
248
409
  - lib/stripe/params/forwarding/request_create_params.rb
249
410
  - lib/stripe/params/forwarding/request_list_params.rb
250
411
  - lib/stripe/params/forwarding/request_retrieve_params.rb
412
+ - lib/stripe/params/fr_meal_vouchers_onboarding_create_params.rb
413
+ - lib/stripe/params/fr_meal_vouchers_onboarding_list_params.rb
414
+ - lib/stripe/params/fr_meal_vouchers_onboarding_retrieve_params.rb
415
+ - lib/stripe/params/fr_meal_vouchers_onboarding_update_params.rb
416
+ - lib/stripe/params/fx_quote_create_params.rb
417
+ - lib/stripe/params/fx_quote_list_params.rb
418
+ - lib/stripe/params/fx_quote_retrieve_params.rb
419
+ - lib/stripe/params/identity/blocklist_entry_create_params.rb
420
+ - lib/stripe/params/identity/blocklist_entry_disable_params.rb
421
+ - lib/stripe/params/identity/blocklist_entry_list_params.rb
422
+ - lib/stripe/params/identity/blocklist_entry_retrieve_params.rb
251
423
  - lib/stripe/params/identity/verification_report_list_params.rb
252
424
  - lib/stripe/params/identity/verification_report_retrieve_params.rb
253
425
  - lib/stripe/params/identity/verification_session_cancel_params.rb
@@ -261,6 +433,7 @@ files:
261
433
  - lib/stripe/params/invoice_create_params.rb
262
434
  - lib/stripe/params/invoice_create_preview_params.rb
263
435
  - lib/stripe/params/invoice_delete_params.rb
436
+ - lib/stripe/params/invoice_detach_payment_params.rb
264
437
  - lib/stripe/params/invoice_finalize_invoice_params.rb
265
438
  - lib/stripe/params/invoice_item_create_params.rb
266
439
  - lib/stripe/params/invoice_item_delete_params.rb
@@ -310,11 +483,21 @@ files:
310
483
  - lib/stripe/params/issuing/cardholder_list_params.rb
311
484
  - lib/stripe/params/issuing/cardholder_retrieve_params.rb
312
485
  - lib/stripe/params/issuing/cardholder_update_params.rb
486
+ - lib/stripe/params/issuing/credit_underwriting_record_correct_params.rb
487
+ - lib/stripe/params/issuing/credit_underwriting_record_create_from_application_params.rb
488
+ - lib/stripe/params/issuing/credit_underwriting_record_create_from_proactive_review_params.rb
489
+ - lib/stripe/params/issuing/credit_underwriting_record_list_params.rb
490
+ - lib/stripe/params/issuing/credit_underwriting_record_report_decision_params.rb
491
+ - lib/stripe/params/issuing/credit_underwriting_record_retrieve_params.rb
313
492
  - lib/stripe/params/issuing/dispute_create_params.rb
314
493
  - lib/stripe/params/issuing/dispute_list_params.rb
315
494
  - lib/stripe/params/issuing/dispute_retrieve_params.rb
495
+ - lib/stripe/params/issuing/dispute_settlement_detail_list_params.rb
496
+ - lib/stripe/params/issuing/dispute_settlement_detail_retrieve_params.rb
316
497
  - lib/stripe/params/issuing/dispute_submit_params.rb
317
498
  - lib/stripe/params/issuing/dispute_update_params.rb
499
+ - lib/stripe/params/issuing/fraud_liability_debit_list_params.rb
500
+ - lib/stripe/params/issuing/fraud_liability_debit_retrieve_params.rb
318
501
  - lib/stripe/params/issuing/personalization_design_activate_params.rb
319
502
  - lib/stripe/params/issuing/personalization_design_create_params.rb
320
503
  - lib/stripe/params/issuing/personalization_design_deactivate_params.rb
@@ -324,6 +507,10 @@ files:
324
507
  - lib/stripe/params/issuing/personalization_design_update_params.rb
325
508
  - lib/stripe/params/issuing/physical_bundle_list_params.rb
326
509
  - lib/stripe/params/issuing/physical_bundle_retrieve_params.rb
510
+ - lib/stripe/params/issuing/program_create_params.rb
511
+ - lib/stripe/params/issuing/program_list_params.rb
512
+ - lib/stripe/params/issuing/program_retrieve_params.rb
513
+ - lib/stripe/params/issuing/program_update_params.rb
327
514
  - lib/stripe/params/issuing/token_list_params.rb
328
515
  - lib/stripe/params/issuing/token_retrieve_params.rb
329
516
  - lib/stripe/params/issuing/token_update_params.rb
@@ -333,7 +520,17 @@ files:
333
520
  - lib/stripe/params/issuing/transaction_refund_params.rb
334
521
  - lib/stripe/params/issuing/transaction_retrieve_params.rb
335
522
  - lib/stripe/params/issuing/transaction_update_params.rb
523
+ - lib/stripe/params/mandate_list_params.rb
336
524
  - lib/stripe/params/mandate_retrieve_params.rb
525
+ - lib/stripe/params/margin_create_params.rb
526
+ - lib/stripe/params/margin_list_params.rb
527
+ - lib/stripe/params/margin_retrieve_params.rb
528
+ - lib/stripe/params/margin_update_params.rb
529
+ - lib/stripe/params/order_create_params.rb
530
+ - lib/stripe/params/order_list_params.rb
531
+ - lib/stripe/params/order_retrieve_params.rb
532
+ - lib/stripe/params/order_submit_params.rb
533
+ - lib/stripe/params/order_update_params.rb
337
534
  - lib/stripe/params/payment_attempt_record_list_params.rb
338
535
  - lib/stripe/params/payment_attempt_record_retrieve_params.rb
339
536
  - lib/stripe/params/payment_intent_amount_details_line_item_list_params.rb
@@ -342,10 +539,12 @@ files:
342
539
  - lib/stripe/params/payment_intent_capture_params.rb
343
540
  - lib/stripe/params/payment_intent_confirm_params.rb
344
541
  - lib/stripe/params/payment_intent_create_params.rb
542
+ - lib/stripe/params/payment_intent_decrement_authorization_params.rb
345
543
  - lib/stripe/params/payment_intent_increment_authorization_params.rb
346
544
  - lib/stripe/params/payment_intent_list_params.rb
347
545
  - lib/stripe/params/payment_intent_retrieve_params.rb
348
546
  - lib/stripe/params/payment_intent_search_params.rb
547
+ - lib/stripe/params/payment_intent_trigger_action_params.rb
349
548
  - lib/stripe/params/payment_intent_update_params.rb
350
549
  - lib/stripe/params/payment_intent_verify_microdeposits_params.rb
351
550
  - lib/stripe/params/payment_link_create_params.rb
@@ -355,6 +554,7 @@ files:
355
554
  - lib/stripe/params/payment_link_retrieve_params.rb
356
555
  - lib/stripe/params/payment_link_update_params.rb
357
556
  - lib/stripe/params/payment_method_attach_params.rb
557
+ - lib/stripe/params/payment_method_check_balance_params.rb
358
558
  - lib/stripe/params/payment_method_configuration_create_params.rb
359
559
  - lib/stripe/params/payment_method_configuration_list_params.rb
360
560
  - lib/stripe/params/payment_method_configuration_retrieve_params.rb
@@ -393,6 +593,15 @@ files:
393
593
  - lib/stripe/params/price_retrieve_params.rb
394
594
  - lib/stripe/params/price_search_params.rb
395
595
  - lib/stripe/params/price_update_params.rb
596
+ - lib/stripe/params/privacy/redaction_job_cancel_params.rb
597
+ - lib/stripe/params/privacy/redaction_job_create_params.rb
598
+ - lib/stripe/params/privacy/redaction_job_list_params.rb
599
+ - lib/stripe/params/privacy/redaction_job_retrieve_params.rb
600
+ - lib/stripe/params/privacy/redaction_job_run_params.rb
601
+ - lib/stripe/params/privacy/redaction_job_update_params.rb
602
+ - lib/stripe/params/privacy/redaction_job_validate_params.rb
603
+ - lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb
604
+ - lib/stripe/params/product_catalog/trial_offer_create_params.rb
396
605
  - lib/stripe/params/product_create_params.rb
397
606
  - lib/stripe/params/product_delete_params.rb
398
607
  - lib/stripe/params/product_feature_create_params.rb
@@ -413,12 +622,23 @@ files:
413
622
  - lib/stripe/params/quote_create_params.rb
414
623
  - lib/stripe/params/quote_finalize_quote_params.rb
415
624
  - lib/stripe/params/quote_line_item_list_params.rb
625
+ - lib/stripe/params/quote_line_list_params.rb
416
626
  - lib/stripe/params/quote_list_computed_upfront_line_items_params.rb
417
627
  - lib/stripe/params/quote_list_line_items_params.rb
628
+ - lib/stripe/params/quote_list_lines_params.rb
418
629
  - lib/stripe/params/quote_list_params.rb
630
+ - lib/stripe/params/quote_list_preview_invoice_lines_params.rb
631
+ - lib/stripe/params/quote_mark_draft_params.rb
632
+ - lib/stripe/params/quote_mark_stale_params.rb
419
633
  - lib/stripe/params/quote_pdf_params.rb
634
+ - lib/stripe/params/quote_preview_invoice_list_params.rb
635
+ - lib/stripe/params/quote_preview_subscription_schedule_list_params.rb
636
+ - lib/stripe/params/quote_reestimate_params.rb
420
637
  - lib/stripe/params/quote_retrieve_params.rb
421
638
  - lib/stripe/params/quote_update_params.rb
639
+ - lib/stripe/params/radar/account_evaluation_create_params.rb
640
+ - lib/stripe/params/radar/account_evaluation_retrieve_params.rb
641
+ - lib/stripe/params/radar/account_evaluation_update_params.rb
422
642
  - lib/stripe/params/radar/early_fraud_warning_list_params.rb
423
643
  - lib/stripe/params/radar/early_fraud_warning_retrieve_params.rb
424
644
  - lib/stripe/params/radar/payment_evaluation_create_params.rb
@@ -442,6 +662,11 @@ files:
442
662
  - lib/stripe/params/reporting/report_run_retrieve_params.rb
443
663
  - lib/stripe/params/reporting/report_type_list_params.rb
444
664
  - lib/stripe/params/reporting/report_type_retrieve_params.rb
665
+ - lib/stripe/params/reserve/hold_list_params.rb
666
+ - lib/stripe/params/reserve/hold_retrieve_params.rb
667
+ - lib/stripe/params/reserve/plan_retrieve_params.rb
668
+ - lib/stripe/params/reserve/release_list_params.rb
669
+ - lib/stripe/params/reserve/release_retrieve_params.rb
445
670
  - lib/stripe/params/review_approve_params.rb
446
671
  - lib/stripe/params/review_list_params.rb
447
672
  - lib/stripe/params/review_retrieve_params.rb
@@ -453,6 +678,9 @@ files:
453
678
  - lib/stripe/params/setup_intent_retrieve_params.rb
454
679
  - lib/stripe/params/setup_intent_update_params.rb
455
680
  - lib/stripe/params/setup_intent_verify_microdeposits_params.rb
681
+ - lib/stripe/params/shared_payment/granted_token_create_params.rb
682
+ - lib/stripe/params/shared_payment/granted_token_retrieve_params.rb
683
+ - lib/stripe/params/shared_payment/granted_token_revoke_params.rb
456
684
  - lib/stripe/params/shipping_rate_create_params.rb
457
685
  - lib/stripe/params/shipping_rate_list_params.rb
458
686
  - lib/stripe/params/shipping_rate_retrieve_params.rb
@@ -465,6 +693,7 @@ files:
465
693
  - lib/stripe/params/source_transaction_list_params.rb
466
694
  - lib/stripe/params/source_update_params.rb
467
695
  - lib/stripe/params/source_verify_params.rb
696
+ - lib/stripe/params/subscription_attach_cadence_params.rb
468
697
  - lib/stripe/params/subscription_cancel_params.rb
469
698
  - lib/stripe/params/subscription_create_params.rb
470
699
  - lib/stripe/params/subscription_delete_discount_params.rb
@@ -475,8 +704,10 @@ files:
475
704
  - lib/stripe/params/subscription_item_update_params.rb
476
705
  - lib/stripe/params/subscription_list_params.rb
477
706
  - lib/stripe/params/subscription_migrate_params.rb
707
+ - lib/stripe/params/subscription_pause_params.rb
478
708
  - lib/stripe/params/subscription_resume_params.rb
479
709
  - lib/stripe/params/subscription_retrieve_params.rb
710
+ - lib/stripe/params/subscription_schedule_amend_params.rb
480
711
  - lib/stripe/params/subscription_schedule_cancel_params.rb
481
712
  - lib/stripe/params/subscription_schedule_create_params.rb
482
713
  - lib/stripe/params/subscription_schedule_list_params.rb
@@ -490,6 +721,12 @@ files:
490
721
  - lib/stripe/params/tax/calculation_line_item_list_params.rb
491
722
  - lib/stripe/params/tax/calculation_list_line_items_params.rb
492
723
  - lib/stripe/params/tax/calculation_retrieve_params.rb
724
+ - lib/stripe/params/tax/form_list_params.rb
725
+ - lib/stripe/params/tax/form_pdf_params.rb
726
+ - lib/stripe/params/tax/form_retrieve_params.rb
727
+ - lib/stripe/params/tax/location_create_params.rb
728
+ - lib/stripe/params/tax/location_list_params.rb
729
+ - lib/stripe/params/tax/location_retrieve_params.rb
493
730
  - lib/stripe/params/tax/registration_create_params.rb
494
731
  - lib/stripe/params/tax/registration_list_params.rb
495
732
  - lib/stripe/params/tax/registration_retrieve_params.rb
@@ -526,6 +763,7 @@ files:
526
763
  - lib/stripe/params/terminal/reader_cancel_action_params.rb
527
764
  - lib/stripe/params/terminal/reader_collect_inputs_params.rb
528
765
  - lib/stripe/params/terminal/reader_collect_payment_method_params.rb
766
+ - lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb
529
767
  - lib/stripe/params/terminal/reader_confirm_payment_intent_params.rb
530
768
  - lib/stripe/params/terminal/reader_create_params.rb
531
769
  - lib/stripe/params/terminal/reader_delete_params.rb
@@ -539,6 +777,8 @@ files:
539
777
  - lib/stripe/params/terminal/reader_succeed_input_collection_params.rb
540
778
  - lib/stripe/params/terminal/reader_timeout_input_collection_params.rb
541
779
  - lib/stripe/params/terminal/reader_update_params.rb
780
+ - lib/stripe/params/test_helpers/capital/financing_offer_create_params.rb
781
+ - lib/stripe/params/test_helpers/capital/financing_offer_refill_params.rb
542
782
  - lib/stripe/params/test_helpers/confirmation_token_create_params.rb
543
783
  - lib/stripe/params/test_helpers/customer_fund_cash_balance_params.rb
544
784
  - lib/stripe/params/test_helpers/issuing/authorization_capture_params.rb
@@ -560,6 +800,8 @@ files:
560
800
  - lib/stripe/params/test_helpers/issuing/transaction_create_unlinked_refund_params.rb
561
801
  - lib/stripe/params/test_helpers/issuing/transaction_refund_params.rb
562
802
  - lib/stripe/params/test_helpers/refund_expire_params.rb
803
+ - lib/stripe/params/test_helpers/shared_payment/granted_token_create_params.rb
804
+ - lib/stripe/params/test_helpers/shared_payment/granted_token_revoke_params.rb
563
805
  - lib/stripe/params/test_helpers/terminal/reader_present_payment_method_params.rb
564
806
  - lib/stripe/params/test_helpers/terminal/reader_succeed_input_collection_params.rb
565
807
  - lib/stripe/params/test_helpers/terminal/reader_timeout_input_collection_params.rb
@@ -644,10 +886,92 @@ files:
644
886
  - lib/stripe/params/treasury/transaction_entry_retrieve_params.rb
645
887
  - lib/stripe/params/treasury/transaction_list_params.rb
646
888
  - lib/stripe/params/treasury/transaction_retrieve_params.rb
889
+ - lib/stripe/params/v2/billing/bill_setting_create_params.rb
890
+ - lib/stripe/params/v2/billing/bill_setting_list_params.rb
891
+ - lib/stripe/params/v2/billing/bill_setting_retrieve_params.rb
892
+ - lib/stripe/params/v2/billing/bill_setting_update_params.rb
893
+ - lib/stripe/params/v2/billing/bill_settings/version_list_params.rb
894
+ - lib/stripe/params/v2/billing/bill_settings/version_retrieve_params.rb
895
+ - lib/stripe/params/v2/billing/cadence_cancel_params.rb
896
+ - lib/stripe/params/v2/billing/cadence_create_params.rb
897
+ - lib/stripe/params/v2/billing/cadence_list_params.rb
898
+ - lib/stripe/params/v2/billing/cadence_retrieve_params.rb
899
+ - lib/stripe/params/v2/billing/cadence_update_params.rb
900
+ - lib/stripe/params/v2/billing/collection_setting_create_params.rb
901
+ - lib/stripe/params/v2/billing/collection_setting_list_params.rb
902
+ - lib/stripe/params/v2/billing/collection_setting_retrieve_params.rb
903
+ - lib/stripe/params/v2/billing/collection_setting_update_params.rb
904
+ - lib/stripe/params/v2/billing/collection_settings/version_list_params.rb
905
+ - lib/stripe/params/v2/billing/collection_settings/version_retrieve_params.rb
906
+ - lib/stripe/params/v2/billing/custom_pricing_unit_create_params.rb
907
+ - lib/stripe/params/v2/billing/custom_pricing_unit_list_params.rb
908
+ - lib/stripe/params/v2/billing/custom_pricing_unit_retrieve_params.rb
909
+ - lib/stripe/params/v2/billing/custom_pricing_unit_update_params.rb
910
+ - lib/stripe/params/v2/billing/intent_cancel_params.rb
911
+ - lib/stripe/params/v2/billing/intent_commit_params.rb
912
+ - lib/stripe/params/v2/billing/intent_create_params.rb
913
+ - lib/stripe/params/v2/billing/intent_list_params.rb
914
+ - lib/stripe/params/v2/billing/intent_release_reservation_params.rb
915
+ - lib/stripe/params/v2/billing/intent_reserve_params.rb
916
+ - lib/stripe/params/v2/billing/intent_retrieve_params.rb
917
+ - lib/stripe/params/v2/billing/intents/action_list_params.rb
918
+ - lib/stripe/params/v2/billing/intents/action_retrieve_params.rb
919
+ - lib/stripe/params/v2/billing/license_fee_create_params.rb
920
+ - lib/stripe/params/v2/billing/license_fee_list_params.rb
921
+ - lib/stripe/params/v2/billing/license_fee_retrieve_params.rb
922
+ - lib/stripe/params/v2/billing/license_fee_subscription_retrieve_params.rb
923
+ - lib/stripe/params/v2/billing/license_fee_update_params.rb
924
+ - lib/stripe/params/v2/billing/license_fees/version_list_params.rb
925
+ - lib/stripe/params/v2/billing/license_fees/version_retrieve_params.rb
926
+ - lib/stripe/params/v2/billing/licensed_item_create_params.rb
927
+ - lib/stripe/params/v2/billing/licensed_item_list_params.rb
928
+ - lib/stripe/params/v2/billing/licensed_item_retrieve_params.rb
929
+ - lib/stripe/params/v2/billing/licensed_item_update_params.rb
647
930
  - lib/stripe/params/v2/billing/meter_event_adjustment_create_params.rb
648
931
  - lib/stripe/params/v2/billing/meter_event_create_params.rb
649
932
  - lib/stripe/params/v2/billing/meter_event_session_create_params.rb
650
933
  - lib/stripe/params/v2/billing/meter_event_stream_create_params.rb
934
+ - lib/stripe/params/v2/billing/metered_item_create_params.rb
935
+ - lib/stripe/params/v2/billing/metered_item_list_params.rb
936
+ - lib/stripe/params/v2/billing/metered_item_retrieve_params.rb
937
+ - lib/stripe/params/v2/billing/metered_item_update_params.rb
938
+ - lib/stripe/params/v2/billing/pricing_plan_create_params.rb
939
+ - lib/stripe/params/v2/billing/pricing_plan_list_params.rb
940
+ - lib/stripe/params/v2/billing/pricing_plan_retrieve_params.rb
941
+ - lib/stripe/params/v2/billing/pricing_plan_subscription_list_params.rb
942
+ - lib/stripe/params/v2/billing/pricing_plan_subscription_retrieve_params.rb
943
+ - lib/stripe/params/v2/billing/pricing_plan_subscription_update_params.rb
944
+ - lib/stripe/params/v2/billing/pricing_plan_subscriptions/component_retrieve_params.rb
945
+ - lib/stripe/params/v2/billing/pricing_plan_update_params.rb
946
+ - lib/stripe/params/v2/billing/pricing_plans/component_create_params.rb
947
+ - lib/stripe/params/v2/billing/pricing_plans/component_delete_params.rb
948
+ - lib/stripe/params/v2/billing/pricing_plans/component_list_params.rb
949
+ - lib/stripe/params/v2/billing/pricing_plans/component_retrieve_params.rb
950
+ - lib/stripe/params/v2/billing/pricing_plans/component_update_params.rb
951
+ - lib/stripe/params/v2/billing/pricing_plans/version_list_params.rb
952
+ - lib/stripe/params/v2/billing/pricing_plans/version_retrieve_params.rb
953
+ - lib/stripe/params/v2/billing/profile_create_params.rb
954
+ - lib/stripe/params/v2/billing/profile_list_params.rb
955
+ - lib/stripe/params/v2/billing/profile_retrieve_params.rb
956
+ - lib/stripe/params/v2/billing/profile_update_params.rb
957
+ - lib/stripe/params/v2/billing/rate_card_create_params.rb
958
+ - lib/stripe/params/v2/billing/rate_card_list_params.rb
959
+ - lib/stripe/params/v2/billing/rate_card_retrieve_params.rb
960
+ - lib/stripe/params/v2/billing/rate_card_subscription_cancel_params.rb
961
+ - lib/stripe/params/v2/billing/rate_card_subscription_create_params.rb
962
+ - lib/stripe/params/v2/billing/rate_card_subscription_list_params.rb
963
+ - lib/stripe/params/v2/billing/rate_card_subscription_retrieve_params.rb
964
+ - lib/stripe/params/v2/billing/rate_card_subscription_update_params.rb
965
+ - lib/stripe/params/v2/billing/rate_card_update_params.rb
966
+ - lib/stripe/params/v2/billing/rate_cards/rate_create_params.rb
967
+ - lib/stripe/params/v2/billing/rate_cards/rate_delete_params.rb
968
+ - lib/stripe/params/v2/billing/rate_cards/rate_list_params.rb
969
+ - lib/stripe/params/v2/billing/rate_cards/rate_retrieve_params.rb
970
+ - lib/stripe/params/v2/billing/rate_cards/version_list_params.rb
971
+ - lib/stripe/params/v2/billing/rate_cards/version_retrieve_params.rb
972
+ - lib/stripe/params/v2/billing/service_action_create_params.rb
973
+ - lib/stripe/params/v2/billing/service_action_retrieve_params.rb
974
+ - lib/stripe/params/v2/billing/service_action_update_params.rb
651
975
  - lib/stripe/params/v2/core/account_close_params.rb
652
976
  - lib/stripe/params/v2/core/account_create_params.rb
653
977
  - lib/stripe/params/v2/core/account_link_create_params.rb
@@ -663,6 +987,8 @@ files:
663
987
  - lib/stripe/params/v2/core/accounts/person_token_create_params.rb
664
988
  - lib/stripe/params/v2/core/accounts/person_token_retrieve_params.rb
665
989
  - lib/stripe/params/v2/core/accounts/person_update_params.rb
990
+ - lib/stripe/params/v2/core/claimable_sandbox_create_params.rb
991
+ - lib/stripe/params/v2/core/claimable_sandbox_retrieve_params.rb
666
992
  - lib/stripe/params/v2/core/event_destination_create_params.rb
667
993
  - lib/stripe/params/v2/core/event_destination_delete_params.rb
668
994
  - lib/stripe/params/v2/core/event_destination_disable_params.rb
@@ -673,6 +999,96 @@ files:
673
999
  - lib/stripe/params/v2/core/event_destination_update_params.rb
674
1000
  - lib/stripe/params/v2/core/event_list_params.rb
675
1001
  - lib/stripe/params/v2/core/event_retrieve_params.rb
1002
+ - lib/stripe/params/v2/core/vault/gb_bank_account_acknowledge_confirmation_of_payee_params.rb
1003
+ - lib/stripe/params/v2/core/vault/gb_bank_account_archive_params.rb
1004
+ - lib/stripe/params/v2/core/vault/gb_bank_account_create_params.rb
1005
+ - lib/stripe/params/v2/core/vault/gb_bank_account_initiate_confirmation_of_payee_params.rb
1006
+ - lib/stripe/params/v2/core/vault/gb_bank_account_list_params.rb
1007
+ - lib/stripe/params/v2/core/vault/gb_bank_account_retrieve_params.rb
1008
+ - lib/stripe/params/v2/core/vault/us_bank_account_archive_params.rb
1009
+ - lib/stripe/params/v2/core/vault/us_bank_account_confirm_microdeposits_params.rb
1010
+ - lib/stripe/params/v2/core/vault/us_bank_account_create_params.rb
1011
+ - lib/stripe/params/v2/core/vault/us_bank_account_list_params.rb
1012
+ - lib/stripe/params/v2/core/vault/us_bank_account_retrieve_params.rb
1013
+ - lib/stripe/params/v2/core/vault/us_bank_account_send_microdeposits_params.rb
1014
+ - lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb
1015
+ - lib/stripe/params/v2/iam/api_key_create_params.rb
1016
+ - lib/stripe/params/v2/iam/api_key_expire_params.rb
1017
+ - lib/stripe/params/v2/iam/api_key_list_params.rb
1018
+ - lib/stripe/params/v2/iam/api_key_retrieve_params.rb
1019
+ - lib/stripe/params/v2/iam/api_key_rotate_params.rb
1020
+ - lib/stripe/params/v2/iam/api_key_update_params.rb
1021
+ - lib/stripe/params/v2/money_management/adjustment_list_params.rb
1022
+ - lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb
1023
+ - lib/stripe/params/v2/money_management/currency_conversion_create_params.rb
1024
+ - lib/stripe/params/v2/money_management/currency_conversion_list_params.rb
1025
+ - lib/stripe/params/v2/money_management/currency_conversion_retrieve_params.rb
1026
+ - lib/stripe/params/v2/money_management/financial_account_close_params.rb
1027
+ - lib/stripe/params/v2/money_management/financial_account_create_params.rb
1028
+ - lib/stripe/params/v2/money_management/financial_account_list_params.rb
1029
+ - lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb
1030
+ - lib/stripe/params/v2/money_management/financial_account_update_params.rb
1031
+ - lib/stripe/params/v2/money_management/financial_address_create_params.rb
1032
+ - lib/stripe/params/v2/money_management/financial_address_list_params.rb
1033
+ - lib/stripe/params/v2/money_management/financial_address_retrieve_params.rb
1034
+ - lib/stripe/params/v2/money_management/inbound_transfer_create_params.rb
1035
+ - lib/stripe/params/v2/money_management/inbound_transfer_list_params.rb
1036
+ - lib/stripe/params/v2/money_management/inbound_transfer_retrieve_params.rb
1037
+ - lib/stripe/params/v2/money_management/outbound_payment_cancel_params.rb
1038
+ - lib/stripe/params/v2/money_management/outbound_payment_create_params.rb
1039
+ - lib/stripe/params/v2/money_management/outbound_payment_list_params.rb
1040
+ - lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb
1041
+ - lib/stripe/params/v2/money_management/outbound_payment_quote_retrieve_params.rb
1042
+ - lib/stripe/params/v2/money_management/outbound_payment_retrieve_params.rb
1043
+ - lib/stripe/params/v2/money_management/outbound_setup_intent_cancel_params.rb
1044
+ - lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb
1045
+ - lib/stripe/params/v2/money_management/outbound_setup_intent_list_params.rb
1046
+ - lib/stripe/params/v2/money_management/outbound_setup_intent_retrieve_params.rb
1047
+ - lib/stripe/params/v2/money_management/outbound_setup_intent_update_params.rb
1048
+ - lib/stripe/params/v2/money_management/outbound_transfer_cancel_params.rb
1049
+ - lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb
1050
+ - lib/stripe/params/v2/money_management/outbound_transfer_list_params.rb
1051
+ - lib/stripe/params/v2/money_management/outbound_transfer_retrieve_params.rb
1052
+ - lib/stripe/params/v2/money_management/payout_method_archive_params.rb
1053
+ - lib/stripe/params/v2/money_management/payout_method_list_params.rb
1054
+ - lib/stripe/params/v2/money_management/payout_method_retrieve_params.rb
1055
+ - lib/stripe/params/v2/money_management/payout_method_unarchive_params.rb
1056
+ - lib/stripe/params/v2/money_management/payout_methods_bank_account_spec_retrieve_params.rb
1057
+ - lib/stripe/params/v2/money_management/received_credit_list_params.rb
1058
+ - lib/stripe/params/v2/money_management/received_credit_retrieve_params.rb
1059
+ - lib/stripe/params/v2/money_management/received_debit_list_params.rb
1060
+ - lib/stripe/params/v2/money_management/received_debit_retrieve_params.rb
1061
+ - lib/stripe/params/v2/money_management/recipient_verification_acknowledge_params.rb
1062
+ - lib/stripe/params/v2/money_management/recipient_verification_create_params.rb
1063
+ - lib/stripe/params/v2/money_management/recipient_verification_retrieve_params.rb
1064
+ - lib/stripe/params/v2/money_management/transaction_entry_list_params.rb
1065
+ - lib/stripe/params/v2/money_management/transaction_entry_retrieve_params.rb
1066
+ - lib/stripe/params/v2/money_management/transaction_list_params.rb
1067
+ - lib/stripe/params/v2/money_management/transaction_retrieve_params.rb
1068
+ - lib/stripe/params/v2/payments/off_session_payment_cancel_params.rb
1069
+ - lib/stripe/params/v2/payments/off_session_payment_capture_params.rb
1070
+ - lib/stripe/params/v2/payments/off_session_payment_create_params.rb
1071
+ - lib/stripe/params/v2/payments/off_session_payment_list_params.rb
1072
+ - lib/stripe/params/v2/payments/off_session_payment_retrieve_params.rb
1073
+ - lib/stripe/params/v2/payments/settlement_allocation_intent_cancel_params.rb
1074
+ - lib/stripe/params/v2/payments/settlement_allocation_intent_create_params.rb
1075
+ - lib/stripe/params/v2/payments/settlement_allocation_intent_retrieve_params.rb
1076
+ - lib/stripe/params/v2/payments/settlement_allocation_intent_submit_params.rb
1077
+ - lib/stripe/params/v2/payments/settlement_allocation_intent_update_params.rb
1078
+ - lib/stripe/params/v2/payments/settlement_allocation_intents/split_cancel_params.rb
1079
+ - lib/stripe/params/v2/payments/settlement_allocation_intents/split_create_params.rb
1080
+ - lib/stripe/params/v2/payments/settlement_allocation_intents/split_retrieve_params.rb
1081
+ - lib/stripe/params/v2/reporting/report_retrieve_params.rb
1082
+ - lib/stripe/params/v2/reporting/report_run_create_params.rb
1083
+ - lib/stripe/params/v2/reporting/report_run_retrieve_params.rb
1084
+ - lib/stripe/params/v2/tax/manual_rule_create_params.rb
1085
+ - lib/stripe/params/v2/tax/manual_rule_deactivate_params.rb
1086
+ - lib/stripe/params/v2/tax/manual_rule_list_params.rb
1087
+ - lib/stripe/params/v2/tax/manual_rule_retrieve_params.rb
1088
+ - lib/stripe/params/v2/tax/manual_rule_update_params.rb
1089
+ - lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb
1090
+ - lib/stripe/params/v2/test_helpers/financial_address_generate_microdeposits_params.rb
1091
+ - lib/stripe/params/v2/test_helpers/money_management_recipient_verifications_params.rb
676
1092
  - lib/stripe/params/webhook_endpoint_create_params.rb
677
1093
  - lib/stripe/params/webhook_endpoint_delete_params.rb
678
1094
  - lib/stripe/params/webhook_endpoint_list_params.rb
@@ -683,6 +1099,7 @@ files:
683
1099
  - lib/stripe/resources.rb
684
1100
  - lib/stripe/resources/account.rb
685
1101
  - lib/stripe/resources/account_link.rb
1102
+ - lib/stripe/resources/account_notice.rb
686
1103
  - lib/stripe/resources/account_session.rb
687
1104
  - lib/stripe/resources/alipay_account.rb
688
1105
  - lib/stripe/resources/apple_pay_domain.rb
@@ -693,9 +1110,12 @@ files:
693
1110
  - lib/stripe/resources/balance.rb
694
1111
  - lib/stripe/resources/balance_settings.rb
695
1112
  - lib/stripe/resources/balance_transaction.rb
1113
+ - lib/stripe/resources/balance_transfer.rb
696
1114
  - lib/stripe/resources/bank_account.rb
697
1115
  - lib/stripe/resources/billing/alert.rb
698
1116
  - lib/stripe/resources/billing/alert_triggered.rb
1117
+ - lib/stripe/resources/billing/analytics/meter_usage.rb
1118
+ - lib/stripe/resources/billing/analytics/meter_usage_row.rb
699
1119
  - lib/stripe/resources/billing/credit_balance_summary.rb
700
1120
  - lib/stripe/resources/billing/credit_balance_transaction.rb
701
1121
  - lib/stripe/resources/billing/credit_grant.rb
@@ -706,6 +1126,9 @@ files:
706
1126
  - lib/stripe/resources/billing_portal/configuration.rb
707
1127
  - lib/stripe/resources/billing_portal/session.rb
708
1128
  - lib/stripe/resources/capability.rb
1129
+ - lib/stripe/resources/capital/financing_offer.rb
1130
+ - lib/stripe/resources/capital/financing_summary.rb
1131
+ - lib/stripe/resources/capital/financing_transaction.rb
709
1132
  - lib/stripe/resources/card.rb
710
1133
  - lib/stripe/resources/cash_balance.rb
711
1134
  - lib/stripe/resources/charge.rb
@@ -723,6 +1146,7 @@ files:
723
1146
  - lib/stripe/resources/customer_balance_transaction.rb
724
1147
  - lib/stripe/resources/customer_cash_balance_transaction.rb
725
1148
  - lib/stripe/resources/customer_session.rb
1149
+ - lib/stripe/resources/delegated_checkout/requested_session.rb
726
1150
  - lib/stripe/resources/discount.rb
727
1151
  - lib/stripe/resources/dispute.rb
728
1152
  - lib/stripe/resources/entitlements/active_entitlement.rb
@@ -734,12 +1158,18 @@ files:
734
1158
  - lib/stripe/resources/file.rb
735
1159
  - lib/stripe/resources/file_link.rb
736
1160
  - lib/stripe/resources/financial_connections/account.rb
1161
+ - lib/stripe/resources/financial_connections/account_inferred_balance.rb
737
1162
  - lib/stripe/resources/financial_connections/account_owner.rb
738
1163
  - lib/stripe/resources/financial_connections/account_ownership.rb
1164
+ - lib/stripe/resources/financial_connections/authorization.rb
1165
+ - lib/stripe/resources/financial_connections/institution.rb
739
1166
  - lib/stripe/resources/financial_connections/session.rb
740
1167
  - lib/stripe/resources/financial_connections/transaction.rb
741
1168
  - lib/stripe/resources/forwarding/request.rb
1169
+ - lib/stripe/resources/fr_meal_vouchers_onboarding.rb
742
1170
  - lib/stripe/resources/funding_instructions.rb
1171
+ - lib/stripe/resources/fx_quote.rb
1172
+ - lib/stripe/resources/identity/blocklist_entry.rb
743
1173
  - lib/stripe/resources/identity/verification_report.rb
744
1174
  - lib/stripe/resources/identity/verification_session.rb
745
1175
  - lib/stripe/resources/invoice.rb
@@ -750,19 +1180,27 @@ files:
750
1180
  - lib/stripe/resources/issuing/authorization.rb
751
1181
  - lib/stripe/resources/issuing/card.rb
752
1182
  - lib/stripe/resources/issuing/cardholder.rb
1183
+ - lib/stripe/resources/issuing/credit_underwriting_record.rb
753
1184
  - lib/stripe/resources/issuing/dispute.rb
1185
+ - lib/stripe/resources/issuing/dispute_settlement_detail.rb
1186
+ - lib/stripe/resources/issuing/fraud_liability_debit.rb
754
1187
  - lib/stripe/resources/issuing/personalization_design.rb
755
1188
  - lib/stripe/resources/issuing/physical_bundle.rb
1189
+ - lib/stripe/resources/issuing/program.rb
1190
+ - lib/stripe/resources/issuing/settlement.rb
756
1191
  - lib/stripe/resources/issuing/token.rb
757
1192
  - lib/stripe/resources/issuing/transaction.rb
758
1193
  - lib/stripe/resources/line_item.rb
759
1194
  - lib/stripe/resources/login_link.rb
760
1195
  - lib/stripe/resources/mandate.rb
1196
+ - lib/stripe/resources/margin.rb
1197
+ - lib/stripe/resources/order.rb
761
1198
  - lib/stripe/resources/payment_attempt_record.rb
762
1199
  - lib/stripe/resources/payment_intent.rb
763
1200
  - lib/stripe/resources/payment_intent_amount_details_line_item.rb
764
1201
  - lib/stripe/resources/payment_link.rb
765
1202
  - lib/stripe/resources/payment_method.rb
1203
+ - lib/stripe/resources/payment_method_balance.rb
766
1204
  - lib/stripe/resources/payment_method_configuration.rb
767
1205
  - lib/stripe/resources/payment_method_domain.rb
768
1206
  - lib/stripe/resources/payment_record.rb
@@ -770,10 +1208,17 @@ files:
770
1208
  - lib/stripe/resources/person.rb
771
1209
  - lib/stripe/resources/plan.rb
772
1210
  - lib/stripe/resources/price.rb
1211
+ - lib/stripe/resources/privacy/redaction_job.rb
1212
+ - lib/stripe/resources/privacy/redaction_job_validation_error.rb
773
1213
  - lib/stripe/resources/product.rb
1214
+ - lib/stripe/resources/product_catalog/trial_offer.rb
774
1215
  - lib/stripe/resources/product_feature.rb
775
1216
  - lib/stripe/resources/promotion_code.rb
776
1217
  - lib/stripe/resources/quote.rb
1218
+ - lib/stripe/resources/quote_line.rb
1219
+ - lib/stripe/resources/quote_preview_invoice.rb
1220
+ - lib/stripe/resources/quote_preview_subscription_schedule.rb
1221
+ - lib/stripe/resources/radar/account_evaluation.rb
777
1222
  - lib/stripe/resources/radar/early_fraud_warning.rb
778
1223
  - lib/stripe/resources/radar/payment_evaluation.rb
779
1224
  - lib/stripe/resources/radar/value_list.rb
@@ -782,11 +1227,15 @@ files:
782
1227
  - lib/stripe/resources/refund.rb
783
1228
  - lib/stripe/resources/reporting/report_run.rb
784
1229
  - lib/stripe/resources/reporting/report_type.rb
1230
+ - lib/stripe/resources/reserve/hold.rb
1231
+ - lib/stripe/resources/reserve/plan.rb
1232
+ - lib/stripe/resources/reserve/release.rb
785
1233
  - lib/stripe/resources/reserve_transaction.rb
786
1234
  - lib/stripe/resources/reversal.rb
787
1235
  - lib/stripe/resources/review.rb
788
1236
  - lib/stripe/resources/setup_attempt.rb
789
1237
  - lib/stripe/resources/setup_intent.rb
1238
+ - lib/stripe/resources/shared_payment/granted_token.rb
790
1239
  - lib/stripe/resources/shipping_rate.rb
791
1240
  - lib/stripe/resources/sigma/scheduled_query_run.rb
792
1241
  - lib/stripe/resources/source.rb
@@ -798,6 +1247,8 @@ files:
798
1247
  - lib/stripe/resources/tax/association.rb
799
1248
  - lib/stripe/resources/tax/calculation.rb
800
1249
  - lib/stripe/resources/tax/calculation_line_item.rb
1250
+ - lib/stripe/resources/tax/form.rb
1251
+ - lib/stripe/resources/tax/location.rb
801
1252
  - lib/stripe/resources/tax/registration.rb
802
1253
  - lib/stripe/resources/tax/settings.rb
803
1254
  - lib/stripe/resources/tax/transaction.rb
@@ -811,10 +1262,12 @@ files:
811
1262
  - lib/stripe/resources/terminal/location.rb
812
1263
  - lib/stripe/resources/terminal/onboarding_link.rb
813
1264
  - lib/stripe/resources/terminal/reader.rb
1265
+ - lib/stripe/resources/terminal/reader_collected_data.rb
814
1266
  - lib/stripe/resources/test_helpers/test_clock.rb
815
1267
  - lib/stripe/resources/token.rb
816
1268
  - lib/stripe/resources/topup.rb
817
1269
  - lib/stripe/resources/transfer.rb
1270
+ - lib/stripe/resources/transit_balance.rb
818
1271
  - lib/stripe/resources/treasury/credit_reversal.rb
819
1272
  - lib/stripe/resources/treasury/debit_reversal.rb
820
1273
  - lib/stripe/resources/treasury/financial_account.rb
@@ -827,18 +1280,70 @@ files:
827
1280
  - lib/stripe/resources/treasury/transaction.rb
828
1281
  - lib/stripe/resources/treasury/transaction_entry.rb
829
1282
  - lib/stripe/resources/v2/amount.rb
1283
+ - lib/stripe/resources/v2/billing/bill_setting.rb
1284
+ - lib/stripe/resources/v2/billing/bill_setting_version.rb
1285
+ - lib/stripe/resources/v2/billing/cadence.rb
1286
+ - lib/stripe/resources/v2/billing/collection_setting.rb
1287
+ - lib/stripe/resources/v2/billing/collection_setting_version.rb
1288
+ - lib/stripe/resources/v2/billing/custom_pricing_unit.rb
1289
+ - lib/stripe/resources/v2/billing/intent.rb
1290
+ - lib/stripe/resources/v2/billing/intent_action.rb
1291
+ - lib/stripe/resources/v2/billing/license_fee.rb
1292
+ - lib/stripe/resources/v2/billing/license_fee_subscription.rb
1293
+ - lib/stripe/resources/v2/billing/license_fee_version.rb
1294
+ - lib/stripe/resources/v2/billing/licensed_item.rb
830
1295
  - lib/stripe/resources/v2/billing/meter_event.rb
831
1296
  - lib/stripe/resources/v2/billing/meter_event_adjustment.rb
832
1297
  - lib/stripe/resources/v2/billing/meter_event_session.rb
1298
+ - lib/stripe/resources/v2/billing/metered_item.rb
1299
+ - lib/stripe/resources/v2/billing/pricing_plan.rb
1300
+ - lib/stripe/resources/v2/billing/pricing_plan_component.rb
1301
+ - lib/stripe/resources/v2/billing/pricing_plan_subscription.rb
1302
+ - lib/stripe/resources/v2/billing/pricing_plan_subscription_components.rb
1303
+ - lib/stripe/resources/v2/billing/pricing_plan_version.rb
1304
+ - lib/stripe/resources/v2/billing/profile.rb
1305
+ - lib/stripe/resources/v2/billing/rate_card.rb
1306
+ - lib/stripe/resources/v2/billing/rate_card_rate.rb
1307
+ - lib/stripe/resources/v2/billing/rate_card_subscription.rb
1308
+ - lib/stripe/resources/v2/billing/rate_card_version.rb
1309
+ - lib/stripe/resources/v2/billing/service_action.rb
833
1310
  - lib/stripe/resources/v2/core/account.rb
834
1311
  - lib/stripe/resources/v2/core/account_link.rb
835
1312
  - lib/stripe/resources/v2/core/account_person.rb
836
1313
  - lib/stripe/resources/v2/core/account_person_token.rb
837
1314
  - lib/stripe/resources/v2/core/account_token.rb
1315
+ - lib/stripe/resources/v2/core/claimable_sandbox.rb
838
1316
  - lib/stripe/resources/v2/core/event.rb
839
1317
  - lib/stripe/resources/v2/core/event_destination.rb
840
1318
  - lib/stripe/resources/v2/core/event_notification.rb
1319
+ - lib/stripe/resources/v2/core/vault/gb_bank_account.rb
1320
+ - lib/stripe/resources/v2/core/vault/us_bank_account.rb
841
1321
  - lib/stripe/resources/v2/deleted_object.rb
1322
+ - lib/stripe/resources/v2/financial_address_credit_simulation.rb
1323
+ - lib/stripe/resources/v2/financial_address_generated_microdeposits.rb
1324
+ - lib/stripe/resources/v2/iam/api_key.rb
1325
+ - lib/stripe/resources/v2/money_management/adjustment.rb
1326
+ - lib/stripe/resources/v2/money_management/currency_conversion.rb
1327
+ - lib/stripe/resources/v2/money_management/financial_account.rb
1328
+ - lib/stripe/resources/v2/money_management/financial_address.rb
1329
+ - lib/stripe/resources/v2/money_management/inbound_transfer.rb
1330
+ - lib/stripe/resources/v2/money_management/outbound_payment.rb
1331
+ - lib/stripe/resources/v2/money_management/outbound_payment_quote.rb
1332
+ - lib/stripe/resources/v2/money_management/outbound_setup_intent.rb
1333
+ - lib/stripe/resources/v2/money_management/outbound_transfer.rb
1334
+ - lib/stripe/resources/v2/money_management/payout_method.rb
1335
+ - lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb
1336
+ - lib/stripe/resources/v2/money_management/received_credit.rb
1337
+ - lib/stripe/resources/v2/money_management/received_debit.rb
1338
+ - lib/stripe/resources/v2/money_management/recipient_verification.rb
1339
+ - lib/stripe/resources/v2/money_management/transaction.rb
1340
+ - lib/stripe/resources/v2/money_management/transaction_entry.rb
1341
+ - lib/stripe/resources/v2/payments/off_session_payment.rb
1342
+ - lib/stripe/resources/v2/payments/settlement_allocation_intent.rb
1343
+ - lib/stripe/resources/v2/payments/settlement_allocation_intent_split.rb
1344
+ - lib/stripe/resources/v2/reporting/report.rb
1345
+ - lib/stripe/resources/v2/reporting/report_run.rb
1346
+ - lib/stripe/resources/v2/tax/manual_rule.rb
842
1347
  - lib/stripe/resources/webhook_endpoint.rb
843
1348
  - lib/stripe/search_result_object.rb
844
1349
  - lib/stripe/services.rb
@@ -846,6 +1351,7 @@ files:
846
1351
  - lib/stripe/services/account_external_account_service.rb
847
1352
  - lib/stripe/services/account_link_service.rb
848
1353
  - lib/stripe/services/account_login_link_service.rb
1354
+ - lib/stripe/services/account_notice_service.rb
849
1355
  - lib/stripe/services/account_person_service.rb
850
1356
  - lib/stripe/services/account_service.rb
851
1357
  - lib/stripe/services/account_session_service.rb
@@ -857,7 +1363,10 @@ files:
857
1363
  - lib/stripe/services/balance_service.rb
858
1364
  - lib/stripe/services/balance_settings_service.rb
859
1365
  - lib/stripe/services/balance_transaction_service.rb
1366
+ - lib/stripe/services/balance_transfer_service.rb
860
1367
  - lib/stripe/services/billing/alert_service.rb
1368
+ - lib/stripe/services/billing/analytics/meter_usage_service.rb
1369
+ - lib/stripe/services/billing/analytics_service.rb
861
1370
  - lib/stripe/services/billing/credit_balance_summary_service.rb
862
1371
  - lib/stripe/services/billing/credit_balance_transaction_service.rb
863
1372
  - lib/stripe/services/billing/credit_grant_service.rb
@@ -869,6 +1378,10 @@ files:
869
1378
  - lib/stripe/services/billing_portal/session_service.rb
870
1379
  - lib/stripe/services/billing_portal_service.rb
871
1380
  - lib/stripe/services/billing_service.rb
1381
+ - lib/stripe/services/capital/financing_offer_service.rb
1382
+ - lib/stripe/services/capital/financing_summary_service.rb
1383
+ - lib/stripe/services/capital/financing_transaction_service.rb
1384
+ - lib/stripe/services/capital_service.rb
872
1385
  - lib/stripe/services/charge_service.rb
873
1386
  - lib/stripe/services/checkout/session_line_item_service.rb
874
1387
  - lib/stripe/services/checkout/session_service.rb
@@ -892,6 +1405,8 @@ files:
892
1405
  - lib/stripe/services/customer_service.rb
893
1406
  - lib/stripe/services/customer_session_service.rb
894
1407
  - lib/stripe/services/customer_tax_id_service.rb
1408
+ - lib/stripe/services/delegated_checkout/requested_session_service.rb
1409
+ - lib/stripe/services/delegated_checkout_service.rb
895
1410
  - lib/stripe/services/dispute_service.rb
896
1411
  - lib/stripe/services/entitlements/active_entitlement_service.rb
897
1412
  - lib/stripe/services/entitlements/feature_service.rb
@@ -899,15 +1414,22 @@ files:
899
1414
  - lib/stripe/services/ephemeral_key_service.rb
900
1415
  - lib/stripe/services/event_service.rb
901
1416
  - lib/stripe/services/exchange_rate_service.rb
1417
+ - lib/stripe/services/external_account_service.rb
902
1418
  - lib/stripe/services/file_link_service.rb
903
1419
  - lib/stripe/services/file_service.rb
1420
+ - lib/stripe/services/financial_connections/account_inferred_balance_service.rb
904
1421
  - lib/stripe/services/financial_connections/account_owner_service.rb
905
1422
  - lib/stripe/services/financial_connections/account_service.rb
1423
+ - lib/stripe/services/financial_connections/authorization_service.rb
1424
+ - lib/stripe/services/financial_connections/institution_service.rb
906
1425
  - lib/stripe/services/financial_connections/session_service.rb
907
1426
  - lib/stripe/services/financial_connections/transaction_service.rb
908
1427
  - lib/stripe/services/financial_connections_service.rb
909
1428
  - lib/stripe/services/forwarding/request_service.rb
910
1429
  - lib/stripe/services/forwarding_service.rb
1430
+ - lib/stripe/services/fr_meal_vouchers_onboarding_service.rb
1431
+ - lib/stripe/services/fx_quote_service.rb
1432
+ - lib/stripe/services/identity/blocklist_entry_service.rb
911
1433
  - lib/stripe/services/identity/verification_report_service.rb
912
1434
  - lib/stripe/services/identity/verification_session_service.rb
913
1435
  - lib/stripe/services/identity_service.rb
@@ -919,14 +1441,20 @@ files:
919
1441
  - lib/stripe/services/issuing/authorization_service.rb
920
1442
  - lib/stripe/services/issuing/card_service.rb
921
1443
  - lib/stripe/services/issuing/cardholder_service.rb
1444
+ - lib/stripe/services/issuing/credit_underwriting_record_service.rb
922
1445
  - lib/stripe/services/issuing/dispute_service.rb
1446
+ - lib/stripe/services/issuing/dispute_settlement_detail_service.rb
1447
+ - lib/stripe/services/issuing/fraud_liability_debit_service.rb
923
1448
  - lib/stripe/services/issuing/personalization_design_service.rb
924
1449
  - lib/stripe/services/issuing/physical_bundle_service.rb
1450
+ - lib/stripe/services/issuing/program_service.rb
925
1451
  - lib/stripe/services/issuing/token_service.rb
926
1452
  - lib/stripe/services/issuing/transaction_service.rb
927
1453
  - lib/stripe/services/issuing_service.rb
928
1454
  - lib/stripe/services/mandate_service.rb
1455
+ - lib/stripe/services/margin_service.rb
929
1456
  - lib/stripe/services/oauth_service.rb
1457
+ - lib/stripe/services/order_service.rb
930
1458
  - lib/stripe/services/payment_attempt_record_service.rb
931
1459
  - lib/stripe/services/payment_intent_amount_details_line_item_service.rb
932
1460
  - lib/stripe/services/payment_intent_service.rb
@@ -939,12 +1467,21 @@ files:
939
1467
  - lib/stripe/services/payout_service.rb
940
1468
  - lib/stripe/services/plan_service.rb
941
1469
  - lib/stripe/services/price_service.rb
1470
+ - lib/stripe/services/privacy/redaction_job_service.rb
1471
+ - lib/stripe/services/privacy/redaction_job_validation_error_service.rb
1472
+ - lib/stripe/services/privacy_service.rb
1473
+ - lib/stripe/services/product_catalog/trial_offer_service.rb
1474
+ - lib/stripe/services/product_catalog_service.rb
942
1475
  - lib/stripe/services/product_feature_service.rb
943
1476
  - lib/stripe/services/product_service.rb
944
1477
  - lib/stripe/services/promotion_code_service.rb
945
1478
  - lib/stripe/services/quote_computed_upfront_line_items_service.rb
946
1479
  - lib/stripe/services/quote_line_item_service.rb
1480
+ - lib/stripe/services/quote_line_service.rb
1481
+ - lib/stripe/services/quote_preview_invoice_service.rb
1482
+ - lib/stripe/services/quote_preview_subscription_schedule_service.rb
947
1483
  - lib/stripe/services/quote_service.rb
1484
+ - lib/stripe/services/radar/account_evaluation_service.rb
948
1485
  - lib/stripe/services/radar/early_fraud_warning_service.rb
949
1486
  - lib/stripe/services/radar/payment_evaluation_service.rb
950
1487
  - lib/stripe/services/radar/value_list_item_service.rb
@@ -954,9 +1491,15 @@ files:
954
1491
  - lib/stripe/services/reporting/report_run_service.rb
955
1492
  - lib/stripe/services/reporting/report_type_service.rb
956
1493
  - lib/stripe/services/reporting_service.rb
1494
+ - lib/stripe/services/reserve/hold_service.rb
1495
+ - lib/stripe/services/reserve/plan_service.rb
1496
+ - lib/stripe/services/reserve/release_service.rb
1497
+ - lib/stripe/services/reserve_service.rb
957
1498
  - lib/stripe/services/review_service.rb
958
1499
  - lib/stripe/services/setup_attempt_service.rb
959
1500
  - lib/stripe/services/setup_intent_service.rb
1501
+ - lib/stripe/services/shared_payment/granted_token_service.rb
1502
+ - lib/stripe/services/shared_payment_service.rb
960
1503
  - lib/stripe/services/shipping_rate_service.rb
961
1504
  - lib/stripe/services/sigma/scheduled_query_run_service.rb
962
1505
  - lib/stripe/services/sigma_service.rb
@@ -968,6 +1511,8 @@ files:
968
1511
  - lib/stripe/services/tax/association_service.rb
969
1512
  - lib/stripe/services/tax/calculation_line_item_service.rb
970
1513
  - lib/stripe/services/tax/calculation_service.rb
1514
+ - lib/stripe/services/tax/form_service.rb
1515
+ - lib/stripe/services/tax/location_service.rb
971
1516
  - lib/stripe/services/tax/registration_service.rb
972
1517
  - lib/stripe/services/tax/settings_service.rb
973
1518
  - lib/stripe/services/tax/transaction_line_item_service.rb
@@ -980,8 +1525,11 @@ files:
980
1525
  - lib/stripe/services/terminal/connection_token_service.rb
981
1526
  - lib/stripe/services/terminal/location_service.rb
982
1527
  - lib/stripe/services/terminal/onboarding_link_service.rb
1528
+ - lib/stripe/services/terminal/reader_collected_data_service.rb
983
1529
  - lib/stripe/services/terminal/reader_service.rb
984
1530
  - lib/stripe/services/terminal_service.rb
1531
+ - lib/stripe/services/test_helpers/capital/financing_offer_service.rb
1532
+ - lib/stripe/services/test_helpers/capital_service.rb
985
1533
  - lib/stripe/services/test_helpers/confirmation_token_service.rb
986
1534
  - lib/stripe/services/test_helpers/customer_service.rb
987
1535
  - lib/stripe/services/test_helpers/issuing/authorization_service.rb
@@ -990,6 +1538,8 @@ files:
990
1538
  - lib/stripe/services/test_helpers/issuing/transaction_service.rb
991
1539
  - lib/stripe/services/test_helpers/issuing_service.rb
992
1540
  - lib/stripe/services/test_helpers/refund_service.rb
1541
+ - lib/stripe/services/test_helpers/shared_payment/granted_token_service.rb
1542
+ - lib/stripe/services/test_helpers/shared_payment_service.rb
993
1543
  - lib/stripe/services/test_helpers/terminal/reader_service.rb
994
1544
  - lib/stripe/services/test_helpers/terminal_service.rb
995
1545
  - lib/stripe/services/test_helpers/test_clock_service.rb
@@ -1017,19 +1567,78 @@ files:
1017
1567
  - lib/stripe/services/treasury/transaction_service.rb
1018
1568
  - lib/stripe/services/treasury_service.rb
1019
1569
  - lib/stripe/services/v1_services.rb
1570
+ - lib/stripe/services/v2/billing/bill_setting_service.rb
1571
+ - lib/stripe/services/v2/billing/bill_settings/version_service.rb
1572
+ - lib/stripe/services/v2/billing/cadence_service.rb
1573
+ - lib/stripe/services/v2/billing/collection_setting_service.rb
1574
+ - lib/stripe/services/v2/billing/collection_settings/version_service.rb
1575
+ - lib/stripe/services/v2/billing/custom_pricing_unit_service.rb
1576
+ - lib/stripe/services/v2/billing/intent_service.rb
1577
+ - lib/stripe/services/v2/billing/intents/action_service.rb
1578
+ - lib/stripe/services/v2/billing/license_fee_service.rb
1579
+ - lib/stripe/services/v2/billing/license_fee_subscription_service.rb
1580
+ - lib/stripe/services/v2/billing/license_fees/version_service.rb
1581
+ - lib/stripe/services/v2/billing/licensed_item_service.rb
1020
1582
  - lib/stripe/services/v2/billing/meter_event_adjustment_service.rb
1021
1583
  - lib/stripe/services/v2/billing/meter_event_service.rb
1022
1584
  - lib/stripe/services/v2/billing/meter_event_session_service.rb
1023
1585
  - lib/stripe/services/v2/billing/meter_event_stream_service.rb
1586
+ - lib/stripe/services/v2/billing/metered_item_service.rb
1587
+ - lib/stripe/services/v2/billing/pricing_plan_service.rb
1588
+ - lib/stripe/services/v2/billing/pricing_plan_subscription_service.rb
1589
+ - lib/stripe/services/v2/billing/pricing_plan_subscriptions/component_service.rb
1590
+ - lib/stripe/services/v2/billing/pricing_plans/component_service.rb
1591
+ - lib/stripe/services/v2/billing/pricing_plans/version_service.rb
1592
+ - lib/stripe/services/v2/billing/profile_service.rb
1593
+ - lib/stripe/services/v2/billing/rate_card_service.rb
1594
+ - lib/stripe/services/v2/billing/rate_card_subscription_service.rb
1595
+ - lib/stripe/services/v2/billing/rate_cards/rate_service.rb
1596
+ - lib/stripe/services/v2/billing/rate_cards/version_service.rb
1597
+ - lib/stripe/services/v2/billing/service_action_service.rb
1024
1598
  - lib/stripe/services/v2/billing_service.rb
1025
1599
  - lib/stripe/services/v2/core/account_link_service.rb
1026
1600
  - lib/stripe/services/v2/core/account_service.rb
1027
1601
  - lib/stripe/services/v2/core/account_token_service.rb
1028
1602
  - lib/stripe/services/v2/core/accounts/person_service.rb
1029
1603
  - lib/stripe/services/v2/core/accounts/person_token_service.rb
1604
+ - lib/stripe/services/v2/core/claimable_sandbox_service.rb
1030
1605
  - lib/stripe/services/v2/core/event_destination_service.rb
1031
1606
  - lib/stripe/services/v2/core/event_service.rb
1607
+ - lib/stripe/services/v2/core/vault/gb_bank_account_service.rb
1608
+ - lib/stripe/services/v2/core/vault/us_bank_account_service.rb
1609
+ - lib/stripe/services/v2/core/vault_service.rb
1032
1610
  - lib/stripe/services/v2/core_service.rb
1611
+ - lib/stripe/services/v2/iam/api_key_service.rb
1612
+ - lib/stripe/services/v2/iam_service.rb
1613
+ - lib/stripe/services/v2/money_management/adjustment_service.rb
1614
+ - lib/stripe/services/v2/money_management/currency_conversion_service.rb
1615
+ - lib/stripe/services/v2/money_management/financial_account_service.rb
1616
+ - lib/stripe/services/v2/money_management/financial_address_service.rb
1617
+ - lib/stripe/services/v2/money_management/inbound_transfer_service.rb
1618
+ - lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb
1619
+ - lib/stripe/services/v2/money_management/outbound_payment_service.rb
1620
+ - lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb
1621
+ - lib/stripe/services/v2/money_management/outbound_transfer_service.rb
1622
+ - lib/stripe/services/v2/money_management/payout_method_service.rb
1623
+ - lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb
1624
+ - lib/stripe/services/v2/money_management/received_credit_service.rb
1625
+ - lib/stripe/services/v2/money_management/received_debit_service.rb
1626
+ - lib/stripe/services/v2/money_management/recipient_verification_service.rb
1627
+ - lib/stripe/services/v2/money_management/transaction_entry_service.rb
1628
+ - lib/stripe/services/v2/money_management/transaction_service.rb
1629
+ - lib/stripe/services/v2/money_management_service.rb
1630
+ - lib/stripe/services/v2/payment_service.rb
1631
+ - lib/stripe/services/v2/payments/off_session_payment_service.rb
1632
+ - lib/stripe/services/v2/payments/settlement_allocation_intent_service.rb
1633
+ - lib/stripe/services/v2/payments/settlement_allocation_intents/split_service.rb
1634
+ - lib/stripe/services/v2/reporting/report_run_service.rb
1635
+ - lib/stripe/services/v2/reporting/report_service.rb
1636
+ - lib/stripe/services/v2/reporting_service.rb
1637
+ - lib/stripe/services/v2/tax/manual_rule_service.rb
1638
+ - lib/stripe/services/v2/tax_service.rb
1639
+ - lib/stripe/services/v2/test_helper_service.rb
1640
+ - lib/stripe/services/v2/test_helpers/financial_address_service.rb
1641
+ - lib/stripe/services/v2/test_helpers/money_management_service.rb
1033
1642
  - lib/stripe/services/v2_services.rb
1034
1643
  - lib/stripe/services/webhook_endpoint_service.rb
1035
1644
  - lib/stripe/singleton_api_resource.rb
@@ -1068,9 +1677,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
1068
1677
  version: 2.6.0
1069
1678
  required_rubygems_version: !ruby/object:Gem::Requirement
1070
1679
  requirements:
1071
- - - ">="
1680
+ - - ">"
1072
1681
  - !ruby/object:Gem::Version
1073
- version: '0'
1682
+ version: 1.3.1
1074
1683
  requirements: []
1075
1684
  rubygems_version: 3.3.27
1076
1685
  signing_key: