Skip to content

Commit

Permalink
Update generated code for v655
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Nov 10, 2023
1 parent c98d14d commit 518ea5b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion stripe/api_resources/tax/registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 518ea5b

Please sign in to comment.