@getdial/sdk - v0.21.0
    Preparing search index...

    Interface ListBillingActivityParams

    interface ListBillingActivityParams {
        filter?: "usage" | "all" | "payment-credits";
        limit?: number;
        startingAfter?: string;
    }
    Index
    filter?: "usage" | "all" | "payment-credits"
    limit?: number

    Max items per page (1–100; default 50).

    startingAfter?: string

    Exclusive cursor — the occurredAt of the last item from the previous page.