Package com.six.timapi
Class Receipt
- java.lang.Object
-
- com.six.timapi.Receipt
-
public class Receipt extends Object
Contains a receipt to be printed by the ECR. Immutable class.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Recipient
getRecipient()
Recipient of the receipt.String
getValue()
Receipt to print.String
toString()
String representation for debugging purpose.
-