mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-10 00:03:09 -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
|
end
|
||||||
class SmartDisputes < Stripe::StripeObject
|
class SmartDisputes < Stripe::StripeObject
|
||||||
# Evidence that could be provided to improve the SmartDisputes packet
|
# 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
|
def recommended_evidence; end
|
||||||
# Smart Disputes auto representment packet availability status.
|
# Smart Disputes auto representment packet availability status.
|
||||||
sig { returns(String) }
|
sig { returns(String) }
|
||||||
|
|||||||
@ -300,7 +300,7 @@ module Stripe
|
|||||||
end
|
end
|
||||||
class SmartDisputes < Stripe::StripeObject
|
class SmartDisputes < Stripe::StripeObject
|
||||||
# Evidence that could be provided to improve the SmartDisputes packet
|
# 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
|
def recommended_evidence; end
|
||||||
# Smart Disputes auto representment packet availability status.
|
# Smart Disputes auto representment packet availability status.
|
||||||
sig { returns(String) }
|
sig { returns(String) }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user