Pennylane API Client
    Preparing search index...

    Interface GetCustomerInvoiceCategoriesQueryParams

    Query parameters for listing categories. Supports cursor-based pagination.

    interface GetCustomerInvoiceCategoriesQueryParams {
        cursor?: string;
        limit?: number;
    }

    Hierarchy

    • CursorPaginationQueryParams
      • GetCustomerInvoiceCategoriesQueryParams
    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).