From 7422dd21fe21d7a984e16f8dff46bfa109783b7c Mon Sep 17 00:00:00 2001 From: "stripe-openapi[bot]" <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 16:50:20 +0000 Subject: [PATCH] OpenAPI Update (#865) Update OpenAPI for 2573ca68dd69104226882fc872aba0b04912c616 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> --- embedded/openapi/spec3.beta.sdk.json | 18 ++++++++++++++++++ embedded/openapi/spec3.json | 17 +++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index a3d8b78a..fd9794c2 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -150569,6 +150569,10 @@ "subscription_data": { "explode": true, "style": "deepObject" + }, + "tax_id_collection": { + "explode": true, + "style": "deepObject" } }, "schema": { @@ -151670,6 +151674,20 @@ }, "title": "subscription_data_update_params", "type": "object" + }, + "tax_id_collection": { + "description": "Controls tax ID collection during checkout.", + "properties": { + "enabled": { + "description": "Set to `true` to enable tax ID collection.", + "type": "boolean" + } + }, + "required": [ + "enabled" + ], + "title": "tax_id_collection_params", + "type": "object" } }, "type": "object" diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index 6c748ac2..6f51eb77 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -113712,6 +113712,10 @@ "subscription_data": { "explode": true, "style": "deepObject" + }, + "tax_id_collection": { + "explode": true, + "style": "deepObject" } }, "schema": { @@ -114744,6 +114748,19 @@ }, "title": "subscription_data_update_params", "type": "object" + }, + "tax_id_collection": { + "description": "Controls tax ID collection during checkout.", + "properties": { + "enabled": { + "type": "boolean" + } + }, + "required": [ + "enabled" + ], + "title": "tax_id_collection_params", + "type": "object" } }, "type": "object"