Pennylane API Client
    Preparing search index...

    Interface GetCustomerInvoicePaymentsQueryParams

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

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

    Hierarchy

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