Skip to Content
SdkClientInternalType AliasesHandlersSubscriptionStatusResponse

HandlersSubscriptionStatusResponse

HandlersSubscriptionStatusResponse = object

Defined in: src/client/types.gen.ts:311 

Properties

cancel_at_period_end?

optional cancel_at_period_end: boolean

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

true if scheduled to cancel


current_period_end?

optional current_period_end: number

Defined in: src/client/types.gen.ts:319 

Unix timestamp, only present if subscribed


plan?

optional plan: string

Defined in: src/client/types.gen.ts:323 

“free” | “pro”


status?

optional status: string

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

“none” | “active” | “canceling” | “past_due” | “canceled”

Last updated on