Uses of Class
com.xero.models.payrollnz.EarningsRates
-
Packages that use EarningsRates Package Description com.xero.api.client com.xero.models.payrollnz -
-
Uses of EarningsRates in com.xero.api.client
Methods in com.xero.api.client that return EarningsRates Modifier and Type Method Description EarningsRatesPayrollNzApi. getEarningsRates(String accessToken, String xeroTenantId, Integer page)Retrieves earnings rates -
Uses of EarningsRates in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return EarningsRates Modifier and Type Method Description EarningsRatesEarningsRates. addEarningsRatesItem(EarningsRate earningsRatesItem)earningsRatesEarningsRatesEarningsRates. earningsRates(List<EarningsRate> earningsRates)earningsRatesEarningsRatesEarningsRates. pagination(Pagination pagination)paginationEarningsRatesEarningsRates. problem(Problem problem)problem
-