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

    Interface GetPromocodesQuery

    Query parameters for sb.discounts.promocodes.list().

    interface GetPromocodesQuery {
        locationRef?: string;
        couponRef?: string;
    }
    Index
    locationRef?: string

    The id of the location. At least one of locationRef or couponRef is required

    couponRef?: string

    The id of the coupon. At least one of locationRef or couponRef is required