You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/stripe/params/subscription_resume_params.rb
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -11,21 +11,17 @@ class SubscriptionResumeParams < ::Stripe::RequestParams
11
11
attr_accessor:proration_behavior
12
12
# If set, prorations will be calculated as though the subscription was resumed at the given time. This can be used to apply exactly the same prorations that were previewed with the [create preview](https://stripe.com/docs/api/invoices/create_preview) endpoint.
13
13
attr_accessor:proration_date
14
-
# Controls when the subscription transitions from `paused` to `active`. Determines how payment on the invoice affects the resumption process.The default is `pending_if_incomplete`.
Copy file name to clipboardExpand all lines: lib/stripe/resources/billing/alert.rb
+110Lines changed: 110 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,113 @@ def self.field_remappings
144
144
@field_remappings={}
145
145
end
146
146
end
147
+
148
+
classSpendThreshold < ::Stripe::StripeObject
149
+
classFilters < ::Stripe::StripeObject
150
+
# Filter by billable item IDs.
151
+
attr_reader:billable_items
152
+
# Filter by billing cadence ID.
153
+
attr_reader:billing_cadence
154
+
# Filter by pricing plan ID.
155
+
attr_reader:pricing_plan
156
+
# Filter by pricing plan subscription ID.
157
+
attr_reader:pricing_plan_subscription
158
+
159
+
defself.inner_class_types
160
+
@inner_class_types={}
161
+
end
162
+
163
+
defself.field_remappings
164
+
@field_remappings={}
165
+
end
166
+
end
167
+
168
+
classGte < ::Stripe::StripeObject
169
+
classAmount < ::Stripe::StripeObject
170
+
# Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
# Time at which the object was created. Measured in seconds since the Unix epoch.
187
+
attr_reader:created
188
+
# The name of the custom pricing unit.
189
+
attr_reader:display_name
190
+
# Unique identifier for the object.
191
+
attr_reader:id
192
+
# A lookup key for the custom pricing unit.
193
+
attr_reader:lookup_key
194
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
195
+
attr_reader:metadata
196
+
# The status of the custom pricing unit.
197
+
attr_reader:status
198
+
199
+
defself.inner_class_types
200
+
@inner_class_types={}
201
+
end
202
+
203
+
defself.field_remappings
204
+
@field_remappings={}
205
+
end
206
+
end
207
+
# The custom pricing unit object.
208
+
attr_reader:custom_pricing_unit_details
209
+
# Unique identifier for the object.
210
+
attr_reader:id
211
+
# A positive decimal string representing the amount.
0 commit comments