Class ReceiptItem


  • public class ReceiptItem
    extends Object
    Contains the value of a specific receipt item to be used by the ECR to create receipts. Immutable class.
    • Method Detail

      • getReceiptItemType

        public ReceiptItemType getReceiptItemType()
        Type of receipt item.
      • getRecipient

        public Recipient getRecipient()
        Recipient.
      • getValue

        public String getValue()
        Value of the receipt item.
      • toString

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