Class ReceiptItems


  • public class ReceiptItems
    extends Object
    Contains a list of ReceiptItem to be used for a specific type of receipts. Immutable class.
    • Constructor Detail

    • Method Detail

      • getReceiptType

        public ReceiptType getReceiptType()
        Type of the receipt.
      • getReceiptItem

        public List<ReceiptItem> getReceiptItem()
        List of receipt items to be used for this receipt type.
      • toString

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