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)static PaymentInstrumentRevealRequestPaymentInstrumentRevealRequest. fromJson(String jsonString)Create an instance of PaymentInstrumentRevealRequest given an JSON stringPaymentInstrumentRevealRequestPaymentInstrumentRevealRequest. paymentInstrumentId(String paymentInstrumentId) -
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
-