Uses of Enum
com.xero.models.payrollnz.PaySlip.PaymentMethodEnum
Packages that use PaySlip.PaymentMethodEnum
-
Uses of PaySlip.PaymentMethodEnum in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz 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.payrollnz with parameters of type PaySlip.PaymentMethodEnumModifier and TypeMethodDescriptionPaySlip.paymentMethod(PaySlip.PaymentMethodEnum paymentMethod) The payment method codevoidPaySlip.setPaymentMethod(PaySlip.PaymentMethodEnum paymentMethod) The payment method code