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

    The account billing information.

    interface Billing {
        account_billing_type:
            | "UNRECOGNIZED"
            | "STRIPE"
            | "AWS_MARKETPLACE"
            | "STRIPE_PROJECTS";
        aws?: Aws
        | null;
        stripe?: Stripe | null;
        stripe_customer_id?: string | null;
    }
    Index

    Properties

    account_billing_type:
        | "UNRECOGNIZED"
        | "STRIPE"
        | "AWS_MARKETPLACE"
        | "STRIPE_PROJECTS"

    The account billing type.

    aws?: Aws | null

    AWS Marketplace billing information.

    stripe?: Stripe | null

    Stripe billing information.

    stripe_customer_id?: string | null

    Deprecated: use stripe.customer_id.