File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 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 {
3020730213 "discountable",
3020830214 "discounts",
3020930215 "id",
30216+ "invoice",
3021030217 "livemode",
3021130218 "metadata",
3021230219 "object",
Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments