Uses of Class
com.xero.models.payrollnz.PaySlip
Packages that use PaySlip
-
Uses of PaySlip in com.xero.api.client
Methods in com.xero.api.client with parameters of type PaySlipModifier and TypeMethodDescriptionPayrollNzApi.updatePaySlipLineItems(String accessToken, String xeroTenantId, UUID paySlipID, PaySlip paySlip, String idempotencyKey) Creates an employee pay slipcom.google.api.client.http.HttpResponsePayrollNzApi.updatePaySlipLineItemsForHttpResponse(String accessToken, String xeroTenantId, UUID paySlipID, PaySlip paySlip, String idempotencyKey) Creates an employee pay slip -
Uses of PaySlip in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return PaySlipModifier and TypeMethodDescriptionPaySlip.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.addStatutoryDeductionLinesItem(StatutoryDeductionLine statutoryDeductionLinesItem) statutoryDeductionLinesPaySlip.addSuperannuationLinesItem(SuperannuationLine superannuationLinesItem) superannuationLinesPaySlip.addTimesheetEarningsLinesItem(TimesheetEarningsLine timesheetEarningsLinesItem) timesheetEarningsLinesBACS Service User NumberPaySlip.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.grossEarningsHistory(GrossEarningsHistory grossEarningsHistory) grossEarningsHistoryPaySlip.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.statutoryDeductionLines(List<StatutoryDeductionLine> statutoryDeductionLines) statutoryDeductionLinesPaySlip.superannuationLines(List<SuperannuationLine> superannuationLines) superannuationLinesPaySlip.taxSettings(TaxSettings taxSettings) taxSettingsPaySlip.timesheetEarningsLines(List<TimesheetEarningsLine> timesheetEarningsLines) timesheetEarningsLinesPaySlip.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 employmentPaySlip.totalStatutoryDeductions(Double totalStatutoryDeductions) Total amounts required by law to subtract from the employee's earningsPaySlip.totalSuperannuation(Double totalSuperannuation) Benefits (also called fringe benefits, perquisites or perks) are various non-earnings compensations provided to employees in addition to their normal earnings or salariesMethods in com.xero.models.payrollnz that return types with arguments of type PaySlipModifier and TypeMethodDescriptionPayRun.getPaySlips()Get paySlipsPaySlips.getPaySlips()Get paySlipsMethods in com.xero.models.payrollnz with parameters of type PaySlipModifier and TypeMethodDescriptionPayRun.addPaySlipsItem(PaySlip paySlipsItem) paySlipsPaySlips.addPaySlipsItem(PaySlip paySlipsItem) paySlipspaySlipvoidPaySlipObject.setPaySlip(PaySlip paySlip) paySlipMethod parameters in com.xero.models.payrollnz with type arguments of type PaySlip