Uses of Class
com.adyen.model.nexo.PINRequestType
-
Packages that use PINRequestType Package Description com.adyen.model.nexo -
-
Uses of PINRequestType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as PINRequestType Modifier and Type Field Description protected PINRequestTypePINRequest. pinRequestTypeThe Pin request.Methods in com.adyen.model.nexo that return PINRequestType Modifier and Type Method Description static PINRequestTypePINRequestType. fromValue(String v)From value pin request type.PINRequestTypePINRequest. getPINRequestType()Gets the value of the pinRequestType property.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.Methods in com.adyen.model.nexo with parameters of type PINRequestType Modifier and Type Method Description voidPINRequest. setPINRequestType(PINRequestType value)Sets the value of the pinRequestType property.
-