Uses of Class
com.xero.models.payrollnz.EarningsRate.RateTypeEnum
-
Packages that use EarningsRate.RateTypeEnum Package Description com.xero.models.payrollnz -
-
Uses of EarningsRate.RateTypeEnum in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return EarningsRate.RateTypeEnum Modifier and Type Method Description static EarningsRate.RateTypeEnumEarningsRate.RateTypeEnum. fromValue(String value)fromValueEarningsRate.RateTypeEnumEarningsRate. getRateType()Indicates the type of the earning ratestatic EarningsRate.RateTypeEnumEarningsRate.RateTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static EarningsRate.RateTypeEnum[]EarningsRate.RateTypeEnum. 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.RateTypeEnum Modifier and Type Method Description EarningsRateEarningsRate. rateType(EarningsRate.RateTypeEnum rateType)Indicates the type of the earning ratevoidEarningsRate. setRateType(EarningsRate.RateTypeEnum rateType)Indicates the type of the earning rate
-