CheckoutOrganization
Summary
Types
@type t() :: %PolarExpress.Schemas.CheckoutOrganization{ allow_customer_updates: term(), avatar_url: term(), created_at: term(), id: term(), modified_at: term(), name: 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.id- 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.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.