| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.payrollau |
| Modifier and Type | Method and Description |
|---|---|
PayItems |
PayrollAuApi.createPayItem(String accessToken,
String xeroTenantId,
List<PayItem> payItem)
Use this method to create a Pay Item
|
com.google.api.client.http.HttpResponse |
PayrollAuApi.createPayItemForHttpResponse(String accessToken,
String xeroTenantId,
List<PayItem> payItem) |
| Modifier and Type | Method and Description |
|---|---|
PayItem |
PayItem.addDeductionTypesItem(DeductionType deductionTypesItem) |
PayItem |
PayItem.addEarningsRatesItem(EarningsRate earningsRatesItem) |
PayItem |
PayItem.addLeaveTypesItem(LeaveType leaveTypesItem) |
PayItem |
PayItem.addReimbursementTypesItem(ReimbursementType reimbursementTypesItem) |
PayItem |
PayItem.deductionTypes(List<DeductionType> deductionTypes) |
PayItem |
PayItem.earningsRates(List<EarningsRate> earningsRates) |
PayItem |
PayItems.getPayItems()
Get payItems
|
PayItem |
PayItem.leaveTypes(List<LeaveType> leaveTypes) |
PayItem |
PayItem.reimbursementTypes(List<ReimbursementType> reimbursementTypes) |
| Modifier and Type | Method and Description |
|---|---|
PayItems |
PayItems.payItems(PayItem payItems) |
void |
PayItems.setPayItems(PayItem payItems) |
Copyright © 2020. All rights reserved.