Class TaxField

    • 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
      • getValue

        public Double getValue()
        The tax amount.
      • getCode

        public String getCode()
        The tax code.
      • getRate

        public Double getRate()
        The tax rate in percentage.
      • getBase

        public Double getBase()
        The tax base.