Class InvoiceV4LineItem

    • Constructor Detail

      • InvoiceV4LineItem

        public InvoiceV4LineItem()
    • 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.
      • getProductCode

        public String getProductCode()
        The product code referring to the item.
      • getQuantity

        public Double getQuantity()
        The item quantity
      • getTaxAmount

        public Double getTaxAmount()
        The item tax amount.
      • getTaxRate

        public Double getTaxRate()
        The item tax rate in percentage.
      • getTotalAmount

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

        public String getUnitMeasure()
        The item unit of measure.
      • getUnitPrice

        public Double getUnitPrice()
        The item unit price.