@usethrottle/checkout-sdk
    Preparing search index...

    Interface ListOrdersOptions

    interface ListOrdersOptions {
        cursor?: string;
        customerId?: string;
        limit?: number;
        paymentStatus?: string;
        status?: string;
    }
    Index
    cursor?: string
    customerId?: string
    limit?: number
    paymentStatus?: string
    status?: string