Class PrintOption

    • Method Detail

      • getRecipient

        public Recipient getRecipient()
        Target of the print option. Can be Merchant or Cardholder.
      • getPrintFormat

        public PrintFormat getPrintFormat()
        Specifies the print format.
      • getPrintWidth

        public int getPrintWidth()
        Specifies the print width of the receipt (default = 40).
      • toString

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