Update generated code for v1688

This commit is contained in:
Stripe OpenAPI 2025-04-17 04:19:04 +00:00
parent e55510288d
commit c2a5ed7bca
4 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
v1687
v1688

View File

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

View File

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

View File

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