Uses of Class
com.adyen.model.balanceplatform.RevealPinRequest
-
Packages that use RevealPinRequest Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of RevealPinRequest in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return RevealPinRequest Modifier and Type Method Description RevealPinRequestRevealPinRequest. encryptedKey(String encryptedKey)The symmetric session key that you encrypted with the [public key](https://docs.adyen.com/api-explorer/balanceplatform/2/get/publicKey) that you received from Adyen.static RevealPinRequestRevealPinRequest. fromJson(String jsonString)Create an instance of RevealPinRequest given an JSON stringRevealPinRequestRevealPinRequest. paymentInstrumentId(String paymentInstrumentId)The unique identifier of the payment instrument, which is the card for which you are managing the PIN. -
Uses of RevealPinRequest in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform with parameters of type RevealPinRequest Modifier and Type Method Description RevealPinResponseManageCardPinApi. revealCardPin(RevealPinRequest revealPinRequest)Reveal a card PINRevealPinResponseManageCardPinApi. revealCardPin(RevealPinRequest revealPinRequest, RequestOptions requestOptions)Reveal a card PIN
-