From bf3360f9ff41732833a3c9d994c9318c66683963 Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 15:41:48 +0000 Subject: [PATCH] Update OpenAPI for bf4837c4be7e14c6e15f68796adda52b1c8cfc48 --- embedded/openapi/spec3.beta.sdk.json | 8 ++++---- embedded/openapi/spec3.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 3f0a5bc3..91bc34f6 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -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" }, @@ -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" }, diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index 0a026e71..5e67d5d2 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -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" },