diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index c9d288ff..fff7ba69 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v1429 \ No newline at end of file +v1430 \ No newline at end of file diff --git a/lib/stripe/resources/account.rb b/lib/stripe/resources/account.rb index b2b56c66..069db3b9 100644 --- a/lib/stripe/resources/account.rb +++ b/lib/stripe/resources/account.rb @@ -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 diff --git a/rbi/stripe/resources/account.rbi b/rbi/stripe/resources/account.rbi index 94e3721d..cb93a6c1 100644 --- a/rbi/stripe/resources/account.rbi +++ b/rbi/stripe/resources/account.rbi @@ -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.