Class PrintData


  • public class PrintData
    extends Object
    Contains receipts or receipt items for printing by the ECR depending on the PrintOptions used during login. Immutable class.
    • Method Detail

      • getReceipts

        public List<Receipt> getReceipts()
        Receipts to print by the ECR. Present if print type is Normal.
      • getReceiptItems

        public List<ReceiptItems> getReceiptItems()
        Receipt items for the ECR to create receipts for printing. Present if print type is FieldsOnly.
      • toString

        public String toString()
        String representation for debugging purpose.
        Overrides:
        toString in class Object