Class ReceiptV5LineItem

    • Constructor Detail

      • ReceiptV5LineItem

        public ReceiptV5LineItem()
    • Method Detail

      • isEmpty

        public boolean isEmpty()
        Specified by:
        isEmpty in class BaseField
        Returns:
        true if the field is empty, false otherwise.
      • toTableLine

        public String toTableLine()
        Output the line in a format suitable for inclusion in an rST table.
        Specified by:
        toTableLine in interface LineItemField
      • getDescription

        public String getDescription()
        The item description.
      • getQuantity

        public Double getQuantity()
        The item quantity.
      • getTotalAmount

        public Double getTotalAmount()
        The item total amount.
      • getUnitPrice

        public Double getUnitPrice()
        The item unit price.