|
91100 | 91100 | "description": "Whether the company's directors have been provided. Set this Boolean to `true` after creating all the company's directors with [the Persons API](/api/persons) for accounts with a `relationship.director` requirement. This value is not automatically set to `true` after creating directors, so it needs to be updated to indicate all directors have been provided.", |
91101 | 91101 | "type": "boolean" |
91102 | 91102 | }, |
| 91103 | + "directorship_declaration": { |
| 91104 | + "description": "This hash is used to attest that the directors information provided to Stripe is both current and correct.", |
| 91105 | + "properties": { |
| 91106 | + "date": { |
| 91107 | + "description": "The Unix timestamp marking when the directorship declaration attestation was made.", |
| 91108 | + "format": "unix-time", |
| 91109 | + "type": "integer" |
| 91110 | + }, |
| 91111 | + "ip": { |
| 91112 | + "description": "The IP address from which the directorship declaration attestation was made.", |
| 91113 | + "type": "string" |
| 91114 | + }, |
| 91115 | + "user_agent": { |
| 91116 | + "description": "The user agent of the browser from which the directorship declaration attestation was made.", |
| 91117 | + "maxLength": 5000, |
| 91118 | + "type": "string" |
| 91119 | + } |
| 91120 | + }, |
| 91121 | + "title": "company_directorship_declaration", |
| 91122 | + "type": "object", |
| 91123 | + "x-stripeMostCommon": [ |
| 91124 | + "date", |
| 91125 | + "ip", |
| 91126 | + "user_agent" |
| 91127 | + ] |
| 91128 | + }, |
91103 | 91129 | "executives_provided": { |
91104 | 91130 | "description": "Whether the company's executives have been provided. Set this Boolean to `true` after creating all the company's executives with [the Persons API](/api/persons) for accounts with a `relationship.executive` requirement.", |
91105 | 91131 | "type": "boolean" |
|
94235 | 94261 | "description": "Whether the company's directors have been provided. Set this Boolean to `true` after creating all the company's directors with [the Persons API](/api/persons) for accounts with a `relationship.director` requirement. This value is not automatically set to `true` after creating directors, so it needs to be updated to indicate all directors have been provided.", |
94236 | 94262 | "type": "boolean" |
94237 | 94263 | }, |
| 94264 | + "directorship_declaration": { |
| 94265 | + "description": "This hash is used to attest that the directors information provided to Stripe is both current and correct.", |
| 94266 | + "properties": { |
| 94267 | + "date": { |
| 94268 | + "description": "The Unix timestamp marking when the directorship declaration attestation was made.", |
| 94269 | + "format": "unix-time", |
| 94270 | + "type": "integer" |
| 94271 | + }, |
| 94272 | + "ip": { |
| 94273 | + "description": "The IP address from which the directorship declaration attestation was made.", |
| 94274 | + "type": "string" |
| 94275 | + }, |
| 94276 | + "user_agent": { |
| 94277 | + "description": "The user agent of the browser from which the directorship declaration attestation was made.", |
| 94278 | + "maxLength": 5000, |
| 94279 | + "type": "string" |
| 94280 | + } |
| 94281 | + }, |
| 94282 | + "title": "company_directorship_declaration", |
| 94283 | + "type": "object", |
| 94284 | + "x-stripeMostCommon": [ |
| 94285 | + "date", |
| 94286 | + "ip", |
| 94287 | + "user_agent" |
| 94288 | + ] |
| 94289 | + }, |
94238 | 94290 | "executives_provided": { |
94239 | 94291 | "description": "Whether the company's executives have been provided. Set this Boolean to `true` after creating all the company's executives with [the Persons API](/api/persons) for accounts with a `relationship.executive` requirement.", |
94240 | 94292 | "type": "boolean" |
@@ -243365,6 +243417,32 @@ |
243365 | 243417 | "description": "Whether the company's directors have been provided. Set this Boolean to `true` after creating all the company's directors with [the Persons API](/api/persons) for accounts with a `relationship.director` requirement. This value is not automatically set to `true` after creating directors, so it needs to be updated to indicate all directors have been provided.", |
243366 | 243418 | "type": "boolean" |
243367 | 243419 | }, |
| 243420 | + "directorship_declaration": { |
| 243421 | + "description": "This hash is used to attest that the directors information provided to Stripe is both current and correct.", |
| 243422 | + "properties": { |
| 243423 | + "date": { |
| 243424 | + "description": "The Unix timestamp marking when the directorship declaration attestation was made.", |
| 243425 | + "format": "unix-time", |
| 243426 | + "type": "integer" |
| 243427 | + }, |
| 243428 | + "ip": { |
| 243429 | + "description": "The IP address from which the directorship declaration attestation was made.", |
| 243430 | + "type": "string" |
| 243431 | + }, |
| 243432 | + "user_agent": { |
| 243433 | + "description": "The user agent of the browser from which the directorship declaration attestation was made.", |
| 243434 | + "maxLength": 5000, |
| 243435 | + "type": "string" |
| 243436 | + } |
| 243437 | + }, |
| 243438 | + "title": "company_directorship_declaration", |
| 243439 | + "type": "object", |
| 243440 | + "x-stripeMostCommon": [ |
| 243441 | + "date", |
| 243442 | + "ip", |
| 243443 | + "user_agent" |
| 243444 | + ] |
| 243445 | + }, |
243368 | 243446 | "executives_provided": { |
243369 | 243447 | "description": "Whether the company's executives have been provided. Set this Boolean to `true` after creating all the company's executives with [the Persons API](/api/persons) for accounts with a `relationship.executive` requirement.", |
243370 | 243448 | "type": "boolean" |
|
0 commit comments