Uses of Class
com.adyen.model.checkout.EftDetails.TypeEnum
-
Packages that use EftDetails.TypeEnum Package Description com.adyen.model.checkout -
-
Uses of EftDetails.TypeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return EftDetails.TypeEnum Modifier and Type Method Description static EftDetails.TypeEnumEftDetails.TypeEnum. fromValue(String value)EftDetails.TypeEnumEftDetails. getType()**eft**static EftDetails.TypeEnumEftDetails.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static EftDetails.TypeEnum[]EftDetails.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.checkout with parameters of type EftDetails.TypeEnum Modifier and Type Method Description voidEftDetails. setType(EftDetails.TypeEnum type)**eft**EftDetailsEftDetails. type(EftDetails.TypeEnum type)**eft**
-