From 518ea5ba1b8e5fbaa9bb4b85d6725d482f5cd6a6 Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 18:08:35 +0000 Subject: [PATCH] Update generated code for v655 --- stripe/api_resources/tax/registration.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/stripe/api_resources/tax/registration.py b/stripe/api_resources/tax/registration.py index 6a3725b52..55f5b09f9 100644 --- a/stripe/api_resources/tax/registration.py +++ b/stripe/api_resources/tax/registration.py @@ -706,7 +706,16 @@ class CreateParams(RequestOptions): If set, the Tax Registration stops being active at this time. If not set, the Tax Registration will be active indefinitely. Timestamp measured in seconds since the Unix epoch. """ - class CreateParamsCountryOptions(TypedDict): + class CreateParamsCountryOptions( + TypedDict( + "CreateParamsCountryOptions", + { + "is": NotRequired[ + "Registration.CreateParamsCountryOptionsIs" + ], + }, + ), + ): ae: NotRequired["Registration.CreateParamsCountryOptionsAe"] """ Options for the registration in AE.