BasePlan
BasePlan =
object
Defined in: packages/cloud/src/client/types.gen.ts:173
Properties
id?
optional
id:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:177
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:178
metronome_plan_type
metronome_plan_type:
"plan"
|"contract"
Defined in: packages/cloud/src/client/types.gen.ts:190
metronome_rate_card_alias
metronome_rate_card_alias:
string
|null
Defined in: packages/cloud/src/client/types.gen.ts:191
limits
limits:
PlanLimits
Defined in: packages/cloud/src/client/types.gen.ts:192
recurring_credits?
optional
recurring_credits:RecurringCreditGrant
[] |null
Defined in: packages/cloud/src/client/types.gen.ts:193
plan_frequency
plan_frequency:
"MONTHLY"
|"QUARTERLY"
|"ANNUAL"
Defined in: packages/cloud/src/client/types.gen.ts:194
metronome_customer_id?
optional
metronome_customer_id:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:198
The ID of the customer in Metronome
starting_on?
optional
starting_on:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:202
The date the plan starts on
ending_before?
optional
ending_before:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:206
The date the plan ends on
current_billing_period?
optional
current_billing_period:BillingPeriod
|null
Defined in: packages/cloud/src/client/types.gen.ts:210
The current billing period
is_payment_failed?
optional
is_payment_failed:boolean
Defined in: packages/cloud/src/client/types.gen.ts:214
Whether the organization has a failed payment that requires support contact