headless-commerce
    Preparing search index...

    Interface MockCheckoutSession

    Mock session returned to the checkout UI without contacting Stripe.

    interface MockCheckoutSession {
        amountTotalCents: number;
        checkoutUrl: string;
        message: string;
        sessionId: string;
        status: MockCheckoutStatus;
    }
    Index

    Properties

    amountTotalCents: number
    checkoutUrl: string
    message: string
    sessionId: string