Skip to content

Commit

Permalink
Update generated code for v696
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Dec 5, 2023
1 parent 034bd6c commit c090d06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v695
v696
5 changes: 5 additions & 0 deletions stripe/api_resources/account_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,15 @@ class AccountSession(CreateableAPIResource["AccountSession"]):

class Components(StripeObject):
class AccountOnboarding(StripeObject):
class Features(StripeObject):
pass

enabled: bool
"""
Whether the embedded component is enabled.
"""
features: Features
_inner_class_types = {"features": Features}

class PaymentDetails(StripeObject):
class Features(StripeObject):
Expand Down

0 comments on commit c090d06

Please sign in to comment.