Uses of Class
com.adyen.model.tapi.PINRequestType
-
Packages that use PINRequestType Package Description com.adyen.model.tapi -
-
Uses of PINRequestType in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return PINRequestType Modifier and Type Method Description static PINRequestTypePINRequestType. fromValue(String value)static PINRequestTypePINRequestType. valueOf(String name)Returns the enum constant of this type with the specified name.static PINRequestType[]PINRequestType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-