Update generated code for v1909 and 2025-07-30.preview

This commit is contained in:
Stripe OpenAPI 2025-08-13 20:59:19 +00:00
parent 28d6466e7d
commit 36d663966e
6 changed files with 13 additions and 13 deletions

View File

@ -1 +1 @@
v1908
v1909

View File

@ -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

View File

@ -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

View File

@ -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)))
}

View File

@ -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)))
}

View File

@ -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)))
}