From 8d67b66c3c6a78b66d06e5752a8e9c601a5f7bc0 Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 18:23:28 +0000 Subject: [PATCH] Update OpenAPI specification --- openapi/spec3.beta.sdk.json | 2 ++ openapi/spec3.beta.sdk.yaml | 2 ++ openapi/spec3.json | 2 ++ openapi/spec3.sdk.json | 2 ++ openapi/spec3.sdk.yaml | 2 ++ openapi/spec3.yaml | 2 ++ 6 files changed, 12 insertions(+) diff --git a/openapi/spec3.beta.sdk.json b/openapi/spec3.beta.sdk.json index 903ffa9a..59ba1da3 100644 --- a/openapi/spec3.beta.sdk.json +++ b/openapi/spec3.beta.sdk.json @@ -36400,6 +36400,8 @@ "proration_details", "quantity", "subscription", + "tax_amounts", + "tax_rates", "type", "unit_amount_excluding_tax" ], diff --git a/openapi/spec3.beta.sdk.yaml b/openapi/spec3.beta.sdk.yaml index 31ae2ed8..00504c5c 100644 --- a/openapi/spec3.beta.sdk.yaml +++ b/openapi/spec3.beta.sdk.yaml @@ -33026,6 +33026,8 @@ components: - proration_details - quantity - subscription + - tax_amounts + - tax_rates - type - unit_amount_excluding_tax title: InvoiceLineItem diff --git a/openapi/spec3.json b/openapi/spec3.json index dae25907..7ea07f61 100644 --- a/openapi/spec3.json +++ b/openapi/spec3.json @@ -23612,6 +23612,8 @@ "object", "period", "proration", + "tax_amounts", + "tax_rates", "type" ], "title": "InvoiceLineItem", diff --git a/openapi/spec3.sdk.json b/openapi/spec3.sdk.json index 52ce860d..2fed746d 100644 --- a/openapi/spec3.sdk.json +++ b/openapi/spec3.sdk.json @@ -32166,6 +32166,8 @@ "proration_details", "quantity", "subscription", + "tax_amounts", + "tax_rates", "type", "unit_amount_excluding_tax" ], diff --git a/openapi/spec3.sdk.yaml b/openapi/spec3.sdk.yaml index 9b5021cf..916418d2 100644 --- a/openapi/spec3.sdk.yaml +++ b/openapi/spec3.sdk.yaml @@ -29295,6 +29295,8 @@ components: - proration_details - quantity - subscription + - tax_amounts + - tax_rates - type - unit_amount_excluding_tax title: InvoiceLineItem diff --git a/openapi/spec3.yaml b/openapi/spec3.yaml index 38827a19..d6f7d519 100644 --- a/openapi/spec3.yaml +++ b/openapi/spec3.yaml @@ -22495,6 +22495,8 @@ components: - object - period - proration + - tax_amounts + - tax_rates - type title: InvoiceLineItem type: object