Package com.mindee.product.fr.energybill
Class EnergyBillV1TaxesAndContribution
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.product.fr.energybill.EnergyBillV1TaxesAndContribution
-
- All Implemented Interfaces:
LineItemField,PositionData
public class EnergyBillV1TaxesAndContribution extends BaseField implements LineItemField
Details of Taxes and Contributions.
-
-
Constructor Summary
Constructors Constructor Description EnergyBillV1TaxesAndContribution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Description or details of the Taxes and Contributions.StringgetEndDate()The end date of the Taxes and Contributions.StringgetStartDate()The start date of the Taxes and Contributions.DoublegetTaxRate()The rate of tax applied to the total cost.DoublegetTotal()The total cost of Taxes and Contributions.DoublegetUnitPrice()The price per unit of Taxes and Contributions.booleanisEmpty()StringtoString()StringtoTableLine()Output the line in a format suitable for inclusion in an rST table.-
Methods inherited from class com.mindee.parsing.standard.BaseField
canEqual, equals, getBoundingBox, getConfidence, getPageId, getPolygon, hashCode
-
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
-
toTableLine
public String toTableLine()
Output the line in a format suitable for inclusion in an rST table.- Specified by:
toTableLinein interfaceLineItemField
-
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.
-
-