Uses of Class
com.xero.models.payrolluk.Payslip
Packages that use Payslip
-
Uses of Payslip in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return PayslipModifier and TypeMethodDescriptionPayslip.addBenefitLinesItem(BenefitLine benefitLinesItem) benefitLinesPayslip.addCourtOrderLinesItem(CourtOrderLine courtOrderLinesItem) courtOrderLinesPayslip.addDeductionLinesItem(DeductionLine deductionLinesItem) deductionLinesPayslip.addEarningsLinesItem(EarningsLine earningsLinesItem) earningsLinesPayslip.addEmployeeTaxLinesItem(TaxLine employeeTaxLinesItem) employeeTaxLinesPayslip.addEmployerTaxLinesItem(TaxLine employerTaxLinesItem) employerTaxLinesPayslip.addLeaveAccrualLinesItem(LeaveAccrualLine leaveAccrualLinesItem) leaveAccrualLinesPayslip.addLeaveEarningsLinesItem(LeaveEarningsLine leaveEarningsLinesItem) leaveEarningsLinesPayslip.addPaymentLinesItem(PaymentLine paymentLinesItem) paymentLinesPayslip.addReimbursementLinesItem(ReimbursementLine reimbursementLinesItem) reimbursementLinesPayslip.addTimesheetEarningsLinesItem(TimesheetEarningsLine timesheetEarningsLinesItem) timesheetEarningsLinesBACS Service User NumberPayslip.benefitLines(List<BenefitLine> benefitLines) benefitLinesPayslip.courtOrderLines(List<CourtOrderLine> courtOrderLines) courtOrderLinesPayslip.deductionLines(List<DeductionLine> deductionLines) deductionLinesPayslip.earningsLines(List<EarningsLine> earningsLines) earningsLinesPayslip.employeeID(UUID employeeID) The Xero identifier for payroll employeePayslip.employeeTaxLines(List<TaxLine> employeeTaxLines) employeeTaxLinesPayslip.employerTaxLines(List<TaxLine> employerTaxLines) employerTaxLinesEmployee first namePayslipObject.getPaySlip()Get paySlipPayslip.grossEarnings(Double grossEarnings) Total earnings before any deductions.Payslip.lastEdited(org.threeten.bp.LocalDateTime lastEdited) The date payslip was last updatedEmployee last namePayslip.leaveAccrualLines(List<LeaveAccrualLine> leaveAccrualLines) leaveAccrualLinesPayslip.leaveEarningsLines(List<LeaveEarningsLine> leaveEarningsLines) leaveEarningsLinesPayslip.paymentLines(List<PaymentLine> paymentLines) paymentLinesPayslip.paymentMethod(Payslip.PaymentMethodEnum paymentMethod) The payment method codeThe Xero identifier for the associated payrunThe Xero identifier for a PayslipPayslip.reimbursementLines(List<ReimbursementLine> reimbursementLines) reimbursementLinesPayslip.timesheetEarningsLines(List<TimesheetEarningsLine> timesheetEarningsLines) timesheetEarningsLinesPayslip.totalBenefits(Double totalBenefits) Benefits (also called fringe benefits, perquisites or perks) are various non-earnings compensations provided to employees in addition to their normal earnings or salariesPayslip.totalCourtOrders(Double totalCourtOrders) Total amounts required by law to subtract from the employee's earningsPayslip.totalDeductions(Double totalDeductions) Total amount subtracted from an employee's earnings to reach total payPayslip.totalEarnings(Double totalEarnings) Total earnings before any deductions.Payslip.totalEmployeeTaxes(Double totalEmployeeTaxes) The part of an employee's earnings that is deducted for tax purposesPayslip.totalEmployerTaxes(Double totalEmployerTaxes) The employer's tax obligationThe employee net payPayslip.totalReimbursements(Double totalReimbursements) Total reimbursements are nontaxable payments to an employee used to repay out-of-pocket expenses when the person incurs those expenses through employmentMethods in com.xero.models.payrolluk that return types with arguments of type PayslipModifier and TypeMethodDescriptionPayRun.getPaySlips()Get paySlipsPayslips.getPaySlips()Get paySlipsMethods in com.xero.models.payrolluk with parameters of type PayslipModifier and TypeMethodDescriptionPayRun.addPaySlipsItem(Payslip paySlipsItem) paySlipsPayslips.addPaySlipsItem(Payslip paySlipsItem) paySlipspaySlipvoidPayslipObject.setPaySlip(Payslip paySlip) paySlipMethod parameters in com.xero.models.payrolluk with type arguments of type Payslip