Pennylane API Client
    Preparing search index...

    Interface GetCustomerInvoiceAppendicesQueryParams

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

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

    Hierarchy

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