Skip to content

Commit

Permalink
OpenAPI Update (#714)
Browse files Browse the repository at this point in the history
Update OpenAPI for 5597687400797e5a4621875e1dec1f87a0d7d8b3

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Mar 18, 2024
1 parent 7ba3a46 commit 6b9542a
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
26 changes: 25 additions & 1 deletion embedded/openapi/spec3.beta.sdk.json
Expand Up @@ -62645,6 +62645,12 @@
"description": "Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.",
"type": "boolean"
},
"name": {
"description": "String indicating the name of the Configuration object, set by the user",
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"object": {
"description": "String representing the object's type. Objects of the same type share the same value.",
"enum": [
Expand All @@ -62666,6 +62672,7 @@
"id",
"is_account_default",
"livemode",
"name",
"object"
],
"title": "TerminalConfigurationConfiguration",
Expand Down Expand Up @@ -68822,6 +68829,12 @@
"nullable": true,
"type": "string"
},
"payout": {
"description": "Set if the ReceivedDebit was created due to a [Payout](https://stripe.com/docs/api#payouts) object.",
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"received_credit_capital_withholding": {
"description": "The ReceivedCredit that Capital withheld from",
"maxLength": 5000,
Expand All @@ -68833,7 +68846,8 @@
"debit_reversal",
"inbound_transfer",
"issuing_authorization",
"issuing_transaction"
"issuing_transaction",
"payout"
],
"title": "TreasuryReceivedDebitsResourceLinkedFlows",
"type": "object",
Expand Down Expand Up @@ -185537,6 +185551,11 @@
},
"type": "array"
},
"name": {
"description": "Name of the configuration",
"maxLength": 100,
"type": "string"
},
"offline": {
"anyOf": [
{
Expand Down Expand Up @@ -186187,6 +186206,11 @@
},
"type": "array"
},
"name": {
"description": "Name of the configuration",
"maxLength": 100,
"type": "string"
},
"offline": {
"anyOf": [
{
Expand Down
22 changes: 22 additions & 0 deletions embedded/openapi/spec3.json
Expand Up @@ -42580,6 +42580,12 @@
"description": "Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.",
"type": "boolean"
},
"name": {
"description": "String indicating the name of the Configuration object, set by the user",
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"object": {
"description": "String representing the object's type. Objects of the same type share the same value.",
"enum": [
Expand Down Expand Up @@ -46556,6 +46562,12 @@
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"payout": {
"description": "Set if the ReceivedDebit was created due to a [Payout](https://stripe.com/docs/api#payouts) object.",
"maxLength": 5000,
"nullable": true,
"type": "string"
}
},
"title": "TreasuryReceivedDebitsResourceLinkedFlows",
Expand Down Expand Up @@ -134352,6 +134364,11 @@
},
"type": "array"
},
"name": {
"description": "Name of the configuration",
"maxLength": 100,
"type": "string"
},
"offline": {
"anyOf": [
{
Expand Down Expand Up @@ -134943,6 +134960,11 @@
},
"type": "array"
},
"name": {
"description": "Name of the configuration",
"maxLength": 100,
"type": "string"
},
"offline": {
"anyOf": [
{
Expand Down

0 comments on commit 6b9542a

Please sign in to comment.