Uses of Class
com.adyen.model.acswebhooks.AuthenticationNotificationData
-
Packages that use AuthenticationNotificationData Package Description com.adyen.model.acswebhooks -
-
Uses of AuthenticationNotificationData in com.adyen.model.acswebhooks
Methods in com.adyen.model.acswebhooks that return AuthenticationNotificationData Modifier and Type Method Description AuthenticationNotificationDataAuthenticationNotificationData. authentication(AuthenticationInfo authentication)AuthenticationNotificationDataAuthenticationNotificationData. balancePlatform(String balancePlatform)static AuthenticationNotificationDataAuthenticationNotificationData. fromJson(String jsonString)Create an instance of AuthenticationNotificationData given an JSON stringAuthenticationNotificationDataAuthenticationNotificationRequest. getData()Get dataAuthenticationNotificationDataAuthenticationNotificationData. id(String id)AuthenticationNotificationDataAuthenticationNotificationData. paymentInstrumentId(String paymentInstrumentId)AuthenticationNotificationDataAuthenticationNotificationData. purchase(PurchaseInfo purchase)AuthenticationNotificationDataAuthenticationNotificationData. status(AuthenticationNotificationData.StatusEnum status)Methods in com.adyen.model.acswebhooks with parameters of type AuthenticationNotificationData Modifier and Type Method Description AuthenticationNotificationRequestAuthenticationNotificationRequest. data(AuthenticationNotificationData data)voidAuthenticationNotificationRequest. setData(AuthenticationNotificationData data)data
-