Merge upstream and update generated code for v426

This commit is contained in:
Stripe OpenAPI 2023-07-21 15:32:50 +00:00
commit 4981cc844d
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
v425
v426

View File

@ -5,7 +5,7 @@ module Stripe
# This is an object representing a person associated with a Stripe account.
#
# A platform cannot access a Standard or Express account's persons after the account starts onboarding, such as after generating an account link for the account.
# See the [Standard onboarding](https://stripe.com/docs/connect/standard-accounts) or [Express onboarding documentation](https://stripe.com/docs/connect/express-accounts) for information about platform pre-filling and account onboarding steps.
# See the [Standard onboarding](https://stripe.com/docs/connect/standard-accounts) or [Express onboarding documentation](https://stripe.com/docs/connect/express-accounts) for information about platform prefilling and account onboarding steps.
#
# Related guide: [Handling identity verification with the API](https://stripe.com/docs/connect/identity-verification-api#person-information)
class Person < APIResource