stripe 15.5.0.pre.beta.2 → 15.6.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 (207) hide show
  1. checksums.yaml +4 -4
  2. data/API_VERSION +1 -1
  3. data/CHANGELOG.md +117 -1
  4. data/OPENAPI_VERSION +1 -1
  5. data/README.md +6 -4
  6. data/VERSION +1 -1
  7. data/lib/stripe/api_requestor.rb +20 -18
  8. data/lib/stripe/api_version.rb +1 -1
  9. data/lib/stripe/errors.rb +26 -23
  10. data/lib/stripe/event_types.rb +83 -0
  11. data/lib/stripe/events/v2_billing_cadence_billed_event.rb +21 -0
  12. data/lib/stripe/events/v2_billing_cadence_canceled_event.rb +21 -0
  13. data/lib/stripe/events/v2_billing_cadence_created_event.rb +23 -0
  14. data/lib/stripe/events/v2_billing_cadence_errored_event.rb +21 -0
  15. data/lib/stripe/events/v2_billing_license_fee_created_event.rb +21 -0
  16. data/lib/stripe/events/v2_billing_license_fee_updated_event.rb +21 -0
  17. data/lib/stripe/events/v2_billing_license_fee_version_created_event.rb +23 -0
  18. data/lib/stripe/events/v2_billing_licensed_item_created_event.rb +21 -0
  19. data/lib/stripe/events/v2_billing_licensed_item_updated_event.rb +21 -0
  20. data/lib/stripe/events/v2_billing_metered_item_created_event.rb +21 -0
  21. data/lib/stripe/events/v2_billing_metered_item_updated_event.rb +21 -0
  22. data/lib/stripe/events/v2_billing_pricing_plan_component_created_event.rb +23 -0
  23. data/lib/stripe/events/v2_billing_pricing_plan_component_updated_event.rb +23 -0
  24. data/lib/stripe/events/v2_billing_pricing_plan_created_event.rb +21 -0
  25. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_awaiting_customer_action_event.rb +21 -0
  26. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_current_event.rb +21 -0
  27. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_past_due_event.rb +21 -0
  28. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_paused_event.rb +21 -0
  29. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_unpaid_event.rb +21 -0
  30. data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_activated_event.rb +21 -0
  31. data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_canceled_event.rb +21 -0
  32. data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_paused_event.rb +21 -0
  33. data/lib/stripe/events/v2_billing_pricing_plan_updated_event.rb +21 -0
  34. data/lib/stripe/events/v2_billing_pricing_plan_version_created_event.rb +23 -0
  35. data/lib/stripe/events/v2_billing_rate_card_created_event.rb +23 -0
  36. data/lib/stripe/events/v2_billing_rate_card_rate_created_event.rb +23 -0
  37. data/lib/stripe/events/v2_billing_rate_card_subscription_activated_event.rb +21 -0
  38. data/lib/stripe/events/v2_billing_rate_card_subscription_canceled_event.rb +21 -0
  39. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_awaiting_customer_action_event.rb +21 -0
  40. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_current_event.rb +21 -0
  41. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_past_due_event.rb +21 -0
  42. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_paused_event.rb +21 -0
  43. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_unpaid_event.rb +21 -0
  44. data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_activated_event.rb +21 -0
  45. data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_canceled_event.rb +21 -0
  46. data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_paused_event.rb +21 -0
  47. data/lib/stripe/events/v2_billing_rate_card_updated_event.rb +21 -0
  48. data/lib/stripe/events/v2_billing_rate_card_version_created_event.rb +23 -0
  49. data/lib/stripe/events/v2_core_health_api_error_firing_event.rb +13 -0
  50. data/lib/stripe/events/v2_core_health_api_error_resolved_event.rb +13 -0
  51. data/lib/stripe/events/v2_core_health_api_latency_firing_event.rb +13 -0
  52. data/lib/stripe/events/v2_core_health_api_latency_resolved_event.rb +13 -0
  53. data/lib/stripe/events/v2_core_health_authorization_rate_drop_firing_event.rb +13 -0
  54. data/lib/stripe/events/v2_core_health_authorization_rate_drop_resolved_event.rb +13 -0
  55. data/lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb +13 -0
  56. data/lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb +13 -0
  57. data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_firing_event.rb +13 -0
  58. data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_resolved_event.rb +13 -0
  59. data/lib/stripe/events/v2_core_health_payment_method_error_firing_event.rb +13 -0
  60. data/lib/stripe/events/v2_core_health_payment_method_error_resolved_event.rb +13 -0
  61. data/lib/stripe/events/v2_core_health_traffic_volume_drop_firing_event.rb +13 -0
  62. data/lib/stripe/events/v2_core_health_traffic_volume_drop_resolved_event.rb +13 -0
  63. data/lib/stripe/events/v2_core_health_webhook_latency_firing_event.rb +13 -0
  64. data/lib/stripe/events/v2_core_health_webhook_latency_resolved_event.rb +13 -0
  65. data/lib/stripe/events/v2_reporting_report_run_created_event.rb +21 -0
  66. data/lib/stripe/events/v2_reporting_report_run_failed_event.rb +21 -0
  67. data/lib/stripe/events/v2_reporting_report_run_succeeded_event.rb +21 -0
  68. data/lib/stripe/events/v2_reporting_report_run_updated_event.rb +21 -0
  69. data/lib/stripe/object_types.rb +27 -0
  70. data/lib/stripe/resources/account.rb +2 -2
  71. data/lib/stripe/resources/account_session.rb +94 -13
  72. data/lib/stripe/resources/balance.rb +2 -7
  73. data/lib/stripe/resources/balance_settings.rb +72 -65
  74. data/lib/stripe/resources/billing/alert.rb +128 -1
  75. data/lib/stripe/resources/billing/alert_triggered.rb +6 -0
  76. data/lib/stripe/resources/billing/credit_balance_summary.rb +50 -0
  77. data/lib/stripe/resources/billing/credit_balance_transaction.rb +50 -0
  78. data/lib/stripe/resources/billing/credit_grant.rb +61 -2
  79. data/lib/stripe/resources/billing/meter.rb +2 -2
  80. data/lib/stripe/resources/billing/meter_usage_row.rb +1 -1
  81. data/lib/stripe/resources/billing_portal/configuration.rb +12 -2
  82. data/lib/stripe/resources/charge.rb +36 -5
  83. data/lib/stripe/resources/checkout/session.rb +237 -6
  84. data/lib/stripe/resources/credit_note.rb +3 -3
  85. data/lib/stripe/resources/dispute.rb +1 -1
  86. data/lib/stripe/resources/file.rb +1 -1
  87. data/lib/stripe/resources/file_link.rb +1 -1
  88. data/lib/stripe/resources/invoice.rb +55 -1
  89. data/lib/stripe/resources/invoice_item.rb +48 -0
  90. data/lib/stripe/resources/invoice_line_item.rb +52 -0
  91. data/lib/stripe/resources/invoice_payment.rb +1 -1
  92. data/lib/stripe/resources/mandate.rb +65 -1
  93. data/lib/stripe/resources/payment_attempt_record.rb +86 -10
  94. data/lib/stripe/resources/payment_intent.rb +182 -4
  95. data/lib/stripe/resources/payment_link.rb +1 -1
  96. data/lib/stripe/resources/payment_method.rb +2 -0
  97. data/lib/stripe/resources/payment_record.rb +107 -14
  98. data/lib/stripe/resources/promotion_code.rb +5 -2
  99. data/lib/stripe/resources/quote_preview_invoice.rb +8 -1
  100. data/lib/stripe/resources/quote_preview_subscription_schedule.rb +24 -0
  101. data/lib/stripe/resources/setup_attempt.rb +4 -1
  102. data/lib/stripe/resources/setup_intent.rb +194 -1
  103. data/lib/stripe/resources/subscription.rb +145 -9
  104. data/lib/stripe/resources/subscription_schedule.rb +124 -2
  105. data/lib/stripe/resources/terminal/configuration.rb +82 -0
  106. data/lib/stripe/resources/terminal/reader.rb +22 -0
  107. data/lib/stripe/resources/v2/billing/bill_setting.rb +62 -0
  108. data/lib/stripe/resources/v2/billing/bill_setting_version.rb +50 -0
  109. data/lib/stripe/resources/v2/billing/cadence.rb +182 -0
  110. data/lib/stripe/resources/v2/billing/collection_setting.rb +148 -0
  111. data/lib/stripe/resources/v2/billing/collection_setting_version.rb +136 -0
  112. data/lib/stripe/resources/v2/billing/custom_pricing_unit.rb +35 -0
  113. data/lib/stripe/resources/v2/billing/intent.rb +59 -0
  114. data/lib/stripe/resources/v2/billing/intent_action.rb +200 -0
  115. data/lib/stripe/resources/v2/billing/license_fee.rb +79 -0
  116. data/lib/stripe/resources/v2/billing/license_fee_subscription.rb +36 -0
  117. data/lib/stripe/resources/v2/billing/license_fee_version.rb +56 -0
  118. data/lib/stripe/resources/v2/billing/licensed_item.rb +44 -0
  119. data/lib/stripe/resources/v2/billing/metered_item.rb +58 -0
  120. data/lib/stripe/resources/v2/billing/pricing_plan.rb +43 -0
  121. data/lib/stripe/resources/v2/billing/pricing_plan_component.rb +58 -0
  122. data/lib/stripe/resources/v2/billing/pricing_plan_subscription.rb +63 -0
  123. data/lib/stripe/resources/v2/billing/pricing_plan_version.rb +30 -0
  124. data/lib/stripe/resources/v2/billing/profile.rb +38 -0
  125. data/lib/stripe/resources/v2/billing/rate_card.rb +53 -0
  126. data/lib/stripe/resources/v2/billing/rate_card_rate.rb +71 -0
  127. data/lib/stripe/resources/v2/billing/rate_card_subscription.rb +63 -0
  128. data/lib/stripe/resources/v2/billing/rate_card_version.rb +26 -0
  129. data/lib/stripe/resources/v2/billing/service_action.rb +117 -0
  130. data/lib/stripe/resources/v2/core/account.rb +8 -0
  131. data/lib/stripe/resources/v2/core/claimable_sandbox.rb +57 -0
  132. data/lib/stripe/resources/v2/event.rb +2 -0
  133. data/lib/stripe/resources/v2/money_management/financial_account.rb +4 -2
  134. data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +1 -1
  135. data/lib/stripe/resources/v2/money_management/transaction.rb +2 -0
  136. data/lib/stripe/resources/v2/money_management/transaction_entry.rb +2 -0
  137. data/lib/stripe/resources/v2/reporting/report.rb +64 -0
  138. data/lib/stripe/resources/v2/reporting/report_run.rb +89 -0
  139. data/lib/stripe/resources/v2/tax/automatic_rule.rb +31 -0
  140. data/lib/stripe/resources.rb +85 -0
  141. data/lib/stripe/services/account_session_service.rb +64 -13
  142. data/lib/stripe/services/balance_settings_service.rb +44 -41
  143. data/lib/stripe/services/billing/alert_service.rb +75 -1
  144. data/lib/stripe/services/billing/credit_balance_summary_service.rb +13 -1
  145. data/lib/stripe/services/billing/credit_grant_service.rb +29 -2
  146. data/lib/stripe/services/billing/meter_service.rb +1 -1
  147. data/lib/stripe/services/billing_portal/configuration_service.rb +10 -2
  148. data/lib/stripe/services/checkout/session_service.rb +166 -5
  149. data/lib/stripe/services/credit_note_preview_lines_service.rb +1 -1
  150. data/lib/stripe/services/credit_note_service.rb +2 -2
  151. data/lib/stripe/services/customer_service.rb +4 -4
  152. data/lib/stripe/services/file_link_service.rb +1 -1
  153. data/lib/stripe/services/file_service.rb +1 -1
  154. data/lib/stripe/services/invoice_payment_service.rb +1 -1
  155. data/lib/stripe/services/invoice_service.rb +47 -0
  156. data/lib/stripe/services/mandate_service.rb +40 -0
  157. data/lib/stripe/services/payment_attempt_record_service.rb +4 -1
  158. data/lib/stripe/services/payment_intent_service.rb +157 -3
  159. data/lib/stripe/services/payment_link_service.rb +1 -1
  160. data/lib/stripe/services/payment_record_service.rb +25 -5
  161. data/lib/stripe/services/quote_service.rb +4 -4
  162. data/lib/stripe/services/setup_intent_service.rb +153 -0
  163. data/lib/stripe/services/subscription_schedule_service.rb +100 -2
  164. data/lib/stripe/services/subscription_service.rb +134 -9
  165. data/lib/stripe/services/terminal/configuration_service.rb +64 -0
  166. data/lib/stripe/services/test_helpers/terminal/reader_service.rb +22 -0
  167. data/lib/stripe/services/v1_services.rb +5 -5
  168. data/lib/stripe/services/v2/billing/bill_setting_service.rb +214 -0
  169. data/lib/stripe/services/v2/billing/bill_settings/version_service.rb +45 -0
  170. data/lib/stripe/services/v2/billing/cadence_service.rb +428 -0
  171. data/lib/stripe/services/v2/billing/collection_setting_service.rb +518 -0
  172. data/lib/stripe/services/v2/billing/collection_settings/version_service.rb +45 -0
  173. data/lib/stripe/services/v2/billing/custom_pricing_unit_service.rb +108 -0
  174. data/lib/stripe/services/v2/billing/intent_service.rb +465 -0
  175. data/lib/stripe/services/v2/billing/intents/action_service.rb +45 -0
  176. data/lib/stripe/services/v2/billing/license_fee_service.rb +250 -0
  177. data/lib/stripe/services/v2/billing/license_fee_subscription_service.rb +23 -0
  178. data/lib/stripe/services/v2/billing/license_fees/version_service.rb +45 -0
  179. data/lib/stripe/services/v2/billing/licensed_item_service.rb +149 -0
  180. data/lib/stripe/services/v2/billing/metered_item_service.rb +176 -0
  181. data/lib/stripe/services/v2/billing/pricing_plan_service.rb +142 -0
  182. data/lib/stripe/services/v2/billing/pricing_plan_subscription_service.rb +76 -0
  183. data/lib/stripe/services/v2/billing/pricing_plans/component_service.rb +162 -0
  184. data/lib/stripe/services/v2/billing/pricing_plans/version_service.rb +45 -0
  185. data/lib/stripe/services/v2/billing/profile_service.rb +144 -0
  186. data/lib/stripe/services/v2/billing/rate_card_service.rb +151 -0
  187. data/lib/stripe/services/v2/billing/rate_card_subscription_service.rb +144 -0
  188. data/lib/stripe/services/v2/billing/rate_cards/rate_service.rb +161 -0
  189. data/lib/stripe/services/v2/billing/rate_cards/version_service.rb +45 -0
  190. data/lib/stripe/services/v2/billing/service_action_service.rb +259 -0
  191. data/lib/stripe/services/v2/billing_service.rb +19 -2
  192. data/lib/stripe/services/v2/core/account_service.rb +16 -2
  193. data/lib/stripe/services/v2/core/claimable_sandbox_service.rb +50 -0
  194. data/lib/stripe/services/v2/core_service.rb +4 -3
  195. data/lib/stripe/services/v2/money_management/financial_account_service.rb +4 -1
  196. data/lib/stripe/services/v2/money_management_service.rb +3 -3
  197. data/lib/stripe/services/v2/reporting/report_run_service.rb +88 -0
  198. data/lib/stripe/services/v2/reporting/report_service.rb +25 -0
  199. data/lib/stripe/services/v2/reporting_service.rb +16 -0
  200. data/lib/stripe/services/v2/tax/automatic_rule_service.rb +99 -0
  201. data/lib/stripe/services/v2/tax_service.rb +15 -0
  202. data/lib/stripe/services/v2_services.rb +3 -1
  203. data/lib/stripe/services.rb +29 -0
  204. data/lib/stripe/stripe_service.rb +3 -1
  205. data/lib/stripe/version.rb +1 -1
  206. metadata +116 -3
  207. data/rbi/stripe.rbi +0 -199145
