Uses of Enum
com.xero.models.payrollnz.PaymentMethod.PaymentMethodEnum
Packages that use PaymentMethod.PaymentMethodEnum
-
Uses of PaymentMethod.PaymentMethodEnum in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return PaymentMethod.PaymentMethodEnumModifier and TypeMethodDescriptionfromValuePaymentMethod.getPaymentMethod()The payment method codeReturns 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.PaymentMethodEnumModifier and TypeMethodDescriptionPaymentMethod.paymentMethod(PaymentMethod.PaymentMethodEnum paymentMethod) The payment method codevoidPaymentMethod.setPaymentMethod(PaymentMethod.PaymentMethodEnum paymentMethod) The payment method code