Uses of Class
com.xero.models.payrollau.ReimbursementType
-
Packages that use ReimbursementType Package Description com.xero.models.payrollau -
-
Uses of ReimbursementType in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return ReimbursementType Modifier and Type Method Description ReimbursementTypeReimbursementType. accountCode(String accountCode)See AccountsReimbursementTypeReimbursementType. currentRecord(Boolean currentRecord)Is the current recordReimbursementTypeReimbursementType. name(String name)Name of the earnings rate (max length = 100)ReimbursementTypeReimbursementType. reimbursementTypeID(UUID reimbursementTypeID)Xero identifierMethods in com.xero.models.payrollau that return types with arguments of type ReimbursementType Modifier and Type Method Description List<ReimbursementType>PayItem. getReimbursementTypes()Get reimbursementTypesMethods in com.xero.models.payrollau with parameters of type ReimbursementType Modifier and Type Method Description PayItemPayItem. addReimbursementTypesItem(ReimbursementType reimbursementTypesItem)reimbursementTypesMethod parameters in com.xero.models.payrollau with type arguments of type ReimbursementType Modifier and Type Method Description PayItemPayItem. reimbursementTypes(List<ReimbursementType> reimbursementTypes)reimbursementTypesvoidPayItem. setReimbursementTypes(List<ReimbursementType> reimbursementTypes)reimbursementTypes
-