Nombaone.Plan (Nomba One v0.1.0)

View Source

What you sell — "Pro", "Starter". A plan holds the name and description; its prices (amount + cadence) live underneath it (Nombaone.Plans.Prices).

Fields: id (nbo…pln), name, description, status ("active" | "archived"), metadata, mode, created_at, updated_at.

Summary

Types

t()

@type t() :: %Nombaone.Plan{
  __raw__: term(),
  created_at: term(),
  description: term(),
  domain: term(),
  id: term(),
  metadata: term(),
  mode: term(),
  name: term(),
  status: term(),
  updated_at: term()
}