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