Package com.mindee.product.fr.payslip
Class PayslipV2Pto
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.product.fr.payslip.PayslipV2Pto
-
- All Implemented Interfaces:
PositionData
public class PayslipV2Pto extends BaseField
Information about paid time off.
-
-
Constructor Summary
Constructors Constructor Description PayslipV2Pto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Double
getAccruedThisPeriod()
The amount of paid time off accrued in this period.Double
getBalanceEndOfPeriod()
The balance of paid time off at the end of the period.Double
getUsedThisPeriod()
The amount of paid time off used in this period.boolean
isEmpty()
String
toFieldList()
Output the object in a format suitable for inclusion in an rST field list.String
toString()
-
Methods inherited from class com.mindee.parsing.standard.BaseField
canEqual, equals, getBoundingBox, getConfidence, getPageId, getPolygon, hashCode
-
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
-
toFieldList
public String toFieldList()
Output the object in a format suitable for inclusion in an rST field list.
-
getAccruedThisPeriod
public Double getAccruedThisPeriod()
The amount of paid time off accrued in this period.
-
getBalanceEndOfPeriod
public Double getBalanceEndOfPeriod()
The balance of paid time off at the end of the period.
-
getUsedThisPeriod
public Double getUsedThisPeriod()
The amount of paid time off used in this period.
-
-