Uses of Class
com.adyen.model.acswebhooks.RelayedAuthenticationRequest
-
Packages that use RelayedAuthenticationRequest Package Description com.adyen.model.acswebhooks com.adyen.notification -
-
Uses of RelayedAuthenticationRequest in com.adyen.model.acswebhooks
Methods in com.adyen.model.acswebhooks that return RelayedAuthenticationRequest Modifier and Type Method Description static RelayedAuthenticationRequestRelayedAuthenticationRequest. fromJson(String jsonString)Create an instance of RelayedAuthenticationRequest given an JSON stringRelayedAuthenticationRequestRelayedAuthenticationRequest. id(String id)The unique identifier of the challenge.RelayedAuthenticationRequestRelayedAuthenticationRequest. paymentInstrumentId(String paymentInstrumentId)The unique identifier of the [payment instrument](https://docs.adyen.com/api-explorer/balanceplatform/latest/get/paymentInstruments/_id_) used for the purchase.RelayedAuthenticationRequestRelayedAuthenticationRequest. purchase(Purchase purchase)purchase -
Uses of RelayedAuthenticationRequest in com.adyen.notification
Methods in com.adyen.notification that return types with arguments of type RelayedAuthenticationRequest Modifier and Type Method Description Optional<RelayedAuthenticationRequest>BankingWebhookHandler. getRelayedAuthenticationRequest()
-