@nevermined-io/payments
    Preparing search index...

    Enumeration OrganizationType

    Tier of an organization. Mirrors the backend OrganizationType enum at libs/commons/src/lib/types/types.ts in nvm-monorepo.

    • Premium / Enterprise — the paid tiers from Epic #1339.
    • Lapsed — an org whose paid subscription has expired; replaces the retired Free bucket (the backend never emits Free for new rows).
    • Other — legacy pre-tiered-pricing bucket still returned for orgs that pre-date the tier system; inherits Premium-equivalent caps and features server-side.
    Index

    Enumeration Members

    Enumeration Members

    Enterprise: "Enterprise"
    Lapsed: "Lapsed"
    Other: "Other"
    Premium: "Premium"