File tree Expand file tree Collapse file tree 2 files changed +47
-1
lines changed Expand file tree Collapse file tree 2 files changed +47
-1
lines changed Original file line number Diff line number Diff line change 62645
62645
"description": "Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.",
62646
62646
"type": "boolean"
62647
62647
},
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
+ },
62648
62654
"object": {
62649
62655
"description": "String representing the object's type. Objects of the same type share the same value.",
62650
62656
"enum": [
62666
62672
"id",
62667
62673
"is_account_default",
62668
62674
"livemode",
62675
+ "name",
62669
62676
"object"
62670
62677
],
62671
62678
"title": "TerminalConfigurationConfiguration",
68822
68829
"nullable": true,
68823
68830
"type": "string"
68824
68831
},
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
+ },
68825
68838
"received_credit_capital_withholding": {
68826
68839
"description": "The ReceivedCredit that Capital withheld from",
68827
68840
"maxLength": 5000,
68833
68846
"debit_reversal",
68834
68847
"inbound_transfer",
68835
68848
"issuing_authorization",
68836
- "issuing_transaction"
68849
+ "issuing_transaction",
68850
+ "payout"
68837
68851
],
68838
68852
"title": "TreasuryReceivedDebitsResourceLinkedFlows",
68839
68853
"type": "object",
@@ -185537,6 +185551,11 @@
185537
185551
},
185538
185552
"type": "array"
185539
185553
},
185554
+ "name": {
185555
+ "description": "Name of the configuration",
185556
+ "maxLength": 100,
185557
+ "type": "string"
185558
+ },
185540
185559
"offline": {
185541
185560
"anyOf": [
185542
185561
{
@@ -186187,6 +186206,11 @@
186187
186206
},
186188
186207
"type": "array"
186189
186208
},
186209
+ "name": {
186210
+ "description": "Name of the configuration",
186211
+ "maxLength": 100,
186212
+ "type": "string"
186213
+ },
186190
186214
"offline": {
186191
186215
"anyOf": [
186192
186216
{
Original file line number Diff line number Diff line change 42580
42580
"description": "Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.",
42581
42581
"type": "boolean"
42582
42582
},
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
+ },
42583
42589
"object": {
42584
42590
"description": "String representing the object's type. Objects of the same type share the same value.",
42585
42591
"enum": [
46556
46562
"maxLength": 5000,
46557
46563
"nullable": true,
46558
46564
"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"
46559
46571
}
46560
46572
},
46561
46573
"title": "TreasuryReceivedDebitsResourceLinkedFlows",
@@ -134352,6 +134364,11 @@
134352
134364
},
134353
134365
"type": "array"
134354
134366
},
134367
+ "name": {
134368
+ "description": "Name of the configuration",
134369
+ "maxLength": 100,
134370
+ "type": "string"
134371
+ },
134355
134372
"offline": {
134356
134373
"anyOf": [
134357
134374
{
@@ -134943,6 +134960,11 @@
134943
134960
},
134944
134961
"type": "array"
134945
134962
},
134963
+ "name": {
134964
+ "description": "Name of the configuration",
134965
+ "maxLength": 100,
134966
+ "type": "string"
134967
+ },
134946
134968
"offline": {
134947
134969
"anyOf": [
134948
134970
{
You can’t perform that action at this time.
0 commit comments