Uses of Enum Class
de.alexanderwodarz.code.swifud.application.PaymentMethodType
Packages that use PaymentMethodType
-
Uses of PaymentMethodType in de.alexanderwodarz.code.swifud.application
Methods in de.alexanderwodarz.code.swifud.application that return PaymentMethodTypeModifier and TypeMethodDescriptionInvoice.getPaymentMethods()static PaymentMethodTypeReturns the enum constant of this class with the specified name.static PaymentMethodType[]PaymentMethodType.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in de.alexanderwodarz.code.swifud.application with type arguments of type PaymentMethodTypeModifier and TypeMethodDescriptionstatic InvoiceApplication.createInvoice(String condition, String invoiceDate, String deliveryDate, String layout, InvoiceAddress address, List<PaymentMethodType> types, List<Item> items)