Uses of Class
com.adyen.model.nexo.CardholderPIN
-
Packages that use CardholderPIN Package Description com.adyen.model.nexo -
-
Uses of CardholderPIN in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as CardholderPIN Modifier and Type Field Description protected CardholderPINPINRequest. cardholderPINThe Cardholder pin.protected CardholderPINPINResponse. cardholderPINThe Cardholder pin.Methods in com.adyen.model.nexo that return CardholderPIN Modifier and Type Method Description CardholderPINObjectFactory. createCardholderPIN()Create an instance ofCardholderPINCardholderPINPINRequest. getCardholderPIN()Gets the value of the cardholderPIN property.CardholderPINPINResponse. getCardholderPIN()Gets the value of the cardholderPIN property.Methods in com.adyen.model.nexo with parameters of type CardholderPIN Modifier and Type Method Description voidPINRequest. setCardholderPIN(CardholderPIN value)Sets the value of the cardholderPIN property.voidPINResponse. setCardholderPIN(CardholderPIN value)Sets the value of the cardholderPIN property.
-