@@ -0,0 +1,259 @@
1
+ # File generated from our OpenAPI spec
2
+ # frozen_string_literal: true
3
+
4
+ module Stripe
5
+ module V2
6
+ module Billing
7
+ class ServiceActionService < StripeService
8
+ class CreateParams < Stripe::RequestParams
9
+ class CreditGrant < Stripe::RequestParams
10
+ class Amount < Stripe::RequestParams
11
+ class CustomPricingUnit < Stripe::RequestParams
12
+ # The id of the custom pricing unit.
13
+ attr_accessor :id
14
+ # The value of the credit grant, decimal value represented as a string.
15
+ attr_accessor :value
16
+
17
+ def initialize(id: nil, value: nil)
18
+ @id = id
19
+ @value = value
20
+ end
21
+ end
22
+ # The type of the credit grant amount. We currently support `monetary` and `custom_pricing_unit` billing credits.
23
+ attr_accessor :type
24
+ # The custom pricing unit amount of the credit grant. Required if `type` is `custom_pricing_unit`.
25
+ attr_accessor :custom_pricing_unit
26
+ # The monetary amount of the credit grant. Required if `type` is `monetary`.
27
+ attr_accessor :monetary
28
+
29
+ def initialize(type: nil, custom_pricing_unit: nil, monetary: nil)
30
+ @type = type
31
+ @custom_pricing_unit = custom_pricing_unit
32
+ @monetary = monetary
33
+ end
34
+ end
35
+
36
+ class ApplicabilityConfig < Stripe::RequestParams
37
+ class Scope < Stripe::RequestParams
38
+ # The billable items to apply the credit grant to.
39
+ attr_accessor :billable_items
40
+ # The price type that credit grants can apply to. We currently only support the `metered` price type. This will apply to metered prices and rate cards. Cannot be used in combination with `billable_items`.
41
+ attr_accessor :price_type
42
+
43
+ def initialize(billable_items: nil, price_type: nil)
44
+ @billable_items = billable_items
45
+ @price_type = price_type
46
+ end
47
+ end
48
+ # The applicability scope of the credit grant.
49
+ attr_accessor :scope
50
+
51
+ def initialize(scope: nil)
52
+ @scope = scope
53
+ end
54
+ end
55
+
56
+ class ExpiryConfig < Stripe::RequestParams
57
+ # The type of the expiry configuration. We currently support `end_of_service_period`.
58
+ attr_accessor :type
59
+
60
+ def initialize(type: nil)
61
+ @type = type
62
+ end
63
+ end
64
+ # The amount of the credit grant.
65
+ attr_accessor :amount
66
+ # Defines the scope where the credit grant is applicable.
67
+ attr_accessor :applicability_config
68
+ # The expiry configuration for the credit grant.
69
+ attr_accessor :expiry_config
70
+ # A descriptive name shown in dashboard.
71
+ attr_accessor :name
72
+
73
+ def initialize(amount: nil, applicability_config: nil, expiry_config: nil, name: nil)
74
+ @amount = amount
75
+ @applicability_config = applicability_config
76
+ @expiry_config = expiry_config
77
+ @name = name
78
+ end
79
+ end
80
+
81
+ class CreditGrantPerTenant < Stripe::RequestParams
82
+ class Amount < Stripe::RequestParams
83
+ class CustomPricingUnit < Stripe::RequestParams
84
+ # The id of the custom pricing unit.
85
+ attr_accessor :id
86
+ # The value of the credit grant, decimal value represented as a string.
87
+ attr_accessor :value
88
+
89
+ def initialize(id: nil, value: nil)
90
+ @id = id
91
+ @value = value
92
+ end
93
+ end
94
+ # The type of the credit grant amount. We currently support `monetary` and `custom_pricing_unit` billing credits.
95
+ attr_accessor :type
96
+ # The custom pricing unit amount of the credit grant. Required if `type` is `custom_pricing_unit`.
97
+ attr_accessor :custom_pricing_unit
98
+ # The monetary amount of the credit grant. Required if `type` is `monetary`.
99
+ attr_accessor :monetary
100
+
101
+ def initialize(type: nil, custom_pricing_unit: nil, monetary: nil)
102
+ @type = type
103
+ @custom_pricing_unit = custom_pricing_unit
104
+ @monetary = monetary
105
+ end
106
+ end
107
+
108
+ class ApplicabilityConfig < Stripe::RequestParams
109
+ class Scope < Stripe::RequestParams
110
+ # The billable items to apply the credit grant to.
111
+ attr_accessor :billable_items
112
+ # The price type that credit grants can apply to. We currently only support the `metered` price type. This will apply to metered prices and rate cards. Cannot be used in combination with `billable_items`.
113
+ attr_accessor :price_type
114
+
115
+ def initialize(billable_items: nil, price_type: nil)
116
+ @billable_items = billable_items
117
+ @price_type = price_type
118
+ end
119
+ end
120
+ # The applicability scope of the credit grant.
121
+ attr_accessor :scope
122
+
123
+ def initialize(scope: nil)
124
+ @scope = scope
125
+ end
126
+ end
127
+
128
+ class ExpiryConfig < Stripe::RequestParams
129
+ # The type of the expiry configuration. We currently support `end_of_service_period`.
130
+ attr_accessor :type
131
+
132
+ def initialize(type: nil)
133
+ @type = type
134
+ end
135
+ end
136
+
137
+ class GrantCondition < Stripe::RequestParams
138
+ class MeterEventFirstPerPeriod < Stripe::RequestParams
139
+ class MeterSegmentCondition < Stripe::RequestParams
140
+ class Dimension < Stripe::RequestParams
141
+ # The payload key for the dimension.
142
+ attr_accessor :payload_key
143
+ # The value for the dimension.
144
+ attr_accessor :value
145
+
146
+ def initialize(payload_key: nil, value: nil)
147
+ @payload_key = payload_key
148
+ @value = value
149
+ end
150
+ end
151
+ # The type of the meter segment condition. We currently support `dimension`.
152
+ attr_accessor :type
153
+ # Dimension-based meter segment condition.
154
+ attr_accessor :dimension
155
+
156
+ def initialize(type: nil, dimension: nil)
157
+ @type = type
158
+ @dimension = dimension
159
+ end
160
+ end
161
+ # The meter segment conditions for the grant condition.
162
+ attr_accessor :meter_segment_conditions
163
+
164
+ def initialize(meter_segment_conditions: nil)
165
+ @meter_segment_conditions = meter_segment_conditions
166
+ end
167
+ end
168
+ # The type of the grant condition. We currently support `meter_event_first_per_period`.
169
+ attr_accessor :type
170
+ # The grant condition for the meter event first per period.
171
+ attr_accessor :meter_event_first_per_period
172
+
173
+ def initialize(type: nil, meter_event_first_per_period: nil)
174
+ @type = type
175
+ @meter_event_first_per_period = meter_event_first_per_period
176
+ end
177
+ end
178
+ # The amount of the credit grant.
179
+ attr_accessor :amount
180
+ # Defines the scope where the credit grant is applicable.
181
+ attr_accessor :applicability_config
182
+ # The expiry configuration for the credit grant.
183
+ attr_accessor :expiry_config
184
+ # The grant condition for the credit grant.
185
+ attr_accessor :grant_condition
186
+ # Customer-facing name for the credit grant.
187
+ attr_accessor :name
188
+
189
+ def initialize(
190
+ amount: nil,
191
+ applicability_config: nil,
192
+ expiry_config: nil,
193
+ grant_condition: nil,
194
+ name: nil
195
+ )
196
+ @amount = amount
197
+ @applicability_config = applicability_config
198
+ @expiry_config = expiry_config
199
+ @grant_condition = grant_condition
200
+ @name = name
201
+ end
202
+ end
203
+ # An internal key you can use to search for this service action. Maximum length of 200 characters.
204
+ attr_accessor :lookup_key
205
+ # The interval for assessing service.
206
+ attr_accessor :service_interval
207
+ # The length of the interval for assessing service.
208
+ attr_accessor :service_interval_count
209
+ # The type of the service action.
210
+ attr_accessor :type
211
+ # Details for the credit grant. Required if `type` is `credit_grant`.
212
+ attr_accessor :credit_grant
213
+ # Details for the credit grant per tenant. Required if `type` is `credit_grant_per_tenant`.
214
+ attr_accessor :credit_grant_per_tenant
215
+
216
+ def initialize(
217
+ lookup_key: nil,
218
+ service_interval: nil,
219
+ service_interval_count: nil,
220
+ type: nil,
221
+ credit_grant: nil,
222
+ credit_grant_per_tenant: nil
223
+ )
224
+ @lookup_key = lookup_key
225
+ @service_interval = service_interval
226
+ @service_interval_count = service_interval_count
227
+ @type = type
228
+ @credit_grant = credit_grant
229
+ @credit_grant_per_tenant = credit_grant_per_tenant
230
+ end
231
+ end
232
+
233
+ class RetrieveParams < Stripe::RequestParams; end
234
+
235
+ # Create a Service Action object.
236
+ def create(params = {}, opts = {})
237
+ request(
238
+ method: :post,
239
+ path: "/v2/billing/service_actions",
240
+ params: params,
241
+ opts: opts,
242
+ base_address: :api
243
+ )
244
+ end
245
+
246
+ # Retrieve a Service Action object.
247
+ def retrieve(id, params = {}, opts = {})
248
+ request(
249
+ method: :get,
250
+ path: format("/v2/billing/service_actions/%<id>s", { id: CGI.escape(id) }),
251
+ params: params,
252
+ opts: opts,
253
+ base_address: :api
254
+ )
255
+ end
256
+ end
257
+ end
258
+ end
259
+ end
@@ -4,14 +4,31 @@
4
4
  module Stripe
