Uses of Class
com.xero.models.payrolluk.Payslip.PaymentMethodEnum
-
Packages that use Payslip.PaymentMethodEnum Package Description com.xero.models.payrolluk -
-
Uses of Payslip.PaymentMethodEnum in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return Payslip.PaymentMethodEnum Modifier and Type Method Description static Payslip.PaymentMethodEnumPayslip.PaymentMethodEnum. fromValue(String value)fromValuePayslip.PaymentMethodEnumPayslip. getPaymentMethod()The payment method codestatic Payslip.PaymentMethodEnumPayslip.PaymentMethodEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Payslip.PaymentMethodEnum[]Payslip.PaymentMethodEnum. 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 Payslip.PaymentMethodEnum Modifier and Type Method Description PayslipPayslip. paymentMethod(Payslip.PaymentMethodEnum paymentMethod)The payment method codevoidPayslip. setPaymentMethod(Payslip.PaymentMethodEnum paymentMethod)The payment method code
-