Pennylane API Client
    Preparing search index...

    Interface GetCustomerContactsQueryParams

    Query parameters for listing contacts of a customer.

    interface GetCustomerContactsQueryParams {
        cursor?: string;
        limit?: number;
        sort?: GetCustomerContactsSort;
    }

    Hierarchy

    • CursorPaginationQueryParams
      • GetCustomerContactsQueryParams
    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 contacts by id. Use -id for descending order.