Uses of Class
com.xero.models.payrollau.PayItem
Packages that use PayItem
-
Uses of PayItem in com.xero.api
Methods in com.xero.api that return types with arguments of type PayItemModifier and TypeMethodDescriptionXeroBadRequestException.getPayItemItems()Array of PayItems with Validation Error ArrayMethods in com.xero.api with parameters of type PayItemModifier and TypeMethodDescriptionXeroBadRequestException.addPayItemItems(PayItem item) Add Payroll AU PayItem itemsMethod parameters in com.xero.api with type arguments of type PayItemModifier and TypeMethodDescriptionXeroBadRequestException.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 PayItemModifier and TypeMethodDescriptionPayrollAuApi.createPayItem(String accessToken, String xeroTenantId, PayItem payItem, String idempotencyKey) Creates a pay itemcom.google.api.client.http.HttpResponsePayrollAuApi.createPayItemForHttpResponse(String accessToken, String xeroTenantId, PayItem payItem, String idempotencyKey) Creates a pay item -
Uses of PayItem in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return PayItemModifier and TypeMethodDescriptionPayItem.addDeductionTypesItem(DeductionType deductionTypesItem) deductionTypesPayItem.addEarningsRatesItem(EarningsRate earningsRatesItem) earningsRatesPayItem.addLeaveTypesItem(LeaveType leaveTypesItem) leaveTypesPayItem.addReimbursementTypesItem(ReimbursementType reimbursementTypesItem) reimbursementTypesPayItem.deductionTypes(List<DeductionType> deductionTypes) deductionTypesPayItem.earningsRates(List<EarningsRate> earningsRates) earningsRatesPayItems.getPayItems()Get payItemsPayItem.leaveTypes(List<LeaveType> leaveTypes) leaveTypesPayItem.reimbursementTypes(List<ReimbursementType> reimbursementTypes) reimbursementTypesMethods in com.xero.models.payrollau with parameters of type PayItem