CustomerOrganization
Summary
Types
@type t() :: %PolarExpress.Schemas.CustomerOrganization{ allow_customer_updates: term(), avatar_url: term(), created_at: term(), customer_portal_settings: term(), id: term(), modified_at: term(), name: term(), organization_features: term(), proration_behavior: term(), slug: term() }
allow_customer_updates- Whether customers can update their subscriptions from the customer portal.avatar_url- Avatar URL shown in checkout, customer portal, emails etc. Nullable.created_at- Creation timestamp of the object. Format: date-time.customer_portal_settings- Settings related to the customer portalid- The ID of the object. Format: uuid4.modified_at- Last modification timestamp of the object. Nullable.name- Organization name shown in checkout, customer portal, emails etc.organization_features- Feature flags for the customer portal.proration_behavior- Proration behavior applied when customer updates their subscription from the portal.slug- Unique organization slug in checkout, customer portal and credit card statements.