Uses of Class
com.xero.models.payrolluk.SalaryAndWage.PaymentTypeEnum
-
Packages that use SalaryAndWage.PaymentTypeEnum Package Description com.xero.models.payrolluk -
-
Uses of SalaryAndWage.PaymentTypeEnum in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return SalaryAndWage.PaymentTypeEnum Modifier and Type Method Description static SalaryAndWage.PaymentTypeEnumSalaryAndWage.PaymentTypeEnum. fromValue(String value)fromValueSalaryAndWage.PaymentTypeEnumSalaryAndWage. getPaymentType()The type of the payment of the corresponding salary and wagesstatic SalaryAndWage.PaymentTypeEnumSalaryAndWage.PaymentTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SalaryAndWage.PaymentTypeEnum[]SalaryAndWage.PaymentTypeEnum. 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 SalaryAndWage.PaymentTypeEnum Modifier and Type Method Description SalaryAndWageSalaryAndWage. paymentType(SalaryAndWage.PaymentTypeEnum paymentType)The type of the payment of the corresponding salary and wagesvoidSalaryAndWage. setPaymentType(SalaryAndWage.PaymentTypeEnum paymentType)The type of the payment of the corresponding salary and wages
-