Uses of Class
com.xero.models.payrollau.PayItems
-
Packages that use PayItems Package Description com.xero.api com.xero.api.client com.xero.models.payrollau -
-
Uses of PayItems in com.xero.api
Methods in com.xero.api with parameters of type PayItems Modifier and Type Method Description voidXeroApiExceptionHandler. validationError(String objectType, PayItems payItems, Exception e)Handle Validation Errors (400)Constructors in com.xero.api with parameters of type PayItems Constructor Description XeroBadRequestException(String objectType, PayItems payItems, Exception e)XeroBadRequestException -
Uses of PayItems in com.xero.api.client
Methods in com.xero.api.client that return PayItems Modifier and Type Method Description PayItemsPayrollAuApi. createPayItem(String accessToken, String xeroTenantId, PayItem payItem)Creates a pay itemPayItemsPayrollAuApi. getPayItems(String accessToken, String xeroTenantId, String ifModifiedSince, String where, String order, Integer page)Retrieves pay items -
Uses of PayItems in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return PayItems Modifier and Type Method Description PayItemsPayItems. payItems(PayItem payItems)payItems
-