5
5
  module V2
6
6
  class BillingService < StripeService
7
- attr_reader :meter_event_adjustments, :meter_event_session, :meter_event_stream, :meter_events
7
+ attr_reader :bill_settings, :cadences, :collection_settings, :custom_pricing_units, :intents, :license_fees, :license_fee_subscriptions, :licensed_items, :meter_events, :meter_event_adjustments, :meter_event_session, :meter_event_stream, :metered_items, :pricing_plans, :pricing_plan_subscriptions, :profiles, :rate_cards, :rate_card_subscriptions, :service_actions
8
8
 
9
9
  def initialize(requestor)
10
10
  super
11
+ @bill_settings = Stripe::V2::Billing::BillSettingService.new(@requestor)
12
+ @cadences = Stripe::V2::Billing::CadenceService.new(@requestor)
13
+ @collection_settings = Stripe::V2::Billing::CollectionSettingService.new(@requestor)
14
+ @custom_pricing_units = Stripe::V2::Billing::CustomPricingUnitService.new(@requestor)
15
+ @intents = Stripe::V2::Billing::IntentService.new(@requestor)
16
+ @license_fees = Stripe::V2::Billing::LicenseFeeService.new(@requestor)
17
+ @license_fee_subscriptions = Stripe::V2::Billing::LicenseFeeSubscriptionService
18
+ .new(@requestor)
19
+ @licensed_items = Stripe::V2::Billing::LicensedItemService.new(@requestor)
20
+ @meter_events = Stripe::V2::Billing::MeterEventService.new(@requestor)
11
21
  @meter_event_adjustments = Stripe::V2::Billing::MeterEventAdjustmentService.new(@requestor)
