HandlersSubscriptionStatusResponse
HandlersSubscriptionStatusResponse =
object
Defined in: src/client/types.gen.ts:739
Properties
cancel_at_period_end
cancel_at_period_end:
boolean
Defined in: src/client/types.gen.ts:743
true if scheduled to cancel
current_period_end?
optionalcurrent_period_end:number
Defined in: src/client/types.gen.ts:747
Unix timestamp, only present if subscribed
interval?
optionalinterval:string
Defined in: src/client/types.gen.ts:751
“month” | “year”, only present if subscribed
plan
plan:
string
Defined in: src/client/types.gen.ts:755
“free” | “starter” | “pro”
scheduled_interval?
optionalscheduled_interval:string
Defined in: src/client/types.gen.ts:759
billing interval of the scheduled plan
scheduled_plan?
optionalscheduled_plan:string
Defined in: src/client/types.gen.ts:763
tier user will switch to at period end
status
status:
string
Defined in: src/client/types.gen.ts:767
“none” | “active” | “canceling” | “past_due” | “canceled”