@izak0s/spacebring-api - v7.1.0
    Preparing search index...

    Interface GetScheduledDayPassesTransactionsQuery

    Query parameters for sb.transactions.dayPasses.scheduled.list().

    interface GetScheduledDayPassesTransactionsQuery {
        customerRef?: string;
        limit?: number;
        nextPageToken?: string;
        subscriptionRef?: string;
    }
    Index
    customerRef?: string

    UUID of the company or membership whose scheduled day pass transactions to list.

    limit?: number

    Maximum number of transactions per page. Defaults to 25 when omitted or invalid; values above 100 are capped at 100.

    nextPageToken?: string

    Token to retrieve the next page of results.

    subscriptionRef?: string

    UUID of the subscription whose scheduled day pass transactions to list.