Uses of Class
com.adyen.model.nexo.PINFormatType
-
Packages that use PINFormatType Package Description com.adyen.model.nexo -
-
Uses of PINFormatType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as PINFormatType Modifier and Type Field Description protected PINFormatTypeCardholderPIN. pinFormatThe Pin format.protected PINFormatTypePINRequest. pinFormatThe Pin format.Methods in com.adyen.model.nexo that return PINFormatType Modifier and Type Method Description static PINFormatTypePINFormatType. fromValue(String v)From value pin format type.PINFormatTypeCardholderPIN. getPINFormat()Gets the value of the pinFormat property.PINFormatTypePINRequest. getPINFormat()Gets the value of the pinFormat property.static PINFormatTypePINFormatType. valueOf(String name)Returns the enum constant of this type with the specified name.static PINFormatType[]PINFormatType. 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 PINFormatType Modifier and Type Method Description voidCardholderPIN. setPINFormat(PINFormatType value)Sets the value of the pinFormat property.voidPINRequest. setPINFormat(PINFormatType value)Sets the value of the pinFormat property.
-