Pennylane API Client
    Preparing search index...

    Interface GetCustomerCategoriesQueryParams

    Query parameters for listing categories of a customer.

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

    Hierarchy

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