mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-07 00:00:35 -05:00
Update generated code for v2015 and 2025-09-30.preview
This commit is contained in:
parent
080a6c718d
commit
fc738ef957
@ -1 +1 @@
|
||||
v2014
|
||||
v2015
|
||||
@ -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) }
|
||||
|
||||
@ -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) }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user