Package com.mindee.product.fr.payslip
Class PayslipV3PayDetail
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.product.fr.payslip.PayslipV3PayDetail
-
- All Implemented Interfaces:
PositionData
public class PayslipV3PayDetail extends BaseField
Detailed information about the pay.
-
-
Constructor Summary
Constructors Constructor Description PayslipV3PayDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Double
getGrossSalary()
The gross salary of the employee.Double
getGrossSalaryYtd()
The year-to-date gross salary of the employee.Double
getIncomeTaxRate()
The income tax rate of the employee.Double
getIncomeTaxWithheld()
The income tax withheld from the employee's pay.Double
getNetPaid()
The net paid amount of the employee.Double
getNetPaidBeforeTax()
The net paid amount before tax of the employee.Double
getNetTaxable()
The net taxable amount of the employee.Double
getNetTaxableYtd()
The year-to-date net taxable amount of the employee.Double
getTotalCostEmployer()
The total cost to the employer.Double
getTotalTaxesAndDeductions()
The total taxes and deductions of the employee.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.
-
getGrossSalary
public Double getGrossSalary()
The gross salary of the employee.
-
getGrossSalaryYtd
public Double getGrossSalaryYtd()
The year-to-date gross salary of the employee.
-
getIncomeTaxRate
public Double getIncomeTaxRate()
The income tax rate of the employee.
-
getIncomeTaxWithheld
public Double getIncomeTaxWithheld()
The income tax withheld from the employee's pay.
-
getNetPaid
public Double getNetPaid()
The net paid amount of the employee.
-
getNetPaidBeforeTax
public Double getNetPaidBeforeTax()
The net paid amount before tax of the employee.
-
getNetTaxable
public Double getNetTaxable()
The net taxable amount of the employee.
-
getNetTaxableYtd
public Double getNetTaxableYtd()
The year-to-date net taxable amount of the employee.
-
getTotalCostEmployer
public Double getTotalCostEmployer()
The total cost to the employer.
-
getTotalTaxesAndDeductions
public Double getTotalTaxesAndDeductions()
The total taxes and deductions of the employee.
-
-