Interface SubscriptionCheckoutResult

Result returned by AccountApi.createSubscriptionCheckout.

interface SubscriptionCheckoutResult {
    message?: string;
    url: string;
}

Properties

Properties

message?: string

Optional server message describing the checkout session.

url: string

Stripe Checkout URL to open in the user's browser.