Skip to content

Commit

Permalink
OpenAPI Update (#990)
Browse files Browse the repository at this point in the history
Update OpenAPI for 730d2fc67980b2125beb8c6e5966ada759874a75

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Nov 12, 2024
1 parent 61f108b commit 316db57
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -58014,6 +58014,11 @@
"person_relationship": {
"description": "",
"properties": {
"authorizer": {
"description": "Whether the person is the authorizer of the account's representative.",
"nullable": true,
"type": "boolean"
},
"director": {
"description": "Whether the person is a director of the account's legal entity. Directors are typically members of the governing board of the company, or responsible for ensuring the company meets its regulatory obligations.",
"nullable": true,
Expand Down Expand Up @@ -58052,6 +58057,7 @@
}
},
"required": [
"authorizer",
"director",
"executive",
"legal_guardian",
Expand All @@ -58064,6 +58070,7 @@
"type": "object",
"x-expandableFields": [],
"x-stripeMostCommon": [
"authorizer",
"director",
"executive",
"legal_guardian",
Expand Down Expand Up @@ -94948,6 +94955,10 @@
"required": false,
"schema": {
"properties": {
"authorizer": {
"description": "A filter on the list of people returned based on whether these people are authorizers of the account's representative.",
"type": "boolean"
},
"director": {
"description": "A filter on the list of people returned based on whether these people are directors of the account's company.",
"type": "boolean"
Expand Down Expand Up @@ -95640,6 +95651,10 @@
"relationship": {
"description": "The relationship that this person has with the account's legal entity.",
"properties": {
"authorizer": {
"description": "Whether the person is the authorizer of the account's representative.",
"type": "boolean"
},
"director": {
"description": "Whether the person is a director of the account's legal entity. Directors are typically members of the governing board of the company, or responsible for ensuring the company meets its regulatory obligations.",
"type": "boolean"
Expand Down Expand Up @@ -96516,6 +96531,10 @@
"relationship": {
"description": "The relationship that this person has with the account's legal entity.",
"properties": {
"authorizer": {
"description": "Whether the person is the authorizer of the account's representative.",
"type": "boolean"
},
"director": {
"description": "Whether the person is a director of the account's legal entity. Directors are typically members of the governing board of the company, or responsible for ensuring the company meets its regulatory obligations.",
"type": "boolean"
Expand Down Expand Up @@ -241511,6 +241530,10 @@
"relationship": {
"description": "The relationship that this person has with the account's legal entity.",
"properties": {
"authorizer": {
"description": "Whether the person is the authorizer of the account's representative.",
"type": "boolean"
},
"director": {
"description": "Whether the person is a director of the account's legal entity. Directors are typically members of the governing board of the company, or responsible for ensuring the company meets its regulatory obligations.",
"type": "boolean"
Expand Down

0 comments on commit 316db57

Please sign in to comment.