public class Receipt extends Object
Constructor and Description |
---|
Receipt(Recipient recipient,
String value)
Create receipt.
|
Modifier and Type | Method and Description |
---|---|
Recipient |
getRecipient()
Recipient of the receipt.
|
String |
getValue()
Receipt to print.
|
String |
toString()
String representation for debugging purpose.
|