Skip to content

Commit

Permalink
OpenAPI Update (#644)
Browse files Browse the repository at this point in the history
Update OpenAPI for 18e4891e22566f67572d5cfa85d6af20813c57ae

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Feb 1, 2024
1 parent 14efcd6 commit 4600b3e
Show file tree
Hide file tree
Showing 2 changed files with 210 additions and 0 deletions.
114 changes: 114 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -70584,6 +70584,44 @@
"title": "address_specs",
"type": "object"
},
"relationship": {
"description": "Describes the person’s relationship to the account.",
"properties": {
"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"
},
"executive": {
"description": "Whether the person has significant responsibility to control, manage, or direct the organization.",
"type": "boolean"
},
"owner": {
"description": "Whether the person is an owner of the account’s legal entity.",
"type": "boolean"
},
"percent_ownership": {
"anyOf": [
{
"type": "number"
},
{
"enum": [
""
],
"type": "string"
}
],
"description": "The percent owned by the person of the account's legal entity."
},
"title": {
"description": "The person's title (e.g., CEO, Support Engineer).",
"maxLength": 5000,
"type": "string"
}
},
"title": "individual_relationship_specs",
"type": "object"
},
"ssn_last_4": {
"description": "The last four digits of the individual's Social Security Number (U.S. only).",
"maxLength": 5000,
Expand Down Expand Up @@ -72443,6 +72481,44 @@
"title": "address_specs",
"type": "object"
},
"relationship": {
"description": "Describes the person’s relationship to the account.",
"properties": {
"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"
},
"executive": {
"description": "Whether the person has significant responsibility to control, manage, or direct the organization.",
"type": "boolean"
},
"owner": {
"description": "Whether the person is an owner of the account’s legal entity.",
"type": "boolean"
},
"percent_ownership": {
"anyOf": [
{
"type": "number"
},
{
"enum": [
""
],
"type": "string"
}
],
"description": "The percent owned by the person of the account's legal entity."
},
"title": {
"description": "The person's title (e.g., CEO, Support Engineer).",
"maxLength": 5000,
"type": "string"
}
},
"title": "individual_relationship_specs",
"type": "object"
},
"ssn_last_4": {
"description": "The last four digits of the individual's Social Security Number (U.S. only).",
"maxLength": 5000,
Expand Down Expand Up @@ -188254,6 +188330,44 @@
"title": "address_specs",
"type": "object"
},
"relationship": {
"description": "Describes the person’s relationship to the account.",
"properties": {
"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"
},
"executive": {
"description": "Whether the person has significant responsibility to control, manage, or direct the organization.",
"type": "boolean"
},
"owner": {
"description": "Whether the person is an owner of the account’s legal entity.",
"type": "boolean"
},
"percent_ownership": {
"anyOf": [
{
"type": "number"
},
{
"enum": [
""
],
"type": "string"
}
],
"description": "The percent owned by the person of the account's legal entity."
},
"title": {
"description": "The person's title (e.g., CEO, Support Engineer).",
"maxLength": 5000,
"type": "string"
}
},
"title": "individual_relationship_specs",
"type": "object"
},
"ssn_last_4": {
"description": "The last four digits of the individual's Social Security Number (U.S. only).",
"maxLength": 5000,
Expand Down
96 changes: 96 additions & 0 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -47960,6 +47960,38 @@
"title": "address_specs",
"type": "object"
},
"relationship": {
"properties": {
"director": {
"type": "boolean"
},
"executive": {
"type": "boolean"
},
"owner": {
"type": "boolean"
},
"percent_ownership": {
"anyOf": [
{
"type": "number"
},
{
"enum": [
""
],
"type": "string"
}
]
},
"title": {
"maxLength": 5000,
"type": "string"
}
},
"title": "individual_relationship_specs",
"type": "object"
},
"ssn_last_4": {
"maxLength": 5000,
"type": "string"
Expand Down Expand Up @@ -49545,6 +49577,38 @@
"title": "address_specs",
"type": "object"
},
"relationship": {
"properties": {
"director": {
"type": "boolean"
},
"executive": {
"type": "boolean"
},
"owner": {
"type": "boolean"
},
"percent_ownership": {
"anyOf": [
{
"type": "number"
},
{
"enum": [
""
],
"type": "string"
}
]
},
"title": {
"maxLength": 5000,
"type": "string"
}
},
"title": "individual_relationship_specs",
"type": "object"
},
"ssn_last_4": {
"maxLength": 5000,
"type": "string"
Expand Down Expand Up @@ -139104,6 +139168,38 @@
"title": "address_specs",
"type": "object"
},
"relationship": {
"properties": {
"director": {
"type": "boolean"
},
"executive": {
"type": "boolean"
},
"owner": {
"type": "boolean"
},
"percent_ownership": {
"anyOf": [
{
"type": "number"
},
{
"enum": [
""
],
"type": "string"
}
]
},
"title": {
"maxLength": 5000,
"type": "string"
}
},
"title": "individual_relationship_specs",
"type": "object"
},
"ssn_last_4": {
"maxLength": 5000,
"type": "string"
Expand Down

0 comments on commit 4600b3e

Please sign in to comment.