Uses of Class
com.adyen.model.balanceplatform.RevealPinResponse
-
Packages that use RevealPinResponse Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of RevealPinResponse in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return RevealPinResponse Modifier and Type Method Description RevealPinResponseRevealPinResponse. encryptedPinBlock(String encryptedPinBlock)The encrypted [PIN block](https://www.pcisecuritystandards.org/glossary/pin-block).static RevealPinResponseRevealPinResponse. fromJson(String jsonString)Create an instance of RevealPinResponse given an JSON stringRevealPinResponseRevealPinResponse. token(String token)The 16-digit token that you need to extract the `encryptedPinBlock`. -
Uses of RevealPinResponse in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform that return RevealPinResponse Modifier and Type Method Description RevealPinResponseManageCardPinApi. revealCardPin(RevealPinRequest revealPinRequest)Reveal a card PINRevealPinResponseManageCardPinApi. revealCardPin(RevealPinRequest revealPinRequest, RequestOptions requestOptions)Reveal a card PIN
-