12
22
  @meter_event_session = Stripe::V2::Billing::MeterEventSessionService.new(@requestor)
13
23
  @meter_event_stream = Stripe::V2::Billing::MeterEventStreamService.new(@requestor)
14
- @meter_events = Stripe::V2::Billing::MeterEventService.new(@requestor)
24
+ @metered_items = Stripe::V2::Billing::MeteredItemService.new(@requestor)
25
+ @pricing_plans = Stripe::V2::Billing::PricingPlanService.new(@requestor)
26
+ @pricing_plan_subscriptions = Stripe::V2::Billing::PricingPlanSubscriptionService
27
+ .new(@requestor)
28
+ @profiles = Stripe::V2::Billing::ProfileService.new(@requestor)
29
+ @rate_cards = Stripe::V2::Billing::RateCardService.new(@requestor)
30
+ @rate_card_subscriptions = Stripe::V2::Billing::RateCardSubscriptionService.new(@requestor)
31
+ @service_actions = Stripe::V2::Billing::ServiceActionService.new(@requestor)
15
32
  end
16
33
  end
17
34
  end
@@ -2384,6 +2384,8 @@ module Stripe
2384
2384
  @phone = phone
2385
2385
  end
2386
2386
  end
2387
+ # Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
2388
+ attr_accessor :applied
2387
2389
  # Automatic indirect tax settings to be used when automatic tax calculation is enabled on the customer's invoices, subscriptions, checkout sessions, or payment links. Surfaces if automatic tax calculation is possible given the current customer location information.
