@shieldz/sdk
    Preparing search index...

    Interface InvoiceListParams

    interface InvoiceListParams {
        limit?: number;
        starting_after?: string | number;
        status?: InvoiceStatus;
    }
    Index

    Properties

    limit?: number

    1–100, default 50.

    starting_after?: string | number

    Pagination cursor (an invoice id).

    status?: InvoiceStatus