Uses of Class
com.adyen.model.balanceplatform.PaymentInstrumentRevealResponse
-
Packages that use PaymentInstrumentRevealResponse Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of PaymentInstrumentRevealResponse in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return PaymentInstrumentRevealResponse Modifier and Type Method Description PaymentInstrumentRevealResponsePaymentInstrumentRevealResponse. encryptedData(String encryptedData)static PaymentInstrumentRevealResponsePaymentInstrumentRevealResponse. fromJson(String jsonString)Create an instance of PaymentInstrumentRevealResponse given an JSON string -
Uses of PaymentInstrumentRevealResponse in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform that return PaymentInstrumentRevealResponse 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
-