public final class Payment
Holds information about a payment.
private final String
paidAt
recipient
iban
amount
purpose
bic
Payment(String paidAt, String recipient, String iban, String amount, String purpose, String bic)
final String
getPaidAt()
getRecipient()
getIban()
getAmount()
getPurpose()
getBic()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final String getPaidAt()
final String getRecipient()
final String getIban()
final String getAmount()
final String getPurpose()
final String getBic()