2388
2390
  attr_accessor :automatic_indirect_tax
2389
2391
  # Billing settings - default settings used for this customer in Billing flows such as Invoices and Subscriptions.
@@ -2396,12 +2398,14 @@ module Stripe
2396
2398
  attr_accessor :test_clock
2397
2399
 
2398
2400
  def initialize(
2401
+ applied: nil,
2399
2402
  automatic_indirect_tax: nil,
2400
2403
  billing: nil,
2401
2404
  capabilities: nil,
2402
2405
  shipping: nil,
2403
2406
  test_clock: nil
2404
2407
  )
2408
+ @applied = applied
2405
2409
  @automatic_indirect_tax = automatic_indirect_tax
2406
2410
  @billing = billing
2407
2411
  @capabilities = capabilities
@@ -3099,6 +3103,8 @@ module Stripe
3099
3103
  @url = url
3100
3104
  end
3101
3105
  end
3106
+ # Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
3107
+ attr_accessor :applied
3102
3108
  # Settings used for Bacs debit payments.
3103
3109
  attr_accessor :bacs_debit_payments
3104
3110
  # Settings used to apply the merchant's branding to email receipts, invoices, Checkout, and other products.
@@ -3115,6 +3121,7 @@ module Stripe
3115
3121
  attr_accessor :support
