| Package | Description |
|---|---|
| com.xero.api | |
| com.xero.api.client | |
| com.xero.models.payrollau |
| Modifier and Type | Method and Description |
|---|---|
List<PayItem> |
XeroBadRequestException.getPayItemItems()
Array of PayItems with Validation Error Array
|
| Modifier and Type | Method and Description |
|---|---|
XeroBadRequestException |
XeroBadRequestException.addPayItemItems(PayItem item) |
| Modifier and Type | Method and Description |
|---|---|
XeroBadRequestException |
XeroBadRequestException.payItemItems(List<PayItem> payItemItems) |
void |
XeroBadRequestException.setPayItemItems(List<PayItem> payItems) |
| Modifier and Type | Method and Description |
|---|---|
PayItems |
PayrollAuApi.createPayItem(String accessToken,
String xeroTenantId,
PayItem payItem)
Use this method to create a Pay Item
|
com.google.api.client.http.HttpResponse |
PayrollAuApi.createPayItemForHttpResponse(String accessToken,
String xeroTenantId,
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.