public TransactionHelper now() { return new TransactionHelper(new Withdrawal(Time.now(), amount), customer); }
public TransactionHelper on(String time) { return new TransactionHelper(new Withdrawal(Time.at(time), amount), customer); }