Class EnergyBillV1TaxesAndContribution

    • Constructor Detail

      • EnergyBillV1TaxesAndContribution

        public EnergyBillV1TaxesAndContribution()
    • 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()
        Description or details of the Taxes and Contributions.
      • getEndDate

        public String getEndDate()
        The end date of the Taxes and Contributions.
      • getStartDate

        public String getStartDate()
        The start date of the Taxes and Contributions.
      • getTaxRate

        public Double getTaxRate()
        The rate of tax applied to the total cost.
      • getTotal

        public Double getTotal()
        The total cost of Taxes and Contributions.
      • getUnitPrice

        public Double getUnitPrice()
        The price per unit of Taxes and Contributions.