mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-09 00:01:53 -05:00
Update generated code for v1909 and 2025-07-30.preview
This commit is contained in:
parent
28d6466e7d
commit
36d663966e
@ -1 +1 @@
|
||||
v1908
|
||||
v1909
|
||||
@ -1137,9 +1137,9 @@ module Stripe
|
||||
attr_accessor :collection_method
|
||||
# Only return subscriptions that were created during the given date interval.
|
||||
attr_accessor :created
|
||||
# Only return subscriptions whose current_period_end falls within the given date interval.
|
||||
# Only return subscriptions whose minimum item current_period_end falls within the given date interval.
|
||||
attr_accessor :current_period_end
|
||||
# Only return subscriptions whose current_period_start falls within the given date interval.
|
||||
# Only return subscriptions whose maximum item current_period_start falls within the given date interval.
|
||||
attr_accessor :current_period_start
|
||||
# The ID of the customer whose subscriptions will be retrieved.
|
||||
attr_accessor :customer
|
||||
|
||||
@ -880,9 +880,9 @@ module Stripe
|
||||
attr_accessor :collection_method
|
||||
# Only return subscriptions that were created during the given date interval.
|
||||
attr_accessor :created
|
||||
# Only return subscriptions whose current_period_end falls within the given date interval.
|
||||
# Only return subscriptions whose minimum item current_period_end falls within the given date interval.
|
||||
attr_accessor :current_period_end
|
||||
# Only return subscriptions whose current_period_start falls within the given date interval.
|
||||
# Only return subscriptions whose maximum item current_period_start falls within the given date interval.
|
||||
attr_accessor :current_period_start
|
||||
# The ID of the customer whose subscriptions will be retrieved.
|
||||
attr_accessor :customer
|
||||
|
||||
@ -91188,12 +91188,12 @@ module Stripe
|
||||
# Only return subscriptions that were created during the given date interval.
|
||||
sig { returns(T.nilable(T.any(::Stripe::Subscription::ListParams::Created, Integer))) }
|
||||
attr_accessor :created
|
||||
# Only return subscriptions whose current_period_end falls within the given date interval.
|
||||
# Only return subscriptions whose minimum item current_period_end falls within the given date interval.
|
||||
sig {
|
||||
returns(T.nilable(T.any(::Stripe::Subscription::ListParams::CurrentPeriodEnd, Integer)))
|
||||
}
|
||||
attr_accessor :current_period_end
|
||||
# Only return subscriptions whose current_period_start falls within the given date interval.
|
||||
# Only return subscriptions whose maximum item current_period_start falls within the given date interval.
|
||||
sig {
|
||||
returns(T.nilable(T.any(::Stripe::Subscription::ListParams::CurrentPeriodStart, Integer)))
|
||||
}
|
||||
@ -179491,12 +179491,12 @@ module Stripe
|
||||
# Only return subscriptions that were created during the given date interval.
|
||||
sig { returns(T.nilable(T.any(::Stripe::SubscriptionService::ListParams::Created, Integer))) }
|
||||
attr_accessor :created
|
||||
# Only return subscriptions whose current_period_end falls within the given date interval.
|
||||
# Only return subscriptions whose minimum item current_period_end falls within the given date interval.
|
||||
sig {
|
||||
returns(T.nilable(T.any(::Stripe::SubscriptionService::ListParams::CurrentPeriodEnd, Integer)))
|
||||
}
|
||||
attr_accessor :current_period_end
|
||||
# Only return subscriptions whose current_period_start falls within the given date interval.
|
||||
# Only return subscriptions whose maximum item current_period_start falls within the given date interval.
|
||||
sig {
|
||||
returns(T.nilable(T.any(::Stripe::SubscriptionService::ListParams::CurrentPeriodStart, Integer)))
|
||||
}
|
||||
|
||||
@ -1397,12 +1397,12 @@ module Stripe
|
||||
# Only return subscriptions that were created during the given date interval.
|
||||
sig { returns(T.nilable(T.any(::Stripe::Subscription::ListParams::Created, Integer))) }
|
||||
attr_accessor :created
|
||||
# Only return subscriptions whose current_period_end falls within the given date interval.
|
||||
# Only return subscriptions whose minimum item current_period_end falls within the given date interval.
|
||||
sig {
|
||||
returns(T.nilable(T.any(::Stripe::Subscription::ListParams::CurrentPeriodEnd, Integer)))
|
||||
}
|
||||
attr_accessor :current_period_end
|
||||
# Only return subscriptions whose current_period_start falls within the given date interval.
|
||||
# Only return subscriptions whose maximum item current_period_start falls within the given date interval.
|
||||
sig {
|
||||
returns(T.nilable(T.any(::Stripe::Subscription::ListParams::CurrentPeriodStart, Integer)))
|
||||
}
|
||||
|
||||
@ -944,12 +944,12 @@ module Stripe
|
||||
# Only return subscriptions that were created during the given date interval.
|
||||
sig { returns(T.nilable(T.any(::Stripe::SubscriptionService::ListParams::Created, Integer))) }
|
||||
attr_accessor :created
|
||||
# Only return subscriptions whose current_period_end falls within the given date interval.
|
||||
# Only return subscriptions whose minimum item current_period_end falls within the given date interval.
|
||||
sig {
|
||||
returns(T.nilable(T.any(::Stripe::SubscriptionService::ListParams::CurrentPeriodEnd, Integer)))
|
||||
}
|
||||
attr_accessor :current_period_end
|
||||
# Only return subscriptions whose current_period_start falls within the given date interval.
|
||||
# Only return subscriptions whose maximum item current_period_start falls within the given date interval.
|
||||
sig {
|
||||
returns(T.nilable(T.any(::Stripe::SubscriptionService::ListParams::CurrentPeriodStart, Integer)))
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user