From e9bc16b68cacd8994de5cab17f9d50028ad292f8 Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 15:36:47 +0000 Subject: [PATCH] Update OpenAPI specification for beta --- openapi/spec3.beta.sdk.json | 5 +++-- openapi/spec3.beta.sdk.yaml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/openapi/spec3.beta.sdk.json b/openapi/spec3.beta.sdk.json index afc54aa9..d6d48a1c 100644 --- a/openapi/spec3.beta.sdk.json +++ b/openapi/spec3.beta.sdk.json @@ -113107,7 +113107,7 @@ "type": "string" } }, - "title": "tax_param", + "title": "shared_tax_create_param", "type": "object", "x-stripeMostCommon": [ "ip_address", @@ -113980,13 +113980,14 @@ "validate_location": { "description": "A flag that indicates when Stripe should validate the customer tax location. Defaults to `deferred`.", "enum": [ + "auto", "deferred", "immediately" ], "type": "string" } }, - "title": "tax_param", + "title": "shared_tax_update_param", "type": "object", "x-stripeMostCommon": [ "ip_address", diff --git a/openapi/spec3.beta.sdk.yaml b/openapi/spec3.beta.sdk.yaml index 21dfbc30..b3cc75ce 100644 --- a/openapi/spec3.beta.sdk.yaml +++ b/openapi/spec3.beta.sdk.yaml @@ -103200,7 +103200,7 @@ paths: - deferred - immediately type: string - title: tax_param + title: shared_tax_create_param type: object x-stripeMostCommon: - ip_address @@ -104006,10 +104006,11 @@ paths: A flag that indicates when Stripe should validate the customer tax location. Defaults to `deferred`. enum: + - auto - deferred - immediately type: string - title: tax_param + title: shared_tax_update_param type: object x-stripeMostCommon: - ip_address