File tree 6 files changed +37
-0
lines changed
6 files changed +37
-0
lines changed Original file line number Diff line number Diff line change 30022
30022
"maxLength": 5000,
30023
30023
"type": "string"
30024
30024
},
30025
+ "invoice": {
30026
+ "description": "The ID of the invoice that contains this line item.",
30027
+ "maxLength": 5000,
30028
+ "nullable": true,
30029
+ "type": "string"
30030
+ },
30025
30031
"invoice_item": {
30026
30032
"anyOf": [
30027
30033
{
30207
30213
"discountable",
30208
30214
"discounts",
30209
30215
"id",
30216
+ "invoice",
30210
30217
"livemode",
30211
30218
"metadata",
30212
30219
"object",
Original file line number Diff line number Diff line change @@ -27157,6 +27157,11 @@ components:
27157
27157
description: Unique identifier for the object.
27158
27158
maxLength: 5000
27159
27159
type: string
27160
+ invoice:
27161
+ description: The ID of the invoice that contains this line item.
27162
+ maxLength: 5000
27163
+ nullable: true
27164
+ type: string
27160
27165
invoice_item:
27161
27166
anyOf:
27162
27167
- maxLength: 5000
@@ -27298,6 +27303,7 @@ components:
27298
27303
- discountable
27299
27304
- discounts
27300
27305
- id
27306
+ - invoice
27301
27307
- livemode
27302
27308
- metadata
27303
27309
- object
Original file line number Diff line number Diff line change 20206
20206
"maxLength": 5000,
20207
20207
"type": "string"
20208
20208
},
20209
+ "invoice": {
20210
+ "description": "The ID of the invoice that contains this line item.",
20211
+ "maxLength": 5000,
20212
+ "nullable": true,
20213
+ "type": "string"
20214
+ },
20209
20215
"invoice_item": {
20210
20216
"anyOf": [
20211
20217
{
Original file line number Diff line number Diff line change 25303
25303
"maxLength": 5000,
25304
25304
"type": "string"
25305
25305
},
25306
+ "invoice": {
25307
+ "description": "The ID of the invoice that contains this line item.",
25308
+ "maxLength": 5000,
25309
+ "nullable": true,
25310
+ "type": "string"
25311
+ },
25306
25312
"invoice_item": {
25307
25313
"anyOf": [
25308
25314
{
25457
25463
"discountable",
25458
25464
"discounts",
25459
25465
"id",
25466
+ "invoice",
25460
25467
"livemode",
25461
25468
"metadata",
25462
25469
"object",
Original file line number Diff line number Diff line change @@ -23068,6 +23068,11 @@ components:
23068
23068
description: Unique identifier for the object.
23069
23069
maxLength: 5000
23070
23070
type: string
23071
+ invoice:
23072
+ description: The ID of the invoice that contains this line item.
23073
+ maxLength: 5000
23074
+ nullable: true
23075
+ type: string
23071
23076
invoice_item:
23072
23077
anyOf:
23073
23078
- maxLength: 5000
@@ -23188,6 +23193,7 @@ components:
23188
23193
- discountable
23189
23194
- discounts
23190
23195
- id
23196
+ - invoice
23191
23197
- livemode
23192
23198
- metadata
23193
23199
- object
Original file line number Diff line number Diff line change @@ -19134,6 +19134,11 @@ components:
19134
19134
description: Unique identifier for the object.
19135
19135
maxLength: 5000
19136
19136
type: string
19137
+ invoice:
19138
+ description: The ID of the invoice that contains this line item.
19139
+ maxLength: 5000
19140
+ nullable: true
19141
+ type: string
19137
19142
invoice_item:
19138
19143
anyOf:
19139
19144
- maxLength: 5000
You can’t perform that action at this time.
0 commit comments