public interface Betalingslosning { void innskudd(double antallNok); boolean uttak(double antallNok); void balanse(); }