Skip to content

Commit c4f0cce

Browse files
committed
updated the types to include the stripe_customer_id in the org Obj
1 parent b285074 commit c4f0cce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workos/types/organizations/organization.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ class Organization(OrganizationCommon):
77
allow_profiles_outside_organization: bool
88
domains: Sequence[OrganizationDomain]
99
lookup_key: Optional[str] = None
10+
stripe_customer_id: Optional[str] = None

0 commit comments

Comments
 (0)