package com.zipcoder.payment; public interface Payment extends Comparable { public long getId(); public String getPayerName(); public String getShortDescription(); }