Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Aug 29, 2024
1 parent 57381ea commit 45d8fdd
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 6 deletions.
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -33128,7 +33128,7 @@
"x-expandableFields": []
},
"line_item": {
"description": "",
"description": "Invoice Line Items represent the individual lines within an [invoice](https://stripe.com/docs/api/invoices) and only exist within the context of an invoice.\n\nEach line item is backed by either an [invoice item](https://stripe.com/docs/api/invoiceitems) or a [subscription item](https://stripe.com/docs/api/subscription_items).",
"properties": {
"amount": {
"description": "The amount, in cents (or local equivalent).",
Expand Down
10 changes: 9 additions & 1 deletion openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30272,7 +30272,15 @@ components:
type: object
x-expandableFields: []
line_item:
description: ''
description: >-
Invoice Line Items represent the individual lines within an
[invoice](https://stripe.com/docs/api/invoices) and only exist within
the context of an invoice.


Each line item is backed by either an [invoice
item](https://stripe.com/docs/api/invoiceitems) or a [subscription
item](https://stripe.com/docs/api/subscription_items).
properties:
amount:
description: 'The amount, in cents (or local equivalent).'
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -23398,7 +23398,7 @@
"x-expandableFields": []
},
"line_item": {
"description": "",
"description": "Invoice Line Items represent the individual lines within an [invoice](https://stripe.com/docs/api/invoices) and only exist within the context of an invoice.\n\nEach line item is backed by either an [invoice item](https://stripe.com/docs/api/invoiceitems) or a [subscription item](https://stripe.com/docs/api/subscription_items).",
"properties": {
"amount": {
"description": "The amount, in cents (or local equivalent).",
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -29325,7 +29325,7 @@
"x-expandableFields": []
},
"line_item": {
"description": "",
"description": "Invoice Line Items represent the individual lines within an [invoice](https://stripe.com/docs/api/invoices) and only exist within the context of an invoice.\n\nEach line item is backed by either an [invoice item](https://stripe.com/docs/api/invoiceitems) or a [subscription item](https://stripe.com/docs/api/subscription_items).",
"properties": {
"amount": {
"description": "The amount, in cents (or local equivalent).",
Expand Down
10 changes: 9 additions & 1 deletion openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26897,7 +26897,15 @@ components:
type: object
x-expandableFields: []
line_item:
description: ''
description: >-
Invoice Line Items represent the individual lines within an
[invoice](https://stripe.com/docs/api/invoices) and only exist within
the context of an invoice.


Each line item is backed by either an [invoice
item](https://stripe.com/docs/api/invoiceitems) or a [subscription
item](https://stripe.com/docs/api/subscription_items).
properties:
amount:
description: 'The amount, in cents (or local equivalent).'
Expand Down
10 changes: 9 additions & 1 deletion openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22311,7 +22311,15 @@ components:
type: object
x-expandableFields: []
line_item:
description: ''
description: >-
Invoice Line Items represent the individual lines within an
[invoice](https://stripe.com/docs/api/invoices) and only exist within
the context of an invoice.


Each line item is backed by either an [invoice
item](https://stripe.com/docs/api/invoiceitems) or a [subscription
item](https://stripe.com/docs/api/subscription_items).
properties:
amount:
description: 'The amount, in cents (or local equivalent).'
Expand Down

0 comments on commit 45d8fdd

Please sign in to comment.