View Source Plausible.Billing.Plans (Plausible v0.0.1)
Link to this section Summary
Link to this section Types
@type plan() :: %{ limit: non_neg_integer(), monthly_product_id: String.t(), yearly_product_id: String.t(), monthly_cost: String.t(), yearly_cost: String.t() } | :enterprise