@runloop/api-client - v1.26.0
    Preparing search index...

    Stripe billing information.

    interface Stripe {
        active_subscription?: string | null;
        customer_id?: string | null;
    }
    Index

    Properties

    active_subscription?: string | null

    The active Stripe subscription ID.

    customer_id?: string | null

    The Stripe customer ID.