Uses of Class
com.adyen.model.tapi.PINFormat
-
Packages that use PINFormat Package Description com.adyen.model.tapi -
-
Uses of PINFormat in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return PINFormat Modifier and Type Method Description static PINFormatPINFormat. fromValue(String value)PINFormatCardHolderPIN. getPiNFormat()Get piNFormatstatic PINFormatPINFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static PINFormat[]PINFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.tapi with parameters of type PINFormat Modifier and Type Method Description CardHolderPINCardHolderPIN. piNFormat(PINFormat piNFormat)piNFormatvoidCardHolderPIN. setPiNFormat(PINFormat piNFormat)piNFormat
-