module.exports = Self => {
    require('../methods/invoice-in-due-day/new')(Self);
};