| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.payrolluk |
| Modifier and Type | Method and Description |
|---|---|
TimesheetObject |
PayrollUkApi.approveTimesheet(String accessToken,
String xeroTenantId,
UUID timesheetID)
approve a timesheet
|
TimesheetObject |
PayrollUkApi.createTimesheet(String accessToken,
String xeroTenantId,
Timesheet timesheet)
create a new timesheet
|
TimesheetObject |
PayrollUkApi.getTimesheet(String accessToken,
String xeroTenantId,
UUID timesheetID)
retrieve a single timesheet by id
|
TimesheetObject |
PayrollUkApi.revertTimesheet(String accessToken,
String xeroTenantId,
UUID timesheetID)
revert a timesheet to draft
|
| Modifier and Type | Method and Description |
|---|---|
TimesheetObject |
TimesheetObject.pagination(Pagination pagination) |
TimesheetObject |
TimesheetObject.problem(Problem problem) |
TimesheetObject |
TimesheetObject.timesheet(Timesheet timesheet) |
Copyright © 2020. All rights reserved.