Uses of Class
com.xero.models.payrollau.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)EmploymentTerminationPaymentTypeEarningsRate. 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)LeaveLineLeaveLine. employmentTerminationPaymentType(EmploymentTerminationPaymentType employmentTerminationPaymentType)voidEarningsRate. setEmploymentTerminationPaymentType(EmploymentTerminationPaymentType employmentTerminationPaymentType)voidLeaveLine. setEmploymentTerminationPaymentType(EmploymentTerminationPaymentType employmentTerminationPaymentType)