Pennylane API Client
    Preparing search index...

    Interface GetCustomerInvoiceCustomHeaderFieldsQueryParams

    Query parameters for listing custom header fields. Supports cursor-based pagination and sorting.

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

    Hierarchy

    • CursorPaginationQueryParams
      • GetCustomerInvoiceCustomHeaderFieldsQueryParams
    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 custom header fields by attributes. Prefix with - for descending order. Available fields: id Default: -id