Skip to content

Commit 518ea5b

Browse files
Update generated code for v655
1 parent c98d14d commit 518ea5b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

stripe/api_resources/tax/registration.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,16 @@ class CreateParams(RequestOptions):
706706
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.
707707
"""
708708

709-
class CreateParamsCountryOptions(TypedDict):
709+
class CreateParamsCountryOptions(
710+
TypedDict(
711+
"CreateParamsCountryOptions",
712+
{
713+
"is": NotRequired[
714+
"Registration.CreateParamsCountryOptionsIs"
715+
],
716+
},
717+
),
718+
):
710719
ae: NotRequired["Registration.CreateParamsCountryOptionsAe"]
711720
"""
712721
Options for the registration in AE.

0 commit comments

Comments
 (0)