Uses of Class
com.xero.models.payrollnz.SalaryAndWage
Packages that use SalaryAndWage
-
Uses of SalaryAndWage in com.xero.api.client
Methods in com.xero.api.client with parameters of type SalaryAndWageModifier and TypeMethodDescriptionPayrollNzApi.createEmployeeSalaryAndWage(String accessToken, String xeroTenantId, UUID employeeID, SalaryAndWage salaryAndWage, String idempotencyKey) Creates an employee salary and wage recordcom.google.api.client.http.HttpResponsePayrollNzApi.createEmployeeSalaryAndWageForHttpResponse(String accessToken, String xeroTenantId, UUID employeeID, SalaryAndWage salaryAndWage, String idempotencyKey) Creates an employee salary and wage recordPayrollNzApi.updateEmployeeSalaryAndWage(String accessToken, String xeroTenantId, UUID employeeID, UUID salaryAndWagesID, SalaryAndWage salaryAndWage, String idempotencyKey) Updates an employee's salary and wages recordcom.google.api.client.http.HttpResponsePayrollNzApi.updateEmployeeSalaryAndWageForHttpResponse(String accessToken, String xeroTenantId, UUID employeeID, UUID salaryAndWagesID, SalaryAndWage salaryAndWage, String idempotencyKey) Updates an employee's salary and wages record -
Uses of SalaryAndWage in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return SalaryAndWageModifier and TypeMethodDescriptionSalaryAndWage.annualSalary(Double annualSalary) The annual salarySalaryAndWage.daysPerWeek(Double daysPerWeek) The days per week for the salary.SalaryAndWage.earningsRateID(UUID earningsRateID) Xero unique identifier for an earnings rateSalaryAndWage.effectiveFrom(org.threeten.bp.LocalDate effectiveFrom) The effective date of the corresponding salary and wagesSalaryAndWageObject.getSalaryAndWages()Get salaryAndWagesSalaryAndWage.numberOfUnitsPerDay(Double numberOfUnitsPerDay) The Number of Units per day for the corresponding salary and wagesSalaryAndWage.numberOfUnitsPerWeek(Double numberOfUnitsPerWeek) The Number of Units per week for the corresponding salary and wagesSalaryAndWage.paymentType(SalaryAndWage.PaymentTypeEnum paymentType) The type of the payment of the corresponding salary and wagesSalaryAndWage.ratePerUnit(Double ratePerUnit) The rate of each unit for the corresponding salary and wagesSalaryAndWage.salaryAndWagesID(UUID salaryAndWagesID) Xero unique identifier for a salary and wages recordSalaryAndWage.status(SalaryAndWage.StatusEnum status) The current status of the corresponding salary and wagesSalaryAndWage.workPatternType(SalaryAndWage.WorkPatternTypeEnum workPatternType) The type of the Working Pattern of the corresponding salary and wagesMethods in com.xero.models.payrollnz that return types with arguments of type SalaryAndWageMethods in com.xero.models.payrollnz with parameters of type SalaryAndWageModifier and TypeMethodDescriptionSalaryAndWages.addSalaryAndWagesItem(SalaryAndWage salaryAndWagesItem) salaryAndWagesSalaryAndWageObject.salaryAndWages(SalaryAndWage salaryAndWages) salaryAndWagesvoidSalaryAndWageObject.setSalaryAndWages(SalaryAndWage salaryAndWages) salaryAndWagesMethod parameters in com.xero.models.payrollnz with type arguments of type SalaryAndWageModifier and TypeMethodDescriptionSalaryAndWages.salaryAndWages(List<SalaryAndWage> salaryAndWages) salaryAndWagesvoidSalaryAndWages.setSalaryAndWages(List<SalaryAndWage> salaryAndWages) salaryAndWages