Update generated code for v1430

This commit is contained in:
Stripe OpenAPI 2025-01-03 19:31:28 +00:00
parent 37da195da5
commit 2cef804a3d
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
v1429
v1430

View File

@ -314,7 +314,7 @@ module Stripe
attr_reader :address_kanji
# Whether the company's directors have been provided. This Boolean will be `true` if you've manually indicated that all directors are provided via [the `directors_provided` parameter](https://stripe.com/docs/api/accounts/update#update_account-company-directors_provided).
attr_reader :directors_provided
# Attribute for field directorship_declaration
# This hash is used to attest that the director information provided to Stripe is both current and correct.
attr_reader :directorship_declaration
# Whether the company's executives have been provided. This Boolean will be `true` if you've manually indicated that all executives are provided via [the `executives_provided` parameter](https://stripe.com/docs/api/accounts/update#update_account-company-executives_provided), or if Stripe determined that sufficient executives were provided.
attr_reader :executives_provided

View File

@ -410,7 +410,7 @@ module Stripe
# Whether the company's directors have been provided. This Boolean will be `true` if you've manually indicated that all directors are provided via [the `directors_provided` parameter](https://stripe.com/docs/api/accounts/update#update_account-company-directors_provided).
sig { returns(T::Boolean) }
attr_reader :directors_provided
# Attribute for field directorship_declaration
# This hash is used to attest that the director information provided to Stripe is both current and correct.
sig { returns(T.nilable(DirectorshipDeclaration)) }
attr_reader :directorship_declaration
# Whether the company's executives have been provided. This Boolean will be `true` if you've manually indicated that all executives are provided via [the `executives_provided` parameter](https://stripe.com/docs/api/accounts/update#update_account-company-executives_provided), or if Stripe determined that sufficient executives were provided.