Skip to content

SetPlanDto

reference
1 min readUpdated

Kind: Class

Source: atloria-monorepo/apps/api/src/platform/dto/set-plan.dto.ts

Set an org's plan. Two modes, mutually informative:

  • plan alone → change the org's base (Stripe) plan directly.
  • override (+ optional overrideDays) → a manual, auto-expiring grant that wins over the base plan for a trial/POC without touching Stripe. Pass override: 'CLEAR' to remove an active override.

Properties

PropertyType
planPlanValue
override`PlanValue
overrideDaysnumber
reasonstring

Was this page helpful?

Download as PDF