https://xeroapi.github.io/xero-ruby/payroll_au/index.html#api-PayrollAu-getPayRuns As per this ``` response = xero_client.accounting_api.get_pay_runs(xero_tenant_id, if_modified_since, where, order, page) ``` Instead it should be ``` xero_client.payroll_au_api.get_pay_runs(xero_tenant_id, if_modified_since, where, order, page) ``` This is for all `Payroll AU` apis, i haven't checked the other APIs.