3116
3122
 
3117
3123
  def initialize(
3124
+ applied: nil,
3118
3125
  bacs_debit_payments: nil,
3119
3126
  branding: nil,
3120
3127
  capabilities: nil,
@@ -3123,6 +3130,7 @@ module Stripe
3123
3130
  statement_descriptor: nil,
3124
3131
  support: nil
3125
3132
  )
3133
+ @applied = applied
3126
3134
  @bacs_debit_payments = bacs_debit_payments
3127
3135
  @branding = branding
3128
3136
  @capabilities = capabilities
@@ -3202,12 +3210,15 @@ module Stripe
3202
3210
  @stripe_balance = stripe_balance
3203
3211
  end
3204
3212
  end
3213
+ # Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
3214
+ attr_accessor :applied
3205
3215
  # Capabilities to request on the Recipient Configuration.
3206
3216
  attr_accessor :capabilities
3207
3217
  # The payout method id to be used as a default outbound destination. This will allow the PayoutMethod to be omitted on OutboundPayments made through API or sending payouts via dashboard. Can also be explicitly set to `null` to clear the existing default outbound destination.
3208
3218
  attr_accessor :default_outbound_destination
3209
3219
 
3210
- def initialize(capabilities: nil, default_outbound_destination: nil)
3220
+ def initialize(applied: nil, capabilities: nil, default_outbound_destination: nil)
3221
+ @applied = applied
3211
3222
  @capabilities = capabilities
3212
3223
  @default_outbound_destination = default_outbound_destination
3213
3224
  end
@@ -3360,10 +3371,13 @@ module Stripe
3360
3371
  @outbound_transfers = outbound_transfers
3361
3372
  end
3362
3373
  end
3374
+ # Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
3375
+ attr_accessor :applied
3363
3376
  # Capabilities to request on the Storer Configuration.
3364
3377
  attr_accessor :capabilities
3365
3378
 
3366
- def initialize(capabilities: nil)
3379
+ def initialize(applied: nil, capabilities: nil)
3380
+ @applied = applied
3367
3381
  @capabilities = capabilities
3368
3382
  end
3369
3383
  end
