module.exports = Self => {
    require('../methods/fixed-price/filter')(Self);
    require('../methods/fixed-price/upsertFixedPrice')(Self);
};