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

    Interface GetDiscountRedemptionsQuery

    Query parameters for sb.discounts.listRedemptions().

    interface GetDiscountRedemptionsQuery {
        couponRef?: string;
        promocodeRef?: string;
        limit?: number;
        nextPageToken?: string;
    }
    Index
    couponRef?: string

    The id of the coupon. Either couponRef or promocodeRef is required

    promocodeRef?: string

    The id of the promocode. Either couponRef or promocodeRef is required

    limit?: number

    The number of items to return

    nextPageToken?: string

    Token to retrieve the next page of results.