Package com.mindee.product.fr.energybill
Class EnergyBillV1Subscription
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.product.fr.energybill.EnergyBillV1Subscription
-
- All Implemented Interfaces:
LineItemField,PositionData
public class EnergyBillV1Subscription extends BaseField implements LineItemField
The subscription details fee for the energy service.
-
-
Constructor Summary
Constructors Constructor Description EnergyBillV1Subscription()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Description or details of the subscription.StringgetEndDate()The end date of the subscription.StringgetStartDate()The start date of the subscription.DoublegetTaxRate()The rate of tax applied to the total cost.DoublegetTotal()The total cost of subscription.DoublegetUnitPrice()The price per unit of subscription.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 subscription.
-
getEndDate
public String getEndDate()
The end date of the subscription.
-
getStartDate
public String getStartDate()
The start date of the subscription.
-
getTaxRate
public Double getTaxRate()
The rate of tax applied to the total cost.
-
getTotal
public Double getTotal()
The total cost of subscription.
-
getUnitPrice
public Double getUnitPrice()
The price per unit of subscription.
-
-