Uses of Class
com.adyen.model.balanceplatform.PaymentInstrumentRevealRequest
-
Packages that use PaymentInstrumentRevealRequest Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of PaymentInstrumentRevealRequest in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return PaymentInstrumentRevealRequest Modifier and Type Method Description PaymentInstrumentRevealRequestPaymentInstrumentRevealRequest. 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 PaymentInstrumentRevealRequestPaymentInstrumentRevealRequest. fromJson(String jsonString)Create an instance of PaymentInstrumentRevealRequest given an JSON stringPaymentInstrumentRevealRequestPaymentInstrumentRevealRequest. paymentInstrumentId(String paymentInstrumentId)The unique identifier of the payment instrument, which is the card for which you are managing the PIN. -
Uses of PaymentInstrumentRevealRequest in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform with parameters of type PaymentInstrumentRevealRequest Modifier and Type Method Description PaymentInstrumentRevealResponsePaymentInstrumentsApi. revealDataOfPaymentInstrument(PaymentInstrumentRevealRequest paymentInstrumentRevealRequest)Reveal the data of a payment instrumentPaymentInstrumentRevealResponsePaymentInstrumentsApi. revealDataOfPaymentInstrument(PaymentInstrumentRevealRequest paymentInstrumentRevealRequest, RequestOptions requestOptions)Reveal the data of a payment instrument
-