Skip to Content
Anuma SDKClientInternalType AliasesHandlersSubscriptionStatusResponse

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?

optional current_period_end: number

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

Unix timestamp, only present if subscribed


interval?

optional interval: 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?

optional scheduled_interval: string

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

billing interval of the scheduled plan


scheduled_plan?

optional scheduled_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”

Last updated on