PaySlip |
PaySlip.addDeductionLinesItem(DeductionLine deductionLinesItem) |
deductionLines
|
PaySlip |
PaySlip.addEarningsLinesItem(EarningsLine earningsLinesItem) |
earningsLines
|
PaySlip |
PaySlip.addEmployeeTaxLinesItem(TaxLine employeeTaxLinesItem) |
employeeTaxLines
|
PaySlip |
PaySlip.addEmployerTaxLinesItem(TaxLine employerTaxLinesItem) |
employerTaxLines
|
PaySlip |
PaySlip.addLeaveAccrualLinesItem(LeaveAccrualLine leaveAccrualLinesItem) |
leaveAccrualLines
|
PaySlip |
PaySlip.addLeaveEarningsLinesItem(LeaveEarningsLine leaveEarningsLinesItem) |
leaveEarningsLines
|
PaySlip |
PaySlip.addPaymentLinesItem(PaymentLine paymentLinesItem) |
paymentLines
|
PaySlip |
PaySlip.addReimbursementLinesItem(ReimbursementLine reimbursementLinesItem) |
reimbursementLines
|
PaySlip |
PaySlip.addStatutoryDeductionLinesItem(StatutoryDeductionLine statutoryDeductionLinesItem) |
statutoryDeductionLines
|
PaySlip |
PaySlip.addSuperannuationLinesItem(SuperannuationLine superannuationLinesItem) |
superannuationLines
|
PaySlip |
PaySlip.addTimesheetEarningsLinesItem(TimesheetEarningsLine timesheetEarningsLinesItem) |
timesheetEarningsLines
|
PaySlip |
PaySlip.bacsHash(String bacsHash) |
BACS Service User Number
|
PaySlip |
PaySlip.deductionLines(List<DeductionLine> deductionLines) |
deductionLines
|
PaySlip |
PaySlip.earningsLines(List<EarningsLine> earningsLines) |
earningsLines
|
PaySlip |
PaySlip.employeeID(UUID employeeID) |
The Xero identifier for payroll employee
|
PaySlip |
PaySlip.employeeTaxLines(List<TaxLine> employeeTaxLines) |
employeeTaxLines
|
PaySlip |
PaySlip.employerTaxLines(List<TaxLine> employerTaxLines) |
employerTaxLines
|
PaySlip |
PaySlip.firstName(String firstName) |
Employee first name
|
PaySlip |
PaySlipObject.getPaySlip() |
Get paySlip
|
PaySlip |
PaySlip.grossEarnings(Double grossEarnings) |
Total earnings before any deductions.
|
PaySlip |
PaySlip.grossEarningsHistory(GrossEarningsHistory grossEarningsHistory) |
grossEarningsHistory
|
PaySlip |
PaySlip.lastEdited(org.threeten.bp.LocalDateTime lastEdited) |
The date payslip was last updated
|
PaySlip |
PaySlip.lastName(String lastName) |
Employee last name
|
PaySlip |
PaySlip.leaveAccrualLines(List<LeaveAccrualLine> leaveAccrualLines) |
leaveAccrualLines
|
PaySlip |
PaySlip.leaveEarningsLines(List<LeaveEarningsLine> leaveEarningsLines) |
leaveEarningsLines
|
PaySlip |
PaySlip.paymentLines(List<PaymentLine> paymentLines) |
paymentLines
|
PaySlip |
PaySlip.paymentMethod(PaySlip.PaymentMethodEnum paymentMethod) |
The payment method code
|
PaySlip |
PaySlip.payRunID(UUID payRunID) |
The Xero identifier for the associated payrun
|
PaySlip |
PaySlip.paySlipID(UUID paySlipID) |
The Xero identifier for a PaySlip
|
PaySlip |
PaySlip.reimbursementLines(List<ReimbursementLine> reimbursementLines) |
reimbursementLines
|
PaySlip |
PaySlip.statutoryDeductionLines(List<StatutoryDeductionLine> statutoryDeductionLines) |
statutoryDeductionLines
|
PaySlip |
PaySlip.superannuationLines(List<SuperannuationLine> superannuationLines) |
superannuationLines
|
PaySlip |
PaySlip.taxSettings(TaxSettings taxSettings) |
taxSettings
|
PaySlip |
PaySlip.timesheetEarningsLines(List<TimesheetEarningsLine> timesheetEarningsLines) |
timesheetEarningsLines
|
PaySlip |
PaySlip.totalDeductions(Double totalDeductions) |
Total amount subtracted from an employee's earnings to reach total pay
|
PaySlip |
PaySlip.totalEarnings(Double totalEarnings) |
Total earnings before any deductions.
|
PaySlip |
PaySlip.totalEmployeeTaxes(Double totalEmployeeTaxes) |
The part of an employee's earnings that is deducted for tax purposes
|
PaySlip |
PaySlip.totalEmployerTaxes(Double totalEmployerTaxes) |
The employer's tax obligation
|
PaySlip |
PaySlip.totalPay(Double totalPay) |
The employee net pay
|
PaySlip |
PaySlip.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 employment
|
PaySlip |
PaySlip.totalStatutoryDeductions(Double totalStatutoryDeductions) |
Total amounts required by law to subtract from the employee's earnings
|
PaySlip |
PaySlip.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 salaries
|