@@ -0,0 +1,50 @@
1
+ # File generated from our OpenAPI spec
2
+ # frozen_string_literal: true
3
+
4
+ module Stripe
5
+ module V2
6
+ module Core
7
+ class ClaimableSandboxService < StripeService
8
+ class CreateParams < Stripe::RequestParams
9
+ class Prefill < Stripe::RequestParams
10
+ # Country in which the account holder resides, or in which the business is legally established.
11
+ # Use two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
12
+ attr_accessor :country
13
+ # Email that this sandbox is meant to be claimed by. Stripe will
14
+ # notify this email address before the sandbox expires.
15
+ attr_accessor :email
16
+ # Name for the sandbox. If not provided, this will be generated.
17
+ attr_accessor :name
18
+
19
+ def initialize(country: nil, email: nil, name: nil)
20
+ @country = country
21
+ @email = email
22
+ @name = name
23
+ end
24
+ end
25
+ # If true, returns a key that can be used with [Stripe's MCP server](https://docs.stripe.com/mcp).
26
+ attr_accessor :enable_mcp_access
27
+ # Values that are prefilled when a user claims the sandbox.
28
+ attr_accessor :prefill
29
+
30
+ def initialize(enable_mcp_access: nil, prefill: nil)
31
+ @enable_mcp_access = enable_mcp_access
32
+ @prefill = prefill
33
+ end
34
+ end
35
+
36
+ # Create an anonymous, claimable sandbox. This sandbox can be prefilled with data. The response will include
37
+ # a claim URL that allow a user to claim the account.
38
+ def create(params = {}, opts = {})
39
+ request(
40
+ method: :post,
41
+ path: "/v2/core/claimable_sandboxes",
42
+ params: params,
43
+ opts: opts,
44
+ base_address: :api
45
+ )
46
+ end
47
+ end
48
+ end
49
+ end
50
+ end
@@ -4,14 +4,15 @@
4
4
  module Stripe
5
5
  module V2
6
6
  class CoreService < StripeService
7
- attr_reader :account_links, :accounts, :event_destinations, :events, :vault
7
+ attr_reader :accounts, :account_links, :claimable_sandboxes, :events, :event_destinations, :vault
8
8
 
9
9
  def initialize(requestor)
10
10
  super
11
- @account_links = Stripe::V2::Core::AccountLinkService.new(@requestor)
12
11
  @accounts = Stripe::V2::Core::AccountService.new(@requestor)
13
- @event_destinations = Stripe::V2::Core::EventDestinationService.new(@requestor)
12
+ @account_links = Stripe::V2::Core::AccountLinkService.new(@requestor)
13
+ @claimable_sandboxes = Stripe::V2::Core::ClaimableSandboxService.new(@requestor)
14
14
  @events = Stripe::V2::Core::EventService.new(@requestor)
15
+ @event_destinations = Stripe::V2::Core::EventDestinationService.new(@requestor)
15
16
  @vault = Stripe::V2::Core::VaultService.new(@requestor)
16
17
  end
17
18
  end
@@ -26,6 +26,8 @@ module Stripe
26
26
  @holds_currencies = holds_currencies
27
27
  end
28
28
  end
29
+ # A descriptive name for the FinancialAccount, up to 50 characters long. This name will be used in the Stripe Dashboard and embedded components.
30
+ attr_accessor :display_name
29
31
  # Metadata associated with the FinancialAccount.
30
32
  attr_accessor :metadata
31
33
  # Parameters specific to creating `storage` type FinancialAccounts.
@@ -33,7 +35,8 @@ module Stripe
33
35
  # The type of FinancialAccount to create.
34
36
  attr_accessor :type
35
37
 
36
- def initialize(metadata: nil, storage: nil, type: nil)
38
+ def initialize(display_name: nil, metadata: nil, storage: nil, type: nil)
39
+ @display_name = display_name
37
40
  @metadata = metadata
38
41
  @storage = storage
39
42
  @type = type
@@ -4,7 +4,7 @@
4
4
  module Stripe
5
5
  module V2
6
6
  class MoneyManagementService < StripeService
7
- attr_reader :adjustments, :financial_accounts, :financial_addresses, :inbound_transfers, :outbound_payment_quotes, :outbound_payments, :outbound_setup_intents, :outbound_transfers, :payout_methods, :payout_methods_bank_account_spec, :received_credits, :received_debits, :transaction_entries, :transactions
7
+ attr_reader :adjustments, :financial_accounts, :financial_addresses, :inbound_transfers, :outbound_payments, :outbound_payment_quotes, :outbound_setup_intents, :outbound_transfers, :payout_methods, :payout_methods_bank_account_spec, :received_credits, :received_debits, :transactions, :transaction_entries
8
8
 
9
9
  def initialize(requestor)
10
10
  super
@@ -12,9 +12,9 @@ module Stripe
12
12
  @financial_accounts = Stripe::V2::MoneyManagement::FinancialAccountService.new(@requestor)
13
13
  @financial_addresses = Stripe::V2::MoneyManagement::FinancialAddressService.new(@requestor)
14
14
  @inbound_transfers = Stripe::V2::MoneyManagement::InboundTransferService.new(@requestor)
15
+ @outbound_payments = Stripe::V2::MoneyManagement::OutboundPaymentService.new(@requestor)
15
16
  @outbound_payment_quotes = Stripe::V2::MoneyManagement::OutboundPaymentQuoteService
16
17
  .new(@requestor)
17
- @outbound_payments = Stripe::V2::MoneyManagement::OutboundPaymentService.new(@requestor)
18
18
  @outbound_setup_intents = Stripe::V2::MoneyManagement::OutboundSetupIntentService
19
19
  .new(@requestor)
