SUBSCRIPTION_DELETE

Signature

export declare const SUBSCRIPTION_DELETE: (_: UsingClient, data: APISubscription) => { id: string; userId: string; skuIds: string[]; entitlementIds: string[]; renewalSkuIds: string[] | null; currentPeriodStart: string; currentPeriodEnd: string; status: SubscriptionStatus; canceledAt: string | null; country?: string | undefined; };

Members

This export does not declare public properties or methods in the generated declaration file.