Pennylane API Client
    Preparing search index...

    Interface GetCustomerInvoiceInvoiceLinesQueryParams

    Query parameters for listing invoice lines. Supports cursor-based pagination.

    interface GetCustomerInvoiceInvoiceLinesQueryParams {
        cursor?: string;
        limit?: number;
        sort?: string;
    }

    Hierarchy

    • CursorPaginationQueryParams
      • GetCustomerInvoiceInvoiceLinesQueryParams
    Index

    Properties

    Properties

    cursor?: string

    Cursor for pagination. Use this to fetch the next set of results.

    limit?: number

    Number of items to return per request (between 1 and 100).

    sort?: string

    Sort invoice lines by attributes. Prefix with - for descending order. Available fields: id, rank Default: -id