Skip to content

Commit

Permalink
OpenAPI Update (#781)
Browse files Browse the repository at this point in the history
Update OpenAPI for bf4837c4be7e14c6e15f68796adda52b1c8cfc48

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Apr 26, 2024
1 parent b42a734 commit 0d5bc65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -21030,12 +21030,12 @@
]
},
"period_end": {
"description": "End of the usage period during which invoice items were added to this invoice.",
"description": "End of the usage period during which invoice items were added to this invoice. This looks back one period for a subscription invoice. Use the [line item period](/api/invoices/line_item#invoice_line_item_object-period) to get the service period for each price.",
"format": "unix-time",
"type": "integer"
},
"period_start": {
"description": "Start of the usage period during which invoice items were added to this invoice.",
"description": "Start of the usage period during which invoice items were added to this invoice. This looks back one period for a subscription invoice. Use the [line item period](/api/invoices/line_item#invoice_line_item_object-period) to get the service period for each price.",
"format": "unix-time",
"type": "integer"
},
Expand Down Expand Up @@ -50429,12 +50429,12 @@
]
},
"period_end": {
"description": "End of the usage period during which invoice items were added to this invoice.",
"description": "End of the usage period during which invoice items were added to this invoice. This looks back one period for a subscription invoice. Use the [line item period](/api/invoices/line_item#invoice_line_item_object-period) to get the service period for each price.",
"format": "unix-time",
"type": "integer"
},
"period_start": {
"description": "Start of the usage period during which invoice items were added to this invoice.",
"description": "Start of the usage period during which invoice items were added to this invoice. This looks back one period for a subscription invoice. Use the [line item period](/api/invoices/line_item#invoice_line_item_object-period) to get the service period for each price.",
"format": "unix-time",
"type": "integer"
},
Expand Down
4 changes: 2 additions & 2 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -14723,12 +14723,12 @@
"$ref": "#/components/schemas/invoices_payment_settings"
},
"period_end": {
"description": "End of the usage period during which invoice items were added to this invoice.",
"description": "End of the usage period during which invoice items were added to this invoice. This looks back one period for a subscription invoice. Use the [line item period](/api/invoices/line_item#invoice_line_item_object-period) to get the service period for each price.",
"format": "unix-time",
"type": "integer"
},
"period_start": {
"description": "Start of the usage period during which invoice items were added to this invoice.",
"description": "Start of the usage period during which invoice items were added to this invoice. This looks back one period for a subscription invoice. Use the [line item period](/api/invoices/line_item#invoice_line_item_object-period) to get the service period for each price.",
"format": "unix-time",
"type": "integer"
},
Expand Down

0 comments on commit 0d5bc65

Please sign in to comment.