Uses of Class
com.xero.models.payrollnz.EarningsRate.EarningsTypeEnum
-
Packages that use EarningsRate.EarningsTypeEnum Package Description com.xero.models.payrollnz -
-
Uses of EarningsRate.EarningsTypeEnum in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return EarningsRate.EarningsTypeEnum Modifier and Type Method Description static EarningsRate.EarningsTypeEnumEarningsRate.EarningsTypeEnum. fromValue(String value)fromValueEarningsRate.EarningsTypeEnumEarningsRate. getEarningsType()Indicates how an employee will be paid when taking this type of earningstatic EarningsRate.EarningsTypeEnumEarningsRate.EarningsTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static EarningsRate.EarningsTypeEnum[]EarningsRate.EarningsTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.payrollnz with parameters of type EarningsRate.EarningsTypeEnum Modifier and Type Method Description EarningsRateEarningsRate. earningsType(EarningsRate.EarningsTypeEnum earningsType)Indicates how an employee will be paid when taking this type of earningvoidEarningsRate. setEarningsType(EarningsRate.EarningsTypeEnum earningsType)Indicates how an employee will be paid when taking this type of earning
-