PolarExpress.Schemas.OrganizationFeatureSettings (polar_express v0.2.0)

Copy Markdown View Source

OrganizationFeatureSettings

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.OrganizationFeatureSettings{
  checkout_localization_enabled: boolean() | nil,
  issue_funding_enabled: boolean() | nil,
  member_model_enabled: boolean() | nil,
  overview_metrics: [String.t()] | nil,
  reset_proration_behavior_enabled: boolean() | nil,
  seat_based_pricing_enabled: boolean() | nil,
  tinybird_compare: boolean() | nil,
  tinybird_read: boolean() | nil,
  wallets_enabled: boolean() | nil
}
  • checkout_localization_enabled - If this organization has checkout localization enabled
  • issue_funding_enabled - If this organization has issue funding enabled
  • member_model_enabled - If this organization has the Member model enabled
  • overview_metrics - Ordered list of metric slugs shown on the dashboard overview. Nullable.
  • reset_proration_behavior_enabled - If this organization has access to reset proration behavior.
  • seat_based_pricing_enabled - If this organization has seat-based pricing enabled
  • tinybird_compare - If this organization compares Tinybird results with database
  • tinybird_read - If this organization reads from Tinybird
  • wallets_enabled - If this organization has Wallets enabled

Functions

schema_name()