Uses of Class
com.xero.models.payrollau.PayItem
-
Packages that use 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)Add Payroll AU PayItem itemsMethod parameters in com.xero.api with type arguments of type PayItem Modifier and Type Method Description XeroBadRequestExceptionXeroBadRequestException. payItemItems(List<PayItem> payItemItems)Init Payroll AU PayItem itemsvoidXeroBadRequestException. setPayItemItems(List<PayItem> payItems)Set Payroll AU PayItem items -
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)Creates a pay itemcom.google.api.client.http.HttpResponsePayrollAuApi. createPayItemForHttpResponse(String accessToken, String xeroTenantId, PayItem payItem)Creates a pay item -
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)deductionTypesPayItemPayItem. addEarningsRatesItem(EarningsRate earningsRatesItem)earningsRatesPayItemPayItem. addLeaveTypesItem(LeaveType leaveTypesItem)leaveTypesPayItemPayItem. addReimbursementTypesItem(ReimbursementType reimbursementTypesItem)reimbursementTypesPayItemPayItem. deductionTypes(List<DeductionType> deductionTypes)deductionTypesPayItemPayItem. earningsRates(List<EarningsRate> earningsRates)earningsRatesPayItemPayItems. getPayItems()Get payItemsPayItemPayItem. leaveTypes(List<LeaveType> leaveTypes)leaveTypesPayItemPayItem. reimbursementTypes(List<ReimbursementType> reimbursementTypes)reimbursementTypesMethods in com.xero.models.payrollau with parameters of type PayItem Modifier and Type Method Description PayItemsPayItems. payItems(PayItem payItems)payItemsvoidPayItems. setPayItems(PayItem payItems)payItems
-