Skip to Content
Anuma SDKClientInternalType AliasesHandlersSubscriptionStatusResponse

HandlersSubscriptionStatusResponse

HandlersSubscriptionStatusResponse = object

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

Properties

cancel_at_period_end

cancel_at_period_end: boolean

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

true if scheduled to cancel


current_period_end?

optional current_period_end: number

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

Unix timestamp, only present if subscribed


interval?

optional interval: string

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

“month” | “year”, only present if subscribed


payment_provider?

optional payment_provider: string

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

“stripe” | “revenuecat” | “staking” — tells the client how to manage subscription (no portal for “staking”; manage on-chain)


plan

plan: string

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

“free” | “starter” | “pro”


scheduled_interval?

optional scheduled_interval: string

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

billing interval of the scheduled plan


scheduled_plan?

optional scheduled_plan: string

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

tier user will switch to at period end


status

status: string

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

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

Last updated on