Logo
Type aliases

BasePlan

BasePlan = object

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

Properties

id?

optional id: string | null

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

The ID of the plan in Metronome


name

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

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


metronome_plan_type

metronome_plan_type: "plan" | "contract"

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


metronome_rate_card_alias

metronome_rate_card_alias: string | null

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


limits

limits: PlanLimits

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


recurring_credits?

optional recurring_credits: RecurringCreditGrant[] | null

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


plan_frequency

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

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


metronome_customer_id?

optional metronome_customer_id: string | null

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

The ID of the customer in Metronome


starting_on?

optional starting_on: string | null

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

The date the plan starts on


ending_before?

optional ending_before: string | null

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

The date the plan ends on


current_billing_period?

optional current_billing_period: BillingPeriod | null

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

The current billing period


is_payment_failed?

optional is_payment_failed: boolean

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

Whether the organization has a failed payment that requires support contact


failure_count?

optional failure_count: number

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

The number of payment failures for this organization