mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-27 00:03:06 -05:00
Update generated code for v1430
This commit is contained in:
parent
37da195da5
commit
2cef804a3d
@ -1 +1 @@
|
||||
v1429
|
||||
v1430
|
||||
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user