HandlersSubscriptionStatusResponse
HandlersSubscriptionStatusResponse =
object
Defined in: src/client/types.gen.ts:955
Properties
cancel_at_period_end
cancel_at_period_end:
boolean
Defined in: src/client/types.gen.ts:959
true if scheduled to cancel
current_period_end?
optionalcurrent_period_end:number
Defined in: src/client/types.gen.ts:963
Unix timestamp, only present if subscribed
interval?
optionalinterval:string
Defined in: src/client/types.gen.ts:967
“month” | “year”, only present if subscribed
payment_provider?
optionalpayment_provider:string
Defined in: src/client/types.gen.ts:971
“stripe” | “revenuecat” — tells the client how to manage subscription
plan
plan:
string
Defined in: src/client/types.gen.ts:975
“free” | “starter” | “pro”
scheduled_interval?
optionalscheduled_interval:string
Defined in: src/client/types.gen.ts:979
billing interval of the scheduled plan
scheduled_plan?
optionalscheduled_plan:string
Defined in: src/client/types.gen.ts:983
tier user will switch to at period end
status
status:
string
Defined in: src/client/types.gen.ts:987
“none” | “active” | “canceling” | “past_due” | “canceled”