Uses of Class
com.xero.models.payrollau.RateType
-
Packages that use RateType Package Description com.xero.models.payrollau -
-
Uses of RateType in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return RateType Modifier and Type Method Description static RateTypeRateType. fromValue(String value)fromValueRateTypeEarningsRate. getRateType()Get rateTypestatic RateTypeRateType. valueOf(String name)Returns the enum constant of this type with the specified name.static RateType[]RateType. 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 RateType Modifier and Type Method Description EarningsRateEarningsRate. rateType(RateType rateType)rateTypevoidEarningsRate. setRateType(RateType rateType)rateType
-