Uses of Class
com.xero.models.payrollau.PayItem
| Package | Description |
|---|---|
| com.xero.api | |
| com.xero.api.client | |
| com.xero.models.payrollau |
-
Uses of PayItem in com.xero.api
Methods in com.xero.api that return types with arguments of type PayItem Modifier and Type Method Description List<PayItem>XeroBadRequestException. getPayItemItems()Array of PayItems with Validation Error ArrayMethods in com.xero.api with parameters of type PayItem Modifier and Type Method Description XeroBadRequestExceptionXeroBadRequestException. addPayItemItems(PayItem item)Method parameters in com.xero.api with type arguments of type PayItem Modifier and Type Method Description XeroBadRequestExceptionXeroBadRequestException. payItemItems(List<PayItem> payItemItems)voidXeroBadRequestException. setPayItemItems(List<PayItem> payItems) -
Uses of PayItem in com.xero.api.client
Methods in com.xero.api.client with parameters of type PayItem Modifier and Type Method Description PayItemsPayrollAuApi. createPayItem(String accessToken, String xeroTenantId, PayItem payItem)Use this method to create a Pay Itemcom.google.api.client.http.HttpResponsePayrollAuApi. createPayItemForHttpResponse(String accessToken, String xeroTenantId, PayItem payItem) -
Uses of PayItem in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return PayItem Modifier and Type Method Description PayItemPayItem. addDeductionTypesItem(DeductionType deductionTypesItem)PayItemPayItem. addEarningsRatesItem(EarningsRate earningsRatesItem)PayItemPayItem. addLeaveTypesItem(LeaveType leaveTypesItem)PayItemPayItem. addReimbursementTypesItem(ReimbursementType reimbursementTypesItem)PayItemPayItem. deductionTypes(List<DeductionType> deductionTypes)PayItemPayItem. earningsRates(List<EarningsRate> earningsRates)PayItemPayItems. getPayItems()Get payItemsPayItemPayItem. leaveTypes(List<LeaveType> leaveTypes)PayItemPayItem. reimbursementTypes(List<ReimbursementType> reimbursementTypes)Methods in com.xero.models.payrollau with parameters of type PayItem Modifier and Type Method Description PayItemsPayItems. payItems(PayItem payItems)voidPayItems. setPayItems(PayItem payItems)