mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-17 00:03:02 -04:00
Update generated code for v1688
This commit is contained in:
parent
e55510288d
commit
c2a5ed7bca
@ -1 +1 @@
|
||||
v1687
|
||||
v1688
|
@ -232,7 +232,7 @@ module Stripe
|
||||
attr_reader :details_code
|
||||
# Attribute for field document
|
||||
attr_reader :document
|
||||
# The state of verification for the person. Possible values are `unverified`, `pending`, or `verified`.
|
||||
# The state of verification for the person. Possible values are `unverified`, `pending`, or `verified`. Please refer [guide](https://stripe.com/docs/connect/handling-api-verification) to handle verification updates.
|
||||
attr_reader :status
|
||||
end
|
||||
# The account the person is associated with.
|
||||
|
@ -74998,7 +74998,7 @@ module Stripe
|
||||
# Attribute for field document
|
||||
sig { returns(Document) }
|
||||
attr_reader :document
|
||||
# The state of verification for the person. Possible values are `unverified`, `pending`, or `verified`.
|
||||
# The state of verification for the person. Possible values are `unverified`, `pending`, or `verified`. Please refer [guide](https://stripe.com/docs/connect/handling-api-verification) to handle verification updates.
|
||||
sig { returns(String) }
|
||||
attr_reader :status
|
||||
end
|
||||
|
@ -294,7 +294,7 @@ module Stripe
|
||||
# Attribute for field document
|
||||
sig { returns(Document) }
|
||||
attr_reader :document
|
||||
# The state of verification for the person. Possible values are `unverified`, `pending`, or `verified`.
|
||||
# The state of verification for the person. Possible values are `unverified`, `pending`, or `verified`. Please refer [guide](https://stripe.com/docs/connect/handling-api-verification) to handle verification updates.
|
||||
sig { returns(String) }
|
||||
attr_reader :status
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user