Uses of Class
com.xero.models.payrollau.EmploymentTerminationPaymentType
-
Packages that use EmploymentTerminationPaymentType Package Description com.xero.models.payrollau -
-
Uses of EmploymentTerminationPaymentType in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return EmploymentTerminationPaymentType Modifier and Type Method Description static EmploymentTerminationPaymentTypeEmploymentTerminationPaymentType. fromValue(String value)fromValueEmploymentTerminationPaymentTypeEarningsRate. getEmploymentTerminationPaymentType()Get employmentTerminationPaymentTypeEmploymentTerminationPaymentTypeLeaveLine. getEmploymentTerminationPaymentType()Get employmentTerminationPaymentTypestatic EmploymentTerminationPaymentTypeEmploymentTerminationPaymentType. valueOf(String name)Returns the enum constant of this type with the specified name.static EmploymentTerminationPaymentType[]EmploymentTerminationPaymentType. 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 EmploymentTerminationPaymentType Modifier and Type Method Description EarningsRateEarningsRate. employmentTerminationPaymentType(EmploymentTerminationPaymentType employmentTerminationPaymentType)employmentTerminationPaymentTypeLeaveLineLeaveLine. employmentTerminationPaymentType(EmploymentTerminationPaymentType employmentTerminationPaymentType)employmentTerminationPaymentTypevoidEarningsRate. setEmploymentTerminationPaymentType(EmploymentTerminationPaymentType employmentTerminationPaymentType)employmentTerminationPaymentTypevoidLeaveLine. setEmploymentTerminationPaymentType(EmploymentTerminationPaymentType employmentTerminationPaymentType)employmentTerminationPaymentType
-