MCPcopy Create free account
hub / github.com/async-labs/async / getSubscriptionStatus

Method getSubscriptionStatus

api/server/models/User.ts:332–332  ·  view source on GitHub ↗
(userId: string)

Source from the content-addressed store, hash-verified

330 getTeamData(teamId: string): Promise<{ teamName: string; teamLogoUrl: string; error: string }>;
331
332 getSubscriptionStatus(userId: string): Promise<{
333 isSubscriptionActiveForAccount: boolean;
334 isPaymentFailedForAccount: boolean;
335 isTrialPeriodOverForAccount: boolean;

Callers 4

createOrUpdateMethod · 0.65
addOrEditMethod · 0.65
addOrEditMethod · 0.65
createOrUpdateMethod · 0.65

Implementers 1

UserClassapi/server/models/User.ts

Calls

no outgoing calls

Tested by

no test coverage detected