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 String
getDescription()
Description or details of the subscription.String
getEndDate()
The end date of the subscription.String
getStartDate()
The start date of the subscription.Double
getTaxRate()
The rate of tax applied to the total cost.Double
getTotal()
The total cost of subscription.Double
getUnitPrice()
The price per unit of subscription.boolean
isEmpty()
String
toString()
String
toTableLine()
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:
toTableLine
in 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.
-
-