Update generated code for v2015 and 2025-09-30.preview

This commit is contained in:
Stripe OpenAPI 2025-09-22 19:13:42 +00:00
parent 080a6c718d
commit fc738ef957
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
v2014
v2015

View File

@ -34967,7 +34967,7 @@ module Stripe
end
class SmartDisputes < Stripe::StripeObject
# Evidence that could be provided to improve the SmartDisputes packet
sig { returns(T.nilable(T::Array[String])) }
sig { returns(T.nilable(T::Array[T::Array[String]])) }
def recommended_evidence; end
# Smart Disputes auto representment packet availability status.
sig { returns(String) }

View File

@ -300,7 +300,7 @@ module Stripe
end
class SmartDisputes < Stripe::StripeObject
# Evidence that could be provided to improve the SmartDisputes packet
sig { returns(T.nilable(T::Array[String])) }
sig { returns(T.nilable(T::Array[T::Array[String]])) }
def recommended_evidence; end
# Smart Disputes auto representment packet availability status.
sig { returns(String) }