PayFanout API reference
    Preparing search index...

    Interface StripeListLike<T>

    Stripe list envelope (auto-pagination is not used — cursors stay explicit).

    interface StripeListLike<T> {
        data: T[];
        has_more?: boolean;
    }

    Type Parameters

    • T
    Index
    data: T[]
    has_more?: boolean