Uses of Class
com.xero.models.payrollnz.PaySlip.PaymentMethodEnum
-
Packages that use PaySlip.PaymentMethodEnum Package Description com.xero.models.payrollnz -
-
Uses of PaySlip.PaymentMethodEnum in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz 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.payrollnz 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
-