Uses of Class
com.xero.models.payrollau.PayItems
Packages that use PayItems
-
Uses of PayItems in com.xero.api
Methods in com.xero.api with parameters of type PayItemsModifier and TypeMethodDescriptionvoidXeroApiExceptionHandler.validationError(String objectType, PayItems payItems, Exception e) Handle Validation Errors (400)Constructors in com.xero.api with parameters of type PayItemsModifierConstructorDescriptionXeroBadRequestException(String objectType, PayItems payItems, Exception e) XeroBadRequestException -
Uses of PayItems in com.xero.api.client
Methods in com.xero.api.client that return PayItemsModifier and TypeMethodDescriptionPayrollAuApi.createPayItem(String accessToken, String xeroTenantId, PayItem payItem, String idempotencyKey) Creates a pay itemPayrollAuApi.getPayItems(String accessToken, String xeroTenantId, org.threeten.bp.OffsetDateTime 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