Logo
Type aliases

BasePlan

BasePlan = object

Defined in: packages/cloud/src/client/types.gen.ts:192

Properties

id?

optional id: string | null

Defined in: packages/cloud/src/client/types.gen.ts:196

The ID of the plan in Metronome


name

name: "free" | "llama_parse" | "enterprise" | "unknown" | "free_contract" | "pro" | "enterprise_contract" | "enterprise_poc"

Defined in: packages/cloud/src/client/types.gen.ts:197


metronome_plan_type

metronome_plan_type: "plan" | "contract"

Defined in: packages/cloud/src/client/types.gen.ts:206


metronome_rate_card_alias

metronome_rate_card_alias: string | null

Defined in: packages/cloud/src/client/types.gen.ts:207


limits

limits: PlanLimits

Defined in: packages/cloud/src/client/types.gen.ts:208


recurring_credits?

optional recurring_credits: RecurringCreditGrant[] | null

Defined in: packages/cloud/src/client/types.gen.ts:209


plan_frequency

plan_frequency: "MONTHLY" | "QUARTERLY" | "ANNUAL"

Defined in: packages/cloud/src/client/types.gen.ts:210


metronome_customer_id?

optional metronome_customer_id: string | null

Defined in: packages/cloud/src/client/types.gen.ts:214

The ID of the customer in Metronome


starting_on?

optional starting_on: string | null

Defined in: packages/cloud/src/client/types.gen.ts:218

The date the plan starts on


ending_before?

optional ending_before: string | null

Defined in: packages/cloud/src/client/types.gen.ts:222

The date the plan ends on


current_billing_period?

optional current_billing_period: BillingPeriod | null

Defined in: packages/cloud/src/client/types.gen.ts:226

The current billing period

On this page