module.exports = Self => {
require('../methods/invoiceOut/summary')(Self);
require('../methods/invoiceOut/download')(Self);
};