Uses of Class
com.adyen.model.checkout.FastlaneDetails.TypeEnum
-
Packages that use FastlaneDetails.TypeEnum Package Description com.adyen.model.checkout -
-
Uses of FastlaneDetails.TypeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return FastlaneDetails.TypeEnum Modifier and Type Method Description static FastlaneDetails.TypeEnumFastlaneDetails.TypeEnum. fromValue(String value)FastlaneDetails.TypeEnumFastlaneDetails. getType()**fastlane**static FastlaneDetails.TypeEnumFastlaneDetails.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static FastlaneDetails.TypeEnum[]FastlaneDetails.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 FastlaneDetails.TypeEnum Modifier and Type Method Description voidFastlaneDetails. setType(FastlaneDetails.TypeEnum type)**fastlane**FastlaneDetailsFastlaneDetails. type(FastlaneDetails.TypeEnum type)**fastlane**
-