20
20
  @outbound_transfers = Stripe::V2::MoneyManagement::OutboundTransferService.new(@requestor)
@@ -23,8 +23,8 @@ module Stripe
23
23
  .new(@requestor)
24
24
  @received_credits = Stripe::V2::MoneyManagement::ReceivedCreditService.new(@requestor)
25
25
  @received_debits = Stripe::V2::MoneyManagement::ReceivedDebitService.new(@requestor)
26
- @transaction_entries = Stripe::V2::MoneyManagement::TransactionEntryService.new(@requestor)
27
26
  @transactions = Stripe::V2::MoneyManagement::TransactionService.new(@requestor)
27
+ @transaction_entries = Stripe::V2::MoneyManagement::TransactionEntryService.new(@requestor)
28
28
  end
29
29
  end
30
30
  end
@@ -0,0 +1,88 @@
1
+ # File generated from our OpenAPI spec
2
+ # frozen_string_literal: true
3
+
4
+ module Stripe
5
+ module V2
6
+ module Reporting
7
+ class ReportRunService < StripeService
8
+ class CreateParams < Stripe::RequestParams
9
+ class ReportParameters < Stripe::RequestParams
10
+ class ArrayValue < Stripe::RequestParams
11
+ # The list of string values in the array.
12
+ attr_accessor :items
13
+
14
+ def initialize(items: nil)
15
+ @items = items
16
+ end
17
+ end
18
+ # Parameter with an array data type.
19
+ attr_accessor :array_value
20
+ # Parameter with a string data type.
21
+ attr_accessor :string_value
22
+ # Parameter with a timestamp data type.
23
+ attr_accessor :timestamp_value
24
+
25
+ def initialize(array_value: nil, string_value: nil, timestamp_value: nil)
26
+ @array_value = array_value
27
+ @string_value = string_value
28
+ @timestamp_value = timestamp_value
29
+ end
30
+ end
31
+
32
+ class ResultOptions < Stripe::RequestParams
33
+ # If set, the generated report file will be compressed into a ZIP folder.
34
+ # This is useful for reducing file size and download time for large reports.
35
+ attr_accessor :compress_file
36
+
37
+ def initialize(compress_file: nil)
38
+ @compress_file = compress_file
39
+ end
40
+ end
41
+ # The unique identifier of the `Report` being requested.
42
+ attr_accessor :report
43
+ # A map of parameter names to values, specifying how the report should be customized.
44
+ # The accepted parameters depend on the specific `Report` being run.
45
+ attr_accessor :report_parameters
46
+ # Optional settings to customize the results of the `ReportRun`.
47
+ attr_accessor :result_options
48
+
49
+ def initialize(report: nil, report_parameters: nil, result_options: nil)
50
+ @report = report
51
+ @report_parameters = report_parameters
52
+ @result_options = result_options
53
+ end
54
+ end
55
+
56
+ class RetrieveParams < Stripe::RequestParams; end
57
+
58
+ # Initiates the generation of a `ReportRun` based on the specified report template
59
+ # and user-provided parameters. It's the starting point for obtaining report data,
60
+ # and returns a `ReportRun` object which can be used to track the progress and retrieve
61
+ # the results of the report.
62
+ #
63
+ # ** raises RateLimitError
64
+ def create(params = {}, opts = {})
65
+ request(
66
+ method: :post,
67
+ path: "/v2/reporting/report_runs",
68
+ params: params,
69
+ opts: opts,
70
+ base_address: :api
71
+ )
72
+ end
73
+
74
+ # Fetches the current state and details of a previously created `ReportRun`. If the `ReportRun`
75
+ # has succeeded, the endpoint will provide details for how to retrieve the results.
76
+ def retrieve(id, params = {}, opts = {})
77
+ request(
78
+ method: :get,
79
+ path: format("/v2/reporting/report_runs/%<id>s", { id: CGI.escape(id) }),
80
+ params: params,
81
+ opts: opts,
82
+ base_address: :api
83
+ )
84
+ end
85
+ end
86
+ end
87
+ end
88
+ end
@@ -0,0 +1,25 @@
1
+ # File generated from our OpenAPI spec
2
+ # frozen_string_literal: true
3
+
4
+ module Stripe
5
+ module V2
6
+ module Reporting
7
+ class ReportService < StripeService
8
+ class RetrieveParams < Stripe::RequestParams; end
9
+
10
+ # Retrieves metadata about a specific `Report` template, including its name, description,
11
+ # and the parameters it accepts. It's useful for understanding the capabilities and
12
+ # requirements of a particular `Report` before requesting a `ReportRun`.
13
+ def retrieve(id, params = {}, opts = {})
14
+ request(
15
+ method: :get,
16
+ path: format("/v2/reporting/reports/%<id>s", { id: CGI.escape(id) }),
17
+ params: params,
18
+ opts: opts,
19
+ base_address: :api
20
+ )
21
+ end
22
+ end
23
+ end
24
+ end
25
+ end
@@ -0,0 +1,16 @@
1
+ # File generated from our OpenAPI spec
2
+ # frozen_string_literal: true
3
+
4
+ module Stripe
5
+ module V2
6
+ class ReportingService < StripeService
7
+ attr_reader :reports, :report_runs
8
+
9
+ def initialize(requestor)
10
+ super
11
+ @reports = Stripe::V2::Reporting::ReportService.new(@requestor)
12
+ @report_runs = Stripe::V2::Reporting::ReportRunService.new(@requestor)
13
+ end
14
+ end
15
+ end
16
+ end