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