Uses of Enum
com.xero.models.payrolluk.Payslip.PaymentMethodEnum
Packages that use Payslip.PaymentMethodEnum
-
Uses of Payslip.PaymentMethodEnum in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return Payslip.PaymentMethodEnumModifier and TypeMethodDescriptionstatic Payslip.PaymentMethodEnumfromValuePayslip.getPaymentMethod()The payment method codestatic Payslip.PaymentMethodEnumReturns 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.PaymentMethodEnumModifier and TypeMethodDescriptionPayslip.paymentMethod(Payslip.PaymentMethodEnum paymentMethod) The payment method codevoidPayslip.setPaymentMethod(Payslip.PaymentMethodEnum paymentMethod) The payment method code