Skip to content

Commit 0230c8d

Browse files
Update OpenAPI for 242bb749b93c1ae39258a148f58224cb6b340c77
1 parent db9560e commit 0230c8d

File tree

1 file changed

+1
-45
lines changed

1 file changed

+1
-45
lines changed

embedded/openapi/spec3.beta.sdk.json

+1-45
Original file line numberDiff line numberDiff line change
@@ -39243,15 +39243,6 @@
3924339243
"period": {
3924439244
"$ref": "#/components/schemas/invoice_line_item_period"
3924539245
},
39246-
"plan": {
39247-
"anyOf": [
39248-
{
39249-
"$ref": "#/components/schemas/plan"
39250-
}
39251-
],
39252-
"description": "The plan of the subscription, if the line item is a subscription or a proration.",
39253-
"nullable": true
39254-
},
3925539246
"pretax_credit_amounts": {
3925639247
"description": "Contains pretax credit amounts (ex: discount, credit grants, etc) that apply to this line item.",
3925739248
"items": {
@@ -39260,15 +39251,6 @@
3926039251
"nullable": true,
3926139252
"type": "array"
3926239253
},
39263-
"price": {
39264-
"anyOf": [
39265-
{
39266-
"$ref": "#/components/schemas/price"
39267-
}
39268-
],
39269-
"description": "The price of the line item.",
39270-
"nullable": true
39271-
},
3927239254
"proration": {
3927339255
"description": "Whether this is a proration.",
3927439256
"type": "boolean"
@@ -39326,20 +39308,6 @@
3932639308
]
3932739309
}
3932839310
},
39329-
"tax_amounts": {
39330-
"description": "The amount of tax calculated per tax rate for this line item",
39331-
"items": {
39332-
"$ref": "#/components/schemas/invoice_tax_amount"
39333-
},
39334-
"type": "array"
39335-
},
39336-
"tax_rates": {
39337-
"description": "The tax rates which apply to the line item.",
39338-
"items": {
39339-
"$ref": "#/components/schemas/tax_rate"
39340-
},
39341-
"type": "array"
39342-
},
3934339311
"type": {
3934439312
"description": "A string identifying the type of the source of this line item, either an `invoiceitem` or a `subscription`.",
3934539313
"enum": [
@@ -39362,15 +39330,11 @@
3936239330
"metadata",
3936339331
"object",
3936439332
"period",
39365-
"plan",
3936639333
"pretax_credit_amounts",
39367-
"price",
3936839334
"proration",
3936939335
"proration_details",
3937039336
"quantity",
3937139337
"subscription",
39372-
"tax_amounts",
39373-
"tax_rates",
3937439338
"type"
3937539339
],
3937639340
"title": "InvoiceLineItem",
@@ -39382,14 +39346,10 @@
3938239346
"margin_amounts",
3938339347
"margins",
3938439348
"period",
39385-
"plan",
3938639349
"pretax_credit_amounts",
39387-
"price",
3938839350
"proration_details",
3938939351
"subscription",
39390-
"subscription_item",
39391-
"tax_amounts",
39392-
"tax_rates"
39352+
"subscription_item"
3939339353
],
3939439354
"x-resourceId": "line_item",
3939539355
"x-stripeMostCommon": [
@@ -39400,12 +39360,8 @@
3940039360
"invoice",
3940139361
"metadata",
3940239362
"period",
39403-
"plan",
39404-
"price",
3940539363
"proration",
3940639364
"quantity",
39407-
"tax_amounts",
39408-
"tax_rates",
3940939365
"type"
3941039366
],
3941139367
"x-stripeOperations": [

0 commit comments

Comments
 (0)