Uses of Enum Class
com.creditcall.chipdnamobile.PaymentMethod
-
Uses of PaymentMethod in com.creditcall.chipdnamobile
Methods in com.creditcall.chipdnamobile that return PaymentMethodModifier and TypeMethodDescriptionstatic PaymentMethodReturns the enum constant of this class with the specified name.static PaymentMethod[]PaymentMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.creditcall.chipdnamobile that return types with arguments of type PaymentMethodModifier and TypeMethodDescriptionstatic HashMap<PaymentMethod,ArrayList<Currency>> ChipDnaMobileSerializer.deserializeAvailableCurrencies(String availableCurrenciesXml) Deserializes XML string containing available currencies into a HashMap mapping payment methods to currency lists.