Kind: Class
Source: atloria-monorepo/apps/api/src/platform/dto/set-plan.dto.ts
Set an org's plan. Two modes, mutually informative:
planalone → change the org's base (Stripe) plan directly.override(+ optionaloverrideDays) → a manual, auto-expiring grant that wins over the base plan for a trial/POC without touching Stripe. Passoverride: 'CLEAR'to remove an active override.
Properties
| Property | Type |
|---|---|
plan | PlanValue |
override | `PlanValue |
overrideDays | number |
reason | string |
Was this page helpful?