Uses of Class
com.xero.models.payrollau.Payslip
-
Packages that use Payslip Package Description com.xero.models.payrollau -
-
Uses of Payslip in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return Payslip Modifier and Type Method Description PayslipPayslip. _super(Double _super)The Super for the PayslipPayslipPayslip. addDeductionLinesItem(DeductionLine deductionLinesItem)deductionLinesPayslipPayslip. addEarningsLinesItem(EarningsLine earningsLinesItem)earningsLinesPayslipPayslip. addLeaveAccrualLinesItem(LeaveAccrualLine leaveAccrualLinesItem)leaveAccrualLinesPayslipPayslip. addLeaveEarningsLinesItem(LeaveEarningsLine leaveEarningsLinesItem)leaveEarningsLinesPayslipPayslip. addReimbursementLinesItem(ReimbursementLine reimbursementLinesItem)reimbursementLinesPayslipPayslip. addSuperannuationLinesItem(SuperannuationLine superannuationLinesItem)superannuationLinesPayslipPayslip. addTaxLinesItem(TaxLine taxLinesItem)taxLinesPayslipPayslip. addTimesheetEarningsLinesItem(EarningsLine timesheetEarningsLinesItem)timesheetEarningsLinesPayslipPayslip. deductionLines(List<DeductionLine> deductionLines)deductionLinesPayslipPayslip. deductions(Double deductions)The Deductions for the PayslipPayslipPayslip. earningsLines(List<EarningsLine> earningsLines)earningsLinesPayslipPayslip. employeeID(UUID employeeID)The Xero identifier for an employeePayslipPayslip. firstName(String firstName)First name of employeePayslipPayslipObject. getPayslip()Get payslipPayslipPayslip. lastName(String lastName)Last name of employeePayslipPayslip. leaveAccrualLines(List<LeaveAccrualLine> leaveAccrualLines)leaveAccrualLinesPayslipPayslip. leaveEarningsLines(List<LeaveEarningsLine> leaveEarningsLines)leaveEarningsLinesPayslipPayslip. netPay(Double netPay)The NetPay for the PayslipPayslipPayslip. payslipID(UUID payslipID)Xero identifier for the payslipPayslipPayslip. reimbursementLines(List<ReimbursementLine> reimbursementLines)reimbursementLinesPayslipPayslip. reimbursements(Double reimbursements)The Reimbursements for the PayslipPayslipPayslip. superannuationLines(List<SuperannuationLine> superannuationLines)superannuationLinesPayslipPayslip. tax(Double tax)The Tax for the PayslipPayslipPayslip. taxLines(List<TaxLine> taxLines)taxLinesPayslipPayslip. timesheetEarningsLines(List<EarningsLine> timesheetEarningsLines)timesheetEarningsLinesPayslipPayslip. wages(Double wages)The Wages for the PayslipMethods in com.xero.models.payrollau that return types with arguments of type Payslip Modifier and Type Method Description List<Payslip>Payslips. getPayslips()Get payslipsMethods in com.xero.models.payrollau with parameters of type Payslip Modifier and Type Method Description PayslipsPayslips. addPayslipsItem(Payslip payslipsItem)payslipsPayslipObjectPayslipObject. payslip(Payslip payslip)payslipvoidPayslipObject. setPayslip(Payslip payslip)payslipMethod parameters in com.xero.models.payrollau with type arguments of type Payslip Modifier and Type Method Description PayslipsPayslips. payslips(List<Payslip> payslips)payslipsvoidPayslips. setPayslips(List<Payslip> payslips)payslips
-