AccountBillingPlanResponse: {
    billingPlan: SE.AccountBillingPlan;
    cancelledAt?: string;
    currentBillingCycle: {
        endsAt: string;
        startedAt: string;
    };
    pendingChange?: {
        changeTo: SE.AccountBillingPlan;
        effectiveAt: string;
        requestedAt: string;
        type: SE.AccountBillingPlanChangeType;
    };
    trialEndAt?: string;
}

"cancelledAt", "pendingChange" and "trialEndAt" are only available when applies won't be on the response otherwise

Type declaration

Generated using TypeDoc