Skip to content

Commit 6b9542a

Browse files
OpenAPI Update (#714)
Update OpenAPI for 5597687400797e5a4621875e1dec1f87a0d7d8b3 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent 7ba3a46 commit 6b9542a

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62645,6 +62645,12 @@
6264562645
"description": "Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.",
6264662646
"type": "boolean"
6264762647
},
62648+
"name": {
62649+
"description": "String indicating the name of the Configuration object, set by the user",
62650+
"maxLength": 5000,
62651+
"nullable": true,
62652+
"type": "string"
62653+
},
6264862654
"object": {
6264962655
"description": "String representing the object's type. Objects of the same type share the same value.",
6265062656
"enum": [
@@ -62666,6 +62672,7 @@
6266662672
"id",
6266762673
"is_account_default",
6266862674
"livemode",
62675+
"name",
6266962676
"object"
6267062677
],
6267162678
"title": "TerminalConfigurationConfiguration",
@@ -68822,6 +68829,12 @@
6882268829
"nullable": true,
6882368830
"type": "string"
6882468831
},
68832+
"payout": {
68833+
"description": "Set if the ReceivedDebit was created due to a [Payout](https://stripe.com/docs/api#payouts) object.",
68834+
"maxLength": 5000,
68835+
"nullable": true,
68836+
"type": "string"
68837+
},
6882568838
"received_credit_capital_withholding": {
6882668839
"description": "The ReceivedCredit that Capital withheld from",
6882768840
"maxLength": 5000,
@@ -68833,7 +68846,8 @@
6883368846
"debit_reversal",
6883468847
"inbound_transfer",
6883568848
"issuing_authorization",
68836-
"issuing_transaction"
68849+
"issuing_transaction",
68850+
"payout"
6883768851
],
6883868852
"title": "TreasuryReceivedDebitsResourceLinkedFlows",
6883968853
"type": "object",
@@ -185537,6 +185551,11 @@
185537185551
},
185538185552
"type": "array"
185539185553
},
185554+
"name": {
185555+
"description": "Name of the configuration",
185556+
"maxLength": 100,
185557+
"type": "string"
185558+
},
185540185559
"offline": {
185541185560
"anyOf": [
185542185561
{
@@ -186187,6 +186206,11 @@
186187186206
},
186188186207
"type": "array"
186189186208
},
186209+
"name": {
186210+
"description": "Name of the configuration",
186211+
"maxLength": 100,
186212+
"type": "string"
186213+
},
186190186214
"offline": {
186191186215
"anyOf": [
186192186216
{

embedded/openapi/spec3.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42580,6 +42580,12 @@
4258042580
"description": "Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.",
4258142581
"type": "boolean"
4258242582
},
42583+
"name": {
42584+
"description": "String indicating the name of the Configuration object, set by the user",
42585+
"maxLength": 5000,
42586+
"nullable": true,
42587+
"type": "string"
42588+
},
4258342589
"object": {
4258442590
"description": "String representing the object's type. Objects of the same type share the same value.",
4258542591
"enum": [
@@ -46556,6 +46562,12 @@
4655646562
"maxLength": 5000,
4655746563
"nullable": true,
4655846564
"type": "string"
46565+
},
46566+
"payout": {
46567+
"description": "Set if the ReceivedDebit was created due to a [Payout](https://stripe.com/docs/api#payouts) object.",
46568+
"maxLength": 5000,
46569+
"nullable": true,
46570+
"type": "string"
4655946571
}
4656046572
},
4656146573
"title": "TreasuryReceivedDebitsResourceLinkedFlows",
@@ -134352,6 +134364,11 @@
134352134364
},
134353134365
"type": "array"
134354134366
},
134367+
"name": {
134368+
"description": "Name of the configuration",
134369+
"maxLength": 100,
134370+
"type": "string"
134371+
},
134355134372
"offline": {
134356134373
"anyOf": [
134357134374
{
@@ -134943,6 +134960,11 @@
134943134960
},
134944134961
"type": "array"
134945134962
},
134963+
"name": {
134964+
"description": "Name of the configuration",
134965+
"maxLength": 100,
134966+
"type": "string"
134967+
},
134946134968
"offline": {
134947134969
"anyOf": [
134948134970
{

0 commit comments

Comments
 (0)