Uses of Class
com.xero.models.payrollau.AllowanceType
-
Packages that use AllowanceType Package Description com.xero.models.payrollau -
-
Uses of AllowanceType in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return AllowanceType Modifier and Type Method Description static AllowanceTypeAllowanceType. fromValue(String value)fromValueAllowanceTypeEarningsRate. getAllowanceType()Get allowanceTypestatic AllowanceTypeAllowanceType. valueOf(String name)Returns the enum constant of this type with the specified name.static AllowanceType[]AllowanceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.payrollau with parameters of type AllowanceType Modifier and Type Method Description EarningsRateEarningsRate. allowanceType(AllowanceType allowanceType)allowanceTypevoidEarningsRate. setAllowanceType(AllowanceType allowanceType)allowanceType
-