Uses of Enum
com.xero.models.payrolluk.EarningsRate.EarningsTypeEnum
Packages that use EarningsRate.EarningsTypeEnum
-
Uses of EarningsRate.EarningsTypeEnum in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return EarningsRate.EarningsTypeEnumModifier and TypeMethodDescriptionfromValueEarningsRate.getEarningsType()Indicates how an employee will be paid when taking this type of earningReturns 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.payrolluk with parameters of type EarningsRate.EarningsTypeEnumModifier and TypeMethodDescriptionEarningsRate.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