Interface SubscriptionPortalSession

Result returned by AccountApi.createSubscriptionPortalSession.

interface SubscriptionPortalSession {
    url: string;
}

Properties

Properties

url: string

Stripe Billing Portal URL to open in the user's browser.