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