Skip to content

Commit 1558ca0

Browse files
OpenAPI Update (#661)
Update OpenAPI for 5787b5cbb9f6d06fb581cab918b1ee5204487cab Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent 8172529 commit 1558ca0

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30022,6 +30022,12 @@
3002230022
"maxLength": 5000,
3002330023
"type": "string"
3002430024
},
30025+
"invoice": {
30026+
"description": "The ID of the invoice that contains this line item.",
30027+
"maxLength": 5000,
30028+
"nullable": true,
30029+
"type": "string"
30030+
},
3002530031
"invoice_item": {
3002630032
"anyOf": [
3002730033
{
@@ -30207,6 +30213,7 @@
3020730213
"discountable",
3020830214
"discounts",
3020930215
"id",
30216+
"invoice",
3021030217
"livemode",
3021130218
"metadata",
3021230219
"object",

embedded/openapi/spec3.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20206,6 +20206,12 @@
2020620206
"maxLength": 5000,
2020720207
"type": "string"
2020820208
},
20209+
"invoice": {
20210+
"description": "The ID of the invoice that contains this line item.",
20211+
"maxLength": 5000,
20212+
"nullable": true,
20213+
"type": "string"
20214+
},
2020920215
"invoice_item": {
2021020216
"anyOf": [
2021120217
{

0 commit comments

Comments
 (0)